Live data from Hacker News

Viewing profile — queejjd

queejjd

HN member
Joined
Fri, Dec 19, 2025, 12:51 PM UTC
HN karma
-1
Public activity
5 items

About queejjd

No profile information was provided.

Recent public activity

  1. comment
    Comment #46326501

    [flagged]

  2. comment
    Comment #46325951

    > There can be soundness bug inside your abstraction, but it will be a massively smaller surface for auditing and expert required to write such abstraction. If all of the Vec has t…

  3. comment
    Comment #46325396

    What features do you like the most in Rust? Are pattern matching and enums some of them?

  4. comment
    Comment #46325363

    If a logic bug inside Vec and outside any unsafe blocks inside Vec happens, and that logic bug violates any invariants and requirements of the unsafe blocks, that can cause memory …

  5. comment
    Comment #46325329

    Two questions: Why was the fix to this unsafe memory safety bug [0] only changes to code outside of unsafe Rust blocks?[1][2] Why does the Rustonomicon[3] say the following? > This…