frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Fruit Box Game

https://fruitboxgame.com
1•winterscott•20s ago•0 comments

Are women better than men at endurance running?

https://www.bbc.co.uk/sport/articles/cwyzx1gxwqlo
1•polar•35s ago•0 comments

Stabilizing Rust's Never Type

https://lwn.net/SubscriberLink/1091015/d9e48318ed242b41/
1•cjd8•1m ago•0 comments

Designing Semiconductors in Sub-Saharan Africa [YouTube]

https://www.youtube.com/watch?v=zyglpl-Gyq0
1•johncole•2m ago•1 comments

Module-Lattice-Based Key-Encapsulation Mechanism

https://en.wikipedia.org/wiki/ML-KEM
1•binyu•3m ago•0 comments

The next SolarWinds will be an AI security vendor

https://getcrawdad.dev/blog/the-next-solarwinds-will-be-an-ai-security-vendor
1•AndrewGS•3m ago•0 comments

Show HN: A GitHub Action to stop coding agents from over-commenting

https://github.com/marketplace/actions/comment-ratio
1•Nebulic•4m ago•0 comments

Optimizing SQLite for Servers (2024)

https://kerkour.com/sqlite-for-servers
1•vladde•4m ago•0 comments

Show HN: Opair, a coding harness that eschews autonomy

https://gitlab.com/philbooth/opair
2•philbo•5m ago•0 comments

We've all been framed (1999)

https://www.theguardian.com/society/1999/dec/08/guardiansocietysupplement1
1•CGMthrowaway•7m ago•0 comments

CCTV footage of suicide attempt violates human rights (2003)

https://www.pinsentmasons.com/out-law/news/cctv-footage-of-suicide-attempt-violates-human-rights
1•CGMthrowaway•7m ago•0 comments

The Anthropocene was rejected as a geological epoch – but the idea is useful

https://theconversation.com/the-anthropocene-was-rejected-as-a-geological-epoch-but-the-idea-is-s...
1•samizdis•8m ago•0 comments

UK Surveillance Camera Code of Practice

https://www.gov.uk/government/publications/surveillance-camera-code-of-practice-guidance-for-loca...
3•CGMthrowaway•10m ago•0 comments

Logitech MX Keypad – AI control keys for developers

https://www.logitech.com/en-us/shop/p/mx-keypad
3•zvr•10m ago•1 comments

Knip fixes unused dependencies, exports and files in your JavaScript projects

https://github.com/webpro-nl/knip
1•Bluestein•13m ago•0 comments

I advertise malicious software on Google Ads

https://xlii.space/eng/malicious-software-on-google-ads/
2•xlii•16m ago•1 comments

Solaris Turnstiles for mutex priority inheritance

https://rdmsr.github.io/writing/turnstiles/
2•fanf2•17m ago•0 comments

Desert Ant Labs: local, fast models that run on device

https://desertant.com/blog/introducing-desert-ant-labs/
12•willwhitedc•19m ago•0 comments

Mapped: AI Adoption by Country in 2026

https://www.visualcapitalist.com/mapped-ai-adoption-by-country-in-2026/
1•soltanov•20m ago•0 comments

Is Google planning for Gemini 4 rather than 3.5 pro?

3•Qhloi•22m ago•1 comments

Show HN: Is It Q?

https://github.com/jparmstrong/IsItQ
1•gohwell•23m ago•0 comments

Has anybody burned out of tech like me, and done something else?

2•password03•24m ago•0 comments

Show HN: Web Developer = Embedded Developer: Real PHP Now Runs on the ESP32

https://www.php-baremetal.com/blog/real-php-on-esp32
1•gianfriaur•28m ago•0 comments

AlphaGenome maps 9B DNA variants

https://spectrum.ieee.org/alphagenome-atlas
1•ltononro•28m ago•0 comments

PicWish – AI photo editing for product images and everyday use

https://picwish.com/
1•VolaRmb•28m ago•0 comments

Tell HN: R2-D2 and Chewbacca playing holochess

1•gus_massa•29m ago•0 comments

Foldable iPhone took 10 years to design

https://www.bloomberg.com/news/articles/2026-09-08/apple-s-2-000-plus-foldable-iphone-was-a-decad...
2•ltononro•29m ago•3 comments

An experiment to make a highly fun FOSS game with the community using AI

https://github.com/Resistance-Labs-Tech/fossgamewithai
2•samurai48•31m ago•0 comments

We are the civic movement dedicated to averting the risks of superhuman AI

https://pauseai.uk
3•Bluestein•32m ago•0 comments

Disable Windows Defender via Antivirus Fake Registration

https://ipurple.team/2026/09/09/windows-security-center/
3•supermatou•35m ago•0 comments
Open in hackernews

Code per developer is up 40% since 2022; review capacity isn't

https://www.reviewsaur.com/research
1•rafalgraniczny•50m ago

Comments

davydm•17m ago
yep, this is why people just chuck Claude reviews on my PRs, and why I bothered to set up sandboxing for Claude, so I can make the agent run a review before I take it to PR, so that at the very least, I can add commentary that steers Claude away from bad assumptions when it doesn't seem to understand the business domain, or how things are generally done. Tho, to be fair, it's also found some nifty edge cases in review, so there is some value there - things just fall over when someone can't be arsed to do more than point claude at it and copy-paste the results to the PR. And the people who were bad at review before (ask stupid questions, fight about stuff they don't understand) are just as annoying now, but they feel vindicated because they got Claude to do it, and they will take no responsibility for the time they waste (not that they ever did).
brookst•14m ago
Wait how is review capacity not increasing? AI review is not a substitute for human review, but it is helpful.

I’d posit that more code reaching review has already had an AI pass done by the submitter, and then many/most reviewers use AI as a first pass as well. NOT as the sole pass, but to catch obvious stuff.

I’m very confused by the implied claim that review capacity per developer is unchanged.