Live data from Hacker News

Viewing profile — ameliaquining

ameliaquining

HN member
Joined
Wed, Jul 06, 2016, 3:14 AM UTC
HN karma
3,644
Public activity
1,124 items

About ameliaquining

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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.

  4. 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.

  5. comment
    Comment #49215116

    Nobody is claiming that any currently-existing LLM is more dangerous than nuclear weapons.

  6. 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…

  7. 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…

  8. comment
    Comment #49191121

    Was it this one? https://docs.google.com/spreadsheets/d/e/2PACX-1vRPiprOaC3Hs...

  9. 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…

  10. 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…

  11. comment
    Comment #49163822

    How do you know?

  12. 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…

  13. comment
    Comment #49163283

    You really think the big American labs are distilling each other? That surprises me.

  14. 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…

  15. 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…

  16. 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…

  17. 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/…

  18. 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.

  19. 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.

  20. comment
    Comment #49158349

    How do native exceptions work in Delphi?

  21. 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…

  22. 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…

  23. 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…

  24. 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…

  25. comment
    Comment #49150774

    And why not? Is there any particular reason people will still need to care about this a year later?