What's your strategy (those who experienced it)?
Also like all mental health issues, it's not always obvious to you personally that you're off balance. Oftentimes there's no "shit, I'm burned out" realization before some consequence of it hits you in the face.
So for me how do I realize I'm on the edge of burnout? I got to really hate bugs in the software. Not in using it, in implementing it. Try to do one task end to end, seems simple enough. Only 5 or 6 steps to go. But by step two already an exception, crap that used to work some way no longer works the way I knew it. And that's the easy part, at least I'm aware of it's existence. But more often than not, crap pops up that I didn't even know it's there so gotta stop and investigate wtf is going on coze I can't go on with my intended flow till that's fixed.
PUSH ONE LEVEL DOWN THE STACK.
Study the code, figure out what might do and how it should probably behave, only 4-5 steps to go, but by step 3 unexpected exception crap pops up. Can't carry on until that's fixed or understood (maybe I'm just not choreographing the sequence of steps in the exact way required).
PUSH ANOTHER LEVEL DOWN THE STACK.
How deep the rabbit hole (stack) goes? It's not just depth, there's also width. My IQ of 125 is just not enough to keep with this exploding complexity.
Not that I can't solve the problem eventually. But it's sprint after sprint after deadline that was already missed and should have been shipped yesterday and any byzantine problem I solve after pushing my mind to the limit only gets me one sprint away from the next arcane problem.
I want to keep going, but my mind doesn't want no more.
Also like all mental health issues, it's not always obvious to you personally that you're off balance. Oftentimes there's no "shit, I'm burned out" realization before some consequence of it hits you in the face.
So for me how do I realize I'm on the edge of burnout? I got to really hate bugs in the software. Not in using it, in implementing it. Try to do one task end to end, seems simple enough. Only 5 or 6 steps to go. But by step two already an exception, crap that used to work some way no longer works the way I knew it. And that's the easy part, at least I'm aware of it's existence. But more often than not, crap pops up that I didn't even know it's there so gotta stop and investigate wtf is going on coze I can't go on with my intended flow till that's fixed.
PUSH ONE LEVEL DOWN THE STACK.
Study the code, figure out what might do and how it should probably behave, only 4-5 steps to go, but by step 3 unexpected exception crap pops up. Can't carry on until that's fixed or understood (maybe I'm just not choreographing the sequence of steps in the exact way required).
PUSH ANOTHER LEVEL DOWN THE STACK.
How deep the rabbit hole (stack) goes? It's not just depth, there's also width. My IQ of 125 is just not enough to keep with this exploding complexity.
Not that I can't solve the problem eventually. But it's sprint after sprint after deadline that was already missed and should have been shipped yesterday and any byzantine problem I solve after pushing my mind to the limit only gets me one sprint away from the next arcane problem.
I want to keep going, but my mind doesn't want no more.
Last edited: