Short teaser
Have you ever heard the story of the procrastinating robot on Mars?
Expanded story
Hundreds of people asked me to elaborate on the strategies.
Thrashing refers to the computational process of using 100% of your CPU power to decided what task to do and move stuff around without making progress on it and getting stuck in a loop, a computational loop.
Dictionary definition:
thrashing /thrăsh′ĭng/ [Wikipedia]
- Action of the verb to thrash.
- A beating, especially a severe one.
- (slang) A heavy defeat.
- (computing) Excessive paging within virtual storage, causing priority inversion.
Techniques
You can use techniques to optimise the small finite amount of executive energy you have to work with or expand and increase the amount of executive energy you have available.
The “brain dump”
Your scheduling algorithm is overwhelmed, you don’t have the abilitiy to pick a task, so in the Head Clearer section you write down every single thing that’s in your head. And you try to distinguish everyhing that is in your head, the Head Clearer, [from] what you are about to do Now.
And the rule is that you can’t write anything into the Now box until you’ve scribbled every last thing that is in your brain in this particular thrashing session.
Optimise existing executive energy
Core tools:
- KT - Kill Task (5:00)
- Decide what you’re definitely not doing today
- RT - Random Task (comment)
- Roll a dice or use a random number generator or somehow just pick something
- OA - Order Assigned (comment)
- Prioritize the oldest assigned task
- OD - Order Due (5:22)
- Which of the tasks influence if you have to do other tasks?
- Do in order so you potentially kill other tasks
- HF - Helper Function / NTS - Name the steps (7:39)
- Break down tasks in smaller incremental steps
Focus tools:
Support tools:
- EA - [effective action]??? (comment 1, commnent 2)
- BD - Body Doubling (commnent)
- NTS - (see above)
- JS - Just Start (10:14)
Not in the template:
- Pajama videos / Mar the Canvas (10:44)
- Mess up on purpose in the beginning to get over perfectionism
From the comments:
- ≤ 5 min (comment)
- If it takes 5 min or less, do that task now