Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. EncryptedLLM: Privacy-Preserving Large Language Model Inference(icml.cc)
    discuss
  2. The agents never stop. A council can(flurdy.com)
    1comments
  3. How to cut back on social media addiction(shuaibkhan.com)
    discuss
  4. Show HN: Z8Log – Structured logging your AI coding agent can query(z8log.com)
    discuss
  5. Trusted directories for listing your Mac app(reddit.com)
    discuss
  6. RippleNav – A web instrument provides real-time visual feedback on thought focus(ripplenav.org)
    discuss
  7. Saudi's Ceer unveils first EVs(reuters.com)
    discuss
  8. Welcome Silona Bonewald, New MetaBrainz Foundation Executive Director(metabrainz.org)
    1comments
  9. Show HN: Easytris – Tetris that wants you to win(medv.io)
    discuss
  10. A Tribute to Donald Knuth (2024)(paramrathour.github.io)
    discuss
  11. Create AI Image Free – No Sign-Up Needed(createaiimage.net)
    discuss
  12. Scanner says the HTML attachment is clean. What happens when you open it?(mohitkhare.com)
    discuss
  13. Chewbacca's Ancestor Is Real(maxhawtdawg.com)
    discuss
  14. The Set of Math-Sterpieces(paramrathour.github.io)
    discuss
  15. Reverse-Engineering Jane Street's ASIC(mooofin.github.io)
    discuss
  16. How people are testing AI agents?
    discuss
  17. Frontier Overhangs(stratechery.com)
    discuss
  18. Some Old Expectations for the New Apple(taoofmac.com)
    discuss
  19. Physics Problem Finder(beneke7.github.io)
    discuss
  20. The Armored Sarcophagus Saving Ukrainian Soldiers(theatlantic.com)
    discuss
  21. OpenCode Reloaded(anoma.ly)
    discuss
  22. Proposed Group: Browser Data Portability Community Group(w3.org)
    1comments
  23. Raspberry Pi locks down RAM upgrades in Firmware [video](youtube.com)
    discuss
  24. Orphaned VMs: Running VMs Uninterrupted While Host Kernel Is Offline(phoronix.com)
    discuss
  25. 0x025 – System One Models (Jev)(unzip.dev)
    discuss
  26. Xenobiome Command – a colony SIM that runs offline in the browser(xenobiome.net)
    discuss
  27. Skill and UI kit to understand PRs faster(github.com/annanay25)
    1comments
  28. She died at the San Diego border. A surveillance camera was in plain sight(technologyreview.com)
    discuss
  29. Move On – export your AI chats, file GDPR deletion, escalate if ignored(github.com/ur-grue)
    discuss
  30. Show HN: I made ShipStreak to keep daily shipping gaps public(shipstreak.space)
    discuss

Skill and UI kit to understand PRs faster

2 pointsby 50m agogithub.com
1 comments
50m 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 find bugs, but the primary 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 :)