frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Khudi Bari

https://marinatabassumarchitects.com/khudi-bari/
1•kristianpaul•2m ago•0 comments

Von Neumann Figured Out the Logic of How DNA Must Work Years Before Discovery

https://twitter.com/doodlestein/status/1987737316522185007
2•eigenvalue•3m ago•0 comments

No Exit Strategy: Why Older Americans Expect to Work Indefinitely

https://money.com/no-retirement-plan-exit-work-forever/
1•makerdiety•4m ago•0 comments

PyPI: Trusted Publishing Growth, Now for GitLab Self-Managed and Organizations

https://blog.pypi.org/posts/2025-11-10-trusted-publishers-coming-to-orgs/
1•miketheman•6m ago•0 comments

The Post-Cold War Era Is Over. What Should We Call This New One?

https://www.nytimes.com/2025/11/10/opinion/era-technology-poly-epoch.html
1•tysone•6m ago•0 comments

Remilk and Gad Dairies Launch "The New Milk" – Milk Without Cows

https://www.businesswire.com/news/home/20251110413841/en/Where-Tradition-Meets-Tomorrow-A-New-Mil...
1•mhb•7m ago•0 comments

I refuse to date someone who uses ChatGPT

https://www.theguardian.com/lifeandstyle/2025/nov/10/chatgpt-dating-ick
10•jethronethro•8m ago•4 comments

Show HN: AI Photo Cleaner iOS app (on-device processing)

2•nicklewers•11m ago•2 comments

Slack and Mr. Beast

https://www.slackandmrbeast.com
2•keiferski•14m ago•0 comments

Laser-tuned polymer surface switches between cooling and heating modes

https://techxplore.com/news/2025-10-laser-tuned-polymer-surface-cooling.html
2•PaulHoule•15m ago•0 comments

The Myth of RAM (2014)

https://www.ilikebigbits.com/2014_04_21_myth_of_ram_1.html
2•pilingual•16m ago•0 comments

FBI orders domain registrar to reveal who runs mysterious Archive.is site

https://arstechnica.com/tech-policy/2025/11/fbi-subpoena-tries-to-unmask-mysterious-founder-of-ar...
3•incomplete•17m ago•1 comments

Show HN: React Chrono v3 – Zero-runtime CSS,grouped API and fullscreen timelines

https://github.com/prabhuignoto/react-chrono
1•icoder_wer•17m ago•0 comments

When Aluminum Plates Were Cool

https://www.latimes.com/archives/la-xpm-2001-sep-05-fo-42149-story.html
2•thunderbong•18m ago•0 comments

Success of CHIPS Creating Helpful Incentives to Produce Semiconductors: A Series

https://www.factorysettings.org/p/introducing-factory-settings
1•crescit_eundo•19m ago•0 comments

Big Tech's economy-wide trust collapse

https://rjionline.org/news/the-traffic-and-revenue-crisis-for-news-is-a-symptom-of-big-techs-econ...
3•dmarti•19m ago•1 comments

Ask HN: Who's Looking for a Job?

1•ykev•20m ago•0 comments

Coinbase Launches Platform for Digital Token Offerings

https://www.wsj.com/finance/currencies/coinbase-launches-platform-for-digital-token-offerings-de6...
1•thm•23m ago•0 comments

Exposing Git Information in Rust Binaries Built with Nix

https://lgug2z.com/articles/exposing-git-information-in-rust-binaries-built-with-nix/
3•todsacerdoti•30m ago•0 comments

Wired: An underground HN Alternative

https://wired.jocadbz.xyz/
2•SchwKatze•31m ago•2 comments

Show HN: Infostealers in Nov 2025: 183M Gmail, 16B Logins, Nikkei Slack

https://traclea.com/coming-soon
1•Traclea•34m ago•0 comments

Bill Gates Says We're in an AI Bubble Similar to the Dot-Com Bubble

https://www.businessinsider.com/bill-gates-ai-bubble-similar-dot-com-bubble-2025-10
3•BerislavLopac•34m ago•0 comments

Year one of hosting Tor exit relays

https://blog.paranoidpenguin.net/2025/11/year-one-of-hosting-tor-exit-relays/
3•speckx•34m ago•1 comments

Show HN: Princejs – <10 kB Bun framework by a 13-year-old Nigerian, beats Hono

https://github.com/MatthewTheCoder1218/princejs
2•lilprince1218•34m ago•0 comments

"Nobody wants a data center in their backyard"

https://www.datacenterdynamics.com/en/news/nobody-really-wants-a-data-center-in-their-backyard-sa...
4•belter•35m ago•1 comments

Optimizing Authorization Security: A Guide to Access Control Models

https://fusionauth.io/articles/identity-basics/authorization-models
1•mooreds•35m ago•0 comments

Show HN: Klana – AI Design Copilot Plugin for Figma

https://www.figma.com/community/plugin/1545618089212283719/klana
2•joezee•38m ago•0 comments

Async Rust with Tokio I/O streams: backpressure, concurrency, and ergonomics

https://biriukov.dev/docs/async-rust-tokio-io/1-async-rust-with-tokio-io-streams-backpressure-con...
3•fanf2•39m ago•0 comments

Guitar Hero at 20 – how a plastic axe bridged the gap between rock generations

https://www.theguardian.com/games/2025/nov/08/guitar-hero-at-20-gap-between-rock-generations-harm...
3•mitchbob•42m ago•0 comments

Google: Introduction to Agents

https://www.kaggle.com/whitepaper-introduction-to-agents
1•Anon84•45m ago•0 comments
Open in hackernews

Show HN: Tracking AI Code with Git AI

https://usegitai.com/blog/introducing-git-ai
4•addcn•1h ago
Git AI is a side project I created to track AI-generated code in our repos from development, through PRs, and into production. It does not just count lines, it keeps track of them as your code evolves, gets refactored and the git history gets rewritten.

Think 'git blame' but for AI code. There's a lot about how it works in the post, but wanted to share how it's been impacting me + my team:

- I find I review AI code very differently than human code. Being able to see the prompts my colleagues used, what the AI wrote, and where they stepped in to override has been extraordinarily helpful. This is still very manual today, but hope to build more UI around it soon.

- “Why is this here?” — more than once I’ve giving my coding agent access to the past prompts that generated code I’m looking at, which lets the Agent know what my colleague was thinking when they made the change. Engineers talk to AI all day now…their prompts are sort of like a log of thoughts :)

- I pay a lot of attention to the lines generated for every 1 accepted ratio. If it gets up over 4 or 5 it means I’m well outside the AI’s distribution or prompting poorly — either way, it’s a good cause for reflection and I’ve learned a lot about collaborating with LLMs.

This has been really fun to build, especially because some amazing contributors who were working on similar projects came together and directed their efforts towards Git AI shine. We hope you like it.

Comments

brene•1h ago
I actually wonder is there a way to feed back some consistently reedited code into the context window of your coding agent tools, so that future edits require less tokens?
addcn•1h ago
Interesting idea. We are exploring a Git AI MCP now. Hopefully a lot of this data can raise the agent’s IQ a few points.
rattray•1h ago
We've been looking at using this at Stainless. Our evaluation isn't complete but my personal gut feeling is we'll be incredulous that we ever operated without it.