frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Running Tesla Model 3's computer on my desk using parts from crashed cars

https://bugs.xdavidhu.me/tesla/2026/03/23/running-tesla-model-3s-computer-on-my-desk-using-parts-...
477•driesdep•8h ago•134 comments

ARC-AGI-3

https://arcprize.org/arc-agi/3
313•lairv•10h ago•199 comments

My astrophotography in the movie Project Hail Mary

https://rpastro.square.site/s/stories/phm
767•wallflower•3d ago•190 comments

False claims in a widely-cited paper

https://statmodeling.stat.columbia.edu/2026/03/24/false-claims-in-a-published-no-corrections-no-c...
202•qsi•4h ago•68 comments

Earthquake scientists reveal how overplowing weakens soil at experimental farm

https://www.washington.edu/news/2026/03/19/earthquake-scientists-reveal-how-overplowing-weakens-s...
129•Brajeshwar•15h ago•55 comments

Two studies in compiler optimisations

https://www.hmpcabral.com/2026/03/20/two-studies-in-compiler-optimisations/
40•hmpc•3d ago•1 comments

The EU still wants to scan your private messages and photos

https://fightchatcontrol.eu/?foo=bar
851•MrBruh•8h ago•230 comments

90% of Claude-linked output going to GitHub repos w <2 stars

https://www.claudescode.dev/?window=since_launch
223•louiereederson•10h ago•135 comments

Show HN: Robust LLM Extractor for Websites in TypeScript

https://github.com/lightfeed/extractor
10•andrew_zhong•1h ago•2 comments

My DIY FPGA board can run Quake II

https://blog.mikhe.ch/quake2-on-fpga/part4.html
92•sznio•3d ago•31 comments

Supreme Court Sides with Cox in Copyright Fight over Pirated Music

https://www.nytimes.com/2026/03/25/us/politics/supreme-court-cox-music-copyright.html
313•oj2828•14h ago•248 comments

"Disregard That" Attacks

https://calpaterson.com/disregard.html
40•leontrolski•6h ago•20 comments

The truth that haunts the Ramones: 'They sold more T-shirts than records'

https://english.elpais.com/culture/2026-03-17/the-uncomfortable-truth-that-will-always-haunt-the-...
40•c420•4d ago•11 comments

Apple randomly closes bug reports unless you "verify" the bug remains unfixed

https://lapcatsoftware.com/articles/2026/3/11.html
334•zdw•9h ago•186 comments

Quantization from the Ground Up

https://ngrok.com/blog/quantization
219•samwho•13h ago•45 comments

Show HN: A plain-text cognitive architecture for Claude Code

https://lab.puga.com.br/cog/
56•marciopuga•5h ago•20 comments

Miscellanea: The War in Iran

https://acoup.blog/2026/03/25/miscellanea-the-war-in-iran/
478•decimalenough•1d ago•688 comments

Woman who never stopped updating her lost dog's chip reunites with him after 11y

https://www.cbc.ca/radio/asithappens/11-year-dog-reunion-9.7140780
132•gnabgib•5h ago•75 comments

Show HN: Optio – Orchestrate AI coding agents in K8s to go from ticket to PR

https://github.com/jonwiggins/optio
31•jawiggins•12h ago•18 comments

Jury finds Meta liable in case over child sexual exploitation on its platforms

https://www.cnn.com/2026/03/24/tech/meta-new-mexico-trial-jury-deliberation
330•billfor•1d ago•446 comments

Rendering complex scripts in terminal and OSC 66

https://thottingal.in/blog/2026/03/22/complex-scripts-in-terminal/
26•sthottingal•3d ago•5 comments

More precise elevation data for GraphHopper routing engine

https://www.graphhopper.com/blog/2026/03/23/more-precise-elevation-data-for-graphhopper/
4•karussell•2d ago•0 comments

Thoughts on slowing the fuck down

https://mariozechner.at/posts/2026-03-25-thoughts-on-slowing-the-fuck-down/
751•jdkoeck•15h ago•353 comments

