Live data from Hacker News

Viewing profile — chilljinx

chilljinx

HN member
Joined
Mon, Jun 15, 2026, 5:19 PM UTC
HN karma
-6
Public activity
5 items

About chilljinx

No profile information was provided.

Recent public activity

  1. comment
    Comment #48544697

    [flagged]

  2. comment
    Comment #48544673

    [flagged]

  3. comment
    Comment #48544653

    I do not believe that I agree, and I am not sure about all of your numbers. The borrow checker does add something, but it definitely costs something as well in multiple ways, also …

  4. comment
    Comment #48544571

    Which definition of UB are you using regarding that? Behavior changing based on configuration does not seem like UB, at least if none of the configurations allow for UB.

  5. comment
    Comment #48544344

    Unsafe is not necessary to trigger UB in case no_std is used. Nor if one of the soundness holes in the Rust programming language itself is encountered. Nor if there is UB in one of…