Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.theory > #118886
| From | Richard Damon <richard@damon-family.org> |
|---|---|
| Newsgroups | comp.theory |
| Subject | Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH |
| Date | 2025-05-13 07:43 -0400 |
| Organization | i2pn2 (i2pn.org) |
| Message-ID | <b78af2e0b52f178683b672b45ba1bc2012023aaf@i2pn2.org> (permalink) |
| References | <vvte01$14pca$29@dont-email.me> <fceb852a146ff7238c5be7a0adf420474a8fb5df@i2pn2.org> <vvuc7a$1deu5$5@dont-email.me> <c5a47349d8625838f1ee2782c216e0ebf9223bc6@i2pn2.org> <vvuj6l$1j6s0$3@dont-email.me> |
On 5/13/25 12:52 AM, olcott wrote:
> On 5/12/2025 11:05 PM, Richard Damon wrote:
>> On 5/12/25 10:53 PM, olcott wrote:
>>> On 5/12/2025 8:27 PM, Richard Damon wrote:
>>>> On 5/12/25 2:17 PM, olcott wrote:
>>>>> Introduction to the Theory of Computation 3rd Edition
>>>>> by Michael Sipser (Author)
>>>>> 4.4 out of 5 stars 568 rating
>>>>>
>>>>> https://www.amazon.com/Introduction-Theory-Computation-Michael-
>>>>> Sipser/ dp/113318779X
>>>>>
>>>>> int DD()
>>>>> {
>>>>> int Halt_Status = HHH(DD);
>>>>> if (Halt_Status)
>>>>> HERE: goto HERE;
>>>>> return Halt_Status;
>>>>> }
>>>>>
>>>>> DD correctly simulated by any pure simulator
>>>>> named HHH cannot possibly terminate thus proving
>>>>> that this criteria has been met:
>>>>>
>>>>> <MIT Professor Sipser agreed to ONLY these verbatim words 10/13/2022>
>>>>> If simulating halt decider H correctly simulates its
>>>>> input D until H correctly determines that its simulated D
>>>>> would never stop running unless aborted then
>>>>>
>>>>> H can abort its simulation of D and correctly report that D
>>>>> specifies a non-halting sequence of configurations.
>>>>> </MIT Professor Sipser agreed to ONLY these verbatim words
>>>>> 10/13/2022>
>>>>>
>>>>
>>>> Which your H doesn't do, as it can not correctly determine what
>>>> doesn't happen.
>>>>
>>>
>>> Any C programmer can correctly tell what doesn't happen.
>>> What doesn't happen is DD reaching its "return" statement
>>> final halt state.
>>>
>>
>> Sure they can, since that is the truth, as explained.
>>
>> Since your "logic" is based on lies and equivocation,
>
> If my logic was based on lies and equivocation
> then you could provide actual reasoning that
> corrects my errors.
I hae.
>
> It is truism that simulating termination analyzers
> must report on the behavior of their input as if
> they themselves never aborted this simulation:
Right, of the input actually given to them, which must include all their
code, and that code is what is actually there, not created by this
imaginary operation.
Thus, a HHH that aborts to return an answer, when looking at the DDD
that calls it, must look at the unaborted emulation of THAT DDD, that
calls the HHH that DOES abort and return an answer, as that is what the
PROGRAM DDD is, If you can not create the HHH that does that without
changing that input, that is a flaw in your system, not the problem.
>
> *simulated D would never stop running unless aborted*
> or they themselves could become non-terminating.
But you aren't simulating the same PROGRAM D that the original was given.
You changed it by changing the code of the H that was part of them, and
thus INVALDIATED your reasoning.
Sorry, you don't get to LIE about the system.
You don't get to LIE about what the input is.
>
> A rebuttal must take the form of another criteria
> that prevents the simulating termination analyzer
> from becoming non-terminating.
Why?
The rebutall is that the answer it gave was wrong.
The analyser beconing non-halting is proof enough that that design was
wrong,
It seems you don't understand the first part of the problem, that *YOU*
need to fully define the decider that you are going to claim is correct.
"Be correct" is not an instruction in the programing language, no matter
how much you wish it was.
And that is why Tarski is uninteligable to you, you just ASSUME that the
"get it right" operation exists, and depend on it, not knowing it was
built is a unlicensed facility to the lowest bidder, and doesn't
actually have the parts it claims it does.
That is the nature of your lies.
>
> The lame rebuttals that I have been getting are
> all of the form: "that is not the way that I memorized it."
>
No, it isn't the way it is DEFINED.
You got lucky when the judge didn't throw you in jail for the kiddie
porn. That didn't make what you did there right,
The fact that you just refuse to follow the rules will seal your fate
when you come before the final judge.
Sorry, but all you are doing is sinking yourself into oblivion.
Back to comp.theory | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-12 13:17 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-12 14:20 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-12 13:27 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-12 15:53 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-12 15:17 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-12 16:29 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-12 16:12 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-12 17:39 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-12 16:46 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-12 17:54 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-12 17:28 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-12 18:30 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-12 17:41 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-12 19:24 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-12 18:36 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-12 19:40 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-12 18:53 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-12 20:12 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-12 19:25 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-12 20:27 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-12 19:34 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-12 20:36 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-12 19:56 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-12 21:00 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-12 20:06 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-12 21:15 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-12 21:45 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-12 21:01 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-12 22:22 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met Richard Damon <richard@damon-family.org> - 2025-05-13 00:25 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met Richard Heathfield <rjh@cpax.org.uk> - 2025-05-13 06:11 +0100
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-13 00:22 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met joes <noreply@example.org> - 2025-05-13 08:44 +0000
Re: How the requirements that Professor Sipser agreed to are exactly met Richard Heathfield <rjh@cpax.org.uk> - 2025-05-13 10:02 +0100
Re: How the requirements that Professor Sipser agreed to are exactly met Richard Damon <richard@damon-family.org> - 2025-05-13 07:15 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-13 11:28 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met joes <noreply@example.org> - 2025-05-13 09:09 +0000
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-12 21:46 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-12 22:58 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-12 22:22 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-12 23:31 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-13 00:14 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-13 13:43 +0200
Re: How the requirements that Professor Sipser agreed to are exactly met Richard Damon <richard@damon-family.org> - 2025-05-13 07:23 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met Richard Damon <richard@damon-family.org> - 2025-05-13 00:02 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- Complete Closure olcott <polcott333@gmail.com> - 2025-05-13 00:03 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- Complete Closure "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-13 13:38 +0200
Re: How the requirements that Professor Sipser agreed to are exactly met --- Complete Closure Richard Damon <richard@damon-family.org> - 2025-05-13 07:33 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met Richard Damon <richard@damon-family.org> - 2025-05-12 22:54 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met joes <noreply@example.org> - 2025-05-13 09:18 +0000
Re: How the requirements that Professor Sipser agreed to are exactly met Mikko <mikko.levanto@iki.fi> - 2025-05-13 13:43 +0300
Re: How the requirements that Professor Sipser agreed to are exactly met Richard Damon <richard@damon-family.org> - 2025-05-12 21:30 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met +++ olcott <polcott333@gmail.com> - 2025-05-13 22:47 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met +++ dbush <dbush.mobile@gmail.com> - 2025-05-13 23:50 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met +++ olcott <polcott333@gmail.com> - 2025-05-13 23:28 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met +++ "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-14 13:24 +0200
Re: How the requirements that Professor Sipser agreed to are exactly met +++ olcott <polcott333@gmail.com> - 2025-05-14 10:40 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met +++ "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-15 13:13 +0200
Re: How the requirements that Professor Sipser agreed to are exactly met +++ Richard Damon <richard@damon-family.org> - 2025-05-14 07:00 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met +++ olcott <polcott333@gmail.com> - 2025-05-14 10:55 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met +++ dbush <dbush.mobile@gmail.com> - 2025-05-14 16:54 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met +++ Richard Damon <richard@damon-family.org> - 2025-05-14 21:47 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met +++ Mikko <mikko.levanto@iki.fi> - 2025-05-15 10:44 +0300
Re: How the requirements that Professor Sipser agreed to are exactly met +++ olcott <polcott333@gmail.com> - 2025-05-15 22:10 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met +++ Mikko <mikko.levanto@iki.fi> - 2025-05-16 12:05 +0300
Re: How the requirements that Professor Sipser agreed to are exactly met +++ Richard Damon <richard@damon-family.org> - 2025-05-16 10:02 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met +++ dbush <dbush.mobile@gmail.com> - 2025-05-14 08:26 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met +++ olcott <polcott333@gmail.com> - 2025-05-14 10:16 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met +++ dbush <dbush.mobile@gmail.com> - 2025-05-14 16:46 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met +++ olcott <polcott333@gmail.com> - 2025-05-14 15:52 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met +++ dbush <dbush.mobile@gmail.com> - 2025-05-14 17:22 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met +++ olcott <polcott333@gmail.com> - 2025-05-14 16:53 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met +++ dbush <dbush.mobile@gmail.com> - 2025-05-14 17:58 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met +++ olcott <polcott333@gmail.com> - 2025-05-14 17:28 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met +++ dbush <dbush.mobile@gmail.com> - 2025-05-14 20:34 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met +++ Mikko <mikko.levanto@iki.fi> - 2025-05-15 10:51 +0300
Re: How the requirements that Professor Sipser agreed to are exactly met +++ olcott <polcott333@gmail.com> - 2025-05-15 22:17 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-13 23:26 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met Richard Damon <richard@damon-family.org> - 2025-05-14 07:01 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-14 10:54 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-14 16:54 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-14 08:25 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met Richard Damon <richard@damon-family.org> - 2025-05-12 21:27 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-12 21:53 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Richard Damon <richard@damon-family.org> - 2025-05-13 00:05 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-12 23:52 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-13 13:33 +0200
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-13 19:41 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Richard Damon <richard@damon-family.org> - 2025-05-14 07:03 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Richard Damon <richard@damon-family.org> - 2025-05-13 07:43 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-13 16:30 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH joes <noreply@example.org> - 2025-05-13 21:39 +0000
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-13 16:52 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Richard Damon <richard@damon-family.org> - 2025-05-13 18:35 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH joes <noreply@example.org> - 2025-05-14 14:26 +0000
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-14 10:04 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-15 13:10 +0200
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Richard Damon <richard@damon-family.org> - 2025-05-13 18:33 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH dbush <dbush.mobile@gmail.com> - 2025-05-13 21:07 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-13 20:27 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH dbush <dbush.mobile@gmail.com> - 2025-05-13 21:31 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-13 20:48 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH dbush <dbush.mobile@gmail.com> - 2025-05-13 21:54 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-13 20:57 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH dbush <dbush.mobile@gmail.com> - 2025-05-13 21:59 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-13 21:47 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH dbush <dbush.mobile@gmail.com> - 2025-05-13 22:50 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-13 22:25 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH dbush <dbush.mobile@gmail.com> - 2025-05-13 23:36 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Richard Damon <richard@damon-family.org> - 2025-05-14 07:20 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-14 10:45 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH dbush <dbush.mobile@gmail.com> - 2025-05-14 16:51 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-14 16:01 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH dbush <dbush.mobile@gmail.com> - 2025-05-14 17:25 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-14 16:57 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH dbush <dbush.mobile@gmail.com> - 2025-05-14 18:01 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-14 17:20 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH dbush <dbush.mobile@gmail.com> - 2025-05-14 20:32 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-14 19:34 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH dbush <dbush.mobile@gmail.com> - 2025-05-14 20:45 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2025-05-14 14:31 -0700
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-14 17:08 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2025-05-14 16:43 -0700
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-14 18:57 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-15 13:04 +0200
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Ben Bacarisse <ben@bsb.me.uk> - 2025-05-15 00:39 +0100
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-14 18:52 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2025-05-14 17:11 -0700
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-14 19:24 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Ben Bacarisse <ben@bsb.me.uk> - 2025-05-15 01:48 +0100
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-14 20:01 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-15 13:01 +0200
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Mike Terry <news.dead.person.stones@darjeeling.plus.com> - 2025-05-15 03:08 +0100
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-14 21:22 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-14 21:23 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Richard Damon <richard@damon-family.org> - 2025-05-14 23:08 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-14 23:11 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Richard Damon <richard@damon-family.org> - 2025-05-15 07:08 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Richard Damon <richard@damon-family.org> - 2025-05-14 23:06 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-14 23:07 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-15 12:55 +0200
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Richard Damon <richard@damon-family.org> - 2025-05-15 07:12 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Mike Terry <news.dead.person.stones@darjeeling.plus.com> - 2025-05-15 01:36 +0100
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike's key mistake olcott <polcott333@gmail.com> - 2025-05-14 19:47 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike's key mistake "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-15 12:52 +0200
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike's key mistake olcott <polcott333@gmail.com> - 2025-05-16 00:29 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike's key mistake "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-16 22:06 +0200
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike's key mistake olcott <polcott333@gmail.com> - 2025-05-16 15:29 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike's key mistake Richard Damon <richard@damon-family.org> - 2025-05-16 18:03 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike's key mistake olcott <polcott333@gmail.com> - 2025-05-16 17:39 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike's key mistake Richard Damon <richard@damon-family.org> - 2025-05-16 20:38 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike's key mistake olcott <polcott333@gmail.com> - 2025-05-16 19:49 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike's key mistake Richard Damon <richard@damon-family.org> - 2025-05-16 22:50 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike's key mistake olcott <polcott333@gmail.com> - 2025-05-16 22:08 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike's key mistake "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-17 11:03 +0200
Re: How the requirements that Professor Sipser agreed to are exactly met --- Dishonest reviewers olcott <polcott333@gmail.com> - 2025-05-17 13:45 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- Dishonest reviewers Richard Damon <richard@damon-family.org> - 2025-05-17 16:01 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- Dishonest reviewers Mikko <mikko.levanto@iki.fi> - 2025-05-18 12:24 +0300
Re: How the requirements that Professor Sipser agreed to are exactly met --- Dishonest reviewers "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-18 12:15 +0200
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike's key mistake Richard Damon <richard@damon-family.org> - 2025-05-17 09:08 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike's key mistake olcott <polcott333@gmail.com> - 2025-05-17 10:36 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike's key mistake Richard Damon <richard@damon-family.org> - 2025-05-17 15:51 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike's key mistake Mikko <mikko.levanto@iki.fi> - 2025-05-18 12:35 +0300
Mike's big mistake about DD simulated by HHH olcott <polcott333@gmail.com> - 2025-05-15 21:39 -0500
Re: Mike's big mistake about DD simulated by HHH "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-16 22:03 +0200
Re: Mike's big mistake about DD simulated by HHH olcott <polcott333@gmail.com> - 2025-05-16 16:10 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Mikko <mikko.levanto@iki.fi> - 2025-05-16 12:26 +0300
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-16 09:47 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Mikko <mikko.levanto@iki.fi> - 2025-05-17 11:55 +0300
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Mike Terry <news.dead.person.stones@darjeeling.plus.com> - 2025-05-17 15:27 +0100
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Richard Damon <richard@damon-family.org> - 2025-05-17 11:09 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike my best reviewer olcott <polcott333@gmail.com> - 2025-05-17 10:31 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike my best reviewer Richard Damon <richard@damon-family.org> - 2025-05-17 15:54 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike my best reviewer olcott <polcott333@gmail.com> - 2025-05-17 15:05 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike my best reviewer Richard Damon <richard@damon-family.org> - 2025-05-17 16:10 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike my best reviewer olcott <polcott333@gmail.com> - 2025-05-17 15:18 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike my best reviewer Richard Damon <richard@damon-family.org> - 2025-05-17 16:34 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike my best reviewer olcott <polcott333@gmail.com> - 2025-05-17 15:16 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike my best reviewer Richard Damon <richard@damon-family.org> - 2025-05-17 16:31 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike my best reviewer olcott <polcott333@gmail.com> - 2025-05-17 16:00 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike my best reviewer Richard Damon <richard@damon-family.org> - 2025-05-17 19:35 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike my best reviewer Mr Flibble <flibble@red-dwarf.jmc.corp> - 2025-05-17 23:56 +0000
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike my best reviewer olcott <polcott333@gmail.com> - 2025-05-17 19:05 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike my best reviewer "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-18 12:26 +0200
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike my best reviewer Richard Damon <richard@damon-family.org> - 2025-05-18 07:15 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike my best reviewer Richard Damon <richard@damon-family.org> - 2025-05-18 07:14 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike my best reviewer olcott <polcott333@gmail.com> - 2025-05-17 19:00 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike my best reviewer "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-18 12:22 +0200
Re: How the requirements that Professor Sipser agreed to are exactly met --- Mike my best reviewer Richard Damon <richard@damon-family.org> - 2025-05-18 07:20 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH Richard Damon <richard@damon-family.org> - 2025-05-14 07:15 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH joes <noreply@example.org> - 2025-05-14 14:32 +0000
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH olcott <polcott333@gmail.com> - 2025-05-14 10:11 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met --- WDH "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-15 12:47 +0200
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-13 08:54 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met Richard Damon <richard@damon-family.org> - 2025-05-14 07:22 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-14 10:44 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-14 16:50 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-14 15:57 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-14 17:23 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-14 16:54 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-14 18:00 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-14 17:37 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-14 20:36 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met Richard Heathfield <rjh@cpax.org.uk> - 2025-05-14 22:32 +0100
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-14 17:10 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met Richard Heathfield <rjh@cpax.org.uk> - 2025-05-14 23:17 +0100
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-14 17:25 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met dbush <dbush.mobile@gmail.com> - 2025-05-14 20:34 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-13 22:42 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-14 13:19 +0200
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-14 10:48 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-15 13:15 +0200
Re: How the requirements that Professor Sipser agreed to are exactly met Richard Damon <richard@damon-family.org> - 2025-05-14 07:27 -0400
Re: How the requirements that Professor Sipser agreed to are exactly met olcott <polcott333@gmail.com> - 2025-05-14 10:37 -0500
Re: How the requirements that Professor Sipser agreed to are exactly met "Fred. Zwarts" <F.Zwarts@HetNet.nl> - 2025-05-15 12:41 +0200
csiph-web