Reading List
The most recent articles from a list of feeds I subscribe to.
Digital detox
On my longest period without a smartphone in a long time, and how to have a better relationship with it in the future.
Histograms worked
Following up on the use of histograms to generate metric aggregates that can be used to generate charts over much wider time ranges like a week or a month.
Ruby typing 2024: RBS, Steep, RBS Collections, subjective feelings
Diving into the RBS ecosystem as an alterative to Sorbet for Ruby typing.
Modals and mysterious macOS failures
Bequeathing cron scripts permission to run.
Stubbing degenerate network conditions in Go with `DialFunc` and `net.Conn`
Using
DialFunc
to return a minimal stub for net.Conn
that can simulate hard-to-reproduce conditions like an error on Close
.