Why my CI got 4 minutes faster
Oct 12
I trust monorepos more in the second year than I did in the first. Most of the early friction goes away once the tooling…
Reading the standard library
Jan 8
Every time I revisit a project after six months, I find at least one place where past-me wrote a comment that present-me…
Things broken on purpose
Dec 6
Most retry logic I've removed turned out to be hiding a real bug. The retries made the failure invisible, and the bug co…
Tools I uninstalled this month
Sep 27
There's a kind of premature optimization that comes from imagining a future team. "What if someone needs to swap this ou…
On giving talks I haven't given
Aug 25
Caches solve a problem and create three new ones: invalidation, observability, and the slow drift between what the cache…