Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

There's got to be more to life than compile-and-go.


computers / comp.theory / Re: Not one person on this forum ever gave me a fair and honest review

Re: Not one person on this forum ever gave me a fair and honest review

<tmbhbg$2tb40$1@dont-email.me>

  copy mid

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

  copy link   Newsgroups: comp.theory
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: polco...@gmail.com (olcott)
Newsgroups: comp.theory
Subject: Re: Not one person on this forum ever gave me a fair and honest
review
Date: Thu, 1 Dec 2022 18:37:03 -0600
Organization: A noiseless patient Spider
Lines: 220
Message-ID: <tmbhbg$2tb40$1@dont-email.me>
References: <tm2soa$20lq8$2@dont-email.me> <tm5cci$2a3ib$1@dont-email.me>
<7SwhL.7788$jHT4.3700@fx06.iad> <tm69g7$2c5ij$1@dont-email.me>
<HDyhL.89$3SM3.33@fx45.iad> <tm6f7f$6fc$1@gioia.aioe.org>
<tm6glb$2cdg8$1@dont-email.me> <tm6inj$2fh9v$1@dont-email.me>
<XBAhL.115$GWK4.45@fx04.iad> <tm6mnd$2fnti$1@dont-email.me>
<6CHhL.4972$jXi9.4093@fx34.iad> <tm7psb$2hup2$1@dont-email.me>
<QgShL.76233$Q0m1.53355@fx18.iad> <tm8si6$if9$1@gioia.aioe.org>
<M0ThL.24518$f9D6.15031@fx09.iad> <tm8uos$2kkoq$1@dont-email.me>
<KrThL.24519$f9D6.4067@fx09.iad> <tm90c1$2kkoq$2@dont-email.me>
<g0UhL.92$_Y84.41@fx46.iad> <tm9et8$2odie$1@dont-email.me>
<_t0iL.13422$MGw.494@fx16.iad> <tmahtj$2qqak$1@dont-email.me>
<QRaiL.5612$z6e9.1053@fx37.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 2 Dec 2022 00:37:04 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="d864aef4b2e40bd3e71666885f643e6a";
logging-data="3058816"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18AfWbk86JThOthM3vJa49d"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.5.0
Cancel-Lock: sha1:SpjrAyj3aA6FmZMasSavSMOIrdE=
Content-Language: en-US
In-Reply-To: <QRaiL.5612$z6e9.1053@fx37.iad>
 by: olcott - Fri, 2 Dec 2022 00:37 UTC

