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.

Why Philosophers Should Care About Computational Complexity (2011) [pdf]

173 pointsby alokraialmost 7 years ago

4 comments

Animatsalmost 7 years ago
That&#x27;s a useful article. The easy parts include<p>- The halting problem is decidable for systems with finite memory. That&#x27;s simple enough; a deterministic program with finite memory must either halt or repeat a previous state. Now the question is, is there a faster way to determine the outcome than running the program? That&#x27;s a complexity problem. One of those where the average case is much easier than the worse case. Many NP-hard problems are like that.<p>- The same scaling issue applies to the &quot;Chinese room&quot;, which is an extremely inefficient solution to the problem. The question is how much can you improve on exhaustive enumeration.<p>Then it gets hard. I thought it was established that quantum computing is not going to allow brute-force search (using multiple universes?) on problems like factoring. Is that wrong?
评论 #17581365 未加载
评论 #17581336 未加载
mlthoughts2018almost 7 years ago
Previously discussed on HN:<p>- <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2861825" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2861825</a><p>- <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2897277" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=2897277</a><p>- <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11913825" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11913825</a>
评论 #17581069 未加载
评论 #17596779 未加载
danharajalmost 7 years ago
The <i>method</i> of proof of P!=NP will undoubtedly tell us something deeply fundamental about computation and therefore logic and therefore philosophy. That complexity theory is so difficult thus far is in itself philosophically interesting.
评论 #17580727 未加载
tek-cyb-orgalmost 7 years ago
szabo