Live data from Hacker News

Viewing profile — throwaway892654

throwaway892654

HN member
Joined
Mon, Aug 17, 2026, 5:05 PM UTC
HN karma
-1
Public activity
1 items

About throwaway892654

No profile information was provided.

Recent public activity

  1. comment
    Comment #49334338

    Rust uses affine types, which means that the compiler guarantees that you clean resources (call the destructor) either zero, or one time. If you call it zero times, then the compil…