Viewing profile — rocketrascal
rocketrascal
HN member- Joined
- Wed, May 20, 2026, 11:25 AM UTC
- HN karma
- 11
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About rocketrascal
No profile information was provided.
Recent public activity
-
comment
Comment #48207134
Are you sure? >unsequenced side effects on the same scalar object are UB >6.5.3.3.8 tells us that the evaluations of function arguments are indeterminately sequenced w.r.t. each ot…
-
comment
Comment #48206257
You can't make any useful software in "Portable C" - or any portable language for that matter. Side effects matter, and they are always non-portable/implementation defined/dependen…
-
comment
Comment #48206091
You can fail to verify something which you actually wanted to verify (i.e you made a proof of something else instead of the thing that mattered). See WPA2 KRACK as an example.