.gitignore everything by default
A developer proposes flipping the default .gitignore strategy to ignore all files and explicitly allow only those needed, using patterns like '*' followed by '!*.go' to prevent accidental commits of l…
A developer proposes flipping the default .gitignore strategy to ignore all files and explicitly allow only those needed, using patterns like '*' followed by '!*.go' to prevent accidental commits of l…
Developer Oli Morris detailed his setup of herdr, a terminal multiplexor built around AI agents, integrated with Ghostty and CodeCompanion.nvim, after abandoning tmux two years ago. Morris, who moved …
The deslop project benchmarked a security detector against roughly 503,000 lines of Go across eight open-source projects, producing exactly one real finding. The detector, which flags non-constant-tim…
Quil, a reboot-proof terminal multiplexer for AI-native development, has been released by developer Artyom S. The tool persists entire workspaces across reboots, auto-resumes AI conversations by sessi…
Developer Takuya created a tmux plugin called tmux-claude-session-manager to manage multiple Claude Code sessions. The tool provides an fzf-based picker that shows live status of all running sessions,…
Developer Simon Willison reports that herdr, a Rust-based terminal multiplexer, effectively replaces tmux for managing multiple parallel AI agents on remote servers by providing a sidebar that shows e…