Groups | Search | Server Info | Login | Register


Groups > comp.theory > #108951

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

From Richard Damon <richard@damon-family.org>
Newsgroups comp.theory
Subject Re: Who here understands that the last paragraph is Necessarily true?
Date 2024-07-14 22:04 -0400
Organization i2pn2 (i2pn.org)
Message-ID <60e7a93cb8cec0afb68b3e40a0e82e9d63fa8e2a@i2pn2.org> (permalink)
References (4 earlier) <v71mjh$bp3i$1@dont-email.me> <1173a460ee95e0ca82c08abecdefc80ba86646ac@i2pn2.org> <v71okl$bvm2$1@dont-email.me> <5f6daf68f1b4ffac854d239282bc811b5b806659@i2pn2.org> <v71ttb$crk4$1@dont-email.me>

Show all headers | View raw


On 7/14/24 9:27 PM, olcott wrote:
> On 7/14/2024 7:30 PM, Richard Damon wrote:
>> On 7/14/24 7:57 PM, olcott wrote:
>>> On 7/14/2024 6:46 PM, Richard Damon wrote:
>>>> On 7/14/24 7:22 PM, olcott wrote:
>>>>> On 7/14/2024 4:41 PM, Richard Damon wrote:
>>>>>> On 7/14/24 10:38 AM, olcott wrote:
>>>>>>> On 7/14/2024 3:09 AM, Mikko wrote:
>>>>>>>> On 2024-07-13 20:15:56 +0000, olcott said:
>>>>>>>>
>>>>>>>>> typedef void (*ptr)();
>>>>>>>>> int HHH(ptr P);
>>>>>>>>>
>>>>>>>>> void Infinite_Loop()
>>>>>>>>> {
>>>>>>>>>    HERE: goto HERE;
>>>>>>>>> }
>>>>>>>>>
>>>>>>>>> void Infinite_Recursion()
>>>>>>>>> {
>>>>>>>>>    Infinite_Recursion();
>>>>>>>>> }
>>>>>>>>>
>>>>>>>>> void DDD()
>>>>>>>>> {
>>>>>>>>>    HHH(DDD);
>>>>>>>>> }
>>>>>>>>>
>>>>>>>>> int main()
>>>>>>>>> {
>>>>>>>>>    HHH(Infinite_Loop);
>>>>>>>>>    HHH(Infinite_Recursion);
>>>>>>>>>    HHH(DDD);
>>>>>>>>> }
>>>>>>>>>
>>>>>>>>> Any input that must be aborted to prevent the non
>>>>>>>>> termination of HHH necessarily specifies non-halting
>>>>>>>>> behavior or it would never need to be aborted.
>>>>>>>>
>>>>>>>> Everyone understands that DDD specifies a halting behaviour if 
>>>>>>>> HHH(DDD) does,
>>>>>>>
>>>>>>>
>>>>>>> *You can comprehend this is a truism or fail to*
>>>>>>> *comprehend it disagreement is necessarily incorrect*
>>>>>>> Any input that must be aborted to prevent the non
>>>>>>> termination of HHH necessarily specifies non-halting
>>>>>>> behavior or it would never need to be aborted.
>>>>>>>
>>>>>>> Disagreeing with the above is analogous to disagreeing
>>>>>>> with arithmetic.
>>>>>>>
>>>>>>
>>>>>> But if HHH does abort 
>>>>>
>>>>> int x = 5;
>>>>> int y = 3;
>>>>> if (x > y) // *before abort*
>>>>> {
>>>>>    printf("x > y is necessarily true\n");
>>>>>    y = 2 * x;  // *after abort*
>>>>> }
>>>>>
>>>>>
>>>>>
>>>>
>>>> Red Hering, showin your utter stupidity.
>>>>
>>>
>>> In other words giving up on you was the correct thing
>>> to do. You have proven to be incorrigible when you
>>> consistently deny tautologies.
>>>
>>
>> No, you dont have tautologies, 
> 
> Any input that must be aborted to prevent the non termination
> of simulating termination analyzer HHH necessarily specifies
> non-halting behavior or it would never need to be aborted.

Excpet, as I have shown, it doesn't.

Your problem is you keep on ILEGALLY changing the input in your argument 
because you have misdefined what the input is.

The input to HHH is ALL of the memory that it would be accessed in a 
correct simulation of DDD, which includes all the codd of HHH, and thus, 
if you change HHH you get a different input.

If you want to try to claim the input is just the bytes of the function 
DDD proper then you are just admitting that you are nothing more than a 
lying idiot that doesn't understand the problem, and who refuses to 
understand the problem, and that EVERYTHING you have said over the years 
has been based on a LIE that your problem has been setup as an 
equivelent to the proofs you want to try to refute.


YOU ARE NOTHING BUT A STUPID LIAR.

> 
>> but LIE based on changing the meaning of words.
>>
> 
> That is what you have been doing.
> 

Nope YOU are the one that has been changing the meaning of the words, as 
you don't use them with the meaning they have in the field.

That makes YOU the liar.

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? "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