frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Jujutsu 0.45.0

https://github.com/jj-vcs/jj/releases/tag/v0.45.0
1•birdculture•1m ago•0 comments

Shewv.com 40% Off

https://Shewv.com/en
1•TryLath•1m ago•0 comments

Neovim new async Lua API

https://neovim.io/doc/user/lua-async/
1•olexsmir•3m ago•0 comments

Rendrflow your on device photo editing

https://play.google.com/store/apps/details?id=com.saif.example.imageupscaler&hl=en_US
1•hacker7777•3m ago•0 comments

A Week of Bug Reporting

https://tratt.net/laurie/blog/2022/a_week_of_bug_reporting.html
1•luu•3m ago•0 comments

Ask HN: Should internal services ever receive raw customer PII?

1•Securelytixdev•6m ago•0 comments

Apple Is Testing a Four-HomePod Surround System, Code Suggests

https://www.macrumors.com/2026/09/04/apple-testing-four-homepod-surround-system/
1•tosh•11m ago•0 comments

Simple Made Easy

https://github.com/matthiasn/talk-transcripts/blob/master/Hickey_Rich/SimpleMadeEasy.md
2•Bluestein•14m ago•0 comments

A free web app that tells you what to fix after a bad espresso shot

https://dialyourshot.com/
1•pirotechnique•15m ago•0 comments

These Linux distros run in RAM and barely touch your SSD

https://www.makeuseof.com/these-awesome-linux-distros-run-completely-in-ram-and-barely-touch-your...
1•ColinWright•17m ago•0 comments

Colorado Sees First Lawsuit Under 'Right to Repair' Law

https://www.techdirt.com/2026/09/03/colorado-sees-first-lawsuit-under-right-to-repair-law/
1•SockThief•17m ago•0 comments

Fusion Dreams Drive High-Temperature Superconductor Quest

https://spectrum.ieee.org/high-temperature-superconductor-ai-research
1•rbanffy•19m ago•0 comments

Bun v1.4.1

https://bun.com/blog/bun-v1.4.1
2•ErenayDev•22m ago•0 comments

Scientists observe Einstein's gravity in the quantum world

https://www.eurekalert.org/news-releases/1141933
1•_hao•24m ago•0 comments

Whistle Synth

https://www.jefftk.com/p/whistle-synth-mac-app
1•luu•27m ago•0 comments

Tracing np.add, all the way down

https://blog.veitheller.de/numpy.html
1•luu•29m ago•0 comments

A preview of the future IA documentation

https://intel.github.io/SDM/announcement/2026/08/20/announce-preview.html
1•luu•34m ago•0 comments

Sudden Unexpected Death in the Pfizer Trial: A Pharmacovigilance Failure

https://esmed.org/MRA/mra/article/view/7810/99193550508
1•inanothertime•35m ago•0 comments

Hot take on GPT-6 Astra

https://garymarcus.substack.com/p/hot-take-on-gpt-6-astra
2•Bluestein•36m ago•2 comments

By 2029 no computer or "machine intelligence" will have passed the Turing Test

https://longbets.org/1/
1•tetris11•36m ago•0 comments

Nvidia's AVO harness boosts Opus 5 to 100% on ARC-AGI 3

https://developer.nvidia.com/blog/nvidia-avo-reaches-100-on-arc-agi-3-demonstrating-a-frontier-le...
1•irthomasthomas•39m ago•0 comments

Cybercab motor uses no rare earth metals

https://twitter.com/elonmusk/status/2095720611695759704
2•tosh•47m ago•0 comments

German Government abandons plan for BSI constitutional amendment

https://www.heise.de/en/news/Cybersecurity-Government-abandons-plan-for-BSI-constitutional-amendm...
2•doener•51m ago•0 comments

Which European league is hardest to predict? 52,471 matches with closing odds

https://pythiafootball.com/research/hardest-league-to-predict/
1•Yiannis91•52m ago•0 comments

Punktfunk – Game streaming that outgrew GameStream

https://punktfunk.unom.io/en/
2•sagacity•53m ago•0 comments

Nerdminer mines xcoin on a Mac using new consensus algoritm

https://medium.com/@knexcoin/why-a-macbook-beats-a-mining-warehouse-on-metaldag-3c0e4f498b87
1•winnertakeall•57m ago•0 comments

A hundred coffee machines and the joy of small open source

https://sjg.io/writing/a-hundred-coffee-machines-and-the-joy-of-small-open-source/
1•simonjgreen•1h ago•0 comments

CERN Transitioning Computers To Debian After Being A Longtime RHEL Institution

https://www.phoronix.com/news/CERN-Goes-Debian-Leaving-RHEL
4•thunderbong•1h ago•1 comments

Kraaken: A Ship, Power Plant, Reservoir and Data Centre in One

https://energydigital.com/news/kraaken-a-ship-power-plant-reservoir-data-centre-in-one
1•geox•1h ago•0 comments

Show HN: Professional Security Testing Platform

https://bugbounty-arsenal.net/
3•foxvr•1h 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!