<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<p>Thanks for the PDF, Ken. It is printing for later careful
reading.</p>
<p>I would note that I was thinking there would be only 1 UIKitty
for a single-threaded UI, although there would be concurrent
eventual sends in. Reactive eventful and all. So the UI would be
eventual.</p>
<p>Please run the code below to load Crypto and to see the
BoxOfKitties model, without any Spectre class/method generation.</p>
<p>Here is the latest Crypto comment:</p>
<blockquote>
<p>massive refactoring. 1 tests FAILS: ELinda is currently broken:
transient Outs. I tried to stabilize BoxOfKitties for demo. Not
usre where it is regarding the InMemoryListener used in
BoxOfKitties class>>#exampleBoxOfKittiesEventual.<br/>
<br/>
YMMV<br/>
</p>
</blockquote>
<p> It is broken, as it is only displaying 1 litter of 4 Kitties,
not the full 16 and the boxOfKitties ivar is not being set. Not am
I demonstrating Neighbor sends. WIP. YMMV.</p>
<blockquote>
<p>Installer ss project: 'Cryptography'; install: 'Crypto'.<br/>
((Smalltalk at: #BoxOfKitties) <br/>
perform: #new:identity: <br/>
with: 16<br/>
with: ((Smalltalk at: #SessionIdentity) perform:
#sampleVatId1)) explore.</p>
</blockquote>
<p>I tried in the following code, but it is also broken. I'll get
back to you...</p>
<blockquote>
<p>BoxOfKitties exampleBoxOfKittiesEventual explore<br/>
</p>
</blockquote>
<p>• rabbit ❤️🔥🐰<br/>
</p>
<div class="moz-cite-prefix">On 8/26/23 09:55,
<a class="moz-txt-link-abbreviated" href="mailto:ken.dickey@whidbey.com">ken.dickey@whidbey.com</a> wrote:<br/>
</div>
<blockquote type="cite" cite="mid:34460bd815af5812d8e9c66656e45ce7@whidbey.com">
<pre class="moz-quote-pre" wrap="">Another solution strategy is "take it out to the next level and solve
the problem in the wider context"
Microkernel OSs "send messages" to implement device drivers in user
mode. So a crashing driver (think debug!) does not trash the kernel.
Work has been done to allow _multiple OSs_ to share a window system.
<a class="moz-txt-link-freetext" href="https://genode-labs.com/publications/nitpicker-secure-gui-2005.pdf">https://genode-labs.com/publications/nitpicker-secure-gui-2005.pdf</a>
With the proper support, having the rendering "driver" as a separate
process which gets drawing messages from Morphic objects could be an
interesting project.
Making it "fast enough" is something the microkernel folks have been
working on for some time..
$0.02,
-KenD
</pre>
</blockquote>
<pre class="moz-signature" cols="72">--
••• rabbit ❤️🔥🐰</pre>
</body></html>