Reading List
The most recent articles from a list of feeds I subscribe to.
HTTP API design: 204 "No content" mildly harmful
Prefer an HTTP 200 OK with an empty body over a 204.
K-sorted ID algorithms
A list of roughly sorted (“K-sorted”) ID generation algorithms including ULID and UUID V6.
Accidentally walkable
Comparing the walkability of San Francisco with Denver’s downtown area.
Go: Number of days in month
How to get the number of days in a month for a given year in Go.
Error stack traces in Go with x/xerrors
A workaround to get nice stack traces for errors in Go.