Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.theory > #109354

Re: Who here understands that the last paragraph is Necessarily true?

From olcott <polcott333@gmail.com>
Newsgroups comp.theory
Subject Re: Who here understands that the last paragraph is Necessarily true?
Date 2024-07-21 09:09 -0500
Organization A noiseless patient Spider
Message-ID <v7j4ra$3o7r$6@dont-email.me> (permalink)
References (15 earlier) <v7da2l$2ts8o$2@dont-email.me> <v7du39$30pvh$8@dont-email.me> <v7g0kf$3fsab$1@dont-email.me> <v7gj3u$3iu15$3@dont-email.me> <v7im22$1qlt$1@dont-email.me>

Show all headers | View raw


On 7/21/2024 4:57 AM, Mikko wrote:
> On 2024-07-20 14:54:54 +0000, olcott said:
>>
>> Every rebuttal of my work denies a tautology
>> proving that the rebuttal is incorrect because
>> all tautologies are necessarily true.
>>
>> int main()
>> {
>>    DDD();
>> }
>>
>> Calls HHH(DDD) that must abort the emulation of its input
>> or {HHH, emulated DDD and executed DDD} never stop running.
>>
>> *The above is a Tautology*
> 
> No, it is not. The code of DDD is not included so it it is not even
> determinable, let alone a tautology, what HHH(DDD) can or should do.
> 

I prove that DDD is included with fully operational code
so you are contradicting reality. Not the kind of thing
people interested in an honest dialogue would do.

typedef void (*ptr)();
int HHH(ptr P);

void DDD()
{
   HHH(DDD);
   return;
}

int main()
{
   DDD();
}


_DDD()
[00002177] 55             push ebp
[00002178] 8bec           mov ebp,esp
[0000217a] 6877210000     push 00002177
[0000217f] e853f4ffff     call 000015d7
[00002184] 83c404         add esp,+04
[00002187] 5d             pop ebp
[00002188] c3             ret
Size in bytes:(0018) [00002188]

_main()
[00002197] 55             push ebp
[00002198] 8bec           mov ebp,esp
[0000219a] e8d8ffffff     call 00002177
[0000219f] 33c0           xor eax,eax
[000021a1] 5d             pop ebp
[000021a2] c3             ret
Size in bytes:(0012) [000021a2]

  machine   stack     stack     machine    assembly
  address   address   data      code       language
  ========  ========  ========  =========  =============
[00002197][001037e9][00000000] 55         push ebp
[00002198][001037e9][00000000] 8bec       mov ebp,esp
[0000219a][001037e5][0000219f] e8d8ffffff call 00002177
[00002177][001037e1][001037e9] 55         push ebp
[00002178][001037e1][001037e9] 8bec       mov ebp,esp
[0000217a][001037dd][00002177] 6877210000 push 00002177
[0000217f][001037d9][00002184] e853f4ffff call 000015d7
New slave_stack at:10388d

Begin Local Halt Decider Simulation   Execution Trace Stored at:113895
[00002177][00113885][00113889] 55         push ebp
[00002178][00113885][00113889] 8bec       mov ebp,esp
[0000217a][00113881][00002177] 6877210000 push 00002177
[0000217f][0011387d][00002184] e853f4ffff call 000015d7
New slave_stack at:14e2b5
[00002177][0015e2ad][0015e2b1] 55         push ebp
[00002178][0015e2ad][0015e2b1] 8bec       mov ebp,esp
[0000217a][0015e2a9][00002177] 6877210000 push 00002177
[0000217f][0015e2a5][00002184] e853f4ffff call 000015d7
Local Halt Decider: Infinite Recursion Detected Simulation Stopped

[00002184][001037e1][001037e9] 83c404     add esp,+04
[00002187][001037e5][0000219f] 5d         pop ebp
[00002188][001037e9][00000000] c3         ret
[0000219f][001037e9][00000000] 33c0       xor eax,eax
[000021a1][001037ed][00000018] 5d         pop ebp
[000021a2][001037f1][00000000] c3         ret
Number of Instructions Executed(10071) == 150 Pages


