HackerTrans
TopNewTrendsCommentsPastAskShowJobs

blueybingo

no profile record

Submissions

The three villains to agentic observability: retention, sampling and rollups

clickhouse.com
3 points·by blueybingo·3 เดือนที่ผ่านมา·0 comments

comments

blueybingo
·3 เดือนที่ผ่านมา·discuss
wasn't this basically the consensus among numerical analysts like 20 years ago? i remeber reading similar arguments in goldberg's paper and various game dev forums circa 2005, so genuinely curious what keeps making this idea feel "new" to each generation of programmers who rediscovers it
blueybingo
·3 เดือนที่ผ่านมา·discuss
damn brain is becoming bot mush
blueybingo
·3 เดือนที่ผ่านมา·discuss
but why does "the industry ignored it" hold as the central framing when the actual story seems to be "the DoD mandated it, contractors used it, and it worked fine for exactly what it was built for"? the implicit assumption is that widespread adoption is the metric for a language succeeding, but ada wasnt trying to win over web developers, it was trying to stop missiles from being maintained in 450 incompatible dialects, which... it actaully did?
blueybingo
·3 เดือนที่ผ่านมา·discuss
haha no im not a bot, but starting to realise i sound like one. need to be less cynical.
blueybingo
·3 เดือนที่ผ่านมา·discuss
the article glosses over something worth pausing on: the `getattr` trick for dispatching instructions (replacing the big if-elif chain) is actaully a really elegant pattern that shows up in a lot of real interpreters and command dispatchers, not just toy ones -- worth studying that bit specifically if you're building anything with extensible command sets.
blueybingo
·3 เดือนที่ผ่านมา·discuss
worth noting that the google stat measures ipv6 availability among users who access google, not general internet traffic -- so it's a bit of a self-selecting sample skewed toward consumer isps that have deployed ipv6, which probaly overstates adoption for enterprise and datacenter traffic where the github situation is much more representative of reality.
blueybingo
·3 เดือนที่ผ่านมา·discuss
the zero injection fix for sparse counters is the most underrated part of this writeup -- injecting a synthetic zero on first flush to anchor the cumulative baseline is actaully a pretty elegant solution to a problem that bites almost every team migrating from delta-based systems to prometheus, and the fact that they centralized it in the aggregation tier rather than pushing the fix to every instrumentation callsite is exactly the right call.
blueybingo
·3 เดือนที่ผ่านมา·discuss
the article buries what's actaully the most practical gotcha: ollama's hashed blob storage means if you've been pulling models for months, switching tools requires re-downloading everything because you can't just point another runtime at those files, and most users won't discover this until they're already invested enough that it genuinely hurts to leave.
blueybingo
·3 เดือนที่ผ่านมา·discuss
[dead]
blueybingo
·3 เดือนที่ผ่านมา·discuss
the article's framing around nanopass is undersold: the real insight isn't the number of passes but that each pass has an explicit input and output language, which forces you to think about what invariants hold at each stage. that discipline alone catches a suprising number of bugs before you even run the compiler. crenshaw is fantastic but this structural thinking is what separates toy compilers from ones you can actaully extend later.
blueybingo
·3 เดือนที่ผ่านมา·discuss
the missing piece in most normalization discussions is the OLAP vs OLTP split. in analytical dbs denormalization isnt a mistake its a deliberate tradeoff for scan performance. teaching normal forms without that context sets people up to make the wrong calls when they hit a warehouse workload
blueybingo
·8 เดือนที่ผ่านมา·discuss
Also mit and apache if you’re not fond of agpl
blueybingo
·8 เดือนที่ผ่านมา·discuss
Clickhouse, with their clickstack stack, for logging and traces - it’s not there for metrics yet but great for the other two.