Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Explaining the Postgres Meme(avestura.dev ↗)
    discuss
  2. Small AI models let drones autonomously identify and attack battlefield targets(arstechnica.com ↗)
    discuss
  3. Googlebook OS hands-on: It's Android, stupid(9to5google.com ↗)
    discuss
  4. Using Jev as an LLM Linter for OMP (Pi) Agent(github.com/goulinkh ↗)
    discuss
  5. The current balance of power in open models(interconnects.ai ↗)
    discuss
  6. Goodnotes releases new AI notetaker(goodmeet.com ↗)
    discuss
  7. Grok 4.7(x.ai ↗)
    discuss
  8. Automatically Retrofitting JIT Compilers(infoq.com ↗)
    discuss
  9. Show HN: Replay an AI Coding Session and Inspect Its Requests(ishamf.dev ↗)
    discuss
  10. A restored PDP-11/83 serving this page on 211BSD Unix(pdp1173.com ↗)
    1comments
  11. Ask HN: What is the most interesting project you are working on?
    1comments
  12. Show HN: All of FreeCAD 1.1.3, every workbench and FEM, running in the browser(virtastic.app ↗)
    discuss
  13. 46% of Open-Source AI Agents dropped from rankings in 28 weeks(theagenticleaderboard.com ↗)
    1comments
  14. Goolsbee: The Fed Can't Keep Waiting Out Oil Shocks(wsj.com ↗)
    1comments
  15. Design Drought(lmnt.me ↗)
    discuss
  16. Show HN: Timewaster – They waste your time. Return the favor(timewasterapp.com ↗)
    discuss
  17. IvoryOS – Orchestrate an Autonomous Lab(ivoryos.ai ↗)
    discuss
  18. Show HN: 7 Coder Words – A puzzle game for computer science nerds(kenamick.itch.io ↗)
    discuss
  19. I shipped 2,000 pull requests through production last month [video](twitter.com/poteto ↗)
    discuss
  20. You Can Detect If Code Is Being Run Inside a Terminal(nelson.cloud ↗)
    discuss
  21. We Have So Many Questions(lab.cloud ↗)
    discuss
  22. Pinned-Value Goods(arun.is ↗)
    discuss
  23. Using TypeSafe AI in Bug Bounty(lampysecurity.com ↗)
    discuss
  24. Tobi: Persistent terminal sessions across your devices(tangled.org ↗)
    discuss
  25. Trump Says His Contested Arch Would House Drones and Snipers(nytimes.com ↗)
    1comments
  26. Bootstrap scripts for ML workloads on a few GPU cloud providers(github.com/tudormunteanu ↗)
    discuss
  27. Vibe – Local Audio and Video Transcription App(thewh1teagle.github.io ↗)
    discuss
  28. Good people refuse to do bad things(carette.xyz ↗)
    2comments
  29. AI co-scientists are revolutionizing how research is done(nature.com ↗)
    discuss
  30. Is 2x Sustained Performance Just Hype? A18 Pro vs. A20 Pro, Benchmarked(waratahlabs.com ↗)
    discuss

Skill and visualisation kit to help developers understand PRs better

1 pointsby 47m agogithub.com
1 comments
47m agoHN ↗

Every developer I've spoken to on a team >1 has complained about PR review burnout, no understanding of the codebase anymore and even a lost love for the craft. I think this is primarily happening because every PR reads like its written by a distinguished engineer. (Why say lot word when few word do trick??!!)

Everyone reviews PRs differently but I've personally started relying more on visualisations to get an initial sense of what's happening. So this is my attempt at a skill and a UI kit to help me understand PRs faster. Bugbots help but not really because the purpose of reviews is to build shared understanding! Shoutout to Blake Smith (https://blakesmith.me/2015/02/09/code-review-essentials-for-...).

I'd love to get HN's take on this :)