Viewing profile — ameliaquining
ameliaquining
HN member- Joined
- Wed, Jul 06, 2016, 3:14 AM UTC
- HN karma
- 3,644
- Public activity
- 1,124 items
- HN profile
- View on Hacker News ↗
About ameliaquining
No profile information was provided.
Recent public activity
-
comment
Comment #49216811
No, I'm saying that you're conflating current LLMs with future ones. The 2018 date was an indication that Musk wasn't referring to any specific already-existing LLM, since there we…
-
comment
Comment #49216788
Most users of coding agents do want the agent to edit their code, and don't want to have to click something before every edit. If you want something different, that's why it's a se…
-
comment
Comment #49216104
Leaving aside any questions of Musk's credibility, he was not referring to any existing LLM, as should be evident from the 2018 date in the URL.
-
comment
Comment #49216079
Announcement post is https://claude.com/blog/auto-mode-default-in-claude-code , link should probably point there instead of the tweet.
-
comment
Comment #49215116
Nobody is claiming that any currently-existing LLM is more dangerous than nuclear weapons.
-
comment
Comment #49213323
Well, yeah, I would not expect indexing (on the standard library types) to be usable within a no-panic function, because panicking on out-of-range inputs is what those operations d…
-
comment
Comment #49205498
Pretend for a moment, then, that I've never worked in a unionized industry and everything I know about unions is from the media environment that you say is untrustworthy. I think i…
-
comment
Comment #49191121
Was it this one? https://docs.google.com/spreadsheets/d/e/2PACX-1vRPiprOaC3Hs...
-
comment
Comment #49184556
Cloudflare OS does have the important risk-mitigating feature that you can fork it if the vendor becomes hostile to your interests. You can't really do that with managed services l…
-
comment
Comment #49170801
It's actually quite straightforward to write a TryFrom impl that returns Err if the conversion fails (i.e., if the input floating-point value is infinite, NaN, or out of range of t…
-
comment
Comment #49163822
How do you know?
-
comment
Comment #49163814
Nitpick: Rust doesn't panic in this situation, it saturates (i.e., returns the largest possible value for the given integer type). Among other reasons, because a lot of existing pr…
-
comment
Comment #49163283
You really think the big American labs are distilling each other? That surprises me.
-
comment
Comment #49163255
Out of curiosity, is there some reason it would be harder than I'm imagining? It seems like a fairly straightforward type-system feature. (I.e., it would be a lot of work, but only…
-
comment
Comment #49163138
I had read that post, but IIUC it doesn't address the kind of backcompat issues that I meant to be referring to (the ones that would apply even if there was only ever going to be o…
-
comment
Comment #49158709
My sense of sentiment in the project right now is that people want to keep the invariant that assignment (to an ordinary memory location) is always just a memcpy and never calls ar…
-
comment
Comment #49158490
The people working on this are aware that it poses backcompat problems that don't have obvious solutions. They are looking into non-obvious solutions. https://lcnr.de/blog/2025/11/…
-
comment
Comment #49158459
We already have a Vec whose size can't change, it is called Box . So Vec doesn't need to support !Move types.
-
comment
Comment #49158410
This is not currently a project goal. As with many things in the Rust project, it could be, if someone wanted to step up and dedicate the required engineering resources.
-
comment
Comment #49158349
How do native exceptions work in Delphi?
-
comment
Comment #49158315
They recognize that there's going to have to be some kind of compatibility or migration story for existing APIs based on Pin, but have decided to punt that question to next year. F…
-
comment
Comment #49158264
I think this one might be at greater risk than usual of being dropped, because it's explicitly mutually exclusive with another accepted project goal (pin ergonomics): https://githu…
-
comment
Comment #49157955
AGPL software is in practice always gratis, because anyone who has a copy can post it on the internet where anyone can download it. The monetization benefit of AGPL is that it make…
-
comment
Comment #49150797
I think the problem is that, once you get good enough to reliably spot AI output at a given level of obviousness, seeing more of it stops being fun and starts being just depressing…
-
comment
Comment #49150774
And why not? Is there any particular reason people will still need to care about this a year later?