Sujet : Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO
De : richard (at) *nospam* damon-family.org (Richard Damon)
Groupes : comp.theoryDate : 26. Oct 2024, 05:07:22
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <92284cbd62a02a73c2bb943d965ccdacce3726fc@i2pn2.org>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
User-Agent : Mozilla Thunderbird
On 10/25/24 7:22 PM, olcott wrote:
On 10/25/2024 5:17 PM, Richard Damon wrote:
On 10/25/24 5:54 PM, olcott wrote:
On 10/25/2024 10:45 AM, Richard Damon wrote:
On 10/25/24 9:37 AM, olcott wrote:
On 10/25/2024 7:27 AM, Richard Damon wrote:
On 10/24/24 9:04 PM, olcott wrote:
On 10/24/2024 6:23 PM, Richard Damon wrote:
On 10/24/24 2:19 PM, olcott wrote:
On 10/23/2024 9:48 PM, Richard Damon wrote:
On 10/23/24 10:33 PM, olcott wrote:
On 10/23/2024 6:16 PM, Richard Damon wrote:
On 10/23/24 8:33 AM, olcott wrote:
On 10/23/2024 6:12 AM, Richard Damon wrote:
On 10/23/24 12:04 AM, olcott wrote:
On 10/22/2024 10:47 PM, Richard Damon wrote:
On 10/22/24 11:25 PM, olcott wrote:
On 10/22/2024 10:02 PM, Richard Damon wrote:
On 10/22/24 11:57 AM, olcott wrote:
On 10/22/2024 10:18 AM, joes wrote:
Am Tue, 22 Oct 2024 08:47:39 -0500 schrieb olcott:
On 10/22/2024 4:50 AM, joes wrote:
Am Mon, 21 Oct 2024 22:04:49 -0500 schrieb olcott:
On 10/21/2024 9:42 PM, Richard Damon wrote:
On 10/21/24 7:08 PM, olcott wrote:
On 10/21/2024 6:05 PM, Richard Damon wrote:
On 10/21/24 6:48 PM, olcott wrote:
On 10/21/2024 5:34 PM, Richard Damon wrote:
On 10/21/24 12:29 PM, olcott wrote:
On 10/21/2024 10:17 AM, joes wrote:
Am Mon, 21 Oct 2024 08:41:11 -0500 schrieb olcott:
On 10/21/2024 3:39 AM, joes wrote:
>
Did ChatGPT generate that?
If it did then I need *ALL the input that caused it to generate
that*
It's not like it will deterministically regenerate the same output.
>
No, someone using some REAL INTELEGENCE, as opposed to a program
using "artificial intelegence" that had been loaded with false
premises and other lies.
I specifically asked it to verify that its key assumption is
correct and it did.
No, it said that given what you told it (which was a lie)
I asked it if what it was told was a lie and it explained how what
it was told is correct.
"naw, I wasn't lied to, they said they were saying the truth" sure
buddy.
>
Because Chat GPT doesn't care about lying.
ChatGPT computes the truth and you can't actually show otherwise.
HAHAHAHAHA there isn't anything about truth in there, prove me wrong
>
Because what you are asking for is nonsense.
Of course an AI that has been programmed with lies might repeat the
lies.
When it is told the actual definition, after being told your lies,
and asked if your conclusion could be right, it said No.
Thus, it seems by your logic, you have to admit defeat, as the AI,
after being told your lies, still was able to come up with the
correct answer, that DDD will halt, and that HHH is just incorrect to
say it doesn't.
I believe that the "output" Joes provided was fake on the basis that
she did not provide the input to derive that output and did not use
the required basis that was on the link.
I definitely typed something out in the style of an LLM instead of my
own words /s
>
If you want me to pay more attention to what you say, you first need
to return the favor, and at least TRY to find an error in what I say,
and be based on more than just that you think that can't be right.
But you can't do that, as you don't actually know any facts about the
field that you can point to qualified references.
You cannot show that my premises are actually false.
To show that they are false would at least require showing that they
contradict each other.
Accepting your premises makes the problem uninteresting.
That seems to indicate that you are admitting that you cheated when you
discussed this with ChatGPT. You gave it a faulty basis and then argued
against that.
Just no. Do you believe that I didn't write this myself after all?
>
They also conventional within the context of software engineering. That
software engineering conventions seem incompatible with computer science
conventions may refute the latter.
lol
>
The a halt decider must report on the behavior that itself is contained
within seems to be an incorrect convention.
Just because you don't like the undecidability of the halting problem?
>
u32 HHH1(ptr P) // line 721
u32 HHH(ptr P) // line 801
The above two functions have identical C code except for their name.
>
The input to HHH1(DDD) halts. The input to HHH(DDD) does not halt. This
conclusively proves that the pathological relationship between DDD and
HHH makes a difference in the behavior of DDD.
That makes no sense. DDD halts or doesn't either way. HHH and HHH1 may
give different answers, but then exactly one of them must be wrong.
Do they both call HHH? How does their execution differ?
>
>
void DDD()
{
HHH(DDD);
return;
}
>
*It is a verified fact that*
>
(a) Both HHH1 and HHH emulate DDD according to the
semantics of the x86 language.
>
But HHH only does so INCOMPLETELY.
>
>
(b) HHH and HHH1 have verbatim identical c source
code, except for their differing names.
>
So? the fact the give different results just proves that they must have a "hidden input" thta gives them that different behavior, so they can't be actually deciders.
>
HHH1 either references itself with the name HHH1, instead of the name HHH, so has DIFFERENT source code, or your code uses assembly to extract the address that it is running at, making that address a "hidden input" to the code.
>
So, you just proved that you never meet your basic requirements, and everything is just a lie.
>
>
(c) DDD emulated by HHH has different behavior than
DDD emulated by HHH1.
>
No, just less of it because HHH aborts its emulation.
>
Aborted emulation doesn't provide final behavior.
>
>
(d) Each DDD *correctly_emulated_by* any HHH that
this DDD calls cannot possibly return no matter
what this HHH does.
>
>
No, it can not be emulated by that HHH to that point, but that doesn't mean that the behavior of program DDD doesn't get there.
>
Halt Deciding / Termination Analysis is about the behavior of the program described, and thus all you are showing is that you aren't working on either of those problems, but have just been lying.
>
>
Note, your argument is using a equivocation on the term "correctly emulated" as you are trying to claim a correct emulation by just a partial emulation, but also trying to claim a result that only comes from COMPLETE emulation, that of determining final behavior.
>
This again, just prove that you whole proof is based on lies.
>
I didn't hardly glance at any of that.
*This verified fact is a key element of my point*
>
When HHH1(DDD) emulates DDD this DDD reaches its final state.
When HHH(DDD) emulates DDD this DDD cannot possibly reach its
final state.
>
>
But HHH aborts its emulation, and to that point saw EXACTLY the same sequence of steps that HHH1 saw (or you have lied about them being identical and pure funcitons).
>
>
*That double talk dodges the point that I made*
>
>
What "Double talk"?
>
Your whole logic is just double talk.
>
You confuse your made up fanstay for reality and lock yourself into your insanity.
>
DDD emulated by HHH cannot possibly reach
its final state no matter WTF that HHH does.
>
There is your Equivocation again!
>
"Reaching Final State" is a property of the execution of complete emulation of a program.
>
So, since when we look at that for a DDD that calls an HHH that returns an answer, we find it reaches such a final state, your claim is just a blantant lie. Not just an honest mistake, as you have been told repeatedly the answer, but in your total stupidity reject the truth to keep your lies.
>
>
DDD emulated by HHH according to the semantics of the
x86 language cannot possibly reach its own "return"
instruction matter WTF that HHH does.
>
Then your logic is just inconsistant as HHH can not be folling the semantic of the x86 language and then do "WTF".
>
For HHH to emulate its input in a way to show the actual behavior of that input, it must not EVER abort its emulation. PERIOD.
>
Your logic is just WTF, and based on the assumption that HHH can do two different things at the same time with the same code which is just a LIE,
>
>
>
When termination analyzers analyze C functions for
termination the measure of termination is reaching
the "return" statement.
>
Rigjt, when the BEHAIVIOR of the function is to do so, and that behavior is DEFINED to be the results of direct execution,
>
That is not DDD emulated by HHH according to the semantics
of the x86 language. That is DDD emulated by HHH1 according
to the semantics of the x86 language.
>
Depends on which of the equivocations you are meaning.
>
If we are talking about the behavior of the PROGRAM DDD.
>
In other words you are saying that DDD must be emulated
by HHH violating the semantics of the x86 language.
>
Where did I say that?
>
The directly executed DDD has the same behavior as
DDD emulated by HHH1 according to the semantics
of the x86 language.
>
The only way for DDD emulated by HHH to have this
same behavior (that includes DDD calling itself)
is to ignore the call to itself.
>
>
Nope, as "according to the semantics of the x86 language" is an OBJECTIVE standard, and thus the only meaning of behavior of "the call itself" is to look at what the x86 processor does on that call.
>
*That lame excuse tries to pretend that UTMs don't exist*
>
Nope. But UTMs will never abort their emulation of their input, or they are not a UTM.
>
>
You claimed that emulation is an incorrect basis
and I proved you wrong.
>
>
>
No, I said a PARTIAL emulation is an incorrect basis.
>
You are just a proven liar that twists peoples words because you don't know what you are talking about.
>
It is ridiculously stupid to require a complete emulation
of a non-terminating input. No twisted words there.
HHH doesn't need to to the complete emulation, just show that the complete emulation doesn't reach an end.
IF you want to call that rediculously stupid, you are just showing your own stupidity, as that IS the requirement, and you can't show anything that proves it otherwise, because you just don't know anything about the fundamental facts of what you talk about.
The problem is that any HHH that answers for the input built on it, must have been a decider that aborts when emulating that input, and thus only does a partial emulation.
>
It is ridiculously stupid to require a complete emulation
of a non-terminating input. No twisted words there.
HHH doesn't need to to the complete emulation, just show that the complete emulation doesn't reach an end.
IF you want to call that rediculously stupid, you are just showing your own stupidity, as that IS the requirement, and you can't show anything that proves it otherwise, because you just don't know anything about the fundamental facts of what you talk about.
That is why HHH1 can get the right answer, because, not actually being an exact copy, it is able to emulate the input to the end, and see that it will halt.
>
It is an exact copy AND THE ONLY RELEVANT DIFFERENCE
IS THAT DDD CALLS HHH AND DOES NOT CALL HHH1. This
was even over Mike's head.
Nope, It just proves that your HHH is not a "pure function" of its input, as it uses a "hidden input" and thus just fails to even be of the right form to be a decider.
Sorry, you just don't understand what you are talking about.
Either HHH1 differs from HHH by using the address of itself instead of the address of HHH (which makes them different functions) or it gathers a piece of data that wasn't its input to tell the difference, like the program counter address at its start.
You are just proving your stupidity, as you don't understand the meaning of the terms you are using.
Date | Sujet | # | | Auteur |
20 Oct 24 | What I told ChatGPT is essentially identical to the first page of my paper | 110 | | olcott |
20 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 109 | | Richard Damon |
20 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 108 | | olcott |
20 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 5 | | joes |
21 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 4 | | olcott |
21 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 3 | | Richard Damon |
21 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 2 | | olcott |
21 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 1 | | Richard Damon |
20 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 102 | | Richard Damon |
21 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 89 | | olcott |
21 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 3 | | Richard Damon |
21 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 2 | | olcott |
21 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 1 | | Richard Damon |
21 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 85 | | joes |
21 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 84 | | olcott |
21 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 82 | | joes |
21 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 81 | | olcott |
22 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 80 | | Richard Damon |
22 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 79 | | olcott |
22 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 78 | | Richard Damon |
22 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 77 | | olcott |
22 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 76 | | Richard Damon |
22 Oct 24 | Premises cannot be shown to be false without proving that they contradict each other | 75 | | olcott |
22 Oct 24 | Re: Premises cannot be shown to be false without proving that they contradict each other | 71 | | joes |
22 Oct 24 | Re: Premises cannot be shown to be false without proving that they contradict each other | 70 | | olcott |
22 Oct 24 | Re: Premises cannot be shown to be false without proving that they contradict each other | 69 | | joes |
22 Oct 24 | Re: Premises cannot be shown to be false without proving that they contradict each other | 1 | | olcott |
22 Oct 24 | Verified facts regarding the software engineering of DDD, HHH, and HHH1 | 65 | | olcott |
23 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 | 64 | | Richard Damon |
23 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 | 63 | | olcott |
23 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 | 62 | | Richard Damon |
23 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 | 1 | | olcott |
23 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 60 | | olcott |
23 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 59 | | Richard Damon |
23 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 58 | | olcott |
24 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 57 | | Richard Damon |
24 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 14 | | olcott |
24 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 13 | | Richard Damon |
24 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 12 | | olcott |
25 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 11 | | Richard Damon |
25 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 10 | | olcott |
25 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 9 | | Richard Damon |
25 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 8 | | olcott |
25 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 7 | | Richard Damon |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 6 | | olcott |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 5 | | Richard Damon |
26 Oct 24 | Foundation of formal logic systems --- finite string transformation rules applied to finite strings. | 4 | | olcott |
26 Oct 24 | Every computable function can be construed as --- finite string transformation rules applied to finite strings. | 2 | | olcott |
26 Oct 24 | Re: Every computable function can be construed as --- finite string transformation rules applied to finite strings. | 1 | | Richard Damon |
26 Oct 24 | Re: Foundation of formal logic systems --- finite string transformation rules applied to finite strings. | 1 | | Richard Damon |
24 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 42 | | olcott |
24 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 41 | | Richard Damon |
24 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 40 | | olcott |
25 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 39 | | Richard Damon |
25 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 38 | | olcott |
25 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 37 | | Richard Damon |
25 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 36 | | olcott |
25 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 35 | | Richard Damon |
25 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 34 | | olcott |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 33 | | Richard Damon |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 18 | | olcott |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 17 | | Richard Damon |
26 Oct 24 | Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- | 16 | | olcott |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- | 5 | | joes |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- | 4 | | olcott |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- | 3 | | Richard Damon |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- | 2 | | olcott |
27 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- | 1 | | Richard Damon |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- | 10 | | Richard Damon |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- | 9 | | olcott |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- | 6 | | Richard Damon |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- | 5 | | olcott |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- | 3 | | joes |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- | 2 | | olcott |
27 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- | 1 | | Richard Damon |
27 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- | 1 | | Richard Damon |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- | 2 | | joes |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- | 1 | | olcott |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 14 | | Richard Damon |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 13 | | olcott |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 12 | | Richard Damon |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 11 | | olcott |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 10 | | Richard Damon |
26 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 9 | | olcott |
27 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 8 | | Richard Damon |
27 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 7 | | olcott |
27 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 6 | | Richard Damon |
27 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 5 | | olcott |
27 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 1 | | joes |
27 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 3 | | Richard Damon |
27 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 2 | | olcott |
27 Oct 24 | Re: Verified facts regarding the software engineering of DDD, HHH, and HHH1 --- TYPO | 1 | | Richard Damon |
23 Oct 24 | Re: Premises cannot be shown to be false without proving that they contradict each other | 2 | | Mike Terry |
23 Oct 24 | Re: Premises cannot be shown to be false without proving that they contradict each other | 1 | | olcott |
22 Oct 24 | Re: Premises cannot be shown to be false without proving that they contradict each other | 3 | | Richard Damon |
22 Oct 24 | Re: Premises cannot be shown to be false without proving that they contradict each other | 2 | | olcott |
23 Oct 24 | Re: Premises cannot be shown to be false without proving that they contradict each other | 1 | | Richard Damon |
22 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 1 | | Richard Damon |
21 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 10 | | olcott |
21 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 9 | | Richard Damon |
21 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 8 | | olcott |
21 Oct 24 | Re: What I told ChatGPT is essentially identical to the first page of my paper | 1 | | olcott |
21 Oct 24 | ChatGPT input is essentially page(1) of my paper -- clean update | 1 | | olcott |