Viewing profile — DiabloD3
DiabloD3
HN member- Joined
- Sun, Sep 12, 2010, 6:33 PM UTC
- HN karma
- 47,459
- Public activity
- 8,479 items
- HN profile
- View on Hacker News ↗
About DiabloD3
Recent public activity
-
comment
Comment #49206956
H.261 is from 1988. JPEG is from 1992.
-
comment
Comment #49167078
They can't, unfortunately. Linux's drivers makes that happen, not ffmpeg; ffmpeg merely calls the API. Intel's own first party drivers simply follow the ACPI tables, Linux ignores …
-
comment
Comment #49100325
See the end of https://news.ycombinator.com/item?id=49100144
-
comment
Comment #49100250
It very much is actionable. You might not know this, but the world of software development existed before NPM and Github, and it continues to exist after them. You are not beholden…
-
comment
Comment #49100216
Tell me where I can buy a car for $1k or $2k.
-
comment
Comment #49100175
Every single analysis I've seen done by anyone has basically come to the same conclusion: assuming sane BF16 or Q8 model quant, and BF16 or Q8 KV context quant (ie, not intentional…
-
comment
Comment #49100144
One of the biggest fixes I've seen is just getting rid of traditional sampling. But first, let me say something about quantization, just to get this out of the way. Like, lets say …
-
comment
Comment #49097466
[flagged]
-
comment
Comment #49097431
This is a problem with long context models. To put it as simple and as bluntly as possible: just because they claim you can use 1M tokens in your context doesn't mean its true and …
-
comment
Comment #49097054
[flagged]
-
comment
Comment #49056110
That is called a hallucination.
-
comment
Comment #49027596
I don't understand the joke. Intel has already stated their deal with Nvidia, this came out in December. If you think there will be shipping Druid products, I guess you can find ou…
-
comment
Comment #49016845
What GPU? Its usually Nvidia owners that complain about lackluster Wine/Proton performance.
-
comment
Comment #49016841
Battlemage was still while Pat Gelsinger was CEO, and he was the only real champion of that product, understanding its place in Intel's overall strategy. He doesn't work there anym…
-
comment
Comment #49012452
There will be no future Xe GPUs. Druid, the 4th generation, has been shelved entirely, and all consumer DGPU products, possibly _all_ DGPU products, have been killed for Celestial.…
-
comment
Comment #49011972
A lot of games no longer run properly in Windows, and the only way to keep playing them is with Wine/Proton. Windows performance is also often worse than Wine/Proton's.
-
comment
Comment #49011876
GPU clusters have, largely, no actual value. If anything, you might have to pay to have them disposed of, they don't really have any meaningful used eBay market outside of the rand…
-
comment
Comment #48926189
Neat, can't wait to see a llama.cpp PR for this.
-
comment
Comment #48926156
OnePlus basically already went under a few years back. They merged with Oppo, and ever since its just been rebranded Oppo phones... they're fine, they work, but they're not the mag…
-
comment
Comment #48926148
Skip Samsung, they tend to not honor warranties and are ROM swap resistant. Google is okay for now (I recently got a Pixel 10, its fine, it can run Graphene). Next year Motorola fl…
-
comment
Comment #48904985
Ironically, this is what people claim AI can do with a snap of the fingers. Should be real simple if the HN AI echochamber is right, right?
-
comment
Comment #48904969
I love how people say things like "extension spaghetti", as if all other non-standard APIs have the same problem: hardware gets new features that people want to use from that API, …
-
comment
Comment #48904953
Weird, most people have the exact opposite experience. Having to deal with closed source opaque poorly documented stacks sucks.
-
comment
Comment #48904931
Weird, since the most used open source inference engine is faster on Vulkan on platforms that offer multiple options, with the sole exception being Nvidia, due to poor Nvidia drive…
-
comment
Comment #48904215
Its easier to just get rid of your legacy code entirely and use Vulkan for compute, or have your compiler emit SPIR-V directly. No reason to tie yourself to Nvidia's moat.