Live data from Hacker News

Viewing profile — kspetkov79

kspetkov79

HN member
Joined
Sun, May 03, 2026, 6:18 AM UTC
HN karma
11
Public activity
38 items

About kspetkov79

Building small tools for developers.

Currently working on MissedRun — simple monitoring for cron jobs and background tasks that fail silently. https://missedrun.com

Recent public activity

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

    Less code helps, but fewer unclear decisions probably helps more.

  4. comment
  5. comment
    Comment #48283160

    Nice side project. The thing I’d be slightly nervous about is the football-data cron. On small apps like this, it’s often not the app crashing, it’s some scheduled job quietly stop…

  6. comment
    Comment #48269536

    I would not treat it as code to merge. It is closer to a rough spec that happens to compile.

  7. comment
    Comment #48269520

    Mostly I try to understand the code around the change. If I cannot review the diff afterwards, the agent did not really save me much time.

  8. comment
    Comment #48263344

    The hard part is not packaging the knowledge. It is keeping it current and knowing when it does not apply.

  9. comment
    Comment #48263339

    Cloud cost problems are often just ownership problems with a bill attached.

  10. comment
    Comment #48263329

    They are not stealing the package. They are using it as a door into developer machines, CI, tokens, and customer systems.

  11. comment
    Comment #48258697

    For mail servers, readable configuration is a feature, not just aesthetics.

  12. comment
    Comment #48258671

    AI output is fine as a draft. The mess starts when people ship it without being able to explain the diff.

  13. comment
    Comment #48254923

    The missing part is usually the real workflow. If there is no output and no cost for being wrong, the AI tool just becomes another toy to maintain.

  14. comment
    Comment #48254914

    The account recovery story says a lot. At some size, companies start handling people as tickets. Sometimes it only gets fixed because one person inside still cares.

  15. comment
    Comment #48244718

    Postinstall hooks are a footgun. The bad part here is that people reviewing a PHP package may not even look closely at package.json.

  16. comment
    Comment #48244709

    This kind of project is useful because it shows that containers are not magic. Not something I would run in production, but good for understanding the parts.

  17. comment
    Comment #48244694

    On-call makes the boring parts hard to ignore: alerts, ownership, rollback, and knowing what changed. A clean design matters much more when someone has to debug it half asleep.

  18. comment
    Comment #48238177

    The format is less important than the reason. A neat prefix does not help much if the commit still does not explain why the change was made.

  19. comment
    Comment #48238158

    A bad metric can look fine at first. Then people get good at moving the number instead of improving the thing.

  20. comment
    Comment #48231408

    The important part is not letting the LLM close the loop on itself. It can suggest bugs, but a real test has to prove them.

  21. comment
    Comment #48231388

    They tend to turn a small change into the whole cleanup plan. Sometimes that is useful, but it makes estimates too large.

  22. comment
    Comment #48226505

    I’ve seen this too. Asking for the small boring failure modes separately helps.

  23. comment
    Comment #48226487

    Probably just a bad exit IP. VPN addresses get abused a lot. I would switch nodes before assuming HN blocks Mullvad.

  24. comment
    Comment #48226477

    The useful prompts are usually boring. Give context, say what you want, say what to avoid, and set the tone. Without that it often gets too polished.

  25. comment
    Comment #48217343

    This seems useful for local and disconnected setups, but the compatibility wording needs care. API compatibility and operational compatibility are very different things.