Viewing profile — chilljinx
chilljinx
HN member- Joined
- Mon, Jun 15, 2026, 5:19 PM UTC
- HN karma
- -6
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About chilljinx
No profile information was provided.
Recent public activity
-
comment
Comment #48544697
[flagged]
-
comment
Comment #48544673
[flagged]
-
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 …
-
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.
-
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…