Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Paulo75
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
Show HN: Cova – Finds and fixes monitoring blind spots across your stack
(getcova.ai)
1 points
by
Paulo75
5mo ago
|
0 comments
2.
▲
by
Paulo75
6mo ago
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 automatic /critic and /janitor skills are th
3.
▲
by
Paulo75
6mo ago
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 difference the rule engine, performance, or something else? Always
4.
▲
by
Paulo75
6mo ago
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 entire stack but couldn’t find one, so I built it. Cova sca
5.
▲
Cova – Audit your monitoring stack for blind spots
(getcova.ai)
1 points
by
Paulo75
6mo ago
|
1 comments
6.
▲
by
Paulo75
6mo ago
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 your workflow. This just watches what you watch. Feels ob
7.
▲
by
Paulo75
6mo ago
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 for migratory species that are only in your region for a few
8.
▲
by
Paulo75
6mo ago
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!
9.
▲
by
Paulo75
6mo ago
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 count and warns you when you're approaching your limit
10.
▲
by
Paulo75
6mo ago
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 account gets flagged, they lose everything overnight. No
11.
▲
by
Paulo75
6mo ago
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 someone manipulating the electrical signals at the right micr
12.
▲
by
Paulo75
6mo ago
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 cells in the human retina. The whole algorithm is basic
13.
▲
by
Paulo75
6mo ago
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 a model into 2, does makemigrations detect that correc
14.
▲
by
Paulo75
6mo ago
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 make it useful for teams that maintain a lot