frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Karen Nikoghosyan Is Building AI Operating Layers for Multichannel Commerce

1•darius88•28s ago•0 comments

There's a high chance of devices being sold with GrapheneOS preinstalled in 2027

https://grapheneos.social/@GrapheneOS/117299954135808210
1•Cider9986•32s ago•0 comments

Show HN: Chesslm – Tiny chess model trained on Stockfish

https://github.com/skorotkiewicz/chesslm
1•modinfo•1m ago•0 comments

First AI bot appears on Starcraft Ladder, wins against progamer

https://tl.net/forum/brood-war/646339-bot-on-ladder
1•maloga•2m ago•0 comments

Show HN: Quick commerce coverage map of India

https://darkstoremap.in/
1•ghoshbishakh•5m ago•0 comments

Sherline Tools Is Going Out of Business

https://toolguyd.com/sherline-tools-shutting-down-usa-production/
2•tliltocatl•5m ago•0 comments

Psiphon

https://forge.psiphon.ca/en/what-is-psiphon
1•Bluestein•6m ago•0 comments

If You Knew God Exists, Wouldn't You Become a Priest?

https://joecmarshall.com/posts/if-you-knew-god-exists-wouldnt-you-become-a-priest/
2•webappsecperson•9m ago•1 comments

Show HN: Wattai.dev – Free Decision Intelligence

https://wattai.dev/
2•namanvyas•9m ago•0 comments

Real attackers don't think in bug bounty scopes

https://rushter.com/blog/security-bb-and-scopes/
1•f311a•11m ago•0 comments

Show HN: I got Claude Code and Codex to argue about my code

https://github.com/chen-985211/cleancode
1•Tide-N•11m ago•0 comments

RubyLLM: What's New in 2.0

https://rubyllm.com/whats-new-in-2-0/
1•ksec•11m ago•0 comments

Over 10 years later, Gabe Newell's advice to devs still holds up

https://www.pcgamer.com/gaming-industry/game-development/over-10-years-later-gabe-newells-advice-...
1•Brajeshwar•14m ago•0 comments

Google knows you – does AI?

https://www.scanora.ai
1•davinciyaner•14m ago•0 comments

Show HN: A competition for small neural networks that play strategy games

https://tinybrains.dev
1•codetiger•16m ago•1 comments

Bible Fascinator

https://designs.drawingwithdata.com/fascinator
1•trekhleb•16m ago•0 comments

I Designed a Microprocessor

https://www.youtube.com/watch?v=q6ytRHaTEXI
1•i2pi•16m ago•1 comments

Show HN: Jev Slop Filter for X and LinkedIn

https://github.com/adamnroman/slop-filter
1•adamisnotroman•17m ago•0 comments

RetinaFace: Open-source precise AI face detection and analysis

https://retinaface.com/
1•teleforce•18m ago•0 comments

Decoding Jev

https://navinpai.github.io/decoding-jev/
1•madmax108•19m ago•0 comments

The Tech Bro in the Treaty Room

https://www.politico.com/news/magazine/2026/09/18/jacob-helberg-state-china-ai-profile-01082572?c...
1•ksec•20m ago•0 comments

Company Dynasties Die in the Dark

https://investing101.substack.com/p/dynasties-die-in-the-dark
1•rwmj•20m ago•0 comments

Show HN: Preuve AI, stress-test your startup idea before you build

https://preuve.ai
1•vincentbuilds•23m ago•0 comments

The Story of Fckgw-RHQQ2-Yxrkt-8TG6W-2B7Q8

https://twitter.com/davepl1968/status/2099883465256865923
1•ksec•23m ago•0 comments

A proxy that scans LLM requests/attach for secrets before they reach the model

https://github.com/ghuntley/preflight
1•ghuntley•27m ago•0 comments

I build a Outbound API Gateway for managing third-party dependencies

https://github.com/asstgr/asstgropensource
1•asstgr•28m ago•0 comments

The Journey of a Migratory Shorebird

https://www.newyorker.com/magazine/2026/09/21/the-incredible-journey-of-a-migratory-shorebird
1•wallflower•31m ago•0 comments

Costco rations motor oil as prices quadruple and supplies run dry

https://www.ft.com/content/64f90ab8-5fb0-4594-a900-d03e5ca051e3
4•bookofjoe•33m ago•1 comments

Crop Milk

https://en.wikipedia.org/wiki/Crop_milk
1•suopspaces•35m ago•0 comments

The monopoly behind your TI graphing calculator

https://www.theverge.com/podcast/997725/the-hidden-monopoly-behind-your-ti-graphing-calculator
3•Brajeshwar•40m 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!