Reading List
The most recent articles from a list of feeds I subscribe to.
Homebrew on M1 is a go
In which Homebrew now works very well on M1 Macs, and a second Intel installation is no longer necessary.
Building Ruby 3 on Mac M1 ARM
Ruby 3 builds fine on M1, but if you’ve double-install Homebrew, you might run into this problem.
Development log: Rescuing history
Converting Mutelight, my ancient blog, from a custom, problematically undermaintained Ruby stack over to Modulir, so it can live on as a static site.
What to do in 2021
It’s the new year. A short goal setting session for 2021.
What's good about offset pagination; designing parallel cursor-based web APIs
Offset pagination gets a bad rap because it’s backend inefficient, but it’s actually a nice feature from a consumer’s perspective. How to bring those advantages to cursor-based APIs.