Viewing profile — poppadom1982
poppadom1982
HN member- Joined
- Sat, Mar 21, 2026, 10:30 AM UTC
- HN karma
- 8
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About poppadom1982
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #48443259
Which ones?
-
comment
Comment #48411841
[flagged]
-
comment
Comment #48320363
[flagged]
-
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.
-
comment
Comment #48189903
Wow, this is awful
-
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…
-
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…
-
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…
-
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++.
-
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…