Viewing profile — BillStrong
BillStrong
HN member- Joined
- Sun, May 17, 2026, 2:16 AM UTC
- HN karma
- 20
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About BillStrong
No profile information was provided.
Recent public activity
-
comment
Comment #48391849
That is a relatively simple system. It cuts out use cases. For instance, history, newer information is mixed with older authoritative information. The same thing for religious inst…
-
comment
Comment #48345825
Already predicting which versions to avoid, huh.
-
comment
Comment #48345806
Yes, much higher computation required to encode it, and decode it, both.
-
comment
Comment #48344431
It is still ironic to me that my Steam Deck has decode AV1 acceleration, on a really old CPU/GPU combo.
-
comment
Comment #48344422
Essentially all of the processing of the video data, barring the container format which the CPU uses to know what part of the data to send to the GPU or the Audio chip or codec. An…
-
comment
Comment #48293549
Yes and no. It is just Zig, but that is the advantage. And compiling it to an special function that could work as an end seems to be a doable thing, so you would just have to have …
-
comment
Comment #48279511
They work better for coding workloads. Essentially, the more regular the output, the more the faster model gets right, the less the big model has to do. Writing tends to have more …
-
comment
Comment #48275239
It does to an extent. One thing I will give AI, because of the nature of LLMs, you are essentially arguing with the median level of the input that trained the model. So, for someon…
-
comment
Comment #48248693
As long as you don't keep calling out to the CPU, that is. Tool calling, searches, cache movement if used, and even debug steps all stall the GPU waiting for the CPU. There was a t…
-
comment
Comment #48189114
Even in humans, negative stimuli carries more weight than positive, in the general case. Without reading it yet, my first thought would be to test a general ratio, something simila…
-
comment
Comment #48182997
Look on HuggingFace, there is a template that is supposed to fix the updates for the Qwen Models. https://huggingface.co/froggeric/Qwen-Fixed-Chat-Templates Maybe will help you?
-
comment
Comment #48169030
I think the article misses the actual point? The browser is faster because they went native, in particular, GPU. Every issue described is text rendering related. Everyone. And I wo…
-
comment
Comment #48165525
Have you thought about Zig? If you limit it to CompTime, isn't that just a scripting language that happens to be compiled to binary?