On 12/1/2022 5:34 PM, Richard Damon wrote:
> On 12/1/22 10:40 AM, olcott wrote:
>> On 12/1/2022 5:46 AM, Richard Damon wrote:
>>> On 12/1/22 12:43 AM, olcott wrote:
>>>> On 11/30/2022 8:08 PM, Richard Damon wrote:
>>>>> On 11/30/22 8:34 PM, olcott wrote:
>>>>>> On 11/30/2022 7:29 PM, Richard Damon wrote:
>>>>>>> On 11/30/22 8:07 PM, olcott wrote:
>>>>>>>> On 11/30/2022 7:00 PM, Richard Damon wrote:
>>>>>>>>> On 11/30/22 7:29 PM, olcott wrote:
>>>>>>>>>> On 11/30/2022 6:09 PM, Richard Damon wrote:
>>>>>>>>>>> On 11/30/22 9:38 AM, olcott wrote:
>>>>>>>>>>>> On 11/30/2022 6:01 AM, Richard Damon wrote:
>>>>>>>>>>>>> On 11/29/22 11:38 PM, olcott wrote:
>>>>>>>>>>>>>> On 11/29/2022 10:03 PM, Richard Damon wrote:
>>>>>>>>>>>>>>> On 11/29/22 10:29 PM, olcott wrote:
>>>>>>>>>>>>>>>> On 11/29/2022 8:54 PM, Richard Damon wrote:
>>>>>>>>>>>>>>>>> On 11/29/22 9:30 PM, olcott wrote:
>>>>>>>>>>>>>>>>>> On 11/29/2022 7:48 PM, Richard Damon wrote:
>>>>>>>>>>>>>>>>>>> On 11/29/22 7:52 PM, olcott wrote:
>>>>>>>>>>>>>>>>>>>> On 11/29/2022 5:47 PM, Richard Damon wrote:
>>>>>>>>>>>>>>>>>>>>> On 11/29/22 11:35 AM, olcott wrote:
>>>>>>>>>>>>>>>>>>>>>> On 11/28/2022 11:56 AM, olcott wrote:
>>>>>>>>>>>>>>>>>>>>>>> void D(void (*x)())
>>>>>>>>>>>>>>>>>>>>>>> {
>>>>>>>>>>>>>>>>>>>>>>>    int Halt_Status = H(x, x);
>>>>>>>>>>>>>>>>>>>>>>>    if (Halt_Status)
>>>>>>>>>>>>>>>>>>>>>>>      HERE: goto HERE;
>>>>>>>>>>>>>>>>>>>>>>>    return;
>>>>>>>>>>>>>>>>>>>>>>> }
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> int main()
>>>>>>>>>>>>>>>>>>>>>>> {
>>>>>>>>>>>>>>>>>>>>>>>    D(D);
>>>>>>>>>>>>>>>>>>>>>>>    H(D, D);
>>>>>>>>>>>>>>>>>>>>>>> }
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> The fact that no D(D) ever stops running unless
>>>>>>>>>>>>>>>>>>>>>>> H(D,D) aborts the simlation of its input
>>>>>>>>>>>>>>>>>>>>>>> conclusively proves that the input to H(D,D)
>>>>>>>>>>>>>>>>>>>>>>> specifies a non-halting sequence of configurations.
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> [Ignoring stack overflow]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> The above D(D) never stops running unless the
>>>>>>>>>>>>>>>>>>>>>> H(D,D) that it invokes aborts the simulation of
>>>>>>>>>>>>>>>>>>>>>> its input.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Right, but that is ok, and doesn't make that D
>>>>>>>>>>>>>>>>>>>>> non-halting by the DEFINITION of what a Halt
>>>>>>>>>>>>>>>>>>>>> Decider needs to ddcide.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> H(M,x) needs to return Halting if M(x) Halts.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Since D(D) halts, this means that H(D,D) needs to
>>>>>>>>>>>>>>>>>>>>> return Halting.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Nothing in that ask anything about D using a
>>>>>>>>>>>>>>>>>>>>> simulation that happens to be aborted.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> You are just using wrong definitions.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> D(D) correctly simulated by the above H(D,D) never
>>>>>>>>>>>>>>>>>>>>>> stops running unless aborted.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Nope, UTM(D,D) which is the DEFINITION of a
>>>>>>>>>>>>>>>>>>>>> "Correct Simulation" will Halt. Thus the "Correct
>>>>>>>>>>>>>>>>>>>>> Simulation" of this input WILL HALT.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> The H you have provided never does a correct
>>>>>>>>>>>>>>>>>>>>> wsimulation, so what it does is actually irrelevent.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Thus no D(D) ever stops running unless an H(D,D)
>>>>>>>>>>>>>>>>>>>>>> aborts the simulation of its input.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Nope, since the H(D,D) that D calls DOES abort its
>>>>>>>>>>>>>>>>>>>>> simulation, the H(D,D) simulating this D didn't
>>>>>>>>>>>>>>>>>>>>> actually NEED to abort its simulation,
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> You are not paying close enough attention to the
>>>>>>>>>>>>>>>>>>>> exact words that I just said.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> If No H(D,D) in the universe ever stops simulating
>>>>>>>>>>>>>>>>>>>> its input then no corresponding executed or
>>>>>>>>>>>>>>>>>>>> simulated D(D) in the universe ever stops running.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> So, you are just PROVING that you are not working on
>>>>>>>>>>>>>>>>>>> the Halting Problem, because that isn't the Halting
>>>>>>>>>>>>>>>>>>> Problem criteria.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> I have already shown that people having a much deeper
>>>>>>>>>>>>>>>>>> understanding than the mere rote memorization of
>>>>>>>>>>>>>>>>>> textbooks understand that my adaptation of the halt
>>>>>>>>>>>>>>>>>> status criteria is equivalent to the conventional
>>>>>>>>>>>>>>>>>> notions.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Nope. You are perhaps DECEIVED them into giving assent
>>>>>>>>>>>>>>>>> to a statement whixh appears to match the actual
>>>>>>>>>>>>>>>>> definition but doesn't with your unusual meaning of the
>>>>>>>>>>>>>>>>> words.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> He has written a textbook on the subject and many many
>>>>>>>>>>>>>>>> papers,
>>>>>>>>>>>>>>>> It is ridiculous to believe that:
>>>>>>>>>>>>>>>> (a) He could be fooled into agreeing with a statement
>>>>>>>>>>>>>>>> that he
>>>>>>>>>>>>>>>>      did not fully understand.
>>>>>>>>>>>>>>>> AND
>>>>>>>>>>>>>>>> (b) Give me permission to quote his agreement with this
>>>>>>>>>>>>>>>> statement.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I do not believe that Ben believed that he was fooled
>>>>>>>>>>>>>>>> when Ben made the claim that he was fooled. Ben knows
>>>>>>>>>>>>>>>> better than this. Ben simply ran out of options for
>>>>>>>>>>>>>>>> rebuttal and thus grasped at straws.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Right, and he agreed that if H shows that the CORRECT
>>>>>>>>>>>>>>> SIMULATION of its input is non-halting, which is the
>>>>>>>>>>>>>>> simulation by a UTM. H only does a correct simulaition if
>>>>>>>>>>>>>>> its simulation agrees with THAT simulation.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I am only willing to have a mutually honest dialogue.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> I'm AM being Honest.
>>>>>>>>>>>>>
>>>>>>>>>>>>>> When I prove that you are incorrect on a point you never
>>>>>>>>>>>>>> acknowledge that I proved that you are incorrect you
>>>>>>>>>>>>>> simply change the subject.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Except that you never have proven me wrong on any major point.
>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Acknowledge that he was not fooled and that he most likely
>>>>>>>>>>>>>> fully understood what he agreed to or we cannot move on to
>>>>>>>>>>>>>> the next point.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> "Fooled" may be a stronger word then needed. He does not
>>>>>>>>>>>>> interpret the words the way you do. This is in part due to
>>>>>>>>>>>>> your enforced IGNORANCE of the subject.
>>>>>>>>>>>>
>>>>>>>>>>>> Until you acknowledge that you were wrong and he was not
>>>>>>>>>>>> fooled at all we cannot proceed.
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> No, untill YOU acknowledge that you don't understand the
>>>>>>>>>>> actual meaning of the words, in context, that you have been
>>>>>>>>>>> using, you are just going to continue to show your stupidity.
>>>>>>>>>>>
>>>>>>>>>> OK so you don't want to talk anymore, that is fine with me.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> I will point out that I have nothing to prove, as the Halting
>>>>>>>>> Theory, as proved, is on my side.
>>>>>>>>>
>>>>>>>>> Everything I have said, is just a restating of the accepted Truth.
>>>>>>>>>
>>>>>>>>
>>>>>>>> You refuse to acknowledge any of the points where I am proved to
>>>>>>>> be correct because you (as everyone else here) are only
>>>>>>>> interested in rebuttal, thus have no interest what-so-ever in an
>>>>>>>> honest dialogue.
>>>>>>>>
>>>>>>>> This is intolerable.
>>>>>>>>
>>>>>>>
>>>>>>> Becausse you HAVEN'T proved them, because you just don't
>>>>>>> understand what you are talking about. If you start with
>>>>>>> incorrect definitions, you just can't get anywhere.
>>>>>>>
>>>>>>
>>>>>> Until you acknowledge that you were wrong and he was never fooled
>>>>>> you will get no more words from me.
>>>>>>
>>>>>
>>>>> So, you aren't reading?
>>>>>
>>>>> I ppointed out that "fooled" may be not quite the right word, as it
>>>>> isn't so much you "tricked" him into agreeing to a false statement,
>>>>> but that you don't understand the statement that you wrote, because
>>>>> you don't understand the basics of the language of the field.
>>>>>
>>>>
>>>> You must specifically admit that your were wrong.
>>>
>>>
>>> Since I am not, that won't happen.
>>>
>>
>> Acknowledge that [you were wrong when you said] he was fooled or we
>> cannot move on to the next point.
>>
>> You must say this words: "I was wrong when I said he was fooled."
>
> No, because in a real sense he was, because you use a deceptive statment
> which you take to mean something that he doesn't.

Even if this is true that would not be any evidence at all that he was
deceived. Because you already know this you have sufficiently proven
that you are not interested in an honest dialogue.

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

SubjectRepliesAuthor
o Not one person on this forum ever gave me a fair and honest review

By: olcott on Mon, 28 Nov 2022

120olcott
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor