Debugging My Brain: Why Procrastination is Actually an 'Emotional Regulation' Glitch
Source: Dev.to

Introduction
As a backend developer, I’m used to fixing bottlenecks and optimizing queries. But recently, I realized my biggest performance issue wasn’t in my code—it was in my head.
We often treat procrastination as a time‑management bug, but psychology suggests it’s actually an emotional regulation failure. Our brains aren’t avoiding the work; they are avoiding the discomfort of the task.
The Hardware Mismatch
Why the limbic system (instant gratification) keeps outvoting the prefrontal cortex (the planner).
Temporal Discounting
Why our brain treats Future Us like a separate user with a different permission level.
The Fix
Using the 2‑Minute Rule to bypass the initial system lock.
Visual Breakdown
I’ve made a visual breakdown of this logic here: YouTube Video Link
Discussion
How do you handle System Buffering when you have a deadline? Let’s discuss in the comments.