Live data from Hacker News

Viewing profile — disappoint

disappoint

HN member
Joined
Fri, Dec 05, 2025, 3:35 AM UTC
HN karma
-6
Public activity
10 items

About disappoint

No profile information was provided.

Recent public activity

  1. comment
    Comment #46157838

    [flagged]

  2. comment
    Comment #46157834

    [flagged]

  3. comment
    Comment #46157820

    [flagged]

  4. comment
    Comment #46157796

    [flagged]

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

  6. comment
    Comment #46156720

    Google's Android teams also categorize old C code as C++, and mix gotos into their modern C++ code.

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

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

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

  10. comment
    Comment #46156606

    [flagged]