frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A Tight Spot: Challenges Facing the Russian Oil Sector Through 2035

https://carnegieendowment.org/research/2026/03/russia-oil-situation-assessment
1•yread•2m ago•0 comments

Reddit considers Face ID to combat spam

https://www.engadget.com/social-media/reddit-is-weighing-identity-verification-methods-to-combat-...
1•smallnix•7m ago•1 comments

POSSE

https://indieweb.org/POSSE
4•tosh•8m ago•1 comments

Chopping my brain into bits – turning my brain into a 3D model on the web

https://srg.id.au/posts/brain/
1•lanakei•11m ago•0 comments

Show HN: The King Wen Permutation: [52, 10, 2]

https://gzw1987-bit.github.io/iching-math/
3•gezhengwen•15m ago•1 comments

Is possible a modern Linux without systemd? artix/dinit/labwc/noctalia

https://grigio.org/is-modern-linux-without-systemd-really-possible-artix-dinit-labwc-noctalia/
2•grigio•15m ago•1 comments

White-Collar AI Apocalypse Narrative Is Just Another Bullshit

https://martynasm.com/2026/03/22/white-collar-ai-apocalypse-narrative-is-just-another-bullshit/
2•mmiliauskas•21m ago•0 comments

VistAI–Save and Search AI Responses from ChatGPT, Claude, Gemini, and Perplexity

https://vistai.org
1•cbvinodvijay•27m ago•1 comments

Abstract Wikipedia

https://abstract.wikipedia.org/wiki/Abstract_Wikipedia:Main_page
2•abbe98•28m ago•0 comments

Random Numbers, Persian Code: A Mysterious Signal Transfixes Radio Sleuths

https://www.rferl.org/a/mystery-numbers-station-persian-signal-iran-war/33700659.html
1•austinallegro•28m ago•0 comments

AutoResearch by Karpathy and the Future of Autonomous AI Research

https://mljar.com/blog/autoresearch-karpathy-autonomous-ai-research/
1•pplonski86•29m ago•0 comments

Ask HN: How do you manage cloud access for your team without a VPN?

1•binoycyber•31m ago•0 comments

Airlines Are Preparing for an Oil Crisis

https://www.wired.com/story/united-airlines-jet-fuel-alarm-economy/
1•joozio•33m ago•0 comments

LLMs turn an autistic communication style into a neurotypical conversation

https://hachyderm.io/@EmilyEnough/116258821633964028
2•freetonik•34m ago•0 comments

Workout Genarator

http://www.https:\\workout1031.base44.app
1•avirose•38m ago•0 comments

Brandjet AI

https://www.brandjet.ai/
1•finin74047•40m ago•0 comments

Show HN: I made a AI Code Review tool that knows how your company works

https://matrixreview.io/
1•alexandersucala•41m ago•0 comments

Stop spending money on AI credits Translate your content using self-hosted LLMs

https://gatoplugins.com/blog/released-v17-1-self-hosted-llm-translation
1•leoloso•41m ago•0 comments

Scott Hanselman says he's working on Windows local accounts

https://twitter.com/shanselman/status/2035110958314745891
2•teekert•41m ago•1 comments

Emdash: Open-Source Agentic IDE for Orchestrating Multiple Coding Agents

1•steveharing1•42m ago•0 comments

Nextcloud's open-source alternatives series: XWiki vs. Confluence

https://nextcloud.com/blog/event/xwiki-vs-confluence/
1•lorinab•46m ago•0 comments

Neurvance, Pre-cleaned datasets for LLM fine-tuning, free to download

https://neurvance.com/blog-data-prep.html
1•Adam_SDDk•52m ago•0 comments

Show HN: AI Prompts for Data Professionals

https://mljar.com/ai-prompts/
1•pplonski86•54m ago•0 comments

Clearing Member 991

https://no01.substack.com/p/clearing-member-991
1•StrauXX•59m ago•0 comments

Prompt to tape out: Autonomous AI agent builds 1.5 GHz RISC-V CPU

https://blog.adafruit.com/2026/03/22/prompt-to-tape-out-autonomous-ai-agent-builds-1-5-ghz-risc-v...
2•monocasa•1h ago•0 comments

A YC-Backed Startup Left Production AWS Keys Public for 5 Months

https://benzimmermann.dev/blog/pump-vdp-silence
2•kernelrocks•1h ago•2 comments

Plane and ground vehicle collide at New York's LaGuardia airport halting flights

https://www.bbc.com/news/articles/cy01g522ww4o
27•mememememememo•1h ago•11 comments

Show HN: Scenia – open-source IT portfolio planning, runs in browser

https://scenia.website/
1•WaylonKenning•1h ago•0 comments

Bangkok rentals extracted from Facebook Groups

https://bangkokprop.com/
1•tanin•1h ago•0 comments

Microbenchmarking Chipsets for Giggles – By Chester Lam

https://chipsandcheese.com/p/microbenchmarking-chipsets-for-giggles
1•rbanffy•1h ago•0 comments
Open in hackernews

VibeGit: Automagically group and commit related changes with AI

https://github.com/kklemon/vibegit
5•kklemon•10mo ago

Comments

kklemon•10mo 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•10mo 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!