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


Groups > comp.theory > #135595

Re: Will keep posting this every day until someone answers truthfully

From olcott <polcott333@gmail.com>
Newsgroups comp.theory
Subject Re: Will keep posting this every day until someone answers truthfully
Date 2025-11-14 12:31 -0600
Organization A noiseless patient Spider
Message-ID <10f7si7$31aes$1@dont-email.me> (permalink)
References (2 earlier) <20251113164050.449@kylheku.com> <10f64pc$2jch0$2@dont-email.me> <20251113223732.762@kylheku.com> <10f7e4h$2t1ct$1@dont-email.me> <20251114100932.977@kylheku.com>

Show all headers | View raw


On 11/14/2025 12:22 PM, Kaz Kylheku wrote:
> On 2025-11-14, olcott <polcott333@gmail.com> wrote:
>> On 11/14/2025 12:39 AM, Kaz Kylheku wrote:
>>> On 2025-11-14, olcott <polcott333@gmail.com> wrote:
>>>> When N statements of D are simulated by H
>>>> according to the semantics of the C programming
>>>> language can the simulated D reach its own "return"
>>>> statement final halt state for any value of N?
>>>
>>> I already answered:
>>>
>>> "Positively not. Provided that H returns 0 after the N steps, D reaches
>>> its halt state in N + k steps for some k > 0. Definitely not in the N
>>> steps simulated by H."
>>>
>>
>> *Clearly you do not understand this correct non-halting axiom*
>> https://github.com/plolcott/x86utm/blob/master/Halt7.c
>> shown on line 996
>>
>> Calls the same function from the same machine address
>> with no conditional branches in between its invocation
>> and this function call.
>>
>> if (current->Simplified_Opcode == CALL)
>>
>>     // CALL
>>     if (current->Simplified_Opcode == traced->Simplified_Opcode)
>>
>>       // from same address
>>       if (current->Address == traced->Address)
>>
>>         // to Same Function
>>         if (current->Decode_Target == traced->Decode_Target)
>>
>>           // no escape
>>           if (Count_Conditional_Branch_Instructions == 0)
>>           {
>>             OutputString((char*)"Local Halt Decider: "
>>             "Infinite Recursion Detected Simulation Stopped\n\n");
>>              return 1;
>>            }
>>
>>> Are you looking for an answer other than "no"? Other than
>>> "D does not reach the return statement in the N steps of the simulation
>>> conducted by H?"
>>>
>>
>> With your failure to understand the above non-halting
>> behavior pattern axiom I must elaborate.
>>
>> D simulated by H cannot possibly ever reach its
>> own simulated "return" statement final halt state.
> 
> So my statement is insufficient? I claimed that D simulated
> by H does not reach its return statement in the N steps that
> H simulates of D, which is correct. But you want more?
> 

My point is that input D specifies non-halting
behavior to termination analyzer H when the
measure of the behavior of input D to termination
analyzer H is D simulated by H cannot possibly
reach its own "return" statement.

When we get to this point then after three years of
despicably dishonest dodges we can finally get to
the second step of my proof.

-- 
Copyright 2025 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 | Unroll thread


Thread

Stop responding to Olcott by December 2025: who is in? Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-14 00:08 +0000
  Will keep posting this every day until someone answers truthfully olcott <polcott333@gmail.com> - 2025-11-13 18:36 -0600
    Re: Will keep posting this every day until someone answers truthfully Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-14 00:45 +0000
      Re: Will keep posting this every day until someone answers truthfully olcott <polcott333@gmail.com> - 2025-11-13 18:57 -0600
        Re: Will keep posting this every day until someone answers truthfully Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-14 02:32 +0000
          Re: Will keep posting this every day until someone answers truthfully olcott <polcott333@gmail.com> - 2025-11-13 20:38 -0600
            Re: Will keep posting this every day until someone answers truthfully Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-14 06:35 +0000
              Re: Will keep posting this every day until someone answers truthfully olcott <polcott333@gmail.com> - 2025-11-14 08:13 -0600
                Re: Will keep posting this every day until someone answers truthfully Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-14 18:01 +0000
                Re: Will keep posting this every day until someone answers truthfully olcott <polcott333@gmail.com> - 2025-11-14 12:19 -0600
                Re: Will keep posting this every day until someone answers truthfully Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-14 18:56 +0000
                Defending against libelous assessments of my work olcott <polcott333@gmail.com> - 2025-11-14 13:18 -0600
                Re: Defending against libelous assessments of my work Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-14 19:45 +0000
        Re: Will keep posting this every day until someone answers truthfully Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-19 04:42 +0000
      Re: Will keep posting this every day until someone answers truthfully olcott <polcott333@gmail.com> - 2025-11-13 20:39 -0600
        Re: Will keep posting this every day until someone answers truthfully Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-14 06:39 +0000
          Re: Will keep posting this every day until someone answers truthfully olcott <polcott333@gmail.com> - 2025-11-14 08:25 -0600
            Re: Will keep posting this every day until someone answers truthfully Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-14 18:22 +0000
              Re: Will keep posting this every day until someone answers truthfully olcott <polcott333@gmail.com> - 2025-11-14 12:31 -0600
                Re: Will keep posting this every day until someone answers truthfully Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-14 18:48 +0000
                Re: Will keep posting this every day until someone answers truthfully olcott <polcott333@gmail.com> - 2025-11-14 13:08 -0600
                Re: Will keep posting this every day until someone answers truthfully Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-14 19:54 +0000
                Re: Will keep posting this every day until someone answers truthfully olcott <polcott333@gmail.com> - 2025-11-14 14:17 -0600
                Re: Will keep posting this every day until someone answers truthfully Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-14 20:33 +0000
                Re: Will keep posting this every day until someone answers truthfully olcott <polcott333@gmail.com> - 2025-11-14 15:13 -0600
                Re: Will keep posting this every day until someone answers truthfully Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-14 21:28 +0000
                Re: Will keep posting this every day until someone answers truthfully olcott <polcott333@gmail.com> - 2025-11-14 15:33 -0600
                Re: Will keep posting this every day until someone answers truthfully Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-14 21:44 +0000
                Re: Will keep posting this every day until someone answers truthfully olcott <polcott333@gmail.com> - 2025-11-14 15:42 -0600
                Re: Will keep posting this every day until someone answers truthfully Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-14 21:46 +0000
                Re: Will keep posting this every day until someone answers truthfully olcott <polcott333@gmail.com> - 2025-11-14 16:10 -0600
                Re: Will keep posting this every day until someone answers truthfully Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-15 03:52 +0000
                Re: Will keep posting this every day until someone answers truthfully olcott <polcott333@gmail.com> - 2025-11-14 23:26 -0600
                Re: Will keep posting this every day until someone answers truthfully Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-15 06:42 +0000
                Re: Will keep posting this every day until someone answers truthfully olcott <polcott333@gmail.com> - 2025-11-15 10:23 -0600
                Re: Will keep posting this every day until someone answers truthfully Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-15 19:59 +0000
                Re: Will keep posting this every day until someone answers truthfully olcott <polcott333@gmail.com> - 2025-11-15 14:02 -0600
                Re: Will keep posting this every day until someone answers truthfully Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-15 20:19 +0000
                Re: Will keep posting this every day until someone answers truthfully olcott <polcott333@gmail.com> - 2025-11-15 14:38 -0600
                Re: Will keep posting this every day until someone answers truthfully olcott <polcott333@gmail.com> - 2025-11-14 16:02 -0600
                Re: Will keep posting this every day until someone answers truthfully Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-15 20:03 +0000
          Re: Will keep posting this every day until someone answers truthfully --- LLM olcott <polcott333@gmail.com> - 2025-11-14 08:36 -0600
            Re: Will keep posting this every day until someone answers truthfully --- LLM Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-14 18:25 +0000
              Defending against libelous assessments of my work olcott <polcott333@gmail.com> - 2025-11-14 12:35 -0600
                Re: Defending against libelous assessments of my work Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-14 18:51 +0000
                Re: Defending against libelous assessments of my work olcott <polcott333@gmail.com> - 2025-11-14 13:13 -0600
                Re: Defending against libelous assessments of my work Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-14 19:43 +0000
                Re: Defending against libelous assessments of my work Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-14 20:13 +0000
    Re: Will keep posting this every day until someone answers truthfully Bonita Montero <Bonita.Montero@gmail.com> - 2025-11-14 09:38 +0100
  Re: Stop responding to Olcott by December 2025: who is in? dbush <dbush.mobile@gmail.com> - 2025-11-13 20:53 -0500
  Re: Stop responding to Olcott by December 2025: who is in? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2025-11-13 18:00 -0800
  Re: Stop responding to Olcott by December 2025: who is in? Mike Terry <news.dead.person.stones@darjeeling.plus.com> - 2025-11-14 02:16 +0000
    Re: Stop responding to Olcott by December 2025: who is in? yeti <yeti@tilde.institute> - 2025-11-14 03:08 +0042
      Re: Stop responding to Olcott by December 2025: who is in? Mike Terry <news.dead.person.stones@darjeeling.plus.com> - 2025-11-14 03:52 +0000
        Re: Stop responding to Olcott by December 2025: who is in? wij <wyniijj5@gmail.com> - 2025-11-14 12:57 +0800
        Re: Stop responding to Olcott by December 2025: who is in? Ben Bacarisse <ben@bsb.me.uk> - 2025-11-16 01:06 +0000
          Re: Stop responding to Olcott by December 2025: who is in? --- Ben olcott <polcott333@gmail.com> - 2025-11-15 19:18 -0600
  Re: Stop responding to Olcott by December 2025: who is in? dart200 <user7160@newsgrouper.org.invalid> - 2025-11-13 21:03 -0800
  Re: Stop responding to Olcott by December 2025: who is in? Richard Heathfield <rjh@cpax.org.uk> - 2025-11-14 06:21 +0000
    Re: Stop responding to Olcott by December 2025: who is in? Mr Flibble <flibble@red-dwarf.jmc.corp> - 2025-11-14 17:41 +0000
  Re: Stop responding to Olcott by December 2025: who is in? André G. Isaak <agisaak@gm.invalid> - 2025-11-14 14:49 -0700
    Re: Stop responding to Olcott by December 2025: who is in? dart200 <user7160@newsgrouper.org.invalid> - 2025-11-14 14:59 -0800
      Re: Stop responding to Olcott by December 2025: who is in? olcott <polcott333@gmail.com> - 2025-11-14 17:20 -0600
        Re: Stop responding to Olcott by December 2025: who is in? Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-15 04:04 +0000
          Re: Stop responding to Olcott by December 2025: who is in? olcott <polcott333@gmail.com> - 2025-11-14 23:36 -0600
            Re: Stop responding to Olcott by December 2025: who is in? Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-15 15:27 +0000
              Kaz already admitted that the Sipser criteria have been met olcott <polcott333@gmail.com> - 2025-11-15 10:29 -0600
                Re: Kaz already admitted that the Sipser criteria have been met Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-15 20:04 +0000
                Re: Kaz already admitted that the Sipser criteria have been met olcott <polcott333@gmail.com> - 2025-11-15 14:16 -0600
                Re: Kaz already admitted that the Sipser criteria have been met Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-15 21:41 +0000
                Re: Kaz already admitted that the Sipser criteria have been met olcott <polcott333@gmail.com> - 2025-11-15 16:04 -0600
  Re: Stop responding to Olcott by December 2025: who is in? Ben Bacarisse <ben@bsb.me.uk> - 2025-11-16 01:10 +0000
    Re: Stop responding to Olcott by December 2025: who is in? --- not a rehash olcott <polcott333@gmail.com> - 2025-11-15 19:21 -0600
      Re: Stop responding to Olcott by December 2025: who is in? --- not a rehash Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-16 02:48 +0000
        Re: Stop responding to Olcott by December 2025: who is in? --- not a rehash olcott <polcott333@gmail.com> - 2025-11-15 20:55 -0600
          People that have a very shallow understanding of these things olcott <polcott333@gmail.com> - 2025-11-15 21:01 -0600
            Re: People that have a very shallow understanding of these things wij <wyniijj5@gmail.com> - 2025-11-16 12:10 +0800
              Re: People that have a very shallow understanding of these things olcott <polcott333@gmail.com> - 2025-11-15 22:41 -0600
            Re: People that have a very shallow understanding of these things olcott <polcott333@gmail.com> - 2025-11-15 23:13 -0600
              Re: People that have a very shallow understanding of these things Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> - 2025-11-16 19:56 +0000
                Re: People that have a very shallow understanding of these things olcott <polcott333@gmail.com> - 2025-11-16 19:02 -0600
                Re: People that have a very shallow understanding of these things Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> - 2025-11-17 02:21 +0000
                Re: People that have a very shallow understanding of these things olcott <polcott333@gmail.com> - 2025-11-16 21:47 -0600
                Re: People that have a very shallow understanding of these things olcott <polcott333@gmail.com> - 2025-11-16 21:49 -0600
                Re: People that have a very shallow understanding of these things Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> - 2025-11-17 04:01 +0000
                Re: People that have a very shallow understanding of these things "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2025-11-16 18:35 -0800
            Re: People that have a very shallow understanding of these things Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-17 04:29 +0000
              Re: People that have a very shallow understanding of these things olcott <polcott333@gmail.com> - 2025-11-16 22:40 -0600
                Re: People that have a very shallow understanding of these things Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-17 05:03 +0000
              Re: People that have a very shallow understanding of these things olcott <polcott333@gmail.com> - 2025-11-16 22:47 -0600
              Re: People that have a very shallow understanding of these things olcott <polcott333@gmail.com> - 2025-11-16 22:48 -0600
          Re: Stop responding to Olcott by December 2025: who is in? --- not a rehash joes <noreply@example.org> - 2025-11-16 14:39 +0000
            Halt Deciders cannot report on the behavior of their caller olcott <polcott333@gmail.com> - 2025-11-16 10:12 -0600
        Kaz say that he is dumber than the Witch scene in Monty Python olcott <polcott333@gmail.com> - 2025-11-16 22:19 -0600
        Kaz PROVES that he is dumber than the Witch scene in Monty Python olcott <polcott333@gmail.com> - 2025-11-16 22:25 -0600
        Who agrees that Kaz is dumber than the Witch scene in Monty Python ? olcott <polcott333@gmail.com> - 2025-11-16 22:26 -0600
        People that have a very shallow understanding of these things olcott <polcott333@gmail.com> - 2025-11-17 07:12 -0600
          Re: People that have a very shallow understanding of these things Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-17 18:06 +0000
            Re: People that have a very shallow understanding of these things olcott <polcott333@gmail.com> - 2025-11-17 12:14 -0600
              Re: People that have a very shallow understanding of these things Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-17 22:47 +0000
            Re: People that have a very shallow understanding of these things Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-17 18:16 +0000
              Re: People that have a very shallow understanding of these things olcott <polcott333@gmail.com> - 2025-11-17 12:22 -0600
                Re: People that have a very shallow understanding of these things Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-17 22:49 +0000
              Re: People that have a very shallow understanding of these things Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> - 2025-11-17 19:02 +0000
                Re: People that have a very shallow understanding of these things olcott <polcott333@gmail.com> - 2025-11-17 13:05 -0600
                Re: People that have a very shallow understanding of these things olcott <polcott333@gmail.com> - 2025-11-17 13:11 -0600
                Re: People that have a very shallow understanding of these things olcott <polcott333@gmail.com> - 2025-11-17 13:42 -0600
                Re: People that have a very shallow understanding of these things Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-17 21:28 +0000
                Re: People that have a very shallow understanding of these things Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> - 2025-11-17 22:24 +0000
                Re: People that have a very shallow understanding of these things olcott <polcott333@gmail.com> - 2025-11-17 17:02 -0600
                Re: People that have a very shallow understanding of these things Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-17 23:49 +0000
                Re: People that have a very shallow understanding of these things olcott <polcott333@gmail.com> - 2025-11-17 19:52 -0600
                Re: People that have a very shallow understanding of these things Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> - 2025-11-19 16:28 +0000
                Re: People that have a very shallow understanding of these things olcott <polcott333@gmail.com> - 2025-11-19 11:10 -0600
                Re: People that have a very shallow understanding of these things Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-19 17:40 +0000
                Re: People that have a very shallow understanding of these things Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> - 2025-11-19 15:51 +0000
                Re: People that have a very shallow understanding of these things olcott <polcott333@gmail.com> - 2025-11-19 11:04 -0600
                Re: People that have a very shallow understanding of these things Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-19 18:23 +0000
        People that have a very shallow understanding of these things --- AKA Kaz olcott <polcott333@gmail.com> - 2025-11-17 09:47 -0600
          Re: People that have a very shallow understanding of these things --- AKA Kaz Alan Mackenzie <acm@muc.de> - 2025-11-17 16:32 +0000
            People that have a very shallow understanding of these things --- "reckless disregard for the truth" olcott <polcott333@gmail.com> - 2025-11-17 10:48 -0600
              Re: People that have a very shallow understanding of these things --- "reckless disregard for the truth" Alan Mackenzie <acm@muc.de> - 2025-11-17 17:42 +0000
                Re: People that have a very shallow understanding of these things --- "reckless disregard for the truth" olcott <polcott333@gmail.com> - 2025-11-17 11:48 -0600
          How teach logic? [The Jokes] (Re: People that have a very shallow understanding of these things) Mild Shock <janburse@fastmail.fm> - 2025-11-18 22:46 +0100
            Re: How teach logic? [The Jokes] (Re: People that have a very shallow understanding of these things) olcott <polcott333@gmail.com> - 2025-11-18 16:02 -0600
              Enjoying some logic under a shadowy tree? (Was: How teach logic? [The Jokes]) Mild Shock <janburse@fastmail.fm> - 2025-11-18 23:15 +0100
                Re: Enjoying some logic under a shadowy tree? (Was: How teach logic? [The Jokes]) olcott <polcott333@gmail.com> - 2025-11-18 16:54 -0600
                What did you do before 2001 ? (Was: Enjoying some logic under a shadowy tree?) Mild Shock <janburse@fastmail.fm> - 2025-11-19 09:50 +0100
                What are top ten books in set theory? (Re: What did you do before 2001 ?) Mild Shock <janburse@fastmail.fm> - 2025-11-19 10:16 +0100
                Slim Fermats Last Theorem (FLT) only for Lean4? (Was: What are top ten books in set theory?) Mild Shock <janburse@fastmail.fm> - 2025-11-19 11:14 +0100
              Re: How teach logic? [The Jokes] (Re: People that have a very shallow understanding of these things) "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2025-11-18 15:15 -0800
        People that have a very shallow understanding of these things --- "reckless disregard for the truth" olcott <polcott333@gmail.com> - 2025-11-17 11:41 -0600
          Re: People that have a very shallow understanding of these things --- "reckless disregard for the truth" Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-17 22:58 +0000
            Re: People that have a very shallow understanding of these things --- "reckless disregard for the truth" Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> - 2025-11-19 16:35 +0000
              Re: People that have a very shallow understanding of these things --- "reckless disregard for the truth" Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-19 17:48 +0000
                Re: People that have a very shallow understanding of these things --- "reckless disregard for the truth" Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> - 2025-11-19 17:57 +0000
                Re: People that have a very shallow understanding of these things --- "reckless disregard for the truth" Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-19 18:31 +0000
                Re: People that have a very shallow understanding of these things --- "reckless disregard for the truth" olcott <polcott333@gmail.com> - 2025-11-19 12:39 -0600
                Re: People that have a very shallow understanding of these things --- "reckless disregard for the truth" Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-19 18:54 +0000
            Re: People that have a very shallow understanding of these things --- "reckless disregard for the truth" olcott <polcott333@gmail.com> - 2025-11-19 11:23 -0600
  Re: Stop responding to Olcott by December 2025: who is in? [t - 6d] Kaz Kylheku <643-408-1753@kylheku.com> - 2025-11-25 19:13 +0000
    Re: Stop responding to Olcott by December 2025: who is in? [t - 0] Kaz Kylheku <046-301-5902@kylheku.com> - 2025-12-01 19:14 +0000
      Re: Stop responding to Olcott by December 2025: who is in? [t - 0] Alan Mackenzie <acm@muc.de> - 2025-12-01 19:45 +0000
        Re: Stop responding to Olcott by December 2025: who is in? [t - 0] dart200 <user7160@newsgrouper.org.invalid> - 2025-12-01 12:05 -0800
          Re: Stop responding to Olcott by December 2025: who is in? [t - 0] olcott <polcott333@gmail.com> - 2025-12-01 14:43 -0600
            Re: Stop responding to Olcott by December 2025: who is in? [t - 0] dart200 <user7160@newsgrouper.org.invalid> - 2025-12-01 12:51 -0800
              Re: Stop responding to Olcott by December 2025: who is in? [t - 0] Richard Damon <Richard@Damon-Family.org> - 2025-12-02 10:44 -0500
                Re: Stop responding to Olcott by December 2025: who is in? [t - 0] dart200 <user7160@newsgrouper.org.invalid> - 2025-12-02 09:32 -0800
                Re: Stop responding to Olcott by December 2025: who is in? [t - 0] Richard Damon <Richard@Damon-Family.org> - 2025-12-02 13:28 -0500
                Re: Stop responding to Olcott by December 2025: who is in? [t - 0] dart200 <user7160@newsgrouper.org.invalid> - 2025-12-02 13:14 -0800
                human understanding of true and proof are both flawed olcott <polcott333@gmail.com> - 2025-12-02 15:23 -0600
                Re: human understanding of true and proof are both flawed dart200 <user7160@newsgrouper.org.invalid> - 2025-12-02 14:41 -0800
                Re: human understanding of true and proof are both flawed olcott <polcott333@gmail.com> - 2025-12-02 17:03 -0600
                Re: Stop responding to Olcott by December 2025: who is in? [t - 0] Richard Damon <Richard@Damon-Family.org> - 2025-12-02 17:32 -0500
              Re: Stop responding to Olcott by December 2025: who is in? [t - 0] polcott <polcott333@gmail.com> - 2025-12-02 12:10 -0600
        Re: Stop responding to Olcott by December 2025: who is in? [t - 0] Kaz Kylheku <046-301-5902@kylheku.com> - 2025-12-01 20:22 +0000
        Re: Stop responding to Olcott by December 2025: who is in? [t - 0] Richard Heathfield <rjh@cpax.org.uk> - 2025-12-01 21:48 +0000
          Re: Stop responding to Olcott by December 2025: who is in? [t - 0] Andy Walker <anw@cuboid.co.uk> - 2025-12-02 14:56 +0000
            Re: Stop responding to Olcott by December 2025: who is in? [t - 0] olcott <polcott333@gmail.com> - 2025-12-02 09:33 -0600
            Re: Stop responding to Olcott by December 2025: who is in? [t - 0] Richard Heathfield <rjh@cpax.org.uk> - 2025-12-02 16:04 +0000
              Olcott is provably correct --- no one can correctly refute this olcott <polcott333@gmail.com> - 2025-12-03 19:47 -0600
            The quality of reviewers on USENET olcott <polcott333@gmail.com> - 2025-12-03 18:11 -0600
            Olcott is provably correct --- no one can correctly refute this olcott <polcott333@gmail.com> - 2025-12-03 19:50 -0600
        Olcott is provably correct --- no one can correct refute this olcott <polcott333@gmail.com> - 2025-12-03 19:44 -0600
        Re: Stop responding to Olcott by December 2025: who is in? [t - 0] "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2025-12-05 02:45 -0800
      Re: Stop responding to Olcott by December 2025: who is in? [t - 0] Mike Terry <news.dead.person.stones@darjeeling.plus.com> - 2025-12-01 23:42 +0000
  Re: Stop responding to Olcott by December 2025: who is in? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2025-11-27 00:03 -0800
    Re: Stop responding to Olcott by December 2025: who is in? dart200 <user7160@newsgrouper.org.invalid> - 2025-11-27 00:04 -0800
      Re: Stop responding to Olcott by December 2025: who is in? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2025-11-27 00:29 -0800
        Re: Stop responding to Olcott by December 2025: who is in? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2025-11-27 00:35 -0800

csiph-web