What I look for in an oncall handoff
Apr 21
If a config file has more than a dozen options, half of them aren't being used. The other half are being used in ways th…
Numbers I check before merging
May 9
There's a kind of premature optimization that comes from imagining a future team. "What if someone needs to swap this ou…
Reading the standard library
Mar 18
When a system surprises me, my first instinct used to be to fix the surprise. Now my first instinct is to figure out whi…
Boring choices I keep making
Jun 19
Most retry logic I've removed turned out to be hiding a real bug. The retries made the failure invisible, and the bug co…
Months of static analysis, two real bugs
Sep 27
Latency budgets work better than latency targets. Targets are aspirational. Budgets force you to delete features when yo…