home  /  blog  /  context-switching

Context Switching

August 16, 2023 (3y ago)

     

285 Words

     

2 Min Read

Disturbance create context switch

The Science of Time Management Flow is the absence of context

Solution

  • The obvious one — Minimize interuptions
  • The least obvious one — group them (tasks) — Interrupt Coalescing, a.k.a Batching
    • If no such thing that require a response more urgently than once an hour, say, than that is exactly how often you should check them. No more.
    • Rather than dealing things as they comes up, the system group interaction together, based on how long they can afford to wait.
    • Deffering interruptions lets a system check everything at once, then quickly re-enter a lower-power state

Summary

  • Spend less time prioritizing and more time doing
  • Minimize interruptions
  • Batching / Intterupt coalescing — group interruptions by how long you can afford to NOT do them and do them in that amount of time
Home
Home
Experiences
Experiences
Blog
Blog
Experiments
Experiments
Pure
Pure