Reading List

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

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.

Prepared statements for psql operations

Using prepared statements with operational queries to make it easy to replace parameters and save time.