Viewing profile — kspetkov79
kspetkov79
HN member- Joined
- Sun, May 03, 2026, 6:18 AM UTC
- HN karma
- 11
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About kspetkov79
Currently working on MissedRun — simple monitoring for cron jobs and background tasks that fail silently. https://missedrun.com
Recent public activity
- story
- story
-
comment
Comment #48289015
Less code helps, but fewer unclear decisions probably helps more.
-
comment
Comment #48283253
[dead]
-
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…
-
comment
Comment #48269536
I would not treat it as code to merge. It is closer to a rough spec that happens to compile.
-
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.
-
comment
Comment #48263344
The hard part is not packaging the knowledge. It is keeping it current and knowing when it does not apply.
-
comment
Comment #48263339
Cloud cost problems are often just ownership problems with a bill attached.
-
comment
Comment #48263329
They are not stealing the package. They are using it as a door into developer machines, CI, tokens, and customer systems.
-
comment
Comment #48258697
For mail servers, readable configuration is a feature, not just aesthetics.
-
comment
Comment #48258671
AI output is fine as a draft. The mess starts when people ship it without being able to explain the diff.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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.
-
comment
Comment #48238158
A bad metric can look fine at first. Then people get good at moving the number instead of improving the thing.
-
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.
-
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.
-
comment
Comment #48226505
I’ve seen this too. Asking for the small boring failure modes separately helps.
-
comment
Comment #48226487
Probably just a bad exit IP. VPN addresses get abused a lot. I would switch nodes before assuming HN blocks Mullvad.
-
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.
-
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.