Notes & Sketches
448288.com

Notes on small caches

Anya P. · Sep 8

Latency budgets work better than latency targets. Targets are aspirational. Budgets force you to delete features when you go over.

The fastest debugging trick I've learned is to write out, in one sentence, what the system is supposed to be doing. Half the time I notice the bug while writing the sentence.

There's a kind of premature optimization that comes from imagining a future team. "What if someone needs to swap this out?" Often, no one does.

Most of the trouble I see in production comes from boundary cases someone promised would never happen. The code is fine. The plan is fine. The promise is what ages badly.

← back to index