4

!Rant
What a wonderful morning. Muffin gets real angry if I don't​ go for a early walk with him. And tbh I like it too, when I get back I can grab my cup coffee and start coding.
What's your boot routine?

Comments
  • 2
    boot:
    if (workingday)
    {
    wakeup(7)
    leavetowork(7:30) // breakfast is for the weak
    work(8hours,nopause) // fuck launch
    gohome() && grabshittoeat()
    eat()
    pcuntil(1am)
    } else {
    wakeup (10)
    pcuntil(5pm)
    eatsomeshit()
    playgamesuntil(5am)
    }
    sleep()
    goto boot
  • 1
    Often there is not enough time for such a boot, thats why I'm instable for the rest of the day.
  • 1
    @DivByZero I understand and that's one of the points that made me work from home and be able to better enjoy the full extend of my days. Unfortunately I know that this is not always possible, but it's what I aim for :)
  • 0
    @runfrodorun that's a hell of a boot! I which I had your badassness hahaha
  • 1
    >Wake up
    >Decide if I'm awake enough to get up, or if I need to
    >Go into kitchen and pour coffee (or make more if none is in pot)
    >Sit at computer if I am awake enough to actually do anything​ (and wait for coffee)
    >Goof around online until the coffee machine goes off
    >Pour coffee and cream it
    >Sit down at desk, drink coffee and goof around until I decide I actually want to pursue my career
    >Be happy (mostly because of coffee)
Add Comment