Reading List
The most recent articles from a list of feeds I subscribe to.
ERROR: invalid byte sequence for encoding UTF8: 0x00 (and what to do about it)
Handling a common programming language/database asymmetry around tolerance of zero bytes.
The parallel test bundle, a convention for Go testing
A Go convention that we’ve found effective for making subtests parallel-safe, keeping them DRY, and keeping code readable.
Rails World 2024
A few reflections on this year’s event. (It was great.)
TIL: Variables in custom VSCode snippets
Using built-in variables in VSCode snippets to make publishing to this site incrementally faster.
A few secure, random bytes without `pgcrypto`
Avoiding the
pgcrypto
extension and its OpenSSL dependency by generating cryptographically secure randomness through gen_random_uuid()
.