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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Scooping the Loop Snooper (2000)

80 点作者 soferio大约 1 年前

10 条评论

dang大约 1 年前
Related:<p><i>Scooping the Loop Snooper (2000)</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30783422">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30783422</a> - March 2022 (31 comments)<p><i>Scooping the Loop Snooper: Proof That the Halting Problem Is Undecidable (2000)</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20956756">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=20956756</a> - Sept 2019 (33 comments)<p><i>Scooping the Loop Snooper (2000)</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10077471">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10077471</a> - Aug 2015 (2 comments)
skulk大约 1 年前
Diagonalizations are some of the easiest to understand, yet most profound proofs in math. Another example is the proof that any continuum is larger in cardinality than the set of integers.<p><a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Diagonal_argument" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Diagonal_argument</a>
beders大约 1 年前
Sweet poem. I remember being blown away when I studied computer science. The whole idea that there are inherit limits to computing on Turing machines seemed crazy.<p>Gödel&#x27;s incompleteness theorems has a similar proof that will mess with your brain :)
g___大约 1 年前
Suppose O is the oracle for the halting problem.<p>We create a machine: given a program P, ask O whether P halts given input P and negate the answer.<p>λP. ~O (P P)<p>Now we ask whether this machine will halt given its own source code as input. In symbols:<p>(λP. ~O (P P)) (λP. ~O (P P))<p>which is the Y-combinator in lambda calculus.
评论 #40138695 未加载
QuinnyPig大约 1 年前
The halting problem--a tough endeavor<p>&quot;Will the loop complete or run forever?&quot;<p>Many fixes were attempted<p>(Lambda&#x27;s 15 minute limit doesn&#x27;t get exempted)<p>You&#x27;ll quickly find there is no winning<p>As the LOADING ball keeps spinning<p>To date there remains a single hack:<p>Rip the cable out the back<p>You&#x27;ll have an answer clarified:<p>&quot;The loop is done; the power died.&quot;
评论 #40139755 未加载
flanfly大约 1 年前
I quoted this, in full, in my MSc thesis. It&#x27;s both a light hearted introduction to the Halting Problem and something you need to reference quite often when writing about static program analysis. Good times.
VikingCoder大约 1 年前
I&#x27;ve been working on a proof for a long time, but I&#x27;m just not sure if I&#x27;ll finish it...
vincent-manis大约 1 年前
But he rhymed “data” (in British pronunciation, “dattah”) with “later”!
fragmede大约 1 年前
so, for classes of problem where it&#x27;s been talked about enough in the training data, gpt 4 manages to solve the halting problem.
srcreigh大约 1 年前
Obligatory mention that although Halt doesn’t exist for arbitrary P, there are Halt_N for every natural N where Halt_N works on empty-input TMs with at most N states.<p>Undecidability is more about compression than it is about whether we can determine if TMs halt.
评论 #40139465 未加载