Quiet UIs and loud bugs
Nov 28
Caches solve a problem and create three new ones: invalidation, observability, and the slow drift between what the cache…
Tools I uninstalled this month
Oct 30
Latency budgets work better than latency targets. Targets are aspirational. Budgets force you to delete features when yo…
Why my CI got 4 minutes faster
May 9
I write smaller commits than I used to. The commits are uglier in isolation and much easier to read in sequence.…
Why I went back to plain text
Jul 3
I keep a small log of decisions in a text file. Not architectural — just small ones. "Picked X over Y because Z." Future…
The cost of one extra round trip
Jan 22
Every time I revisit a project after six months, I find at least one place where past-me wrote a comment that present-me…