Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Automatically Retrofitting JIT Compilers(infoq.com ↗)
    discuss
  2. Show HN: Replay an AI Coding Session and Inspect Its Requests(ishamf.dev ↗)
    discuss
  3. A restored PDP-11/83 serving this page on 211BSD Unix(pdp1173.com ↗)
    1comments
  4. Ask HN: What is the most interesting project you are working on?
    discuss
  5. Show HN: All of FreeCAD 1.1.3, every workbench and FEM, running in the browser(virtastic.app ↗)
    discuss
  6. 46% of Open-Source AI Agents dropped from rankings in 28 weeks(theagenticleaderboard.com ↗)
    1comments
  7. Goolsbee: The Fed Can't Keep Waiting Out Oil Shocks(wsj.com ↗)
    1comments
  8. Design Drought(lmnt.me ↗)
    discuss
  9. Show HN: Timewaster – They waste your time. Return the favor(timewasterapp.com ↗)
    discuss
  10. IvoryOS – Orchestrate an Autonomous Lab(ivoryos.ai ↗)
    discuss
  11. Show HN: 7 Coder Words – A puzzle game for computer science nerds(kenamick.itch.io ↗)
    discuss
  12. I shipped 2,000 pull requests through production last month [video](twitter.com/poteto ↗)
    discuss
  13. You Can Detect If Code Is Being Run Inside a Terminal(nelson.cloud ↗)
    discuss
  14. We Have So Many Questions(lab.cloud ↗)
    discuss
  15. Pinned-Value Goods(arun.is ↗)
    discuss
  16. Using TypeSafe AI in Bug Bounty(lampysecurity.com ↗)
    discuss
  17. Tobi: Persistent terminal sessions across your devices(tangled.org ↗)
    discuss
  18. Trump Says His Contested Arch Would House Drones and Snipers(nytimes.com ↗)
    discuss
  19. Bootstrap scripts for ML workloads on a few GPU cloud providers(github.com/tudormunteanu ↗)
    discuss
  20. Vibe – Local Audio and Video Transcription App(thewh1teagle.github.io ↗)
    discuss
  21. Good people refuse to do bad things(carette.xyz ↗)
    2comments
  22. AI co-scientists are revolutionizing how research is done(nature.com ↗)
    discuss
  23. Is 2x Sustained Performance Just Hype? A18 Pro vs. A20 Pro, Benchmarked(waratahlabs.com ↗)
    discuss
  24. Can We Trust Open Source Models for Production Code? Eval Results(medium.com/towards-artificial-intelligen... ↗)
    discuss
  25. Show HN: pg_raw_parse – parse SQL in Rust at Postgres speed(github.com/pgdogdev ↗)
    discuss
  26. Two Claudes for One(techstrong.ai ↗)
    discuss
  27. Open Source Polygo: translate your app's strings with a local model, Git-native(github.com/na5co ↗)
    discuss
  28. Music recommending system free and ready to use(similaritiesengine.com ↗)
    discuss
  29. The Interfaces Are Arriving(oreilly.com ↗)
    discuss
  30. Apple's Dimensional Drawings(512pixels.net ↗)
    discuss

Skill and visualisation kit to help developers understand PRs better

1 pointsby 46m agogithub.com
1 comments
46m 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 :)