Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!

Liste des GroupesRevenir à c theory 
Sujet : Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.theory
Date : 05. Oct 2024, 14:34:40
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vdrf9g$p6ih$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
User-Agent : Mozilla Thunderbird
On 10/5/2024 8:27 AM, Richard Damon wrote:
On 10/5/24 8:21 AM, olcott wrote:
On 10/5/2024 5:58 AM, Richard Damon wrote:
On 10/4/24 9:53 PM, olcott wrote:
>
That you are unable to understand that it is easily conclusively
proven (below) that the emulated HHH does emulate its DDD correctly
is why your double-talk gibberish rebuttal fails.
>
 Nope, the trace actually proves the opposite.
 
The following execution trace conclusively proves that
HHH emulated by itself does emulate the first four lines
of DDD correctly.
_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]
_main()
[00002192] 55         push ebp
[00002193] 8bec       mov ebp,esp
[00002195] 6872210000 push 00002172 ; push DDD
[0000219a] e833f4ffff call 000015d2 ; call HHH(DDD)
[0000219f] 83c404     add esp,+04
[000021a2] 50         push eax
[000021a3] 6843070000 push 00000743
[000021a8] e8b5e5ffff call 00000762
[000021ad] 83c408     add esp,+08
[000021b0] 33c0       xor eax,eax
[000021b2] 5d         pop ebp
[000021b3] c3         ret
Size in bytes:(0034) [000021b3]
  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)
