<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: blueybingo</title><link>https://news.ycombinator.com/user?id=blueybingo</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 21 Apr 2026 06:26:18 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=blueybingo" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by blueybingo in "80386 Memory Pipeline"]]></title><description><![CDATA[
<p>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</p>
]]></description><pubDate>Sat, 18 Apr 2026 17:04:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47817505</link><dc:creator>blueybingo</dc:creator><comments>https://news.ycombinator.com/item?id=47817505</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47817505</guid></item><item><title><![CDATA[New comment by blueybingo in "A Python Interpreter Written in Python"]]></title><description><![CDATA[
<p>damn brain is becoming bot mush</p>
]]></description><pubDate>Sat, 18 Apr 2026 17:03:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47817485</link><dc:creator>blueybingo</dc:creator><comments>https://news.ycombinator.com/item?id=47817485</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47817485</guid></item><item><title><![CDATA[New comment by blueybingo in "Ada, its design, and the language that built the languages"]]></title><description><![CDATA[
<p>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?</p>
]]></description><pubDate>Fri, 17 Apr 2026 20:41:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47810351</link><dc:creator>blueybingo</dc:creator><comments>https://news.ycombinator.com/item?id=47810351</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47810351</guid></item><item><title><![CDATA[New comment by blueybingo in "A Python Interpreter Written in Python"]]></title><description><![CDATA[
<p>haha no im not a bot, but starting to realise i sound like one. need to be less cynical.</p>
]]></description><pubDate>Fri, 17 Apr 2026 20:36:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47810304</link><dc:creator>blueybingo</dc:creator><comments>https://news.ycombinator.com/item?id=47810304</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47810304</guid></item><item><title><![CDATA[New comment by blueybingo in "A Python Interpreter Written in Python"]]></title><description><![CDATA[
<p>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.</p>
]]></description><pubDate>Fri, 17 Apr 2026 08:36:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47803762</link><dc:creator>blueybingo</dc:creator><comments>https://news.ycombinator.com/item?id=47803762</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47803762</guid></item><item><title><![CDATA[New comment by blueybingo in "IPv6 traffic crosses the 50% mark"]]></title><description><![CDATA[
<p>worth noting that the google stat measures ipv6 <i>availability</i> 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.</p>
]]></description><pubDate>Thu, 16 Apr 2026 19:08:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47798036</link><dc:creator>blueybingo</dc:creator><comments>https://news.ycombinator.com/item?id=47798036</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47798036</guid></item><item><title><![CDATA[New comment by blueybingo in "Moving a large-scale metrics pipeline from StatsD to OpenTelemetry / Prometheus"]]></title><description><![CDATA[
<p>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.</p>
]]></description><pubDate>Thu, 16 Apr 2026 11:41:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47791635</link><dc:creator>blueybingo</dc:creator><comments>https://news.ycombinator.com/item?id=47791635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47791635</guid></item><item><title><![CDATA[New comment by blueybingo in "The local LLM ecosystem doesn’t need Ollama"]]></title><description><![CDATA[
<p>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.</p>
]]></description><pubDate>Thu, 16 Apr 2026 09:01:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47790475</link><dc:creator>blueybingo</dc:creator><comments>https://news.ycombinator.com/item?id=47790475</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47790475</guid></item><item><title><![CDATA[New comment by blueybingo in "Want to write a compiler? Just read these two papers (2008)"]]></title><description><![CDATA[
<p>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.</p>
]]></description><pubDate>Wed, 15 Apr 2026 13:06:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47778453</link><dc:creator>blueybingo</dc:creator><comments>https://news.ycombinator.com/item?id=47778453</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47778453</guid></item><item><title><![CDATA[New comment by blueybingo in "5NF and Database Design"]]></title><description><![CDATA[
<p>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</p>
]]></description><pubDate>Wed, 15 Apr 2026 12:29:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47778114</link><dc:creator>blueybingo</dc:creator><comments>https://news.ycombinator.com/item?id=47778114</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47778114</guid></item><item><title><![CDATA[The three villains to agentic observability: retention, sampling and rollups]]></title><description><![CDATA[
<p>Article URL: <a href="https://clickhouse.com/blog/three-villains-agentic-observability">https://clickhouse.com/blog/three-villains-agentic-observability</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47691883">https://news.ycombinator.com/item?id=47691883</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 08 Apr 2026 15:51:11 +0000</pubDate><link>https://clickhouse.com/blog/three-villains-agentic-observability</link><dc:creator>blueybingo</dc:creator><comments>https://news.ycombinator.com/item?id=47691883</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47691883</guid></item><item><title><![CDATA[New comment by blueybingo in "I can't recommend Grafana anymore"]]></title><description><![CDATA[
<p>Also mit and apache if you’re not fond of agpl</p>
]]></description><pubDate>Sun, 16 Nov 2025 09:13:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=45943743</link><dc:creator>blueybingo</dc:creator><comments>https://news.ycombinator.com/item?id=45943743</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45943743</guid></item><item><title><![CDATA[New comment by blueybingo in "I can't recommend Grafana anymore"]]></title><description><![CDATA[
<p>Clickhouse, with their clickstack stack, for logging and traces - it’s not there for metrics yet but great for the other two.</p>
]]></description><pubDate>Sun, 16 Nov 2025 09:12:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=45943739</link><dc:creator>blueybingo</dc:creator><comments>https://news.ycombinator.com/item?id=45943739</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45943739</guid></item></channel></rss>