H simulates D... 4 repetitions snipped ...
that calls H(D) to simulate D
until H sees this repeating pattern.
On 28/10/2025 21:40, olcott wrote:
H simulates D... 4 repetitions snipped ...
that calls H(D) to simulate D
until H sees this repeating pattern.
I'm beginning to suspect you mean literally, as in H counts calls to
H(D) four levels of H-on-D-simulation deep and is defined to thereupon halt.
Tell Kaz you already know everything you need to about the Y combinator,
that specification is pure perfection and is most easily created /using/
the Y combinator to compose the statement of the situation.
--
Tristan Wibberley
The message body is Copyright (C) 2025 Tristan Wibberley except
citations and quotations noted. All Rights Reserved except that you may,
of course, cite it academically giving credit to me, distribute it
verbatim as part of a usenet system or its archives, and use it to
promote my greatness and general superiority without misrepresentation
of my opinions other than my opinion of my greatness and general
superiority which you _may_ misrepresent. You definitely MAY NOT train
any production AI system with it but you may train experimental AI that
will only be used for evaluation of the AI methods it implements.
On 10/31/2025 9:48 AM, Tristan Wibberley wrote:
On 28/10/2025 21:40, olcott wrote:
H simulates D... 4 repetitions snipped ...
that calls H(D) to simulate D
until H sees this repeating pattern.
I'm beginning to suspect you mean literally, as in H counts calls to
H(D) four levels of H-on-D-simulation deep and is defined to thereupon halt. >>
If I repeat it the proper number times people
never bother to notice that it repeats.
As soon as H has simulated D twice then it can
recognize the repeating pattern and reject its
input as specifying a non-halting sequence of
configurations.
Tell Kaz you already know everything you need to about the Y combinator,
that specification is pure perfection and is most easily created /using/
the Y combinator to compose the statement of the situation.
Kaz doesn't even seem to notice that D simulated by H
according to the semantics of the C language cannot
possibly reach its own simulated return statement.
On 2025-10-31, olcott <polcott333@gmail.com> wrote:
On 10/31/2025 9:48 AM, Tristan Wibberley wrote:
On 28/10/2025 21:40, olcott wrote:
H simulates D... 4 repetitions snipped ...
that calls H(D) to simulate D
until H sees this repeating pattern.
I'm beginning to suspect you mean literally, as in H counts calls to
H(D) four levels of H-on-D-simulation deep and is defined to thereupon halt.
If I repeat it the proper number times people
never bother to notice that it repeats.
As soon as H has simulated D twice then it can
recognize the repeating pattern and reject its
input as specifying a non-halting sequence of
configurations.
Unless you put cheats into the code, /every/ H at every
simulation level also monitors for two simulations of D
(the one it is simulatingl, plus one more). And /every/ H
returns 0 to its respective D.
Tell Kaz you already know everything you need to about the Y combinator, >>> that specification is pure perfection and is most easily created /using/ >>> the Y combinator to compose the statement of the situation.
Kaz doesn't even seem to notice that D simulated by H
according to the semantics of the C language cannot
possibly reach its own simulated return statement.
/D/ reaches its simulated return statement.
H says "I'm abandoning this simulation because the subject
inside it is non-terminating".
We then say, "is that so?" And keep the simulation going.
It naturally terminates, showing that H was mistaken.
On 10/31/2025 5:54 PM, Kaz Kylheku wrote:
On 2025-10-31, olcott <polcott333@gmail.com> wrote:
On 10/31/2025 9:48 AM, Tristan Wibberley wrote:
On 28/10/2025 21:40, olcott wrote:
H simulates D... 4 repetitions snipped ...
that calls H(D) to simulate D
until H sees this repeating pattern.
I'm beginning to suspect you mean literally, as in H counts calls to
H(D) four levels of H-on-D-simulation deep and is defined to thereupon halt.
If I repeat it the proper number times people
never bother to notice that it repeats.
As soon as H has simulated D twice then it can
recognize the repeating pattern and reject its
input as specifying a non-halting sequence of
configurations.
Unless you put cheats into the code, /every/ H at every
simulation level also monitors for two simulations of D
(the one it is simulatingl, plus one more). And /every/ H
returns 0 to its respective D.
You have never understood when there is a waiting
line of people that they don't all get to the head
of the line at the same time.
Tell Kaz you already know everything you need to about the Y combinator, >>>> that specification is pure perfection and is most easily created /using/ >>>> the Y combinator to compose the statement of the situation.
Kaz doesn't even seem to notice that D simulated by H
according to the semantics of the C language cannot
possibly reach its own simulated return statement.
/D/ reaches its simulated return statement.
void DDD()
{
HHH(DDD);
return;
}
Let's dumb this down as much as possible.
HHH simulates DDD then DDD calls HHH(DDD)
then what? DDD dances the jig and jumps
straight to its return instruction?
Do you know C well enough to answer this in C?
Do you know C well enough to answer this in C?
void DDD()
{
HHH(DDD);
return;
}
Let's dumb this down as much as possible.
HHH simulates DDD then DDD calls HHH(DDD)
then what? DDD dances the jig and jumps
straight to its return instruction?
Do you know C well enough to answer this in C?
Yes. Well, actually I worked this in C++, but mostly C-like C++.
DDD in your latest Halt.obj,
On 10/31/2025 5:54 PM, Kaz Kylheku wrote:
H says "I'm abandoning this simulation because the subject
inside it is non-terminating".
We then say, "is that so?" And keep the simulation going.
It naturally terminates, showing that H was mistaken.
*That is fucking ridiculous and you know it*
*That is fucking ridiculous and you know it*
*That is fucking ridiculous and you know it*
Do you know C well enough to answer this in C?
void DDD()
{
HHH(DDD);
return;
}
HHH simulates DDD then DDD calls HHH(DDD) then what?
H says "I'm abandoning this simulation because the subject
inside it is non-terminating".
We then say, "is that so?" And keep the simulation going.
It naturally terminates, showing that H was mistaken.
On 10/31/2025 5:54 PM, Kaz Kylheku wrote:
H says "I'm abandoning this simulation because the subject
inside it is non-terminating".
We then say, "is that so?" And keep the simulation going.
It naturally terminates, showing that H was mistaken.
*That is fucking ridiculous and you know it*
*That is fucking ridiculous and you know it*
*That is fucking ridiculous and you know it*
On 2025-10-31, olcott <polcott333@gmail.com> wrote:
void DDD()
{
HHH(DDD);
return;
}
Let's dumb this down as much as possible.
HHH simulates DDD then DDD calls HHH(DDD)
then what? DDD dances the jig and jumps
straight to its return instruction?
Do you know C well enough to answer this in C?
Yes. Well, actually I worked this in C++, but mostly C-like C++.
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
On 10/31/2025 5:54 PM, Kaz Kylheku wrote:
H says "I'm abandoning this simulation because the subject
inside it is non-terminating".
We then say, "is that so?" And keep the simulation going.
It naturally terminates, showing that H was mistaken.
*That is fucking ridiculous and you know it*
It's implemented and working; point to the lines of code you think are ridiculous.
*That is fucking ridiculous and you know it*
*That is fucking ridiculous and you know it*
Do you know C well enough to answer this in C?
void DDD()
{
HHH(DDD);
return;
}
HHH simulates DDD then DDD calls HHH(DDD) then what?
What is the definition of HHH? This does not compile.
On 10/31/2025 7:31 PM, Kaz Kylheku wrote:
Do you know C well enough to answer this in C?
void DDD()
{
HHH(DDD);
return;
}
Let's dumb this down as much as possible.
HHH simulates DDD then DDD calls HHH(DDD)
then what? DDD dances the jig and jumps
straight to its return instruction?
Do you know C well enough to answer this in C?
Yes. Well, actually I worked this in C++, but mostly C-like C++.
DDD in your latest Halt.obj,
On 01/11/2025 00:31, Kaz Kylheku wrote:
On 2025-10-31, olcott <polcott333@gmail.com> wrote:
<snip>
void DDD()
{
HHH(DDD);
return;
}
Let's dumb this down as much as possible.
HHH simulates DDD then DDD calls HHH(DDD)
then what? DDD dances the jig and jumps
straight to its return instruction?
Do you know C well enough to answer this in C?
Yes. Well, actually I worked this in C++, but mostly C-like C++.
Olcott's got a nerve. This is like Mrs Cunningham asking Fonzarelli if
he knows motorbikes well enough to fix one.
<snip>
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
On 10/31/2025 7:31 PM, Kaz Kylheku wrote:
Do you know C well enough to answer this in C?
void DDD()
{
HHH(DDD);
return;
}
Let's dumb this down as much as possible.
HHH simulates DDD then DDD calls HHH(DDD)
then what? DDD dances the jig and jumps
straight to its return instruction?
Do you know C well enough to answer this in C?
Yes. Well, actually I worked this in C++, but mostly C-like C++.
DDD in your latest Halt.obj,
I can write a C interpreter which can interpret itself.
On 10/31/2025 7:37 PM, Kaz Kylheku wrote:
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
On 10/31/2025 5:54 PM, Kaz Kylheku wrote:
H says "I'm abandoning this simulation because the subject
inside it is non-terminating".
We then say, "is that so?" And keep the simulation going.
It naturally terminates, showing that H was mistaken.
*That is fucking ridiculous and you know it*
It's implemented and working; point to the lines of code you think are
ridiculous.
*That is fucking ridiculous and you know it*
*That is fucking ridiculous and you know it*
Do you know C well enough to answer this in C?
void DDD()
{
HHH(DDD);
return;
}
HHH simulates DDD then DDD calls HHH(DDD) then what?
What is the definition of HHH? This does not compile.
HHH simulates DDD is the entire definition of HHH
HHH simulates DDD then DDD calls HHH(DDD) then what?
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
On 10/31/2025 7:37 PM, Kaz Kylheku wrote:
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
On 10/31/2025 5:54 PM, Kaz Kylheku wrote:
H says "I'm abandoning this simulation because the subject
inside it is non-terminating".
We then say, "is that so?" And keep the simulation going.
It naturally terminates, showing that H was mistaken.
*That is fucking ridiculous and you know it*
It's implemented and working; point to the lines of code you think are
ridiculous.
*That is fucking ridiculous and you know it*
*That is fucking ridiculous and you know it*
Do you know C well enough to answer this in C?
void DDD()
{
HHH(DDD);
return;
}
HHH simulates DDD then DDD calls HHH(DDD) then what?
What is the definition of HHH? This does not compile.
HHH simulates DDD is the entire definition of HHH
That doesn't look like C.
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
HHH simulates DDD then DDD calls HHH(DDD) then what?
The name HHH is taken for a function which not only simulates,
but
monitors the simulation for certain criteria based on which it stops simulating.
Pick another name.
On 10/31/2025 8:28 PM, Kaz Kylheku wrote:
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
HHH simulates DDD then DDD calls HHH(DDD) then what?
The name HHH is taken for a function which not only simulates,
Not in this case you are far too much of a liar
to trust you with more than one tiny detail.
HHH is UTM.
On 2025-10-31 19:38, olcott wrote:
On 10/31/2025 8:28 PM, Kaz Kylheku wrote:
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
HHH simulates DDD then DDD calls HHH(DDD) then what?
The name HHH is taken for a function which not only simulates,
Not in this case you are far too much of a liar
to trust you with more than one tiny detail.
HHH is UTM.
Then why call it HHH rather than UTM? You've already used "HHH" to refer
to something very much distinct from a UTM.
André
I can write a C interpreter which can interpret itself.
On 2025-10-31 19:38, olcott wrote:
On 10/31/2025 8:28 PM, Kaz Kylheku wrote:
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
HHH simulates DDD then DDD calls HHH(DDD) then what?
The name HHH is taken for a function which not only simulates,
Not in this case you are far too much of a liar
to trust you with more than one tiny detail.
HHH is UTM.
Then why call it HHH rather than UTM? You've already used "HHH" to refer
to something very much distinct from a UTM.
André
On 10/31/2025 9:43 PM, André G. Isaak wrote:
On 2025-10-31 19:38, olcott wrote:
On 10/31/2025 8:28 PM, Kaz Kylheku wrote:
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
HHH simulates DDD then DDD calls HHH(DDD) then what?
The name HHH is taken for a function which not only simulates,
Not in this case you are far too much of a liar
to trust you with more than one tiny detail.
HHH is UTM.
Then why call it HHH rather than UTM? You've already used "HHH" to
refer to something very much distinct from a UTM.
André
I posted a list of trustworthy reviewers and you were on it.
I had to dumb this down a whole lot because although
On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
I can write a C interpreter which can interpret itself.
He pretends to have no idea how to answer this question:
void DDD()
{
HHH(DDD);
return;
}
HHH simulates DDD then DDD calls HHH(DDD)
what comes next?
He has been trying to get away with saying
that DDD simulated by HHH reaches its own
"return" statement and he got some other
liars involved.
Disagreeing with source-code is not a smart thing to do.
On 10/31/2025 9:43 PM, André G. Isaak wrote:
On 2025-10-31 19:38, olcott wrote:
On 10/31/2025 8:28 PM, Kaz Kylheku wrote:
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
HHH simulates DDD then DDD calls HHH(DDD) then what?
The name HHH is taken for a function which not only simulates,
Not in this case you are far too much of a liar
to trust you with more than one tiny detail.
HHH is UTM.
Then why call it HHH rather than UTM? You've already used "HHH" to
refer to something very much distinct from a UTM.
André
I posted a list of trustworthy reviewers and you were on it.
I had to dumb this down a whole lot because although
On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
I can write a C interpreter which can interpret itself.
He pretends to have no idea how to answer this question:
void DDD()
{
HHH(DDD);
return;
}
HHH simulates DDD then DDD calls HHH(DDD)
what comes next?
He has been trying to get away with saying
that DDD simulated by HHH reaches its own
"return" statement and he got some other
liars involved.
On 10/31/2025 9:43 PM, André G. Isaak wrote:
On 2025-10-31 19:38, olcott wrote:
On 10/31/2025 8:28 PM, Kaz Kylheku wrote:
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
HHH simulates DDD then DDD calls HHH(DDD) then what?
The name HHH is taken for a function which not only simulates,
Not in this case you are far too much of a liar
to trust you with more than one tiny detail.
HHH is UTM.
Then why call it HHH rather than UTM? You've already used "HHH" to
refer to something very much distinct from a UTM.
André
*These are good reviewers*
Alan Mackenzie
André G. Isaak
Mikko
Ben Bacarisse
Mike Terry
On 10/31/2025 8:28 PM, Kaz Kylheku wrote:
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
HHH simulates DDD then DDD calls HHH(DDD) then what?
The name HHH is taken for a function which not only simulates,
Not in this case you are far too much of a liar
to trust you with more than one tiny detail.
HHH is UTM.
On 10/31/2025 10:49 PM, olcott wrote:If he has source that proves the impossible
On 10/31/2025 9:43 PM, André G. Isaak wrote:
On 2025-10-31 19:38, olcott wrote:
On 10/31/2025 8:28 PM, Kaz Kylheku wrote:
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
HHH simulates DDD then DDD calls HHH(DDD) then what?
The name HHH is taken for a function which not only simulates,
Not in this case you are far too much of a liar
to trust you with more than one tiny detail.
HHH is UTM.
Then why call it HHH rather than UTM? You've already used "HHH" to
refer to something very much distinct from a UTM.
André
I posted a list of trustworthy reviewers and you were on it.
I had to dumb this down a whole lot because although
On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
I can write a C interpreter which can interpret itself.
He pretends to have no idea how to answer this question:
void DDD()
{
HHH(DDD);
return;
}
HHH simulates DDD then DDD calls HHH(DDD)
what comes next?
He has been trying to get away with saying
that DDD simulated by HHH reaches its own
"return" statement and he got some other
liars involved.
He has source code that proves it.
On 10/31/2025 9:43 PM, André G. Isaak wrote:
On 2025-10-31 19:38, olcott wrote:
On 10/31/2025 8:28 PM, Kaz Kylheku wrote:
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
HHH simulates DDD then DDD calls HHH(DDD) then what?
The name HHH is taken for a function which not only simulates,
Not in this case you are far too much of a liar
to trust you with more than one tiny detail.
HHH is UTM.
Then why call it HHH rather than UTM? You've already used "HHH" to refer
to something very much distinct from a UTM.
André
I posted a list of trustworthy reviewers and you were on it.
I had to dumb this down a whole lot because although
On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
I can write a C interpreter which can interpret itself.
He pretends to have no idea how to answer this question:
void DDD()
{
HHH(DDD);
return;
}
HHH simulates DDD then DDD calls HHH(DDD)
what comes next?
He has been trying to get away with saying
that DDD simulated by HHH reaches its own
"return" statement and he got some other
liars involved.
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
On 10/31/2025 8:28 PM, Kaz Kylheku wrote:
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
HHH simulates DDD then DDD calls HHH(DDD) then what?
The name HHH is taken for a function which not only simulates,
Not in this case you are far too much of a liar
to trust you with more than one tiny detail.
HHH is UTM.
Pick a set of names for all your digital offsprings,
your Dicks and Harrys.
Document that set of names, and stick with it from then on.
You have sort of done that; you defined a bunch of them in Halt7.c.
When-so-ever you use any of the names D, DD, H, HH, H1, HHH, HHH1
and whatnot, they shall be interpreted as the definitions in
Halt7.c.
Not just any old Halt7.c, but this one:
commit 48b4cbfeb3f486507276a5fc4e9b10875ab24dbf
Author: plolcott <59188130+plolcott@users.noreply.github.com>
Date: Sat Feb 15 18:44:02 2025 -0600
Add files via upload
That file doesn't have a UTM(), so I don't know what that
is. Is HHH1 a close enouch facsimile to be served as UTM?
If so, pose the question in terms of HHH1.
I can write a C interpreter which can interpret itself.
I can write a C interpreter which can interpret itself.
On 10/31/2025 10:09 PM, dbush wrote:On 2/8/2025 9:59 AM, olcott wrote:
On 10/31/2025 10:49 PM, olcott wrote:If he has source
On 10/31/2025 9:43 PM, André G. Isaak wrote:
On 2025-10-31 19:38, olcott wrote:
On 10/31/2025 8:28 PM, Kaz Kylheku wrote:
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
HHH simulates DDD then DDD calls HHH(DDD) then what?
The name HHH is taken for a function which not only simulates,
Not in this case you are far too much of a liar
to trust you with more than one tiny detail.
HHH is UTM.
Then why call it HHH rather than UTM? You've already used "HHH" to
refer to something very much distinct from a UTM.
André
I posted a list of trustworthy reviewers and you were on it.
I had to dumb this down a whole lot because although
On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
I can write a C interpreter which can interpret itself.
He pretends to have no idea how to answer this question:
void DDD()
{
HHH(DDD);
return;
}
HHH simulates DDD then DDD calls HHH(DDD)
what comes next?
He has been trying to get away with saying
that DDD simulated by HHH reaches its own
"return" statement and he got some other
liars involved.
He has source code that proves it.
Disagreeing with source-code is not a smart thing to do.
On 10/31/2025 10:15 PM, Kaz Kylheku wrote:
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
On 10/31/2025 8:28 PM, Kaz Kylheku wrote:
On 2025-11-01, olcott <polcott333@gmail.com> wrote:
HHH simulates DDD then DDD calls HHH(DDD) then what?
The name HHH is taken for a function which not only simulates,
Not in this case you are far too much of a liar
to trust you with more than one tiny detail.
HHH is UTM.
Pick a set of names for all your digital offsprings,
your Dicks and Harrys.
Document that set of names, and stick with it from then on.
You have sort of done that; you defined a bunch of them in Halt7.c.
When-so-ever you use any of the names D, DD, H, HH, H1, HHH, HHH1
and whatnot, they shall be interpreted as the definitions in
Halt7.c.
Not just any old Halt7.c, but this one:
commit 48b4cbfeb3f486507276a5fc4e9b10875ab24dbf
Author: plolcott <59188130+plolcott@users.noreply.github.com>
Date: Sat Feb 15 18:44:02 2025 -0600
Add files via upload
That file doesn't have a UTM(), so I don't know what that
is. Is HHH1 a close enouch facsimile to be served as UTM?
If so, pose the question in terms of HHH1.
I didn't expect that I would have to dumb it
down that much for a guy that makes this claim:
On 10/31/2025 7:44 PM, Kaz Kylheku wrote:
I can write a C interpreter which can interpret itself.
That can only be that you are a damned liar on
one of these two claims.
void D5()
{
H5(D5);
return;
}
H5 simulates D5 that calls H5(D5)
On 10/31/2025 5:54 PM, Kaz Kylheku wrote:Of course not at the same time, only after the first one. Yes, I know
Unless you put cheats into the code, /every/ H at every simulationYou have never understood when there is a waiting line of people that
level also monitors for two simulations of D (the one it is
simulatingl, plus one more). And /every/ H returns 0 to its respective
D.
they don't all get to the head of the line at the same time.
--/D/ reaches its simulated return statement.
Am Fri, 31 Oct 2025 18:05:17 -0500 schrieb olcott:
On 10/31/2025 5:54 PM, Kaz Kylheku wrote:
Of course not at the same time, only after the first one. Yes, I knowUnless you put cheats into the code, /every/ H at every simulationYou have never understood when there is a waiting line of people that
level also monitors for two simulations of D (the one it is
simulatingl, plus one more). And /every/ H returns 0 to its respective
D.
they don't all get to the head of the line at the same time.
that the line stops being served at that point; that doesn’t make the
line go away.
--/D/ reaches its simulated return statement.
On 11/1/2025 6:52 AM, joes wrote:
Am Fri, 31 Oct 2025 18:05:17 -0500 schrieb olcott:
On 10/31/2025 5:54 PM, Kaz Kylheku wrote:Of course not at the same time, only after the first one. Yes, I know
Unless you put cheats into the code, /every/ H at every simulationYou have never understood when there is a waiting line of people that
level also monitors for two simulations of D (the one it is
simulatingl, plus one more). And /every/ H returns 0 to its respective >>>> D.
they don't all get to the head of the line at the same time.
that the line stops being served at that point; that doesn’t make the
line go away.
The line is infinitely long.
As soon as H sees this it stops serving.
/D/ reaches its simulated return statement.
| Sysop: | DaiTengu |
|---|---|
| Location: | Appleton, WI |
| Users: | 1,075 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 90:34:36 |
| Calls: | 13,798 |
| Calls today: | 1 |
| Files: | 186,989 |
| D/L today: |
5,330 files (1,536M bytes) |
| Messages: | 2,438,212 |