Developers assume long Claude Code sessions waste tokens, so they /clear aggressively. But with prompt caching giving a 90% discount on reads, frequent clearing often costs more. Breaking down the three variables that actually drive cost.
chezmoi is a Go-based dotfiles manager. Go templates handle machine differences, age encrypts secrets, and run_onchange scripts auto-install packages. How I sync dotfiles across three operating systems.
zoxide is a Rust-powered smart cd that remembers directories via a frecency algorithm. Pair it with --cmd cd to replace the builtin, add fzf for interactive selection, and terminal navigation becomes a two-letter affair.
MemPalace is a local AI memory system using a memory palace architecture, AAAK 30x compression, 170-token startup, 96.6% LongMemEval accuracy, fully offline with MCP integration.
NodeWarden is a third-party Bitwarden-compatible server running on Cloudflare Workers with D1 for data and R2/KV for attachments. No VPS needed, runs on the free tier.
claude-view is a Rust-powered monitoring dashboard for Claude Code that tracks all sessions in real-time — conversations, costs, token usage, sub-agent trees — with 85 MCP tools and full-text search.
bb-browser runs code directly in your real browser tabs, using your existing cookies to fetch data. 36 platforms, 103 commands, and it doubles as an MCP server for Claude Code to access the entire web.
AionUi is a free, open-source AI Cowork desktop app built with Electron + React. Run Claude Code, Codex, Qwen Code, and 12+ agents in one interface, with 20+ model platforms and scheduled tasks.
EmDash is a full-stack TypeScript CMS built on Astro and Cloudflare, featuring sandboxed plugins, Portable Text content, and multi-database support as a modern WordPress alternative.
Comparing two time intervals for overlap with raw DateTime means writing a pile of if conditions. League Period wraps time intervals in immutable value objects with built-in overlap, containment, gap, and intersection operations.