Viewing profile — regularfry
regularfry
HN member- Joined
- Tue, Jan 06, 2009, 6:32 PM UTC
- HN karma
- 9,300
- Public activity
- 4,863 items
- HN profile
- View on Hacker News ↗
About regularfry
No profile information was provided.
Recent public activity
-
comment
Comment #49155406
Any org large enough to have separated the people responsible for the security exposure of the organisation from the developers with familiarity of what's deployed is likely to hav…
-
comment
Comment #49154071
The bottleneck is very rarely the typing.
-
comment
Comment #49153823
Oh, I'm sure. If it wasn't a bit of a tricky needle to thread we'd have seen them start to do it already.
-
comment
Comment #49153198
Cowork is to work as coding is to... ding?
-
comment
Comment #49153186
If you're literally using it as code autocomplete that's not functionally true. But it's still neither well specified nor a good idea.
-
comment
Comment #49153165
For certain specific uses. As a consumer I can still buy Huawei phones. As a business I can still buy Huawei routers, if I feel so inclined.
-
comment
Comment #49153133
With their current API approach they're essentially a commodity. They need to start moving parts of the harness behind the API, otherwise they'll remain a commodity. Recursive self…
-
comment
Comment #49120315
It's good but (at least on openrouter) it's got an annoyingly tight output token limit. So if it does get stuck in a reasoning pit, it won't work its way out of it in time. It's re…
-
comment
Comment #49107333
For me it's more an expression of how much mileage you can get out of "glorified", how many tasks devolve down to "if you model language accurately enough, look what drops out" bec…
-
comment
Comment #49107313
The wikipedia definition is: > ...a hypothetical type of artificial intelligence that matches or surpasses human capabilities across virtually all cognitive tasks. You can argue th…
-
comment
Comment #49107267
I've just grabbed myself a Nape Pro trackball. It's really quite neat. ZMK firmware (which was actually the main thing I wanted) and a configurable positioning angle. I'm still get…
-
comment
Comment #49099539
Control vectors for the win? It feels like the way to fix this is to pull out a control vector immediately after processing the handbook and use that to steer later inference. That…
-
comment
Comment #49085617
CSG on meshes isn't really where FreeCAD struggles or focuses. That's more BRep, which is a harder problem than CSG. Blender used to struggle with boolean operations, though. Seems…
-
comment
Comment #49082500
When did you try it? I got a bit confused by your comment because there's no obvious reason why the accelerometers in an android phone would have a problem reporting forward/backwa…
-
comment
Comment #49082290
If you're needing to share code for domain objects between microservices something has gone badly wrong.
-
comment
Comment #49082279
The very first time I came across the term, it was used to refer to something so small that you'd comfortably rewrite it rather than fix it if it was wrong.
-
comment
Comment #49082251
It's not just the modular organisation that you've got to get right though, although that's definitely a big thing. Deployment independence matters too: if I've got a perfectly mod…
-
comment
Comment #49082220
One team owning many services is fine, as long as they can deploy them independently of any other team. Less critical (but still useful) is being able to deploy their own services …
-
comment
Comment #49045946
This isn't mimicking what a human would do, because it is an exceedingly rare human who would write their own renderer for a task needing a CAD file generating. The human who is ca…
-
comment
Comment #49032188
The whole point is that if you don't maintain high quality, any software will degrade to the point where the factory breaks. "Human-quality" here isn't quite the right measure beca…
-
comment
Comment #49009955
I got usable token rates (10-20tps from memory, so marginal) with the Qwen A10B a while back, well before all the new speculative speedups landed in llama.cpp. There's an unmerged …
-
comment
Comment #49005365
What's your hardware? I've got 64GB RAM and a 4090 here, wondering if it's worth a play.
-
comment
Comment #49005266
Couple of other more businessy reasons: - SynthID hides the watermark in the sampling RNG. No randomness -> no watermark. - If you want to distil on the model outputs, you want tem…
-
comment
Comment #49003359
The team. The organisation. The reviewer, if they care about team throughput.
-
comment
Comment #48989777
That is the context switch I'm referring to. It's worth the reviewer suffering a 15 minute (say) flow state loss to avoid the multiple hours the ticket would otherwise have been wa…