Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.theory > #104018
| From | Richard Damon <richard@damon-family.org> |
|---|---|
| Newsgroups | comp.theory, sci.logic |
| Subject | Re: Can D simulated by H terminate normally? |
| Date | 2024-04-28 14:06 -0400 |
| Organization | i2pn2 (i2pn.org) |
| Message-ID | <v0m37e$2gl1e$1@i2pn2.org> (permalink) |
| References | (4 earlier) <v0lkas$12q0o$3@dont-email.me> <v0loq2$2g493$1@i2pn2.org> <v0lq7d$14579$2@dont-email.me> <v0ls98$2g492$7@i2pn2.org> <v0m29q$166o1$1@dont-email.me> |
Cross-posted to 2 groups.
On 4/28/24 1:50 PM, olcott wrote:
> On 4/28/2024 11:08 AM, Richard Damon wrote:
>> On 4/28/24 11:33 AM, olcott wrote:
>>> On 4/28/2024 10:08 AM, Richard Damon wrote:
>>>> On 4/28/24 9:52 AM, olcott wrote:
>>>>> On 4/28/2024 8:19 AM, Richard Damon wrote:
>>>>>> On 4/28/24 8:56 AM, olcott wrote:
>>>>>>> On 4/28/2024 3:23 AM, Mikko wrote:
>>>>>>>> On 2024-04-28 00:17:48 +0000, olcott said:
>>>>>>>>
>>>>>>>>> Can D simulated by H terminate normally?
>>>>>>>>
>>>>>>>> One should not that "D simulated by H" is not the same as
>>>>>>>> "simulation of D by H". The message below seems to be more
>>>>>>>> about the latter than the former. In any case, it is more
>>>>>>>> about the properties of H than about the properties of D.
>>>>>>>>
>>>>>>>
>>>>>>> D specifies what is essentially infinite recursion to H.
>>>>>>> Several people agreed that D simulated by H cannot possibly
>>>>>>> reach past its own line 03 no matter what H does.
>>>>>>
>>>>>> Nope, it is only that if H fails to be a decider.
>>>>>>
>>>>>
>>>>> *We don't make this leap of logic. I never used the term decider*
>>>>> *We don't make this leap of logic. I never used the term decider*
>>>>> *We don't make this leap of logic. I never used the term decider*
>>>>> *We don't make this leap of logic. I never used the term decider*
>>>>
>>>>
>>>> You admit that people see that as being a claim about the Halting
>>>> Problem, and thus the implied definitons of the terms apply.
>>>>
>>>
>>> The only way to get people to understand that I am correct
>>> and thus not always ignore my words and leap to the conclusion
>>> that I must be wrong is to insist that they review every single
>>> detail of all of my reasoning one tiny step at a time.
>>>
>>>
>>
>> No, the way to get people to understand what you are saying is to use
>> the standard terminology, and start with what people will accept and
>> move to what is harder to understand.
>>
>> People have no obligation to work in the direction you want them to.
>>
>> Yes, when you speak non-sense, people will ignore you, because what
>> you speak is non-sense.
>>
>> You are just proving that you don't understand how to perform logic,
>> or frame a persuasive arguement.
>>
>> That fact that as far as we can tell, your "logic" is based on you
>> making up things and trying to form justifications for them, just
>> makes people unwilling to attempt to "accept" your wild ideas to see
>> what might make sense.
>>
>
> Linguistic determinism is the concept that language and its structures
> limit and determine human knowledge or thought, as well as thought
> processes such as categorization, memory, and perception.
> https://en.wikipedia.org/wiki/Linguistic_determinism
So? Since formal logic isn't based on Linguistics, it doesn't directly
impact it. IT might limit the forms we
>
> Some of the technical "terms of the art" box people into misconceptions
> for which there is no escape. Some of the technical "terms of the art"
> I perfectly agree with.
>
> *Important technical "term of the art" that I totally agree with*
> Computable functions are the formalized analogue of the intuitive notion
> of algorithms, in the sense that a function is computable if there
> exists an algorithm that can do the job of the function, i.e. given an
> input of the function domain it can return the corresponding output.
> https://en.wikipedia.org/wiki/Computable_function
But you seem to miss that Halting isn't a "Computable Function", as
Turing Proved.
>
>> You claim you want to work in a manner to save time, but then seem to
>> explicitly go on a tack that will force you to waste time by needing
>> to return to your prior points when you change the definition and
>> prove them again.
>>
>
> I am only interested in an actual honest dialogue. Because of this I
> must insist that any dialogue must go through every single detail of
> my reasoning one tiny nuance of a point at time.
So, why do you insist that people must do it YOUR way.
That is the OPPOSITE of "Honest Dialog"
>
> I have spent 20 years doing this and found that this is the only
> possible way to get people to actually validate my actual reasoning
> and not simply ignore my words and leap to the conclusion that I
> must be wrong.
>
Nope, perhaps you learned that you can get sidetracked, but it is not
the only way.
I think your biggest problem that keeps you from getting to where you
want to get to is not knowing anything about the fields you try to talk
about.
> We can go around and around about this until one of us gets
> bored, yet I absolutely will not progress to any other points
> until we have mutual agreement on the current point:
>
> 01 int D(ptr x) // ptr is pointer to int function
> 02 {
> 03 int Halt_Status = H(x, x);
> 04 if (Halt_Status)
> 05 HERE: goto HERE;
> 06 return Halt_Status;
> 07 }
> 08
> 09 void main()
> 10 {
> 11 H(D,D);
> 12 }
>
> Simulating termination analyzer H determines whether or not
> D(D) simulated by H can possibly reach its final state at its
> own line 06 and halt whether or not H aborts its simulation.
> https://github.com/plolcott/x86utm/blob/master/Halt7.c
>
> (a) It is a verified fact that D(D) simulated by H cannot
> possibly reach past line 03 of D(D) simulated by H whether H
> aborts its simulation or not.
And, until you actually DEFINE the terms I have asked about, we can go
no farther. I can not "agree" to something that has poorly defined words
in it.
For instance, how can "whether or not H aborts its simulation" have any
meaning for what you have defined H to be, since H is a single program,
and that will always do what it is programmed to do.
It is a trivial statement to say that H's simulation of D will not reach
line 3 because it is a simple fact that H aborted its simulation before
it got there. It is hard to define "Correctness" when the problem is
that trivial, IF a machine aborts its simulation it is correct, because
that simulation never got to the end.
You WANT to try to imagine some other program being a proof that this
one was correct, but your definitions and wording just get in your way.
Your logic seems to be based on H being both a single program and also a
poorly defined set of programs (as it its input), and thus you premise
is based on logical incongruity.
Also, your whole argument will eventually fail, due to the strawman you
built, your D is NOT built precisely to the definition of the proof, and
you logic is actually trying to exploit that difference, so it can't
just be argued that they are equivalent.
>
>> Of course, the likely answer is that you DON'T plan to go back and
>> reshow those points, but just try to convince people that the change
>> in meaning between the two sides of the arguement doesn't matter.
>
Back to comp.theory | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-27 19:17 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-27 20:49 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-27 19:58 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-27 21:39 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-27 20:54 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-27 22:09 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-27 21:33 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-27 23:31 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-27 22:45 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 09:13 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 08:45 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 10:00 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 09:15 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 13:34 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 12:55 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 14:18 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 13:23 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 14:42 -0400
Re: Can D simulated by H terminate normally? POE olcott <polcott333@gmail.com> - 2024-04-28 14:06 -0500
Re: Can D simulated by H terminate normally? POE Richard Damon <richard@damon-family.org> - 2024-04-28 15:29 -0400
Re: Can D simulated by H terminate normally? POE olcott <polcott333@gmail.com> - 2024-04-28 14:43 -0500
Re: Can D simulated by H terminate normally? POE Richard Damon <richard@damon-family.org> - 2024-04-28 19:07 -0400
Re: Can D simulated by H terminate normally? POE olcott <polcott333@gmail.com> - 2024-04-28 17:28 -0500
Re: Can D simulated by H terminate normally? POE Richard Damon <richard@damon-family.org> - 2024-04-28 19:01 -0400
Re: Can D simulated by H terminate normally? POE olcott <polcott333@gmail.com> - 2024-04-28 23:07 -0500
Re: Can D simulated by H terminate normally? POE Richard Damon <richard@damon-family.org> - 2024-04-29 07:25 -0400
Re: Can D simulated by H terminate normally? POE olcott <polcott333@gmail.com> - 2024-04-29 09:47 -0500
Re: Can D simulated by H terminate normally? POE Richard Damon <richard@damon-family.org> - 2024-04-29 19:19 -0400
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 14:25 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 13:33 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 14:44 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 14:00 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 15:14 -0400
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-04-28 11:30 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 08:06 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 09:14 -0400
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-04-28 11:23 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 07:56 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 09:19 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 08:52 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 11:08 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 10:33 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 12:08 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 12:50 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 14:06 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 13:19 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 14:39 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 13:52 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 15:18 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 14:26 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 15:36 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 14:48 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 19:05 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 22:48 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-29 07:25 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-29 09:51 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-29 19:19 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-30 01:07 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-30 07:33 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-30 10:55 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-30 18:46 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-30 22:56 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-01 07:23 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 11:11 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-01 20:10 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 21:59 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-01 23:50 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 23:02 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-02 00:06 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 23:13 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-02 00:17 -0400
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-18 09:11 -0400
Re: Can D simulated by H terminate normally? --- Message-ID provided olcott <polcott333@gmail.com> - 2024-05-18 11:24 -0500
Re: Can D simulated by H terminate normally? --- Message-ID provided Richard Damon <richard@damon-family.org> - 2024-05-18 12:49 -0400
Re: Can D simulated by H terminate normally? --- Message-ID provided olcott <polcott333@gmail.com> - 2024-05-18 12:20 -0500
Re: Can D simulated by H terminate normally? --- Message-ID provided Richard Damon <richard@damon-family.org> - 2024-05-18 13:40 -0400
Re: Can D simulated by H terminate normally? --- Message_ID Provided olcott <polcott333@gmail.com> - 2024-05-18 13:54 -0500
Re: Can D simulated by H terminate normally? --- Message_ID Provided Richard Damon <richard@damon-family.org> - 2024-05-18 15:15 -0400
Re: Can D simulated by H terminate normally? --- Message_ID Provided olcott <polcott333@gmail.com> - 2024-05-18 14:24 -0500
Re: Can D simulated by H terminate normally? --- Message_ID Provided Richard Damon <richard@damon-family.org> - 2024-05-18 15:42 -0400
Re: Can D simulated by H terminate normally? --- Message_ID Provided Richard Damon <richard@damon-family.org> - 2024-05-18 15:18 -0400
Re: Can D simulated by H terminate normally? --- Message_ID Provided olcott <polcott333@gmail.com> - 2024-05-18 14:28 -0500
Re: Can D simulated by H terminate normally? --- Message_ID Provided Richard Damon <richard@damon-family.org> - 2024-05-18 15:42 -0400
Re: Can D simulated by H terminate normally? --- Message_ID Provided olcott <polcott333@gmail.com> - 2024-05-18 14:57 -0500
Re: Can D simulated by H terminate normally? --- Message_ID Provided Richard Damon <richard@damon-family.org> - 2024-05-18 16:02 -0400
Re: Can D simulated by H terminate normally? --- Message_ID Provided olcott <polcott333@gmail.com> - 2024-05-18 16:00 -0500
Re: Can D simulated by H terminate normally? --- Message_ID Provided Richard Damon <richard@damon-family.org> - 2024-05-18 18:22 -0400
Re: Can D simulated by H terminate normally? --- Message_ID Provided olcott <polcott333@gmail.com> - 2024-05-18 17:44 -0500
Re: Can D simulated by H terminate normally? --- Message_ID Provided Richard Damon <richard@damon-family.org> - 2024-05-18 19:06 -0400
Re: Can D simulated by H terminate normally? --- Message_ID Provided olcott <polcott333@gmail.com> - 2024-05-18 18:24 -0500
Re: Can D simulated by H terminate normally? --- Message_ID Provided Richard Damon <richard@damon-family.org> - 2024-05-18 19:38 -0400
Re: Can D simulated by H terminate normally? --- Message_ID Provided olcott <polcott333@gmail.com> - 2024-05-18 22:59 -0500
Re: Can D simulated by H terminate normally? --- Message_ID Provided immibis <news@immibis.com> - 2024-05-19 14:16 +0200
Re: Can D simulated by H terminate normally? --- Message_ID Provided olcott <polcott333@gmail.com> - 2024-05-19 08:06 -0500
Re: Can D simulated by H terminate normally? --- Message_ID Provided immibis <news@immibis.com> - 2024-05-20 06:37 +0200
Re: Can D simulated by H terminate normally? --- Message_ID Provided olcott <polcott333@gmail.com> - 2024-05-20 00:17 -0500
Re: Can D simulated by H terminate normally? --- Message_ID Provided immibis <news@immibis.com> - 2024-05-20 10:37 +0200
Re: Can D simulated by H terminate normally? --- Message_ID Provided olcott <polcott333@gmail.com> - 2024-05-20 10:32 -0500
Re: Can D simulated by H terminate normally? --- Message_ID Provided Richard Damon <richard@damon-family.org> - 2024-05-20 20:57 -0400
Re: Can D simulated by H terminate normally? --- Message_ID Provided Richard Damon <richard@damon-family.org> - 2024-05-20 07:24 -0400
Re: Can D simulated by H terminate normally? --- Message_ID Provided olcott <polcott333@gmail.com> - 2024-05-20 13:17 -0500
Re: Can D simulated by H terminate normally? --- Message_ID Provided Richard Damon <richard@damon-family.org> - 2024-05-20 20:57 -0400
Re: Can D simulated by H terminate normally? --- Message_ID Provided olcott <polcott333@gmail.com> - 2024-05-19 08:14 -0500
Re: Can D simulated by H terminate normally? --- Message_ID Provided Richard Damon <richard@damon-family.org> - 2024-05-19 13:17 -0400
Re: Can D simulated by H terminate normally? --- Message_ID Provided immibis <news@immibis.com> - 2024-05-20 11:01 +0200
Re: Can D simulated by H terminate normally? --- Message_ID Provided olcott <polcott333@gmail.com> - 2024-05-20 10:18 -0500
Re: Can D simulated by H terminate normally? --- Message_ID Provided Richard Damon <richard@damon-family.org> - 2024-05-20 20:57 -0400
Re: Can D simulated by H terminate normally? --- Message_ID Provided Richard Damon <richard@damon-family.org> - 2024-05-19 13:17 -0400
Re: Can D simulated by H terminate normally? --- Message_ID Provided olcott <polcott333@gmail.com> - 2024-05-19 14:46 -0500
Re: Can D simulated by H terminate normally? --- Message_ID Provided Richard Damon <richard@damon-family.org> - 2024-05-19 19:31 -0400
Re: Can D simulated by H terminate normally? --- Message_ID Provided olcott <polcott333@gmail.com> - 2024-05-20 13:28 -0500
Re: Can D simulated by H terminate normally? --- Message_ID Provided Richard Damon <richard@damon-family.org> - 2024-05-20 20:57 -0400
Re: Can D simulated by H terminate normally? --- Message_ID Provided immibis <news@immibis.com> - 2024-05-21 06:50 +0200
Re: Can D simulated by H terminate normally? --- Message_ID Provided olcott <polcott333@gmail.com> - 2024-05-21 00:05 -0500
Re: Can D simulated by H terminate normally? Message_ID Provided V2 olcott <polcott333@gmail.com> - 2024-05-19 19:06 -0500
Re: Can D simulated by H terminate normally? Message_ID Provided V2 Richard Damon <richard@damon-family.org> - 2024-05-19 21:10 -0400
Re: Can D simulated by H terminate normally? Message_ID Provided V2 olcott <polcott333@gmail.com> - 2024-05-19 21:52 -0500
Re: Can D simulated by H terminate normally? Message_ID Provided V2 Richard Damon <richard@damon-family.org> - 2024-05-19 23:11 -0400
Every D correctly simulated by H cannot possible reach its own line 06 and halt olcott <polcott333@gmail.com> - 2024-05-19 22:22 -0500
Re: Every D correctly simulated by H cannot possible reach its own line 06 and halt Richard Damon <richard@damon-family.org> - 2024-05-20 07:24 -0400
Re: Every D correctly simulated by H cannot possible reach its own line 06 and halt olcott <polcott333@gmail.com> - 2024-05-20 13:03 -0500
Re: Every D correctly simulated by H cannot possible reach its own line 06 and halt Richard Damon <richard@damon-family.org> - 2024-05-20 20:57 -0400
Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt olcott <polcott333@gmail.com> - 2024-05-20 21:25 -0500
Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt Richard Damon <richard@damon-family.org> - 2024-05-20 22:39 -0400
Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt olcott <polcott333@gmail.com> - 2024-05-21 00:18 -0500
Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt Richard Damon <richard@damon-family.org> - 2024-05-21 08:03 -0400
Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt olcott <polcott333@gmail.com> - 2024-05-21 09:22 -0500
Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt Richard Damon <richard@damon-family.org> - 2024-05-21 21:46 -0400
Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt olcott <polcott333@gmail.com> - 2024-05-21 21:05 -0500
Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt Richard Damon <richard@damon-family.org> - 2024-05-21 23:09 -0400
Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt olcott <polcott333@gmail.com> - 2024-05-21 22:52 -0500
Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt Richard Damon <richard@damon-family.org> - 2024-05-22 07:48 -0400
Every D correctly simulated by H remains stuck in recursive simulation olcott <polcott333@gmail.com> - 2024-05-22 10:41 -0500
Re: Every D correctly simulated by H remains stuck in recursive simulation Richard Damon <richard@damon-family.org> - 2024-05-22 19:01 -0400
Re: Every D correctly simulated by H remains stuck in recursive simulation olcott <polcott333@gmail.com> - 2024-05-22 21:15 -0500
Re: Every D correctly simulated by H remains stuck in recursive simulation Richard Damon <richard@damon-family.org> - 2024-05-22 22:36 -0400
Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-05-22 09:52 +0200
Re: Every D correctly simulated by H cannot possibly reach its own line 06 and halt joes <noreply@example.com> - 2024-05-22 10:26 +0000
Re: Can D simulated by H terminate normally? Message_ID Provided V2 immibis <news@immibis.com> - 2024-05-20 13:31 +0200
Re: Can D simulated by H terminate normally? Message_ID Provided V2 olcott <polcott333@gmail.com> - 2024-05-20 10:23 -0500
Re: Can D simulated by H terminate normally? Message_ID Provided V2 Richard Damon <richard@damon-family.org> - 2024-05-20 20:57 -0400
Every D correctly simulated by H cannot possible reach its own line 06 and halt olcott <polcott333@gmail.com> - 2024-05-19 22:09 -0500
Re: Every D correctly simulated by H cannot possible reach its own line 06 and halt Richard Damon <richard@damon-family.org> - 2024-05-19 23:24 -0400
Re: Every D correctly simulated by H cannot possible reach its own line 06 and halt olcott <polcott333@gmail.com> - 2024-05-19 22:32 -0500
Re: Every D correctly simulated by H cannot possible reach its own line 06 and halt Richard Damon <richard@damon-family.org> - 2024-05-20 07:24 -0400
Re: Every D correctly simulated by H cannot possible reach its own line 06 and halt olcott <polcott333@gmail.com> - 2024-05-20 13:01 -0500
Re: Every D correctly simulated by H cannot possible reach its own line 06 and halt Richard Damon <richard@damon-family.org> - 2024-05-20 20:57 -0400
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-04-29 16:44 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-29 09:20 -0500
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-04-30 13:27 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-30 10:50 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-30 18:46 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-30 23:19 -0500
Re: Can D simulated by H terminate normally? Alan Mackenzie <acm@muc.de> - 2024-05-01 09:42 +0000
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 10:26 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-01 20:16 -0400
Re: Can D simulated by H terminate normally? André G. Isaak <agisaak@gm.invalid> - 2024-05-01 18:44 -0600
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-01 21:13 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 20:44 -0500
Re: Can D simulated by H terminate normally? André G. Isaak <agisaak@gm.invalid> - 2024-05-01 20:30 -0600
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 22:55 -0500
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 22:03 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-01 23:54 -0400
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-01 07:23 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 11:26 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-01 20:25 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 22:12 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-01 23:54 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 23:08 -0500
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-05-01 12:51 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 10:51 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-01 20:28 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 22:16 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-01 23:50 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 23:04 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-02 00:10 -0400
Re: Can D simulated by H terminate normally? --- olcott <polcott333@gmail.com> - 2024-05-01 23:24 -0500
Re: Can D simulated by H terminate normally? --- Richard Damon <richard@damon-family.org> - 2024-05-02 07:04 -0400
Re: Can D simulated by H terminate normally? --- olcott <polcott333@gmail.com> - 2024-05-02 13:48 -0500
Re: Can D simulated by H terminate normally? --- Richard Damon <richard@damon-family.org> - 2024-05-02 21:48 -0400
Re: Can D simulated by H terminate normally? --- olcott <polcott333@gmail.com> - 2024-05-03 07:17 -0500
Re: Can D simulated by H terminate normally? --- Richard Damon <richard@damon-family.org> - 2024-05-03 22:12 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 23:21 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-02 07:03 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-02 13:46 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-02 21:48 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-03 07:22 -0500
Re: Can D simulated by H terminate normally? Richard Damon <Richard@Damon-Family.org> - 2024-05-03 18:15 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 23:23 -0500
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 23:27 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-02 07:04 -0400
Is Richard a Liar? olcott <polcott333@gmail.com> - 2024-05-14 10:42 -0500
Re: Olcott is a Liar! Richard Damon <richard@damon-family.org> - 2024-05-14 22:15 -0400
Re: Can D simulated by H terminate normally? Alan Mackenzie <acm@muc.de> - 2024-04-29 14:37 +0000
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-29 09:56 -0500
Re: Can D simulated by H terminate normally? Alan Mackenzie <acm@muc.de> - 2024-04-29 15:23 +0000
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-29 10:50 -0500
Re: Can D simulated by H terminate normally? Alan Mackenzie <acm@muc.de> - 2024-04-29 16:17 +0000
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-29 12:31 -0500
Re: Can D simulated by H terminate normally? Alan Mackenzie <acm@muc.de> - 2024-04-29 18:19 +0000
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-29 14:04 -0500
Re: Can D simulated by H terminate normally? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-04-30 10:46 +0200
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-30 10:18 -0500
Re: Can D simulated by H terminate normally? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-04-30 17:37 +0200
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-30 11:10 -0500
Re: Can D simulated by H terminate normally? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-04-30 18:24 +0200
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-30 11:27 -0500
Re: Can D simulated by H terminate normally? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-04-30 19:38 +0200
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-30 13:26 -0500
Re: Can D simulated by H terminate normally? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-05-01 11:02 +0200
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 10:20 -0500
Re: Can D simulated by H terminate normally? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-05-02 17:10 +0200
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-02 13:42 -0500
Re: Can D simulated by H terminate normally? Alan Mackenzie <acm@muc.de> - 2024-04-30 15:44 +0000
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-30 11:15 -0500
Re: Can D simulated by H terminate normally? Alan Mackenzie <acm@muc.de> - 2024-04-30 16:46 +0000
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-30 13:24 -0500
Re: Can D simulated by H terminate normally? Alan Mackenzie <acm@muc.de> - 2024-05-01 10:01 +0000
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 10:34 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-01 20:31 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 22:22 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-01 23:53 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 23:07 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-02 00:13 -0400
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-05-02 12:16 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-02 09:50 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-02 21:48 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-03 07:36 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-03 22:09 -0400
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-05-04 12:23 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-04 08:49 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-04 13:50 -0400
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-05-05 11:01 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-05 09:28 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-05 12:55 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-05 12:38 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-05 14:15 -0400
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-05-06 18:05 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-06 11:02 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-06 22:20 -0400
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-05-03 12:17 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-03 06:40 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-03 22:10 -0400
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-05-04 12:26 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-04 08:51 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-04 12:00 -0400
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-05-05 11:08 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-05 09:32 -0500
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-05-06 18:08 +0300
Re: Can D simulated by H terminate normally? Alan Mackenzie <acm@muc.de> - 2024-05-02 09:29 +0000
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-02 13:05 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-02 21:49 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-03 07:40 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-03 23:33 -0400
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-02 21:49 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-03 07:52 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-03 22:19 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-02 14:52 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-30 18:46 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-30 23:28 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-01 07:23 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 11:32 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-01 20:36 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 22:26 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-01 23:56 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 22:59 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-02 00:08 -0400
Re: Can D simulated by H terminate normally? Alan Mackenzie <acm@muc.de> - 2024-05-02 09:39 +0000
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-02 13:35 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-02 21:48 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-03 07:25 -0500
Re: Can D simulated by H terminate normally? joes <noreply@example.com> - 2024-05-03 19:30 +0000
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-03 16:26 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-03 22:35 -0400
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-03 22:29 -0400
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-05-03 12:33 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-03 06:55 -0500
Re: Can D simulated by H terminate normally? joes <noreply@example.com> - 2024-05-03 13:40 +0000
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-03 08:47 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-03 22:41 -0400
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-03 22:38 -0400
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-05-04 12:47 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-04 08:56 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-04 12:07 -0400
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-05-05 11:14 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-05 09:38 -0500
Re: Can D simulated by H terminate normally? joes <noreply@example.com> - 2024-05-05 17:07 +0000
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-05 12:43 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-05 14:20 -0400
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-05-06 18:16 +0300
Re: Can D simulated by H terminate normally? immibis <news@immibis.com> - 2024-05-07 03:37 +0200
Re: Can D simulated by H terminate normally? Alan Mackenzie <acm@muc.de> - 2024-05-02 09:07 +0000
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-02 12:45 -0500
Re: Can D simulated by H terminate normally? joes <noreply@example.com> - 2024-05-02 21:51 +0000
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-02 16:55 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-02 21:48 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-03 07:27 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-03 22:42 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-02 17:10 -0500
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-29 14:31 -0500
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 13:54 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 15:23 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 13:58 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 15:25 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 14:35 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 15:45 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 14:51 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-28 19:07 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-28 22:58 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-29 07:24 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-29 09:43 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-29 19:19 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-30 00:54 -0500
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-04-30 13:22 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-30 10:45 -0500
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-05-01 13:03 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 11:00 -0500
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-05-02 12:00 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-02 09:43 -0500
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-05-03 12:43 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-03 07:13 -0500
Re: Can D simulated by H terminate normally? Alan Mackenzie <acm@muc.de> - 2024-05-03 14:08 +0000
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-03 09:34 -0500
Re: Can D simulated by H terminate normally? Alan Mackenzie <acm@muc.de> - 2024-05-03 19:33 +0000
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-03 14:43 -0500
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-03 15:08 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-03 23:09 -0400
Re: Can D simulated by H terminate normally? joes <noreply@example.com> - 2024-05-03 19:10 +0000
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-03 16:22 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-04 08:43 -0400
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-03 23:07 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-03 23:20 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-04 08:53 -0400
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-03 22:54 -0400
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-05-04 13:10 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-04 08:59 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-04 13:51 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-02 15:13 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-30 07:40 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-30 10:58 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-04-30 18:46 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-30 23:11 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-01 07:23 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 11:06 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-01 20:41 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 22:29 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-01 23:59 -0400
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-05-01 23:09 -0500
Re: Can D simulated by H terminate normally? Richard Damon <richard@damon-family.org> - 2024-05-02 00:15 -0400
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-04-29 15:27 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-29 09:14 -0500
Re: Can D simulated by H terminate normally? Mikko <mikko.levanto@iki.fi> - 2024-04-29 15:22 +0300
Re: Can D simulated by H terminate normally? olcott <polcott333@gmail.com> - 2024-04-29 09:10 -0500
csiph-web