logoalt Hacker News

bdangubiclast Friday at 6:47 PM1 replyview on HN

  if (cosmic_ray) {
     do_not_flip_bits()
  } else {
     flip_away()
  }

Replies

rjp0008last Friday at 8:29 PM

What if in the time between initialization of cosmic_ray to False, and the time this if statement executes, a legitimate cosmic ray flips the bool bit representing cosmic_ray?

show 3 replies