frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Demo: Frostsnap 2-of-3 Distributed Key Generation and Backups

https://frostsnap.com/demo/
1•frostsnap•2m ago•0 comments

Can pumping chemicals into the ocean help stop global heating?

https://www.theguardian.com/environment/2026/mar/10/sodium-hydroxide-ocean-global-heating-solution
1•philbo•2m ago•0 comments

Advanced Machine Intelligence (AMI) announces $1.03B funding round

https://amilabs.xyz/updates
1•matthieu_bl•3m ago•0 comments

Anthropic files lawsuit to block Pentagon blacklisting over AI use curbs

https://vechron.com/2026/03/anthropic-files-lawsuit-against-pentagon-over-ai-blacklist-and-claude...
1•GeorgeWoff25•3m ago•0 comments

Ten Signs a Claimed Mathematical Breakthrough Is Wrong (2008)

https://scottaaronson.blog/?p=304
2•adunk•6m ago•1 comments

We Need a Proper AI Inference Benchmark Test

https://www.nextplatform.com/compute/2026/03/09/we-need-a-proper-ai-inference-benchmark-test/5208100
2•jonbaer•7m ago•0 comments

I built a reader mode Chrome extension that works on any site

https://chromewebstore.google.com/detail/readr-–-clean-page-one-cl/acpeognnfhdbfdmdpkfbjgppjpgp...
2•Ogbon•10m ago•1 comments

Integrating SAST into DevSecOps

https://pvs-studio.com/en/webinar/26/
2•mare_maple•12m ago•0 comments

Will AI Client Applications Replace Browsers?

https://ahmethuseyindok.com/blog/will-ai-client-applications-replace-browsers
3•dokdev•16m ago•1 comments

Mozi, Jesus, and Care for Others

https://nonnobis.weebly.com/blog/mozi-jesus-and-love-for-others
2•kindkang2024•17m ago•0 comments

Page Agent – JavaScript in-page GUI agent

https://github.com/alibaba/page-agent
2•helloplanets•18m ago•0 comments

Show HN: JTC – JSON/YAML Type Checker Using TypeScript

https://github.com/disjukr/jtc
2•disjukr•20m ago•0 comments

Japr750 – Python cipher engine (18µs/char) + Decoding challenge

https://github.com/Ja1pr/Ja1pr-750
2•User750•20m ago•1 comments

Calling all who run inference in models

1•hpcaitech•22m ago•0 comments

FAA grounds all JetBlue flights after request from airline

https://apnews.com/article/faa-ground-stop-jetblue-e990b118812f467d904d92375b984d71
1•petethomas•22m ago•1 comments

Branching prompts instead of linear chat

1•macnorton•22m ago•0 comments

Source: Havana Syndrome investigation is "a CIA cover-up" – 60 Minutes [video]

https://www.youtube.com/watch?v=C1jmAj9OUOs
1•dataflow•23m ago•1 comments

Apple at 50: Decades of Thinking Different

https://www.youtube.com/watch?v=w8wt0LBCjXM
1•__patchbit__•23m ago•1 comments

Branching prompts instead of linear chat

1•macnorton•26m ago•0 comments

Veltora – Churn Risk Predictor

https://veltora-beta.vercel.app
1•tempoz•26m ago•1 comments

LoGeR – 3D reconstruction from extremely long videos (DeepMind, UC Berkeley)

https://loger-project.github.io
2•helloplanets•26m ago•0 comments

Alibaba tested 18 AI coding agents on 100 real codebases, spanning 233 days each

https://twitter.com/chrislaubai/status/2030931602872967460
1•MrBuddyCasino•28m ago•0 comments

Shared Hosting for Business Growth

1•neuraxhostpg•29m ago•1 comments

How are people do AI evals these days?

1•yelmahallawy•31m ago•0 comments

Show HN: Latchup – Competitive programming for hardware description languages

https://www.latchup.app/
2•fayalalebrun•36m ago•0 comments

Ghost Jobs: The Economy Built on Positions That Don't Exist

https://twitter.com/gothburz/status/2031109663874494773
1•taubek•36m ago•0 comments

DDR4 Sdram – Initialization, Training and Calibration

https://www.systemverilog.io/design/ddr4-initialization-and-calibration/
1•todsacerdoti•40m ago•0 comments

Trump Advisers Urge Him to Find Iran Exit Ramp

https://www.wsj.com/world/middle-east/trump-advisers-urge-him-to-find-iran-exit-ramp-fearing-poli...
2•petethomas•41m ago•0 comments

5,200 holes carved into a Peruvian mountain left by an ancient economy

https://newatlas.com/environment/5-200-holes-peruvian-mountain/
2•defrost•44m ago•0 comments

Whole Brain Emulation of a Fruit Fly in a Simulated World

https://theinnermostloop.substack.com/p/the-first-multi-behavior-brain-upload
1•davidst•45m ago•1 comments
Open in hackernews

Do developers have agency? A study of 66k GitHub projects (7.3TB)

https://link.springer.com/article/10.1007/s44427-025-00019-y
1•ekrisza•2h ago

Comments

ekrisza•2h ago
I'm the author of this study. I spent the last year diving into ~7.3TB of data from 65,987 GitHub projects to see how far the laws of software evolution (proposed decades ago by Lehman) hold up on such a large dataset.

The Findings: A Duality

The projects with more than about 700 commits to their main branch, 16.1% of all projects, follow such stable growth curves that they could support claims of some properties being divorced from human agency.

Despite all the hardware, software, tooling, methodical changes over the last few decades and even Large Language Models till early 2025, the underlying growth trajectories of these mature systems haven't fundamentally shifted. This suggests that while our tools might make daily life easier, they might not change the fundamental physics of effort over time in large codebases.

The Role of Smaller Projects

The smaller projects (83.9% of the dataset) not only follow less stable growth curves, but are also more prone to deceleration. It’s important to note that GitHub is—rightly—a home for everything from experimental prototypes and "homework", to niche tools. This experimentation is vital for the ecosystem, but might also create challenges for the industry down the line.

Whether they were following suboptimal methods or never intended to be long-term sustainable, the observed numerical dominance of smaller projects might in itself create problems: - Popularity vs. Quality: Training Large Language Models or building learning materials by scraping GitHub indiscriminately risks a "popularity" bias. We may learn suboptimal, immature methods simply because those patterns are numerically overwhelming compared to the more stable 16.1%. - Feedback loop: When these learnings are used to write new code, the numerically overwhelming proportions of the small projects might lead to ‘good enough, but not yet mature’ processes being propagated, effectively drowning out the potentially better practices present in more mature projects. - For researchers: Focusing solely on large projects can overlook a much larger and different set of projects that could benefit from a targeted study.

I’ll be around to answer any questions about the research.