Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. DICS: Staged DI for C# and Unity without runtime reflection (github.com/playq)
    1comments
  2. Dental Scope: Explore dental anatomy in 3D (dental-scope.vercel.app)
    —discuss
  3. NIH's new PubMed tool to strengthen research replication and reproducibility (nih.gov)
    —discuss
  4. Why Your Paycheck Buys More Fridges but Less House [video] (youtube.com)
    —discuss
  5. Booms, Bombs and Bonds: Interest Rates, Part I (paulkrugman.substack.com)
    —discuss
  6. Dogs Show a Surprising Speech-Processing Skill Once Thought Unique to Humans (discovermagazine.com)
    —discuss
  7. Intelligence Explosions Are Social (deepmind.com)
    —discuss
  8. RF Capture Guide for VHS (github.com/oyvindln)
    1comments
  9. Katz's Management Explains the $50 Lost Ticket Fee (eater.com)
    —discuss
  10. Meta-Stripper – Strip Image Metadata Locally (devkram.de)
    —discuss
  11. Anton Poulter (adamapples.blogspot.com)
    —discuss
  12. SNL Weekend Update: Anthropic CEO Dario Amodei on A.I.'S Threat to Humanity [video] (youtube.com)
    —discuss
  13. Ember-1 (fireworks.ai)
    —discuss
  14. Gut Feelings (2007) [pdf] (hadinur.net)
    —discuss
  15. How Jev works: calibrated decision models (victordibia.com)
    —discuss
  16. Sinai: By This Way Only (worldhistory.substack.com)
    —discuss
  17. Calling the AI bluff: Adding "Do not guess" cut made-up fields from 71% to 20% (earnanhonestdollar.com)
    —discuss
  18. Then They Came for the Ostriches (harpers.org)
    —discuss
  19. macOS 27: ifconfig command no longer prints hardware MAC address
    —discuss
  20. Show HN: Gat – Version large files with Git, without an LFS server (github.com/getgat-dev)
    —discuss
  21. Elon Musk Film Hit with Censorship (thedailybeast.com)
    —discuss
  22. Show HN: EthosLM - Turn a sentence into a Minecraft city (github.com/chaitbuilds)
    —discuss
  23. Show HN: Jobless Joke Language (JJL), a Brainf***-inspired esoteric language (github.com/ghetea-patrick)
    —discuss
  24. Show HN: Claude on a 2007 Nokia 6300 (Java ME app, TLS 1.0, private CA) (github.com/emir)
    —discuss
  25. MiMo-v2.6-Flash: on intelligence/price Pareto frontier (artificialanalysis.ai)
    1comments
  26. Dynep: Real-time GPU spot market across 31 cloud providers (dynep.com)
    —discuss
  27. Flock seeks to have security researchers' map of Flock cameras taken down (tomshardware.com)
    —discuss
  28. Hello Hnu
    1comments
  29. Against Political Realism (xd1.dev)
    1comments
  30. The accidental history of 3000, 8080, and other port numbers (smarmelling.com)
    —discuss

What Improves Developer Productivity at Google? Code Quality

3 pointsby 2h agodl.acm.org
2 comments
1h agoHN ↗

I remember this paper making the rounds a few years ago when it came out.

My issues with it as I recall:

- there's no objective definition of "productivity". Engineers were only asked how they feel about their productivity and that was used as the measure.

- the same thing with "quality". There was no objective measure. It was up to the respondents to answer how they felt about the quality of the codebase they were working on. This is clarified in the abstract:

We find that increases in perceived code quality tend to be followed by increased perceived developer productivity, but not vice versa, providing the strongest evidence to date that code quality affects individual developer productivity.

(emphasis mine) IMO the title makes a misleading and stronger claim than what is actually found by the study.

- there were no metrics taking into account the length of time someone had worked on the codebase. My theory is that the longer someone works on a codebase, the more they'll understand the codebase. The more they understand the codebase, the more productive they'll be working with it. They will also perceive it as being higher code quality than when they started because they understand the code better and they've likely made improvements to the code over time as they've worked on it. As mentioned, unfortunately this metric was not captured during the study.

1h agoHN ↗

In your opinion, is this still actual nowadays in AI era?