Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

EARTH smog | bricks AIR -- mud -- FIRE soda water | tequila WATER


devel / comp.theory / Re: Refuting the halting problem pseudo-code proof (V2)

SubjectAuthor
* Refuting the halting problem pseudo-code proof (V2)olcott
+* Refuting the halting problem pseudo-code proof (V2)Richard Damon
|`* Refuting the halting problem pseudo-code proof (V2)olcott
| `* Refuting the halting problem pseudo-code proof (V2)Richard Damon
|  `- Refuting the halting problem pseudo-code proof (V2)olcott
`* Refuting the halting problem pseudo-code proof (V2)olcott
 `- Refuting the halting problem pseudo-code proof (V2)Richard Damon

1
Refuting the halting problem pseudo-code proof (V2)

<Ysudna1hiNb-AF79nZ2dnUU7-LfNnZ2d@giganews.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=16580&group=comp.theory#16580

  copy link   Newsgroups: comp.theory comp.ai.philosophy comp.software-eng sci.math
Path: i2pn2.org!i2pn.org!aioe.org!news.uzoreto.com!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Fri, 11 Jun 2021 12:29:07 -0500
Newsgroups: comp.theory,comp.ai.philosophy,comp.software-eng,sci.math
X-Mozilla-News-Host: news://news.giganews.com:119
From: NoO...@NoWhere.com (olcott)
Subject: Refuting the halting problem pseudo-code proof (V2)
Date: Fri, 11 Jun 2021 12:29:11 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Message-ID: <Ysudna1hiNb-AF79nZ2dnUU7-LfNnZ2d@giganews.com>
Lines: 44
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-4OuuWiuA0r94GJPYc1YvzsfJcQxAU+9DeVxx4sibu0CHILtNeO8LLiQHLHB27n74q0b1L8W+yeSa3Su!nxYz/TqHU1Jp6/wz7JRBDbgumrRNIMnS4j1ow9lXwtHAHd+myMFVjjOjhfHFsvL1NysffRtBIMk=
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 2746
 by: olcott - Fri, 11 Jun 2021 17:29 UTC

The standard pseudo-code halting problem template "proves" that the
halting problem could never be solved on the basis that neither value of
true (halting) nor false (not halting) could be correctly returned to
the confounding input.

This problem is overcome on the basis that the halt decider aborts its
simulation of this input before ever returning any value to this input.
It aborts the simulation of its input on the basis that its input
specifies what is essentially infinite recursion to any simulating halt
decider.

void P(u32 x)
{ u32 Input_Halts = H(x, x);
if (Input_Halts)
HERE: goto HERE;
}

int main()
{ H((u32)P, (u32)P);
}

The above is fully operational in the x86utm operating system, it is
based on an x86 emulator that does a debug step trace of its input. It
examines the stored execution trace after it simulates each instruction
of this input.

The simulation of P by H must be aborted or P has behavior similar to
infinite recursion. When any one of an infinitely recursive chain of
invocations is aborted the entire chain stops.

When-so-ever any input P to a simulating halt decider H would never halt
unless the simulation of P is aborted H stops simulating P and correctly
decides that P is not a computation that halts.

There is no case where the simulation of the input to H(P, P) would ever
halt unless this simulation is aborted.

--
Copyright 2021 Pete Olcott

"Great spirits have always encountered violent opposition from mediocre
minds." Einstein

Re: Refuting the halting problem pseudo-code proof (V2)

<4LQwI.88924$AU5.20552@fx29.iad>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=16592&group=comp.theory#16592

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx29.iad.POSTED!not-for-mail
Subject: Re: Refuting the halting problem pseudo-code proof (V2)
Newsgroups: comp.theory
References: <Ysudna1hiNb-AF79nZ2dnUU7-LfNnZ2d@giganews.com>
<19985032-0909-4350-b308-d88a92f22a9cn@googlegroups.com>
From: Rich...@Damon-Family.org (Richard Damon)
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0)
Gecko/20100101 Thunderbird/78.11.0
MIME-Version: 1.0
In-Reply-To: <19985032-0909-4350-b308-d88a92f22a9cn@googlegroups.com>
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Lines: 13
Message-ID: <4LQwI.88924$AU5.20552@fx29.iad>
X-Complaints-To: abuse@easynews.com
Organization: Forte - www.forteinc.com
X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly.
Date: Fri, 11 Jun 2021 17:40:20 -0400
X-Received-Bytes: 1571
 by: Richard Damon - Fri, 11 Jun 2021 21:40 UTC

On 6/11/21 5:32 PM, dklei...@gmail.com wrote:
> On Friday, June 11, 2021 at 10:29:14 AM UTC-7, olcott wrote:
>
>> There is no case where the simulation of the input to H(P, P) would ever
>> halt unless this simulation is aborted.
>
> H is defined as a decider thus it halts by itself and therefore any
> simulation of H will halt.
>

Not true, just because you CALL something a decider doesn't mean that it
will succeed at being one. His H has many pattern that when given will
cause the decider to go into infinite execution and it will never decide.

Re: Refuting the halting problem pseudo-code proof (V2)

<OtednVVSAJE0QF79nZ2dnUU7-KnNnZ2d@giganews.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=16593&group=comp.theory#16593

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!aioe.org!news.uzoreto.com!tr1.eu1.usenetexpress.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!buffer1.nntp.dca1.giganews.com!buffer2.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Fri, 11 Jun 2021 17:03:21 -0500
Subject: Re: Refuting the halting problem pseudo-code proof (V2)
Newsgroups: comp.theory
References: <Ysudna1hiNb-AF79nZ2dnUU7-LfNnZ2d@giganews.com> <19985032-0909-4350-b308-d88a92f22a9cn@googlegroups.com>
From: NoO...@NoWhere.com (olcott)
Date: Fri, 11 Jun 2021 17:03:24 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0
MIME-Version: 1.0
In-Reply-To: <19985032-0909-4350-b308-d88a92f22a9cn@googlegroups.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Message-ID: <OtednVVSAJE0QF79nZ2dnUU7-KnNnZ2d@giganews.com>
Lines: 36
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-CFpc/S/dOPOuRcb4SZ9WJeWIDKr4u//MV4HMtlcpjbuDwYdDCz0JCROCMxCWgNK0HVL0soqY8yVk86/!dsvYQgjuw32upnPCElp9iSfeA1W7xC1BgzJu0RQ6v++LVdKu/555V+bPJT06mT5Gd6OBHunRqp0=
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 2408
 by: olcott - Fri, 11 Jun 2021 22:03 UTC

On 6/11/2021 4:32 PM, dklei...@gmail.com wrote:
> On Friday, June 11, 2021 at 10:29:14 AM UTC-7, olcott wrote:
>
>> There is no case where the simulation of the input to H(P, P) would ever
>> halt unless this simulation is aborted.
>
> H is defined as a decider thus it halts by itself and therefore any
> simulation of H will halt.
>

If H is a simulating halt decider then the only possible way for it to
remain a decider is that is must abort the simulations of inputs that
would never otherwise halt.

void P(u32 x)
{ u32 Input_Halts = H(x, x);
if (Input_Halts)
HERE: goto HERE;
}

This means that H must always abort this computation:
H((u32)P, (u32)P);

This short little sentence is the whole key to refuting the halting
problem proofs:

When-so-ever any input P to a simulating halt decider H would never halt
unless the simulation of P is aborted H stops simulating P and correctly
decides that P is a computation that does not halt.

--
Copyright 2021 Pete Olcott

"Great spirits have always encountered violent opposition from mediocre
minds." Einstein

Re: Refuting the halting problem pseudo-code proof (V2)

<RZKdnf2PpsS3fF79nZ2dnUU7-aOdnZ2d@giganews.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=16595&group=comp.theory#16595

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Fri, 11 Jun 2021 17:18:18 -0500
Subject: Re: Refuting the halting problem pseudo-code proof (V2)
Newsgroups: comp.theory
References: <Ysudna1hiNb-AF79nZ2dnUU7-LfNnZ2d@giganews.com>
<19985032-0909-4350-b308-d88a92f22a9cn@googlegroups.com>
<4LQwI.88924$AU5.20552@fx29.iad>
From: NoO...@NoWhere.com (olcott)
Date: Fri, 11 Jun 2021 17:18:22 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.11.0
MIME-Version: 1.0
In-Reply-To: <4LQwI.88924$AU5.20552@fx29.iad>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Message-ID: <RZKdnf2PpsS3fF79nZ2dnUU7-aOdnZ2d@giganews.com>
Lines: 26
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-Sdb1BYHpTHy7s3umAw0xYD5VLwfzuw00yml8fEeMM85+dhpeQyD1MAPpZBFvdtagtSBnycWnyd+cQIa!p5XimM7lWzhkLMyB47iVKOaEhaOhdDBHSLY+HO7kUABpmJoRyr9Le47hgCI+xdHN0GxccGufl3Y=
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 2136
 by: olcott - Fri, 11 Jun 2021 22:18 UTC

On 6/11/2021 4:40 PM, Richard Damon wrote:
> On 6/11/21 5:32 PM, dklei...@gmail.com wrote:
>> On Friday, June 11, 2021 at 10:29:14 AM UTC-7, olcott wrote:
>>
>>> There is no case where the simulation of the input to H(P, P) would ever
>>> halt unless this simulation is aborted.
>>
>> H is defined as a decider thus it halts by itself and therefore any
>> simulation of H will halt.
>>
>
> Not true, just because you CALL something a decider doesn't mean that it
> will succeed at being one.

It either succeeds at being one or you lied about it being a decider.

> His H has many pattern that when given will
> cause the decider to go into infinite execution and it will never decide.
>

--
Copyright 2021 Pete Olcott

"Great spirits have always encountered violent opposition from mediocre
minds." Einstein

Re: Refuting the halting problem pseudo-code proof (V2)

<spRwI.21934$Qn1.9384@fx22.iad>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=16596&group=comp.theory#16596

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!paganini.bofh.team!news.dns-netz.com!news.freedyn.net!newsreader4.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx22.iad.POSTED!not-for-mail
Subject: Re: Refuting the halting problem pseudo-code proof (V2)
Newsgroups: comp.theory
References: <Ysudna1hiNb-AF79nZ2dnUU7-LfNnZ2d@giganews.com>
<19985032-0909-4350-b308-d88a92f22a9cn@googlegroups.com>
<4LQwI.88924$AU5.20552@fx29.iad>
<RZKdnf2PpsS3fF79nZ2dnUU7-aOdnZ2d@giganews.com>
From: Rich...@Damon-Family.org (Richard Damon)
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0)
Gecko/20100101 Thunderbird/78.11.0
MIME-Version: 1.0
In-Reply-To: <RZKdnf2PpsS3fF79nZ2dnUU7-aOdnZ2d@giganews.com>
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Lines: 29
Message-ID: <spRwI.21934$Qn1.9384@fx22.iad>
X-Complaints-To: abuse@easynews.com
Organization: Forte - www.forteinc.com
X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly.
Date: Fri, 11 Jun 2021 18:25:32 -0400
X-Received-Bytes: 2076
 by: Richard Damon - Fri, 11 Jun 2021 22:25 UTC

On 6/11/21 6:18 PM, olcott wrote:
> On 6/11/2021 4:40 PM, Richard Damon wrote:
>> On 6/11/21 5:32 PM, dklei...@gmail.com wrote:
>>> On Friday, June 11, 2021 at 10:29:14 AM UTC-7, olcott wrote:
>>>
>>>> There is no case where the simulation of the input to H(P, P) would
>>>> ever
>>>> halt unless this simulation is aborted.
>>>
>>> H is defined as a decider thus it halts by itself and therefore any
>>> simulation of H will halt.
>>>
>>
>> Not true, just because you CALL something a decider doesn't mean that it
>> will succeed at being one.
>
> It either succeeds at being one or you lied about it being a decider.
>

Yes, but just because you call it one doesn't mean you have positively
proved it. Since you call H at times a partial decider, that can mean
that for some inputs you don't even make the claim that it does halt.

>>  His H has many pattern that when given will
>> cause the decider to go into infinite execution and it will never decide.
>>
>
>

Re: Refuting the halting problem pseudo-code proof (V2)

<4uadnWqx_-ZIeV79nZ2dnUU7-KWdnZ2d@giganews.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=16597&group=comp.theory#16597

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!buffer2.nntp.dca1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Fri, 11 Jun 2021 17:33:56 -0500
Subject: Re: Refuting the halting problem pseudo-code proof (V2)
Newsgroups: comp.theory
References: <Ysudna1hiNb-AF79nZ2dnUU7-LfNnZ2d@giganews.com>
<19985032-0909-4350-b308-d88a92f22a9cn@googlegroups.com>
<4LQwI.88924$AU5.20552@fx29.iad>
<RZKdnf2PpsS3fF79nZ2dnUU7-aOdnZ2d@giganews.com>
<spRwI.21934$Qn1.9384@fx22.iad>
From: NoO...@NoWhere.com (olcott)
Date: Fri, 11 Jun 2021 17:34:00 -0500
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.11.0
MIME-Version: 1.0
In-Reply-To: <spRwI.21934$Qn1.9384@fx22.iad>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Message-ID: <4uadnWqx_-ZIeV79nZ2dnUU7-KWdnZ2d@giganews.com>
Lines: 41
X-Usenet-Provider: http://www.giganews.com
X-Trace: sv3-flUp3EtaKWlqMfIe8Rej0jzyic61AZwgRORFp+J8NjcCkb4ASRjkEWD/QqWDXeLui7rtLAthTOU9sBO!JCDNKkIpbEllH2DkIfuKIwNQ15qxzvXyk8DF0S2aay4TJwejiKJGTMlpdA+D5Efc+vpnzdJZ5AE=
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
X-Original-Bytes: 2680
 by: olcott - Fri, 11 Jun 2021 22:34 UTC

On 6/11/2021 5:25 PM, Richard Damon wrote:
> On 6/11/21 6:18 PM, olcott wrote:
>> On 6/11/2021 4:40 PM, Richard Damon wrote:
>>> On 6/11/21 5:32 PM, dklei...@gmail.com wrote:
>>>> On Friday, June 11, 2021 at 10:29:14 AM UTC-7, olcott wrote:
>>>>
>>>>> There is no case where the simulation of the input to H(P, P) would
>>>>> ever
>>>>> halt unless this simulation is aborted.
>>>>
>>>> H is defined as a decider thus it halts by itself and therefore any
>>>> simulation of H will halt.
>>>>
>>>
>>> Not true, just because you CALL something a decider doesn't mean that it
>>> will succeed at being one.
>>
>> It either succeeds at being one or you lied about it being a decider.
>>
>
> Yes, but just because you call it one doesn't mean you have positively
> proved it. Since you call H at times a partial decider, that can mean
> that for some inputs you don't even make the claim that it does halt.

I am only concerned with the inputs used as the basis for the halting
problem proofs.

>
>>>  His H has many pattern that when given will
>>> cause the decider to go into infinite execution and it will never decide.
>>>
>>
>>
>

--
Copyright 2021 Pete Olcott

"Great spirits have always encountered violent opposition from mediocre
minds." Einstein

Re: Refuting the halting problem pseudo-code proof (V2)

<9iSwI.39267$k_.27347@fx43.iad>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=16600&group=comp.theory#16600

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!aioe.org!feeder5.feed.usenet.farm!feeder1.feed.usenet.farm!feed.usenet.farm!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!news-out.netnews.com!news.alt.net!fdc2.netnews.com!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx43.iad.POSTED!not-for-mail
Subject: Re: Refuting the halting problem pseudo-code proof (V2)
Newsgroups: comp.theory
References: <Ysudna1hiNb-AF79nZ2dnUU7-LfNnZ2d@giganews.com>
<19985032-0909-4350-b308-d88a92f22a9cn@googlegroups.com>
<OtednVVSAJE0QF79nZ2dnUU7-KnNnZ2d@giganews.com>
From: Rich...@Damon-Family.org (Richard Damon)
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0)
Gecko/20100101 Thunderbird/78.11.0
MIME-Version: 1.0
In-Reply-To: <OtednVVSAJE0QF79nZ2dnUU7-KnNnZ2d@giganews.com>
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Lines: 58
Message-ID: <9iSwI.39267$k_.27347@fx43.iad>
X-Complaints-To: abuse@easynews.com
Organization: Forte - www.forteinc.com
X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly.
Date: Fri, 11 Jun 2021 19:26:00 -0400
X-Received-Bytes: 3504
 by: Richard Damon - Fri, 11 Jun 2021 23:26 UTC

On 6/11/21 6:03 PM, olcott wrote:
> On 6/11/2021 4:32 PM, dklei...@gmail.com wrote:
>> On Friday, June 11, 2021 at 10:29:14 AM UTC-7, olcott wrote:
>>
>>> There is no case where the simulation of the input to H(P, P) would ever
>>> halt unless this simulation is aborted.
>>
>> H is defined as a decider thus it halts by itself and therefore any
>> simulation of H will halt.
>>
>
> If H is a simulating halt decider then the only possible way for it to
> remain a decider is that is must abort the simulations of inputs that
> would never otherwise halt.

But, that need is a different need than that for the decision, as we are
look at different layers of the recursion. If H^ turns out to be finite
in execution then H didn't really NEED to abort the simulation, but it
did anyway. You run into the problem that if you don't abort you can get
stuck in the infinite recursion but once you add that halt, you no
longer have the infinite recursion but you need to figure if H^ will
halt or not, but you don't have enough information to make the right
decision, and in fact no answer you can return will be right.

This just means you can't be an always correct halting decider, but
nothing said you had to be able to be one.

Tring to DESIGN the H means you have to solve a paradox that is similar
to "This statement is false". The key is that this is done before you
need to test things, and at test time there is no paradox, so the
halting question itself doesn't have the paradox, for a given H, H^ will
be either halting or non-halting, so there IS a right answer for the
question of does H^ Halt. The problem is that it is impossible for H to
give it, since H^ is built based on H so can it can act in the contrary
manner.

>
> void P(u32 x)
> {
>   u32 Input_Halts = H(x, x);
>   if (Input_Halts)
>     HERE: goto HERE;
> }
>
> This means that H must always abort this computation:
>   H((u32)P, (u32)P);
>
> This short little sentence is the whole key to refuting the halting
> problem proofs:
>
> When-so-ever any input P to a simulating halt decider H would never halt
> unless the simulation of P is aborted H stops simulating P and correctly
> decides that P is a computation that does not halt.
>

But if you replace H with UTM(P, P) we see that this computation does
halt, so that top H did NOT need to abort the simulation, so the clause,
when properly interpreted doesn't apply.


devel / comp.theory / Re: Refuting the halting problem pseudo-code proof (V2)

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor