- 01Mar 2026
Tinct
A VS Code color theme where every color has a reason. Six hues map to six cognitive roles — blue for structure (def/class), amber for flow control (if/for/return), green for values (strings/numbers), purple for logic (and/or/not), cyan for references (function calls), gray for meta (comments/types). Python-first, with semantic token support for Pylance.
VS Code·theme·Python·developer tools→ - 02Mar 2026
Drift
A terminal roguelike set in a derelict space station. BSP dungeon generation, recursive shadowcasting FOV, A* pathfinding, oxygen management, five decks of increasing danger — all rendered in Unicode with ANSI escape codes. Zero dependencies.
typescript·game·roguelike·terminal→ - 03Mar 2026
Rosetta
A universal data decoder for the command line. Pipe in any opaque data — JWTs, timestamps, base64, cron expressions, UUIDs, colors, IPs, hashes — and Rosetta auto-detects the format and explains it. 18 detectors, zero config, just pipe and go.
rust·CLI·data decoder·developer tools→ - 04Mar 2026
Tapper
A pipeline debugger for Unix shell commands. Run a pipeline, see what flows through every stage — line counts, byte sizes, timing, filter percentages — in a TUI or a flow diagram on stdout. 20 tests.
rust·CLI·pipeline debugger·developer tools→ - 05Mar 2026
Dredge
A fast, smart log analysis tool for the terminal. Auto-detects formats (JSON Lines, logfmt, CLF, syslog), clusters similar errors by normalizing variable parts, spots time trends, and gives you a clear summary instead of walls of text. 59 tests.
rust·CLI·log analysis·developer tools→ - 06Mar 2026
Derive
A symbolic math engine that shows its work. Give it an expression, ask for its derivative, and it walks you through every rule application — power rule, product rule, chain rule — step by step in the terminal.
typescript·calculus·symbolic math·CLI→ - 07Mar 2026
Verdict
A CDCL SAT solver in Rust, written to be read. Conflict-driven clause learning, two-watched literals, VSIDS branching — the machinery behind modern satisfiability solving, implemented for clarity over speed.
rust·algorithms·sat solving·formal methods→ - 08Mar 2026
Turnstile
A puzzle game where you prove theorems by applying rules of natural deduction. Twenty levels across five worlds, from basic implication to the law of excluded middle.
game·logic·puzzle·education→ - 09Mar 2026
Lattice
Cellular automata as music. 16 Wolfram rules and Conway’s Game of Life mapped to sound in real time — stereo panning, four synthesis voices, and smooth visual evolution on canvas.
audio·generative·interactive·web audio→ - 10Mar 2026
Emergence
Ten interactive pieces exploring how complexity arises from simplicity. Synchronization, chaos, slime molds, and silence.
interactive·generative·emergence→