frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Claude's Code – tracking the 19M+ commits generated by Claude on GitHub

https://www.claudescode.dev/
10•phantomCupcake•1h ago
I was curious about the amount of code on GitHub that is generated with Claude Code, and this is my attempt at finding that answer.

Spoiler alert: It's a lot - around 19M commits by my count

In a nutshell it is a dashboard that presents some basic, and hopefully, interesting stats about commits signed by Claude Code on GitHub - in public repos.

Not all commits are signed (via the author field, or a commit "trailer"), and many repos are private, which means Claude's reach is probably wider than what you see here. But I think it's enough to see the spread and learn a bit about how it's used.

Technology wise, it's a pretty basic Next.js app with Recharts for graphing and PostgreSQL for the DB. I started off with using BigQuery because I estimated I would need the analytical scale, but I eventually pivoted to Postgres because the small writes, and frequent reads for deduplication became too expensive.

The ingestion/backfill job is the more interesting part since I went from severely under-engineering it (start smol and all that) to ending up with a bare-bones, but capable, ETL pipeline.

Primarily, the challenge to overcome in reading the data, was GitHub's rate limits - both on their search API, and on their GraphQL API. On search it's 30 req/min, on GraphQL it's 5000 req/hour - per access token. Because of this difference, and response time differences, I split the work:

  1. There is a batch of search workers that write basic commit info to a table - paging and splitting to find as many of the commits as we can.

  2. Enrichment workers read from that table and fill in some of the info that we can't see in the search. Lines added/deleted, and repo information, is added this way.
There is a bit of lag in reading these commits currently, and it is still pulling historical commits, which is why the most recent dates are a bit low on commits, and why some repos don't yet have a language set yet.

I wouldn't say it's 100% done - I want to improve the ingestion still, and I think there is more I can extract from the data - but I have definitely enjoyed looking at what I have so far.

Let me know if you have an idea for what I can add to the dashboard, or can think of something else I should also be reading.

For some more info on my methodology and the evolution of the backfill job, head to the About page. :-)

Usecomputer – Zig CLI to screenshot, click and type in any coding agent

https://github.com/remorses/usecomputer
1•xmorse•1m ago•1 comments

Blender Optimization Leads to 2x Performance on CPU Bottlenecked Scenes

https://www.phoronix.com/news/Blender-EEVEE-2x-Perf
1•rbanffy•2m ago•0 comments

NesusFix – Zero-alloc, compile-time hardened FIX engine for sub-100ns

https://github.com/SilverstreamsAI/NexusFix
1•dalvrosa•3m ago•0 comments

Show HN: OrbStudio Native Mac app for designing animated orbs with code export

https://www.orbstudio.app/
1•okbye•3m ago•0 comments

Aesthetic Programming: A Handbook of Software Studies (2021)

https://www.openhumanitiespress.org/books/titles/aesthetic-programming/
1•the-mitr•4m ago•0 comments

LG Display starts mass-producing LTPO-like 1 Hz LCD displays for laptops

https://arstechnica.com/gadgets/2026/03/lg-display-starts-mass-producing-ltpo-like-1-hz-lcd-displ...
1•rbanffy•5m ago•0 comments

Why move antimatter by road? CERN tests a truck-ready antiproton trap

https://phys.org/news/2026-03-antimatter-road-cern-truck-ready.html
1•Brajeshwar•6m ago•0 comments

Krita 6.0 Released with Qt6 Port and Better Wayland Support

https://www.phoronix.com/news/Krita-6.0-Released
2•doener•6m ago•0 comments

Krita 5.3.0 and 6.0.0 Released

https://krita.org/en/posts/2026/krita-5.3.0-released/
2•jrepinc•7m ago•0 comments

Iran internet offline for 25 days and

https://twitter.com/netblocks/status/2036343014277165512
1•ukblewis•7m ago•1 comments

A mission NASA might kill is still returning science from Jupiter

https://arstechnica.com/space/2026/03/a-mission-nasa-might-kill-is-still-returning-fascinating-sc...
1•rbanffy•8m ago•0 comments

Guile Knots

https://www.cbaines.net/posts/announcing_guile_knots/
1•ibobev•9m ago•0 comments

Mendeleev's Inequality

https://www.johndcook.com/blog/2026/03/24/mendeleevs-inequality/
1•ibobev•9m ago•0 comments

Lines of Code Are Useful

https://entropicthoughts.com/lines-of-code
1•ibobev•10m ago•0 comments

Show HN: MangoWave – Open-source browser audio visualizer

https://mangowave.app/
1•lmascari•10m ago•0 comments

Understaffing as a Form of Enshittification

https://pluralistic.net/2026/03/22/nobodys-home/
2•toomuchtodo•10m ago•0 comments

io_uring, libaio performance across Linux kernels and an unexpected IOMMU trap

https://blog.ydb.tech/how-io-uring-overtook-libaio-performance-across-linux-kernels-and-an-unexpe...
2•tanelpoder•10m ago•1 comments

Ignition: NASA's Plan for the Moon [video]

https://www.youtube.com/watch?v=yIlTwwJv1Ac
1•trothamel•10m ago•1 comments

Keytrace (Keybase on ATProto)

https://keytrace.dev/blog/introducing-keytrace
1•bezbac•12m ago•0 comments

JetBrains Central: An Open System for Agentic Software Development

https://blog.jetbrains.com/blog/2026/03/24/introducing-jetbrains-central-an-open-system-for-agent...
1•vovak•12m ago•0 comments

BotmasterLabs: Powering an Era of Spam

https://castle.io/research/botmasterlabs-powering-an-era-of-spam/
1•avastel•12m ago•0 comments

Why your AI agents will turn against you

https://yoloai.dev/posts/ai-agent-threat-landscape/
2•kstenerud•12m ago•1 comments

DSL for reverse engineering using KiCad

https://github.com/ryanm101/revsch
2•ryanm101•13m ago•0 comments

AI Agentic for Banking and Financial Services: Credit Analysis, KYC in 2026

https://simplai.ai/blogs/agentic-ai-banking-financial-services-mortgage-kyc-credit-analysis/https...
1•Shanmugaraj-1•13m ago•0 comments

Show HN: MCP-scan – security scanner for MCP server configs

https://github.com/rodolfboctor/mcp-scan
1•AbanoubRodolf•14m ago•0 comments

Elo Memory – Bio-inspired episodic memory for AI agents (free, open source)

https://github.com/server-elo/elo-memory
2•elo-memory•15m ago•0 comments

Personalized Storybook AI – MyImagineer

1•BBR12138•15m ago•0 comments

Show HN: BallotGuessr – Guess the 2024 election margin from a Street View photo

https://ballotguessr.com/
1•jiratickets•15m ago•0 comments

Ad

2•javierpresnsr•17m ago•0 comments

Redefining Startup Disovery

https://firstlookk.com
1•denzalec•18m ago•1 comments