Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

At many levels, Perl is a "diagonal" language. -- Larry Wall in <199709021854.LAA12794@wall.org>


computers / comp.theory / Re: Here is what a computer scientist that has been published in CACM said about my work [competence?]

Re: Here is what a computer scientist that has been published in CACM said about my work [competence?]

<OFhKK.730625$5fVf.417433@fx09.iad>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.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:91.0)
Gecko/20100101 Thunderbird/91.12.0
Subject: Re: Here is what a computer scientist that has been published in CACM
said about my work [competence?]
Content-Language: en-US
Newsgroups: comp.theory
References: <VUmdneqWu_jdjGT_nZ2dnZfqlJ_NnZ2d@giganews.com>
<20220814201431.00002067@reddwarf.jmc.corp>
<LLednYl9W7ET12T_nZ2dnZfqlJzNnZ2d@giganews.com>
<20220814205543.00006c29@reddwarf.jmc.corp> <tdbqq3$1cg2$1@gioia.aioe.org>
<cveKK.768959$ssF.612517@fx14.iad>
<2h-dnZQ8E7yD42T_nZ2dnZfqlJ9g4p2d@giganews.com>
<SzfKK.916573$JVi.396684@fx17.iad>
<MLOcnbPjLuakG2T_nZ2dnZfqlJ9g4p2d@giganews.com>
<UqgKK.136200$Me2.116425@fx47.iad>
<_KucnbJJWuzxAWT_nZ2dnZfqlJ_NnZ2d@giganews.com>
<HkhKK.793605$wIO9.479008@fx12.iad>
<PuidnRegb5XZOWT_nZ2dnZfqlJxh4p2d@giganews.com>
From: Rich...@Damon-Family.org (Richard Damon)
In-Reply-To: <PuidnRegb5XZOWT_nZ2dnZfqlJxh4p2d@giganews.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 164
Message-ID: <OFhKK.730625$5fVf.417433@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: Sun, 14 Aug 2022 21:52:45 -0400
X-Received-Bytes: 8552
 by: Richard Damon - Mon, 15 Aug 2022 01:52 UTC

