Live data from Hacker News

Viewing profile — kringlezz

kringlezz

HN member
Joined
Mon, Feb 03, 2025, 11:10 AM UTC
HN karma
1
Public activity
2 items

About kringlezz

No profile information was provided.

Recent public activity

  1. comment
    Comment #42917485

    >There's no way the compiler can run that, because it doesn't know what x is (indeed, it would have a different value every time you run the function with a new argument). So your …

  2. comment
    Comment #42917103

    Move semantics is only needed because C++ introduced implicit copies (copy constructor) and they of course fucked it up my making them non-destructive so they aren't even 'zero cos…