Here's a realization that scared me to death that I don't procrastinate any more: The whole life only exists in the current moment. The reason being that the past doesn't exist any more, and the future has yet to come into existence. Hence all my life exists only in the current moment. This leads to the conclusion that if I procrastinate for even a bit moment, I'm wasting away all my life. This is the most scary conc…
It seems to me that working away all your life isn't any better that "wasting away" all your life.
At the End of a Procrastinated Day
21–30 of 113 posts
Re: At the End of a Procrastinated Day
#22Re: At the End of a Procrastinated Day
#23For one day, I am allowed to watch as many movies as I want, play chess, do whatever useless and enjoyable I might want. Then I would do variable periods without procrastinating. This could be 1 day, 1 week, 2 weeks, 1 month. It depends on your other priorities, work, family, achievements. During those periods, I have blacklisted the things I usually do when procrastinating. When I go back to my procrastination day, I am very happy since it has been a while I have watched a movie, trailer or play chess.
This is very similar to some drug-addiction techniques, and I found it worked for me very well. If you feel bad and haven't tried that yet, try that and let me know how it went.
Re: At the End of a Procrastinated Day
#24For me, procrastination always come from a lack of having a digestible plan of attack. When you find yourself procrastinating, figure out a single next step for your project, one single feature, or one single task in that feature that needs to be done. If you know what your next step in the project is, you'll have this urge to jump back in and do that task. If you can't find that task, then you need to step back and…
Lately what works best is to clean my room, do the dishes, do laundry, etc. – anything productive and meditative – and when I've had a minor success and calmed down, I find it easier to confront my TODO.txt + .reminders and sort everything out.
Re: At the End of a Procrastinated Day
#25For me, procrastination always come from a lack of having a digestible plan of attack. When you find yourself procrastinating, figure out a single next step for your project, one single feature, or one single task in that feature that needs to be done. If you know what your next step in the project is, you'll have this urge to jump back in and do that task. If you can't find that task, then you need to step back and…
For me it is the next interesting and possibly rewarding step. Just simply knowing what's do be done next doesn't cut it for me when I perceive it as a dull task. Even if I know it can be done in a few minutes I tend to avoid even starting to work on it. I have lots of these little boring things piling up for weeks and I know I'm going to have to finish them one day or another, but for the time being I'm here on HN, following work-related links on twitter, exploring stuff or answering stackoverflow questions.
What works for me is finding something interesting, even way outside of the scope of the project. Anything that could make me start to work with the project I should be working on. From there, as soon as I catch the flow, I usually can go to fixing bugs and doing the tasks I have avoided doing for days. I spit code like mad, close a dozen of tickets in an hour, fix things only I knew were broken, doing these final touches here and there. And suddenly even these annoying things start to be highly rewarding, because finishing any of them - and most of them take very little time and effort to complete - makes me feel I've accomplished something and started to dig out of the hole I dug myself in.
Then the work day is over, or a distraction comes, I go to a meeting etc, and the next five minute task turns into countless hours of procrastination, followed by finding that itch to scratch which puts me back on the track again.
tl;dr: I have to buid elaborate scenarios to lure me into doing anything tangentially related to the project (but funny/rewarding/explorative) from where I can move to the real, but somehow boring tasks.
Re: At the End of a Procrastinated Day
#26Re: At the End of a Procrastinated Day
#27For me, procrastination always come from a lack of having a digestible plan of attack. When you find yourself procrastinating, figure out a single next step for your project, one single feature, or one single task in that feature that needs to be done. If you know what your next step in the project is, you'll have this urge to jump back in and do that task. If you can't find that task, then you need to step back and…
Here are some painless quick-wins:
1. Make a list of things you would like to accomplish the following day BEFORE you go to bed. Prioritize it. Then close your eyes and visualize the next day. Start from the moment you wake up. Wakeup -> Bathroom -> Coffee -> Get Dressed -> Check email -> Commits to GitHub -> etc... Visualize everything. Watch the following day like a movie in your head. Do it every night.
When you wake up you'll know exactly what to do. You'll feel focused and ready to make things happen for yourself.
2. Set goals. Make plans. What would you like to achieve in day? One week? One month? How about in the next 10 minutes? I'm sure there is something you have been putting off that you could accomplish in 10 min. Just work hard for the next 10 minutes.
Start now. Right now. Ok, Go. 10 minutes. That's it.
3. Oh, you are still reading? Well, watch these: http://www.youtube.com/watch?v=h1WC6hNTONg (procrastination) http://www.youtube.com/watch?v=wi_zx40B9S4 (vision)
Re: At the End of a Procrastinated Day
#28I have been fighting somewhat winning battle with procrastination and it sums up to a few things, key ones are: - get a good nights sleep, having less then 8 hours of sleep lowers your IQ and therefore doing complex and rewarding work its a catch 22, you go home feeling bad fret go to bed late. - make a plan before you go to sleep for the next day, visualize, conceptualize results in your head - feel the accomplished…
Most of the time I'm not actually working on the math part of what I do (building data analysis applications), I'm working on the glue code. Glue code is terribly boring, but less so when your mind doesn't have the energy to think about more complicated things. Also, TDD really helps because it makes it feel more like a game where dots are XP tokens, but still. Also being sleepy makes me more likely to just say "$#%@ it, I'll just roll it in C" rather than trying to reduce an O(n3) to a O(nlog(n)).
Hmmm. After writing all that out, I came to the realization I need a vacation.
Re: At the End of a Procrastinated Day
#29My trick is mindful meditation, even two or three minutes is often enough to get me back on track.
Re: At the End of a Procrastinated Day
#30Here's a realization that scared me to death that I don't procrastinate any more: The whole life only exists in the current moment. The reason being that the past doesn't exist any more, and the future has yet to come into existence. Hence all my life exists only in the current moment. This leads to the conclusion that if I procrastinate for even a bit moment, I'm wasting away all my life. This is the most scary conc…
After some thought and experimentation, I came to the conclusion that I need external motivation to kick me out of this cycle. Internal motivation doesn't work for me. The things that works better than anything else is setting up my tasks so that other people are dependent on me finishing them.