Re: ChatGPT explains why rebuttals of my work are incorrect

Liste des GroupesRevenir à cl c  
Sujet : Re: ChatGPT explains why rebuttals of my work are incorrect
De : chris.m.thomasson.1 (at) *nospam* gmail.com (Chris M. Thomasson)
Groupes : comp.lang.c
Date : 16. Oct 2024, 21:41:19
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vep8dh$2d05k$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Mozilla Thunderbird
On 10/15/2024 6:43 PM, Mike Terry wrote:
On 14/10/2024 23:17, Chris M. Thomasson wrote:
On 10/13/2024 7:57 PM, olcott wrote:
On 10/13/2024 11:34 AM, Kaz Kylheku wrote:
On 2024-10-12, Chris M. Thomasson <chris.m.thomasson.1@gmail.com> wrote:
On 10/12/2024 11:28 AM, Janis Papanagnou wrote:
On 12.10.2024 11:32, Jan van den Broek wrote:
2024-10-12, Chris M. Thomasson <chris.m.thomasson.1@gmail.com> schrieb:
On 10/11/2024 7:50 PM, olcott wrote:
>
[Schnipp]
>
As I see it, the main Halting Problem is Olcott not halting.
>
LOL! - A very nice one. Thanks for that. :-)
>
I second that. :^)
>
You're likely thousand-seconding that. The Olcott not halting joke
is many years old now, and will likely come up again.
>
>
>
My cancer has gotten worse.
>
*ChatGPT explains why rebuttals of my work are incorrect*
https://chatgpt.com/share/6709e046-4794-8011-98b7-27066fb49f3e
>
I had to dumb this down from the original halting problem
input so that reviewers can verify that HHH is correct
without hardly paying any attention at all:
>
void DDD()
{
   HHH(DDD);
   return;
}
>
When HHH is an x86 emulation based termination analyzer
then each DDD emulated by any HHH that it calls never returns.
[...]
>
Isn't that similar to:
>
void foobar()
{
     foobar();
}
>
? >
 Similar, but different because HHH only performs a /partial/ step by step emulation of DDD - it stops emulating after a while and returns, so DDD() halts.  foobar() will never halt (ignoring physical resource constraints like running out of stack).  foobar() undergoes infinite recursive call.  DDD() exhibits /finite/ recursive emulation, then halts.
So, any similar to:
______________
void foo(
     unsigned long ri,
     unsigned long rn
) {
     if (ri > rn) return;
     foo(ri + 1, rn);
}
______________
foo(0, 5);
?

