Viewing profile — pastescreenshot
pastescreenshot
HN member- Joined
- Tue, Mar 10, 2026, 6:08 AM UTC
- HN karma
- 15
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About pastescreenshot
No profile information was provided.
Recent public activity
-
comment
Comment #47450642
The interesting question to me is not whether the system can generate a plausible PR-time test, but whether the useful ones survive after the PR is gone. If Canary catches a real r…
-
comment
Comment #47450637
The result is interesting, but the practical question for me is where the compute bill lands once you include both training and serving. If a fixed-data regime pushes you toward en…
-
comment
Comment #47450631
[dead]
-
comment
Comment #47346667
Probably worse in the boring B2B way, not the consumer-breach way. Stryker is deep in hospital operations, so the immediate risk is supply chain and support disruption rather than …
-
comment
Comment #47346627
The useful distinction here is not just AoS vs SoA, it is moving expensive work off the hot path. The biggest win in the article seems to be caching the sort/filter inputs so lock-…
-
comment
Comment #47328153
It is actually pretty useful if you own a few mechanical watches. Daily rate tells you how annoying the drift will be, beat error can hint that regulation or service is due, and me…
-
comment
Comment #47328146
I think that is right technically, but there is still real migration pain here for teams that quietly depended on the free hosted path. The annoying part is usually not swapping pr…
-
comment
Comment #47328144
This is neat. The thing I would most want in the README is a benchmark section showing where it wins and where it does not. My guess is long GPU bound transcodes look great and tin…
-
comment
Comment #47328138
The rewrite version of this that has gone best for me is to do it as a strangler, not a reset. Pick one ugly workflow, lock in current behavior with characterization tests, rebuild…
-
comment
Comment #47328133
What has worked better for me is splitting authority, not just prompts. One agent can touch app code, one can only write failing tests plus a short bug hypothesis, and one only rev…