frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Wizardry, the Landmark RPG That Inspired Dragon Quest and Final Fantasy

https://www.timeextension.com/features/the-making-of-wizardry-the-landmark-rpg-that-inspired-drag...
1•homarp•4s ago•0 comments

Digital Surveillance Reshapes Fishery Enforcement in Indonesia

https://spectrum.ieee.org/fishery-satellite-surveillance
2•Jimmc414•1m ago•0 comments

SuperPass: Fast-Tracking Blocking Threads to Mitigate Priority Inversion

https://arxiv.org/abs/2607.18097
3•Jimmc414•1m ago•0 comments

Japan cities hit 40 C, officially marking first "kokushobi"

https://english.kyodonews.net/articles/-/80372
2•geox•2m ago•0 comments

State Reverses Course, Finds Cuyahoga Jail Staff Failed to Start CPR

https://www.themarshallproject.org/2026/07/14/cuyahoga-county-jail-deaths-ohio
2•Jimmc414•2m ago•0 comments

Code mode is all you need: Why agents writing code > calling tools

https://www.browserbase.com/blog/code-mode-is-all-you-need
2•Kylejeong21•3m ago•1 comments

Agent Native Interface for SPI Flashing

https://github.com/jackulau/ratchet
2•JackLau•4m ago•0 comments

Amazon cuts some jobs in its artificial general intelligence unit

https://www.cnbc.com/2026/07/22/amazon-lays-off-some-employees-in-its-agi-unit.html
2•petethomas•4m ago•0 comments

LAN Orangutan – Lightweight network scanner with persistence and Tailscale

https://github.com/291-Group/LAN-Orangutan
2•291Group•6m ago•0 comments

New quantum gravity theory links entropy, dark energy, and life

https://www.sciencedaily.com/releases/2026/07/260719035947.htm
1•aard•9m ago•0 comments

If you pay a hacker's ransom, chances are that they'll come back for more

https://techcrunch.com/2026/07/22/if-you-pay-a-hackers-ransom-chances-are-that-theyll-come-back-f...
1•speckx•9m ago•0 comments

Reddit stock sinks as company weighs blocking Google's AI access to its content

https://qz.com/reddit-stock-google-ai-content-deal-072226
3•01-_-•13m ago•0 comments

Opbox – multiplayer sync for text files on disk

https://www.opbox.dev/
1•sensodine•13m ago•0 comments

AI tech companies have 'hidden debt' worth around $1.65T

https://www.tomshardware.com/tech-industry/big-tech/ai-tech-companies-have-hidden-debt-worth-arou...
6•01-_-•14m ago•0 comments

When your vehicle outlives its cloud: What happens next?

https://arstechnica.com/cars/2026/07/when-your-vehicle-outlives-its-cloud-what-happens-next/
1•apparent•15m ago•0 comments

Jacobian Conjecture for Baby

https://muchmirul.github.io/jacobian-conjecture/
2•porphyra•16m ago•0 comments

Using AI makes people less likely to admit they don't know something

https://www.theregister.com/ai-and-ml/2026/07/19/using-ai-makes-people-less-likely-to-admit-they-...
2•smartmic•18m ago•0 comments

Navigating the volatile silicon market: updates on memory and storage pricing

https://frame.work/blog/updates-on-memory-pricing-and-navigating-the-volatile-memory-market
2•davidjade•19m ago•0 comments

What to Expect from China's New Five-Year Plan

https://institute.global/insights/geopolitics-and-security/what-to-expect-from-chinas-new-five-ye...
1•toomuchtodo•19m ago•1 comments

RefluXFS: LPE in the Linux kernel via XFS reflink race (CVE-2026-64600)

https://www.openwall.com/lists/oss-security/2026/07/22/14
1•ilreb•21m ago•0 comments

Amazon once again locking me out of my own order data

https://bsky.app/profile/jon.moeller.io/post/3mrawmjzsmc2u
3•jmole•22m ago•2 comments

It's time to wake up: An Emacs alarm clock

https://lars.ingebrigtsen.no/2026/07/22/its-time-to-wake-up-an-emacs-alarm-clock/
1•meetpateltech•22m ago•0 comments

AI-maestro: Conduct a roster of AI coding agents against a work board

https://github.com/my-chiefmind/ai-maestro
1•mychiefmind•23m ago•0 comments

Comhad: A TUI replacement for Cyberduck, written in Rust

https://github.com/Eoin-McMahon/comhad
1•emcmahon478•23m ago•0 comments

The Healthcare Industry Is Coming for Your Face

https://www.karenschoellkopf.com/writing/biometric-data-healthcare
2•kgunette•23m ago•0 comments

Low-volume wearable interface for voice computing

https://twitter.com/augmentaltech/status/2079962940896338039
2•tomasero•25m ago•0 comments

How Gumclaw Works

https://gumclaw.github.io/how-i-work/index.html
2•tosh•28m ago•0 comments

Show HN: An open source schema definition for datasheets

https://nkorai.github.io/datasheet-schema/
1•nkorai•28m ago•0 comments

Show HN: Window Hints – Keyboard-first window switching

https://windowhints.com/
1•mihau•28m ago•0 comments

The Architecture of Open Source Applications

https://aosabook.org/en/index.html
2•blobcode•29m 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!