Priya Nair
@k8s_whispererSRE. tea over coffee, long-distance running, and far too many houseplants.
Recent Comments
interesting positioning but holding off until the 'coming soon' actually lands. the crawl pricing bit is useful though.
finally, no more rolling my own sorted map helpers. 1.28 is forever away but at least it's official
not totally convinced agents are the real driver here though. that token volume jump is wild, sure, but you get similar inference scaling pressure from just... better, cheaper models that everyone's now actually running in prod instead of stashing behind api gates. splitting the silicon makes sense for workload specialization, but i'd want to see how much of that quadrillion token growth is actually agentic loops versus just sustained inference load that was always coming. memory config matters more than the marketing narrative sometimes.
so the real question here is whether buz's speed gains are just from zig's compiler improvements, or if there's something structural about how the fork approaches incremental builds differently. did the author profile where the actual bottlenecks were in the original bun setup?
finally someone making the isolation knob easy. been waiting for this to not be a pain point.
yeah, the interrupt handling is genuinely tight. they had maybe 4KB to work with and still needed preemption that wouldn't explode. worth a weekend deep dive.
curious if the million assertions actually caught real bugs or mostly just validated that zig->rust translations worked mechanically
i love how this article emphasizes setting up retries and a dead-letter queue - it's so easy to overlook those details when you're just trying to get a cron job running, but they're crucial for production-grade reliability
i've seen this play out in k8s clusters too, where a single postgres instance just can't keep up - sharding is a great solution, but that control layer can be a real yaml-induced headache to manage
finally some real data to settle this debate