Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Each new user of a new system uncovers a new class of bugs. -- Kernighan


computers / comp.ai.philosophy / Ben Bacarisse specifically targets my posts to discourage honest dialogue

SubjectAuthor
* Ben Bacarisse specifically targets my posts to discourage honestolcott
`* polcott thinks "ad nauseum" is a valid strategy (was: Re: Benvallor
 `- Re: Ben Bacarisse specifically targets my posts to discourage honestolcott

1
Ben Bacarisse specifically targets my posts to discourage honest dialogue

<u6qm47$26do1$2@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
Subject: Ben Bacarisse specifically targets my posts to discourage honest
dialogue
Date: Mon, 19 Jun 2023 17:50:47 -0500
Organization: A noiseless patient Spider
Lines: 54
Message-ID: <u6qm47$26do1$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 19 Jun 2023 22:50:47 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="09a376d1ca8466ab1cfa2e779f87b5bd";
logging-data="2307841"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/tCtdKNE6SkpIC65QY1W8z"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:IPox8o59L8/nsaHVqMMAM0dv+PA=
Content-Language: en-US
 by: olcott - Mon, 19 Jun 2023 22:50 UTC

Ben keeps trying to show that I am incorrect and I have finally found a
way to utterly refute his rebuttal.

The behavior of the directly executed D(D) is different than the
behavior of D(D) correctly simulated by H because in the first case H
has already aborted its simulation of its input and in the second case
this has not yet occurred.

Can D correctly simulated by H terminate normally?
No it cannot see the details below.

The x86utm operating system based on an open source x86 emulator. This
system enables one C function to execute another C function in debug
step mode. When H simulates D it creates a separate process context for
D with its own memory, stack and virtual registers. H is able to
simulate D simulating itself, thus the only limit to recursive
simulations is RAM.

// The following is written in C
//
01 typedef int (*ptr)(); // pointer to int function
02 int H(ptr x, ptr y) // uses x86 emulator to simulate its input
03
04 int D(ptr x)
05 {
06 int Halt_Status = H(x, x);
07 if (Halt_Status)
08 HERE: goto HERE;
09 return Halt_Status;
10 }
11
12 void main()
13 {
14 D(D);
15 }

D correctly simulated by H cannot possibly terminate normally by
reaching its own final state at line 09.

We can easily fix what Ben has misconstrued as a contradiction by
defining the return value of 0 from H as meaning:
(a) the input does not halt <or>
(b) the input is defined to have a pathological relationship to H.

Since it is true that D was defined to do the opposite of whatever
Boolean value that H returns H is correct to return 0.

*Termination Analyzer H is Not Fooled by Pathological Input D*
https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_is_Not_Fooled_by_Pathological_Input_D

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

polcott thinks "ad nauseum" is a valid strategy (was: Re: Ben Bacarisse specifically targets my posts to discourage honest dialogue

<u6qnvc$24pl7$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Followup: alt.dev.null
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: val...@cultnix.org (vallor)
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
Subject: polcott thinks "ad nauseum" is a valid strategy (was: Re: Ben
Bacarisse specifically targets my posts to discourage honest dialogue
Followup-To: alt.dev.null
Date: Mon, 19 Jun 2023 23:22:21 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 17
Message-ID: <u6qnvc$24pl7$1@dont-email.me>
References: <u6qm47$26do1$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 19 Jun 2023 23:22:21 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="b153a2d808bcd355c38f00d1bb0455ce";
logging-data="2254503"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+QWpnnMEl3QdGslm7dFDV6"
User-Agent: Pan/0.154 (Izium; dfc8674 gitlab.gnome.org/GNOME/pan.git)
Cancel-Lock: sha1:a3GZPumOUHBlGYpzDlooF3jdKxE=
X-Face: \}2`P"_@pS86<'EM:'b.Ml}8IuMK"pV"?FReF$'c.S%u9<Q#U*4QO)$l81M`{Q/n
XL'`91kd%N::LG:=*\35JS0prp\VJN^<s"b#bff@fA7]5lJA.jn,x_d%Md$,{.EZ
 by: vallor - Mon, 19 Jun 2023 23:22 UTC

On Mon, 19 Jun 2023 17:50:47 -0500, olcott wrote:

> thus the only limit to recursive simulations is RAM

You might as well set an arbitrary limit on recursion, because
that's what you are, in effect, doing.

C'mon, back to the drawing board.

Meanwhile, the logical fallacy you employ:

https://infidels.org/library/modern/constructing-a-logical-argument/#nauseam

fu2: alt.dev.null

--
-v

Re: Ben Bacarisse specifically targets my posts to discourage honest dialogue

<u6qq1r$26scm$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory sci.logic comp.ai.philosophy
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory,sci.logic,comp.ai.philosophy
Subject: Re: Ben Bacarisse specifically targets my posts to discourage honest
dialogue
Date: Mon, 19 Jun 2023 18:57:45 -0500
Organization: A noiseless patient Spider
Lines: 40
Message-ID: <u6qq1r$26scm$1@dont-email.me>
References: <u6qm47$26do1$2@dont-email.me> <u6qnvc$24pl7$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 19 Jun 2023 23:57:47 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="09a376d1ca8466ab1cfa2e779f87b5bd";
logging-data="2322838"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/AXM7Qg9G/GCM1uME/Wu5m"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.12.0
Cancel-Lock: sha1:z2jTwkv39dUAZbkddB8F3nOvK8A=
In-Reply-To: <u6qnvc$24pl7$1@dont-email.me>
Content-Language: en-US
 by: olcott - Mon, 19 Jun 2023 23:57 UTC

On 6/19/2023 6:22 PM, vallor wrote:
> On Mon, 19 Jun 2023 17:50:47 -0500, olcott wrote:
>
>> thus the only limit to recursive simulations is RAM
>
> You might as well set an arbitrary limit on recursion, because
> that's what you are, in effect, doing.
>
> C'mon, back to the drawing board.
>
> Meanwhile, the logical fallacy you employ:
>
> https://infidels.org/library/modern/constructing-a-logical-argument/#nauseam
>
> fu2: alt.dev.null
>

I have brand new ideas in this thread that have never been properly
reviewed.

It is the case that when D is correctly simulated by H that D cannot
possibly terminate normally.

It is the case that when a termination analyzer H uses this criteria
that it is not fooled by the pathological input D.

It is the case that when H returns 0 this could be interpreted as
meaning either the input does not halt or the input has defined a
pathological relationship to H.

It is the case that within the above definition that Ben's lost standing
rebuttal utterly fails.

*Termination Analyzer H is Not Fooled by Pathological Input D*
https://www.researchgate.net/publication/369971402_Termination_Analyzer_H_is_Not_Fooled_by_Pathological_Input_D

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

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor