Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---

Liste des GroupesRevenir à theory 
Sujet : Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---
De : richard (at) *nospam* damon-family.org (Richard Damon)
Groupes : comp.theory
Date : 10. Mar 2025, 02:57:59
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <ce80c9dc3a24d0ab0257e871338b59945526b563@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 25 26 27
User-Agent : Mozilla Thunderbird
On 3/9/25 6:32 PM, olcott wrote:
On 3/9/2025 4:43 PM, Richard Damon wrote:
On 3/9/25 3:36 PM, olcott wrote:
On 3/9/2025 2:24 PM, Richard Damon wrote:
On 3/9/25 9:25 AM, olcott wrote:
On 3/9/2025 6:17 AM, Richard Damon wrote:
On 3/8/25 10:24 PM, olcott wrote:
On 3/8/2025 9:03 PM, Richard Damon wrote:
On 3/8/25 6:30 PM, olcott wrote:
On 3/8/2025 5:01 PM, dbush wrote:
On 3/8/2025 5:47 PM, olcott wrote:
On 3/8/2025 4:26 PM, dbush wrote:
On 3/8/2025 11:41 AM, olcott wrote:
On 3/8/2025 9:01 AM, dbush wrote:
On 3/8/2025 9:09 AM, olcott wrote:
On 3/8/2025 3:06 AM, Mikko wrote:
On 2025-03-07 15:11:53 +0000, olcott said:
>
The code proves otherwise
https://github.com/plolcott/x86utm/blob/master/Halt7.c
>
A program does not prove. In particular, it does not prove that no
different program exists.
>
>
The source code 100% perfectly proves exactly what it
actually does.
>
The source code contains a finite sequence of truth preserving steps between axioms and a statement?
>
The source code 100% completely specifies every single detail
of exactly what it does on each specific input.
Saying that it does not do this is counter-factual.
>
>
In other words, the source code does not meet the definition of a proof, so your claim is false.
>
Dumb Bunny:
*Proof[0] is anything that shows that X is necessarily true*
*and thus impossibly false*
>
The source-code in Halt7.c combined with the input to HHH
conclusively proves every detail of the behavior of HHH on
this input. Disagreeing this is either foolish or dishonest.
>
>
A proof is a finite sequence of truth preserving steps between the axioms of a system and a true statement that show the statement is true.
>
>
Proof[math] tries unsuccessfully to inherit from proof[0].
I am stipulating that I have always been referring to proof[0].
>
And I am pointing out that it IS the same, it is just that you don't understand that "Show" implies FINITE.
>
>
In that single aspect you are correct.
Show that X is definitely true and thus impossibly false
by any means what-so-ever is not proof[math].
>
or proof[0], since you can not SHOW something "by any means" if those means are not showable due to not being finite.
>
>
You are just proving your stupidity by repeating your disproved claim.
>
>
If you cannot understand the Halt7.c conclusively proves[0]
the actual behavior of HHH(DD) this is merely your lack of
understanding and nothing more.
>
>
>
Sure I can understand what it does, as Halt7.c shows that the behavior of the input is to HALT since that is what DD will do when main calls it.
>
>
*WHEN YOU UNDERSTAND THIS THEN YOU KNOW YOU WERE WRONG*
DD correctly emulated by HHH cannot possibly reach
its own "ret" instruction and terminate normally
because DD calls HHH(DD) in recursive emulation.
>
>
>
But The HHH You are talking about doesn't do a correct simulation, so this statment is not applicable.
>
>
>
_DD()
[00002133] 55         push ebp      ; housekeeping
[00002134] 8bec       mov ebp,esp   ; housekeeping
[00002136] 51         push ecx      ; make space for local
[00002137] 6833210000 push 00002133 ; push DD
[0000213c] e882f4ffff call 000015c3 ; call HHH(DD)
[00002141] 83c404     add esp,+04
[00002144] 8945fc     mov [ebp-04],eax
[00002147] 837dfc00   cmp dword [ebp-04],+00
[0000214b] 7402       jz 0000214f
[0000214d] ebfe       jmp 0000214d
[0000214f] 8b45fc     mov eax,[ebp-04]
[00002152] 8be5       mov esp,ebp
[00002154] 5d         pop ebp
[00002155] c3         ret
Size in bytes:(0035) [00002155]
>
WHich is *NOT* a program, as it has an external reference.
>
>
*When we assume that HHH emulates N steps of DD then*
>
DD correctly emulated by HHH cannot possibly reach
its own "ret" instruction and terminate normally
because DD calls HHH(DD) in recursive emulation.
>
Wrong, because emulaiting for "N Steps" is NOT correctly emulation.
>
>
Correctly emulating N steps is emulating N steps correctly.
>
Which is only partially emulating it correctly, and only partially correct is incorrect.
>
>
Everyone here that has sufficient technical competence can
see that for any N steps of DD correctly emulated by HHH
that DD cannot possibly reach its own final state and
terminate normally.
>
>
>
So? As has been pointed out, since HHH can't do enough steps to get to the actual answer, it never CORRECTLY emulated the input enough to get the answer if it aborts.
>
 If HHH can see the same pattern that every competent
