frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The revolution in running agents 24/7

https://theopenclaws.com/
1•lackoftactics•1m ago•1 comments

Concerning Emacs (and Jazz)

https://omidmash.de/blog/concerning-emacs
1•spudlyo•2m ago•0 comments

Australia sues US giant 3M over 'forever chemicals' in firefighting foam

https://www.bbc.com/news/articles/c3w2yl3p97qo
1•breve•2m ago•0 comments

Show HN: Enough, an Agent Harness for Writers

https://github.com/0gsd/enough
1•0gs•3m ago•1 comments

Helium developer wukko critiques Brave Browser's default settings and bloat

https://twitter.com/uwukko/status/2059964727279689905
1•twapi•3m ago•0 comments

The world's carmakers are struggling to compete with China

https://www.bbc.com/news/articles/c4g8vg72z43o
2•breve•4m ago•0 comments

Gerd Faltings – Official Abel Prize laureate portrait 2026 [video]

https://www.youtube.com/watch?v=O8gqrsYY3eY
1•furcyd•4m ago•0 comments

Archaeologists Extracted a Pristine Leather Notebook from a Medieval Latrine

https://www.smithsonianmag.com/smart-news/from-a-medieval-latrine-in-germany-archaeologists-extra...
2•speckx•4m ago•0 comments

Anthropic to boost hiring in Europe after opening Milan office

https://www.reuters.com/business/anthropic-boost-hiring-europe-after-opening-milan-office-2026-05...
1•tartoran•4m ago•0 comments

Finding Miscompiles for Fun, Not Profit

https://newsletter.semianalysis.com/p/finding-miscompiles-for-fun-not-profit
1•bwfan123•5m ago•0 comments

Take the builder's mindset self-assessment

https://dazzling-centaur-6750aa.netlify.app/
1•ggorlin•5m ago•0 comments

Enterprises Are Counting Tokens Because They Can't Measure Value

https://twitter.com/jqdsouza/status/2060002135476232654
2•jqdsouza•8m ago•0 comments

Celebrities are telling women to use more AI or be 'left behind.'

https://www.cbc.ca/news/entertainment/women-celebrities-ai-9.7213256
2•andy99•8m ago•0 comments

Political Velocity

https://protortyp.github.io/posts/political-velocity/
2•protortyp•9m ago•1 comments

Show HN: Ktx – Open-source executable context layer for data agents

https://github.com/Kaelio/ktx
2•lucamrtl•11m ago•0 comments

Teaching coding agents to debug Rails memory issues with derailed_benchmarks

https://www.superconductor.com/blog/memory-leak-coding-agents
1•ibrahima•11m ago•0 comments

Claude Code hook that plays a random sound on negative feedback

https://github.com/theletterf/defensive-hook
1•theletterf•11m ago•1 comments

Circuit Board Can Rewire Itself

https://www.eejournal.com/article/this-circuit-board-can-rewire-itself/
1•awithrow•11m ago•0 comments

Ship of Theseus

https://en.wikipedia.org/wiki/Ship_of_Theseus
2•chistev•13m ago•0 comments

Incognito Chat with Meta AI: a private way to chat with AI

https://blog.whatsapp.com/introducing-incognito-chat-with-meta-ai-a-completely-private-way-to-cha...
2•commandersaki•14m ago•1 comments

RAM-Mageddon – Memory price comparison

https://ram-mageddon.com/
1•BrunoVT1992•14m ago•1 comments

SQLite Agents.md

https://github.com/sqlite/sqlite/blob/master/AGENTS.md
2•Brajeshwar•14m ago•0 comments

IBM and Red Hat Commit $5B to Redefine the Future of Open Source in the AI Era

https://www.redhat.com/en/about/press-releases/project-lightwell-secure-open-source
1•fredski42•15m ago•0 comments

Ask HN: Why is problem solving in math still important in the AI age?

2•amichail•16m ago•1 comments

Spotify CEO defends AI music, wants you to stop calling it 'slop'

https://www.neowin.net/news/spotify-ceo-defends-ai-music-wants-you-to-stop-calling-it-slop/
3•bundie•16m ago•2 comments

AI Didn't Create These Problems. It Just Stopped Routing Around Them

https://baweaver.com/writing/2026/05/27/ai-didnt-create-these-problems/
2•kurinikku•18m ago•0 comments

Show HN: My custom agent skill for commit messages

https://github.com/ThatXliner/x-commit
1•thatxliner•18m ago•0 comments

Adding Reflection to C

https://www.davidpriver.com/adding-reflection-to-C.html
2•telotortium•20m ago•0 comments

Sun Microsystems History: From Unix Workstations to Java, Solaris, and Oracle

https://www.generationamiga.com/2026/05/27/sun-microsystems-history-from-unix-workstations-to-jav...
1•ibobev•23m ago•0 comments

Mark Zuckerberg's Worst Metaverse Bet Was Always Mark Zuckerberg

https://www.frontrow.co/blog/mark-zuckerbergs-worst-metaverse-bet-was-always-mark-zuckerberg-now-...
1•andybak•24m ago•0 comments
Open in hackernews

VibeGit: Automagically group and commit related changes with AI

https://github.com/kklemon/vibegit
5•kklemon•1y ago

Comments

kklemon•1y ago
I created VibeGit after spending too many nights untangling my not-so-clean version control habits. We've all been there: you code for hours, solve multiple problems, and suddenly, you're staring at 30+ changed files with no clear commit strategy.

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.

dnhkng•1y ago
OMG, this is exactly what we all need!

Code stuff, and let AI refactor out the mess of threads of ideas later.

Love it!