On 8/14/22 9:41 PM, olcott wrote:
> On 8/14/2022 8:30 PM, Richard Damon wrote:
>> On 8/14/22 9:08 PM, olcott wrote:
>>> On 8/14/2022 7:28 PM, Richard Damon wrote:
>>>> On 8/14/22 7:33 PM, olcott wrote:
>>>>> On 8/14/2022 6:29 PM, Richard Damon wrote:
>>>>>> On 8/14/22 6:58 PM, olcott wrote:
>>>>>>> On 8/14/2022 5:16 PM, Richard Damon wrote:
>>>>>>>> On 8/14/22 5:52 PM, olcott wrote:
>>>>>>>>> Mr Flibble <flibble@reddwarf.jmc.corp> Wrote in message:r
>>>>>>>>>> On Sun, 14 Aug 2022 14:18:53 -0500olcott <NoOne@NoWhere.com>
>>>>>>>>>> wrote:> On 8/14/2022 2:14 PM, Mr Flibble wrote:> > On Sun, 14
>>>>>>>>>> Aug 2022 10:14:28 -0500> > olcott <NoOne@NoWhere.com> wrote:>
>>>>>>>>>> >   > >> *This is refers to H(P,P)==0 where H and P are
>>>>>>>>>> functions in C*> >>> >>       I believe I have learned
>>>>>>>>>> something valuable from you:> >>       that by simulation, and
>>>>>>>>>> by simulations within simulations,> >>       non-halting can
>>>>>>>>>> sometimes be detected, and in particular,> >>       it can be
>>>>>>>>>> detected in the program used in the classical> >>       proof
>>>>>>>>>> of incomputability.> >>> >> *Halting problem proofs refuted on
>>>>>>>>>> the basis of software> >> engineering* ?> >>> >>
>>>>>>>>>> https://www.researchgate.net/publication/361701808_Halting_problem_proofs_refuted_on_the_basis_of_software_engineering>
>>>>>>>>>> >>  > > > > I am also a computer scientist and I am telling
>>>>>>>>>> you that your> > halting decider reporting non-halting when it
>>>>>>>>>> enters "infinite> > recursion" is an ERROR.  There is no
>>>>>>>>>> infinite recursion in the HP> > proofs you are attempting to
>>>>>>>>>> refute.> > > > /Flibble> >   > > > void P(ptr x)> {>    int
>>>>>>>>>> Halt_Status = H(x, x);>    if (Halt_Status)>      HERE: goto
>>>>>>>>>> HERE;>    return;> }> > int main()> {>    Output("Input_Halts
>>>>>>>>>> = ", H(P, P));> }> > If it was true that you are a computer
>>>>>>>>>> scientist then you would > understand that this execution
>>>>>>>>>> trace is correct:> > (a) H(P,P) simulates P(P) that calls a
>>>>>>>>>> simulated H(P,P)> (b) that simulates P(P) that calls a
>>>>>>>>>> simulated H(P,P)> (c) that simulates P(P) that calls a
>>>>>>>>>> simulated H(P,P)> (d) that simulates P(P) that calls a
>>>>>>>>>> simulated H(P,P)...> *Until H aborts its simulation*I am a
>>>>>>>>>> computer scientist and all your trace shows is that H (not P)
>>>>>>>>>> isat the root of your so called "infinite recursion" and is
>>>>>>>>>> the primaryreason why you are incorrect to map this recursive
>>>>>>>>>> behaviour of your Hto a halting decision on P of non-halting.>
>>>>>>>>>> > If you do not understand that the above execution trace is
>>>>>>>>>> correct> then this proves that you are not as much as a
>>>>>>>>>> sufficiently competent > software engineer.It seems I
>>>>>>>>>> understand your trace more than you do which makes itobvious
>>>>>>>>>> who is actually lacking in competence here./Flibble
>>>>>>>>>
>>>>>>>>> Because H exactly simulates its input and has no control flow
>>>>>>>>>   behavior of it's own while it is simulating this input YOU ARE
>>>>>>>>>   BLAMING THE MIRROR FOR WHAT IT REFLECTS.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> H does have control low on its own, or it can't stop the
>>>>>>>> simulationg to give an answer.
>>>>>>>>
>>>>>>>
>>>>>>> Because H exactly simulates its input and has no control flow
>>>>>>> behavior of it's own
>>>>>>> while it is simulating this input
>>>>>>> while it is simulating this input
>>>>>>> while it is simulating this input
>>>>>>> while it is simulating this input
>>>>>>> while it is simulating this input
>>>>>>> while it is simulating this input
>>>>>>> while it is simulating this input
>>>>>>> while it is simulating this input
>>>>>>> while it is simulating this input
>>>>>>> while it is simulating this input
>>>>>>> while it is simulating this input
>>>>>>> while it is simulating this input
>>>>>>> while it is simulating this input
>>>>>>> while it is simulating this input
>>>>>>> YOU ARE BLAMING THE MIRROR FOR WHAT IT REFLECTS.
>>>>>>>
>>>>>>>> So either you are a liar, or just badly confused about what you
>>>>>>>> are saying.
>>>>>>>
>>>>>>> Or you OCD prevents you from paying close enough attention to ALL
>>>>>>> of my words.
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> Then how does it decide to stop simulating if it has no control
>>>>>> flow before it stops?
>>>>>>
>>>>>
>>>>> H does not have any effect on the behavior of its simulated P the
>>>>> whole time that H is simulating P, thus any recursive behavior that
>>>>> P demonstrates is behavior of P and not behavior of H.
>>>>>
>>>>>
>>>>
>>>> Nope, the problem is in H, not P.
>>>>
>>>> This H by its actions might not affect the behavior of the input it
>>>> is simulating, but it doesn't correctly determine the effect that
>>>> the copy of H in P will have.
>>>
>>> void P(ptr x)
>>> {
>>>    int Halt_Status = H(x, x);
>>>    if (Halt_Status)
>>>      HERE: goto HERE;
>>>    return;
>>> }
>>>
>>> int main()
>>> {
>>>    Output("Input_Halts = ", H(P, P));
>>> }
>>>
>>> So you disagree with this:
>>>
>>> (a) H(P,P) simulates P(P) that calls a simulated H(P,P)
>>> (b) that simulates P(P) that calls a simulated H(P,P)
>>> (c) that simulates P(P) that calls a simulated H(P,P)
>>> (d) that simulates P(P) that calls a simulated H(P,P)...
>>> *Until H aborts its simulation*
>>>
>>>
>>>
>>
>> That isn't what your H does,
>
> Why do you say that isn't what my H does when you know that it is what
> my H does and you can verify this with the complete system?
>
> https://www.liarparadox.org/2022_07_22.zip
> This is the complete system that compiles under:
>
> Microsoft Visual Studio Community 2017
> https://visualstudio.microsoft.com/vs/older-downloads/
>
>
>

Right, you didn't read what I said you H does, did you?

You are just proving how dumb you are.

(b), (c), (d) don't happen BECAUSE H abort its simulation as soon as it
sees P(P) call H(P,P).

BECAUSE H(P,P) aborts at this point, and returns 0, it doesn't actually
do a CORRECT simulation, as it prsumes that the simulated H(P,P) will
not return, but it returns 0, thus H is INCORRECT.

We can see the CORRECT simulation when we do UTM(P,P) which agres with
this Halting Answer.

The question that H needs to answer is NOT does it need to abort it
simulation, since of a given H, there is no choice there, it does what
it is programmed.

THe question that H needs to answer is does the program that input is
based on Halt or not?

Since P(P) Halts, the CORRECT answer for H(P,P) is 1, but it returns 0,
so is wrong.

Your claims that the behavior of input to H(P,P) isn't the behavior of
P(P) is just wrong, and based on incorrect reasoning. Since this is what
P means by its call to H(P,P), if it doesn't mean that you whole proof
just becomes a LIE.

SubjectRepliesAuthor
o Here is what a computer scientist that has been published in CACM

By: olcott on Sun, 14 Aug 2022

234olcott
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor