frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Halvar's Guide to Entrepreneurship

https://thomasdullien.github.io/guides/entrepreneurship/
1•Darkstryder•30s ago•0 comments

Visualizing multi-dimensional array shapes recursively

https://arrayvis.netlify.app/
1•biraj-rocks•43s ago•1 comments

Anthropic gives Claude a permanent seat in your Slack channels

https://thenewstack.io/anthropic-claude-tag-slack/
1•r_singh•1m ago•0 comments

SovietRxiv: Rediscovering the Soviet scientific archive, in English

https://sovietrxiv.org
1•SUPERustam•4m ago•0 comments

UN commission of inquiry says Israel committing genocide by targeting children

https://www.bbc.com/news/articles/c0jy96w6pw2o
1•lorecore•4m ago•1 comments

New car registrations: +4% year-to-date; battery-electric 20% market share [pdf]

https://www.acea.auto/files/Press_release_car_registrations_May_2026.pdf
1•haunter•4m ago•1 comments

Quartz Crystals: The Heartbeat of Our Digital World

https://www.arkcrystals.com/blogs/articles/quartz-crystals-the-heartbeat-of-our-digital-world
1•andrewstuart•5m ago•0 comments

Show HN: Foundation models that predict patient response in clinical trials

https://atlasdiscovery.bio/clinical-trial-response-prediction
1•shaamilkarim•7m ago•0 comments

I received a fake job offer. The NPM package was a full info-stealer

https://aydinnyunus.github.io/2026/06/22/fake-job-offer-npm-supply-chain-malware-foxtopia/
1•bobsoap•7m ago•0 comments

Show HN: AI Torah Chervuta

https://www.yochai.wiki/chat
2•Philosopheril•8m ago•0 comments

Polymarket's viral videos showed people winning big, but the bets were fake

https://www.techsentiments.com/article/2026/06/22/polymarkets-viral-videos-showed-people-winning-...
1•rajsuper123•8m ago•0 comments

Memory Retrieval with Code?

https://piyussh.substack.com/p/memory-retrieval-with-code
1•piyussh•8m ago•0 comments

Nvidia Announces BioNeMo Agent Toolkit

https://nvidianews.nvidia.com/news/nvidia-launches-bionemo-agent-toolkit-giving-ai-agents-the-too...
1•teepo•8m ago•0 comments

Aside: The AI Browser

https://aside.com
1•handfuloflight•9m ago•0 comments

Safe Downloads (Educational)

https://totally-safe-to.download/
1•itherseed•12m ago•0 comments

Mitigated API authentication bypass for python.org download metadata

https://blog.python.org/2026/06/mitigated-api-bypass-for-download-metadata-python-dot-org/
1•lumpa•12m ago•0 comments

Worldpay – A power disruption has caused issues with Authorization and Payments

https://status.worldpay.com
1•jdefelice•12m ago•0 comments

Audit finds San Francisco tax official steered $10M contract to friend

https://sfstandard.com/2026/06/23/audit-sparked-standard-investigation-finds-tax-official-steered...
3•littlexsparkee•13m ago•1 comments

How Small Can a C++ Unit Test Framework Be?

https://freshsources.com/code-capsules/test-part1/
1•chuckallison•14m ago•1 comments

New England Marijuana Live Price Data

https://www.bluedream.store/
1•sgspace•14m ago•1 comments

Masayoshi Sun dismisses Musk's idea for orbital data centers

https://www.japantimes.co.jp/business/2026/06/23/companies/softbank-dismissal-musk-idea-data-cent...
3•anigbrowl•17m ago•2 comments

The Agent-Buyer Thesis – What Happens When AI Agents Are the Buyers

https://agentbuyer.gumroad.com/l/agent-buyer-thesis
1•P_Economics•19m ago•1 comments

The Glorious Revolution and the causes of the industrial revolution

https://www.worksinprogress.news/p/how-smashing-the-nimbys-created-modern
1•fanf2•19m ago•0 comments

Ukraine disguised a $20B sabotage mission as a 'porn film'

https://www.telegraph.co.uk/books/non-fiction/nord-stream-conspiracy-bojan-pancevski-review/
6•AureliusMA•20m ago•0 comments

Michael Burry: Billions in Nvidia Are Hidden Through Complex Financing Structure

https://finance.yahoo.com/markets/stocks/articles/michael-burry-calls-nvidia-ai-153103274.html
2•doener•21m ago•0 comments

Mozilla.org – The web is evolving. So are we

https://blog.mozilla.org/en/mozilla/news/announcing-mozilla-org-new-non-profit/
5•brycewray•23m ago•2 comments

Mind-Body Healing: An Exchange

https://statmodeling.stat.columbia.edu/2026/06/23/mind-body-healing-an-exchange/
1•u1hcw9nx•23m ago•0 comments

America Isn't Sweating Climate Change

https://www.theatlantic.com/science/2026/06/climate-ambivalence/687673/
2•littlexsparkee•24m ago•1 comments

The Geometry of Noise: Why Diffusion Models Don't Need Noise Conditioning

https://intuitivepapers.ai/geometry-of-noise/
2•skzv•27m ago•0 comments

We've seen AI hype cycles before. They didn't end well

https://www.narracomm.com/weve-seen-ai-hype-cycles-before-they-didnt-end-well/
2•thelonelyborg•27m ago•1 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!