tu-huynh
tuhuynh
.com
$
Blog

My life's while(true) { routine() }

My life's while(true) { routine() }

wrote
while (true) {
  if (motivation <= 0) {
    takeADayOff();
    continue;
  }
  routine();
}

9am

I’m definitely not a morning person, so when my alarm goes off, I can’t help but stay in bed a little while longer.

10am

Wake up, prepare things, eat breakfast and arrive at work at 10:30.

10:30am

Check emails, check the tickets on Jira and make the day’s todo list.

11am

Coding or meeting/discussion.

12pm

Go for lunch.

1pm

Coffee with Hackernews, Medium, Quora, Slack, VOZ, dramas

2pm

Coding and eating at the same time, also often be distracted by the trash-talking groups.

// Concurrency mode
go func() {
  eatSnack();
}
go func() {
  code();
}
go func() {
  createBugs();
}
go func() {
  trashTalk();
}

6pm

Summarize things, deploy new versions to beta, and mark the tickets as done. Arrived home at 6:50pm.

7pm

Eat dinner.

8pm

Play with my cat / PS4 (90% time for FIFA19 lol) / Watch Netflix / Walk

10pm

Build daed side projects or write stupid blogs in my room or at the pool.

sp

2am

Sleep.