A Texan who built an empire of ecstasy (texasmonthly.com)
83 points by wallflower 8h ago 81 comments
Why Flatpak apps use so much disk space on Linux (ostechnix.com)
55 points by dxs 7h ago 96 comments
When flat rate movers won't answer your calls (aphyr.com)
350 points by kevincox 1d ago 291 comments
VibeGit: Automagically group and commit related changes with AI
5 kklemon 2 5/4/2025, 1:26:16 PM github.com ↗
Instead of the painful git add -p dance or just giving up and doing a massive git commit -a -m "stuff", I wanted something smarter. VibeGit uses AI to analyze your working directory, understand the semantic relationships between your changes (up to hunk-level granularity), and automatically group them into logical, atomic commits.
Just run "vibegit commit" and it: - Examines your code changes and what they actually do - Groups related changes across different files - Generates meaningful commit messages that match your repo's style - Lets you choose how much control you want (from fully automated to interactive review)
It works with Gemini, GPT-4o, and other LLMs. Gemini 2.5 Flash is used by default because it offers the best speed/cost/quality balance.
I built this tool mostly for myself, but I'd love to hear what other developers think. Python 3.11+ required, MIT licensed.
Code stuff, and let AI refactor out the mess of threads of ideas later.
Love it!