GitButler is a Git-based version control client with parallel branches, stacked branches, unlimited undo, and AI integration. Work on multiple branches simultaneously without switching, manage commits by dragging and dropping — built for modern development workflows.
navigator.clipboard fails on non-HTTPS local dev and iOS Safari. Wrap clipboard.js into a unified Promise interface so the fallback is transparent to callers and works with any framework.
Overmind is a Procfile process manager that integrates tmux, letting you connect to and restart individual processes. It solves foreman log buffering and color stripping issues — ideal for Rails and full-stack local development.
When visiting an external site like analytics.google.com, the browser shows a Laravel Valet self-signed certificate instead of Google's. A walkthrough of the three causes — dnsmasq leakage, nginx catch-all default server, and browser cert caching — with step-by-step diagnosis and fixes.
React Compiler went 1.0 stable in October 2025, but @vitejs/plugin-react v6 swapped Babel for oxc at the same time — the old `react({ babel: {...} })` pattern no longer works on Vite 8. The correct 2026 install flow, ESLint setup, and a gradual adoption strategy.
Use git worktree to skip the stash-and-switch dance: keep feature work untouched, run hotfixes, code reviews, long test runs, and multiple AI agents side-by-side in the same repo. Commands, the bare-repo layout, and the 2024–2026 relative paths support.
Cloudflare Tunnel builds an outbound-only connection from your machine to push localhost onto your own domain — no firewall holes, no public IP. A walkthrough of the 2026 remotely-managed tunnel flow, Zero Trust Access gating, and how it compares to ngrok and Tailscale Funnel.
The community is angry about Anthropic's March 6 silent TTL change, but billing statements aren't enough proof. I scanned 95 days of my own Claude Code native logs, precisely reproduced the March 6 regression, and uncovered a second wave starting April 9 — sub-agents 100% downgraded to 5m TTL, never publicly reported.
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.