Viewing profile — juliangoldsmith
juliangoldsmith
HN member- Joined
- Fri, Dec 06, 2013, 6:35 PM UTC
- HN karma
- 1,059
- Public activity
- 504 items
- HN profile
- View on Hacker News ↗
About juliangoldsmith
You can contact me at julian@juliangoldsmith.com .
Recent public activity
-
comment
Comment #48745626
The claim isn't so wild when it's a generalist versus a finetune trained specifically on the tasks being benchmarked.
-
comment
Comment #48726535
That benchmark ranks Kimi K2.6 and K2.7 Code near the bottom. Both are below Ornith 35B. It ranks Gemma 4 26B much higher than GLM-5.2. The results don't make much sense.
-
comment
Comment #48722369
It looks like they're comparing Orinth 9B to Qwen 3.5 35B, not Qwen 3.6. I guess it kind of makes sense since it's a finetune of 3.5, but I totally missed until I looked closely. I…
-
comment
Comment #48665692
It should improve agents' action selection by allowing them to evaluate actions' effects before performing them. An agent using only a regular LLM has no real way to predict the re…
-
comment
Comment #48012352
One can only imagine how much money Intel would have made from Optane during the ongoing RAM shortages. It would be absolutely perfect for warm KV cache, and potentially good for M…
-
comment
Comment #47942421
No true Scotsman would ever use binary blobs.
-
comment
Comment #46465442
Blocking by age rating takes out the majority of the classic Disney movies and shows. They only consider the newer CGI stuff "child-friendly".
-
comment
Comment #46454562
The silenced errors aren't guaranteed to be memory leaks or use after frees. There are some situations where memory is being handled properly, but the borrow checker isn't able to …
-
comment
Comment #46377635
It sounds like you were stuck between a rock and a hard place there. Hope the Rust integration goes well.
-
comment
Comment #46377035
>trading off for speed If speed is a concern, why did you all stick with Synapse (essentially single-threaded due to the GIL) over moving to Dendrite? As far as I can tell, Dendrit…
-
comment
Comment #46376836
It doesn't appear to be open source, so users have no control or lasting guarantees of privacy.
-
comment
Comment #46057494
As someone who as attempted to use React Native for Windows, I can tell you that the "native" XAML doesn't make things any better. If it was using web technologies I wouldn't need …
-
comment
Comment #45575621
"Hard Refresh" and "Airglow" made it onto my "On Repeat" playlist almost immediately.
-
comment
Comment #45346327
I'd use caution with the Mi50s. I bought a 16GB one on eBay a while back and it's been completely unusable. It seems to be a Radeon VII on an Mi50 board, which should technically w…
-
comment
Comment #45318466
I've been using Azure AI Foundry for an ongoing project, and have been extremely dissatisfied. The first issue I ran into was with them not supporting LLaMA for tool calls. Microso…
-
comment
Comment #42826512
What is it that makes higher order derivatives less useful at high dimensionality? Is it related to the Curse of Dimensionality, or maybe something like exploding gradients at high…
-
comment
Comment #42800336
It works out of the box without jumping through any hoops, and the fact that it has an OpenCL backend means it can run on a wide variety of hardware. I don't know of any other auto…
-
comment
Comment #42793571
If we were dealing with pure cosmic background radiation, or inside a Faraday cage, sure. What I'm referring to are things like radio broadcasts, 60 Hz hum from power lines, noise …
-
comment
Comment #42793420
How does Tinygrad fall short? Performance is fine [0]. It's much smaller than Pytorch and all, but that's kind of in the name. I've been hearing about MLIR and OpenXLA for years th…
-
comment
Comment #42793283
AMD's hardware might be compelling if it had good software support, but it doesn't. CUDA regularly breaks when I try to use Tensorflow on NVIDIA hardware already. Running a poorly-…
-
comment
Comment #42762591
>How does the disconnected audio input of any random PC or thinclient compare? That will give you RF noise, which isn't really random.
-
comment
Comment #42748907
Most debit cards in the US can be run either as debit or credit. Debit transactions require a PIN, but credit transactions don't.
-
comment
Comment #42511763
The search engine they linked to happens to provide a significant portion of Mozilla's revenue.
-
comment
Comment #42495539
That Wikipedia page explicitly states that the public has never subsidized damage from a nuclear accident. Nuclear energy companies are required to have $450M in private insurance …
-
comment
Comment #42303329
Rank in the array language terminology seems to be synonymous with tensor order (sometimes called tensor rank). Ken Iverson (APL's creator) was a mathematician, so I'm not that sur…