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.

Ask HN: How do you stay focused when working on hard problems?

5 pointsby um304almost 7 years ago
When working on hard problems, which might encompass unknown number of sub-problems, I often find myself procrastinating. Harder the problem, severer the procrastination. A psychology professor says that a person typically fails to begin a project when there is &quot;confusion about what the first steps of the task are&quot; [1].<p>When working on hard problem, you&#x27;re bound to hit tasks of which you won&#x27;t know first steps. You&#x27;re likely to often find yourself in deep marshes with no way out. How do you stay motivated in situations like these? How do you not give in to procrastination?<p>[1](https:&#x2F;&#x2F;medium.com&#x2F;@dr_eprice&#x2F;laziness-does-not-exist-3af27e312d01)

2 comments

Nomentatusalmost 7 years ago
Don&#x27;t ever solve a hard problem - let your unconscious mind do that; it&#x27;s far more capable. That&#x27;s Bertie&#x27;s advice.<p>Bertrand Russell&#x27;s method was to concentrate with great intensity on the importance of a problem, smack his head against it for some time, for days or perhaps months. Then to forget about it and let the answer pop into his head much later. The idea is to convince your unconscious mind of how critical it is to devote itself to finding a solution - to convince it of the <i>emotional</i> importance of solving it.<p>&quot;My own belief is that a conscious thought can be planted into the unconscious if a sufficient amount of vigour and intensity is put into it. Most of the unconscious consists of what were once highly emotional conscious thoughts, which have now become buried. It is possible to do this process of burying deliberately, and in this way the unconscious can be led to do a lot of useful work. I have found, for example, that if I have to write upon some rather difficult topic the best plan is to think about it with very great intensity - the greatest intensity of which I am capable - for a few hours or days, and at the end of that time give orders, so to speak, that the work is to proceed underground. After some months I return consciously to the topic and find that the work has been done. Before I had discovered this technique, I used to spend the intervening months worrying because I was making no progress; I arrived at the solution none the sooner for this worry, and the intervening months were wasted, whereas now I can devote them to other pursuits.&quot; - The Conquest of Happiness<p>So yes, procrastinate - but only after thumping your noggin into the problem, hard. Don&#x27;t worry about which first steps to take, you don&#x27;t know them and probably won&#x27;t &#x27;till after you intuit the solution if it&#x27;s a genuinely hard problem. Your frustration is the point; it&#x27;s how you convince the unconscious to get to work. Idiotic research, cogitation, problem review are all useful activities for this purpose if you really mentally engage and create mental urgency.<p>Then drop it like a stone. And wait.<p>I&#x27;ve found this does work, across a wide range of problems. Sometimes I&#x27;ve had to go through the cycle, reloading the problem emotionally, as it were, a few times on problems that took decades to solve.
cimmanomalmost 7 years ago
There can be other reasons for procrastination, too.<p>Fear of failure is a common one, which fits the bill if you have more trouble getting started on harder problems.<p>Personally, the only way I&#x27;ve found to deal with that one is to say &quot;fuck it, what&#x27;s the worst that happens?&quot; and just do it. But sometimes you have to work yourself up to that.<p>There are other reasons you might be avoiding it too. I highly recommend cultivating the habit of introspection, and applying it whenever you realize you&#x27;re procrastinating on something, to figure out what specifically is making you uncomfortable about starting the project.