Groups | Search | Server Info | Login | Register
Groups > comp.theory > #108688
| From | olcott <polcott333@gmail.com> |
|---|---|
| Newsgroups | comp.theory |
| Subject | Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement |
| Date | 2024-07-10 09:17 -0500 |
| Organization | A noiseless patient Spider |
| Message-ID | <v6m56j$1ugv5$2@dont-email.me> (permalink) |
| References | (27 earlier) <v6ikgb$19f5g$1@dont-email.me> <v6jgjo$1ctoi$4@dont-email.me> <v6lckp$1qi9e$1@dont-email.me> <v6m2qq$1tj30$6@dont-email.me> <v6m4qu$1uean$2@dont-email.me> |
On 7/10/2024 9:11 AM, Fred. Zwarts wrote:
> Op 10.jul.2024 om 15:37 schreef olcott:
>> On 7/10/2024 2:18 AM, Mikko wrote:
>>> On 2024-07-09 14:14:16 +0000, olcott said:
>>>
>>>> On 7/9/2024 1:14 AM, Mikko wrote:
>>>>> On 2024-07-08 17:36:58 +0000, olcott said:
>>>>>
>>>>>> On 7/8/2024 11:16 AM, Fred. Zwarts wrote:
>>>>>>> Op 08.jul.2024 om 18:07 schreef olcott:
>>>>>>>>
>>>>>>>> Try to show how infinity is one cycle too soon.
>>>>>>>>
>>>>>>> You believe that two equals infinity.
>>>>>>
>>>>>> void Infinite_Loop()
>>>>>> {
>>>>>> HERE: goto HERE;
>>>>>> }
>>>>>>
>>>>>> void Infinite_Recursion()
>>>>>> {
>>>>>> Infinite_Recursion();
>>>>>> }
>>>>>>
>>>>>> void DDD()
>>>>>> {
>>>>>> HHH(DDD);
>>>>>> }
>>>>>>
>>>>>> Two cycles is enough to correctly determine that none
>>>>>> of the above functions correctly emulated by HHH can
>>>>>> possibly halt.
>>>>>>
>>>>>> That you don't see this is ignorance or deception.
>>>>>
>>>>> There is an important detail that determines whether an infinite
>>>>> execution can be inferred. That is best illustrated by the following
>>>>> examples:
>>>>>
>>>>> void Finite_Loop()
>>>>> {
>>>>> int x = 10000;
>>>>> HERE:
>>>>> if (x > 0) {
>>>>> x--;
>>>>> goto HERE;
>>>>> }
>>>>> }
>>>>>
>>>>> void Finite_Recursion(int n)
>>>>> {
>>>>> if (n > 0) {
>>>>> Finite_Recursion(n + 1);
>>>>> }
>>>>> }
>>>>>
>>>>> void DDD()
>>>>> {
>>>>> HHH(DDD); // HHH detects recursive simulation and then simulates
>>>>> no more
>>>>> }
>>>>>
>>>>> The important difference is that in my examples there is a conditional
>>>>> instruction that can (and does) prevent infinite exectuion.
>>>>>
>>>>
>>>> When we ask:
>>>> Does the call from DDD emulated by HHH to HHH(DDD) return?
>>>
>>> Why would anyone ask that? A question should make clear its topic.
>>> Instead one could ask whether HHH can fully emulate DDD if that is
>>> what one wants to know. Or one may think that HHH and DDD are so
>>> unimteresting that there is no point to ask anyting about them.
>>>
>>
>> A correct emulator can correctly any correct x86 instructions.
>> When it emulates non-halting code then itself does not halt.
>>
>
> But when simulating a halting code, it is incorrect to abort the
> simulation halfway, even when you dream of another non-halting code.
> Such dreams are irrelevant.
As soon as it is certain that not aborting results in
its own non-termination a simulating termination must
abort.
--
Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer
Back to comp.theory | Previous | Next — Previous in thread | Next in thread | Find similar
Liar detector: Fred, Richard, Joes and Alan olcott <polcott333@gmail.com> - 2024-07-03 13:20 -0500
Re: Liar detector: Fred, Richard, Joes and Alan "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-03 20:40 +0200
Re: Liar detector: Fred, Richard, Joes and Alan olcott <polcott333@gmail.com> - 2024-07-03 13:57 -0500
Re: Liar detector: Fred, Richard, Joes and Alan "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-03 21:11 +0200
Re: Liar detector: Fred, Richard, Joes and Alan olcott <polcott333@gmail.com> - 2024-07-03 14:15 -0500
Re: Liar detector: Fred, Richard, Joes and Alan "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-03 21:27 +0200
Re: Liar detector: Fred, Richard, Joes and Alan olcott <polcott333@gmail.com> - 2024-07-03 15:04 -0500
Re: Liar detector: Fred, Richard, Joes and Alan "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-03 22:55 +0200
Re: Liar detector: Fred, Richard, Joes and Alan olcott <polcott333@gmail.com> - 2024-07-03 16:02 -0500
Re: Liar detector: Fred, Richard, Joes and Alan "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-04 09:45 +0200
Re: Liar detector: Fred, Richard, Joes and Alan olcott <polcott333@gmail.com> - 2024-07-04 07:42 -0500
Re: Liar detector: Peter Olcott (self-admitted) Richard Damon <richard@damon-family.org> - 2024-07-04 11:25 -0400
Re: Liar detector: Fred, Richard, Joes and Alan "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-04 21:26 +0200
Re: Liar detector: Fred, Richard, Joes and Alan olcott <polcott333@gmail.com> - 2024-07-04 14:30 -0500
Re: Liar detector: Fred, Richard, Joes and Alan "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-04 21:40 +0200
Re: Liar detector: Fred, Richard, Joes and Alan olcott <polcott333@gmail.com> - 2024-07-04 14:45 -0500
Re: Liar detector: Fred, Richard, Joes and Alan "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-04 22:04 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-04 15:18 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Richard Damon <richard@damon-family.org> - 2024-07-04 19:33 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Mikko <mikko.levanto@iki.fi> - 2024-07-05 10:56 +0300
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-05 07:17 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Richard Damon <richard@damon-family.org> - 2024-07-05 10:45 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-05 10:32 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-05 07:19 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-05 14:38 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-05 08:16 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-05 15:54 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-05 09:05 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-05 17:48 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-05 10:54 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Richard Damon <richard@damon-family.org> - 2024-07-05 12:16 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-06 11:09 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-06 08:01 -0500
Re: Liar detector: Peter Olcott who doesn't under stand Ben's agreement Richard Damon <richard@damon-family.org> - 2024-07-06 10:28 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-06 17:00 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-06 10:03 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Richard Damon <richard@damon-family.org> - 2024-07-06 11:18 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-06 17:18 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-06 10:10 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Richard Damon <richard@damon-family.org> - 2024-07-06 11:24 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement joes <noreply@example.org> - 2024-07-06 15:26 +0000
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-06 11:28 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Richard Damon <richard@damon-family.org> - 2024-07-06 13:23 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-06 17:29 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-06 11:30 -0500
Re: Liar detector: Peter Olcott Richard Damon <richard@damon-family.org> - 2024-07-06 13:25 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-06 20:55 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-06 14:14 -0500
Re: Liar detector: Peter Olcott Richard Damon <richard@damon-family.org> - 2024-07-06 15:49 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Richard Damon <richard@damon-family.org> - 2024-07-06 16:27 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar olcott <polcott333@gmail.com> - 2024-07-06 16:02 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar Richard Damon <richard@damon-family.org> - 2024-07-06 17:06 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? olcott <polcott333@gmail.com> - 2024-07-06 16:08 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? Richard Damon <richard@damon-family.org> - 2024-07-06 17:31 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? olcott <polcott333@gmail.com> - 2024-07-06 16:40 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? Richard Damon <richard@damon-family.org> - 2024-07-06 17:51 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? olcott <polcott333@gmail.com> - 2024-07-06 16:55 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? Richard Damon <richard@damon-family.org> - 2024-07-06 18:16 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? olcott <polcott333@gmail.com> - 2024-07-06 17:20 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? Richard Damon <richard@damon-family.org> - 2024-07-06 18:23 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? olcott <polcott333@gmail.com> - 2024-07-06 17:44 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? Richard Damon <richard@damon-family.org> - 2024-07-06 18:49 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? olcott <polcott333@gmail.com> - 2024-07-06 18:09 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? Richard Damon <richard@damon-family.org> - 2024-07-06 19:21 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? olcott <polcott333@gmail.com> - 2024-07-06 18:28 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? Richard Damon <richard@damon-family.org> - 2024-07-06 19:30 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? olcott <polcott333@gmail.com> - 2024-07-06 18:54 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? Richard Damon <richard@damon-family.org> - 2024-07-06 20:20 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? olcott <polcott333@gmail.com> - 2024-07-06 19:26 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? Richard Damon <richard@damon-family.org> - 2024-07-06 20:50 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar! olcott <polcott333@gmail.com> - 2024-07-06 19:58 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar! Richard Damon <richard@damon-family.org> - 2024-07-06 21:27 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar !!! olcott <polcott333@gmail.com> - 2024-07-06 20:31 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar !!! Richard Damon <richard@damon-family.org> - 2024-07-06 21:42 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar !!! olcott <polcott333@gmail.com> - 2024-07-06 20:49 -0500
Re: Liar detector: Olcott is a Liar !!! Richard Damon <richard@damon-family.org> - 2024-07-06 22:09 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar !!! olcott <polcott333@gmail.com> - 2024-07-06 21:17 -0500
Re: Liar detector: Peter Olcott is a Liar !!! Richard Damon <richard@damon-family.org> - 2024-07-06 22:30 -0400
Richard is a Liar olcott <polcott333@gmail.com> - 2024-07-06 21:44 -0500
Re: Richard is a Liar Richard Damon <richard@damon-family.org> - 2024-07-06 23:07 -0400
Re: Richard is a Liar olcott <polcott333@gmail.com> - 2024-07-06 22:36 -0500
Re: Olcott is a Liar Richard Damon <richard@damon-family.org> - 2024-07-07 07:13 -0400
Is Richard a Liar? olcott <polcott333@gmail.com> - 2024-07-07 08:11 -0500
Re: Is Richard a Liar? joes <noreply@example.org> - 2024-07-07 13:15 +0000
Re: Is Richard a Liar? olcott <polcott333@gmail.com> - 2024-07-07 08:37 -0500
Re: Olcott IS a Liar! Richard Damon <richard@damon-family.org> - 2024-07-07 13:28 -0400
Re: Richard is a Liar Mikko <mikko.levanto@iki.fi> - 2024-07-08 10:48 +0300
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? joes <noreply@example.org> - 2024-07-07 10:19 +0000
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? olcott <polcott333@gmail.com> - 2024-07-07 08:58 -0500
Re: Liar detector: Olcott is a LIAR. Richard Damon <richard@damon-family.org> - 2024-07-07 13:42 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Richard is a Liar? Mikko <mikko.levanto@iki.fi> - 2024-07-08 10:34 +0300
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-07 08:41 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-07 08:46 -0500
Re: Liar detector: Peter Olcott Richard Damon <richard@damon-family.org> - 2024-07-07 13:28 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement joes <noreply@example.org> - 2024-07-08 15:08 +0000
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-08 10:56 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-08 10:24 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement joes <noreply@example.org> - 2024-07-08 15:50 +0000
Re: Liar detector: Peter Olcott lies Richard Damon <richard@damon-family.org> - 2024-07-08 19:26 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-08 11:07 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-08 18:16 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-08 12:36 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Mikko <mikko.levanto@iki.fi> - 2024-07-09 09:14 +0300
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-09 09:14 -0500
Re: Liar detector: Peter Olcott --- Ben's agreement Richard Damon <richard@damon-family.org> - 2024-07-09 22:51 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Mikko <mikko.levanto@iki.fi> - 2024-07-10 10:18 +0300
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-10 08:37 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-10 16:11 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-10 09:17 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-10 16:46 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement joes <noreply@example.org> - 2024-07-10 18:35 +0000
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement joes <noreply@example.org> - 2024-07-10 18:27 +0000
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Mikko <mikko.levanto@iki.fi> - 2024-07-11 09:56 +0300
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-11 09:40 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Mikko <mikko.levanto@iki.fi> - 2024-07-12 10:49 +0300
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-12 08:07 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Mikko <mikko.levanto@iki.fi> - 2024-07-13 10:48 +0300
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-13 07:07 -0500
Re: Liar detector: Peter Olcott --- Ben's agreement Richard Damon <richard@damon-family.org> - 2024-07-13 09:15 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement joes <noreply@example.org> - 2024-07-13 13:20 +0000
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Mikko <mikko.levanto@iki.fi> - 2024-07-14 10:43 +0300
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-14 09:15 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Mikko <mikko.levanto@iki.fi> - 2024-07-15 10:15 +0300
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-15 07:55 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Mikko <mikko.levanto@iki.fi> - 2024-07-16 09:58 +0300
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-16 09:21 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-16 20:09 +0200
Re: Liar detector: Peter Olcott Richard Damon <richard@damon-family.org> - 2024-07-16 21:10 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Mikko <mikko.levanto@iki.fi> - 2024-07-17 09:43 +0300
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-17 08:00 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-17 15:32 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-17 08:39 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-17 16:08 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-17 09:26 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-17 16:34 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Mikko <mikko.levanto@iki.fi> - 2024-07-18 10:40 +0300
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-18 08:17 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-18 16:13 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-13 07:15 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-13 14:28 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-13 14:38 +0200
Re: Liar detector: Petr Olcott --- Ben's agreement Richard Damon <richard@damon-family.org> - 2024-07-13 09:15 -0400
Re: Liar detector: Peter Olcott lies Richard Damon <richard@damon-family.org> - 2024-07-10 20:01 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Mikko <mikko.levanto@iki.fi> - 2024-07-11 09:50 +0300
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-11 09:16 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Richard Damon <richard@damon-family.org> - 2024-07-11 22:08 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Mikko <mikko.levanto@iki.fi> - 2024-07-12 10:55 +0300
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-12 08:07 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Mikko <mikko.levanto@iki.fi> - 2024-07-13 10:46 +0300
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-13 06:57 -0500
Re: Liar detector: Peter Olcott --- Ben's agreement Richard Damon <richard@damon-family.org> - 2024-07-13 09:15 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Mikko <mikko.levanto@iki.fi> - 2024-07-14 10:56 +0300
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-14 09:26 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Mikko <mikko.levanto@iki.fi> - 2024-07-15 10:19 +0300
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-15 07:59 -0500
Re: Liar detector: Peter Olcott Richard Damon <richard@damon-family.org> - 2024-07-15 22:16 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Mikko <mikko.levanto@iki.fi> - 2024-07-16 10:02 +0300
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-16 09:23 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-09 10:56 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-09 09:06 -0500
Re: Liar detector: Peter Olcott --- Ben's agreement Richard Damon <richard@damon-family.org> - 2024-07-09 22:51 -0400
a complete emulation of this input could be done --- Liar olcott <polcott333@gmail.com> - 2024-07-09 22:18 -0500
Re: a complete emulation of this input could be done --- Liar Richard Damon <richard@damon-family.org> - 2024-07-10 07:24 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-08 10:04 -0500
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-08 18:04 +0200
Re: Liar detector: Peter Olcott found lying. Richard Damon <richard@damon-family.org> - 2024-07-08 19:26 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-08 16:25 +0200
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement Richard Damon <richard@damon-family.org> - 2024-07-05 10:50 -0400
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement joes <noreply@example.org> - 2024-07-05 10:02 +0000
Re: Liar detector: Fred, Richard, Joes and Alan --- Ben's agreement olcott <polcott333@gmail.com> - 2024-07-05 07:22 -0500
Re: Liar detector: Fred, Richard, Joes and Alan joes <noreply@example.org> - 2024-07-05 09:49 +0000
Re: Liar detector: Fred, Richard, Joes and Alan olcott <polcott333@gmail.com> - 2024-07-05 07:20 -0500
Re: Liar detector: Fred, Richard, Joes and Alan joes <noreply@example.org> - 2024-07-05 12:26 +0000
Re: Liar detector: Fred, Richard, Joes and Alan olcott <polcott333@gmail.com> - 2024-07-05 07:43 -0500
Re: Liar detector: Fred, Richard, Joes and Alan "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-05 16:02 +0200
Re: Liar detector: Fred, Richard, Joes and Alan Richard Damon <richard@damon-family.org> - 2024-07-05 10:56 -0400
Re: Liar detector: Fred, Richard, Joes and Alan Mikko <mikko.levanto@iki.fi> - 2024-07-06 09:33 +0300
Re: Liar detector: Fred, Richard, Joes and Alan olcott <polcott333@gmail.com> - 2024-07-06 07:54 -0500
Re: Liar detector: Peter Olcott Richard Damon <richard@damon-family.org> - 2024-07-06 10:28 -0400
Re: Liar detector: Fred, Richard, Joes and Alan Mikko <mikko.levanto@iki.fi> - 2024-07-07 10:29 +0300
Re: Liar detector: Fred, Richard, Joes and Alan olcott <polcott333@gmail.com> - 2024-07-07 08:52 -0500
Re: Liar detector: Peter Olcott Richard Damon <richard@damon-family.org> - 2024-07-07 13:42 -0400
Re: Liar detector: Fred, Richard, Joes and Alan Mikko <mikko.levanto@iki.fi> - 2024-07-08 11:01 +0300
Re: Liar detector: Fred, Richard, Joes and Alan "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-05 14:29 +0200
Re: Liar detector: Fred, Richard, Joes and Alan olcott <polcott333@gmail.com> - 2024-07-05 08:04 -0500
Re: Liar detector: Fred, Richard, Joes and Alan "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-05 16:10 +0200
Re: Liar detector: Fred, Richard, Joes and Alan olcott <polcott333@gmail.com> - 2024-07-05 09:13 -0500
Re: Liar detector: Fred, Richard, Joes and Alan Richard Damon <richard@damon-family.org> - 2024-07-05 11:02 -0400
Re: Liar detector: Fred, Richard, Joes and Alan "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-05 17:59 +0200
Re: Liar detector: Fred, Richard, Joes and Alan Richard Damon <richard@damon-family.org> - 2024-07-05 10:59 -0400
Re: Liar detector: Peter Olcott Richard Damon <richard@damon-family.org> - 2024-07-05 10:52 -0400
Re: Liar detector: Peter OLCOTT YES! Richard Damon <richard@damon-family.org> - 2024-07-03 19:18 -0400
Richard seems to continue to blatantly lie -- I hope I am wrong about this olcott <polcott333@gmail.com> - 2024-07-03 19:36 -0500
Re: Richard seems to continue to blatantly lie -- I hope I am wrong about this Richard Damon <richard@damon-family.org> - 2024-07-03 21:12 -0400
Re: Richard seems to continue to blatantly lie -- I hope I am wrong about this olcott <polcott333@gmail.com> - 2024-07-03 20:30 -0500
Re: Richard seems to continue to blatantly lie -- I hope I am wrong about this Richard Damon <richard@damon-family.org> - 2024-07-03 21:53 -0400
Re: Richard seems to continue to blatantly lie -- I hope I am wrong about this Barb Knox <Barb@sig.below> - 2024-07-09 18:09 +1200
Re: Richard seems to continue to blatantly lie -- I hope I am wrong about this Mikko <mikko.levanto@iki.fi> - 2024-07-09 09:48 +0300
Re: Richard seems to continue to blatantly lie -- I hope I am wrong about this olcott <polcott333@gmail.com> - 2024-07-09 09:31 -0500
Re: Peter Olcott seems to continue to blatantly lie Richard Damon <richard@damon-family.org> - 2024-07-09 22:51 -0400
Re: Richard seems to continue to blatantly lie -- I hope I am wrong about this Mikko <mikko.levanto@iki.fi> - 2024-07-10 10:06 +0300
Re: Richard seems to continue to blatantly lie -- I hope I am wrong about this olcott <polcott333@gmail.com> - 2024-07-10 08:35 -0500
Re: Richard seems to continue to blatantly lie -- I hope I am wrong about this joes <noreply@example.org> - 2024-07-10 18:25 +0000
Re: Peter Olcott seems to continue to blatantly lie Richard Damon <richard@damon-family.org> - 2024-07-10 20:01 -0400
Re: Richard seems to continue to blatantly lie -- I hope I am wrong about this Mikko <mikko.levanto@iki.fi> - 2024-07-11 10:01 +0300
Re: Richard seems to continue to blatantly lie -- I hope I am wrong about this Mild Shock <janburse@fastmail.fm> - 2024-07-09 10:58 +0200
Re: Peter Olcott seems to continue to blatantly lie Richard Damon <richard@damon-family.org> - 2024-07-09 07:29 -0400
Re: Richard seems to continue to blatantly lie -- I hope I am wrong about this Ben Bacarisse <ben@bsb.me.uk> - 2024-07-09 13:29 +0100
Re: Richard seems to continue to blatantly lie -- A clearer explanation for Ben olcott <polcott333@gmail.com> - 2024-07-09 09:03 -0500
Re: Richard seems to continue to blatantly lie -- I hope I am wrong about this olcott <polcott333@gmail.com> - 2024-07-09 08:27 -0500
Re: Liar detector: Fred, Richard, Joes and Alan Mikko <mikko.levanto@iki.fi> - 2024-07-04 09:02 +0300
csiph-web