frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

SSH-Keysign-Pwn: Reading Root-Owned Files via a Ptrace Logic Bug

https://needhelp.icu/blogs/ssh-keysign-pwn/
1•mbeavitt•15s ago•0 comments

Celebrating 20 years of Google Translate

https://blog.google/products-and-platforms/products/translate/fun-facts-google-translate-20-years/
1•andrewstetsenko•29s ago•0 comments

You are the bottleneck now

https://bytode.dev/commits/you-are-the-bottleneck-now
1•marvinified•51s ago•0 comments

C3 0.8.0 replaces builtins, simplifies reflection, and rethinks unsigned sizes

https://c3-lang.org/blog/0_8_0_the_core_language_is_settling/
1•birdculture•3m ago•0 comments

TypeScript, C# and Turbo Pascal with Anders Heijsberg

https://www.youtube.com/watch?v=K-Xv8D8NjTk
1•pjmlp•4m ago•0 comments

Casimir force co-opted to generate free energy, midichlorians not included

https://arstechnica.com/science/2026/05/casimir-force-co-opted-to-generate-free-energy-midichlori...
1•FrustratedMonky•5m ago•0 comments

Raising the Bar

https://github.blog/security/raising-the-bar-quality-shared-responsibility-and-the-future-of-gith...
2•soheilpro•9m ago•0 comments

Startup Raises $1.3B for an A.I. 'Grid'

https://www.nytimes.com/2026/05/12/technology/amp-startup.html
2•bookofjoe•12m ago•1 comments

The Playboy Fiction Index

https://data.post45.org/posts/playboy-fiction-index/
4•Tomte•13m ago•0 comments

Tell HN: I haven't finished a single project 100%

1•theorchid•14m ago•0 comments

There's Something Living in Fog

https://nautil.us/theres-something-living-in-fog-1280786
1•Brajeshwar•15m ago•0 comments

Iran's Internet Shutdown Enters It's 77th Day

https://mastodon.social/@netblocks/116577450970712439
3•alephnerd•15m ago•1 comments

Wearable polygraph detects hidden stress

https://news.northwestern.edu/stories/2026/05/wearable-polygraph-detects-hidden-stress
3•gmays•17m ago•0 comments

Smartphones Are Black Holes

https://kerkour.com/smartphones-blackhole
1•randomint64•17m ago•0 comments

Burn-ONNX 0.21: Build-time ONNX import for Rust ML

https://burn.dev/blog/release-burn-onnx-0.21.0/
2•antimora•20m ago•0 comments

Does It Mean? Gene Wolfe: Perverse Puzzle Maker

https://oasis.library.unlv.edu/thesesdissertations/3563/
1•_dwt•21m ago•0 comments

Sinsesgo: An autonomous daily briefing on Spanish media bias

https://bertini36.github.io/sinsesgo/
1•bertini36•21m ago•0 comments

Anthropic's Bun Rust rewrite merged at speed of AI

https://www.theregister.com/devops/2026/05/14/anthropics-bun-rust-rewrite-merged-at-speed-of-ai/5...
2•01-_-•21m ago•0 comments

Ugetty: A modern, lightweight, multi-protocol Getty

https://github.com/ryancdotorg/ugetty
1•ahlCVA•22m ago•0 comments

UK firms should take steps to limit risks from frontier AI models, UK says

https://www.reuters.com/legal/litigation/uk-firms-should-take-steps-limit-risks-frontier-ai-model...
1•01-_-•23m ago•0 comments

Ask HN: How to Deal with "File Naming Problem"?

1•erelong•24m ago•1 comments

The Major Systems of Civilization

https://civilizationscalelevers.substack.com/p/the-major-systems-of-civilization
1•sebg•27m ago•0 comments

Canada Wants Digital Sovereignty. Bill C-22 Pulls the Other Way

https://aquisthoughts.substack.com/p/canada-wants-digital-sovereignty
2•ethanplant•30m ago•0 comments

AI Agents Modulate Their Language When Framed as Being Watched

https://arxiv.org/abs/2605.15034
1•vinicius-covas•31m ago•0 comments

Show HN: Toon Tone – guess cartoon colors from memory with HSB sliders

https://toontone.fun
1•sailorpro•31m ago•0 comments

Show HN: Chuddy, self-hosted media downloading, translation and OCR Telegram bot

https://github.com/kivirnz/chuddy
2•kivir•31m ago•0 comments

Social news aggregator Digg returns as AI and social media news aggregator

https://disassociated.com/social-news-aggregator-digg-returns-again/
1•Brajeshwar•32m ago•0 comments

Show HN: LFK – A Fast Kubernetes TUI

https://github.com/janosmiko/lfk
3•baskInEminence•35m ago•0 comments

Erdős Problem #1196 and Beyond

https://terrytao.wordpress.com/2026/05/03/primitive-sets-and-von-mangoldt-chains-erdos-problem-11...
1•yekbun123•35m ago•0 comments

Anthropic deleting my API org in 36h, 6 support escalations ignored

https://twitter.com/lenzoai/status/2055221609992995006
5•Hunattila•35m 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!