> guides
Longer-form, practical walkthroughs that go deeper than a single command: full workflows, configuration that matters, and honest comparisons — written from real terminal use, not marketing pages.
tmux for Remote Development: Never Lose an SSH Session Again
Aug 3, 2026How to run long jobs on remote servers that survive dropped SSH connections: detach, reattach, named sessions, and a minimal remote workflow.
A Practical .tmux.conf: Settings That Actually Matter
Aug 3, 2026A minimal, fully explained tmux configuration: prefix choice, mouse mode, vi copy mode, sane splits, and why each line is there.
tmux vs GNU Screen vs Zellij: Choosing a Terminal Multiplexer
Aug 3, 2026An honest comparison of the three main terminal multiplexers: maturity, defaults, discoverability, configuration, and which one fits which job.
FFmpeg Encoding Explained: CRF, Presets, and Codec Choices
Aug 3, 2026What CRF actually does, how presets trade encode time for file size, and how to choose between H.264, H.265, VP9, and AV1 for real projects.
Practical FFmpeg Recipes: Convert, Trim, Compress, and Extract
Aug 3, 2026Copy-ready ffmpeg recipes for everyday tasks — format conversion, lossless trims, compression, audio extraction, GIFs — with every flag explained.
Claude Code vs Codex CLI vs Gemini CLI: An Honest Comparison
Aug 3, 2026How the three major AI coding CLIs differ in practice: interaction model, project memory, extensibility, openness, and which one fits your workflow.
Parallel Development with Git Worktrees (and Why AI Agents Changed the Game)
Aug 3, 2026Use git worktree to run several branches side by side without stashing: setup, daily commands, cleanup, and the agent-per-worktree workflow.
Deploying to Cloudflare Workers and Pages with Wrangler
Aug 3, 2026From zero to deployed on Cloudflare's edge: wrangler setup, local dev, secrets, KV and R2 bindings, Pages deploys, and the footguns in between.
PlanetScale Branching: Ship Schema Changes Without Downtime
Aug 3, 2026How PlanetScale's database branches and deploy requests let you treat schema changes like pull requests — a practical pscale CLI walkthrough.
Run Gemma 4 Locally: Hardware, Runtimes, and Which Size to Pick
Aug 3, 2026Which Gemma 4 size fits your machine, realistic VRAM math at different quantizations, and how to serve it with Ollama, llama.cpp, or vLLM.
A Claude Code Workflow That Sticks: CLAUDE.md, Skills, and Hooks
Aug 3, 2026Practical patterns for getting consistent results from Claude Code: project memory, custom skills, permission tuning, and headless automation.
Auto-Deploy a Static Site to Cloudflare Pages with GitHub Actions
Aug 3, 2026A push-to-deploy pipeline for static sites: wrangler in CI, API tokens, build output config, custom domains, security headers, and cache rules.