frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Whoisinspace.com/

https://whoisinspace.com
1•Egg-Man•1m ago•0 comments

Victory Appeals Court Rejects Expansive New Copyright Claim

https://www.eff.org/deeplinks/2026/09/victory-appeals-court-rejects-expansive-new-copyright-claim
1•hn_acker•2m ago•0 comments

New evidence for hidden chambers beyond Tutankhamun's tomb

https://www.nature.com/articles/d41586-026-02621-2
1•rndsignals•2m ago•0 comments

New wild cat species is identified for first time in 100 years, researchers say

https://www.nbcnews.com/science/environment/new-wild-cat-species-identified-rcna598113
1•_tk_•3m ago•0 comments

Americans Shrugged Off Surveillance. Then Came Flock and Data Centers

https://www.techpolicy.press/americans-shrugged-off-surveillance-then-came-flock-and-data-centers/
1•cdrnsf•4m ago•0 comments

Show HN: The Heilbronn Problem – packing points to avoid small triangles

https://math.tejstead.com/heilbronn/
1•tejstead•6m ago•0 comments

How hard can it be to cache a Git checkout?

https://twitter.com/useblacksmith/status/2100590354915291400
3•piobio•6m ago•0 comments

Go-based Robotics Framework built around NATS.io

https://github.com/emergingrobotics/gorai
1•Bluestein•6m ago•0 comments

Robotaxi Might Be a Narc

https://www.theverge.com/transportation/996863/robotaxi-waymo-police-privacy-surveillance
1•MC995•6m ago•0 comments

Open Source Lightroom

https://darkroom-taupe-rho.vercel.app/
1•kuaola•8m ago•0 comments

Escalating Battle Against AI Deepfakes Mandates Smart Streaming Decisions

https://www.red5.net/blog/escalating-battle-against-ai-deepfakes-mandates-smart-streaming-decisions/
1•mondainx•8m ago•0 comments

Wilsonian Idealism

https://en.wikipedia.org/wiki/Wilsonian_idealism
1•embedding-shape•10m ago•0 comments

Homo Rodans

https://en.wikipedia.org/wiki/Homo_rodans
2•brudgers•10m ago•0 comments

University Rescinds Offer to Activist Allegeded to Wipe Phone Before DHS Search

https://www.404media.co/university-rescinds-job-offer-to-activist-who-allegedly-wiped-phone-befor...
3•tomatopepper•10m ago•1 comments

My Office Has an On-Air Light (and Yes, It's a Robot)

https://blog.herlein.com/post/on-air-light-is-a-robot/
1•gherlein•10m ago•0 comments

JDK 27 is now available

https://inside.java/2026/09/15/jdk-27-available/
2•metrofun•12m ago•0 comments

Abstract Machines Launches Synth

https://www.absmach.eu/blog/synth-core-announcement/
2•rodneyosodo•14m ago•0 comments

Ask HN: HIPAA for AI vs. Licensed Providers, your thoughts?

1•verdverm•15m ago•4 comments

A New Equal-Area Map for Interactive Computer Use

https://www.benjoffe.com/map
2•metrofun•17m ago•0 comments

Why Europeans save differently, and how to put those savings to work

https://www.ecb.europa.eu//press/blog/date/2026/html/ecb.blog20260915~dacebb4a6f.en.html
3•throw0101c•18m ago•0 comments

Vinix – A modern operating system written in V

https://vinix-os.org/
2•hggh•20m ago•0 comments

Rabbit Hole: Minimum L-seams

https://www.fractalkitty.com/rabbit-hole-minimum-l-seams/
1•evakhoury•20m ago•0 comments

LLM Classification Is Feature Engineering

https://minimallysufficient.com/posts/llm-classification-is-feature-extraction/
8•minsufficient•20m ago•1 comments

Benchmarking Local LLM Servers: Llama.cpp, Llamafile, LM Studio, and Ollama

https://blog.mozilla.ai/benchmarking-local-llm-servers-llama-cpp-llamafile-lm-studio-and-ollama/
3•angpt•23m ago•1 comments

Carlo Rovelli book challenges science's understanding of reality and universe

https://www.npr.org/2026/09/14/nx-s1-5968442/on-the-equality-of-all-things-physics-carlo-rovelli
1•__rito__•23m ago•0 comments

Show HN: Pelmet – menu bar manager for macOS 27 that hides icons on demand

https://github.com/fif7y/pelmet
1•fif7y•24m ago•0 comments

Prompting large language models for quality ecological statistics

https://besjournals.onlinelibrary.wiley.com/doi/10.1111/2041-210x.70267?af=R
2•luispa•24m ago•0 comments

Show HN: Open-source AI teammates with their own computer

https://runerrand.dev/
6•shiqimei•24m ago•2 comments

Show HN: Live one minute of a stranger's memory, then leave one for the next

https://enterkronos.com/?memory=01&ref=hn
1•yohann_sidot•25m ago•0 comments

If a Lion Could Speak

https://blue-continuum.com/if-a-lion-could-speak
1•dnetesn•25m 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!