cd/sources/humanwhocodes-auto-discovered· home sources Humanwhocodes (auto-discovered)
cat /sources/humanwhocodes-auto-discovered.feed | wc -l → 3

Humanwhocodes (auto-discovered)

articles 3 domain humanwhocodes.com → feed RSS
00:00
2026-07-14
humanwhocodes.com
developer-tools

A gentle introduction to Git worktrees

Git worktrees, a feature available for over a decade, are now being used by AI coding tools to enable multiple agents to work in parallel on local changes without interference, according to a technica…

13:35
2026-06-16
humanwhocodes.com
ai-tools

GitHub Copilot's Pricing Gamble

GitHub switched Copilot from request-based to usage-based pricing on June 1, ending years of subsidized rates to attract users. The change passes API costs directly to users, causing frustration as ag…

00:00
2026-05-26
humanwhocodes.com
developer-tools

Creating a VS Code agent hook to respond to file changes

Visual Studio Code released agent hooks, a deterministic feature that triggers shell commands at specific points during an agent session. A developer created a hook to automatically regenerate TypeScr…