> 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, 2026

How to run long jobs on remote servers that survive dropped SSH connections: detach, reattach, named sessions, and a minimal remote workflow.

tmux

A Practical .tmux.conf: Settings That Actually Matter

Aug 3, 2026

A minimal, fully explained tmux configuration: prefix choice, mouse mode, vi copy mode, sane splits, and why each line is there.

tmux

tmux vs GNU Screen vs Zellij: Choosing a Terminal Multiplexer

Aug 3, 2026

An honest comparison of the three main terminal multiplexers: maturity, defaults, discoverability, configuration, and which one fits which job.

tmux

FFmpeg Encoding Explained: CRF, Presets, and Codec Choices

Aug 3, 2026

What 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.

ffmpeg

Practical FFmpeg Recipes: Convert, Trim, Compress, and Extract

Aug 3, 2026

Copy-ready ffmpeg recipes for everyday tasks — format conversion, lossless trims, compression, audio extraction, GIFs — with every flag explained.

ffmpeg

Claude Code vs Codex CLI vs Gemini CLI: An Honest Comparison

Aug 3, 2026

How the three major AI coding CLIs differ in practice: interaction model, project memory, extensibility, openness, and which one fits your workflow.

claude-codecodex-cligemini-cli

Parallel Development with Git Worktrees (and Why AI Agents Changed the Game)

Aug 3, 2026

Use git worktree to run several branches side by side without stashing: setup, daily commands, cleanup, and the agent-per-worktree workflow.

git-worktree

Deploying to Cloudflare Workers and Pages with Wrangler

Aug 3, 2026

From zero to deployed on Cloudflare's edge: wrangler setup, local dev, secrets, KV and R2 bindings, Pages deploys, and the footguns in between.

wrangler

PlanetScale Branching: Ship Schema Changes Without Downtime

Aug 3, 2026

How PlanetScale's database branches and deploy requests let you treat schema changes like pull requests — a practical pscale CLI walkthrough.

pscale

Run Gemma 4 Locally: Hardware, Runtimes, and Which Size to Pick

Aug 3, 2026

Which Gemma 4 size fits your machine, realistic VRAM math at different quantizations, and how to serve it with Ollama, llama.cpp, or vLLM.

gemma4

A Claude Code Workflow That Sticks: CLAUDE.md, Skills, and Hooks

Aug 3, 2026

Practical patterns for getting consistent results from Claude Code: project memory, custom skills, permission tuning, and headless automation.

claude-codegit-worktree

Auto-Deploy a Static Site to Cloudflare Pages with GitHub Actions

Aug 3, 2026

A push-to-deploy pipeline for static sites: wrangler in CI, API tokens, build output config, custom domains, security headers, and cache rules.

wrangler