Viewing profile — comex
comex
HN member- Joined
- Wed, Apr 14, 2010, 11:11 PM UTC
- HN karma
- 20,718
- Public activity
- 4,948 items
- HN profile
- View on Hacker News ↗
About comex
https://mas.to/@comex
https://github.com/comex
[ my public key: https://keybase.io/comex; my proof: https://keybase.io/comex/sigs/zqyU4M2sWbnebjbK6rSSPEKZTFCW-LzNNW4ODMbaOOM ]
Recent public activity
-
comment
Comment #49203904
The parent isn’t looking for pure walking, they’re looking for transit directions that include a higher amount of walking in order to save time overall.
-
comment
Comment #49141663
At work I recently credited Claude with writing some of the tests in my PR. Why? Partly to apologize for the verbosity of the tests making them harder to review. Partly to set expe…
-
comment
Comment #49119189
If the model was just too dumb to have any clue it was connected to the real internet, then it’s not its fault. If the model saw signs, but “subconsciously” (below the level of rea…
-
comment
Comment #49080245
The review does in fact use the phrase “sex scenes”. Not that I disagree with your latter point.
-
comment
Comment #49066251
The problem is that this stops working once you have multiple assignments to err in the same function.
-
comment
Comment #49053014
If OpenAI is relying on “classifiers” (their word for what was disabled) to serve as the model’s judgement, rather than teaching the model itself to be well-aligned, then I worry. …
-
comment
Comment #48994837
The paper you linked doesn’t reveal blurred versions of the images being hashed. It does train a classifier to determine which of 1,000 ImageNet classes an image belongs to, which …
-
comment
Comment #48915076
No, it's a for loop that happens to include an unrelated variable declaration.
-
comment
Comment #48885495
This can be used to fingerprint version range, but so can a million other things. Browsers are constantly adding new features and fixing bugs, most of which can be detected from Ja…
-
comment
Comment #48883498
It is still meaningfully cross-platform to support all 3 major desktop platforms rather than just one.
-
comment
Comment #48856192
I addressed some of these points in my reply to a sibling comment: https://news.ycombinator.com/item?id=48856158 I may have been a little overly specific, since there are other iss…
-
comment
Comment #48856158
You’re thinking at the wrong scale. Rust allows circular dependencies just fine, within modules in a crate. And it’s extremely common for modules within a crate to have at least so…
-
comment
Comment #48855821
> The issue is just that coding anything which uses shared memory is a lot of work. Doesn’t that kind of prove the parent’s point though? In theory shared memory can do anything th…
-
comment
Comment #48841283
The forbidding of circular dependencies is exactly what makes it hard to achieve parallelism! It means you have to draw nice clean module boundaries and split your compilation unit…
-
comment
Comment #48840616
I wonder how this post was composed. It's full of LLM-isms, but is also pretty informative and not too fluffy - basically, higher-quality than I'm used to seeing from LLM blog post…
-
comment
Comment #48767061
I don’t know about “almost all”. If the key has been purged but you can read RAM, then you can do two things: 1. You can extract whatever user data happens to be in RAM. 2. If you …
-
comment
Comment #48580748
> It just seems much much higher than what it would cost to get a human to play 30 rounds I suspect $482 was the total cost for all the models, so more like 11 humans. But still tr…
-
comment
Comment #48519468
It happened a year ago in this country, with IRS sharing data with ICE (breaking a longstanding policy of keeping taxpayer data private within the government).
-
comment
Comment #48511793
Beware: As of a few months ago, when I tried to use the lifetime features shown off in this post, I ran into constant compiler crashes with very simple programs, until I gave up an…
-
comment
Comment #48500237
Disabling SIP still leaves the root filesystem as read-only and signature-checked (this is referred to as SSV, 'signed system volume'). There is a separate command to disable SSV, …
-
comment
Comment #48500118
It's true that UEFI and ACPI cover a lot of ground whose equivalent on Apple Silicon is undocumented. But note that Linux on x86 does still rely on lots of reverse-engineered drive…
-
comment
Comment #48500029
Gotta walk before you can run.
-
comment
Comment #48449293
Yes. [1] [1] https://www.apple.com/newsroom/2026/06/due-to-dma-siri-ai-de...
-
comment
Comment #48449275
It's because of the DMA. [1] The "privacy" angle here is that Apple wants to give Siri access to user data across the system, without offering any way for competitors to get at tha…
-
comment
Comment #48448352
Not that Raymond.