Tag
The author describes a hybrid approach to spell-checking their website using Bombadil for property-based browser testing and Claude Code for triaging flagged words, which has caught 13 real typos and added over 130 words to a custom dictionary.
An exploration of pseudo-random number generation in computers, focusing on linear congruential generators (LCGs) and their quality visualization. The article also touches on entropy sources like Cloudflare's lava lamps and serves as a precursor to property-based testing.
A technical blog post describing the author's minimal property-based testing library implemented in ~256 lines of Zig, featuring a Finite Random Number Generator for reproducible test case generation and algorithmic verification.