TTF-DOOM - raycaster in TrueType hinting bytecode
A raycasting engine implemented entirely inside the TrueType font hinting VM. Player coordinates come from font variation axes and the rendered frame is the glyph outline.
Related entries
Breeze - auto-confirm Windows Hello dialogs
Tiny Rust Windows service that detects Windows Hello credential prompts and clicks through them when face recognition has already succeeded. Solves the dual-monitor sign-in shuffle.
Claude Code Analysis - architectural reverse-engineering of the leaked source
82 docs and 15 diagrams mapping every major subsystem of Claude Code's accidentally exposed 512K-line TypeScript source - YOLO classifier, 93% context compaction, prompt-cache layout, 88+ feature flags, the custom React-Fiber terminal renderer.
AI Inner OS - inner-monologue plugin for AI CLIs
Cross-tool plugin for Claude Code, Codex CLI, Cursor, and OpenCode CLI that injects an optional 'inner monologue' track alongside normal output. The model decides whether and how to use it.
agent-session-resume - cross-agent session resume skill
Skill that lets Claude Code, Codex, Antigravity, and OpenCode pick up where any of them left off by reading and writing a shared session-state file.