Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. The Aesthetic Problem of Namespacing (gingerbill.org)
    —discuss
  2. Milestone: Write app from scratch rather than manufacturers software (bytestone.uk)
    1comments
  3. Show HN: Turn a UniFi Protect relay and sensor into a smarter garage door (garageopener.app)
    —discuss
  4. How Pink Is Pink Noise (ev12183725.substack.com)
    —discuss
  5. Creating a Reverse Outline (wisc.edu)
    —discuss
  6. AMD Posts the Full EPYC 9006 SKU List: 31 Venice Parts From $700 to $14,904 (storagereview.com)
    —discuss
  7. Is this what SW eng has come to
    1comments
  8. Test Post (example.org)
    3comments
  9. Ask HN: What's the most inspiring media you've consumed in the last 5 years?
    —discuss
  10. The Illusory Dunning-Kruger Effect and Reciprocal Fits (jslandy.com)
    —discuss
  11. Observability-driven harnesses for building with agents (datadoghq.com)
    —discuss
  12. Show HN: Banker – CLI for your finances using Enable Banking and SQLite (github.com/karlis-vagalis)
    —discuss
  13. Uber Should Acquire Instacart (s1archive.substack.com)
    —discuss
  14. OpenAI halts training of latest models as reports mount of AI agents going rogue (theguardian.com)
    1comments
  15. Zero to SaaS in 24 hours with Claude Projects and Opus 5.5 (lorentz.app)
    —discuss
  16. Keyboard.io Silently Dead (keyboard.io)
    1comments
  17. Show HN: Drive your Chrome window from shell (use with Claude) (github.com/borisreitman)
    —discuss
  18. Glyd – Run LLMs in 33% less GPU memory, bit for bit (getglyd.com)
    —discuss
  19. Dead Cognitions: A Census of Misattributed Insights (arxiv.org)
    —discuss
  20. A fast, open-source iOS Simulator for Xcode 27 (github.com/mastersam07)
    2comments
  21. Railway-Oriented Programming (kciter.so)
    —discuss
  22. Why Has No One Made a "Concert Hero" VR Game Yet? (utkusen.substack.com)
    —discuss
  23. There are no "rogue" AI agents (eoinhiggins.substack.com)
    2comments
  24. Panthropic Abuse: The Developmental Architecture of Constellated Abuse – Zenodo (zenodo.org)
    —discuss
  25. Kimi K3 vs. Claude Opus 5.5: How Two Flagship LLMs Built Pokémon Emerald Worms (runsybil.com)
    —discuss
  26. Packing Binary Is Fun, Actually (hereticpleb.vercel.app)
    —discuss
  27. Ford's Latest Employee of the Month Is a Hawk Named 'El Charro' (wsj.com)
    —discuss
  28. Hello. Are you there? (a short story on alignment) (aipeepslab.com)
    1comments
  29. Show HN: Chrome extension where Jev decides if each post/video/page is worth it (github.com/plusminushalf)
    —discuss
  30. Advancing Private AI Compute with secure, server-side memory (deepmind.google)
    —discuss

What Improves Developer Productivity at Google? Code Quality

3 pointsby 1h agodl.acm.org
2 comments
59m 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.

35m agoHN ↗

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