<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<p>I added Kafka and HDFS. I also worked on extending Cats, UICats,
HyperCats, the CatBox and VirtualizedProcessorSchedulers. I
created a CatBox for 16 QuadCore graphics cards and a main
QUadCore processor, This has (16 * 4) + 3 user Cats, between 17
HyperCats, there are 67 user Cats and a UI Cat. The next steps are
to connect all the cats together with eventual references to the
CatBox. Then, with a SharedNear to the CatBox, a send to a Near in
any other Cat will build a DuplexQUeue connection, between Bob's
Cat and Alice's Cat to use the remoteLocator to bind to a remote
Near, with a SharedNear and wire it up for sending. Tak.</p>
<p><b><465 ! 421 ! 4 ! 3 ! 37 ! 0></b><br/>
</p>
<ul>
<li>Feature list:<br/>
</li>
</ul>
<blockquote>
<ul>
<li> - All Promises <Near ! SharedNear ! Far></li>
<li>- Cats, UICats, HyperCats and CatBox.<br/>
</li>
<li> - All of ParrotTalk <v3.6 ! v3.7 ! v3.9></li>
<li>- Whisper framework</li>
<li> - ProtocolStateCompiler</li>
<li> - TraceMonitor</li>
<li> - ELinda</li>
<li>- robust security <br/>
</li>
<ul>
<ul>
<li>ciphers (symmetric and asymmetric), <br/>
</li>
<li>hashes, <br/>
</li>
<li>random, <br/>
</li>
<li>Key Exchange, <br/>
</li>
<li>Signature</li>
<li>security encodings</li>
<li>Archiving<br/>
</li>
<li>PBE</li>
<li>Password extenders<br/>
</li>
</ul>
</ul>
<li>ASN1 Streams, with substitution ability during graph
walking.</li>
<li>Cats, UICats and HyperCats for event--loop scheduling.</li>
<li>Networking Protocols:</li>
<ul>
<ul>
<li>Hymn</li>
<li>SSH</li>
<li>SSL</li>
<li>Kafka</li>
<li>HDFS<br/>
</li>
<li>EParrotTalk</li>
<li>Whisper</li>
<li>FarPromiseService</li>
<li>SharedNearPromiseService</li>
</ul>
</ul>
</ul>
</blockquote>
<p></p>
<div class="moz-cite-prefix">On 7/7/23 23:08, rabbit via Cuis-dev
wrote:<br/>
</div>
<blockquote type="cite" cite="mid:WZYon6T2_yW2p0HxSrMOqsUN1Zo6R-OrSWRUsaPkrknErziQagqusq59uXO30j5YXXmOdW6W8k9jNGnYyy8E7f7XjO9ETcLhXr-YqDsvijA=@callistohouse.org">
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<div dir="auto">I would share my thinking about ScopedPromises,
those over a connection with wire management of remote assets,
whether in-memory or over a network. I’m concerned about QoS of
the eventual send. </div>
<div dir="auto"><br/>
</div>
<div dir="auto">When an eventual send goes out, with a resolution
expected, Three registrationsexist, during ::</div>
<div dir="auto"><span style="color: var(--text-color);" dir="auto"><br/>
</span></div>
<div dir="auto"><span style="color: var(--text-color);" dir="auto">• pre-existing
scope table registration to the remote asset, </span></div>
<div dir="auto"><span style="color: var(--text-color);" dir="auto">• promise
to the result, over there.</span></div>
<div dir="auto"><span style="color: var(--text-color);" dir="auto">• an
export of the local resolver pointing back at the promise of
the result of the send, in Bobs Cat.</span></div>
<div dir="auto"><br/>
</div>
<div dir="auto">I aim to add a 4th registration ::</div>
<div dir="auto"><br/>
</div>
<div dir="auto">• a pointer out to the actual message send, as it
goes from Bob to Alice, over there. 🫵</div>
<div dir="auto"><br/>
</div>
<div dir="auto">With this a QoS eventualContext can be used to do
a variety of tasks:</div>
<div dir="auto"><br/>
</div>
<div dir="auto">• status, including expectations <queuing
time></div>
<div dir="auto">• cancel / fail</div>
<div dir="auto">• adjust priority</div>
<br/>
<div dir="auto">I would extend Promises so.<caret></caret></div>
<div><br/>
</div>
<div class="protonmail_signature_block" id="protonmail_signature_block">
<div>••• rabbit ❤️🔥🐰</div>
</div>
<div class="signature_br" contenteditable="false"><br/>
</div>
<div class="signature_br" contenteditable="false"><br/>
</div>
<div><br/>
</div>
<div><br/>
</div>
On Fri, Jul 7, 2023 at 22:22, rabbit via Cuis-dev <<a class="" href="mailto:On Fri, Jul 7, 2023 at 22:22, rabbit via Cuis-dev
<<a href=" moz-do-not-send="true">cuis-dev@lists.cuis.st</a>>
wrote:
<blockquote type="cite" class="protonmail_quote">
<p>Good evening, I am remiss for failing to humbly acknowledge
all the hard work others offered in establishing the core of
Cryptography. I wrote ASN1, X509 and ReedSolomon, but others
did the real core heavy lifting. I am a harvester and
integrator. I am so grateful, it;s coming together into one
package. Now <Crypto-rabbt.31.mcz>, weighing in at
6,500,910 bytes! Yummy! <br/>
</p>
<p>Test results :: <465 ! 420 ! 4 ! 4 ! 37 ! 0></p>
<ul>
<li>465 run</li>
<li>420 passed</li>
<li>4 expected failures</li>
<li>4 failures</li>
<li>37 errors</li>
<li>0 whatever</li>
</ul>
<p>My latest:</p>
<ul>
<li>Hymn, a fault-tolerant underworld. Designing out a
HymnGate, HymnGozer, TrinityGozer and ReplicaGozer,
HymnScopeGateKeeper, and HymnKeyMaster. <br/>
</li>
<li>providing WhisperGate, to open both SocketThunks, for in
the clear connectgions and DuplexServiceThunks, using a
DuplexQueue between, for in-image connections between Cats,
without encryption or mac. For SharedNear.</li>
<li>Compiling Stub subclasses of the appropriately scoped
Resolved Eventuals :: NearStub, SharedNearStub and FarStub<br/>
</li>
<li>Feature list:<br/>
</li>
</ul>
<blockquote>
<ul>
<li> - All Promises <Near ! SharedNear ! Far></li>
<li> - All of ParrotTalk <v3.6 ! v3.7 ! v3.9></li>
<li> - SSH</li>
<li> - SSL</li>
<li> - Whisper framework</li>
<li> - ProtocolStateCompiler</li>
<li> - TraceMonitor</li>
<li> - ELinda</li>
<li>- robust security <br/>
</li>
<ul>
<ul>
<li>ciphers (symmetric and asymmetric), <br/>
</li>
<li>hashes, <br/>
</li>
<li>random, <br/>
</li>
<li>Key Exchange, <br/>
</li>
<li>Signature</li>
<li>security encodings</li>
<li>Archiving<br/>
</li>
<li>PBE</li>
<li>Password extenders<br/>
</li>
</ul>
</ul>
<li>ASN1 Streams, with substitution ability during graph
walking.</li>
<li>Cats, UICats and HyperCats for event--loop scheduling.</li>
<li>Networking Protocols:</li>
<ul>
<ul>
<li>Hymn</li>
<li>SSH</li>
<li>SSL</li>
<li>EParrotTalk</li>
<li>Whisper</li>
<li>FarPromiseService</li>
<li>SharedNearPromiseService</li>
</ul>
</ul>
</ul>
</blockquote>
<p>Eye candy:</p>
<div class="moz-cite-prefix">On 7/7/23 19:00, rabbit wrote:<br/>
</div>
<blockquote type="cite">
<p>#GREEN without the FAILs Um...I brought in everything. My
life's work. Crypto now includes all my work over the past
22 years. I did not realizze, it is 6.5 MBytes in size. Heh.<br/>
</p>
<ul>
<li> - All Promises <Near ! SharedNear ! Far></li>
<li> - All of ParrotTalk <v3.6 ! v3.7 ! v3.9></li>
<li> - SSH</li>
<li> - SSL</li>
<li> - Whisper framework</li>
<li> - ProtocolStateCompiler</li>
<li> - TraceMonitor</li>
<li> - ELinda</li>
</ul>
<p>Issues:</p>
<p>I regressed, or are failing <br/>
</p>
<ul>
<li>ASN1Type definitions for Whisper / ParrotTalk. I broke
it!</li>
<li>Connections tests for PromisesFar, EParrotTalk, SSH and
SSL</li>
</ul>
<p>I introduce a name change from SchedulerVat to ECar. I
added am EUICat for addDeferredUIProcess: scheduling. I also
added a EHyperCat, which instantiates 3 ECats and adds a
EUICat, for 4 VirtualizedSchedulers.</p>
<p>SharedNear requires wire management over a channel
(SharedQueue), so we need a Scope. This is a Good Thing,
allowing Scope debugging locally. <br/>
</p>
<p>My attention is on getting EParrotTalk working.<br/>
</p>
<pre cols="72" class="moz-signature">••• rabbit ❤️🔥🐰
</pre>
</blockquote>
<pre cols="72" class="moz-signature">--
••• rabbit ❤️🔥🐰</pre>
</blockquote>
</blockquote>
<pre class="moz-signature" cols="72">--
••• rabbit ❤️🔥🐰</pre>
</body></html>