TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What are proven ways to solve hard problems?

5 点作者 SandroG超过 4 年前
By hard problems, I referring to ones that stand in the way of progress.

5 条评论

pizza超过 4 年前
- huge amounts of time, preferably multiples of the amounts of time that other people also working on the same problem spend on it<p>- taking good care of your subconscious thought processes: adequate sleep, traversal of real space (i.e. walks&#x2F;runs), evaluation of physical &amp; emotional state and the identification of dismissed intra&#x2F;inter-personal issues, and amounts of time each day &#x2F;not&#x2F; spent on the problem<p>- working on other challenging problems also, as there may be some cross-pollination of ideas<p>- exposure to extremely creative ideas in completely different (&amp; often consumptive) domains; novels, movies, tv shows, art<p>- time devoted to learning from peers, and creating with them, also. finding those with parallel and antiparallel value systems may widen your horizon of modes of attack<p>- knowing when it&#x27;s best to pause your work and resume it in the future, or when to drop your current approach<p>- great documentation skills, as your brain will forget the assumptions you relied upon, or the method you used to reach some milestone&#x2F;write some code once you re-read it in a compressed format
helph67超过 4 年前
Try to break the problem down into smaller parts. That may help if some of those parts are already being used with other projects, allowing you to concentrate on others. Beware of Murphy!
kratom_sandwich超过 4 年前
Soviet problem-solving method TRIZ might be exactly what you are referring to:<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;TRIZ" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;TRIZ</a><p>Also, have a look at Polya&#x27;s &quot;How to solve it&quot;:<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;How_to_Solve_It" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;How_to_Solve_It</a>
mrwnmonm超过 4 年前
<a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Progress-Debunked-Creation-Destruction-Balance-Ancient-ebook-dp-B075BC16C1&#x2F;dp&#x2F;B075BC16C1&#x2F;ref=mt_other?_encoding=UTF8&amp;me=&amp;qid=" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Progress-Debunked-Creation-Destructio...</a>
SandroG超过 4 年前
My framework is:<p>1) Identify hard problems — they are pivotal in unlocking the next level of progress. If unresolved, they all but ensure the status quo.<p>2) Their solution requires System 2 thinking, autopilot interruption, lack of distraction and imposition of both physical and time constraints.