GKRootWire
Security ICE Signs $2M Deal for Zero-Click Phone Hacking ToolSecurity Attackers Exploit Critical Elementor Pro Bug to Hijack WordPress SitesAI ChatGPT Goes Down, Serves 404 Errors to UsersAI ChatGPT and Codex Suffer Widespread OutageAI Google DeepMind's WeatherNext 3 Sharpens AI Weather ForecastingAI Google's New AI Weather Model Sharpens Storm ForecastsSecurity ICE Signs $2M Deal for Zero-Click Phone Hacking ToolSecurity Attackers Exploit Critical Elementor Pro Bug to Hijack WordPress SitesAI ChatGPT Goes Down, Serves 404 Errors to UsersAI ChatGPT and Codex Suffer Widespread OutageAI Google DeepMind's WeatherNext 3 Sharpens AI Weather ForecastingAI Google's New AI Weather Model Sharpens Storm Forecasts
Dev Tools

Why Developers Want Git-Style Version Control for Everything, Not Just Code

A developer's essay argues that the version control mindset we take for granted in coding is sorely missing from most other digital work.

A recent essay making the rounds on Hacker News makes the case that version control—the ability to track changes, branch, and roll back—shouldn't be limited to source code. The author points out that writers, designers, and everyday computer users regularly lose track of document history, overwrite important changes, or struggle to compare drafts, problems that Git solved for programmers decades ago.

The piece explores why tools like Git haven't meaningfully spread to other domains: file formats are often binary or proprietary, diffing tools don't understand non-text content well, and most consumer apps use simplistic "undo" or cloud-sync history instead of true branching and merging. The author suggests that as more of our creative and technical work becomes digital-native, better general-purpose versioning primitives could reduce a lot of accidental data loss and friction.

Discussion on Hacker News largely agreed, with commenters sharing niche tools attempting this for spreadsheets, CAD files, and writing.

Why it matters: Version control is one of software engineering's quiet superpowers, and its absence elsewhere means non-coders still rely on fragile habits like manually saving 'draft_v3_final.docx.' If tooling vendors take this seriously, it could reshape how office suites, design tools, and note-taking apps handle history and collaboration.

Sources: Hacker News