Notes on small caches
May 24
Latency budgets work better than latency targets. Targets are aspirational. Budgets force you to delete features when yo…
On reading other people's code
Apr 2
Caches solve a problem and create three new ones: invalidation, observability, and the slow drift between what the cache…
Reading the standard library
Jan 8
Most of the trouble I see in production comes from boundary cases someone promised would never happen. The code is fine.…
Why my CI got 4 minutes faster
Nov 28
The team I learned the most from didn't have great tools. They had a great habit of reading each other's pull requests i…
Quiet UIs and loud bugs
Oct 30
Every time I revisit a project after six months, I find at least one place where past-me wrote a comment that present-me…