programmer sees then HHH does not need to emulate DD
more than twice to know that HHH cannot possibly reach
its own final state and terminate normally.
 
The pattern that HHH sees is IDENTICAL to the pattern that HHH1 saw, up to the point it aborts.
Since HHH1 can continue the simulation to the point of reaching the return, it is just a falacy to say the correct simulation must never return,
Note, your argument makes several errors, that you admit to, you just don't understand they are errors, the fact that you ignore them just shows you know you don't have a way to answer them.
Some of the errors:
You DD, and your HHH do not meet the definition of a PROGRAM per the fields term of art, as a program must include all of the code it uses, and uses as its data, ONLY the contents of its input, and built in data constants.
Your DD does not include the code for the HHH that it calls, or your hypothetical case would not change the HHH that it uses, as it was previously defined as part of the code of DD.
HHH is not a program, as it needs to look outside of the input to see what is at the location the call HHH refers to.
Your claim that the context changes the behavior of the program ends up being based on the fact that your idea of "context" is to allow changing what the input actually is, which is a violation of the terms.
The definition of "Correct Simulation" in Computation theory only include COMPLETE Simulation, which the HHH that answers doesn't do.
Sorry, until you fix you errors, you are just shows to be a DELIBERATE FRAUD and nothing you say has any meaning in the field, as you have admitted to not using the language of the field, but your own lies.
This shows that you don't actually understand how logic works.
Notice how I make detailed responces pointing out factual details that anyone can verify, while your arguement is based on generic claims without details that just appeal to some unknowable athority that you claim agrees with you.
Sorry, you are just proving you don't know logic.

