Live data from Hacker News

Viewing profile — rocketrascal

rocketrascal

HN member
Joined
Wed, May 20, 2026, 11:25 AM UTC
HN karma
11
Public activity
3 items

About rocketrascal

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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.