VitruvianOS – Desktop Linux Inspired by the BeOS

https://v-os.dev
346•felixding•1d ago•210 comments

FreeCAD v1.1

https://blog.freecad.org/2026/03/25/freecad-version-1-1-released/
209•sho_hn•9h ago•64 comments

The Mystery of Rennes-Le-Château, Part 1: The Priest's Treasure

https://www.filfre.net/2026/03/the-mystery-of-rennes-le-chateau-part-1-the-priests-treasure/
16•ibobev•2d ago•1 comments

Sodium-ion EV battery breakthrough delivers 11-min charging and 450 km range

https://electrek.co/2026/03/25/sodium-ion-ev-battery-delivers-11-min-charging-450-km-range/
143•breve•8h ago•100 comments

Updates to GitHub Copilot interaction data usage policy

https://github.blog/news-insights/company-news/updates-to-github-copilot-interaction-data-usage-p...
262•prefork•10h ago•121 comments

I tried to prove I'm not AI. My aunt wasn't convinced

https://www.bbc.com/future/article/20260324-i-tried-to-prove-im-not-an-ai-deepfake
147•dabinat•18h ago•170 comments

Health NZ staff told to stop using ChatGPT to write clinical notes

https://www.rnz.co.nz/news/national/590645/health-nz-staff-told-to-stop-using-chatgpt-to-write-cl...
129•billybuckwheat•8h ago•43 comments
Open in hackernews

Show HN: Nit – I rebuilt Git in Zig to save AI agents 71% on tokens

https://justfielding.com/blog/nit-replacing-git-with-zig
20•fielding•1h ago

Comments

stingraycharles•1h ago
Why a complete rewrite rather than a wrapper around the cli commands?

Also, aren’t LLMs RLHFd a lot with using tools like git and as such have a better time interacting with it than custom tools?

yodon•1h ago
It defaults to being a wrapper around git when it's not custom implemented, and it's recommended that you alias nit as git so the agent can work the way it normally would, just faster and cheaper.
Brian_K_White•1h ago
TFA says there is no difference since it falls through and does act as just a wrapper for anything that it doesn't implement itself.
stingraycharles•59m ago
But that’s my problem, I don’t want it to implement anything itself, I just want it to transform git output.
Brian_K_White•28m ago
It's using libgit. IE it is basically still just a wrapper for official reference git implementation. I think you are worried anbout nothing.
antileet•1h ago
Maybe I'm missing something. If I use `git status --short` or `git log --oneline`, I see output similar to your tool's.
spullara•1h ago
check out rtk that does this for a bunch of commands
aeonfox•1h ago
Do the larger LLM platforms just do this for you? Or perhaps they do this behinds the scenes, and charge you for the same amount of tokens?
slopinthebag•1h ago
Was this entirely created by an LLM? The article clearly was.
tempest_•1h ago
Every "I created <xyz>" or "I rewrote x (y lang) into z lang" should really read "I prompted Claude Code to <insert thing>"

"I" create stuff all the time with AI Agents but am real uncomfortable claiming ownership over them. Others don't seem to have this problem though so /shrug

p.s. - in this case the commits are claude commits, even if they tell it not attribute itself you can tell because good commit messages were incredibly rare (even my own) until the last year or so when they started to look like entire pull requests

slopinthebag•42m ago
Yeah, like whatever I prompt I'm fine sharing it, but I'm not gonna claim I made something. It's like claiming I'm an artist because I paid a guy to paint someone.
heavyset_go•1h ago
Yes: https://github.com/fielding/nit

edit: lol https://github.com/fielding/nit/commit/d83f7cbf4dc540def2708...

warwickmcintosh•1h ago
The 71% reduction is interesting but I'd want to see where those tokens are actually going in a typical agent session. In my experience running multi-step coding agents, the git output itself is rarely the bottleneck...
mpalmer•1h ago
You should expect to be gently ridiculed if you submit this as a serious project. Do not use LLMs to claim knowledge or abilities you don't actually have.

It's not impressive, and it's obvious to anyone with more than a year or two of actual programming experience.