Viewing profile — disappoint
disappoint
HN member- Joined
- Fri, Dec 05, 2025, 3:35 AM UTC
- HN karma
- -6
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About disappoint
No profile information was provided.
Recent public activity
-
comment
Comment #46157838
[flagged]
-
comment
Comment #46157834
[flagged]
-
comment
Comment #46157820
[flagged]
-
comment
Comment #46157796
[flagged]
-
comment
Comment #46157750
And it can easily be more than 5%, since some projects both have lots of large unsafe blocks, and also the presence of an unsafe block can require validation of much more than the …
-
comment
Comment #46156720
Google's Android teams also categorize old C code as C++, and mix gotos into their modern C++ code.
-
comment
Comment #46156711
> This could happen in every language ever made. It has nothing to do with rust. Except it does. This also has to do with culture. In Rust, I get the impression that one can set it…
-
comment
Comment #46156675
SAFETY comments do not magically make unsafe Rust correct nor safe. And Miri cannot catch everything, and is magnitudes slower than regular program running. https://github.com/rust…
-
comment
Comment #46156650
Please explain the differences in typical aliasing rules between C and Rust. And please explain posts like https://chadaustin.me/2024/10/intrusive-linked-list-in-rust/ https://news…
-
comment
Comment #46156606
[flagged]