whommohit

Notes

Short, unpolished, reverse-chronological. Less formal than the blog.

June 2, 2026

Re-reading the Raft paper

Third read-through and the leader-election section still has the clearest diagrams of any consensus paper I’ve seen.

#notes#distributed-systems

May 14, 2026

On writing better standup updates

“Status: still working on X” is not an update. What changed since yesterday is the update.

#notes#team

May 1, 2026

Cache invalidation is still the hard part

Spent the afternoon debugging a stale-cache bug that turned out to be a missing Vary header. As always.

#notes#caching