TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

HOWTO: Be More Productive by Aaron Swartz (2005)

52 pointsby tvvocoldabout 7 years ago

4 comments

htgbabout 7 years ago
&gt; <i>&quot;Life is short (or so I’m told)&quot;</i><p>Oh man, this hit me in the feels. The actual text is good so far, but those words stayed with me.
评论 #16809313 未加载
评论 #16808315 未加载
icc97about 7 years ago
Similarities to the Sam Altman productivity post [0] from yesterday (other than the regular eat well &#x2F; sleep well)<p>* Choose good problems<p>* Make a list<p>Make a list is also very common, but both of them spoke about good problems and lists as their highest priorities.<p>[0]: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=16802530" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=16802530</a>
评论 #16809594 未加载
Tomminnabout 7 years ago
The section quoted below at excruciating length, to me, has the most interesting insight. It&#x27;s like a koan: complete the task without ever assigning it to yourself.<p><i>Assigned problems are problems you’re told to work on. Numerous psychology experiments have found that when you try to “incentivize” people to do something, they’re less likely to do it and do a worse job. External incentives, like rewards and punishments, kills what psychologists call your “intrinsic motivation” — your natural interest in the problem. (This is one of the most thoroughly replicated findings of social psychology — over 70 studies have found that rewards undermine interest in the task.) People’s heads seem to have a deep avoidance of being told what to do.<p>The weird thing is that this phenomenon isn’t just limited to other people — it even happens when you try to tell yourself what to do! If you say to yourself, “I should really work on X, that’s the most important thing to do right now” then all of the sudden X becomes the toughest thing in the world to make yourself work on. But as soon as Y becomes the most important thing, the exact same X becomes much easier.<p>This presents a rather obvious solution: if you want to work on X, tell yourself to do Y. Unfortunately, it’s sort of difficult to trick yourself intentionally, because you know you’re doing it. So you’ve got to be sneaky about it.<p>One way is to get someone else to assign something to you. The most famous instance of this is grad students who are required to write a dissertation, a monumentally difficult task that they need to do to graduate. And so, to avoid doing this, grad students end up doing all sorts of other hard stuff.<p>The task has to both seem important (you have to do this to graduate!) and big (hundreds of pages of your best work!) but not actually be so important that putting it off is going to be a disaster. Don’t assign problems to yourself<p>It’s very tempting to say “alright, I need to put all this aside, hunker down and finish this essay”. Even worse is to try to bribe yourself into doing something, like saying “alright, if I just finish this essay then I’ll go and eat some candy”. But the absolute worst of all is to get someone else to try to force you to do something.<p>All of these are very tempting — I’ve done them all myself — but they’re completely counterproductive. In all three cases, you’ve basically assigned yourself a task. Now your brain is going to do everything it can to escape it.</i>
mterwillabout 7 years ago
The rest of the article was good, but this wasn’t the best example and caught me off guard:<p>&gt; Another way to make things more fun is to solve the meta-problem. Instead of building a web application, try building a web application framework with this as the example app. Not only will the task be more enjoyable, but the result will probably be more useful.