Adding our Cryptography team image


Have a Good One; Keep it, Light.
Kindly,
rabbit
. .. … ‘…^,^


Sent from Callisto House :: decentralized mobile homeless solutions

On Oct 4, 2022, at 22:52, rabbit <rabbit@callistohouse.org> wrote:

My design I’m having on my mind is that ParrotTalk be as the secure session under & between Kafka services and vice-versa too.  And ELinda under an EventualStream with broadcast to #then:/#whenResolved: eventual reactor registrations. 

Remote Promises will talk to ParrotTalk which is a Kafka Session underneath, itself using a SecureSession. As RemotePromises publish / send DeliverMessages to an object in a different Vat, with a RemoteResolver registered back into the originating Vat stored into the RemoteObjectMemory (called the Scope of a RemotePromiseSession ), publishing into replicated partitions, consumed by the receiver, fault-tolerant messaging. 

An EventualStream with register the provided reactorBlock on a call to the stream’s
    #when: matchObject then: reactorBlock 
or 
    #when: matchObject resolve: reactorBlock 
to the stream, with the provided match object.
The eventual stream #do: will use a wildcard matchObject, which matches everything.

Anyways, I though I’d share my thinking.

Have a Good One; Keep it, Light.
Kindly,
rabbit
. .. … ‘…^,^


Sent from Callisto House :: decentralized mobile homeless solutions

On Oct 4, 2022, at 21:52, rabbit <rabbit@callistohouse.org> wrote:



Damn! My apologies for all my traffic! I forgot my desktop jpg...

LOOKit all dem packages, almost like Metacello's scope! I ran all tests, Metacello, Git Browser and my stuff...

#YELLOW1754--->3green1yellow

  • Git Browser
    • Metacello
    • various FileSystems ( tonel, ... )
    • Squit
    • Squot
      • GitStampTests>>#testPrintOn is failing! See desktop image!
  • ProCrypto-1-1-3
    • FixCharacterLimit
    • TraceMonitor
    • Registers
  • ProCryptoTests-1-1-3
  • PromisesLocal
  • ThunkStack
  • ParrotTalk
  • ELinda
  • Kafka
  • HDFS
  • {...Prolog...} :)
world.jpeg
Have a good one; keep it, light.
Kindly,
rabbit
. .. … ‘…^,^

Sent from Callisto House :: decentralized mobile homeless solutions


On 10/4/22 20:37, rabbit wrote:
Sadly, there are no Kafka or HDFS tests... But I get #GREEN326, including 3 ELinda tests.

Have a good one; keep it, light.
Kindly,
rabbit
. .. … ‘…^,^

Sent from Callisto House :: decentralized mobile homeless solutions


On 10/4/22 20:32, rabbit wrote:
Would you make a squeaksource.com project for Prolog, please? Or publish to Promises. I could add you as a member. I have loaded all of the following in a Git Browser enabled crypto image:


Installer ss project: 'Cryptography'; install: 'ProCrypto-1-1-3'; install: 'ProCryptoTests-1-1-3'.
Installer ss project: 'Promises'; install: 'PromisesLoader'.
Installer ss project: 'Cryptography'; install: 'ParrotTalkLoader'.
Installer ss project: 'Promises'; install: 'ELinda'.
Installer ss project: 'Kafka'; install: 'KAFKA Client'.
Installer ss project: 'Promises'; install: 'HDFS'.

---

Have a good one; keep it, light.
Kindly,
rabbit
. .. … ‘…^,^

Sent from Callisto House :: decentralized mobile homeless solutions


On 10/4/22 19:29, Stéphane Rollandin wrote:
How do I load through the Squeak Map?

World menu, open..., SqueakMap Catalog

then Update if needed, you should see Prolog at the left, select version 26 and press the top left Install button.

Hmm, I just tried and it did not work here, the downloaded file was 1kb... Well maybe it's just me.


So you can also just download the archive at
http://www.zogotounga.net/comp/squeak/PrologSPFA-27.sar

and drop it into your image (choose the 'install sar' option from the modal dialog)


Stef