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.

Scooping the Loop Snooper (2000)

80 pointsby soferioabout 1 year ago

10 comments

dangabout 1 year ago
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)
skulkabout 1 year ago
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>
bedersabout 1 year ago
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___about 1 year ago
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 未加载
QuinnyPigabout 1 year ago
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 未加载
flanflyabout 1 year ago
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.
VikingCoderabout 1 year ago
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-manisabout 1 year ago
But he rhymed “data” (in British pronunciation, “dattah”) with “later”!
fragmedeabout 1 year ago
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.
srcreighabout 1 year ago
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 未加载