Groups | Search | Server Info | Login | Register


Groups > comp.theory > #109230

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-19 11:33 -0400
Organization i2pn2 (i2pn.org)
Message-ID <1a0a6a1bea1b00d0048e75c989287a80b02bca0a@i2pn2.org> (permalink)
References (18 earlier) <v78m3q$1smtm$1@dont-email.me> <v7akf2$2b79b$1@dont-email.me> <v7b88b$2e2aq$6@dont-email.me> <v7dap8$2u0p5$1@dont-email.me> <v7duea$30pvh$10@dont-email.me>

Show all headers | View raw


On 7/19/24 10:49 AM, olcott wrote:
> On 7/19/2024 4:14 AM, Mikko wrote:
>> On 2024-07-18 14:18:51 +0000, olcott said:
>>
>>> On 7/18/2024 3:41 AM, Fred. Zwarts wrote:
>>>> Op 17.jul.2024 om 16:56 schreef olcott:
>>>>> On 7/17/2024 9:32 AM, Fred. Zwarts wrote:
>>>>>> Op 17.jul.2024 om 16:20 schreef olcott:
>>>>>>> On 7/17/2024 8:54 AM, Fred. Zwarts wrote:
>>>>>>>> Op 17.jul.2024 om 15:27 schreef olcott:
>>>>>>>>>
>>>>>>>>> HHH is not allowed to report on the behavior of it actual self
>>>>>>>>> in its own directly executed process. HHH is allowed to report on
>>>>>>>>> the effect of the behavior of the simulation of itself 
>>>>>>>>> simulating DDD.
>>>>>>>>>
>>>>>>>>
>>>>>>>> But only on the effect of a correct simulation.
>>>>>>>
>>>>>>> _DDD()
>>>>>>> [00002163] 55         push ebp      ; housekeeping
>>>>>>> [00002164] 8bec       mov ebp,esp   ; housekeeping
>>>>>>> [00002166] 6863210000 push 00002163 ; push DDD
>>>>>>> [0000216b] e853f4ffff call 000015c3 ; call HHH(DDD)
>>>>>>> [00002170] 83c404     add esp,+04
>>>>>>> [00002173] 5d         pop ebp
>>>>>>> [00002174] c3         ret
>>>>>>> Size in bytes:(0018) [00002174]
>>>>>>>
>>>>>>> *THIS IS SELF EVIDENT THUS DISAGREEMENT IS INCORRECT*
>>>>>>> DDD emulated by any pure function HHH according to the
>>>>>>> semantic meaning of its x86 instructions never stops
>>>>>>> running unless aborted.
>>>>>>>
>>>>>>
>>>>>> It is self evident that a program that aborts will halt.
>>>>>> The semantics of the x86 code of a halting program is also 
>>>>>> self-evident: it halts.
>>>>>> So, the aborting HHH, when simulated correctly, stops.
>>>>>> Dreaming of a HHH that does not abort is irrelevant.
>>>>>>
>>>>>
>>>>> That is all the dishonest dodge of the strawman deception.
>>>>> HHH is required to halt by its design spec.
>>>>>
>>>>> _DDD()
>>>>> [00002163] 55         push ebp      ; housekeeping
>>>>> [00002164] 8bec       mov ebp,esp   ; housekeeping
>>>>> [00002166] 6863210000 push 00002163 ; push DDD
>>>>> [0000216b] e853f4ffff call 000015c3 ; call HHH(DDD)
>>>>> [00002170] 83c404     add esp,+04
>>>>> [00002173] 5d         pop ebp
>>>>> [00002174] c3         ret
>>>>> Size in bytes:(0018) [00002174]
>>>>>
>>>>> *THIS IS SELF EVIDENT THUS DISAGREEMENT IS INCORRECT*
>>>>> DDD emulated by any pure function HHH according to the
>>>>> semantic meaning of its x86 instructions never stops
>>>>> running unless aborted.
>>>>>
>>>>
>>>> Dreaming of a HHH that does not halt, when we are talking about a 
>>>> HHH that aborts and halts is irrelevant. Therefore, the 'unless 
>>>> aborted' is irrelevant. The semantics of the x86 instructions are 
>>>> self-evident: HHH halts.
>>>
>>> When you are hungry you remain hungry until you eat.
>>>    Before HHH(DDD) aborts its emulation the directly
>>>    executed DDD() cannot possibly halt.
>>>
>>> After you eat you are no longer hungry.
>>>    After HHH(DDD) aborts its emulation the directly
>>>    executed DDD() halts.
>>
>> If DDD does not halt it indicates that HHH is faulty. Therefore the
>> interesting question is whether DDD halts, not when DDD halts.
>>
> 
> *By your same reasoning*
> If Infinite_Loop() does not halt HHH is faulty.
> 
> In other words if Infinite_Loop()  is an actual infinite
> loop then this is all the fault of HHH.
> 

No, because Infinite_Loop just never halts when run, and doesn't depend 
on the behavior of HHH.

DDD does depend on the behavior of HHH, so HHH to CORRECT analyze its 
behavior must correct decide on its own behavior. If HHH will halt, then 
HHH needs to include that knowledge in its analysis of DDD, but it 
doesn't, so its analysis is just wrong.

HHH could have used the Flibble method, and gotten the answer, but it 
failed to do that, so it failed at a solvable problem.

> void Infinite_Loop()
> {
>    HERE: goto HERE;
> }
> 
> int main()
> {
>    HHH(Infinite_Loop);
> }
> 

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