Date Sujet#  Auteur
4 Mar 25 * DD correctly emulated by HHH --- Totally ignoring invalid rebuttals366olcott
4 Mar 25 +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals4dbush
4 Mar 25 i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals3olcott
4 Mar 25 i +- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals1dbush
4 Mar 25 i `- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals1Fred. Zwarts
4 Mar 25 +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals301Fred. Zwarts
4 Mar 25 i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals300olcott
4 Mar 25 i +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals281Fred. Zwarts
4 Mar 25 i i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---280olcott
4 Mar 25 i i +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---9joes
4 Mar 25 i i i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---8olcott
4 Mar 25 i i i +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---5dbush
4 Mar 25 i i i i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---4olcott
4 Mar 25 i i i i `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---3dbush
5 Mar 25 i i i i  `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---2dbush
5 Mar 25 i i i i   `- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1Richard Damon
5 Mar 25 i i i +- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1Fred. Zwarts
5 Mar 25 i i i `- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1joes
5 Mar 25 i i +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---267Richard Damon
5 Mar 25 i i i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---266olcott
5 Mar 25 i i i +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---264Richard Damon
5 Mar 25 i i i i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---263olcott
5 Mar 25 i i i i `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---262Richard Damon
5 Mar 25 i i i i  `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---261olcott
5 Mar 25 i i i i   +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---8joes
5 Mar 25 i i i i   i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---7olcott
5 Mar 25 i i i i   i +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---2joes
5 Mar 25 i i i i   i i`- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1olcott
6 Mar 25 i i i i   i `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---4Richard Damon
6 Mar 25 i i i i   i  `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---3olcott
6 Mar 25 i i i i   i   +- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1dbush
6 Mar 25 i i i i   i   `- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1Richard Damon
5 Mar 25 i i i i   `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---252Richard Damon
5 Mar 25 i i i i    `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---251olcott
5 Mar 25 i i i i     +- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1dbush
5 Mar 25 i i i i     +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---248joes
5 Mar 25 i i i i     i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---247olcott
5 Mar 25 i i i i     i +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---244dbush
5 Mar 25 i i i i     i i+* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---198olcott
5 Mar 25 i i i i     i ii+* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---190dbush
5 Mar 25 i i i i     i iii`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---189olcott
6 Mar 25 i i i i     i iii `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---188dbush
6 Mar 25 i i i i     i iii  `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---187olcott
6 Mar 25 i i i i     i iii   `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---186dbush
6 Mar 25 i i i i     i iii    `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---185olcott
6 Mar 25 i i i i     i iii     `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---184dbush
6 Mar 25 i i i i     i iii      `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---183olcott
6 Mar 25 i i i i     i iii       +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---93dbush
6 Mar 25 i i i i     i iii       i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---92olcott
6 Mar 25 i i i i     i iii       i +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---2dbush
6 Mar 25 i i i i     i iii       i i`- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1dbush
6 Mar 25 i i i i     i iii       i `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---89joes
6 Mar 25 i i i i     i iii       i  `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---88olcott
7 Mar 25 i i i i     i iii       i   `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---87Richard Damon
7 Mar 25 i i i i     i iii       i    `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---86olcott
7 Mar 25 i i i i     i iii       i     +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---74Fred. Zwarts
7 Mar 25 i i i i     i iii       i     i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---73olcott
8 Mar 25 i i i i     i iii       i     i +- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1Richard Damon
8 Mar 25 i i i i     i iii       i     i `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---71Mikko
8 Mar 25 i i i i     i iii       i     i  `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---70olcott
8 Mar 25 i i i i     i iii       i     i   +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---24dbush
8 Mar 25 i i i i     i iii       i     i   i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---23olcott
8 Mar 25 i i i i     i iii       i     i   i `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---22dbush
8 Mar 25 i i i i     i iii       i     i   i  `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---21olcott
9 Mar 25 i i i i     i iii       i     i   i   +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---19dbush
9 Mar 25 i i i i     i iii       i     i   i   i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---18olcott
9 Mar 25 i i i i     i iii       i     i   i   i `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---17Richard Damon
9 Mar 25 i i i i     i iii       i     i   i   i  `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---16olcott
9 Mar 25 i i i i     i iii       i     i   i   i   `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---15Richard Damon
9 Mar 25 i i i i     i iii       i     i   i   i    `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---14olcott
9 Mar 25 i i i i     i iii       i     i   i   i     `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---13Richard Damon
9 Mar 25 i i i i     i iii       i     i   i   i      `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---12olcott
9 Mar 25 i i i i     i iii       i     i   i   i       `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---11Richard Damon
9 Mar 25 i i i i     i iii       i     i   i   i        `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---10olcott
10 Mar 25 i i i i     i iii       i     i   i   i         `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---9Richard Damon
10 Mar 25 i i i i     i iii       i     i   i   i          `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---8olcott
10 Mar 25 i i i i     i iii       i     i   i   i           `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---7Richard Damon
10 Mar 25 i i i i     i iii       i     i   i   i            `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---6olcott
10 Mar 25 i i i i     i iii       i     i   i   i             +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---3Richard Damon
11 Mar 25 i i i i     i iii       i     i   i   i             i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---2olcott
11 Mar 25 i i i i     i iii       i     i   i   i             i `- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1Richard Damon
11 Mar 25 i i i i     i iii       i     i   i   i             +- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1Mikko
11 Mar 25 i i i i     i iii       i     i   i   i             `- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1joes
9 Mar 25 i i i i     i iii       i     i   i   `- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1Mikko
8 Mar 25 i i i i     i iii       i     i   +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---9Fred. Zwarts
8 Mar 25 i i i i     i iii       i     i   i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---8olcott
9 Mar 25 i i i i     i iii       i     i   i `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---7Fred. Zwarts
9 Mar 25 i i i i     i iii       i     i   i  `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---6olcott
9 Mar 25 i i i i     i iii       i     i   i   +- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1Richard Damon
10 Mar 25 i i i i     i iii       i     i   i   `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---4Fred. Zwarts
10 Mar 25 i i i i     i iii       i     i   i    `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---3olcott
10 Mar 25 i i i i     i iii       i     i   i     +- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1Fred. Zwarts
10 Mar 25 i i i i     i iii       i     i   i     `- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1Richard Damon
9 Mar 25 i i i i     i iii       i     i   +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---28Richard Damon
9 Mar 25 i i i i     i iii       i     i   i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---27olcott
9 Mar 25 i i i i     i iii       i     i   i +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---22dbush
9 Mar 25 i i i i     i iii       i     i   i i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---21olcott
9 Mar 25 i i i i     i iii       i     i   i i +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---19dbush
9 Mar 25 i i i i     i iii       i     i   i i i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---18olcott
9 Mar 25 i i i i     i iii       i     i   i i i +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---16dbush
9 Mar 25 i i i i     i iii       i     i   i i i i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---15olcott
9 Mar 25 i i i i     i iii       i     i   i i i `- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1joes
9 Mar 25 i i i i     i iii       i     i   i i `- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1Fred. Zwarts
9 Mar 25 i i i i     i iii       i     i   i +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---3Richard Damon
9 Mar 25 i i i i     i iii       i     i   i `- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1Fred. Zwarts
9 Mar 25 i i i i     i iii       i     i   `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---8Mikko
7 Mar 25 i i i i     i iii       i     `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---11Richard Damon
6 Mar 25 i i i i     i iii       `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---89Fred. Zwarts
6 Mar 25 i i i i     i ii`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---7Richard Damon
6 Mar 25 i i i i     i i`* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---45Richard Damon
5 Mar 25 i i i i     i +- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1wij
6 Mar 25 i i i i     i `- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1Richard Damon
6 Mar 25 i i i i     `- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1Richard Damon
5 Mar 25 i i i `- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---1Fred. Zwarts
5 Mar 25 i i `* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals ---PSR---3Fred. Zwarts
5 Mar 25 i +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals9Richard Damon
6 Mar 25 i +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals8Mikko
6 Mar 25 i `- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals1Mikko
4 Mar 25 +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals13Bonita Montero
4 Mar 25 +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals29Mikko
4 Mar 25 +* Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals17Richard Damon
4 Mar 25 `- Re: DD correctly emulated by HHH --- Totally ignoring invalid rebuttals1Richard Damon

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal