Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bbrazil
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
bbrazil
6y ago
> I would even take it a step further and allow maintainers the ability to cherry pick certain issues they'd like to put up for hacktober. At least for Prometheus the ones we tagged with hacktoberfest are ones we'd expect a new
2.
▲
by
bbrazil
6y ago
I bought it for €10 5 years ago, in terms for gaming value for money I think only the €10 I spent on Minecraft beats it.
3.
▲
by
bbrazil
6y ago
> Even more fundamental than privacy, though, is do people even know that these apps exist? Speaking for Ireland the app was heavily publicised, and there's even a prominent "Share app" feature in the app itself.
4.
▲
by
bbrazil
6y ago
Indeed, and it's early days yet. From the article: > It also reveals that, whatever the people of Ireland have been told, their app is collecting centralised data on them. The signup flow has a very obvious and well written opt-in f
5.
▲
by
bbrazil
6y ago
I don't think there's any clear standard. There's many confusions about push vs pull that make the discussions hard to follow, as they often make apples to oranges comparisons. For example the push you're talking about i
6.
▲
by
bbrazil
6y ago
Seconding this. Out of all games in that general category Rimworld is scratching my DF itch, without me having to dig all the way back into full DF complexity.
7.
▲
by
bbrazil
6y ago
> It's not purely used for video games, mind you. Indeed. I also use it to stream sports with the scores as an overlay, and to record training videos. Basically if you're doing anything "live" with video, it's th
8.
▲
by
bbrazil
6y ago
This isn't about getting input from a camera (which works fine), but making the output of OBS appear as a camera to the rest of the system.
9.
▲
by
bbrazil
7y ago
At a previous company (30-40 employees) the main thing was having a blog setup somewhere that engineers could post to - clearly distinguished from the main product blog. Actually getting engineers to write up blog posts was a separate probl
10.
▲
by
bbrazil
7y ago
They had that too: https://en.wikipedia.org/wiki/Microsoft_V-Chat
11.
▲
by
bbrazil
7y ago
It seems to work fine for the Irish presidential elections, which are single winner. The Irish presidency is almost entirely a ceremonial role.
12.
▲
by
bbrazil
7y ago
"Dry weight" is what you're thinking of.
13.
▲
by
bbrazil
7y ago
That works until there's ~only self-checkouts, then it gets slow again. There's a knack to using them, and unless you have a generous number of them (I know of only two local stores that do), you end up getting stuck while the sin
14.
▲
by
bbrazil
8y ago
The deal isn't a hard Brexit for the Brexiters, and isn't a remain for the remainers.
15.
▲
by
bbrazil
8y ago
16k samples/s is not a lot. There are many Prometheus users with hundreds of thousands of samples/s on a single Prometheus server. Across their organisations it can be much more, Fastly has reported 2.2M/s ( https://
16.
▲
by
bbrazil
8y ago
We've a STV system in Ireland, I'm not sure you'd classify our independents as centrist (by the Irish definition of centrist - by the US definition almost all our politicians are far left). Overall the system works quite well
17.
▲
by
bbrazil
9y ago
> But as stated by others (about Ireland in their example), even companies that had their hq there asked for zip code at a time there was not any. Post codes are not generally used in Ireland. The launch was not really successful and eve
18.
▲
by
bbrazil
9y ago
> I strongly disagree that metrics and logs are different toolsets, or that you would need both of them in order to properly observe your systems. And from the link: > Logging can be useful for some purposes. However, it’s rare that t
19.
▲
by
bbrazil
9y ago
Prometheus is not intended as durable long term storage, it's fundamentally limited to the size of a machine. You should also design your monitoring be able to tolerate completely losing the data of a Prometheus. We recommend using ano
20.
▲
by
bbrazil
9y ago
Splunk is a event logging system, compared to Prometheus which is metrics based. You need both types of systems to be able to properly observe your systems, they're complementary.
21.
▲
by
bbrazil
9y ago
There is a transition feature: https://www.robustperception.io/accessing-data-from-promethe... The problem with data migration is that the two versions of the system lay out the data quite differently, so converting from on
22.
▲
by
bbrazil
9y ago
The third version of the InfluxDB database is basically the same core design as Prometheus's third database version which 2.0 uses. I'd expect performance to be broadly similar, maybe a little better with Prometheus as we can take
23.
▲
Prometheus 2.0
(prometheus.io)
274 points
by
bbrazil
9y ago
|
41 comments
24.
▲
by
bbrazil
9y ago
> alternatives have been developed Such as Prometheus :) Even some teams in Google use it.
25.
▲
by
bbrazil
9y ago
> What if you want to keep time-series data for accounting purposes forever? Prometheus is not recommended for uses where 100% accuracy is required, see https://prometheus.io/docs/introduction/overview/#whe
26.
▲
by
bbrazil
9y ago
That's a short lived batch job, for which a different approach is needed - basically push is the sane option there as pull won't cut it. Prometheus has the Pushgateway for this. The push vs pull debate is relevant for longer runni
27.
▲
by
bbrazil
9y ago
> But yes it is possible to miss some requests if a node goes down without Prometheus collecting the latest stats. The rate() function allows for this, you'll get the right answer on average.
28.
▲
by
bbrazil
9y ago
You will note that Prometheus explicitly does not have a macro system.
29.
▲
by
bbrazil
9y ago
There's already a two-way integration between Prometheus and TimescaleDB: https://github.com/timescale/pg_prometheus
30.
▲
by
bbrazil
9y ago
There's two issues with that, first the statsd event approach has scaling problems as relative to an instrumentation event a UDP packet is actually quite heavyweight ( https://www.robustperception.io/which-kind-of-push-
More ›