// emulated HHH emulating 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
[0000219f][00103820][00000000] 83c404     add esp,+04
[000021a2][0010381c][00000000] 50         push eax
[000021a3][00103818][00000743] 6843070000 push 00000743
[000021a8][00103818][00000743] e8b5e5ffff call 00000762
Input_Halts = 0
[000021ad][00103820][00000000] 83c408     add esp,+08
[000021b0][00103820][00000000] 33c0       xor eax,eax
[000021b2][00103824][00000018] 5d         pop ebp
[000021b3][00103828][00000000] c3         ret
Number of Instructions Executed(10069) == 150 Pages
--
Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Date Sujet#  Auteur
1 Oct 24 * Even Google AI Overview understands me now123olcott
1 Oct 24 +* Re: Even Google AI Overview understands me now115olcott
1 Oct 24 i+* Re: Even Google AI Overview understands me now103joes
1 Oct 24 ii`* Re: Even Google AI Overview understands me now102olcott
1 Oct 24 ii `* Re: Even Google AI Overview understands me now101joes
2 Oct 24 ii  +* Re: Even Google AI Overview understands me now99olcott
2 Oct 24 ii  i`* Re: Even Google AI Overview understands me now98Richard Damon
2 Oct 24 ii  i `* Re: Even Google AI Overview understands me now97olcott
3 Oct 24 ii  i  +* Re: Even Google AI Overview understands me now95Richard Damon
3 Oct 24 ii  i  i`* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!94olcott
3 Oct 24 ii  i  i +* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!26Richard Damon
4 Oct 24 ii  i  i i`* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!25olcott
4 Oct 24 ii  i  i i `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!24Richard Damon
4 Oct 24 ii  i  i i  `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!23olcott
4 Oct 24 ii  i  i i   `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!22Richard Damon
4 Oct 24 ii  i  i i    `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!21olcott
5 Oct 24 ii  i  i i     `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!20Richard Damon
5 Oct 24 ii  i  i i      `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!19olcott
5 Oct 24 ii  i  i i       `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!18Richard Damon
5 Oct 24 ii  i  i i        `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!17olcott
5 Oct 24 ii  i  i i         `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!16Richard Damon
5 Oct 24 ii  i  i i          `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!15olcott
5 Oct 24 ii  i  i i           `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!14Richard Damon
5 Oct 24 ii  i  i i            `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!13olcott
6 Oct 24 ii  i  i i             `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!12Richard Damon
6 Oct 24 ii  i  i i              `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!11olcott
6 Oct 24 ii  i  i i               `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!10Richard Damon
6 Oct 24 ii  i  i i                `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!9olcott
6 Oct 24 ii  i  i i                 `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!8Richard Damon
6 Oct 24 ii  i  i i                  `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!7olcott
6 Oct 24 ii  i  i i                   `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!6Richard Damon
6 Oct 24 ii  i  i i                    +- Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!1immibis
6 Oct 24 ii  i  i i                    `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!4olcott
6 Oct 24 ii  i  i i                     `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!3Richard Damon
6 Oct 24 ii  i  i i                      `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!2olcott
6 Oct 24 ii  i  i i                       `- Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!1Richard Damon
3 Oct 24 ii  i  i `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!67Mikko
3 Oct 24 ii  i  i  `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!66olcott
4 Oct 24 ii  i  i   +- Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!1Richard Damon
4 Oct 24 ii  i  i   +* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!62Mikko
4 Oct 24 ii  i  i   i`* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!61olcott
5 Oct 24 ii  i  i   i `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!60Mikko
5 Oct 24 ii  i  i   i  `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!59olcott
6 Oct 24 ii  i  i   i   `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!58Mikko
6 Oct 24 ii  i  i   i    `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!57olcott
6 Oct 24 ii  i  i   i     +* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!53Richard Damon
6 Oct 24 ii  i  i   i     i`* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!52olcott
6 Oct 24 ii  i  i   i     i `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!51Richard Damon
6 Oct 24 ii  i  i   i     i  `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!50olcott
6 Oct 24 ii  i  i   i     i   `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!49Richard Damon
6 Oct 24 ii  i  i   i     i    `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!48olcott
6 Oct 24 ii  i  i   i     i     `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!47Richard Damon
6 Oct 24 ii  i  i   i     i      +* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!2olcott
7 Oct 24 ii  i  i   i     i      i`- Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!1Richard Damon
6 Oct 24 ii  i  i   i     i      `* Re: Even Google AI Overview understands me now --- My Stupid Mistake44olcott
7 Oct 24 ii  i  i   i     i       `* Re: Even Google AI Overview understands me now --- My Stupid Mistake43Richard Damon
7 Oct 24 ii  i  i   i     i        `* Re: Even Google AI Overview understands me now --- My Stupid Mistake42olcott
7 Oct 24 ii  i  i   i     i         `* Re: Even Google AI Overview understands me now --- My Stupid Mistake41Richard Damon
7 Oct 24 ii  i  i   i     i          `* Re: Even Google AI Overview understands me now --- My Stupid Mistake40olcott
7 Oct 24 ii  i  i   i     i           `* Re: Even Google AI Overview understands me now --- My Stupid Mistake39Richard Damon
7 Oct 24 ii  i  i   i     i            `* Re: Even Google AI Overview understands me now --- HHH(DDD)==038olcott
8 Oct 24 ii  i  i   i     i             `* Re: Even Google AI Overview understands me now --- HHH(DDD)==037Richard Damon
8 Oct 24 ii  i  i   i     i              `* Re: Even Google AI Overview understands me now --- HHH(DDD)==036olcott
8 Oct 24 ii  i  i   i     i               `* Re: Even Google AI Overview understands me now --- HHH(DDD)==035Richard Damon
8 Oct 24 ii  i  i   i     i                `* Re: Even Google AI Overview understands me now --- HHH(DDD)==034olcott
8 Oct 24 ii  i  i   i     i                 `* Re: Even Google AI Overview understands me now --- HHH(DDD)==033Richard Damon
8 Oct 24 ii  i  i   i     i                  `* Re: Even Google AI Overview understands me now --- HHH(DDD)==032olcott
8 Oct 24 ii  i  i   i     i                   `* Re: Even Google AI Overview understands me now --- HHH(DDD)==031Richard Damon
8 Oct 24 ii  i  i   i     i                    `* Re: Even Google AI Overview understands me now --- HHH(DDD)==030olcott
8 Oct 24 ii  i  i   i     i                     `* Re: Even Google AI Overview understands me now --- HHH(DDD)==029Richard Damon
8 Oct 24 ii  i  i   i     i                      `* Re: Even Google AI Overview understands me now --- HHH(DDD)==028olcott
8 Oct 24 ii  i  i   i     i                       `* Re: Even Google AI Overview understands me now --- HHH(DDD)==027Richard Damon
8 Oct 24 ii  i  i   i     i                        `* Re: Even Google AI Overview understands me now --- HHH(DDD)==026olcott
8 Oct 24 ii  i  i   i     i                         `* Re: Even Google AI Overview understands me now --- HHH(DDD)==025Richard Damon
8 Oct 24 ii  i  i   i     i                          `* Re: Even Google AI Overview understands me now --- HHH(DDD)==024olcott
8 Oct 24 ii  i  i   i     i                           `* Re: Even Google AI Overview understands me now --- HHH(DDD)==023Richard Damon
8 Oct 24 ii  i  i   i     i                            `* Re: Even Google AI Overview understands me now --- HHH(DDD)==022olcott
8 Oct 24 ii  i  i   i     i                             `* Re: Even Google AI Overview understands me now --- HHH(DDD)==021Richard Damon
8 Oct 24 ii  i  i   i     i                              `* Re: Even Google AI Overview understands me now --- HHH(DDD)==020olcott
8 Oct 24 ii  i  i   i     i                               `* Re: Even Google AI Overview understands me now --- HHH(DDD)==019Richard Damon
9 Oct 24 ii  i  i   i     i                                `* Re: Even Google AI Overview understands me now --- HHH(DDD)==018olcott
9 Oct 24 ii  i  i   i     i                                 +* Re: Even Google AI Overview understands me now --- HHH(DDD)==02wij
9 Oct 24 ii  i  i   i     i                                 i`- Re: Even Google AI Overview understands me now --- HHH(DDD)==01olcott
9 Oct 24 ii  i  i   i     i                                 `* Re: Even Google AI Overview understands me now --- HHH(DDD)==015Richard Damon
9 Oct 24 ii  i  i   i     i                                  `* Re: Even Google AI Overview understands me now --- HHH(DDD)==014olcott
9 Oct 24 ii  i  i   i     i                                   `* Re: Even Google AI Overview understands me now --- HHH(DDD)==013Richard Damon
9 Oct 24 ii  i  i   i     i                                    `* HHH(DDD)==012olcott
9 Oct 24 ii  i  i   i     i                                     +* Re: HHH(DDD)==08Mikko
9 Oct 24 ii  i  i   i     i                                     i`* Re: HHH(DDD)==07olcott
9 Oct 24 ii  i  i   i     i                                     i +* Re: HHH(DDD)==05Richard Damon
9 Oct 24 ii  i  i   i     i                                     i i`* Re: HHH(DDD)==04olcott
10 Oct 24 ii  i  i   i     i                                     i i +- Re: HHH(DDD)==01Richard Damon
10 Oct 24 ii  i  i   i     i                                     i i `* Re: HHH(DDD)==02Mikko
10 Oct 24 ii  i  i   i     i                                     i i  `- Re: HHH(DDD)==01olcott
10 Oct 24 ii  i  i   i     i                                     i `- Re: HHH(DDD)==01Mikko
9 Oct 24 ii  i  i   i     i                                     `* Re: HHH(DDD)==03Richard Damon
9 Oct 24 ii  i  i   i     i                                      `* Re: HHH(DDD)==02olcott
9 Oct 24 ii  i  i   i     i                                       `- Re: HHH(DDD)==01Richard Damon
7 Oct 24 ii  i  i   i     `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!3Mikko
7 Oct 24 ii  i  i   i      `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!2olcott
8 Oct 24 ii  i  i   i       `- Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!1Richard Damon
4 Oct 24 ii  i  i   `* Re: Even Google AI Overview understands me now --- different execution traces have different behavior !!!2joes
3 Oct 24 ii  i  `- Re: Even Google AI Overview understands me now1Richard Damon
2 Oct 24 ii  `- Re: Even Google AI Overview understands me now1olcott
1 Oct 24 i`* ChatGPT correctly analyzed the first page of my paper:11olcott
2 Oct 24 +- Re: Even Google AI Overview understands me now1Richard Damon
2 Oct 24 `* Re: Even Google AI Overview understands me now6Mikko

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal