Reading List

The most recent articles from a list of feeds I subscribe to.

`CL.THROTTLE` implemented in DragonflyDB

The rate limiting command provided by redis-cell is now available in DragonflyDB.

RFCs and review councils

Thoughts on whether it’s possible to get most of the value from RFC-driven engineering, but save on the committees and heavy process.

Findings from six months of running `govulncheck` in CI

Costs and benefits of running golvulncheck automatically as part of CI.

Honest health checks that hit the database

Health checks suitable for status pages that show down when the application is down.

Migrating weaker password hashes by nesting them in an outer hash

Rehashing opportunistically on login is fine, but leaves a long tail of weaker password hashes. Here’s one weird trick to get rid of them.