Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Prototype designs always work. -- Don Vonada


computers / comp.ai.philosophy / All of my reviewers deny the verified facts by using the straw-man deception

SubjectAuthor
* All of my reviewers deny the verified facts by using the straw-manolcott
`- Re: All of my reviewers deny the verified facts by using theRichard Damon

1
All of my reviewers deny the verified facts by using the straw-man deception

<tt5jpo$1hv23$4@dont-email.me>

  copy mid

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

  copy link   Newsgroups: sci.logic comp.theory comp.ai.philosophy comp.software-eng
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: sci.logic,comp.theory,comp.ai.philosophy,comp.software-eng
Subject: All of my reviewers deny the verified facts by using the straw-man
deception
Date: Wed, 22 Feb 2023 11:35:51 -0600
Organization: A noiseless patient Spider
Lines: 47
Message-ID: <tt5jpo$1hv23$4@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 22 Feb 2023 17:35:52 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="e0a0479e738053ece8a8b05cfebd38ea";
logging-data="1637443"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+2s8MaUkM1QO+/5tZKKvOX"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.7.2
Cancel-Lock: sha1:SCtjxAw2kHtVVGqHjDG2cofoykE=
Content-Language: en-US
 by: olcott - Wed, 22 Feb 2023 17:35 UTC

*Halting is defined as reaching a final state and terminating normally*

int D(int (*x)())
{ int Halt_Status = H(x, x);
if (Halt_Status)
HERE: goto HERE;
return Halt_Status;
}

Anyone with sufficient software engineering skill knows that
*D simulated by H cannot possibly correctly reach its ret instruction*
Everyone else lacks sufficient software engineering skill or lies

_D()
[00001d12] 55 push ebp
[00001d13] 8bec mov ebp,esp
[00001d15] 51 push ecx
[00001d16] 8b4508 mov eax,[ebp+08] // move 1st argument to eax
[00001d19] 50 push eax // push D
[00001d1a] 8b4d08 mov ecx,[ebp+08] // move 1st argument to ecx
[00001d1d] 51 push ecx // push D
[00001d1e] e83ff8ffff call 00001562 // call H same as H(D,D)
[00001d23] 83c408 add esp,+08
[00001d26] 8945fc mov [ebp-04],eax
[00001d29] 837dfc00 cmp dword [ebp-04],+00
[00001d2d] 7402 jz 00001d31
[00001d2f] ebfe jmp 00001d2f
[00001d31] 8b45fc mov eax,[ebp-04]
[00001d34] 8be5 mov esp,ebp
[00001d36] 5d pop ebp
[00001d37] c3 ret

H simulates machine instructions of D from [00001d12] to [00001d1e]
then could simulate D again endlessly (until D runs out of stack space)
or H could abort its entire simulation chain at some point. In both of
these mutually exclusive cases D simulated by H never reaches its own
ret instruction.

*straw-man*
An intentionally misrepresented proposition that is set up because it is
easier to defeat than an opponent's real argument.
https://www.lexico.com/en/definition/straw_man

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

Re: All of my reviewers deny the verified facts by using the straw-man deception

<qWyJL.248608$PXw7.164205@fx45.iad>

  copy mid

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

  copy link   Newsgroups: sci.logic comp.theory comp.ai.philosophy comp.software-eng
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx45.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.7.2
Subject: Re: All of my reviewers deny the verified facts by using the
straw-man deception
Content-Language: en-US
Newsgroups: sci.logic,comp.theory,comp.ai.philosophy,comp.software-eng
References: <tt5jpo$1hv23$4@dont-email.me>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <tt5jpo$1hv23$4@dont-email.me>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 66
Message-ID: <qWyJL.248608$PXw7.164205@fx45.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: Wed, 22 Feb 2023 20:02:13 -0500
X-Received-Bytes: 3425
 by: Richard Damon - Thu, 23 Feb 2023 01:02 UTC

On 2/22/23 12:35 PM, olcott wrote:
> *Halting is defined as reaching a final state and terminating normally*

Right, of the actual execution of the machine

Remember: In computability theory, the halting problem is the problem of
determining, from a description of an arbitrary computer program and an
input, whether the program will finish running, or continue to run forever.

>
> int D(int (*x)())
> {
>   int Halt_Status = H(x, x);
>   if (Halt_Status)
>     HERE: goto HERE;
>   return Halt_Status;
> }
>
> Anyone with sufficient software engineering skill knows that
> *D simulated by H cannot possibly correctly reach its ret instruction*
> Everyone else lacks sufficient software engineering skill or lies

Which isn't the criteria, so you are using a strawman.

>
> _D()
>  [00001d12] 55         push ebp
>  [00001d13] 8bec       mov ebp,esp
>  [00001d15] 51         push ecx
>  [00001d16] 8b4508     mov eax,[ebp+08] // move 1st argument to eax
>  [00001d19] 50         push eax         // push D
>  [00001d1a] 8b4d08     mov ecx,[ebp+08] // move 1st argument to ecx
>  [00001d1d] 51         push ecx         // push D
>  [00001d1e] e83ff8ffff call 00001562    // call H same as H(D,D)
>  [00001d23] 83c408     add esp,+08
>  [00001d26] 8945fc     mov [ebp-04],eax
>  [00001d29] 837dfc00   cmp dword [ebp-04],+00
>  [00001d2d] 7402       jz 00001d31
>  [00001d2f] ebfe       jmp 00001d2f
>  [00001d31] 8b45fc     mov eax,[ebp-04]
>  [00001d34] 8be5       mov esp,ebp
>  [00001d36] 5d         pop ebp
>  [00001d37] c3         ret
>
> H simulates machine instructions of D from [00001d12] to [00001d1e]
> then could simulate D again endlessly (until D runs out of stack space)
> or H could abort its entire simulation chain at some point. In both of
> these mutually exclusive cases D simulated by H never reaches its own
> ret instruction.

maybe it COULD, but we know it DOES abort its simulation and return 0
and thus makes D(D) halting.

You don't seem to understand that computate programs do what they are
programmed to do.

>
> *straw-man*
> An intentionally misrepresented proposition that is set up because it is
> easier to defeat than an opponent's real argument.
> https://www.lexico.com/en/definition/straw_man
>

Exactly what you "alternate" criteria is.

So PROVEN.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor