Live data from Hacker News

Viewing profile — poppadom1982

poppadom1982

HN member
Joined
Sat, Mar 21, 2026, 10:30 AM UTC
HN karma
8
Public activity
11 items

About poppadom1982

No profile information was provided.

Recent public activity

  1. comment
    Comment #48696562

    It's a nice idea but the C portion expects an array of unknown size, no bounds checking possible at all and it's also not returned how large the PNM image is. I also don't understa…

  2. comment
    Comment #48443259

    Which ones?

  3. comment
    Comment #48411841

    [flagged]

  4. comment
    Comment #48320363

    [flagged]

  5. comment
    Comment #48206771

    You're missing the point. Volatile forces two loads of a value that may have changed in the middle. So the value of "x" may depend on the time/order of load.

  6. comment
    Comment #48189903

    Wow, this is awful

  7. comment
    Comment #47583576

    Open source and free software isn't the same thing. Nobody made a claim on Java either, until someone did. I just distinctly remember explicitly not exploring D for that reason. Al…

  8. comment
    Comment #47577241

    Yeah dude but you've really marketed D poorly. I remember looking at D what must be 15 years back or so? And I loved the language and was blown away by its beauty and cool features…

  9. comment
    Comment #47499924

    My point is, in your exact example both reinterpret_cast and C-style casts have the exact same behavior, making the example bad. If you want to showcase a deficiency of C++, it wou…

  10. comment
    Comment #47499613

    I'm not sure what you're getting at but const bool z = (const bool)((int8_t)2); Is perfectly valid C++.

  11. comment
    Comment #47465814

    > The Core Idea > Enter X > How It Works (Without the PhD) > Why Y Should Care ...and an incredibly handwavy shallow explanation of why this actually works ("Through a clever seque…