frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Apple Accelerates US Manufacturing

https://www.apple.com/newsroom/2026/02/apple-accelerates-us-manufacturing-with-mac-mini-production/
1•haunter•37s ago•0 comments

Show HN: Bookie – Conquer the bookkeeping and accounting chaos of freelancing

https://www.bookie.tax/
1•nxnze•42s ago•0 comments

I built The Murderer's Lock – a security vault with a unique approach

https://murderers-lock-demo.vercel.app/
1•jennaleighwest•46s ago•1 comments

Using "Hi Claudette " on Claude.ai

1•mlongval•47s ago•0 comments

Contra Citrini

https://theautomatedoperator.substack.com/p/contra-citrini
1•idopmstuff•3m ago•0 comments

CoreWeave Seeks $8.5B Loan from Banks Backed by Meta Deal

https://www.bloomberg.com/news/articles/2026-02-24/coreweave-seeks-8-5-billion-loan-from-banks-ba...
1•toomuchtodo•3m ago•1 comments

The only FAA-registered ice runway in the continental US

https://www.nationalgeographic.com/adventure/article/alton-bay-ice-runway
1•divbzero•3m ago•0 comments

Accidental UI Calming

https://unsung.aresluna.org/accidental-ui-calming/
1•latexr•4m ago•0 comments

The React Foundation: A New Home for React Hosted by the Linux Foundation

https://react.dev/blog/2026/02/24/the-react-foundation
1•makepanic•5m ago•0 comments

Anthony Bourdain's Moveable Feast (2017)

https://www.newyorker.com/magazine/2017/02/13/anthony-bourdains-moveable-feast
1•mitchbob•6m ago•1 comments

To aficionados, fungi are freaky, mystical and overlooked

https://www.nhregister.com/news/article/to-afficionados-fungi-are-freaky-mystical-and-21357721.php
1•PaulHoule•8m ago•0 comments

The next generations of Bubble Tea, Lip Gloss, and Bubbles are available now

https://charm.land/blog/v2/
2•saberd•9m ago•0 comments

Make coverage charts page mobile-friendly

1•nishiohiroshi•9m ago•0 comments

Show HN: MiniVim a Minimal Neovim Configuration

https://github.com/KyanJeuring/minivim
2•kppjeuring•10m ago•0 comments

Show HN: Declarative open-source framework for MCPs with search and execute

https://hyperterse.com
2•samrith•12m ago•0 comments

Isolate SwiftUI animations to specific attributes

https://nilcoalescing.com/blog/IsolateSwiftUIAnimationsToSpecificAttributes/
2•maguszin•13m ago•0 comments

Show HN: CharityVerify – Trust scores for 138K Canadian charities

https://charityverify.com/
1•buchler•14m ago•0 comments

Lubeno.dev – Code hosting and collaboration with stacked PRs and JJ support

https://lubeno.dev
2•bkolobara•15m ago•1 comments

From AI Agent to Tamagochi?

https://mfranc.com/blog/speaking-to-ai-agent-ended-up-with-tamagochi/
2•janoz•15m ago•0 comments

Agentic system to find 0-days in binaries

https://substack.com/home/post/p-188916866
1•talhof8•15m ago•0 comments

Cursor now shows you demos, not diffs

https://twitter.com/i/status/2026369873321013568
1•rootforce•15m ago•0 comments

Improving API Documentation Describing One Parameter at a Time

https://robertdelwood.medium.com/improving-api-documentation-describing-one-parameter-at-a-time-c...
2•taubek•17m ago•0 comments

If code is cheap, intent is the currency

https://zknill.io/posts/commit-message-intent/
2•zknill•17m ago•0 comments

Linux GPU PCIe Path Validator: Link State and Transport Health

https://github.com/parallelArchitect/gpu-pcie-path-validator
1•gpu_systems•18m ago•1 comments

GraphQL Vapor and Hummingbird Packages

https://forums.swift.org/t/introducing-graphql-vapor-hummingbird-packages/84758
1•frizlab•18m ago•0 comments

Daily AI use is associated with depressive symptoms

https://www.hks.harvard.edu/faculty-research/policy-topics/science-technology-data/daily-ai-use-a...
1•nadis•18m ago•0 comments

Teenage reading: (Re)framing the challenge (2026)

https://literacytrust.org.uk/research-services/research-reports/teenage-reading-reframing-the-cha...
1•FigurativeVoid•19m ago•0 comments

Show HN: Weight-inspect, examine popular ML models formats without the weights

https://github.com/las7/weight-inspect
1•sakuraiben•19m ago•0 comments

Lneto – TCP/IP on MCUs in Go

https://github.com/soypat/lneto
2•soypat•20m ago•1 comments

Armed Madhouse – America's Coming Suez Moment

https://www.nakedcapitalism.com/2026/02/coffee-break-armed-madhouse-americas-coming-suez-moment.html
1•hackandthink•20m ago•0 comments
Open in hackernews

VibeGit: Automagically group and commit related changes with AI

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

Comments

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