150
creator
7y

I was working in a small startup with very cool people as a GameDev. One day I turned towards my colleague to tell him about a joke I just read and I saw flames coming out of his CPU. He was so focused on his work that he didn't notice.

I yelled "OH, SHIT' and quickly reached to the main switch and turned it off. Everyone turned towards me to yell at me, but then they saw the flames and everyone ran outside.
After few minutes the flames died. My colleague was in shock to lose his work as the HDD was completely burned.

Comments
  • 27
    He was still worrying about his lost work where in he could have lost his life!! That's dedication and concentration at a new level!
  • 85
    The projects must have been lit AF...
  • 61
    In case of fire
    git commit
    git push
    Leave building
  • 11
    It's a good thing your training allowed you to repsond in an appropriate way - "OH SHIT!" :)
  • 1
    @apex Oh my god.
  • 12
    That's what you get when you use AMD ;)
  • 14
    @singh /usr/bin/fire

    #!/bin/bash
    branch=ohshitfire-$(whoami | tr -d '\n') # everyone pushes to their own branch
    git branch $branch
    git checkout $branch
    git add -A
    git commit -m "building's on fire, sort it all out later"
    git push --set-remote origin $branch

    Source: https://reddit.com/r/...
  • 8
    @singh We were using SVN at that time and the server was near that burning CPU. 🙄
    That's a rant for another time.
  • 5
    @singh (git out)
  • 6
    Probably chose codeigniter as a base framework
  • 2
    @singh
    git add .
    git commit
    git push {current_branch}:fire

    No need to fuckup the current branch
Add Comment