Hack your motivation
11–20 of 46 posts
Re: Hack your motivation
#12[1] http://www.streakflow.com [2] http://lifehacker.com/5886128/how-seinfelds-productivity-sec...
Re: Hack your motivation
#13Is there any good advice on overcoming procrastination due to social anxiety? Things like phone calls, dealing with unknown people, etc. I have a fear that I am not very knowledgeable about something (like law, or buying some stuff or service) and that others will cheat me, and it causes me problems. Interestingly, if I schedule a meeting, I am willing to handle it, but if I won't, I will try to postpone a lot. And e…
Regarding your fears about your knowledge you can always say in the meeting: "I need to talk to my lawyer about this" and think in background.
Re: Hack your motivation
#14Well, think in byproducts of your current work: are you working on an algorithm that is complex? write an article explaining it after you understand it. Did you find an unknown development library that was very useful to your work, share it! So I see small branches of your current work that produce many deliveries.
Another way to solve the motivation issue is working with someone. This is the core idea on pair-programming.
If someone is interested I have concrete examples about delivering byproducts.
Re: Hack your motivation
#15One thing which I can highly recommend to anyone with motivation problems and help beat the procrastination is pomodoro technique [1]. When I'm stuck or can't make the first move to get into the work mood, I just hit the pomodoro timer. Somehow the ticking clock gives me boost and puts me into hours of productive work. Always! It's the only technique which works 100% in my case. Try it out for yourself. [1] http://ww…
I also built Tomatoes[1] a tool that I suggest to track working time effectively.
[1] http://tomato.es
Re: Hack your motivation
#16A really nice read. I'd also suggest treating one's life as a debugging session once in a while… A few choice `printf` insertions and re-running can sometimes make a world of difference. :)
Can you give more details and maybe examples of this?
Re: Hack your motivation
#17So I say to myself, let me just work on the code for 2 minutes, not more. And believe me, 2 minutes is a long time! By the time the 2 mins is over I don't even notice and continue coding. This also really helps me in guitar practice. Learning a new song, or a a lick is pleasant. It's the mundane repetitive exercises one needs to do to increase the strength and endurance of your fingers. So again I say to myself, let me just do it for 2 minutes. Believe me, on certain days, that 2 minutes ends up to 4-5 hours of practice.
Re: Hack your motivation
#18Is there any good advice on overcoming procrastination due to social anxiety? Things like phone calls, dealing with unknown people, etc. I have a fear that I am not very knowledgeable about something (like law, or buying some stuff or service) and that others will cheat me, and it causes me problems. Interestingly, if I schedule a meeting, I am willing to handle it, but if I won't, I will try to postpone a lot. And e…
Re: Hack your motivation
#19I also like to leave a very small task undone from the previous day to help me get jump-started the next day. So if I'm finishing programming a function and the last line needs to return something, I'll just not write that last line and put a //TODO instead. The next day it helps me get in the groove of writing code after the long break.
When I am working on a book or a story I write every morning as soon after first light as possible. There is no one to disturb you and it is cool or cold and you come to your work and warm as you write. You read what you have written and, as you always stop when you know what is going to happen next, you go on from there.
http://www.theparisreview.org/interviews/4825/the-art-of-fic...
Re: Hack your motivation
#20I also like to leave a very small task undone from the previous day to help me get jump-started the next day. So if I'm finishing programming a function and the last line needs to return something, I'll just not write that last line and put a //TODO instead. The next day it helps me get in the groove of writing code after the long break.
I've heard this phrased as always stop after some sudden progress that makes you eager to do more - as opposed to stopping when you're stuck and giving up: if you're stuck, then when you think of the task it will be in your mind as a bete noire, as opposed to stopping where you've just made some progress and are eager to continue - then it will always be in your mind as something great to return to and make more prog…