• Re: V5 --- Professor Sipser --- Does Ben Bacarisse believe that Profess

    From Richard Damon@21:1/5 to olcott on Sun Aug 25 12:37:40 2024
    On 8/25/24 9:24 AM, olcott wrote:
    On 8/23/2024 4:07 PM, Ben Bacarisse wrote:
    joes <noreply@example.org> writes:

    Am Wed, 21 Aug 2024 20:55:52 -0500 schrieb olcott:

    Professor Sipser clearly agreed that an H that does a finite simulation >>>> of D is to predict the behavior of an unlimited simulation of D.

    If the simulator *itself* would not abort. The H called by D is,
    by construction, the same and *does* abort.

    We don't really know what context Sipser was given.  I got in touch at
    the time so do I know he had enough context to know that PO's ideas were
    "wacky" and that had agreed to what he considered a "minor remark".

    Since PO considers his words finely crafted and key to his so-called
    work I think it's clear that Sipser did not take the "minor remark" he
    agreed to to mean what PO takes it to mean!  My own take if that he
    (Sipser) read it as a general remark about how to determine some cases,
    i.e. that D names an input that H can partially simulate to determine
    it's halting or otherwise.  We all know or could construct some such
    cases.

    I suspect he was tricked because PO used H and D as the names without
    making it clear that D was constructed from H in the usual way (Sipser
    uses H and D in at least one of his proofs).  Of course, he is clued in
    enough know that, if D is indeed constructed from H like that, the
    "minor remark" becomes true by being a hypothetical: if the moon is made
    of cheese, the Martians can look forward to a fine fondue.  But,
    personally, I think the professor is more straight talking than that,
    and he simply took as a method that can work for some inputs.

    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
        If simulating halt decider H correctly simulates its input D
        until H correctly determines that its simulated D would never
        stop running unless aborted then

        H can abort its simulation of D and correctly report that D
        specifies a non-halting sequence of configurations.
    </MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>

    And thus, those words need to be interpreted per the meaning that
    Professor Sipser uses, which are the generally accepted meanings in the
    field


    If professor Sipser agreed to this and it only works for
    some inputs then his agreement would have been incorrect.
    There was an 18 message exchange prior to this agreement.

    No, it works for all VALID inputs. Those being input that are in the
    domain of a halt decider (since you can't correctly simulate something
    that isn't) and that is representations of FULL PROGRAMS that include
    ALL the code used by the input program, which for D includes the code
    for the H that you claim gives the final answer.



    I do not believe that Professor Sipser made a mistake
    because it still seems to be a simple tautology to me.

    But only by the proper meaning of the words, which means that H needs to correct determine what a correct simulation would do, and that is a
    simulation that doesn't abort. It also means that simulation is of the
    exact same FULL program as was given to the H that you are claiming to
    be correct.

    Since a FULL correct simulation of the input D will see D call H and
    then H does its thing and aborts its simulation and return 0 (since that
    D calls the H you claim is right, and that is what that H does), and
    then that D will halt, thus H could NOT have "correctly predicted" a
    behavior of that full correct simulation that just doesn't happen.


    That's
    the only way is could be seen as a "minor remark" with being accused of
    being disingenuous.

    Ben saw this right away and it seems that most everyone else simply
    lied
    about it.
    I don’t think you understood him.

    I don't think PO even reads what people write.  He certainly works hard
    to avoid addressing any points made to him.  I think it's true to say
    that pretty much every paraphrase he attempts "X thinks ..." (usually
    phrased as "so you are saying that black is white?") is garbage.
    Understanding what other people say is low in his priorities since they
    must be wrong anyway.

    (I refuse to have anything more to do with PO directly after he was
    unconscionably rude, but I do keep an eye out for my name in case he
    continues to smear it.)


    That people still disagree that a correct emulation
    of N instructions of DDD according to the semantics
    of the x86 language defines what a correct simulation
    is still seems flat out dishonest to me.

    Becausee that isn't the DEFINITION of a correct simulation that
    determines the behavior of the input.

    Do you have a reference for your claim, or is this just another of your
    LIES that you claim to be true based on your IGNORANT analysis of the
    field without knowing the basic definitions that you know you can't
    actually "prove" so it is just made as an "obvious" claim.

    The fact that you do this is just PROOF that you are just LYING and not
    talking from a position of knowledge, as knowledge can prove itself from
    the accepted basic facts of the system in question (which you seem to be ignorant of).



    In the case of DDD correctly emulated by HHH this does
    require HHH to emulate itself emulating DDD exactly one
    time before HHH sees the repeating pattern.

    But it is a CONDITIONALLY repeating pattern, which is not proof of an INFINITELY repeating pattern.


    void DDD()
    {
      HHH(DDD);
    }

     machine   stack     stack     machine    assembly
     address   address   data      code       language
     ========  ========  ========  =========  ============= [00002192][00103820][00000000] 55         push ebp [00002193][00103820][00000000] 8bec       mov ebp,esp [00002195][0010381c][00002172] 6872210000 push 00002172 ; push DDD [0000219a][00103818][0000219f] e833f4ffff call 000015d2 ; call HHH(DDD)


    And the below is *NOT* a correct emulation of the call HHH instruction.

    PERIOD.

    So, your "proof" is based on LIES.

    New slave_stack at:1038c4
    Begin Local Halt Decider Simulation   Execution Trace Stored at:1138cc [00002172][001138bc][001138c0] 55         push ebp      ; housekeeping
    [00002173][001138bc][001138c0] 8bec       mov ebp,esp   ; housekeeping
    [00002175][001138b8][00002172] 6872210000 push 00002172 ; push DDD [0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
    New slave_stack at:14e2ec
    [00002172][0015e2e4][0015e2e8] 55         push ebp      ; housekeeping
    [00002173][0015e2e4][0015e2e8] 8bec       mov ebp,esp   ; housekeeping
    [00002175][0015e2e0][00002172] 6872210000 push 00002172 ; push DDD [0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
    Local Halt Decider: Infinite Recursion Detected Simulation Stopped



    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fred. Zwarts@21:1/5 to All on Sun Aug 25 19:05:23 2024
    Op 25.aug.2024 om 15:24 schreef olcott:
    On 8/23/2024 4:07 PM, Ben Bacarisse wrote:
    joes <noreply@example.org> writes:

    Am Wed, 21 Aug 2024 20:55:52 -0500 schrieb olcott:

    Professor Sipser clearly agreed that an H that does a finite simulation >>>> of D is to predict the behavior of an unlimited simulation of D.

    If the simulator *itself* would not abort. The H called by D is,
    by construction, the same and *does* abort.

    We don't really know what context Sipser was given.  I got in touch at
    the time so do I know he had enough context to know that PO's ideas were
    "wacky" and that had agreed to what he considered a "minor remark".

    Since PO considers his words finely crafted and key to his so-called
    work I think it's clear that Sipser did not take the "minor remark" he
    agreed to to mean what PO takes it to mean!  My own take if that he
    (Sipser) read it as a general remark about how to determine some cases,
    i.e. that D names an input that H can partially simulate to determine
    it's halting or otherwise.  We all know or could construct some such
    cases.

    I suspect he was tricked because PO used H and D as the names without
    making it clear that D was constructed from H in the usual way (Sipser
    uses H and D in at least one of his proofs).  Of course, he is clued in
    enough know that, if D is indeed constructed from H like that, the
    "minor remark" becomes true by being a hypothetical: if the moon is made
    of cheese, the Martians can look forward to a fine fondue.  But,
    personally, I think the professor is more straight talking than that,
    and he simply took as a method that can work for some inputs.

    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
        If simulating halt decider H correctly simulates its input D
        until H correctly determines that its simulated D would never
        stop running unless aborted then

        H can abort its simulation of D and correctly report that D
        specifies a non-halting sequence of configurations.
    </MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>

    If professor Sipser agreed to this and it only works for
    some inputs then his agreement would have been incorrect.
    There was an 18 message exchange prior to this agreement.

    I do not believe that Professor Sipser made a mistake
    because it still seems to be a simple tautology to me.

    That's
    the only way is could be seen as a "minor remark" with being accused of
    being disingenuous.

    Ben saw this right away and it seems that most everyone else simply
    lied
    about it.
    I don’t think you understood him.

    I don't think PO even reads what people write.  He certainly works hard
    to avoid addressing any points made to him.  I think it's true to say
    that pretty much every paraphrase he attempts "X thinks ..." (usually
    phrased as "so you are saying that black is white?") is garbage.
    Understanding what other people say is low in his priorities since they
    must be wrong anyway.

    (I refuse to have anything more to do with PO directly after he was
    unconscionably rude, but I do keep an eye out for my name in case he
    continues to smear it.)


    That people still disagree that a correct emulation
    of N instructions of DDD according to the semantics
    of the x86 language defines what a correct simulation
    is still seems flat out dishonest to me.
    That someone still refuses to see that skipping the last few
    instructions of a halting program is a violation of the semantics of the
    x86 language seems dishonest to me, in particular when several people
    pointed him to this error.

    In the case of DDD correctly emulated by HHH this does
    require HHH to emulate itself emulating DDD exactly one
    time before HHH sees the repeating pattern.

    A repeating, but not an infinite repeating pattern, because HHH is
    programmed to abort and halt after a few cycles, which the simulated HHH
    would do, too, if not aborted too soon (unless cheating with the Root variable).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fred. Zwarts@21:1/5 to All on Sun Aug 25 22:15:44 2024
    Op 25.aug.2024 om 21:34 schreef olcott:
    On 8/25/2024 12:05 PM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 15:24 schreef olcott:
    On 8/23/2024 4:07 PM, Ben Bacarisse wrote:
    joes <noreply@example.org> writes:

    Am Wed, 21 Aug 2024 20:55:52 -0500 schrieb olcott:

    Professor Sipser clearly agreed that an H that does a finite
    simulation
    of D is to predict the behavior of an unlimited simulation of D.

    If the simulator *itself* would not abort. The H called by D is,
    by construction, the same and *does* abort.

    We don't really know what context Sipser was given.  I got in touch at >>>> the time so do I know he had enough context to know that PO's ideas
    were
    "wacky" and that had agreed to what he considered a "minor remark".

    Since PO considers his words finely crafted and key to his so-called
    work I think it's clear that Sipser did not take the "minor remark" he >>>> agreed to to mean what PO takes it to mean!  My own take if that he
    (Sipser) read it as a general remark about how to determine some cases, >>>> i.e. that D names an input that H can partially simulate to determine
    it's halting or otherwise.  We all know or could construct some such
    cases.

    I suspect he was tricked because PO used H and D as the names without
    making it clear that D was constructed from H in the usual way (Sipser >>>> uses H and D in at least one of his proofs).  Of course, he is clued in >>>> enough know that, if D is indeed constructed from H like that, the
    "minor remark" becomes true by being a hypothetical: if the moon is
    made
    of cheese, the Martians can look forward to a fine fondue.  But,
    personally, I think the professor is more straight talking than that,
    and he simply took as a method that can work for some inputs.

    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
         If simulating halt decider H correctly simulates its input D
         until H correctly determines that its simulated D would never
         stop running unless aborted then

         H can abort its simulation of D and correctly report that D
         specifies a non-halting sequence of configurations.
    </MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>

    If professor Sipser agreed to this and it only works for
    some inputs then his agreement would have been incorrect.
    There was an 18 message exchange prior to this agreement.

    I do not believe that Professor Sipser made a mistake
    because it still seems to be a simple tautology to me.

    That's
    the only way is could be seen as a "minor remark" with being accused of >>>> being disingenuous.

    Ben saw this right away and it seems that most everyone else
    simply lied
    about it.
    I don’t think you understood him.

    I don't think PO even reads what people write.  He certainly works hard >>>> to avoid addressing any points made to him.  I think it's true to say >>>> that pretty much every paraphrase he attempts "X thinks ..." (usually
    phrased as "so you are saying that black is white?") is garbage.
    Understanding what other people say is low in his priorities since they >>>> must be wrong anyway.

    (I refuse to have anything more to do with PO directly after he was
    unconscionably rude, but I do keep an eye out for my name in case he
    continues to smear it.)


    That people still disagree that a correct emulation
    of N instructions of DDD according to the semantics
    of the x86 language defines what a correct simulation
    is still seems flat out dishonest to me.
    That someone still refuses to see that skipping the last few
    instructions of a halting program is a violation of the semantics of
    the x86 language seems dishonest to me, in particular when several
    people pointed him to this error.

    In the case of DDD correctly emulated by HHH this does
    require HHH to emulate itself emulating DDD exactly one
    time before HHH sees the repeating pattern.

    A repeating, but not an infinite repeating pattern,

    *D would never stop running unless aborted*
    *D would never stop running unless aborted*
    *D would never stop running unless aborted*
    *D would never stop running unless aborted*

    Are you just being dishonest?

    Forget your dream of a non-aborting HHH. It does abort, so the 'unless'
    part makes it unnecessarily complicated. It stops running, because it
    aborts.
    You can't have a HHH that is aborted, when it does not perform the abort itself.
    Why don't you see that? Are you dishonest? It does abort and therefore
    is does not repeat infinitely. Then it halts. It stops running. Are you dishonest, or dreaming, or cheating?



     because HHH is programmed to abort and halt after a few cycles,

    *It never has been AFTER A FEW CYCLES*
    *It has always been until a specific condition is met*

    It is coded to abort when it sees this 'specific' condition (after a few cycles) and then it halts. It does not matter whether this condition is
    correct or incorrect, HHH sees this 'specific' condition (after a few
    cycles) and then it halts.
    That is how it is programmed. Both the simulating and the simulated HHH
    will see this 'specific' condition (after a few cycles), when allowed to
    run that far.
    So, thinking that it would repeat infinitely when it sees this 'special' condition, is either dishonest, or a dream, or cheating.


    *until H correctly determines that its simulated*
    *D would never stop running unless aborted*

    Even when it determines that it should halt, it halts. And then it
    halts. That means, it stops running. That holds for both the simulating
    and the simulated HHH (unless you are still cheating with the Root
    variable).
    So, it does abort and therefore it stops running.
    Are you dishonest about this, or dreaming again about the non-aborting HHH?

    This has been proved by the direct execution and by the correct
    simulation by HHH1. Are you dishonest about these results, or just dreaming?


    Are you just being dishonest?

    which the simulated HHH would do, too, if not aborted too soon (unless
    cheating with the Root variable).


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Sun Aug 25 17:01:23 2024
    On 8/25/24 3:34 PM, olcott wrote:
    On 8/25/2024 12:05 PM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 15:24 schreef olcott:
    On 8/23/2024 4:07 PM, Ben Bacarisse wrote:
    joes <noreply@example.org> writes:

    Am Wed, 21 Aug 2024 20:55:52 -0500 schrieb olcott:

    Professor Sipser clearly agreed that an H that does a finite
    simulation
    of D is to predict the behavior of an unlimited simulation of D.

    If the simulator *itself* would not abort. The H called by D is,
    by construction, the same and *does* abort.

    We don't really know what context Sipser was given.  I got in touch at >>>> the time so do I know he had enough context to know that PO's ideas
    were
    "wacky" and that had agreed to what he considered a "minor remark".

    Since PO considers his words finely crafted and key to his so-called
    work I think it's clear that Sipser did not take the "minor remark" he >>>> agreed to to mean what PO takes it to mean!  My own take if that he
    (Sipser) read it as a general remark about how to determine some cases, >>>> i.e. that D names an input that H can partially simulate to determine
    it's halting or otherwise.  We all know or could construct some such
    cases.

    I suspect he was tricked because PO used H and D as the names without
    making it clear that D was constructed from H in the usual way (Sipser >>>> uses H and D in at least one of his proofs).  Of course, he is clued in >>>> enough know that, if D is indeed constructed from H like that, the
    "minor remark" becomes true by being a hypothetical: if the moon is
    made
    of cheese, the Martians can look forward to a fine fondue.  But,
    personally, I think the professor is more straight talking than that,
    and he simply took as a method that can work for some inputs.

    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
         If simulating halt decider H correctly simulates its input D
         until H correctly determines that its simulated D would never
         stop running unless aborted then

         H can abort its simulation of D and correctly report that D
         specifies a non-halting sequence of configurations.
    </MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>

    If professor Sipser agreed to this and it only works for
    some inputs then his agreement would have been incorrect.
    There was an 18 message exchange prior to this agreement.

    I do not believe that Professor Sipser made a mistake
    because it still seems to be a simple tautology to me.

    That's
    the only way is could be seen as a "minor remark" with being accused of >>>> being disingenuous.

    Ben saw this right away and it seems that most everyone else
    simply lied
    about it.
    I don’t think you understood him.

    I don't think PO even reads what people write.  He certainly works hard >>>> to avoid addressing any points made to him.  I think it's true to say >>>> that pretty much every paraphrase he attempts "X thinks ..." (usually
    phrased as "so you are saying that black is white?") is garbage.
    Understanding what other people say is low in his priorities since they >>>> must be wrong anyway.

    (I refuse to have anything more to do with PO directly after he was
    unconscionably rude, but I do keep an eye out for my name in case he
    continues to smear it.)


    That people still disagree that a correct emulation
    of N instructions of DDD according to the semantics
    of the x86 language defines what a correct simulation
    is still seems flat out dishonest to me.
    That someone still refuses to see that skipping the last few
    instructions of a halting program is a violation of the semantics of
    the x86 language seems dishonest to me, in particular when several
    people pointed him to this error.

    In the case of DDD correctly emulated by HHH this does
    require HHH to emulate itself emulating DDD exactly one
    time before HHH sees the repeating pattern.

    A repeating, but not an infinite repeating pattern,

    *D would never stop running unless aborted*
    *D would never stop running unless aborted*
    *D would never stop running unless aborted*
    *D would never stop running unless aborted*

    Are you just being dishonest?

     because HHH is programmed to abort and halt after a few cycles,

    *It never has been AFTER A FEW CYCLES*
    *It has always been until a specific condition is met*

    But a correct determination has never been made, as shown by the fact
    that in the end, the program being examined doesn't meet the condition.


    *until H correctly determines that its simulated*
    *D would never stop running unless aborted*

    But after H makes its decision, it is a fact that D (the program) runs
    to completion, as does a correct simulation of it (which H doesn't do
    since it aborts its simulaiton).


    Are you just being dishonest?

    But it seems you are.


    which the simulated HHH would do, too, if not aborted too soon (unless
    cheating with the Root variable).



    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Sun Aug 25 17:03:22 2024
    On 8/25/24 4:27 PM, olcott wrote:
    On 8/25/2024 3:15 PM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 21:34 schreef olcott:
    On 8/25/2024 12:05 PM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 15:24 schreef olcott:
    On 8/23/2024 4:07 PM, Ben Bacarisse wrote:
    joes <noreply@example.org> writes:

    Am Wed, 21 Aug 2024 20:55:52 -0500 schrieb olcott:

    Professor Sipser clearly agreed that an H that does a finite
    simulation
    of D is to predict the behavior of an unlimited simulation of D. >>>>>>>
    If the simulator *itself* would not abort. The H called by D is, >>>>>>> by construction, the same and *does* abort.

    We don't really know what context Sipser was given.  I got in
    touch at
    the time so do I know he had enough context to know that PO's
    ideas were
    "wacky" and that had agreed to what he considered a "minor remark". >>>>>>
    Since PO considers his words finely crafted and key to his so-called >>>>>> work I think it's clear that Sipser did not take the "minor
    remark" he
    agreed to to mean what PO takes it to mean!  My own take if that he >>>>>> (Sipser) read it as a general remark about how to determine some
    cases,
    i.e. that D names an input that H can partially simulate to determine >>>>>> it's halting or otherwise.  We all know or could construct some such >>>>>> cases.

    I suspect he was tricked because PO used H and D as the names without >>>>>> making it clear that D was constructed from H in the usual way
    (Sipser
    uses H and D in at least one of his proofs).  Of course, he is
    clued in
    enough know that, if D is indeed constructed from H like that, the >>>>>> "minor remark" becomes true by being a hypothetical: if the moon
    is made
    of cheese, the Martians can look forward to a fine fondue.  But,
    personally, I think the professor is more straight talking than that, >>>>>> and he simply took as a method that can work for some inputs.

    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022> >>>>>      If simulating halt decider H correctly simulates its input D >>>>>      until H correctly determines that its simulated D would never >>>>>      stop running unless aborted then

         H can abort its simulation of D and correctly report that D >>>>>      specifies a non-halting sequence of configurations.
    </MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022> >>>>>
    If professor Sipser agreed to this and it only works for
    some inputs then his agreement would have been incorrect.
    There was an 18 message exchange prior to this agreement.

    I do not believe that Professor Sipser made a mistake
    because it still seems to be a simple tautology to me.

    That's
    the only way is could be seen as a "minor remark" with being
    accused of
    being disingenuous.

    Ben saw this right away and it seems that most everyone else
    simply lied
    about it.
    I don’t think you understood him.

    I don't think PO even reads what people write.  He certainly works >>>>>> hard
    to avoid addressing any points made to him.  I think it's true to say >>>>>> that pretty much every paraphrase he attempts "X thinks ..." (usually >>>>>> phrased as "so you are saying that black is white?") is garbage.
    Understanding what other people say is low in his priorities since >>>>>> they
    must be wrong anyway.

    (I refuse to have anything more to do with PO directly after he was >>>>>> unconscionably rude, but I do keep an eye out for my name in case he >>>>>> continues to smear it.)


    That people still disagree that a correct emulation
    of N instructions of DDD according to the semantics
    of the x86 language defines what a correct simulation
    is still seems flat out dishonest to me.
    That someone still refuses to see that skipping the last few
    instructions of a halting program is a violation of the semantics of
    the x86 language seems dishonest to me, in particular when several
    people pointed him to this error.

    In the case of DDD correctly emulated by HHH this does
    require HHH to emulate itself emulating DDD exactly one
    time before HHH sees the repeating pattern.

    A repeating, but not an infinite repeating pattern,

    *D would never stop running unless aborted*
    *D would never stop running unless aborted*
    *D would never stop running unless aborted*
    *D would never stop running unless aborted*

    Are you just being dishonest?

    Forget your dream of a non-aborting HHH. It does abort, so the
    'unless' part makes it unnecessarily complicated. It stops running,
    because it aborts.
    You can't have a HHH that is aborted, when it does not perform the
    abort itself.
    Why don't you see that? Are you dishonest? It does abort and therefore
    is does not repeat infinitely. Then it halts. It stops running. Are
    you dishonest, or dreaming, or cheating?



     because HHH is programmed to abort and halt after a few cycles,

    *It never has been AFTER A FEW CYCLES*
    *It has always been until a specific condition is met*

    It is coded to abort when it sees this 'specific' condition (after a
    few cycles) and then it halts.

    I have corrected you on this too may times.
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE

    Which the program D does.

    The fact that a PARTIAL simulation doesn't reach a final state does not
    show non-halting, just didn't-halt-yet.


    At this point you are written off as a liar.

    NO YOU ARE.

    A PATHOLOGICAL LIAR as you just refuese to look at the truth and just
    try to use false definitions to hide your deceit.

    Sorry, those are just the facts.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fred. Zwarts@21:1/5 to All on Mon Aug 26 09:23:05 2024
    Op 25.aug.2024 om 22:27 schreef olcott:
    On 8/25/2024 3:15 PM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 21:34 schreef olcott:
    On 8/25/2024 12:05 PM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 15:24 schreef olcott:
    On 8/23/2024 4:07 PM, Ben Bacarisse wrote:
    joes <noreply@example.org> writes:

    Am Wed, 21 Aug 2024 20:55:52 -0500 schrieb olcott:

    Professor Sipser clearly agreed that an H that does a finite
    simulation
    of D is to predict the behavior of an unlimited simulation of D. >>>>>>>
    If the simulator *itself* would not abort. The H called by D is, >>>>>>> by construction, the same and *does* abort.

    We don't really know what context Sipser was given.  I got in
    touch at
    the time so do I know he had enough context to know that PO's
    ideas were
    "wacky" and that had agreed to what he considered a "minor remark". >>>>>>
    Since PO considers his words finely crafted and key to his so-called >>>>>> work I think it's clear that Sipser did not take the "minor
    remark" he
    agreed to to mean what PO takes it to mean!  My own take if that he >>>>>> (Sipser) read it as a general remark about how to determine some
    cases,
    i.e. that D names an input that H can partially simulate to determine >>>>>> it's halting or otherwise.  We all know or could construct some such >>>>>> cases.

    I suspect he was tricked because PO used H and D as the names without >>>>>> making it clear that D was constructed from H in the usual way
    (Sipser
    uses H and D in at least one of his proofs).  Of course, he is
    clued in
    enough know that, if D is indeed constructed from H like that, the >>>>>> "minor remark" becomes true by being a hypothetical: if the moon
    is made
    of cheese, the Martians can look forward to a fine fondue.  But,
    personally, I think the professor is more straight talking than that, >>>>>> and he simply took as a method that can work for some inputs.

    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022> >>>>>      If simulating halt decider H correctly simulates its input D >>>>>      until H correctly determines that its simulated D would never >>>>>      stop running unless aborted then

         H can abort its simulation of D and correctly report that D >>>>>      specifies a non-halting sequence of configurations.
    </MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022> >>>>>
    If professor Sipser agreed to this and it only works for
    some inputs then his agreement would have been incorrect.
    There was an 18 message exchange prior to this agreement.

    I do not believe that Professor Sipser made a mistake
    because it still seems to be a simple tautology to me.

    That's
    the only way is could be seen as a "minor remark" with being
    accused of
    being disingenuous.

    Ben saw this right away and it seems that most everyone else
    simply lied
    about it.
    I don’t think you understood him.

    I don't think PO even reads what people write.  He certainly works >>>>>> hard
    to avoid addressing any points made to him.  I think it's true to say >>>>>> that pretty much every paraphrase he attempts "X thinks ..." (usually >>>>>> phrased as "so you are saying that black is white?") is garbage.
    Understanding what other people say is low in his priorities since >>>>>> they
    must be wrong anyway.

    (I refuse to have anything more to do with PO directly after he was >>>>>> unconscionably rude, but I do keep an eye out for my name in case he >>>>>> continues to smear it.)


    That people still disagree that a correct emulation
    of N instructions of DDD according to the semantics
    of the x86 language defines what a correct simulation
    is still seems flat out dishonest to me.
    That someone still refuses to see that skipping the last few
    instructions of a halting program is a violation of the semantics of
    the x86 language seems dishonest to me, in particular when several
    people pointed him to this error.

    In the case of DDD correctly emulated by HHH this does
    require HHH to emulate itself emulating DDD exactly one
    time before HHH sees the repeating pattern.

    A repeating, but not an infinite repeating pattern,

    *D would never stop running unless aborted*
    *D would never stop running unless aborted*
    *D would never stop running unless aborted*
    *D would never stop running unless aborted*

    Are you just being dishonest?

    Forget your dream of a non-aborting HHH. It does abort, so the
    'unless' part makes it unnecessarily complicated. It stops running,
    because it aborts.
    You can't have a HHH that is aborted, when it does not perform the
    abort itself.
    Why don't you see that? Are you dishonest? It does abort and therefore
    is does not repeat infinitely. Then it halts. It stops running. Are
    you dishonest, or dreaming, or cheating?



     because HHH is programmed to abort and halt after a few cycles,

    *It never has been AFTER A FEW CYCLES*
    *It has always been until a specific condition is met*

    It is coded to abort when it sees this 'specific' condition (after a
    few cycles) and then it halts.

    I have corrected you on this too may times.
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE

    You don't listen. Preventing a halting program to reach its halt state
    by aborting the simulation does not prove that it has non-halting behaviour.

    And by aborting the simulated HHH is prevented to reach this halt state.
    That does not change the fact that the simulated HHH would have detected
    the 'specific' condition and would have halted. This is shown by the
    direct execution and by the simulation by HHH1. Therefore, an halting
    program is aborted prematurely, which does not prove that it has
    non-halting behaviour.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fred. Zwarts@21:1/5 to All on Mon Aug 26 21:28:11 2024
    Op 26.aug.2024 om 13:58 schreef olcott:
    On 8/26/2024 2:23 AM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 22:27 schreef olcott:
    On 8/25/2024 3:15 PM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 21:34 schreef olcott:
    On 8/25/2024 12:05 PM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 15:24 schreef olcott:
    On 8/23/2024 4:07 PM, Ben Bacarisse wrote:
    joes <noreply@example.org> writes:

    Am Wed, 21 Aug 2024 20:55:52 -0500 schrieb olcott:

    Professor Sipser clearly agreed that an H that does a finite >>>>>>>>>> simulation
    of D is to predict the behavior of an unlimited simulation of D. >>>>>>>>>
    If the simulator *itself* would not abort. The H called by D is, >>>>>>>>> by construction, the same and *does* abort.

    We don't really know what context Sipser was given.  I got in >>>>>>>> touch at
    the time so do I know he had enough context to know that PO's
    ideas were
    "wacky" and that had agreed to what he considered a "minor remark". >>>>>>>>
    Since PO considers his words finely crafted and key to his so- >>>>>>>> called
    work I think it's clear that Sipser did not take the "minor
    remark" he
    agreed to to mean what PO takes it to mean!  My own take if that he >>>>>>>> (Sipser) read it as a general remark about how to determine some >>>>>>>> cases,
    i.e. that D names an input that H can partially simulate to
    determine
    it's halting or otherwise.  We all know or could construct some >>>>>>>> such
    cases.

    I suspect he was tricked because PO used H and D as the names
    without
    making it clear that D was constructed from H in the usual way >>>>>>>> (Sipser
    uses H and D in at least one of his proofs).  Of course, he is >>>>>>>> clued in
    enough know that, if D is indeed constructed from H like that, the >>>>>>>> "minor remark" becomes true by being a hypothetical: if the moon >>>>>>>> is made
    of cheese, the Martians can look forward to a fine fondue.  But, >>>>>>>> personally, I think the professor is more straight talking than >>>>>>>> that,
    and he simply took as a method that can work for some inputs.

    <MIT Professor Sipser agreed to ONLY these verbatim words
    10/13/2022>
         If simulating halt decider H correctly simulates its input D >>>>>>>      until H correctly determines that its simulated D would never >>>>>>>      stop running unless aborted then

         H can abort its simulation of D and correctly report that D >>>>>>>      specifies a non-halting sequence of configurations.
    </MIT Professor Sipser agreed to ONLY these verbatim words
    10/13/2022>

    If professor Sipser agreed to this and it only works for
    some inputs then his agreement would have been incorrect.
    There was an 18 message exchange prior to this agreement.

    I do not believe that Professor Sipser made a mistake
    because it still seems to be a simple tautology to me.

    That's
    the only way is could be seen as a "minor remark" with being
    accused of
    being disingenuous.

    Ben saw this right away and it seems that most everyone else >>>>>>>>>> simply lied
    about it.
    I don’t think you understood him.

    I don't think PO even reads what people write.  He certainly
    works hard
    to avoid addressing any points made to him.  I think it's true >>>>>>>> to say
    that pretty much every paraphrase he attempts "X
    thinks ..." (usually
    phrased as "so you are saying that black is white?") is garbage. >>>>>>>> Understanding what other people say is low in his priorities
    since they
    must be wrong anyway.

    (I refuse to have anything more to do with PO directly after he was >>>>>>>> unconscionably rude, but I do keep an eye out for my name in
    case he
    continues to smear it.)


    That people still disagree that a correct emulation
    of N instructions of DDD according to the semantics
    of the x86 language defines what a correct simulation
    is still seems flat out dishonest to me.
    That someone still refuses to see that skipping the last few
    instructions of a halting program is a violation of the semantics
    of the x86 language seems dishonest to me, in particular when
    several people pointed him to this error.

    In the case of DDD correctly emulated by HHH this does
    require HHH to emulate itself emulating DDD exactly one
    time before HHH sees the repeating pattern.

    A repeating, but not an infinite repeating pattern,

    *D would never stop running unless aborted*
    *D would never stop running unless aborted*
    *D would never stop running unless aborted*
    *D would never stop running unless aborted*

    Are you just being dishonest?

    Forget your dream of a non-aborting HHH. It does abort, so the
    'unless' part makes it unnecessarily complicated. It stops running,
    because it aborts.
    You can't have a HHH that is aborted, when it does not perform the
    abort itself.
    Why don't you see that? Are you dishonest? It does abort and
    therefore is does not repeat infinitely. Then it halts. It stops
    running. Are you dishonest, or dreaming, or cheating?



     because HHH is programmed to abort and halt after a few cycles,

    *It never has been AFTER A FEW CYCLES*
    *It has always been until a specific condition is met*

    It is coded to abort when it sees this 'specific' condition (after a
    few cycles) and then it halts.

    I have corrected you on this too may times.
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE

    You don't listen. Preventing a halting program to reach its halt state
    by aborting the simulation does not prove that it has non-halting
    behaviour.

    And by aborting the simulated HHH is prevented to reach this halt state.

    (other one was before coffee)
    *It is either OVER your head or you ARE a liar*

     machine   stack     stack     machine    assembly
     address   address   data      code       language
     ========  ========  ========  =========  ============= [00002192][00103820][00000000] 55         push ebp      ; Begin main()
    [00002193][00103820][00000000] 8bec       mov ebp,esp   ; housekeeping
    [00002195][0010381c][00002172] 6872210000 push 00002172 ; push DDD [0000219a][00103818][0000219f] e833f4ffff call 000015d2 ; call HHH(DDD)

    New slave_stack at:1038c4
    Begin Local Halt Decider Simulation   Execution Trace Stored at:1138cc [00002172][001138bc][001138c0] 55         push ebp      ; housekeeping
    [00002173][001138bc][001138c0] 8bec       mov ebp,esp   ; housekeeping
    [00002175][001138b8][00002172] 6872210000 push 00002172 ; push DDD [0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
    New slave_stack at:14e2ec
    [00002172][0015e2e4][0015e2e8] 55         push ebp      ; housekeeping
    [00002173][0015e2e4][0015e2e8] 8bec       mov ebp,esp   ; housekeeping
    [00002175][0015e2e0][00002172] 6872210000 push 00002172 ; push DDD [0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
    Local Halt Decider: Infinite Recursion Detected Simulation Stopped

    Exactly what I said: the simulating HHH aborted the simulated HHH after
    two recursions, when the simulated HHH had still one cycle to go before
    it would meet the same 'special' condition used here by the simulating
    HHH to print this incorrect message and halt.
    This prevents the simulated HHH to reach the same situation, print the
    same incorrect message and halt as well.
    Summarizing: by stopping the simulation, the simulation was prevented to
    reach its end.
    The direct execution and the correct simulation by HHH1 show that this
    is correct. They process the same N instructions as are simulated by
    HHH. But when the direct execution and the simulation by HHH1 continue,
    they show that these N instructions are followed with a halting
    behaviour of the input, which proves that these N instruction cannot be
    a reason for the diagnosis of non-halting behaviour. By skipping the
    following instructions (which would reach the end as shown by the direct execution and by the simulation by HHH1), you cannot show that they have
    a non-halting behaviour.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fred. Zwarts@21:1/5 to All on Mon Aug 26 21:18:34 2024
    Op 26.aug.2024 om 13:35 schreef olcott:
    On 8/26/2024 2:23 AM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 22:27 schreef olcott:
    On 8/25/2024 3:15 PM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 21:34 schreef olcott:
    On 8/25/2024 12:05 PM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 15:24 schreef olcott:
    On 8/23/2024 4:07 PM, Ben Bacarisse wrote:
    joes <noreply@example.org> writes:

    Am Wed, 21 Aug 2024 20:55:52 -0500 schrieb olcott:

    Professor Sipser clearly agreed that an H that does a finite >>>>>>>>>> simulation
    of D is to predict the behavior of an unlimited simulation of D. >>>>>>>>>
    If the simulator *itself* would not abort. The H called by D is, >>>>>>>>> by construction, the same and *does* abort.

    We don't really know what context Sipser was given.  I got in >>>>>>>> touch at
    the time so do I know he had enough context to know that PO's
    ideas were
    "wacky" and that had agreed to what he considered a "minor remark". >>>>>>>>
    Since PO considers his words finely crafted and key to his so- >>>>>>>> called
    work I think it's clear that Sipser did not take the "minor
    remark" he
    agreed to to mean what PO takes it to mean!  My own take if that he >>>>>>>> (Sipser) read it as a general remark about how to determine some >>>>>>>> cases,
    i.e. that D names an input that H can partially simulate to
    determine
    it's halting or otherwise.  We all know or could construct some >>>>>>>> such
    cases.

    I suspect he was tricked because PO used H and D as the names
    without
    making it clear that D was constructed from H in the usual way >>>>>>>> (Sipser
    uses H and D in at least one of his proofs).  Of course, he is >>>>>>>> clued in
    enough know that, if D is indeed constructed from H like that, the >>>>>>>> "minor remark" becomes true by being a hypothetical: if the moon >>>>>>>> is made
    of cheese, the Martians can look forward to a fine fondue.  But, >>>>>>>> personally, I think the professor is more straight talking than >>>>>>>> that,
    and he simply took as a method that can work for some inputs.

    <MIT Professor Sipser agreed to ONLY these verbatim words
    10/13/2022>
         If simulating halt decider H correctly simulates its input D >>>>>>>      until H correctly determines that its simulated D would never >>>>>>>      stop running unless aborted then

         H can abort its simulation of D and correctly report that D >>>>>>>      specifies a non-halting sequence of configurations.
    </MIT Professor Sipser agreed to ONLY these verbatim words
    10/13/2022>

    If professor Sipser agreed to this and it only works for
    some inputs then his agreement would have been incorrect.
    There was an 18 message exchange prior to this agreement.

    I do not believe that Professor Sipser made a mistake
    because it still seems to be a simple tautology to me.

    That's
    the only way is could be seen as a "minor remark" with being
    accused of
    being disingenuous.

    Ben saw this right away and it seems that most everyone else >>>>>>>>>> simply lied
    about it.
    I don’t think you understood him.

    I don't think PO even reads what people write.  He certainly
    works hard
    to avoid addressing any points made to him.  I think it's true >>>>>>>> to say
    that pretty much every paraphrase he attempts "X
    thinks ..." (usually
    phrased as "so you are saying that black is white?") is garbage. >>>>>>>> Understanding what other people say is low in his priorities
    since they
    must be wrong anyway.

    (I refuse to have anything more to do with PO directly after he was >>>>>>>> unconscionably rude, but I do keep an eye out for my name in
    case he
    continues to smear it.)


    That people still disagree that a correct emulation
    of N instructions of DDD according to the semantics
    of the x86 language defines what a correct simulation
    is still seems flat out dishonest to me.
    That someone still refuses to see that skipping the last few
    instructions of a halting program is a violation of the semantics
    of the x86 language seems dishonest to me, in particular when
    several people pointed him to this error.

    In the case of DDD correctly emulated by HHH this does
    require HHH to emulate itself emulating DDD exactly one
    time before HHH sees the repeating pattern.

    A repeating, but not an infinite repeating pattern,

    *D would never stop running unless aborted*
    *D would never stop running unless aborted*
    *D would never stop running unless aborted*
    *D would never stop running unless aborted*

    Are you just being dishonest?

    Forget your dream of a non-aborting HHH. It does abort, so the
    'unless' part makes it unnecessarily complicated. It stops running,
    because it aborts.
    You can't have a HHH that is aborted, when it does not perform the
    abort itself.
    Why don't you see that? Are you dishonest? It does abort and
    therefore is does not repeat infinitely. Then it halts. It stops
    running. Are you dishonest, or dreaming, or cheating?



     because HHH is programmed to abort and halt after a few cycles,

    *It never has been AFTER A FEW CYCLES*
    *It has always been until a specific condition is met*

    It is coded to abort when it sees this 'specific' condition (after a
    few cycles) and then it halts.

    I have corrected you on this too may times.
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE

    You don't listen. Preventing a halting program to reach its halt state
    by aborting the simulation does not prove that it has non-halting
    behaviour.

    And by aborting the simulated HHH is prevented to reach this halt state.
    *It is either your head or you a liar*

     machine   stack     stack     machine    assembly
     address   address   data      code       language
     ========  ========  ========  =========  ============= [00002192][00103820][00000000] 55         push ebp      ; Begin main()
    [00002193][00103820][00000000] 8bec       mov ebp,esp   ; housekeeping
    [00002195][0010381c][00002172] 6872210000 push 00002172 ; push DDD [0000219a][00103818][0000219f] e833f4ffff call 000015d2 ; call HHH(DDD)

    New slave_stack at:1038c4
    Begin Local Halt Decider Simulation   Execution Trace Stored at:1138cc [00002172][001138bc][001138c0] 55         push ebp      ; housekeeping
    [00002173][001138bc][001138c0] 8bec       mov ebp,esp   ; housekeeping
    [00002175][001138b8][00002172] 6872210000 push 00002172 ; push DDD [0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
    New slave_stack at:14e2ec
    [00002172][0015e2e4][0015e2e8] 55         push ebp      ; housekeeping
    [00002173][0015e2e4][0015e2e8] 8bec       mov ebp,esp   ; housekeeping
    [00002175][0015e2e0][00002172] 6872210000 push 00002172 ; push DDD [0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
    Local Halt Decider: Infinite Recursion Detected Simulation Stopped

    You see finally? The simulation is stopped and therefore the simulated
    program is unable to reach its end.
    One cycle more and it would reach the end, as is demonstrated by the
    direct execution and by the simulation by HHH1.
    The 'special' condition is incorrectly interpreted by HHH as Infinite recursion, but the direct execution and the simulation by HHH1 prove
    that there is no infinite recursion. It is just the programmer that
    programmed HHH who was still dreaming of an infinite recursion that made
    the error to think that after two recursions an infinite recursion was detected.
    Why is that so difficult for you? Are you dishonest, dreaming, cheating,
    or just stupid?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fred. Zwarts@21:1/5 to All on Mon Aug 26 21:36:45 2024
    Op 26.aug.2024 om 20:14 schreef olcott:
    On 8/26/2024 2:23 AM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 22:27 schreef olcott:
    On 8/25/2024 3:15 PM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 21:34 schreef olcott:
    On 8/25/2024 12:05 PM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 15:24 schreef olcott:
    On 8/23/2024 4:07 PM, Ben Bacarisse wrote:
    joes <noreply@example.org> writes:

    Am Wed, 21 Aug 2024 20:55:52 -0500 schrieb olcott:

    Professor Sipser clearly agreed that an H that does a finite >>>>>>>>>> simulation
    of D is to predict the behavior of an unlimited simulation of D. >>>>>>>>>
    If the simulator *itself* would not abort. The H called by D is, >>>>>>>>> by construction, the same and *does* abort.

    We don't really know what context Sipser was given.  I got in >>>>>>>> touch at
    the time so do I know he had enough context to know that PO's
    ideas were
    "wacky" and that had agreed to what he considered a "minor remark". >>>>>>>>
    Since PO considers his words finely crafted and key to his so- >>>>>>>> called
    work I think it's clear that Sipser did not take the "minor
    remark" he
    agreed to to mean what PO takes it to mean!  My own take if that he >>>>>>>> (Sipser) read it as a general remark about how to determine some >>>>>>>> cases,
    i.e. that D names an input that H can partially simulate to
    determine
    it's halting or otherwise.  We all know or could construct some >>>>>>>> such
    cases.

    I suspect he was tricked because PO used H and D as the names
    without
    making it clear that D was constructed from H in the usual way >>>>>>>> (Sipser
    uses H and D in at least one of his proofs).  Of course, he is >>>>>>>> clued in
    enough know that, if D is indeed constructed from H like that, the >>>>>>>> "minor remark" becomes true by being a hypothetical: if the moon >>>>>>>> is made
    of cheese, the Martians can look forward to a fine fondue.  But, >>>>>>>> personally, I think the professor is more straight talking than >>>>>>>> that,
    and he simply took as a method that can work for some inputs.

    <MIT Professor Sipser agreed to ONLY these verbatim words
    10/13/2022>
         If simulating halt decider H correctly simulates its input D >>>>>>>      until H correctly determines that its simulated D would never >>>>>>>      stop running unless aborted then

         H can abort its simulation of D and correctly report that D >>>>>>>      specifies a non-halting sequence of configurations.
    </MIT Professor Sipser agreed to ONLY these verbatim words
    10/13/2022>

    If professor Sipser agreed to this and it only works for
    some inputs then his agreement would have been incorrect.
    There was an 18 message exchange prior to this agreement.

    I do not believe that Professor Sipser made a mistake
    because it still seems to be a simple tautology to me.

    That's
    the only way is could be seen as a "minor remark" with being
    accused of
    being disingenuous.

    Ben saw this right away and it seems that most everyone else >>>>>>>>>> simply lied
    about it.
    I don’t think you understood him.

    I don't think PO even reads what people write.  He certainly
    works hard
    to avoid addressing any points made to him.  I think it's true >>>>>>>> to say
    that pretty much every paraphrase he attempts "X
    thinks ..." (usually
    phrased as "so you are saying that black is white?") is garbage. >>>>>>>> Understanding what other people say is low in his priorities
    since they
    must be wrong anyway.

    (I refuse to have anything more to do with PO directly after he was >>>>>>>> unconscionably rude, but I do keep an eye out for my name in
    case he
    continues to smear it.)


    That people still disagree that a correct emulation
    of N instructions of DDD according to the semantics
    of the x86 language defines what a correct simulation
    is still seems flat out dishonest to me.
    That someone still refuses to see that skipping the last few
    instructions of a halting program is a violation of the semantics
    of the x86 language seems dishonest to me, in particular when
    several people pointed him to this error.

    In the case of DDD correctly emulated by HHH this does
    require HHH to emulate itself emulating DDD exactly one
    time before HHH sees the repeating pattern.

    A repeating, but not an infinite repeating pattern,

    *D would never stop running unless aborted*
    *D would never stop running unless aborted*
    *D would never stop running unless aborted*
    *D would never stop running unless aborted*

    Are you just being dishonest?

    Forget your dream of a non-aborting HHH. It does abort, so the
    'unless' part makes it unnecessarily complicated. It stops running,
    because it aborts.
    You can't have a HHH that is aborted, when it does not perform the
    abort itself.
    Why don't you see that? Are you dishonest? It does abort and
    therefore is does not repeat infinitely. Then it halts. It stops
    running. Are you dishonest, or dreaming, or cheating?



     because HHH is programmed to abort and halt after a few cycles,

    *It never has been AFTER A FEW CYCLES*
    *It has always been until a specific condition is met*

    It is coded to abort when it sees this 'specific' condition (after a
    few cycles) and then it halts.

    I have corrected you on this too may times.
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE

    You don't listen. Preventing a halting program to reach its halt state
    by aborting the simulation does not prove that it has non-halting
    behaviour.

    And by aborting the simulated HHH is prevented to reach this halt
    state. That does not change the fact that the simulated HHH would have
    detected the 'specific' condition and would have halted.

    OK I got it now.

    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov ebp,esp   ; housekeeping
    [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
    [0000217f] 83c404     add esp,+04
    [00002182] 5d         pop ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    [Correctly emulated] is specified to mean emulated
    according to the semantics of the x86 language.

    Unlike Ben you do not understand that neither DDD
    [correctly emulated] by HHH nor HHH called by this DDD
    [correctly emulated] by HHH can possibly return to
    their caller.
    You remind me of somebody who tells the same joke every 15 minutes,
    because he is short of memory.

    I said many times that HHH cannot possibly reach the end of its own
    simulation, which proves that the simulation cannot possibly be correct.
    You seem to forget it very easily.

    HHH cannot possibly simulate itself correctly. The simulating HHH always
    aborts one cycle before the simulated HHH would have seen the same
    'special' condition' and would have aborted as well and halt.

    Stop using DDD, it is too complicated for you. Lets first look at the
    more simple case:

    int main() {
    return HHH(main);
    }

    No DDD is needed to see that HHH cannot possibly simulate itself
    correctly. Here HHH halts and at the same time prints that there is an
    infinite recursion, which cannot be true if HHH halts.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Damon@21:1/5 to olcott on Mon Aug 26 19:12:13 2024
    On 8/26/24 3:51 PM, olcott wrote:
    On 8/26/2024 2:36 PM, Fred. Zwarts wrote:
    Op 26.aug.2024 om 20:14 schreef olcott:
    On 8/26/2024 2:23 AM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 22:27 schreef olcott:
     would have halted.

    OK I got it now.

    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov ebp,esp   ; housekeeping
    [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
    [0000217f] 83c404     add esp,+04
    [00002182] 5d         pop ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    [Correctly emulated] is specified to mean emulated
    according to the semantics of the x86 language.

    Unlike Ben you do not understand that neither DDD
    [correctly emulated] by HHH nor HHH called by this DDD
    [correctly emulated] by HHH can possibly return to
    their caller.
    You remind me of somebody who tells the same joke every 15 minutes,
    because he is short of memory.

    I said many times that HHH cannot possibly reach the end of its own
    simulation, which proves that the simulation cannot possibly be correct.

    Ridiculously stupidly directly disagreeing with the semantics
    of the x86 language that define what correct simulation means.


    Like that a call instruction should be followed by the code that is
    referenced by the call.

    YOU are the one disagreeing with the semantics of the x86 language.

    You have failed to show a reference which agrees with your interpretation.

    Sorry, you are just proven to be a LIAR.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fred. Zwarts@21:1/5 to All on Tue Aug 27 11:12:34 2024
    Op 26.aug.2024 om 21:51 schreef olcott:
    On 8/26/2024 2:36 PM, Fred. Zwarts wrote:
    Op 26.aug.2024 om 20:14 schreef olcott:
    On 8/26/2024 2:23 AM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 22:27 schreef olcott:
     would have halted.

    OK I got it now.

    _DDD()
    [00002172] 55         push ebp      ; housekeeping
    [00002173] 8bec       mov ebp,esp   ; housekeeping
    [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
    [0000217f] 83c404     add esp,+04
    [00002182] 5d         pop ebp
    [00002183] c3         ret
    Size in bytes:(0018) [00002183]

    [Correctly emulated] is specified to mean emulated
    according to the semantics of the x86 language.

    Unlike Ben you do not understand that neither DDD
    [correctly emulated] by HHH nor HHH called by this DDD
    [correctly emulated] by HHH can possibly return to
    their caller.
    You remind me of somebody who tells the same joke every 15 minutes,
    because he is short of memory.

    I said many times that HHH cannot possibly reach the end of its own
    simulation, which proves that the simulation cannot possibly be correct.

    Ridiculously stupidly directly disagreeing with the semantics
    of the x86 language that define what correct simulation means.

    Strong words without any evidence.
    You ignore all the evidence that your simulation deviates from the
    semantics of the x86 language that define what correct simulation means.
    These semantics are not different in a direct execution, nor in the
    simulation by HHH1, which both show that according to these semantics,
    the program halts. So, your simulation deviates from the semantics by
    skipping the last few instructions of a halting program.
    The real problem, however, is not the simulation, but the 'special
    condition' that HHH uses incorrectly, because its programmer is still
    dreaming of a HHH that will not see this 'special condition'. This
    programmer does not realize that by adding the code to recognize this
    'special condition' and stop the simulation, the other HHH that does not
    see this 'special condition' disappeared and remains only in his dreams.
    HHH, when simulating *itself* should now decide about the DDD that uses
    this new HHH that sees this 'special condition' and aborts.
    It is probable that you hide the code for the recognition of this
    'special condition', because you know it is incorrect.
    But that code is where the problem is, not the incomplete simulation itself.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Fred. Zwarts@21:1/5 to All on Tue Aug 27 11:02:09 2024
    Op 26.aug.2024 om 21:35 schreef olcott:
    On 8/26/2024 2:18 PM, Fred. Zwarts wrote:
    Op 26.aug.2024 om 13:35 schreef olcott:
    On 8/26/2024 2:23 AM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 22:27 schreef olcott:
    On 8/25/2024 3:15 PM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 21:34 schreef olcott:
    On 8/25/2024 12:05 PM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 15:24 schreef olcott:
    On 8/23/2024 4:07 PM, Ben Bacarisse wrote:
    joes <noreply@example.org> writes:

    Am Wed, 21 Aug 2024 20:55:52 -0500 schrieb olcott:

    Professor Sipser clearly agreed that an H that does a finite >>>>>>>>>>>> simulation
    of D is to predict the behavior of an unlimited simulation >>>>>>>>>>>> of D.

    If the simulator *itself* would not abort. The H called by D is, >>>>>>>>>>> by construction, the same and *does* abort.

    We don't really know what context Sipser was given.  I got in >>>>>>>>>> touch at
    the time so do I know he had enough context to know that PO's >>>>>>>>>> ideas were
    "wacky" and that had agreed to what he considered a "minor >>>>>>>>>> remark".

    Since PO considers his words finely crafted and key to his so- >>>>>>>>>> called
    work I think it's clear that Sipser did not take the "minor >>>>>>>>>> remark" he
    agreed to to mean what PO takes it to mean!  My own take if >>>>>>>>>> that he
    (Sipser) read it as a general remark about how to determine >>>>>>>>>> some cases,
    i.e. that D names an input that H can partially simulate to >>>>>>>>>> determine
    it's halting or otherwise.  We all know or could construct >>>>>>>>>> some such
    cases.

    I suspect he was tricked because PO used H and D as the names >>>>>>>>>> without
    making it clear that D was constructed from H in the usual way >>>>>>>>>> (Sipser
    uses H and D in at least one of his proofs).  Of course, he is >>>>>>>>>> clued in
    enough know that, if D is indeed constructed from H like that, >>>>>>>>>> the
    "minor remark" becomes true by being a hypothetical: if the >>>>>>>>>> moon is made
    of cheese, the Martians can look forward to a fine fondue.  But, >>>>>>>>>> personally, I think the professor is more straight talking >>>>>>>>>> than that,
    and he simply took as a method that can work for some inputs. >>>>>>>>>
    <MIT Professor Sipser agreed to ONLY these verbatim words
    10/13/2022>
         If simulating halt decider H correctly simulates its input D >>>>>>>>>      until H correctly determines that its simulated D would never
         stop running unless aborted then

         H can abort its simulation of D and correctly report that D >>>>>>>>>      specifies a non-halting sequence of configurations. >>>>>>>>> </MIT Professor Sipser agreed to ONLY these verbatim words
    10/13/2022>

    If professor Sipser agreed to this and it only works for
    some inputs then his agreement would have been incorrect.
    There was an 18 message exchange prior to this agreement.

    I do not believe that Professor Sipser made a mistake
    because it still seems to be a simple tautology to me.

    That's
    the only way is could be seen as a "minor remark" with being >>>>>>>>>> accused of
    being disingenuous.

    Ben saw this right away and it seems that most everyone else >>>>>>>>>>>> simply lied
    about it.
    I don’t think you understood him.

    I don't think PO even reads what people write.  He certainly >>>>>>>>>> works hard
    to avoid addressing any points made to him.  I think it's true >>>>>>>>>> to say
    that pretty much every paraphrase he attempts "X
    thinks ..." (usually
    phrased as "so you are saying that black is white?") is garbage. >>>>>>>>>> Understanding what other people say is low in his priorities >>>>>>>>>> since they
    must be wrong anyway.

    (I refuse to have anything more to do with PO directly after >>>>>>>>>> he was
    unconscionably rude, but I do keep an eye out for my name in >>>>>>>>>> case he
    continues to smear it.)


    That people still disagree that a correct emulation
    of N instructions of DDD according to the semantics
    of the x86 language defines what a correct simulation
    is still seems flat out dishonest to me.
    That someone still refuses to see that skipping the last few
    instructions of a halting program is a violation of the
    semantics of the x86 language seems dishonest to me, in
    particular when several people pointed him to this error.

    In the case of DDD correctly emulated by HHH this does
    require HHH to emulate itself emulating DDD exactly one
    time before HHH sees the repeating pattern.

    A repeating, but not an infinite repeating pattern,

    *D would never stop running unless aborted*
    *D would never stop running unless aborted*
    *D would never stop running unless aborted*
    *D would never stop running unless aborted*

    Are you just being dishonest?

    Forget your dream of a non-aborting HHH. It does abort, so the
    'unless' part makes it unnecessarily complicated. It stops
    running, because it aborts.
    You can't have a HHH that is aborted, when it does not perform the >>>>>> abort itself.
    Why don't you see that? Are you dishonest? It does abort and
    therefore is does not repeat infinitely. Then it halts. It stops
    running. Are you dishonest, or dreaming, or cheating?



     because HHH is programmed to abort and halt after a few cycles, >>>>>>>
    *It never has been AFTER A FEW CYCLES*
    *It has always been until a specific condition is met*

    It is coded to abort when it sees this 'specific' condition (after >>>>>> a few cycles) and then it halts.

    I have corrected you on this too may times.
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE

    You don't listen. Preventing a halting program to reach its halt
    state by aborting the simulation does not prove that it has non-
    halting behaviour.

    And by aborting the simulated HHH is prevented to reach this halt
    state.
    *It is either your head or you a liar*

      machine   stack     stack     machine    assembly
      address   address   data      code       language
      ========  ========  ========  =========  =============
    [00002192][00103820][00000000] 55         push ebp      ; Begin main()
    [00002193][00103820][00000000] 8bec       mov ebp,esp   ; housekeeping
    [00002195][0010381c][00002172] 6872210000 push 00002172 ; push DDD
    [0000219a][00103818][0000219f] e833f4ffff call 000015d2 ; call HHH(DDD)

    New slave_stack at:1038c4
    Begin Local Halt Decider Simulation   Execution Trace Stored at:1138cc >>> [00002172][001138bc][001138c0] 55         push ebp      ; housekeeping
    [00002173][001138bc][001138c0] 8bec       mov ebp,esp   ; housekeeping
    [00002175][001138b8][00002172] 6872210000 push 00002172 ; push DDD
    [0000217a][001138b4][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
    New slave_stack at:14e2ec
    [00002172][0015e2e4][0015e2e8] 55         push ebp      ; housekeeping
    [00002173][0015e2e4][0015e2e8] 8bec       mov ebp,esp   ; housekeeping
    [00002175][0015e2e0][00002172] 6872210000 push 00002172 ; push DDD
    [0000217a][0015e2dc][0000217f] e853f4ffff call 000015d2 ; call HHH(DDD)
    Local Halt Decider: Infinite Recursion Detected Simulation Stopped

    You see finally? The simulation is stopped and therefore the simulated
    program is unable to reach its end.
    One cycle more and it would reach the end, as is demonstrated by the
    direct execution and by the simulation by HHH1.

    Show exactly how the above DDD emulated by HHH will
    reach past its own line machine address 0000217a.


    Show how your simulation is able to do a correct simulation and reaches
    the end of this halting program. It can't! HHH cannot possibly simulate
    itself correctly up to the end.
    The real problem, however, is not the simulation, but the unsound
    'special condition' that makes that HHH stops simulating the halting
    program, only because its programmer is still dreaming of a HHH that
    does not halt.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mikko@21:1/5 to olcott on Tue Aug 27 15:17:42 2024
    On 2024-08-26 18:14:50 +0000, olcott said:

    On 8/26/2024 2:23 AM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 22:27 schreef olcott:
    On 8/25/2024 3:15 PM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 21:34 schreef olcott:
    On 8/25/2024 12:05 PM, Fred. Zwarts wrote:
    Op 25.aug.2024 om 15:24 schreef olcott:
    On 8/23/2024 4:07 PM, Ben Bacarisse wrote:
    joes <noreply@example.org> writes:

    Am Wed, 21 Aug 2024 20:55:52 -0500 schrieb olcott:

    Professor Sipser clearly agreed that an H that does a finite simulation
    of D is to predict the behavior of an unlimited simulation of D. >>>>>>>>>
    If the simulator *itself* would not abort. The H called by D is, >>>>>>>>> by construction, the same and *does* abort.

    We don't really know what context Sipser was given.  I got in touch at
    the time so do I know he had enough context to know that PO's ideas were
    "wacky" and that had agreed to what he considered a "minor remark". >>>>>>>>
    Since PO considers his words finely crafted and key to his so-called >>>>>>>> work I think it's clear that Sipser did not take the "minor remark" he >>>>>>>> agreed to to mean what PO takes it to mean!  My own take if that he >>>>>>>> (Sipser) read it as a general remark about how to determine some cases,
    i.e. that D names an input that H can partially simulate to determine >>>>>>>> it's halting or otherwise.  We all know or could construct some such >>>>>>>> cases.

    I suspect he was tricked because PO used H and D as the names without >>>>>>>> making it clear that D was constructed from H in the usual way (Sipser >>>>>>>> uses H and D in at least one of his proofs).  Of course, he is clued in
    enough know that, if D is indeed constructed from H like that, the >>>>>>>> "minor remark" becomes true by being a hypothetical: if the moon is made
    of cheese, the Martians can look forward to a fine fondue.  But, >>>>>>>> personally, I think the professor is more straight talking than that, >>>>>>>> and he simply took as a method that can work for some inputs.

    <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022> >>>>>>>      If simulating halt decider H correctly simulates its input D >>>>>>>      until H correctly determines that its simulated D would never >>>>>>>      stop running unless aborted then

         H can abort its simulation of D and correctly report that D >>>>>>>      specifies a non-halting sequence of configurations.
    </MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022> >>>>>>>
    If professor Sipser agreed to this and it only works for
    some inputs then his agreement would have been incorrect.
    There was an 18 message exchange prior to this agreement.

    I do not believe that Professor Sipser made a mistake
    because it still seems to be a simple tautology to me.

    That's
    the only way is could be seen as a "minor remark" with being accused of
    being disingenuous.

    Ben saw this right away and it seems that most everyone else simply lied
    about it.
    I don’t think you understood him.

    I don't think PO even reads what people write.  He certainly works hard
    to avoid addressing any points made to him.  I think it's true to say >>>>>>>> that pretty much every paraphrase he attempts "X thinks ..." (usually >>>>>>>> phrased as "so you are saying that black is white?") is garbage. >>>>>>>> Understanding what other people say is low in his priorities since they
    must be wrong anyway.

    (I refuse to have anything more to do with PO directly after he was >>>>>>>> unconscionably rude, but I do keep an eye out for my name in case he >>>>>>>> continues to smear it.)


    That people still disagree that a correct emulation
    of N instructions of DDD according to the semantics
    of the x86 language defines what a correct simulation
    is still seems flat out dishonest to me.
    That someone still refuses to see that skipping the last few
    instructions of a halting program is a violation of the semantics of >>>>>> the x86 language seems dishonest to me, in particular when several >>>>>> people pointed him to this error.

    In the case of DDD correctly emulated by HHH this does
    require HHH to emulate itself emulating DDD exactly one
    time before HHH sees the repeating pattern.

    A repeating, but not an infinite repeating pattern,

    *D would never stop running unless aborted*
    *D would never stop running unless aborted*
    *D would never stop running unless aborted*
    *D would never stop running unless aborted*

    Are you just being dishonest?

    Forget your dream of a non-aborting HHH. It does abort, so the 'unless' >>>> part makes it unnecessarily complicated. It stops running, because it
    aborts.
    You can't have a HHH that is aborted, when it does not perform the
    abort itself.
    Why don't you see that? Are you dishonest? It does abort and therefore >>>> is does not repeat infinitely. Then it halts. It stops running. Are you >>>> dishonest, or dreaming, or cheating?



     because HHH is programmed to abort and halt after a few cycles,

    *It never has been AFTER A FEW CYCLES*
    *It has always been until a specific condition is met*

    It is coded to abort when it sees this 'specific' condition (after a
    few cycles) and then it halts.

    I have corrected you on this too may times.
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE
    HALTS IS ONLY REACHING A FINAL HALT STATE

    You don't listen. Preventing a halting program to reach its halt state
    by aborting the simulation does not prove that it has non-halting
    behaviour.

    And by aborting the simulated HHH is prevented to reach this halt
    state. That does not change the fact that the simulated HHH would have
    detected the 'specific' condition and would have halted.

    OK I got it now.

    _DDD()
    [00002172] 55 push ebp ; housekeeping
    [00002173] 8bec mov ebp,esp ; housekeeping
    [00002175] 6872210000 push 00002172 ; push DDD
    [0000217a] e853f4ffff call 000015d2 ; call HHH(DDD)
    [0000217f] 83c404 add esp,+04
    [00002182] 5d pop ebp
    [00002183] c3 ret
    Size in bytes:(0018) [00002183]

    [Correctly emulated] is specified to mean emulated
    according to the semantics of the x86 language.

    Your HHH does not do that if the called function at low address,
    including HHH's own address.

    --
    Mikko

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)