Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

"Pull the wool over your own eyes!" -- J. R. "Bob" Dobbs


computers / comp.ai.philosophy / Re: Termination Analyzer H prevents Denial of Service attacks

SubjectAuthor
* Termination Analyzer H prevents Denial of Service attacksolcott
`* Re: Termination Analyzer H prevents Denial of Service attacksRichard Damon
 `* Re: Termination Analyzer H prevents Denial of Service attacksolcott
  `* Re: Termination Analyzer H prevents Denial of Service attacksRichard Damon
   `* Re: Termination Analyzer H prevents Denial of Service attacksolcott
    `* Re: Termination Analyzer H prevents Denial of Service attacksRichard Damon
     `* Re: Termination Analyzer H prevents Denial of Service attacksolcott
      `* Re: Termination Analyzer H prevents Denial of Service attacksRichard Damon
       `* Re: Termination Analyzer H prevents Denial of Service attacksolcott
        `* Re: Termination Analyzer H prevents Denial of Service attacksRichard Damon
         `* Re: Termination Analyzer H prevents Denial of Service attacksolcott
          `* Re: Termination Analyzer H prevents Denial of Service attacksRichard Damon
           `* Re: Termination Analyzer H prevents Denial of Service attacksolcott
            `* Re: Termination Analyzer H prevents Denial of Service attacksRichard Damon
             `* Re: Termination Analyzer H prevents Denial of Service attacksolcott
              `- Re: Termination Analyzer H prevents Denial of Service attacksRichard Damon

1
Termination Analyzer H prevents Denial of Service attacks

<u6ffga$ff42$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=11315&group=comp.ai.philosophy#11315

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic
Subject: Termination Analyzer H prevents Denial of Service attacks
Date: Thu, 15 Jun 2023 11:50:17 -0500
Organization: A noiseless patient Spider
Lines: 32
Message-ID: <u6ffga$ff42$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 15 Jun 2023 16:50:18 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="fb9d20887a3ce8d0fd7f66c3017e22ca";
logging-data="507010"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+HllIALTUdTvLeeHIaFIIM"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:KzRLbs7S9P6S/LUxvmTpTjVhar8=
Content-Language: en-US
 by: olcott - Thu, 15 Jun 2023 16:50 UTC

A termination analyzer is an ordinary computer program that is supposed
to determine whether or not its input program will ever stop running or
gets stuck in infinite execution.

When a program input has been specifically defined to confuse a
termination analyzer it is correct to determine that the program
behavior is malevolent.

Prior to my work nothing could be done about inputs having a
pathological relationship to their termination analyzer. Prior to my
work Rice's theorem prevented this pathological relationship from being
recognized.

The pathological relationship is when an input program D is defined to
do the opposite of whatever its termination analyzer H says it will do.
If H says that D will stop running D runs an infinite loop. If H says
that D will never stop running, D immediately stops running.

When H(D,D) returns 0 this means that the input does not halt or the
input has pathological behavior that would otherwise cause the
termination analyzer to not halt. This means that the program has either
a non-termination bug or the program has malevolent behavior.

This reasoning completely overcomes the one key objection to my work
that has persisted for two years.

*Termination Analyzer H prevents Denial of Service attacks*
https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_prevents_Denial_of_Service_attacks

--
Copyright 2023 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Re: Termination Analyzer H prevents Denial of Service attacks

<WpHiM.17$Ect9.3@fx44.iad>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=11316&group=comp.ai.philosophy#11316

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx44.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.11.2
Subject: Re: Termination Analyzer H prevents Denial of Service attacks
Content-Language: en-US
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic
References: <u6ffga$ff42$1@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <u6ffga$ff42$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 59
Message-ID: <WpHiM.17$Ect9.3@fx44.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: Thu, 15 Jun 2023 12:57:25 -0400
X-Received-Bytes: 3123
 by: Richard Damon - Thu, 15 Jun 2023 16:57 UTC

On 6/15/23 12:50 PM, olcott wrote:
> A termination analyzer is an ordinary computer program that is supposed
> to determine whether or not its input program will ever stop running or
> gets stuck in infinite execution.
>

Right, THE PROGRAM, not the simulation of the program by the analyzer.

> When a program input has been specifically defined to confuse a
> termination analyzer it is correct to determine that the program
> behavior is malevolent.
>

Nope, since the PROGRAM stops, the only correct answer (if you analyser
is supposed to be accurate) is to say it stops.

If you are allowing FALSE answers,

> Prior to my work nothing could be done about inputs having a
> pathological relationship to their termination analyzer. Prior to my
> work Rice's theorem prevented this pathological relationship from being
> recognized.
>

Because there was no need to even try to define "pathological inputs",
as the deciders are defined to work for ALL input.

> The pathological relationship is when an input program D is defined to
> do the opposite of whatever its termination analyzer H says it will do.
> If H says that D will stop running D runs an infinite loop. If H says
> that D will never stop running, D immediately stops running.

Right, so H is just wrong.

>
> When H(D,D) returns 0 this means that the input does not halt or the
> input has pathological behavior that would otherwise cause the
> termination analyzer to not halt. This means that the program has either
> a non-termination bug or the program has malevolent behavior.

But Malevolent behaior is ALLOWED by the problem, so H is just wrong.

>
> This reasoning completely overcomes the one key objection to my work
> that has persisted for two years.

Nope, just proves that you don't understand what requirements mean.

>
> *Termination Analyzer H prevents Denial of Service attacks*
> https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_prevents_Denial_of_Service_attacks
>

Since D(D) Halts, the ONLY correct answer for H(D,D) is Halting, so the
fact it says non-halting says it is NOT a correct Halt Decider.

Maybe it is a correct POOP decider, but then you need to find a use for
your POOP.

Re: Termination Analyzer H prevents Denial of Service attacks

<u6fhtb$fogg$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=11317&group=comp.ai.philosophy#11317

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic
Subject: Re: Termination Analyzer H prevents Denial of Service attacks
Date: Thu, 15 Jun 2023 12:31:21 -0500
Organization: A noiseless patient Spider
Lines: 77
Message-ID: <u6fhtb$fogg$1@dont-email.me>
References: <u6ffga$ff42$1@dont-email.me> <WpHiM.17$Ect9.3@fx44.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 15 Jun 2023 17:31:23 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="fb9d20887a3ce8d0fd7f66c3017e22ca";
logging-data="516624"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19sB8cd/yZZAR63x0k4/2XQ"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:8hqv0nswr+OWtWyrMiFYVpRx3ro=
In-Reply-To: <WpHiM.17$Ect9.3@fx44.iad>
Content-Language: en-US
 by: olcott - Thu, 15 Jun 2023 17:31 UTC

On 6/15/2023 11:57 AM, Richard Damon wrote:
> On 6/15/23 12:50 PM, olcott wrote:
>> A termination analyzer is an ordinary computer program that is supposed
>> to determine whether or not its input program will ever stop running or
>> gets stuck in infinite execution.
>>
>
> Right, THE PROGRAM, not the simulation of the program by the analyzer.
>
>> When a program input has been specifically defined to confuse a
>> termination analyzer it is correct to determine that the program
>> behavior is malevolent.
>>
>
> Nope, since the PROGRAM stops, the only correct answer (if you analyser
> is supposed to be accurate) is to say it stops.
>
> If you are allowing FALSE answers,
>
>> Prior to my work nothing could be done about inputs having a
>> pathological relationship to their termination analyzer. Prior to my
>> work Rice's theorem prevented this pathological relationship from being
>> recognized.
>>
>
> Because there was no need to even try to define "pathological inputs",
> as the deciders are defined to work for ALL input.
>
>> The pathological relationship is when an input program D is defined to
>> do the opposite of whatever its termination analyzer H says it will do.
>> If H says that D will stop running D runs an infinite loop. If H says
>> that D will never stop running, D immediately stops running.
>
>
> Right, so H is just wrong.
>
>>
>> When H(D,D) returns 0 this means that the input does not halt or the
>> input has pathological behavior that would otherwise cause the
>> termination analyzer to not halt. This means that the program has either
>> a non-termination bug or the program has malevolent behavior.
>
> But Malevolent behaior is ALLOWED by the problem, so H is just wrong.
>
>>
>> This reasoning completely overcomes the one key objection to my work
>> that has persisted for two years.
>
> Nope, just proves that you don't understand what requirements mean.
>
>>
>> *Termination Analyzer H prevents Denial of Service attacks*
>> https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_prevents_Denial_of_Service_attacks
>>
>
> Since D(D) Halts, the ONLY correct answer for H(D,D) is Halting, so the
> fact it says non-halting says it is NOT a correct Halt Decider.
>
> Maybe it is a correct POOP decider, but then you need to find a use for
> your POOP.

*THERE IS NO WAY AROUND THIS VERIFIED FACT*
H returns 0 indicating that:
(a) D does not halt
(b) D has a pathological relationship to H that would prevent H from
halting.

The algorithm used by H provides a way for DoS detectors and termination
analyzers to reject inputs having the halting problem's pathological
relationship to H.

--
Copyright 2023 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Re: Termination Analyzer H prevents Denial of Service attacks

<E3KiM.2296$Vpga.1840@fx09.iad>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=11318&group=comp.ai.philosophy#11318

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!panix!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx09.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.11.2
Subject: Re: Termination Analyzer H prevents Denial of Service attacks
Content-Language: en-US
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic
References: <u6ffga$ff42$1@dont-email.me> <WpHiM.17$Ect9.3@fx44.iad>
<u6fhtb$fogg$1@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <u6fhtb$fogg$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 94
Message-ID: <E3KiM.2296$Vpga.1840@fx09.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: Thu, 15 Jun 2023 15:58:28 -0400
X-Received-Bytes: 4493
 by: Richard Damon - Thu, 15 Jun 2023 19:58 UTC

On 6/15/23 1:31 PM, olcott wrote:
> On 6/15/2023 11:57 AM, Richard Damon wrote:
>> On 6/15/23 12:50 PM, olcott wrote:
>>> A termination analyzer is an ordinary computer program that is supposed
>>> to determine whether or not its input program will ever stop running or
>>> gets stuck in infinite execution.
>>>
>>
>> Right, THE PROGRAM, not the simulation of the program by the analyzer.
>>
>>> When a program input has been specifically defined to confuse a
>>> termination analyzer it is correct to determine that the program
>>> behavior is malevolent.
>>>
>>
>> Nope, since the PROGRAM stops, the only correct answer (if you
>> analyser is supposed to be accurate) is to say it stops.
>>
>> If you are allowing FALSE answers,
>>
>>> Prior to my work nothing could be done about inputs having a
>>> pathological relationship to their termination analyzer. Prior to my
>>> work Rice's theorem prevented this pathological relationship from being
>>> recognized.
>>>
>>
>> Because there was no need to even try to define "pathological inputs",
>> as the deciders are defined to work for ALL input.
>>
>>> The pathological relationship is when an input program D is defined to
>>> do the opposite of whatever its termination analyzer H says it will do.
>>> If H says that D will stop running D runs an infinite loop. If H says
>>> that D will never stop running, D immediately stops running.
>>
>>
>> Right, so H is just wrong.
>>
>>>
>>> When H(D,D) returns 0 this means that the input does not halt or the
>>> input has pathological behavior that would otherwise cause the
>>> termination analyzer to not halt. This means that the program has either
>>> a non-termination bug or the program has malevolent behavior.
>>
>> But Malevolent behaior is ALLOWED by the problem, so H is just wrong.
>>
>>>
>>> This reasoning completely overcomes the one key objection to my work
>>> that has persisted for two years.
>>
>> Nope, just proves that you don't understand what requirements mean.
>>
>>>
>>> *Termination Analyzer H prevents Denial of Service attacks*
>>> https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_prevents_Denial_of_Service_attacks
>>>
>>
>> Since D(D) Halts, the ONLY correct answer for H(D,D) is Halting, so
>> the fact it says non-halting says it is NOT a correct Halt Decider.
>>
>> Maybe it is a correct POOP decider, but then you need to find a use
>> for your POOP.
>
> *THERE IS NO WAY AROUND THIS VERIFIED FACT*
> H returns 0 indicating that:
> (a) D does not halt

Except that D does Halt, and you admit it, thus your (a) is a VERIFIED LIE.

> (b) D has a pathological relationship to H that would prevent H from
> halting.

Which is an issue with H, not D. H, is REQUIRED to be able to handle
*ALL* inputs, so an input that gives H a problem is a problem with H.

>
> The algorithm used by H provides a way for DoS detectors and termination
> analyzers to reject inputs having the halting problem's pathological
> relationship to H.
>

And that same logic says that Trump actually won the election, as the
actual votes don't actually matter.

From the DEFINITION of the Halt Problem, if M(d) Halts, then H(M,d)
needs to say Halting.

Since D(D) Halts, that means M(D,D) MUST return halting to be correct,
and it doesn't and any claim that another answer is correct is just a LIE.

The fact that you keep repeating this lie shows that you are just a
pathetic hypocritical ignorant pathological lying idiot.

YOU FAIL.

Re: Termination Analyzer H prevents Denial of Service attacks

<u6fsb9$h14r$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=11319&group=comp.ai.philosophy#11319

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic
Subject: Re: Termination Analyzer H prevents Denial of Service attacks
Date: Thu, 15 Jun 2023 15:29:28 -0500
Organization: A noiseless patient Spider
Lines: 108
Message-ID: <u6fsb9$h14r$1@dont-email.me>
References: <u6ffga$ff42$1@dont-email.me> <WpHiM.17$Ect9.3@fx44.iad>
<u6fhtb$fogg$1@dont-email.me> <E3KiM.2296$Vpga.1840@fx09.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 15 Jun 2023 20:29:29 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="fb9d20887a3ce8d0fd7f66c3017e22ca";
logging-data="558235"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19GyoqAVISrefSeGc+gTRx3"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:8lPLLDgWKOmI3HAWZICr7kyXtY0=
In-Reply-To: <E3KiM.2296$Vpga.1840@fx09.iad>
Content-Language: en-US
 by: olcott - Thu, 15 Jun 2023 20:29 UTC

On 6/15/2023 2:58 PM, Richard Damon wrote:
> On 6/15/23 1:31 PM, olcott wrote:
>> On 6/15/2023 11:57 AM, Richard Damon wrote:
>>> On 6/15/23 12:50 PM, olcott wrote:
>>>> A termination analyzer is an ordinary computer program that is supposed
>>>> to determine whether or not its input program will ever stop running or
>>>> gets stuck in infinite execution.
>>>>
>>>
>>> Right, THE PROGRAM, not the simulation of the program by the analyzer.
>>>
>>>> When a program input has been specifically defined to confuse a
>>>> termination analyzer it is correct to determine that the program
>>>> behavior is malevolent.
>>>>
>>>
>>> Nope, since the PROGRAM stops, the only correct answer (if you
>>> analyser is supposed to be accurate) is to say it stops.
>>>
>>> If you are allowing FALSE answers,
>>>
>>>> Prior to my work nothing could be done about inputs having a
>>>> pathological relationship to their termination analyzer. Prior to my
>>>> work Rice's theorem prevented this pathological relationship from being
>>>> recognized.
>>>>
>>>
>>> Because there was no need to even try to define "pathological
>>> inputs", as the deciders are defined to work for ALL input.
>>>
>>>> The pathological relationship is when an input program D is defined to
>>>> do the opposite of whatever its termination analyzer H says it will do.
>>>> If H says that D will stop running D runs an infinite loop. If H says
>>>> that D will never stop running, D immediately stops running.
>>>
>>>
>>> Right, so H is just wrong.
>>>
>>>>
>>>> When H(D,D) returns 0 this means that the input does not halt or the
>>>> input has pathological behavior that would otherwise cause the
>>>> termination analyzer to not halt. This means that the program has
>>>> either
>>>> a non-termination bug or the program has malevolent behavior.
>>>
>>> But Malevolent behaior is ALLOWED by the problem, so H is just wrong.
>>>
>>>>
>>>> This reasoning completely overcomes the one key objection to my work
>>>> that has persisted for two years.
>>>
>>> Nope, just proves that you don't understand what requirements mean.
>>>
>>>>
>>>> *Termination Analyzer H prevents Denial of Service attacks*
>>>> https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_prevents_Denial_of_Service_attacks
>>>>
>>>
>>> Since D(D) Halts, the ONLY correct answer for H(D,D) is Halting, so
>>> the fact it says non-halting says it is NOT a correct Halt Decider.
>>>
>>> Maybe it is a correct POOP decider, but then you need to find a use
>>> for your POOP.
>>
>> *THERE IS NO WAY AROUND THIS VERIFIED FACT*
>> H returns 0 indicating that:
>> (a) D does not halt
>
> Except that D does Halt, and you admit it, thus your (a) is a VERIFIED LIE.
>
>> (b) D has a pathological relationship to H that would prevent H from
>> halting.
>
> Which is an issue with H, not D. H, is REQUIRED to be able to handle
> *ALL* inputs, so an input that gives H a problem is a problem with H.
>
>>
>> The algorithm used by H provides a way for DoS detectors and termination
>> analyzers to reject inputs having the halting problem's pathological
>> relationship to H.
>>
>
> And that same logic says that Trump actually won the election, as the
> actual votes don't actually matter.
>
> From the DEFINITION of the Halt Problem, if M(d) Halts, then H(M,d)
> needs to say Halting.
>
> Since D(D) Halts, that means M(D,D) MUST return halting to be correct,
> and it doesn't and any claim that another answer is correct is just a LIE.
>
> The fact that you keep repeating this lie shows that you are just a
> pathetic hypocritical ignorant pathological lying idiot.
>
> YOU FAIL.
>

We can construe H as defeating Rice's theorem in that H
correctly reports that input D has a [termination issue]
where [termination issue] is defined as:
(a) D does not halt
OR
(b) D has a pathological relationship to H

--
Copyright 2023 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Re: Termination Analyzer H prevents Denial of Service attacks

<tcLiM.322$bv69.123@fx39.iad>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=11320&group=comp.ai.philosophy#11320

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.cmpublishers.com!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx39.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.11.2
Subject: Re: Termination Analyzer H prevents Denial of Service attacks
Content-Language: en-US
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic
References: <u6ffga$ff42$1@dont-email.me> <WpHiM.17$Ect9.3@fx44.iad>
<u6fhtb$fogg$1@dont-email.me> <E3KiM.2296$Vpga.1840@fx09.iad>
<u6fsb9$h14r$1@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <u6fsb9$h14r$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 126
Message-ID: <tcLiM.322$bv69.123@fx39.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: Thu, 15 Jun 2023 17:16:09 -0400
X-Received-Bytes: 5796
 by: Richard Damon - Thu, 15 Jun 2023 21:16 UTC

On 6/15/23 4:29 PM, olcott wrote:
> On 6/15/2023 2:58 PM, Richard Damon wrote:
>> On 6/15/23 1:31 PM, olcott wrote:
>>> On 6/15/2023 11:57 AM, Richard Damon wrote:
>>>> On 6/15/23 12:50 PM, olcott wrote:
>>>>> A termination analyzer is an ordinary computer program that is
>>>>> supposed
>>>>> to determine whether or not its input program will ever stop
>>>>> running or
>>>>> gets stuck in infinite execution.
>>>>>
>>>>
>>>> Right, THE PROGRAM, not the simulation of the program by the analyzer.
>>>>
>>>>> When a program input has been specifically defined to confuse a
>>>>> termination analyzer it is correct to determine that the program
>>>>> behavior is malevolent.
>>>>>
>>>>
>>>> Nope, since the PROGRAM stops, the only correct answer (if you
>>>> analyser is supposed to be accurate) is to say it stops.
>>>>
>>>> If you are allowing FALSE answers,
>>>>
>>>>> Prior to my work nothing could be done about inputs having a
>>>>> pathological relationship to their termination analyzer. Prior to my
>>>>> work Rice's theorem prevented this pathological relationship from
>>>>> being
>>>>> recognized.
>>>>>
>>>>
>>>> Because there was no need to even try to define "pathological
>>>> inputs", as the deciders are defined to work for ALL input.
>>>>
>>>>> The pathological relationship is when an input program D is defined to
>>>>> do the opposite of whatever its termination analyzer H says it will
>>>>> do.
>>>>> If H says that D will stop running D runs an infinite loop. If H says
>>>>> that D will never stop running, D immediately stops running.
>>>>
>>>>
>>>> Right, so H is just wrong.
>>>>
>>>>>
>>>>> When H(D,D) returns 0 this means that the input does not halt or the
>>>>> input has pathological behavior that would otherwise cause the
>>>>> termination analyzer to not halt. This means that the program has
>>>>> either
>>>>> a non-termination bug or the program has malevolent behavior.
>>>>
>>>> But Malevolent behaior is ALLOWED by the problem, so H is just wrong.
>>>>
>>>>>
>>>>> This reasoning completely overcomes the one key objection to my work
>>>>> that has persisted for two years.
>>>>
>>>> Nope, just proves that you don't understand what requirements mean.
>>>>
>>>>>
>>>>> *Termination Analyzer H prevents Denial of Service attacks*
>>>>> https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_prevents_Denial_of_Service_attacks
>>>>>
>>>>
>>>> Since D(D) Halts, the ONLY correct answer for H(D,D) is Halting, so
>>>> the fact it says non-halting says it is NOT a correct Halt Decider.
>>>>
>>>> Maybe it is a correct POOP decider, but then you need to find a use
>>>> for your POOP.
>>>
>>> *THERE IS NO WAY AROUND THIS VERIFIED FACT*
>>> H returns 0 indicating that:
>>> (a) D does not halt
>>
>> Except that D does Halt, and you admit it, thus your (a) is a VERIFIED
>> LIE.
>>
>>> (b) D has a pathological relationship to H that would prevent H from
>>> halting.
>>
>> Which is an issue with H, not D. H, is REQUIRED to be able to handle
>> *ALL* inputs, so an input that gives H a problem is a problem with H.
>>
>>>
>>> The algorithm used by H provides a way for DoS detectors and termination
>>> analyzers to reject inputs having the halting problem's pathological
>>> relationship to H.
>>>
>>
>> And that same logic says that Trump actually won the election, as the
>> actual votes don't actually matter.
>>
>>  From the DEFINITION of the Halt Problem, if M(d) Halts, then H(M,d)
>> needs to say Halting.
>>
>> Since D(D) Halts, that means M(D,D) MUST return halting to be correct,
>> and it doesn't and any claim that another answer is correct is just a
>> LIE.
>>
>> The fact that you keep repeating this lie shows that you are just a
>> pathetic hypocritical ignorant pathological lying idiot.
>>
>> YOU FAIL.
>>
>
> We can construe H as defeating Rice's theorem in that H
> correctly reports that input D has a [termination issue]
> where [termination issue] is defined as:
> (a) D does not halt
>     OR
> (b) D has a pathological relationship to H
>

But D doesn't have a termination issue, because H DOES abort its
simulation of it and returns 0 to it so it stops.

Until you can show how that doesn't happen in the actual execution of D
(not just via the INCORRECT simulation of H) you are just lying.

Trying to define "iteration issue" in that matter means it isn't
halting, and thus your H isn't a Halt Decider so not a counter to the proof.

You are also just showing you don't understand Rice's Theorem. Note, the
Halting Problem pathological case is NOT given as a proof of Rices's
theorem, so your proof doesn't actually mean anything.

You are just proving you are a failure.

Re: Termination Analyzer H prevents Denial of Service attacks

<u6g8g4$imv4$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=11321&group=comp.ai.philosophy#11321

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic
Subject: Re: Termination Analyzer H prevents Denial of Service attacks
Date: Thu, 15 Jun 2023 18:56:52 -0500
Organization: A noiseless patient Spider
Lines: 144
Message-ID: <u6g8g4$imv4$1@dont-email.me>
References: <u6ffga$ff42$1@dont-email.me> <WpHiM.17$Ect9.3@fx44.iad>
<u6fhtb$fogg$1@dont-email.me> <E3KiM.2296$Vpga.1840@fx09.iad>
<u6fsb9$h14r$1@dont-email.me> <tcLiM.322$bv69.123@fx39.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 15 Jun 2023 23:56:52 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="6fe5975e155b16569e5bf7a9baafa374";
logging-data="613348"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19uRhKci+Mu7SNxGelQnb6d"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:8t55QqPBi1ya9Rgpwl8vP0qV1pU=
Content-Language: en-US
In-Reply-To: <tcLiM.322$bv69.123@fx39.iad>
 by: olcott - Thu, 15 Jun 2023 23:56 UTC

On 6/15/2023 4:16 PM, Richard Damon wrote:
> On 6/15/23 4:29 PM, olcott wrote:
>> On 6/15/2023 2:58 PM, Richard Damon wrote:
>>> On 6/15/23 1:31 PM, olcott wrote:
>>>> On 6/15/2023 11:57 AM, Richard Damon wrote:
>>>>> On 6/15/23 12:50 PM, olcott wrote:
>>>>>> A termination analyzer is an ordinary computer program that is
>>>>>> supposed
>>>>>> to determine whether or not its input program will ever stop
>>>>>> running or
>>>>>> gets stuck in infinite execution.
>>>>>>
>>>>>
>>>>> Right, THE PROGRAM, not the simulation of the program by the analyzer.
>>>>>
>>>>>> When a program input has been specifically defined to confuse a
>>>>>> termination analyzer it is correct to determine that the program
>>>>>> behavior is malevolent.
>>>>>>
>>>>>
>>>>> Nope, since the PROGRAM stops, the only correct answer (if you
>>>>> analyser is supposed to be accurate) is to say it stops.
>>>>>
>>>>> If you are allowing FALSE answers,
>>>>>
>>>>>> Prior to my work nothing could be done about inputs having a
>>>>>> pathological relationship to their termination analyzer. Prior to my
>>>>>> work Rice's theorem prevented this pathological relationship from
>>>>>> being
>>>>>> recognized.
>>>>>>
>>>>>
>>>>> Because there was no need to even try to define "pathological
>>>>> inputs", as the deciders are defined to work for ALL input.
>>>>>
>>>>>> The pathological relationship is when an input program D is
>>>>>> defined to
>>>>>> do the opposite of whatever its termination analyzer H says it
>>>>>> will do.
>>>>>> If H says that D will stop running D runs an infinite loop. If H says
>>>>>> that D will never stop running, D immediately stops running.
>>>>>
>>>>>
>>>>> Right, so H is just wrong.
>>>>>
>>>>>>
>>>>>> When H(D,D) returns 0 this means that the input does not halt or the
>>>>>> input has pathological behavior that would otherwise cause the
>>>>>> termination analyzer to not halt. This means that the program has
>>>>>> either
>>>>>> a non-termination bug or the program has malevolent behavior.
>>>>>
>>>>> But Malevolent behaior is ALLOWED by the problem, so H is just wrong.
>>>>>
>>>>>>
>>>>>> This reasoning completely overcomes the one key objection to my work
>>>>>> that has persisted for two years.
>>>>>
>>>>> Nope, just proves that you don't understand what requirements mean.
>>>>>
>>>>>>
>>>>>> *Termination Analyzer H prevents Denial of Service attacks*
>>>>>> https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_prevents_Denial_of_Service_attacks
>>>>>>
>>>>>
>>>>> Since D(D) Halts, the ONLY correct answer for H(D,D) is Halting, so
>>>>> the fact it says non-halting says it is NOT a correct Halt Decider.
>>>>>
>>>>> Maybe it is a correct POOP decider, but then you need to find a use
>>>>> for your POOP.
>>>>
>>>> *THERE IS NO WAY AROUND THIS VERIFIED FACT*
>>>> H returns 0 indicating that:
>>>> (a) D does not halt
>>>
>>> Except that D does Halt, and you admit it, thus your (a) is a
>>> VERIFIED LIE.
>>>
>>>> (b) D has a pathological relationship to H that would prevent H from
>>>> halting.
>>>
>>> Which is an issue with H, not D. H, is REQUIRED to be able to handle
>>> *ALL* inputs, so an input that gives H a problem is a problem with H.
>>>
>>>>
>>>> The algorithm used by H provides a way for DoS detectors and
>>>> termination
>>>> analyzers to reject inputs having the halting problem's pathological
>>>> relationship to H.
>>>>
>>>
>>> And that same logic says that Trump actually won the election, as the
>>> actual votes don't actually matter.
>>>
>>>  From the DEFINITION of the Halt Problem, if M(d) Halts, then H(M,d)
>>> needs to say Halting.
>>>
>>> Since D(D) Halts, that means M(D,D) MUST return halting to be
>>> correct, and it doesn't and any claim that another answer is correct
>>> is just a LIE.
>>>
>>> The fact that you keep repeating this lie shows that you are just a
>>> pathetic hypocritical ignorant pathological lying idiot.
>>>
>>> YOU FAIL.
>>>
>>
>> We can construe H as defeating Rice's theorem in that H
>> correctly reports that input D has a [termination issue]
>> where [termination issue] is defined as:
>> (a) D does not halt
>>      OR
>> (b) D has a pathological relationship to H
>>
>
> But D doesn't have a termination issue, because H DOES abort its
> simulation of it and returns 0 to it so it stops.
>
> Until you can show how that doesn't happen in the actual execution of D
> (not just via the INCORRECT simulation of H) you are just lying.
>
> Trying to define "iteration issue" in that matter means it isn't
> halting, and thus your H isn't a Halt Decider so not a counter to the
> proof.
>
> You are also just showing you don't understand Rice's Theorem. Note, the
> Halting Problem pathological case is NOT given as a proof of Rices's
> theorem, so your proof doesn't actually mean anything.
>
> You are just proving you are a failure.

When we define [malevolent input] as an input that
(a) does not halt <or>
(b) targets the DoS detector with the conventional HP pathological
relationship

H does correctly recognize this [malevolent input] semantic property
thus refuting Rice’s theorem.

--
Copyright 2023 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Re: Termination Analyzer H prevents Denial of Service attacks

<35PiM.9$3XE8.8@fx42.iad>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=11322&group=comp.ai.philosophy#11322

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!feeder1.feed.usenet.farm!feed.usenet.farm!peer01.ams4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx42.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.11.2
Subject: Re: Termination Analyzer H prevents Denial of Service attacks
Content-Language: en-US
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic
References: <u6ffga$ff42$1@dont-email.me> <WpHiM.17$Ect9.3@fx44.iad>
<u6fhtb$fogg$1@dont-email.me> <E3KiM.2296$Vpga.1840@fx09.iad>
<u6fsb9$h14r$1@dont-email.me> <tcLiM.322$bv69.123@fx39.iad>
<u6g8g4$imv4$1@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <u6g8g4$imv4$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 167
Message-ID: <35PiM.9$3XE8.8@fx42.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: Thu, 15 Jun 2023 21:41:19 -0400
X-Received-Bytes: 7517
 by: Richard Damon - Fri, 16 Jun 2023 01:41 UTC

On 6/15/23 7:56 PM, olcott wrote:
> On 6/15/2023 4:16 PM, Richard Damon wrote:
>> On 6/15/23 4:29 PM, olcott wrote:
>>> On 6/15/2023 2:58 PM, Richard Damon wrote:
>>>> On 6/15/23 1:31 PM, olcott wrote:
>>>>> On 6/15/2023 11:57 AM, Richard Damon wrote:
>>>>>> On 6/15/23 12:50 PM, olcott wrote:
>>>>>>> A termination analyzer is an ordinary computer program that is
>>>>>>> supposed
>>>>>>> to determine whether or not its input program will ever stop
>>>>>>> running or
>>>>>>> gets stuck in infinite execution.
>>>>>>>
>>>>>>
>>>>>> Right, THE PROGRAM, not the simulation of the program by the
>>>>>> analyzer.
>>>>>>
>>>>>>> When a program input has been specifically defined to confuse a
>>>>>>> termination analyzer it is correct to determine that the program
>>>>>>> behavior is malevolent.
>>>>>>>
>>>>>>
>>>>>> Nope, since the PROGRAM stops, the only correct answer (if you
>>>>>> analyser is supposed to be accurate) is to say it stops.
>>>>>>
>>>>>> If you are allowing FALSE answers,
>>>>>>
>>>>>>> Prior to my work nothing could be done about inputs having a
>>>>>>> pathological relationship to their termination analyzer. Prior to my
>>>>>>> work Rice's theorem prevented this pathological relationship from
>>>>>>> being
>>>>>>> recognized.
>>>>>>>
>>>>>>
>>>>>> Because there was no need to even try to define "pathological
>>>>>> inputs", as the deciders are defined to work for ALL input.
>>>>>>
>>>>>>> The pathological relationship is when an input program D is
>>>>>>> defined to
>>>>>>> do the opposite of whatever its termination analyzer H says it
>>>>>>> will do.
>>>>>>> If H says that D will stop running D runs an infinite loop. If H
>>>>>>> says
>>>>>>> that D will never stop running, D immediately stops running.
>>>>>>
>>>>>>
>>>>>> Right, so H is just wrong.
>>>>>>
>>>>>>>
>>>>>>> When H(D,D) returns 0 this means that the input does not halt or the
>>>>>>> input has pathological behavior that would otherwise cause the
>>>>>>> termination analyzer to not halt. This means that the program has
>>>>>>> either
>>>>>>> a non-termination bug or the program has malevolent behavior.
>>>>>>
>>>>>> But Malevolent behaior is ALLOWED by the problem, so H is just wrong.
>>>>>>
>>>>>>>
>>>>>>> This reasoning completely overcomes the one key objection to my work
>>>>>>> that has persisted for two years.
>>>>>>
>>>>>> Nope, just proves that you don't understand what requirements mean.
>>>>>>
>>>>>>>
>>>>>>> *Termination Analyzer H prevents Denial of Service attacks*
>>>>>>> https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_prevents_Denial_of_Service_attacks
>>>>>>>
>>>>>>
>>>>>> Since D(D) Halts, the ONLY correct answer for H(D,D) is Halting,
>>>>>> so the fact it says non-halting says it is NOT a correct Halt
>>>>>> Decider.
>>>>>>
>>>>>> Maybe it is a correct POOP decider, but then you need to find a
>>>>>> use for your POOP.
>>>>>
>>>>> *THERE IS NO WAY AROUND THIS VERIFIED FACT*
>>>>> H returns 0 indicating that:
>>>>> (a) D does not halt
>>>>
>>>> Except that D does Halt, and you admit it, thus your (a) is a
>>>> VERIFIED LIE.
>>>>
>>>>> (b) D has a pathological relationship to H that would prevent H
>>>>> from halting.
>>>>
>>>> Which is an issue with H, not D. H, is REQUIRED to be able to handle
>>>> *ALL* inputs, so an input that gives H a problem is a problem with H.
>>>>
>>>>>
>>>>> The algorithm used by H provides a way for DoS detectors and
>>>>> termination
>>>>> analyzers to reject inputs having the halting problem's pathological
>>>>> relationship to H.
>>>>>
>>>>
>>>> And that same logic says that Trump actually won the election, as
>>>> the actual votes don't actually matter.
>>>>
>>>>  From the DEFINITION of the Halt Problem, if M(d) Halts, then H(M,d)
>>>> needs to say Halting.
>>>>
>>>> Since D(D) Halts, that means M(D,D) MUST return halting to be
>>>> correct, and it doesn't and any claim that another answer is correct
>>>> is just a LIE.
>>>>
>>>> The fact that you keep repeating this lie shows that you are just a
>>>> pathetic hypocritical ignorant pathological lying idiot.
>>>>
>>>> YOU FAIL.
>>>>
>>>
>>> We can construe H as defeating Rice's theorem in that H
>>> correctly reports that input D has a [termination issue]
>>> where [termination issue] is defined as:
>>> (a) D does not halt
>>>      OR
>>> (b) D has a pathological relationship to H
>>>
>>
>> But D doesn't have a termination issue, because H DOES abort its
>> simulation of it and returns 0 to it so it stops.
>>
>> Until you can show how that doesn't happen in the actual execution of
>> D (not just via the INCORRECT simulation of H) you are just lying.
>>
>> Trying to define "iteration issue" in that matter means it isn't
>> halting, and thus your H isn't a Halt Decider so not a counter to the
>> proof.
>>
>> You are also just showing you don't understand Rice's Theorem. Note,
>> the Halting Problem pathological case is NOT given as a proof of
>> Rices's theorem, so your proof doesn't actually mean anything.
>>
>> You are just proving you are a failure.
>
>
> When we define [malevolent input] as an input that
> (a) does not halt <or>
> (b) targets the DoS detector with the conventional HP pathological
> relationship
>
> H does correctly recognize this [malevolent input] semantic property
> thus refuting Rice’s theorem.
>

No, that does not refute Rice's theorem, and shows that you totally
don't understand how logic works or what Rice's Thoerem means.

DO you think that your H can answer correctly for EVERY possible input?
If not, it isn't refutation, and shows you are just a stupid liar.

You are just showing how stupid you are, thinking that a proof by a
single example actually shows that something is true for ALL inputs.

YOU FAIL

You are just a hypocritical ingorant pathological lying idiot.

Rice's theorem does NOT say that you can't make a decider on a semantic
property that handles select inputs, it says you can't make a decider
that decides for that property for ALL possible inputs.

IF I write a program that halts if it can find a refutation for one of
the great problems (like the Collatz conjecture) can it tell if the
program will ever halt?

I doubt it.

Re: Termination Analyzer H prevents Denial of Service attacks

<u6gfnu$n5el$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=11323&group=comp.ai.philosophy#11323

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic
Subject: Re: Termination Analyzer H prevents Denial of Service attacks
Date: Thu, 15 Jun 2023 21:00:29 -0500
Organization: A noiseless patient Spider
Lines: 166
Message-ID: <u6gfnu$n5el$1@dont-email.me>
References: <u6ffga$ff42$1@dont-email.me> <WpHiM.17$Ect9.3@fx44.iad>
<u6fhtb$fogg$1@dont-email.me> <E3KiM.2296$Vpga.1840@fx09.iad>
<u6fsb9$h14r$1@dont-email.me> <tcLiM.322$bv69.123@fx39.iad>
<u6g8g4$imv4$1@dont-email.me> <35PiM.9$3XE8.8@fx42.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 16 Jun 2023 02:00:30 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="6fe5975e155b16569e5bf7a9baafa374";
logging-data="759253"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+02f2Vevdio/J6tINnOsjP"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:eBbK984RtHVZVWd3gC6+mGWyWlQ=
Content-Language: en-US
In-Reply-To: <35PiM.9$3XE8.8@fx42.iad>
 by: olcott - Fri, 16 Jun 2023 02:00 UTC

On 6/15/2023 8:41 PM, Richard Damon wrote:
> On 6/15/23 7:56 PM, olcott wrote:
>> On 6/15/2023 4:16 PM, Richard Damon wrote:
>>> On 6/15/23 4:29 PM, olcott wrote:
>>>> On 6/15/2023 2:58 PM, Richard Damon wrote:
>>>>> On 6/15/23 1:31 PM, olcott wrote:
>>>>>> On 6/15/2023 11:57 AM, Richard Damon wrote:
>>>>>>> On 6/15/23 12:50 PM, olcott wrote:
>>>>>>>> A termination analyzer is an ordinary computer program that is
>>>>>>>> supposed
>>>>>>>> to determine whether or not its input program will ever stop
>>>>>>>> running or
>>>>>>>> gets stuck in infinite execution.
>>>>>>>>
>>>>>>>
>>>>>>> Right, THE PROGRAM, not the simulation of the program by the
>>>>>>> analyzer.
>>>>>>>
>>>>>>>> When a program input has been specifically defined to confuse a
>>>>>>>> termination analyzer it is correct to determine that the program
>>>>>>>> behavior is malevolent.
>>>>>>>>
>>>>>>>
>>>>>>> Nope, since the PROGRAM stops, the only correct answer (if you
>>>>>>> analyser is supposed to be accurate) is to say it stops.
>>>>>>>
>>>>>>> If you are allowing FALSE answers,
>>>>>>>
>>>>>>>> Prior to my work nothing could be done about inputs having a
>>>>>>>> pathological relationship to their termination analyzer. Prior
>>>>>>>> to my
>>>>>>>> work Rice's theorem prevented this pathological relationship
>>>>>>>> from being
>>>>>>>> recognized.
>>>>>>>>
>>>>>>>
>>>>>>> Because there was no need to even try to define "pathological
>>>>>>> inputs", as the deciders are defined to work for ALL input.
>>>>>>>
>>>>>>>> The pathological relationship is when an input program D is
>>>>>>>> defined to
>>>>>>>> do the opposite of whatever its termination analyzer H says it
>>>>>>>> will do.
>>>>>>>> If H says that D will stop running D runs an infinite loop. If H
>>>>>>>> says
>>>>>>>> that D will never stop running, D immediately stops running.
>>>>>>>
>>>>>>>
>>>>>>> Right, so H is just wrong.
>>>>>>>
>>>>>>>>
>>>>>>>> When H(D,D) returns 0 this means that the input does not halt or
>>>>>>>> the
>>>>>>>> input has pathological behavior that would otherwise cause the
>>>>>>>> termination analyzer to not halt. This means that the program
>>>>>>>> has either
>>>>>>>> a non-termination bug or the program has malevolent behavior.
>>>>>>>
>>>>>>> But Malevolent behaior is ALLOWED by the problem, so H is just
>>>>>>> wrong.
>>>>>>>
>>>>>>>>
>>>>>>>> This reasoning completely overcomes the one key objection to my
>>>>>>>> work
>>>>>>>> that has persisted for two years.
>>>>>>>
>>>>>>> Nope, just proves that you don't understand what requirements mean.
>>>>>>>
>>>>>>>>
>>>>>>>> *Termination Analyzer H prevents Denial of Service attacks*
>>>>>>>> https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_prevents_Denial_of_Service_attacks
>>>>>>>>
>>>>>>>
>>>>>>> Since D(D) Halts, the ONLY correct answer for H(D,D) is Halting,
>>>>>>> so the fact it says non-halting says it is NOT a correct Halt
>>>>>>> Decider.
>>>>>>>
>>>>>>> Maybe it is a correct POOP decider, but then you need to find a
>>>>>>> use for your POOP.
>>>>>>
>>>>>> *THERE IS NO WAY AROUND THIS VERIFIED FACT*
>>>>>> H returns 0 indicating that:
>>>>>> (a) D does not halt
>>>>>
>>>>> Except that D does Halt, and you admit it, thus your (a) is a
>>>>> VERIFIED LIE.
>>>>>
>>>>>> (b) D has a pathological relationship to H that would prevent H
>>>>>> from halting.
>>>>>
>>>>> Which is an issue with H, not D. H, is REQUIRED to be able to
>>>>> handle *ALL* inputs, so an input that gives H a problem is a
>>>>> problem with H.
>>>>>
>>>>>>
>>>>>> The algorithm used by H provides a way for DoS detectors and
>>>>>> termination
>>>>>> analyzers to reject inputs having the halting problem's pathological
>>>>>> relationship to H.
>>>>>>
>>>>>
>>>>> And that same logic says that Trump actually won the election, as
>>>>> the actual votes don't actually matter.
>>>>>
>>>>>  From the DEFINITION of the Halt Problem, if M(d) Halts, then
>>>>> H(M,d) needs to say Halting.
>>>>>
>>>>> Since D(D) Halts, that means M(D,D) MUST return halting to be
>>>>> correct, and it doesn't and any claim that another answer is
>>>>> correct is just a LIE.
>>>>>
>>>>> The fact that you keep repeating this lie shows that you are just a
>>>>> pathetic hypocritical ignorant pathological lying idiot.
>>>>>
>>>>> YOU FAIL.
>>>>>
>>>>
>>>> We can construe H as defeating Rice's theorem in that H
>>>> correctly reports that input D has a [termination issue]
>>>> where [termination issue] is defined as:
>>>> (a) D does not halt
>>>>      OR
>>>> (b) D has a pathological relationship to H
>>>>
>>>
>>> But D doesn't have a termination issue, because H DOES abort its
>>> simulation of it and returns 0 to it so it stops.
>>>
>>> Until you can show how that doesn't happen in the actual execution of
>>> D (not just via the INCORRECT simulation of H) you are just lying.
>>>
>>> Trying to define "iteration issue" in that matter means it isn't
>>> halting, and thus your H isn't a Halt Decider so not a counter to the
>>> proof.
>>>
>>> You are also just showing you don't understand Rice's Theorem. Note,
>>> the Halting Problem pathological case is NOT given as a proof of
>>> Rices's theorem, so your proof doesn't actually mean anything.
>>>
>>> You are just proving you are a failure.
>>
>>
>> When we define [malevolent input] as an input that
>> (a) does not halt <or>
>> (b) targets the DoS detector with the conventional HP pathological
>> relationship
>>
>> H does correctly recognize this [malevolent input] semantic property
>> thus refuting Rice’s theorem.
>>
>
> No, that does not refute Rice's theorem, and shows that you totally
> don't understand how logic works or what Rice's Thoerem means.
>
The proofs that I am aware of try to fool the semantic property detector
with a pathological input. These proofs fail when the detector correctly
detects that these inputs are pathological.

Try and restrict your reply to reasoning having no mere empty rhetoric
or ad homimen attacks these things provide too much evidence that your
rebuttals are baseless and make you look foolish.

--
Copyright 2023 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Re: Termination Analyzer H prevents Denial of Service attacks

<RQPiM.8$EuDd.7@fx02.iad>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=11324&group=comp.ai.philosophy#11324

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!panix!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx02.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.11.2
Subject: Re: Termination Analyzer H prevents Denial of Service attacks
Content-Language: en-US
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic
References: <u6ffga$ff42$1@dont-email.me> <WpHiM.17$Ect9.3@fx44.iad>
<u6fhtb$fogg$1@dont-email.me> <E3KiM.2296$Vpga.1840@fx09.iad>
<u6fsb9$h14r$1@dont-email.me> <tcLiM.322$bv69.123@fx39.iad>
<u6g8g4$imv4$1@dont-email.me> <35PiM.9$3XE8.8@fx42.iad>
<u6gfnu$n5el$1@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <u6gfnu$n5el$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 199
Message-ID: <RQPiM.8$EuDd.7@fx02.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: Thu, 15 Jun 2023 22:32:17 -0400
X-Received-Bytes: 9393
 by: Richard Damon - Fri, 16 Jun 2023 02:32 UTC

On 6/15/23 10:00 PM, olcott wrote:
> On 6/15/2023 8:41 PM, Richard Damon wrote:
>> On 6/15/23 7:56 PM, olcott wrote:
>>> On 6/15/2023 4:16 PM, Richard Damon wrote:
>>>> On 6/15/23 4:29 PM, olcott wrote:
>>>>> On 6/15/2023 2:58 PM, Richard Damon wrote:
>>>>>> On 6/15/23 1:31 PM, olcott wrote:
>>>>>>> On 6/15/2023 11:57 AM, Richard Damon wrote:
>>>>>>>> On 6/15/23 12:50 PM, olcott wrote:
>>>>>>>>> A termination analyzer is an ordinary computer program that is
>>>>>>>>> supposed
>>>>>>>>> to determine whether or not its input program will ever stop
>>>>>>>>> running or
>>>>>>>>> gets stuck in infinite execution.
>>>>>>>>>
>>>>>>>>
>>>>>>>> Right, THE PROGRAM, not the simulation of the program by the
>>>>>>>> analyzer.
>>>>>>>>
>>>>>>>>> When a program input has been specifically defined to confuse a
>>>>>>>>> termination analyzer it is correct to determine that the program
>>>>>>>>> behavior is malevolent.
>>>>>>>>>
>>>>>>>>
>>>>>>>> Nope, since the PROGRAM stops, the only correct answer (if you
>>>>>>>> analyser is supposed to be accurate) is to say it stops.
>>>>>>>>
>>>>>>>> If you are allowing FALSE answers,
>>>>>>>>
>>>>>>>>> Prior to my work nothing could be done about inputs having a
>>>>>>>>> pathological relationship to their termination analyzer. Prior
>>>>>>>>> to my
>>>>>>>>> work Rice's theorem prevented this pathological relationship
>>>>>>>>> from being
>>>>>>>>> recognized.
>>>>>>>>>
>>>>>>>>
>>>>>>>> Because there was no need to even try to define "pathological
>>>>>>>> inputs", as the deciders are defined to work for ALL input.
>>>>>>>>
>>>>>>>>> The pathological relationship is when an input program D is
>>>>>>>>> defined to
>>>>>>>>> do the opposite of whatever its termination analyzer H says it
>>>>>>>>> will do.
>>>>>>>>> If H says that D will stop running D runs an infinite loop. If
>>>>>>>>> H says
>>>>>>>>> that D will never stop running, D immediately stops running.
>>>>>>>>
>>>>>>>>
>>>>>>>> Right, so H is just wrong.
>>>>>>>>
>>>>>>>>>
>>>>>>>>> When H(D,D) returns 0 this means that the input does not halt
>>>>>>>>> or the
>>>>>>>>> input has pathological behavior that would otherwise cause the
>>>>>>>>> termination analyzer to not halt. This means that the program
>>>>>>>>> has either
>>>>>>>>> a non-termination bug or the program has malevolent behavior.
>>>>>>>>
>>>>>>>> But Malevolent behaior is ALLOWED by the problem, so H is just
>>>>>>>> wrong.
>>>>>>>>
>>>>>>>>>
>>>>>>>>> This reasoning completely overcomes the one key objection to my
>>>>>>>>> work
>>>>>>>>> that has persisted for two years.
>>>>>>>>
>>>>>>>> Nope, just proves that you don't understand what requirements mean.
>>>>>>>>
>>>>>>>>>
>>>>>>>>> *Termination Analyzer H prevents Denial of Service attacks*
>>>>>>>>> https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_prevents_Denial_of_Service_attacks
>>>>>>>>>
>>>>>>>>
>>>>>>>> Since D(D) Halts, the ONLY correct answer for H(D,D) is Halting,
>>>>>>>> so the fact it says non-halting says it is NOT a correct Halt
>>>>>>>> Decider.
>>>>>>>>
>>>>>>>> Maybe it is a correct POOP decider, but then you need to find a
>>>>>>>> use for your POOP.
>>>>>>>
>>>>>>> *THERE IS NO WAY AROUND THIS VERIFIED FACT*
>>>>>>> H returns 0 indicating that:
>>>>>>> (a) D does not halt
>>>>>>
>>>>>> Except that D does Halt, and you admit it, thus your (a) is a
>>>>>> VERIFIED LIE.
>>>>>>
>>>>>>> (b) D has a pathological relationship to H that would prevent H
>>>>>>> from halting.
>>>>>>
>>>>>> Which is an issue with H, not D. H, is REQUIRED to be able to
>>>>>> handle *ALL* inputs, so an input that gives H a problem is a
>>>>>> problem with H.
>>>>>>
>>>>>>>
>>>>>>> The algorithm used by H provides a way for DoS detectors and
>>>>>>> termination
>>>>>>> analyzers to reject inputs having the halting problem's pathological
>>>>>>> relationship to H.
>>>>>>>
>>>>>>
>>>>>> And that same logic says that Trump actually won the election, as
>>>>>> the actual votes don't actually matter.
>>>>>>
>>>>>>  From the DEFINITION of the Halt Problem, if M(d) Halts, then
>>>>>> H(M,d) needs to say Halting.
>>>>>>
>>>>>> Since D(D) Halts, that means M(D,D) MUST return halting to be
>>>>>> correct, and it doesn't and any claim that another answer is
>>>>>> correct is just a LIE.
>>>>>>
>>>>>> The fact that you keep repeating this lie shows that you are just
>>>>>> a pathetic hypocritical ignorant pathological lying idiot.
>>>>>>
>>>>>> YOU FAIL.
>>>>>>
>>>>>
>>>>> We can construe H as defeating Rice's theorem in that H
>>>>> correctly reports that input D has a [termination issue]
>>>>> where [termination issue] is defined as:
>>>>> (a) D does not halt
>>>>>      OR
>>>>> (b) D has a pathological relationship to H
>>>>>
>>>>
>>>> But D doesn't have a termination issue, because H DOES abort its
>>>> simulation of it and returns 0 to it so it stops.
>>>>
>>>> Until you can show how that doesn't happen in the actual execution
>>>> of D (not just via the INCORRECT simulation of H) you are just lying.
>>>>
>>>> Trying to define "iteration issue" in that matter means it isn't
>>>> halting, and thus your H isn't a Halt Decider so not a counter to
>>>> the proof.
>>>>
>>>> You are also just showing you don't understand Rice's Theorem. Note,
>>>> the Halting Problem pathological case is NOT given as a proof of
>>>> Rices's theorem, so your proof doesn't actually mean anything.
>>>>
>>>> You are just proving you are a failure.
>>>
>>>
>>> When we define [malevolent input] as an input that
>>> (a) does not halt <or>
>>> (b) targets the DoS detector with the conventional HP pathological
>>> relationship
>>>
>>> H does correctly recognize this [malevolent input] semantic property
>>> thus refuting Rice’s theorem.
>>>
>>
>> No, that does not refute Rice's theorem, and shows that you totally
>> don't understand how logic works or what Rice's Thoerem means.
>>
> The proofs that I am aware of try to fool the semantic property detector
> with a pathological input. These proofs fail when the detector correctly
> detects that these inputs are pathological.


Click here to read the complete article
Re: Termination Analyzer H prevents Denial of Service attacks

<u6gj86$nfnl$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=11325&group=comp.ai.philosophy#11325

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic
Subject: Re: Termination Analyzer H prevents Denial of Service attacks
Date: Thu, 15 Jun 2023 22:00:22 -0500
Organization: A noiseless patient Spider
Lines: 170
Message-ID: <u6gj86$nfnl$1@dont-email.me>
References: <u6ffga$ff42$1@dont-email.me> <WpHiM.17$Ect9.3@fx44.iad>
<u6fhtb$fogg$1@dont-email.me> <E3KiM.2296$Vpga.1840@fx09.iad>
<u6fsb9$h14r$1@dont-email.me> <tcLiM.322$bv69.123@fx39.iad>
<u6g8g4$imv4$1@dont-email.me> <35PiM.9$3XE8.8@fx42.iad>
<u6gfnu$n5el$1@dont-email.me> <RQPiM.8$EuDd.7@fx02.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 16 Jun 2023 03:00:23 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="6fe5975e155b16569e5bf7a9baafa374";
logging-data="769781"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+xHzeCYbEFdl0PVqw+YRsX"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:InAlDnmHQdkPEUu7FFUwJ/iYblY=
Content-Language: en-US
In-Reply-To: <RQPiM.8$EuDd.7@fx02.iad>
 by: olcott - Fri, 16 Jun 2023 03:00 UTC

On 6/15/2023 9:32 PM, Richard Damon wrote:
> On 6/15/23 10:00 PM, olcott wrote:
>> On 6/15/2023 8:41 PM, Richard Damon wrote:
>>> On 6/15/23 7:56 PM, olcott wrote:
>>>> On 6/15/2023 4:16 PM, Richard Damon wrote:
>>>>> On 6/15/23 4:29 PM, olcott wrote:
>>>>>> On 6/15/2023 2:58 PM, Richard Damon wrote:
>>>>>>> On 6/15/23 1:31 PM, olcott wrote:
>>>>>>>> On 6/15/2023 11:57 AM, Richard Damon wrote:
>>>>>>>>> On 6/15/23 12:50 PM, olcott wrote:
>>>>>>>>>> A termination analyzer is an ordinary computer program that is
>>>>>>>>>> supposed
>>>>>>>>>> to determine whether or not its input program will ever stop
>>>>>>>>>> running or
>>>>>>>>>> gets stuck in infinite execution.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Right, THE PROGRAM, not the simulation of the program by the
>>>>>>>>> analyzer.
>>>>>>>>>
>>>>>>>>>> When a program input has been specifically defined to confuse a
>>>>>>>>>> termination analyzer it is correct to determine that the program
>>>>>>>>>> behavior is malevolent.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Nope, since the PROGRAM stops, the only correct answer (if you
>>>>>>>>> analyser is supposed to be accurate) is to say it stops.
>>>>>>>>>
>>>>>>>>> If you are allowing FALSE answers,
>>>>>>>>>
>>>>>>>>>> Prior to my work nothing could be done about inputs having a
>>>>>>>>>> pathological relationship to their termination analyzer. Prior
>>>>>>>>>> to my
>>>>>>>>>> work Rice's theorem prevented this pathological relationship
>>>>>>>>>> from being
>>>>>>>>>> recognized.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Because there was no need to even try to define "pathological
>>>>>>>>> inputs", as the deciders are defined to work for ALL input.
>>>>>>>>>
>>>>>>>>>> The pathological relationship is when an input program D is
>>>>>>>>>> defined to
>>>>>>>>>> do the opposite of whatever its termination analyzer H says it
>>>>>>>>>> will do.
>>>>>>>>>> If H says that D will stop running D runs an infinite loop. If
>>>>>>>>>> H says
>>>>>>>>>> that D will never stop running, D immediately stops running.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Right, so H is just wrong.
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> When H(D,D) returns 0 this means that the input does not halt
>>>>>>>>>> or the
>>>>>>>>>> input has pathological behavior that would otherwise cause the
>>>>>>>>>> termination analyzer to not halt. This means that the program
>>>>>>>>>> has either
>>>>>>>>>> a non-termination bug or the program has malevolent behavior.
>>>>>>>>>
>>>>>>>>> But Malevolent behaior is ALLOWED by the problem, so H is just
>>>>>>>>> wrong.
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> This reasoning completely overcomes the one key objection to
>>>>>>>>>> my work
>>>>>>>>>> that has persisted for two years.
>>>>>>>>>
>>>>>>>>> Nope, just proves that you don't understand what requirements
>>>>>>>>> mean.
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> *Termination Analyzer H prevents Denial of Service attacks*
>>>>>>>>>> https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_prevents_Denial_of_Service_attacks
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Since D(D) Halts, the ONLY correct answer for H(D,D) is
>>>>>>>>> Halting, so the fact it says non-halting says it is NOT a
>>>>>>>>> correct Halt Decider.
>>>>>>>>>
>>>>>>>>> Maybe it is a correct POOP decider, but then you need to find a
>>>>>>>>> use for your POOP.
>>>>>>>>
>>>>>>>> *THERE IS NO WAY AROUND THIS VERIFIED FACT*
>>>>>>>> H returns 0 indicating that:
>>>>>>>> (a) D does not halt
>>>>>>>
>>>>>>> Except that D does Halt, and you admit it, thus your (a) is a
>>>>>>> VERIFIED LIE.
>>>>>>>
>>>>>>>> (b) D has a pathological relationship to H that would prevent H
>>>>>>>> from halting.
>>>>>>>
>>>>>>> Which is an issue with H, not D. H, is REQUIRED to be able to
>>>>>>> handle *ALL* inputs, so an input that gives H a problem is a
>>>>>>> problem with H.
>>>>>>>
>>>>>>>>
>>>>>>>> The algorithm used by H provides a way for DoS detectors and
>>>>>>>> termination
>>>>>>>> analyzers to reject inputs having the halting problem's
>>>>>>>> pathological
>>>>>>>> relationship to H.
>>>>>>>>
>>>>>>>
>>>>>>> And that same logic says that Trump actually won the election, as
>>>>>>> the actual votes don't actually matter.
>>>>>>>
>>>>>>>  From the DEFINITION of the Halt Problem, if M(d) Halts, then
>>>>>>> H(M,d) needs to say Halting.
>>>>>>>
>>>>>>> Since D(D) Halts, that means M(D,D) MUST return halting to be
>>>>>>> correct, and it doesn't and any claim that another answer is
>>>>>>> correct is just a LIE.
>>>>>>>
>>>>>>> The fact that you keep repeating this lie shows that you are just
>>>>>>> a pathetic hypocritical ignorant pathological lying idiot.
>>>>>>>
>>>>>>> YOU FAIL.
>>>>>>>
>>>>>>
>>>>>> We can construe H as defeating Rice's theorem in that H
>>>>>> correctly reports that input D has a [termination issue]
>>>>>> where [termination issue] is defined as:
>>>>>> (a) D does not halt
>>>>>>      OR
>>>>>> (b) D has a pathological relationship to H
>>>>>>
>>>>>
>>>>> But D doesn't have a termination issue, because H DOES abort its
>>>>> simulation of it and returns 0 to it so it stops.
>>>>>
>>>>> Until you can show how that doesn't happen in the actual execution
>>>>> of D (not just via the INCORRECT simulation of H) you are just lying.
>>>>>
>>>>> Trying to define "iteration issue" in that matter means it isn't
>>>>> halting, and thus your H isn't a Halt Decider so not a counter to
>>>>> the proof.
>>>>>
>>>>> You are also just showing you don't understand Rice's Theorem.
>>>>> Note, the Halting Problem pathological case is NOT given as a proof
>>>>> of Rices's theorem, so your proof doesn't actually mean anything.
>>>>>
>>>>> You are just proving you are a failure.
>>>>
>>>>
>>>> When we define [malevolent input] as an input that
>>>> (a) does not halt <or>
>>>> (b) targets the DoS detector with the conventional HP pathological
>>>> relationship
>>>>
>>>> H does correctly recognize this [malevolent input] semantic property
>>>> thus refuting Rice’s theorem.
>>>>
>>>
>>> No, that does not refute Rice's theorem, and shows that you totally
>>> don't understand how logic works or what Rice's Thoerem means.
>>>
>> The proofs that I am aware of try to fool the semantic property detector
>> with a pathological input. These proofs fail when the detector correctly
>> detects that these inputs are pathological.
>
> But, what EXACTLY is your definition of "Pathologica",
We have covered this 10,000 times and you really don't remember or are
you trolling me?


Click here to read the complete article
Re: Termination Analyzer H prevents Denial of Service attacks

<mvQiM.5115$Zq81.401@fx15.iad>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=11326&group=comp.ai.philosophy#11326

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx15.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.11.2
Subject: Re: Termination Analyzer H prevents Denial of Service attacks
Content-Language: en-US
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic
References: <u6ffga$ff42$1@dont-email.me> <WpHiM.17$Ect9.3@fx44.iad>
<u6fhtb$fogg$1@dont-email.me> <E3KiM.2296$Vpga.1840@fx09.iad>
<u6fsb9$h14r$1@dont-email.me> <tcLiM.322$bv69.123@fx39.iad>
<u6g8g4$imv4$1@dont-email.me> <35PiM.9$3XE8.8@fx42.iad>
<u6gfnu$n5el$1@dont-email.me> <RQPiM.8$EuDd.7@fx02.iad>
<u6gj86$nfnl$1@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <u6gj86$nfnl$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 182
Message-ID: <mvQiM.5115$Zq81.401@fx15.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: Thu, 15 Jun 2023 23:17:38 -0400
X-Received-Bytes: 8583
 by: Richard Damon - Fri, 16 Jun 2023 03:17 UTC

On 6/15/23 11:00 PM, olcott wrote:
> On 6/15/2023 9:32 PM, Richard Damon wrote:
>> On 6/15/23 10:00 PM, olcott wrote:
>>> On 6/15/2023 8:41 PM, Richard Damon wrote:
>>>> On 6/15/23 7:56 PM, olcott wrote:
>>>>> On 6/15/2023 4:16 PM, Richard Damon wrote:
>>>>>> On 6/15/23 4:29 PM, olcott wrote:
>>>>>>> On 6/15/2023 2:58 PM, Richard Damon wrote:
>>>>>>>> On 6/15/23 1:31 PM, olcott wrote:
>>>>>>>>> On 6/15/2023 11:57 AM, Richard Damon wrote:
>>>>>>>>>> On 6/15/23 12:50 PM, olcott wrote:
>>>>>>>>>>> A termination analyzer is an ordinary computer program that
>>>>>>>>>>> is supposed
>>>>>>>>>>> to determine whether or not its input program will ever stop
>>>>>>>>>>> running or
>>>>>>>>>>> gets stuck in infinite execution.
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Right, THE PROGRAM, not the simulation of the program by the
>>>>>>>>>> analyzer.
>>>>>>>>>>
>>>>>>>>>>> When a program input has been specifically defined to confuse a
>>>>>>>>>>> termination analyzer it is correct to determine that the program
>>>>>>>>>>> behavior is malevolent.
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Nope, since the PROGRAM stops, the only correct answer (if you
>>>>>>>>>> analyser is supposed to be accurate) is to say it stops.
>>>>>>>>>>
>>>>>>>>>> If you are allowing FALSE answers,
>>>>>>>>>>
>>>>>>>>>>> Prior to my work nothing could be done about inputs having a
>>>>>>>>>>> pathological relationship to their termination analyzer.
>>>>>>>>>>> Prior to my
>>>>>>>>>>> work Rice's theorem prevented this pathological relationship
>>>>>>>>>>> from being
>>>>>>>>>>> recognized.
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Because there was no need to even try to define "pathological
>>>>>>>>>> inputs", as the deciders are defined to work for ALL input.
>>>>>>>>>>
>>>>>>>>>>> The pathological relationship is when an input program D is
>>>>>>>>>>> defined to
>>>>>>>>>>> do the opposite of whatever its termination analyzer H says
>>>>>>>>>>> it will do.
>>>>>>>>>>> If H says that D will stop running D runs an infinite loop.
>>>>>>>>>>> If H says
>>>>>>>>>>> that D will never stop running, D immediately stops running.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Right, so H is just wrong.
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> When H(D,D) returns 0 this means that the input does not halt
>>>>>>>>>>> or the
>>>>>>>>>>> input has pathological behavior that would otherwise cause the
>>>>>>>>>>> termination analyzer to not halt. This means that the program
>>>>>>>>>>> has either
>>>>>>>>>>> a non-termination bug or the program has malevolent behavior.
>>>>>>>>>>
>>>>>>>>>> But Malevolent behaior is ALLOWED by the problem, so H is just
>>>>>>>>>> wrong.
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> This reasoning completely overcomes the one key objection to
>>>>>>>>>>> my work
>>>>>>>>>>> that has persisted for two years.
>>>>>>>>>>
>>>>>>>>>> Nope, just proves that you don't understand what requirements
>>>>>>>>>> mean.
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> *Termination Analyzer H prevents Denial of Service attacks*
>>>>>>>>>>> https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_prevents_Denial_of_Service_attacks
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Since D(D) Halts, the ONLY correct answer for H(D,D) is
>>>>>>>>>> Halting, so the fact it says non-halting says it is NOT a
>>>>>>>>>> correct Halt Decider.
>>>>>>>>>>
>>>>>>>>>> Maybe it is a correct POOP decider, but then you need to find
>>>>>>>>>> a use for your POOP.
>>>>>>>>>
>>>>>>>>> *THERE IS NO WAY AROUND THIS VERIFIED FACT*
>>>>>>>>> H returns 0 indicating that:
>>>>>>>>> (a) D does not halt
>>>>>>>>
>>>>>>>> Except that D does Halt, and you admit it, thus your (a) is a
>>>>>>>> VERIFIED LIE.
>>>>>>>>
>>>>>>>>> (b) D has a pathological relationship to H that would prevent H
>>>>>>>>> from halting.
>>>>>>>>
>>>>>>>> Which is an issue with H, not D. H, is REQUIRED to be able to
>>>>>>>> handle *ALL* inputs, so an input that gives H a problem is a
>>>>>>>> problem with H.
>>>>>>>>
>>>>>>>>>
>>>>>>>>> The algorithm used by H provides a way for DoS detectors and
>>>>>>>>> termination
>>>>>>>>> analyzers to reject inputs having the halting problem's
>>>>>>>>> pathological
>>>>>>>>> relationship to H.
>>>>>>>>>
>>>>>>>>
>>>>>>>> And that same logic says that Trump actually won the election,
>>>>>>>> as the actual votes don't actually matter.
>>>>>>>>
>>>>>>>>  From the DEFINITION of the Halt Problem, if M(d) Halts, then
>>>>>>>> H(M,d) needs to say Halting.
>>>>>>>>
>>>>>>>> Since D(D) Halts, that means M(D,D) MUST return halting to be
>>>>>>>> correct, and it doesn't and any claim that another answer is
>>>>>>>> correct is just a LIE.
>>>>>>>>
>>>>>>>> The fact that you keep repeating this lie shows that you are
>>>>>>>> just a pathetic hypocritical ignorant pathological lying idiot.
>>>>>>>>
>>>>>>>> YOU FAIL.
>>>>>>>>
>>>>>>>
>>>>>>> We can construe H as defeating Rice's theorem in that H
>>>>>>> correctly reports that input D has a [termination issue]
>>>>>>> where [termination issue] is defined as:
>>>>>>> (a) D does not halt
>>>>>>>      OR
>>>>>>> (b) D has a pathological relationship to H
>>>>>>>
>>>>>>
>>>>>> But D doesn't have a termination issue, because H DOES abort its
>>>>>> simulation of it and returns 0 to it so it stops.
>>>>>>
>>>>>> Until you can show how that doesn't happen in the actual execution
>>>>>> of D (not just via the INCORRECT simulation of H) you are just lying.
>>>>>>
>>>>>> Trying to define "iteration issue" in that matter means it isn't
>>>>>> halting, and thus your H isn't a Halt Decider so not a counter to
>>>>>> the proof.
>>>>>>
>>>>>> You are also just showing you don't understand Rice's Theorem.
>>>>>> Note, the Halting Problem pathological case is NOT given as a
>>>>>> proof of Rices's theorem, so your proof doesn't actually mean
>>>>>> anything.
>>>>>>
>>>>>> You are just proving you are a failure.
>>>>>
>>>>>
>>>>> When we define [malevolent input] as an input that
>>>>> (a) does not halt <or>
>>>>> (b) targets the DoS detector with the conventional HP pathological
>>>>> relationship
>>>>>
>>>>> H does correctly recognize this [malevolent input] semantic
>>>>> property thus refuting Rice’s theorem.
>>>>>
>>>>
>>>> No, that does not refute Rice's theorem, and shows that you totally
>>>> don't understand how logic works or what Rice's Thoerem means.
>>>>
>>> The proofs that I am aware of try to fool the semantic property detector
>>> with a pathological input. These proofs fail when the detector correctly
>>> detects that these inputs are pathological.
>>
>> But, what EXACTLY is your definition of "Pathologica",
> We have covered this 10,000 times and you really don't remember or are
> you trolling me?
>


Click here to read the complete article
Re: Termination Analyzer H prevents Denial of Service attacks

<u6glhm$nnvi$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=11327&group=comp.ai.philosophy#11327

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic
Subject: Re: Termination Analyzer H prevents Denial of Service attacks
Date: Thu, 15 Jun 2023 22:39:34 -0500
Organization: A noiseless patient Spider
Lines: 196
Message-ID: <u6glhm$nnvi$1@dont-email.me>
References: <u6ffga$ff42$1@dont-email.me> <WpHiM.17$Ect9.3@fx44.iad>
<u6fhtb$fogg$1@dont-email.me> <E3KiM.2296$Vpga.1840@fx09.iad>
<u6fsb9$h14r$1@dont-email.me> <tcLiM.322$bv69.123@fx39.iad>
<u6g8g4$imv4$1@dont-email.me> <35PiM.9$3XE8.8@fx42.iad>
<u6gfnu$n5el$1@dont-email.me> <RQPiM.8$EuDd.7@fx02.iad>
<u6gj86$nfnl$1@dont-email.me> <mvQiM.5115$Zq81.401@fx15.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 16 Jun 2023 03:39:35 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="6fe5975e155b16569e5bf7a9baafa374";
logging-data="778226"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+jUe9HgZGXbgRRTEhuwwMt"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:nJ58DdZPInR3U7rmmSPafeq+e8s=
Content-Language: en-US
In-Reply-To: <mvQiM.5115$Zq81.401@fx15.iad>
 by: olcott - Fri, 16 Jun 2023 03:39 UTC

On 6/15/2023 10:17 PM, Richard Damon wrote:
> On 6/15/23 11:00 PM, olcott wrote:
>> On 6/15/2023 9:32 PM, Richard Damon wrote:
>>> On 6/15/23 10:00 PM, olcott wrote:
>>>> On 6/15/2023 8:41 PM, Richard Damon wrote:
>>>>> On 6/15/23 7:56 PM, olcott wrote:
>>>>>> On 6/15/2023 4:16 PM, Richard Damon wrote:
>>>>>>> On 6/15/23 4:29 PM, olcott wrote:
>>>>>>>> On 6/15/2023 2:58 PM, Richard Damon wrote:
>>>>>>>>> On 6/15/23 1:31 PM, olcott wrote:
>>>>>>>>>> On 6/15/2023 11:57 AM, Richard Damon wrote:
>>>>>>>>>>> On 6/15/23 12:50 PM, olcott wrote:
>>>>>>>>>>>> A termination analyzer is an ordinary computer program that
>>>>>>>>>>>> is supposed
>>>>>>>>>>>> to determine whether or not its input program will ever stop
>>>>>>>>>>>> running or
>>>>>>>>>>>> gets stuck in infinite execution.
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Right, THE PROGRAM, not the simulation of the program by the
>>>>>>>>>>> analyzer.
>>>>>>>>>>>
>>>>>>>>>>>> When a program input has been specifically defined to confuse a
>>>>>>>>>>>> termination analyzer it is correct to determine that the
>>>>>>>>>>>> program
>>>>>>>>>>>> behavior is malevolent.
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Nope, since the PROGRAM stops, the only correct answer (if
>>>>>>>>>>> you analyser is supposed to be accurate) is to say it stops.
>>>>>>>>>>>
>>>>>>>>>>> If you are allowing FALSE answers,
>>>>>>>>>>>
>>>>>>>>>>>> Prior to my work nothing could be done about inputs having a
>>>>>>>>>>>> pathological relationship to their termination analyzer.
>>>>>>>>>>>> Prior to my
>>>>>>>>>>>> work Rice's theorem prevented this pathological relationship
>>>>>>>>>>>> from being
>>>>>>>>>>>> recognized.
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Because there was no need to even try to define "pathological
>>>>>>>>>>> inputs", as the deciders are defined to work for ALL input.
>>>>>>>>>>>
>>>>>>>>>>>> The pathological relationship is when an input program D is
>>>>>>>>>>>> defined to
>>>>>>>>>>>> do the opposite of whatever its termination analyzer H says
>>>>>>>>>>>> it will do.
>>>>>>>>>>>> If H says that D will stop running D runs an infinite loop.
>>>>>>>>>>>> If H says
>>>>>>>>>>>> that D will never stop running, D immediately stops running.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Right, so H is just wrong.
>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> When H(D,D) returns 0 this means that the input does not
>>>>>>>>>>>> halt or the
>>>>>>>>>>>> input has pathological behavior that would otherwise cause the
>>>>>>>>>>>> termination analyzer to not halt. This means that the
>>>>>>>>>>>> program has either
>>>>>>>>>>>> a non-termination bug or the program has malevolent behavior.
>>>>>>>>>>>
>>>>>>>>>>> But Malevolent behaior is ALLOWED by the problem, so H is
>>>>>>>>>>> just wrong.
>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> This reasoning completely overcomes the one key objection to
>>>>>>>>>>>> my work
>>>>>>>>>>>> that has persisted for two years.
>>>>>>>>>>>
>>>>>>>>>>> Nope, just proves that you don't understand what requirements
>>>>>>>>>>> mean.
>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> *Termination Analyzer H prevents Denial of Service attacks*
>>>>>>>>>>>> https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_prevents_Denial_of_Service_attacks
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Since D(D) Halts, the ONLY correct answer for H(D,D) is
>>>>>>>>>>> Halting, so the fact it says non-halting says it is NOT a
>>>>>>>>>>> correct Halt Decider.
>>>>>>>>>>>
>>>>>>>>>>> Maybe it is a correct POOP decider, but then you need to find
>>>>>>>>>>> a use for your POOP.
>>>>>>>>>>
>>>>>>>>>> *THERE IS NO WAY AROUND THIS VERIFIED FACT*
>>>>>>>>>> H returns 0 indicating that:
>>>>>>>>>> (a) D does not halt
>>>>>>>>>
>>>>>>>>> Except that D does Halt, and you admit it, thus your (a) is a
>>>>>>>>> VERIFIED LIE.
>>>>>>>>>
>>>>>>>>>> (b) D has a pathological relationship to H that would prevent
>>>>>>>>>> H from halting.
>>>>>>>>>
>>>>>>>>> Which is an issue with H, not D. H, is REQUIRED to be able to
>>>>>>>>> handle *ALL* inputs, so an input that gives H a problem is a
>>>>>>>>> problem with H.
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> The algorithm used by H provides a way for DoS detectors and
>>>>>>>>>> termination
>>>>>>>>>> analyzers to reject inputs having the halting problem's
>>>>>>>>>> pathological
>>>>>>>>>> relationship to H.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> And that same logic says that Trump actually won the election,
>>>>>>>>> as the actual votes don't actually matter.
>>>>>>>>>
>>>>>>>>>  From the DEFINITION of the Halt Problem, if M(d) Halts, then
>>>>>>>>> H(M,d) needs to say Halting.
>>>>>>>>>
>>>>>>>>> Since D(D) Halts, that means M(D,D) MUST return halting to be
>>>>>>>>> correct, and it doesn't and any claim that another answer is
>>>>>>>>> correct is just a LIE.
>>>>>>>>>
>>>>>>>>> The fact that you keep repeating this lie shows that you are
>>>>>>>>> just a pathetic hypocritical ignorant pathological lying idiot.
>>>>>>>>>
>>>>>>>>> YOU FAIL.
>>>>>>>>>
>>>>>>>>
>>>>>>>> We can construe H as defeating Rice's theorem in that H
>>>>>>>> correctly reports that input D has a [termination issue]
>>>>>>>> where [termination issue] is defined as:
>>>>>>>> (a) D does not halt
>>>>>>>>      OR
>>>>>>>> (b) D has a pathological relationship to H
>>>>>>>>
>>>>>>>
>>>>>>> But D doesn't have a termination issue, because H DOES abort its
>>>>>>> simulation of it and returns 0 to it so it stops.
>>>>>>>
>>>>>>> Until you can show how that doesn't happen in the actual
>>>>>>> execution of D (not just via the INCORRECT simulation of H) you
>>>>>>> are just lying.
>>>>>>>
>>>>>>> Trying to define "iteration issue" in that matter means it isn't
>>>>>>> halting, and thus your H isn't a Halt Decider so not a counter to
>>>>>>> the proof.
>>>>>>>
>>>>>>> You are also just showing you don't understand Rice's Theorem.
>>>>>>> Note, the Halting Problem pathological case is NOT given as a
>>>>>>> proof of Rices's theorem, so your proof doesn't actually mean
>>>>>>> anything.
>>>>>>>
>>>>>>> You are just proving you are a failure.
>>>>>>
>>>>>>
>>>>>> When we define [malevolent input] as an input that
>>>>>> (a) does not halt <or>
>>>>>> (b) targets the DoS detector with the conventional HP pathological
>>>>>> relationship
>>>>>>
>>>>>> H does correctly recognize this [malevolent input] semantic
>>>>>> property thus refuting Rice’s theorem.
>>>>>>
>>>>>
>>>>> No, that does not refute Rice's theorem, and shows that you totally
>>>>> don't understand how logic works or what Rice's Thoerem means.
>>>>>
>>>> The proofs that I am aware of try to fool the semantic property
>>>> detector
>>>> with a pathological input. These proofs fail when the detector
>>>> correctly
>>>> detects that these inputs are pathological.
>>>
>>> But, what EXACTLY is your definition of "Pathologica",
>> We have covered this 10,000 times and you really don't remember or are
>> you trolling me?
>>
>
> You may think you have, but you actually haven't provided a precice
> definition that can apply to Turing machines equivalents.
>
> Remember, D is supposed to have its own copy of H, and can't actually
> call the code in a different machines (thus calling the same address as
> H doesn't count).
>
> If you are going to conceed a less than turing equivalent system, you
> have conceeded that you system doesn't meet the requirements.
>
>
> If you want to say you have, give an actual reference to the message, or
> you are just shown to be the liar you are.


Click here to read the complete article
Re: Termination Analyzer H prevents Denial of Service attacks

<4XXiM.719$VKY6.656@fx13.iad>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=11328&group=comp.ai.philosophy#11328

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx13.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.11.2
Subject: Re: Termination Analyzer H prevents Denial of Service attacks
Content-Language: en-US
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic
References: <u6ffga$ff42$1@dont-email.me> <WpHiM.17$Ect9.3@fx44.iad>
<u6fhtb$fogg$1@dont-email.me> <E3KiM.2296$Vpga.1840@fx09.iad>
<u6fsb9$h14r$1@dont-email.me> <tcLiM.322$bv69.123@fx39.iad>
<u6g8g4$imv4$1@dont-email.me> <35PiM.9$3XE8.8@fx42.iad>
<u6gfnu$n5el$1@dont-email.me> <RQPiM.8$EuDd.7@fx02.iad>
<u6gj86$nfnl$1@dont-email.me> <mvQiM.5115$Zq81.401@fx15.iad>
<u6glhm$nnvi$1@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <u6glhm$nnvi$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 45
Message-ID: <4XXiM.719$VKY6.656@fx13.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, 16 Jun 2023 07:45:04 -0400
X-Received-Bytes: 3025
 by: Richard Damon - Fri, 16 Jun 2023 11:45 UTC

On 6/15/23 11:39 PM, olcott wrote:
> On 6/15/2023 10:17 PM, Richard Damon wrote:
>> On 6/15/23 11:00 PM, olcott wrote:
>>> On 6/15/2023 9:32 PM, Richard Damon wrote:

>>>> But, what EXACTLY is your definition of "Pathologica",
>>> We have covered this 10,000 times and you really don't remember or
>>> are you trolling me?
>>>
>>
>> You may think you have, but you actually haven't provided a precice
>> definition that can apply to Turing machines equivalents.
>>
>> Remember, D is supposed to have its own copy of H, and can't actually
>> call the code in a different machines (thus calling the same address
>> as H doesn't count).
>>
>> If you are going to conceed a less than turing equivalent system, you
>> have conceeded that you system doesn't meet the requirements.
>>
>>
>> If you want to say you have, give an actual reference to the message,
>> or you are just shown to be the liar you are.
>
> I have already showed this on the Peter Linz proof hundreds of times.
> Even if the input is copied it is still nested simulation that never
> stops unless aborted. Peter Linz actually replied to my email recently.
>

So, you ADMIT that you are a LIAR, and don't know what you are talking
about.

Yes, we still get the potentially infinitely nested simulation unless H
CAN detect it and abort the simulation, the problem is that your H no
longer has the ability to detect that D is calling "a simulating Halt
Decider".

You are just proving your stupidity.

This gets to the difficulty of formally defining the "Pathological
Relationship" as the "equality" of the "function" that D calls and the
decider looking at it is not computable. Your failure to understand this
just shows how little you understand what Computability is about.

Re: Termination Analyzer H prevents Denial of Service attacks

<u6hs65$rmu9$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=11329&group=comp.ai.philosophy#11329

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic
Subject: Re: Termination Analyzer H prevents Denial of Service attacks
Date: Fri, 16 Jun 2023 09:38:58 -0500
Organization: A noiseless patient Spider
Lines: 59
Message-ID: <u6hs65$rmu9$1@dont-email.me>
References: <u6ffga$ff42$1@dont-email.me> <WpHiM.17$Ect9.3@fx44.iad>
<u6fhtb$fogg$1@dont-email.me> <E3KiM.2296$Vpga.1840@fx09.iad>
<u6fsb9$h14r$1@dont-email.me> <tcLiM.322$bv69.123@fx39.iad>
<u6g8g4$imv4$1@dont-email.me> <35PiM.9$3XE8.8@fx42.iad>
<u6gfnu$n5el$1@dont-email.me> <RQPiM.8$EuDd.7@fx02.iad>
<u6gj86$nfnl$1@dont-email.me> <mvQiM.5115$Zq81.401@fx15.iad>
<u6glhm$nnvi$1@dont-email.me> <4XXiM.719$VKY6.656@fx13.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 16 Jun 2023 14:39:01 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="6fe5975e155b16569e5bf7a9baafa374";
logging-data="908233"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/B3eposlfTkHLQdwC+qn1C"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:RUZwKczJw/tV+JOe3+Xb7RWfl0I=
In-Reply-To: <4XXiM.719$VKY6.656@fx13.iad>
Content-Language: en-US
 by: olcott - Fri, 16 Jun 2023 14:38 UTC

On 6/16/2023 6:45 AM, Richard Damon wrote:
> On 6/15/23 11:39 PM, olcott wrote:
>> On 6/15/2023 10:17 PM, Richard Damon wrote:
>>> On 6/15/23 11:00 PM, olcott wrote:
>>>> On 6/15/2023 9:32 PM, Richard Damon wrote:
>
>>>>> But, what EXACTLY is your definition of "Pathologica",
>>>> We have covered this 10,000 times and you really don't remember or
>>>> are you trolling me?
>>>>
>>>
>>> You may think you have, but you actually haven't provided a precice
>>> definition that can apply to Turing machines equivalents.
>>>
>>> Remember, D is supposed to have its own copy of H, and can't actually
>>> call the code in a different machines (thus calling the same address
>>> as H doesn't count).
>>>
>>> If you are going to conceed a less than turing equivalent system, you
>>> have conceeded that you system doesn't meet the requirements.
>>>
>>>
>>> If you want to say you have, give an actual reference to the message,
>>> or you are just shown to be the liar you are.
>>
>> I have already showed this on the Peter Linz proof hundreds of times.
>> Even if the input is copied it is still nested simulation that never
>> stops unless aborted. Peter Linz actually replied to my email recently.
>>
>
> So, you ADMIT that you are a LIAR, and don't know what you are talking
> about.
I have had enough of this. When you call me a liar that makes you a liar
because what I say that you call a lie is an easily verified fact.

*Termination Analyzer H prevents Denial of Service attacks*
https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_prevents_Denial_of_Service_attacks

on pages 2-3 of the above paper

When Ĥ is applied to ⟨Ĥ⟩
Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qy ∞
Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qn

Simulation invariant: ⟨Ĥ⟩ correctly simulated by embedded_H never
reaches its own simulated final state of ⟨Ĥ.qn⟩ and just like H(D,D)
will never stop running unless its simulation has been aborted.

Termination Analyzer H prevents Denial of Service attacks
https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_prevents_Denial_of_Service_attacks

--
Copyright 2023 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Re: Termination Analyzer H prevents Denial of Service attacks

<ou6jM.226$o5e9.6@fx37.iad>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=11330&group=comp.ai.philosophy#11330

  copy link   Newsgroups: comp.theory comp.ai.philosophy sci.logic
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx37.iad.POSTED!not-for-mail
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.12.0
Subject: Re: Termination Analyzer H prevents Denial of Service attacks
Content-Language: en-US
Newsgroups: comp.theory,comp.ai.philosophy,sci.logic
References: <u6ffga$ff42$1@dont-email.me> <WpHiM.17$Ect9.3@fx44.iad>
<u6fhtb$fogg$1@dont-email.me> <E3KiM.2296$Vpga.1840@fx09.iad>
<u6fsb9$h14r$1@dont-email.me> <tcLiM.322$bv69.123@fx39.iad>
<u6g8g4$imv4$1@dont-email.me> <35PiM.9$3XE8.8@fx42.iad>
<u6gfnu$n5el$1@dont-email.me> <RQPiM.8$EuDd.7@fx02.iad>
<u6gj86$nfnl$1@dont-email.me> <mvQiM.5115$Zq81.401@fx15.iad>
<u6glhm$nnvi$1@dont-email.me> <4XXiM.719$VKY6.656@fx13.iad>
<u6hs65$rmu9$1@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <u6hs65$rmu9$1@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 132
Message-ID: <ou6jM.226$o5e9.6@fx37.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, 16 Jun 2023 19:45:24 -0400
X-Received-Bytes: 7287
 by: Richard Damon - Fri, 16 Jun 2023 23:45 UTC

On 6/16/23 10:38 AM, olcott wrote:
> On 6/16/2023 6:45 AM, Richard Damon wrote:
>> On 6/15/23 11:39 PM, olcott wrote:
>>> On 6/15/2023 10:17 PM, Richard Damon wrote:
>>>> On 6/15/23 11:00 PM, olcott wrote:
>>>>> On 6/15/2023 9:32 PM, Richard Damon wrote:
>>
>>>>>> But, what EXACTLY is your definition of "Pathologica",
>>>>> We have covered this 10,000 times and you really don't remember or
>>>>> are you trolling me?
>>>>>
>>>>
>>>> You may think you have, but you actually haven't provided a precice
>>>> definition that can apply to Turing machines equivalents.
>>>>
>>>> Remember, D is supposed to have its own copy of H, and can't
>>>> actually call the code in a different machines (thus calling the
>>>> same address as H doesn't count).
>>>>
>>>> If you are going to conceed a less than turing equivalent system,
>>>> you have conceeded that you system doesn't meet the requirements.
>>>>
>>>>
>>>> If you want to say you have, give an actual reference to the
>>>> message, or you are just shown to be the liar you are.
>>>
>>> I have already showed this on the Peter Linz proof hundreds of times.
>>> Even if the input is copied it is still nested simulation that never
>>> stops unless aborted. Peter Linz actually replied to my email recently.
>>>
>>
>> So, you ADMIT that you are a LIAR, and don't know what you are talking
>> about.
> I have had enough of this. When you call me a liar that makes you a liar
> because what I say that you call a lie is an easily verified fact.
>
> *Termination Analyzer H prevents Denial of Service attacks*
> https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_prevents_Denial_of_Service_attacks
>
> on pages 2-3 of the above paper
>
> When Ĥ is applied to ⟨Ĥ⟩
> Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qy ∞
> Ĥ.q0 ⟨Ĥ⟩ ⊢* embedded_H ⟨Ĥ⟩ ⟨Ĥ⟩ ⊢* Ĥ.qn
>
> Simulation invariant: ⟨Ĥ⟩ correctly simulated by embedded_H never
> reaches its own simulated final state of ⟨Ĥ.qn⟩ and just like H(D,D)
> will never stop running unless its simulation has been aborted.
>
>
>
>
> Termination Analyzer H prevents Denial of Service attacks
> https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_prevents_Denial_of_Service_attacks
>
>

No, I am right and you are wrong, and you just are showing that you
don't understand what you are talking about.

For instance, your FIRST sentence is based on error.

You say:
When the halting problem is construed as requiring a correct yes/no
answer to a self-contradictory question it cannot be solved.

But, the answer required is NOT "self-contradictory", as it ALWAYS has a
definite answer, The problem is your don't understand that your H needs
to be an actual Turing Machine (or equivalent), and one you fix your H
into that form, there is a definite answer to the Halting Question for
the machine H^ built on that H, it is the opposite of whatever your
claimed "correct" H happens to give. (the key is H^ isn't contradictory
to ITSELF, it is contradictory to H)

In one sense, your statement has a correct basis, because we can build
this sort of H^, that cause this sort of contradictory behavior, the
problem of creating a correct Halt Decider can not be solved, but that
doesn't negate the problem, but answers it. It is actually inpossible to
create a correct halt decider, so the "Halting Function" is determined
to be non-computable.

Then you are wrong in the second sentence:fl
The purpose of solving the halting problem is to determine non-halting
bugs and non-halting malevolent software.

That is absolutely NOT the purpose of solving the Halting Problem,
remember, the Halting Problem was create LONG before "Modern" computers
with their software, so that can't be the actual purpose of it. Its
purpose goes back to times when mathmeticians were investigating the
fundamental power of "Computations", the "Mechanical" act of solving a
problem, which had impact into the field of theorem proving.

Having started with these two errors, you have put yourself into a
corner, and totally misinterpret the actual requirements and get
yourself stuck deep in the weeds of errors.

This shows in things like you looking at H as being two totally
different programs with different behaviors both existing in the same
problem at the same time (the H that does abort and the H that doesn't)
which is a actual impossiblity and makes your whole logic just invalid
and unsound.

Yes, the fact that you have keep on repeating these errors, even after
having the errors pointed out does confirm that you are the hypocritical
ignorant pathological lying idiot that I call you.

Hypocritical, because you claim that "Correct Logic" must start from the
Truth Makers of the system, but you start with a falsehood, that H can
be two different programs.

Ignorant, because it is clear that you truely don't understand any of
the basic material of the fields you are talking about.

Pathological (liar), because you lies seem to be based on your inability
to comprend what is actually true, but are stuck into believing your own
lies.

(Pathological) Lying: because most of what you say is just incorrect,
being based on totally incorrect assumptions and logic. It isn't just an
"Honest Error", but fails the reasonable person test, a reasonable
person, when given the corrections you have received, whould see they
are incorrect, instead, you seem to just ignore the corrections, because
they just don't make sense to you, because you are stuck in your falsehood.

Idiot, because you errors are not just from a lack of knowledge, but are
also based on totally incorrect reasoning processes.

In short, you have failed to show what you are trying to show, but are
instead showing how bad you are at understanding anything about what you
talk about.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor