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


Groups > comp.theory > #109264

Re: Self-Modifying Turing Machine

From joes <noreply@example.org>
Newsgroups comp.theory
Subject Re: Self-Modifying Turing Machine
Date 2024-07-20 13:24 +0000
Organization i2pn2 (i2pn.org)
Message-ID <2c58f962e8efae4d5358494672a22e02e90b4fbb@i2pn2.org> (permalink)
References (17 earlier) <v78gi1$1rc43$6@dont-email.me> <v7d5r0$2t5hr$1@dont-email.me> <v7dsit$30pvh$4@dont-email.me> <v7fucc$3fh57$1@dont-email.me> <v7gcjm$3hlc2$1@dont-email.me>

Show all headers | View raw


Am Sat, 20 Jul 2024 08:03:50 -0500 schrieb olcott:
> On 7/20/2024 4:01 AM, Mikko wrote:
>> On 2024-07-19 14:18:05 +0000, olcott said:
>>> On 7/19/2024 2:49 AM, Mikko wrote:
>>>> On 2024-07-17 13:22:09 +0000, olcott said:
>>>>> On 7/17/2024 2:32 AM, Mikko wrote:
>>>>>> On 2024-07-16 14:04:18 +0000, olcott said:
>>>>>>> On 7/16/2024 6:53 AM, Richard Damon wrote:
>>>>>>>> On 7/15/24 10:51 PM, olcott wrote:
>>>>>>>>> On 7/15/2024 2:40 PM, olcott wrote:
>>>>>>>>>> On 7/15/2024 2:30 PM, Fred. Zwarts wrote:
>>>>>>>>>>> Op 15.jul.2024 om 04:33 schreef olcott:
>>>>>>>>>>>> On 7/14/2024 9:04 PM, Richard Damon wrote:
>>>>>>>>>>>>> On 7/14/24 9:27 PM, olcott wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> 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.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>> _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]
>>>>>>>>>>>>
>>>>>>>>>>>> The input *is* the machine address of this finite string of
>>>>>>>>>>>> bytes: 558bec6863210000e853f4ffff83c4045dc3
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>> It seems that you do not understand x86 language. The input is
>>>>>>>>>>> not a string of bytes, but an address (00002163). This points
>>>>>>>>>>> to the starting of the code of DDD. But a simulation needs a
>>>>>>>>>>> program, not a function calling undefined other functions.
>>>>>>>>>>> Therefore, all functions called by DDD (such as HHH) are
>>>>>>>>>>> included in the code to simulate.
>>>>>>>>>>
>>>>>>>>>> *The input is the machine address of this finite*
>>>>>>>>>> *string of bytes: 558bec6863210000e853f4ffff83c4045dc3*
>>>>>>>>>>
>>>>>>>>>> You are talking about the behavior specified by that finite
>>>>>>>>>> string. When you say that a finite string *is not* a finite
>>>>>>>>>> string you are disagreeing with the law of identity.
>>>>>>>>>>
>>>>>>>>>> Every rebuttal to my work disagrees with one tautology of
>>>>>>>>>> another.
>>>>>>>>>> It is the fact that DDD calls HHH(DDD) in recursive emulation
>>>>>>>>>> that makes it impossible for DDD correctly emulated by HHH to
>>>>>>>>>> halt.
>>>>>>>>>
>>>>>>>>>> Everyone disagrees with this entirely on the basis of the
>>>>>>>>>> strawman deception (damned lie) that some other DDD somewhere
>>>>>>>>>> else has different behavior.
>>>>>>>>>
>>>>>>>>> *They disagree with the following*
>>>>>>>>>
>>>>>>>>> In other words the fact that the directly executed DDD halts
>>>>>>>>> because the HHH(DDD) that it calls has already aborted its
>>>>>>>>> simulation proves these these two different instances of DDD are
>>>>>>>>> in different process states.
>>>>>>>>
>>>>>>>> BUT must have the same behavior.
>>>>>>>>
>>>>>>>>
>>>>>>>>> The state of needing to abort the input changes after it has
>>>>>>>>> already been aborted is the same as the state of being hungry
>>>>>>>>> changes after you have had something to eat.
>>>>>>>>>
>>>>>>>>>
>>>>>>>> Can't. Since programs are unchanging, their properties can not
>>>>>>>> change.
>>>>>>>>
>>>>>>>>
>>>>>>> *WRONG* https://en.wikipedia.org/wiki/Self-modifying_code
>>>>>>
>>>>>> Your complier cannot produce self-modifying code.
>>>>>>
>>>>>>
>>>>> My compiler can accept assembly language that can derive
>>>>> self-modifying code.
>>>>
>>>> Using non-standard extensions of the language may indeed permit that
>>>> unless the program is loaded to a read-only memory. The compiler is
>>>> designed so that ordinary programs can be loaded to read-only memory.
>>>> Some operating systems prevent programs from modifying themselves as
>>>> if the program were in a read-only memory, and typical compilers
>>>> compile so that the program can be run under such operating systems.
>>>>
>>>>
>>> The bottom line is that an actual TM can modify its own code while it
>>> is running when it has access to its own TM description and it is only
>>> simulated by a UTM. In this case it can modify itself so that its
>>> input is no longer contradictory.
>> 
>> An actual Turing machine cannot change itself. A machine that can
>> change itself is not a Turing machine.
>> 
>> If you are interested in self-modifying machines you may want to study
>> LOTOS.
>> 
>>> When a Self-Modifying Turing Machine can change itself to become any
>>> other Turing Machine then it can eliminate the pathological
>>> relationship to its input.
>> It never was a Turing machine.
> A self modifying TM is merely a TM description that is simulated by a
> UTM and has access to itself on the UTM tape.
> This same idea can be implemented as an emulated x86 program that knows
> its own machine address. Self-modifying code is not a new idea. Applying
> this to TMs is a new idea.
This is your first mention of selfmodification.

> Everyone here is acting like unconventional new ideas are impossible
> because they are unconventional and new.
No, but you can't transfer conventional knowledge unchanged.

-- 
Am Fri, 28 Jun 2024 16:52:17 -0500 schrieb olcott:
Objectively I am a genius.

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