Articles
Technical articles and tutorials.
Apr 29, 20265 min read
I benchmarked caveman against two words
Caveman, a popular Claude Code compression plugin, vs. "be brief." 24 prompts, six categories, five arms. The two-word prompt matched it on tokens and quality.
Feb 10, 20259 min read
Building a Custom Shell in Rust from scratch
Building a simple REPL/shell in Rust with Tokio and anyhow — parsing input into typed commands and implementing echo, ls, pwd, cd, touch, rm, and cat.
Nov 30, 20239 min read
Recreating the Apple Calculator in Rust using Tauri, Yew and Tailwind
Cloning the Apple calculator with Tauri, Yew, and Tailwind. Operator precedence, decimals, and a UI close enough to fool muscle memory.
Nov 16, 202311 min read
Create a Full stack Rust desktop App with Tauri, Yew and Tailwind CSS
Building a desktop Pomodoro timer in Rust end-to-end with Tauri, Yew, and Tailwind — system tray, state management, and a controls UI.