Viewing profile — thorian1828i03
thorian1828i03
HN member- Joined
- Sat, Aug 22, 2026, 2:30 AM UTC
- HN karma
- 0
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About thorian1828i03
No profile information was provided.
Recent public activity
-
comment
Comment #49396231
Gemini has been watermarking for like a year and doesn't have the same problems.
-
comment
Comment #49396212
> The same thing with metric cardinality: by default, only report metrics in a fully aggregated manner. But do tell the monitoring system how they can potentially be broken up if n…
-
comment
Comment #49396148
One strategy do to do that is to trace everything by default and select what to sample later, e.g. https://grafana.com/docs/grafana-cloud/observe-and-act/adapt...
-
comment
Comment #49396087
Not true at all! Most of the HTTP APIs, and a good chunk of the webapps, that I've worked on can be defined as a combination of an API spec that carves out valid and invalid behavi…
-
comment
Comment #49396052
Writing a benchmark test is about 100x to 1000x easier than writing optimizations. A benchmark test can be as simple as: func Benchmark(b *testing.B) { for range b.N { runCodeUnder…