-- 
Copyright 2024 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Back to comp.theory | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-13 15:15 -0500
  Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-13 16:30 -0400
  Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-14 11:09 +0300
    Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-14 09:38 -0500
      Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-14 17:41 -0400
        Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-14 18:22 -0500
          Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-14 19:46 -0400
            Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-14 18:57 -0500
              Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-14 20:30 -0400
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-14 20:27 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-14 22:04 -0400
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-14 21:33 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-15 07:09 -0400
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-15 07:48 -0500
                Re: Who here understands that the last paragraph is Necessarily true? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-15 21:05 +0200
                OLCOTT ADMITS TO LYING Richard Damon <richard@damon-family.org> - 2024-07-15 22:17 -0400
                Re: Who here understands that the last paragraph is Necessarily true? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-15 21:30 +0200
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-15 14:40 -0500
                OLCOTT ADMITS TO LYING FOR YEARS Richard Damon <richard@damon-family.org> - 2024-07-15 22:17 -0400
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-15 21:51 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-16 07:53 -0400
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-16 09:04 -0500
                Re: Who here understands that the last paragraph is Necessarily true? joes <noreply@example.org> - 2024-07-16 18:10 +0000
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-16 21:12 -0400
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-17 10:32 +0300
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-17 08:22 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-17 19:57 -0400
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-19 10:49 +0300
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine olcott <polcott333@gmail.com> - 2024-07-19 09:18 -0500
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine Richard Damon <richard@damon-family.org> - 2024-07-19 10:42 -0400
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine joes <noreply@example.org> - 2024-07-19 15:53 +0000
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine olcott <polcott333@gmail.com> - 2024-07-19 11:02 -0500
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine Richard Damon <richard@damon-family.org> - 2024-07-19 12:40 -0400
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine André G. Isaak <agisaak@gm.invalid> - 2024-07-19 18:44 -0600
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine olcott <polcott333@gmail.com> - 2024-07-19 20:10 -0500
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine Richard Damon <richard@damon-family.org> - 2024-07-19 21:15 -0400
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine André G. Isaak <agisaak@gm.invalid> - 2024-07-19 20:05 -0600
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine olcott <polcott333@gmail.com> - 2024-07-19 21:41 -0500
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine Richard Damon <richard@damon-family.org> - 2024-07-20 08:59 -0400
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine Mikko <mikko.levanto@iki.fi> - 2024-07-20 12:01 +0300
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine olcott <polcott333@gmail.com> - 2024-07-20 08:03 -0500
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine Richard Damon <richard@damon-family.org> - 2024-07-20 09:16 -0400
                Re: Self-Modifying Turing Machine joes <noreply@example.org> - 2024-07-20 13:24 +0000
                Re: Self-Modifying Turing Machine olcott <polcott333@gmail.com> - 2024-07-20 08:40 -0500
                Re: Self-Modifying Turing Machine Richard Damon <richard@damon-family.org> - 2024-07-20 09:53 -0400
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine Mikko <mikko.levanto@iki.fi> - 2024-07-21 12:52 +0300
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine olcott <polcott333@gmail.com> - 2024-07-21 08:58 -0500
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine Richard Damon <richard@damon-family.org> - 2024-07-21 13:53 -0400
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine joes <noreply@example.org> - 2024-07-21 18:33 +0000
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine Richard Damon <richard@damon-family.org> - 2024-07-21 15:27 -0400
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine Mikko <mikko.levanto@iki.fi> - 2024-07-22 11:26 +0300
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine olcott <polcott333@gmail.com> - 2024-07-22 09:51 -0500
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine Mikko <mikko.levanto@iki.fi> - 2024-07-23 09:40 +0300
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine olcott <polcott333@gmail.com> - 2024-07-23 09:19 -0500
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine Richard Damon <richard@damon-family.org> - 2024-07-23 22:16 -0400
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine Mikko <mikko.levanto@iki.fi> - 2024-07-25 12:40 +0300
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine olcott <polcott333@gmail.com> - 2024-07-25 09:05 -0500
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine Richard Damon <richard@damon-family.org> - 2024-07-25 19:35 -0400
                Re: Who here understands that the last paragraph is Necessarily true? --- Self-Modifying Turing Machine Mikko <mikko.levanto@iki.fi> - 2024-07-26 11:37 +0300
                Re: Who here understands that the last paragraph is Necessarily true? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-16 09:28 +0200
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-16 07:53 -0400
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-16 08:41 -0500
                Re: Who here understands that the last paragraph is Necessarily true? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-16 20:06 +0200
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-16 21:12 -0400
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-16 11:12 +0300
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-16 13:24 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-16 21:12 -0400
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-17 10:43 +0300
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-17 08:27 -0500
                Re: Who here understands that the last paragraph is Necessarily true? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-17 15:54 +0200
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-17 09:20 -0500
                Re: Who here understands that the last paragraph is Necessarily true? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-17 16:32 +0200
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-17 09:56 -0500
                Re: Who here understands that the last paragraph is Necessarily true? joes <noreply@example.org> - 2024-07-17 17:20 +0000
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-17 19:57 -0400
                Re: Who here understands that the last paragraph is Necessarily true? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-18 10:41 +0200
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-18 09:18 -0500
                Re: Who here understands that the last paragraph is Necessarily true? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-19 08:40 +0200
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-19 09:56 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-19 11:30 -0400
                Re: Who here understands that the last paragraph is Necessarily true? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-20 10:48 +0200
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-20 08:32 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-20 09:40 -0400
                Re: Who here understands that the last paragraph is Necessarily true? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-20 20:52 +0200
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-19 12:14 +0300
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-19 09:49 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-19 11:33 -0400
                Re: Who here understands that the last paragraph is Necessarily true? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-20 10:53 +0200
                Re: Who here understands that the last paragraph is Necessarily true? --- Honest Dialogue olcott <polcott333@gmail.com> - 2024-07-20 09:23 -0500
                Re: Who here understands that the last paragraph is Necessarily true? --- Honest Dialogue Richard Damon <richard@damon-family.org> - 2024-07-20 11:05 -0400
                Re: Who here understands that the last paragraph is Necessarily true? --- Honest Dialogue "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-20 21:03 +0200
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-20 12:15 +0300
                Re: Who here understands that the last paragraph is Necessarily true? --- Honest Dialogue olcott <polcott333@gmail.com> - 2024-07-20 09:25 -0500
                Re: Who here understands that the last paragraph is Necessarily true? --- Honest Dialogue "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-20 21:05 +0200
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-17 19:57 -0400
                Re: Who here understands that the last paragraph is Necessarily true? joes <noreply@example.org> - 2024-07-17 17:16 +0000
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-17 12:20 -0500
                Re: Who here understands that the last paragraph is Necessarily true? joes <noreply@example.org> - 2024-07-17 20:30 +0000
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-17 15:36 -0500
                Re: Who here understands that the last paragraph is Necessarily true? joes <noreply@example.org> - 2024-07-18 08:25 +0000
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-18 09:14 -0500
                Re: Who here understands that the last paragraph is Necessarily true? joes <noreply@example.org> - 2024-07-18 15:27 +0000
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-18 10:37 -0500
                Re: Who here understands that the last paragraph is Necessarily true? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-19 08:35 +0200
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-19 09:54 -0500
                Re: Who here understands that the last paragraph is Necessarily true? joes <noreply@example.org> - 2024-07-19 16:03 +0000
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-19 15:21 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-19 16:56 -0400
                Re: Who here understands that the last paragraph is Necessarily true? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-20 11:02 +0200
                Re: Who here understands that the last paragraph is Necessarily true? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-20 10:57 +0200
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-20 12:20 +0300
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-20 09:47 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-20 11:30 -0400
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-23 10:02 +0300
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-18 22:30 -0400
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-17 19:57 -0400
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-17 19:57 -0400
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-19 10:57 +0300
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-19 09:23 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-19 10:42 -0400
                Re: Who here understands that the last paragraph is Necessarily true? joes <noreply@example.org> - 2024-07-19 16:11 +0000
                Re: Who here understands that the last paragraph is Necessarily true? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-20 11:12 +0200
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-14 22:41 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-15 11:37 +0300
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-15 08:51 -0500
                Re: Who here understands that the last paragraph is Necessarily true? joes <noreply@example.org> - 2024-07-15 20:51 +0000
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-15 15:56 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-15 22:20 -0400
                Re: Who here understands that the last paragraph is Necessarily true? joes <noreply@example.org> - 2024-07-16 08:17 +0000
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-16 08:50 -0500
                Re: Who here understands that the last paragraph is Necessarily true? joes <noreply@example.org> - 2024-07-16 18:04 +0000
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-16 21:12 -0400
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-16 11:20 +0300
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-16 13:27 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-16 21:12 -0400
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-19 12:00 +0300
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-19 09:41 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-20 12:32 +0300
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-15 22:20 -0400
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-16 11:16 +0300
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-16 13:26 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-16 21:12 -0400
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-19 12:02 +0300
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-19 09:43 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-20 12:39 +0300
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-20 09:54 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-20 11:38 -0400
                Re: Who here understands that the last paragraph is Necessarily true? "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2024-07-20 20:56 +0200
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-21 12:57 +0300
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-21 09:09 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-21 13:53 -0400
                Re: Who here understands that the last paragraph is Necessarily true? joes <noreply@example.org> - 2024-07-15 09:03 +0000
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-15 07:34 -0500
                Re: Who here understands that the last paragraph is Necessarily true? joes <noreply@example.org> - 2024-07-15 13:49 +0000
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-15 09:35 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-15 22:19 -0400
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-15 07:09 -0400
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-15 07:45 -0500
      Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-15 11:23 +0300
        Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-15 08:26 -0500
          Re: Who here understands that the last paragraph is Necessarily true? joes <noreply@example.org> - 2024-07-15 13:59 +0000
          Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-16 11:32 +0300
            Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-16 09:20 -0500
              Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-16 21:12 -0400
              Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-17 10:49 +0300
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-17 08:30 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-19 12:07 +0300
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-19 09:46 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-20 12:30 +0300
                Re: Who here understands that the last paragraph is Necessarily true? olcott <polcott333@gmail.com> - 2024-07-20 09:49 -0500
                Re: Who here understands that the last paragraph is Necessarily true? Richard Damon <richard@damon-family.org> - 2024-07-20 11:50 -0400
                Re: Who here understands that the last paragraph is Necessarily true? Mikko <mikko.levanto@iki.fi> - 2024-07-22 14:19 +0300

csiph-web