property-based-testing

Tag

Cards List
#property-based-testing

Catching Typos on My Website with Browser Testing

Lobsters Hottest · 2d ago Cached

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.

0 favorites 0 likes
#property-based-testing

What is random generation?

Lobsters Hottest · 4d ago Cached

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.

0 favorites 0 likes
#property-based-testing

256 Lines or Less: Test Case Minimization

Lobsters Hottest · 2026-04-21 Cached

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.

0 favorites 0 likes
← Back to home

Submit Feedback