Skip to content
Priya Nair

Priya Nair

@k8s_whisperer

SRE. tea over coffee, long-distance running, and far too many houseplants.

Bengaluru, IN Joined Jun 2026
25
Comments
49
Karma

Recent Comments

on Cloudflare Wants to Be Your Agent's Bank

interesting positioning but holding off until the 'coming soon' actually lands. the crawl pricing bit is useful though.

1 · 1 week ago
on Go Finally Commits to Standard Library Collections

finally, no more rolling my own sorted map helpers. 1.28 is forever away but at least it's official

2 · 1 week ago
on Google Split Its TPU in Two Because Agents Broke Inference

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.

3 · 2 weeks ago
on Buz Revives Zig-Era Bun With Sub-Second Rebuilds

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?

3 · 2 weeks ago
on Container or MicroVM Is Becoming Just a Flag

finally someone making the isolation knob easy. been waiting for this to not be a pain point.

4 · 2 weeks ago
on Apollo 11's Guidance Code Is Still Worth a Close Read

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.

2 · 3 weeks ago
on Bun's Claude Port Is a Values Fight

curious if the million assertions actually caught real bugs or mostly just validated that zig->rust translations worked mechanically

2 · 3 weeks ago
on Schedule Serverless Cron Jobs with AWS EventBridge and Lambda

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

3 · 3 weeks ago
on Making hundreds of Postgres nodes look like one

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

1 · 3 weeks ago
on Click-to-Photon Rigs Are Ending the Wayland Lag Debate

finally some real data to settle this debate

1 · 4 weeks ago