Live data from Hacker News

Viewing profile — Paulo75

Paulo75

HN member
Joined
Mon, Mar 16, 2026, 1:27 AM UTC
HN karma
7
Public activity
17 items

About Paulo75

No profile information was provided.

Recent public activity

  1. comment
  2. story
  3. comment
    Comment #47592401

    I think Prawduct addresses a real problem. Claude Code builds what you ask for, not what you need, and the drift/inconsistency over a session is where most quality breaks down. The…

  4. comment
  5. comment
    Comment #47524038

    Nice system but quick question: how does this compare to something like Semgrep? Semgrep also does tree sitter based pattern matching and has taint tracking now. Is the main differ…

  6. comment
    Comment #47517548

    Every P1 post mortem I’ve been part of over the years usually ended with that we should’ve had monitoring for that. I looked for a solution that could surface those gaps across our…

  7. story
  8. comment
    Comment #47496392

    Screenreading is a smart way to solve the integration problem. Every other tool in this space makes you connect each app one by one and you're always waiting for them to support yo…

  9. comment
    Comment #47494300

    Fun idea. The rarity based XP system is a good way to keep people motivated beyond the first few common sightings. Another idea could be seasonal bonuses like for example extra XP …

  10. comment
    Comment #47425388

    Pretty cool concept - tried it out and it played really smoothly. The idea of navigating music by year + vibe instead of genre makes a lot of sense. Well done!

  11. comment
    Comment #47425282

    Cool project. Beyond cocktails, I could see something like this being useful for people who want to monitor their alcohol intake before driving - pour tracking that keeps a running…

  12. comment
    Comment #47425203

    This is the kind of thing that feels obvious but apparently still needs to be said. I've seen businesses run entirely off an Instagram page, and when the algorithm changes or the a…

  13. comment
    Comment #47425147

    Voltage glitching attacks are pretty brutal to defend against because you're essentially fighting physics, not software. You can write perfect code and still get bypassed by someon…

  14. comment
    Comment #47425101

    The part about green getting 58.7% weight in the luminance calculation is one of those details that seems arbitrary until you realize it's literally modeled on the density of cone …

  15. comment
  16. comment
    Comment #47412109

    I've wasted so many hours keeping API schemas and ORM models in sync on FastAPI projects.. how does it handle schema evolution on larger projects? Like if I rename a field or split…

  17. comment
    Comment #47412074

    Pretty cool, one thing that would be useful: some kind of alerting or watch feature. Like "notify me if this repo's health score drops below X" or if a dependency gets a CVE. Would…