frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Dependent if expressions without dependent types

https://haskellforall.com/2026/09/dependent-if-expressions
1•birdculture•31s ago•0 comments

Rusty state of USS Abraham Lincoln after marathon deployment shocks observers

https://www.cnn.com/2026/09/03/asia/aircraft-carrier-abraham-lincoln-rust-intl-hnk-ml
1•cisc•1m ago•0 comments

Flock Is Cancelled–and Their Competitors Are Profiting

https://www.motherjones.com/politics/2026/09/flock-contracts-cancelled-cameras-alpr-rekor-axon-fl...
2•cdrnsf•1m ago•0 comments

Hosting Valkey: one MicroVM per store, durable by default

https://mojave.sh/blog/valkey-in-a-microvm
2•stwrt•1m ago•0 comments

GPT 6 is way behind Anthropic on Artificial Analysis

https://artificialanalysis.ai/models/gpt-6-astra
2•pranshuchittora•2m ago•0 comments

The Selfish AI Model

https://ateliti99.substack.com/p/the-selfish-ai-model
1•olirex99•3m ago•0 comments

Jsonquery_GUI – A native Rust/egui desktop tool for streaming jq queries

https://github.com/nujufas/jsonquery_gui
1•nujufas•4m ago•0 comments

AWS STS

1•fotta•7m ago•0 comments

Four major AI models suffer rare overlapping downtime

https://arstechnica.com/ai/2026/09/four-major-ai-models-suffer-rare-overlapping-downtime/
2•SockThief•8m ago•0 comments

New weight loss and diabetes treatment helps burn fat while keeping muscle

https://news.berkeley.edu/2026/08/21/a-promising-new-weight-loss-and-diabetes-treatment-helps-bur...
3•gmays•9m ago•0 comments

Parity Problem

https://en.wikipedia.org/wiki/Parity_problem
1•binyu•10m ago•0 comments

Show HN: We replaced the pelican benchmark with a hippo

https://hippo.ryansailab.com
2•codemax98•10m ago•2 comments

Have we finally found dark matter?

https://www.scientificamerican.com/article/have-we-finally-found-dark-matter/
2•bookofjoe•11m ago•1 comments

Show HN: DrawDB Pro – design database schemas for your team and agents

https://www.drawdb.app/
2•1ilit•11m ago•0 comments

Ask HN: Is there a test for measuring cognitive affects from LLM usage?

1•niwrad•11m ago•0 comments

CERN moves accelerator control computers to Debian

https://www.theregister.com/os-platforms/2026/09/03/cern-moves-thousands-of-accelerator-control-c...
1•joebuckwilliams•12m ago•0 comments

Mullvad migrating to Q9 for encrypted DNS

https://mullvad.net/en/blog/shutting-down-our-public-encrypted-dns-servers-and-sponsoring-quad9-i...
2•matrix8967•13m ago•1 comments

Court Rules Against Citizen Journalists in DMCA Takedown Case–EFF Will Appeal

https://www.eff.org/deeplinks/2026/09/court-rules-against-citizen-journalists-dmca-takedown-case-...
2•hn_acker•14m ago•0 comments

I built an AI development environment that runs and builds software on Android

https://github.com/sedds89/StitchLabtools
1•sedds89•16m ago•0 comments

I used AI to connect with 30 people at a conference

https://galvered.com/blog/ai4-conference/
1•Bootstrapper909•17m ago•0 comments

Both recent GCP outages caused by fiber optic maintenance

2•fastest963•21m ago•0 comments

GitHub dipped 7%, while both AI labs were down

https://claude.ai/public/artifacts/2368658e-60f2-4f51-8883-8d72738ba7ce
4•Topfi•23m ago•1 comments

Watermarks Track AI Generated Content [video]

https://www.youtube.com/watch?v=kVXp6UNVPTo
2•moebrowne•23m ago•0 comments

The $1 Trump Coin

https://www.theguardian.com/us-news/2026/sep/02/trump-one-dollar-coin
2•flyaway123•24m ago•0 comments

GPT-6 Astra: an automated AI Engineer you can hire for <$6 an hour

https://www.latent.space/p/astra
3•swyx•26m ago•0 comments

WebMCP DJ – BananaLabs

https://devpost.com/software/bananalabs-webmcp-dj
1•kushagra525•26m ago•1 comments

Daybreak for Frontline Defenders: $1B to protect essential services

https://openai.com/index/daybreak-for-frontline-defenders
1•kuberwastaken•29m ago•0 comments

A paradigm shift in text selection

https://ishmael.textualize.io/blog/shift-select/
2•willm•31m ago•1 comments

Show HN: Building AI agents client-side JavaScript

1•stephenblum•33m ago•1 comments

Www.whitehouse.gov/Arcade/

https://www.whitehouse.gov/arcade/
4•typeofhuman•38m 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!