Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
roskilli
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
14 ms
·
1.
▲
by
roskilli
4mo ago
Well one thing is, there are package updates that could masquerade a backdoor much like XZ Utils[1]. The post in question points to dependency package managers however not system packages, such as NPM, which has pre and post build scripts,
2.
▲
by
roskilli
2y ago
If you don’t mind me asking: which popular LLM(s) have you been using for this and how are you providing the code base into the context window?
3.
▲
by
roskilli
2y ago
Not sure but I believe it’s possible you may have read the parent comment unintentionally in the inverse? I might be wrong but I believe you posited their desired focus is to manage people from parent comment, but I actually think it’s oppo
4.
▲
by
roskilli
3y ago
Thanks for the detailed response. I am surprised there is no gauge update API yet (instead of callback only), this is a common use case and I don't think folks should be expected to implement their own. Especially since it will lead to
5.
▲
by
roskilli
3y ago
> Moreover, we encountered some rough edges in the metrics-related functionality of the Go SDK referenced above. Ultimately, we had to write a conversion layer on top of the OTel metrics API that allowed for simple, Prometheus-like count
6.
▲
by
roskilli
4y ago
One feature I’d love to see is a transformer that instead of providing a random value provides a cryptographic one way hash of the data (ie sha2) - that way key uniqueness stays the same (to avoid unique constraints on columns) and also the
7.
▲
by
roskilli
5y ago
Right exactly. As a point of reference, within M3DB each unique time series has a list of “in-order” compressed timestamp/float64 tuple streams. When a datapoint is written the series finds an encoder that it can append while keeping t
8.
▲
by
roskilli
6y ago
Hey jaren hope things are well at Robinhood. Good question, there's a diagram on what a default deployment looks like alongside the M3 v1.0 announcement https://medium.com/chronosphere/m3-v1-0-released-a-productio.
9.
▲
Chronosphere raises $43M Series B, reaches GA for scalable Prometheus monitoring
(techcrunch.com)
63 points
by
roskilli
6y ago
|
3 comments
10.
▲
M3 v1.0 a scalable Prometheus metrics engine released
(m3db.io)
49 points
by
roskilli
6y ago
|
0 comments
11.
▲
by
roskilli
6y ago
Modules that rely on global state for anything other than memory pooling or what have you should be avoided. It’s a lot more testable and clean to return a high level data structure that contains any of that state you would have held before
12.
▲
by
roskilli
6y ago
M3 is meant to be an open source, central, horizontally scalable metrics store - but your mileage may vary. Either way, check it out: https://m3db.io
13.
▲
by
roskilli
6y ago
And M3DB too if you want to cluster and scale out, vs cloud store
14.
▲
by
roskilli
6y ago
Curious: What is your strategy on replication? Is it some form of synchronous replication or asynchronous (i.e. active/passive with potential for data loss in event of hard loss of primary)? Also curious why you might look at UDP repli
15.
▲
by
roskilli
6y ago
Thank you for mentioning that, Andrew's post is really fantastic covering many things altogether: fundamentals, data structure, real world impact and examples.
16.
▲
by
roskilli
6y ago
FYI M3 is now backed by M3DB, a distributed quorum read/write replicated time-series based columnar store specialized for realtime metrics. You can associate multiple values/timeseries with a single set of dimensions if you use Pr
17.
▲
by
roskilli
6y ago
If you're looking at scaling monitoring timeseries data you may also wanter to consider more Availability leaning architecture (in the CAP theory sense) with respect to replication (i.e. quorum write/read replication, strictly not
18.
▲
by
roskilli
6y ago
In the companies I've worked at, H1-B workers get compensated in software engineering roles just as well as their peers, I've also seen outliers where it's significantly higher (depending on when they joined, how much in dema
19.
▲
by
roskilli
6y ago
There are plenty of >200k H1B workers in SV, and I do believe these engineers and specialists will wonder how they can do their work elsewhere if they can't reasonably plan a few years into the future: https://h1bdata.inf
20.
▲
by
roskilli
6y ago
There's a lot of interest in this space with respect to analytics on top of monitoring and observability data. Anyone interested in this topic might want to check out an issue thread on the Thanos GitHub project. I would love to see M3
21.
▲
by
roskilli
6y ago
M3 separates query and ingestion if you're interested in clustered storage for metrics, slide in question here: https://www.slideshare.net/RobSkillington/fosdem-2019-m3-pro...
22.
▲
by
roskilli
6y ago
You may also want to checkout https://eng.uber.com/m3 which is a highly available RF=3 multi-node TSDB metrics backend and is used with heavy Prometheus workloads and is used to ingest tens of millions of timeseries per sec
23.
▲
by
roskilli
6y ago
Interesting, didn't realize it imposed a lot of client side changes, I'm curious to hear your experience on that? Was it the change in MySQL compatibility that makes it an upfront cost? With Vitess I believe most get started with
24.
▲
by
roskilli
6y ago
Since it's range based sharding, was Vitess ever considered (a popular CNCF MySQL range sharding cluster approach that came out of YouTube)?
25.
▲
by
roskilli
6y ago
Chronosphere | Senior Frontend Engineer, Senior UX Designer | NYC, Seattle | Full-time Onsite (Remote for now) | VISA Chronosphere is a Series A startup delivering the most highly scalable and reliable open source metric data platform to t
26.
▲
by
roskilli
6y ago
New York is now testing more daily per-capita than South Korea and China, so naturally due to the higher test rate (which gives ability to find the clusters) New York is going to pull ahead of the rest of the country because it will have th
27.
▲
by
roskilli
6y ago
The Melbourne Symphony Orchestra is doing just this, and it’s been pretty successful they believe (!) https://www.mso.com.au/contact/mso-coronavirus-statement/
28.
▲
by
roskilli
6y ago
CDC published numbers on Wednesday night that 40% of hospitalizations for COVID-19 in the US are adults younger than the age of 54. Sure they're not fatalities, but do you really want to go to an overcrowded hospital for COVID-19? (Wil
29.
▲
by
roskilli
7y ago
Very interested as someone looking to work with other HN folks, ready to hire people who could onboard and start during the work from home mandate (we had an employee onboard Monday from their home).
30.
▲
by
roskilli
7y ago
That's interesting, I had not heard of ClickHouse as a backend for Graphite with an inverted index. Let me know if you have any links to that. I'm assuming this is an out of process inverted index used alongside ClickHouse? Or is
More ›