Date Sujet#  Auteur
12 Oct 24 * ChatGPT explains why by rebuttal of the halting problem proofs is correct47olcott
12 Oct 24 +* Re: ChatGPT explains why by rebuttal of the halting problem proofs is correct41Chris M. Thomasson
12 Oct 24 i`* Re: ChatGPT explains why by rebuttal of the halting problem proofs is correct40Jan van den Broek
12 Oct 24 i `* Re: ChatGPT explains why by rebuttal of the halting problem proofs is correct39Janis Papanagnou
12 Oct 24 i  `* Re: ChatGPT explains why by rebuttal of the halting problem proofs is correct38Chris M. Thomasson
13 Oct 24 i   `* Re: ChatGPT explains why by rebuttal of the halting problem proofs is correct37Kaz Kylheku
14 Oct 24 i    `* ChatGPT explains why rebuttals of my work are incorrect36olcott
15 Oct 24 i     +* Re: ChatGPT explains why rebuttals of my work are incorrect14Chris M. Thomasson
15 Oct 24 i     i+- Re: ChatGPT explains why rebuttals of my work are incorrect1Chris M. Thomasson
16 Oct 24 i     i+* Re: ChatGPT explains why rebuttals of my work are incorrect10Mike Terry
16 Oct 24 i     ii+* Re: ChatGPT explains why rebuttals of my work are incorrect6Chris M. Thomasson
19 Oct 24 i     iii`* Re: ChatGPT explains why rebuttals of my work are incorrect5Mike Terry
19 Oct 24 i     iii +- Re: ChatGPT explains why rebuttals of my work are incorrect1olcott
20 Oct 24 i     iii +* Re: ChatGPT explains why rebuttals of my work are incorrect2Chris M. Thomasson
21 Oct 24 i     iii i`- ChatGPT 4.0 soundly refutes this key rebuttal of my work1olcott
20 Oct 24 i     iii `- Re: ChatGPT explains why rebuttals of my work are incorrect1Chris M. Thomasson
19 Oct 24 i     ii`* Re: ChatGPT explains why rebuttals of my work are incorrect3olcott
19 Oct 24 i     ii `* Re: ChatGPT explains why rebuttals of my work are incorrect2Chris M. Thomasson
19 Oct 24 i     ii  `- Re: ChatGPT explains why rebuttals of my work are incorrect1olcott
19 Oct 24 i     i+- Re: ChatGPT explains why rebuttals of my work are incorrect1olcott
21 Oct 24 i     i`- Re: ChatGPT explains why rebuttals of my work are incorrect1olcott
15 Oct 24 i     +* Re: ChatGPT explains why rebuttals of my work are incorrect17tTh
15 Oct 24 i     i+* Re: ChatGPT explains why rebuttals of my work are incorrect13Chris M. Thomasson
15 Oct 24 i     ii`* Re: ChatGPT explains why rebuttals of my work are incorrect12Mike Terry
15 Oct 24 i     ii +* Re: ChatGPT explains why rebuttals of my work are incorrect9Chris M. Thomasson
15 Oct 24 i     ii i+* Re: ChatGPT explains why rebuttals of my work are incorrect7Mike Terry
15 Oct 24 i     ii ii+- Re: ChatGPT explains why rebuttals of my work are incorrect1Mike Terry
15 Oct 24 i     ii ii`* Re: ChatGPT explains why rebuttals of my work are incorrect5Chris M. Thomasson
15 Oct 24 i     ii ii +- Re: ChatGPT explains why rebuttals of my work are incorrect1Chris M. Thomasson
16 Oct 24 i     ii ii `* Re: ChatGPT explains why rebuttals of my work are incorrect3Mike Terry
16 Oct 24 i     ii ii  +- Re: ChatGPT explains why rebuttals of my work are incorrect1Chris M. Thomasson
19 Oct 24 i     ii ii  `- Re: ChatGPT explains why rebuttals of my work are incorrect1olcott
19 Oct 24 i     ii i`- Re: ChatGPT explains why rebuttals of my work are incorrect1olcott
19 Oct 24 i     ii `* Re: ChatGPT explains why rebuttals of my work are incorrect2olcott
19 Oct 24 i     ii  `- Re: ChatGPT explains why rebuttals of my work are incorrect1Chris M. Thomasson
17 Oct 24 i     i+* Re: ChatGPT explains why rebuttals of my work are incorrect2Bonita Montero
19 Oct 24 i     ii`- Re: ChatGPT explains why rebuttals of my work are incorrect1olcott
19 Oct 24 i     i`- Re: ChatGPT explains why rebuttals of my work are incorrect1olcott
15 Oct 24 i     `* Re: ChatGPT explains why rebuttals of my work are incorrect4Chris M. Thomasson
15 Oct 24 i      +- Re: ChatGPT explains why rebuttals of my work are incorrect1Chris M. Thomasson
19 Oct 24 i      `* Re: ChatGPT explains why rebuttals of my work are incorrect2olcott
19 Oct 24 i       `- Re: ChatGPT explains why rebuttals of my work are incorrect1Chris M. Thomasson
12 Oct 24 +- Re: ChatGPT explains why by rebuttal of the halting problem proofs is correct1Chris M. Thomasson
13 Oct 24 `* C function HHH correctly reports that DDD never terminates --- boiled down to two sentences4olcott
13 Oct 24  `* Re: C function HHH correctly reports that DDD never terminates --- boiled down to two sentences3tTh
13 Oct 24   `* Re: C function HHH correctly reports that DDD never terminates --- boiled down to two sentences2olcott
15 Oct 24    `- Re: C function HHH correctly reports that DDD never terminates --- boiled down to two sentences1Chris M. Thomasson

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal