Writing
Notes from the workbench
Build logs and post-mortems from things I've made — mostly agents, terminals, and spaced repetition.
- Jul 27, 2026 Spaced repetition should read your notes, not replace them memqi is a Tauri desktop app that runs SM-2 scheduling directly over an existing Obsidian vault — parsing three flashcard syntaxes out of markdown you already wrote, with no separate database of truth.
- Mar 26, 2026 Let the compiler write your prompt Gridweave generates React components with Gemini. The interesting part isn't the generation — it's using real esbuild errors as the fitness signal for evolving the system prompt.
- Dec 18, 2025 A terminal that writes Verilog rune-tui is a 1,000-line Rust TUI for generating RTL and testbenches — streaming, editable, and built around the fact that generated hardware code always needs a human edit before it's useful.