36

Russian Roulette - Developer Edition:

Have a random generator for a number between zero and one hundred. Every developer present picks a unique number.

The generator must then reroll until somebody's number of choice is the result. It is now this person's responsibility to begin an untested deployment at 4:59pm the next available Friday.

Comments
  • 4
    I would use the /dev/random file to achieve this :D
  • 4
    I've got a better idea, everybody run "[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo *Click*" on a production box at 4:59 today.

    Who's with me?
  • 2
    i'd do this but: I don't have any work (im underage so...) and you forgot the 'sudo' so there's no big risk :D
  • 1
    just add this:
    if (rouletteNumber==myNumber){
    rouletteNumber=getRandomNumber();
    }
Add Comment