We procrastinate because most of the jobs we do are completely mindless, repetitive and boring, and we have to spend so much time doing them. Good luck finding a method to fight that... Unless you're rich and the owner of your own time, in this case you don't need any "motivational" tool. Edit: lobotomy is another solution of course, using pills or any kind of drugs that massively reduce the amount of neurons in the…
The Akrasia Effect: Why We Don’t Follow Through on What We Set Out to Do
51–60 of 157 posts
Re: The Akrasia Effect: Why We Don’t Follow Through on What We Set Out to Do
#52Akrasia and Enkrateia remind me of the dual nature of humans that St. Paul describes in Romans: We know that the law is spiritual; but I am unspiritual, sold as a slave to sin. I do not understand what I do. For what I want to do I do not do, but what I hate I do. And if I do what I do not want to do, I agree that the law is good. As it is, it is no longer I myself who do it, but it is sin living in me. For I know th…
It's easy (or at least easier) to be open and honest about our faults and failures when no one is telling us we'll burn in eternal damnation for them.
Re: The Akrasia Effect: Why We Don’t Follow Through on What We Set Out to Do
#53"I love deadlines. I love the whooshing noise they make as they go by" – Douglas Adams
Re: The Akrasia Effect: Why We Don’t Follow Through on What We Set Out to Do
#54Earlier quoted context omitted.
Ask the question “How can I make the company better right now?” Maybe there is some documentation that needs to be written, or some small bug you ran across the other day, etc
sorry, I meant productive for me, not for the company
Find problems which interest you (for me, that's currently lexers, parsers, lisp, code visualization, tools to make tools to make tools, etc), or parts of the "stack" which you never fully understood (In college we never actually went over how a C function call works, how to read stack frames, etc).
If you don't have any problems at hand to fuel your curiosity, maybe try upping the signal-to-noise ratio of your junk food -- read a programming book instead of reading HN. Small, consistent investments are more important over the long run (30 min / day for months rather than a week-long fugue state).
If books aren't your thing, find a structured series of exercises which you can work through. Project Euler is great. Make-a-lisp is great as well (github.com/kanaka/mal).
Turn what you learn into blog posts, github gists, or flash cards -- distill your knowledge into easily digestible parts so that you can catch yourself up to speed quickly 6 months from now when you need that topic again.
These won't create immediate benefit, but five years from now you will be tremendously more valuable.
Re: The Akrasia Effect: Why We Don’t Follow Through on What We Set Out to Do
#55We procrastinate because most of the jobs we do are completely mindless, repetitive and boring, and we have to spend so much time doing them. Good luck finding a method to fight that... Unless you're rich and the owner of your own time, in this case you don't need any "motivational" tool. Edit: lobotomy is another solution of course, using pills or any kind of drugs that massively reduce the amount of neurons in the…
Adderall is very common I think because it makes it much more tolerable to sit and do boring work.
Re: The Akrasia Effect: Why We Don’t Follow Through on What We Set Out to Do
#56We procrastinate because most of the jobs we do are completely mindless, repetitive and boring, and we have to spend so much time doing them. Good luck finding a method to fight that... Unless you're rich and the owner of your own time, in this case you don't need any "motivational" tool. Edit: lobotomy is another solution of course, using pills or any kind of drugs that massively reduce the amount of neurons in the…
Re: The Akrasia Effect: Why We Don’t Follow Through on What We Set Out to Do
#57Akrasia and Enkrateia remind me of the dual nature of humans that St. Paul describes in Romans: We know that the law is spiritual; but I am unspiritual, sold as a slave to sin. I do not understand what I do. For what I want to do I do not do, but what I hate I do. And if I do what I do not want to do, I agree that the law is good. As it is, it is no longer I myself who do it, but it is sin living in me. For I know th…
Re: The Akrasia Effect: Why We Don’t Follow Through on What We Set Out to Do
#58Akrasia and Enkrateia remind me of the dual nature of humans that St. Paul describes in Romans: We know that the law is spiritual; but I am unspiritual, sold as a slave to sin. I do not understand what I do. For what I want to do I do not do, but what I hate I do. And if I do what I do not want to do, I agree that the law is good. As it is, it is no longer I myself who do it, but it is sin living in me. For I know th…
It's easy (or at least easier) to be open and honest about our faults and failures when no one is telling us we'll burn in eternal damnation for them.
There are numerous statements about death being like sleep, and a second death being permanent and you are just gone, no torture.
One metaphorical story sort of implies one person was burning, so I think that is why people think it's from the bible.
Re: The Akrasia Effect: Why We Don’t Follow Through on What We Set Out to Do
#59Re: The Akrasia Effect: Why We Don’t Follow Through on What We Set Out to Do
#60Earlier quoted context omitted.
Any programmers here use pomodoro? I expect 25 minute interruptions would do more harm than good for my focus when writing code, especially the continuous expectation that I will be interrupted. I don’t have a pressing interest in finding productivity tips, just curious to hear about programmers who have tried this technique
I did use it for a while, because I had issues starting to work. It helped with that but like you said, 25m were not enough and the interruptions got quite annoying. I tried a 45m/10m work/pause ratio instead and it was a bit better, but I don't really use pomodoro anymore. It helped me to form a "habit of starting" though.