Hi Stef, Yes, my bailing on a more standard squeak project distribution solution is due to a few factors... 1 - environment confusion between Pharo and Squeak. I choose squeak due it is the native VMMaker and vm Dev environment. 2 - in squeak, the Cryptography and SqueakSource projects are inaccessible to me, as I can't reset my access. 3 - I haven't figured out next-gen git-based solutions. Prefer 1 file per class git mgmt but whatever. MCZs in git's fine but I chose to limit admin tasks and drive some actual coding in my time mgmt. I think these cover my choices. I do like dropbox cloud storage lots. What is the recommended squeak environmental solution? Is it a SqueakSource project? Which MCZ storage solution would be best? Thank you. --- robert
On Dec 3, 2015, at 3:10 AM, stepharo <stepharo@free.fr> wrote:
Hi robert
thanks but I do not get why you use dropbox and not a project on smalltalkhub?
Stef
Le 1/12/15 17:53, Robert Withers a écrit :
Pharo Pholks,
Is the spirit of #GivingTuesday, I am publishing my secure session code in progress. Some changes to pharo's internals will allow this there, though I am currently doing my work in Squeak.
Cheers, Robert
-------- Forwarded Message -------- Subject: Re: evolutions of squeakelib & crypto (Reed Solomon) Date: Tue, 1 Dec 2015 11:44:03 -0500 From: Robert Withers <robert.w.withers@gmail.com> To: squeak-dev@lists.squeakfoundation.org, Discussion of E and other capability languages <e-lang@mail.eros-os.org>
Here is a newer version (201) with a protocol change to remove all tcpIds from the rendezvous.
https://www.dropbox.com/s/7mgfglwu3e4bf4j/SqueakElib-rww.201.mcz?dl=0
- Robert
On 12/01/2015 07:37 AM, Robert Withers wrote:
This version of the Cryptography package has beginnings of ReedSolomon encoding.
The rendezvous is separated into an OperationProtocol and a StartupProtocol and the message pipeline of the session layer of SqueakElib has been completely rewritten and LayeredProtocols have been folded in. Please look at ElibVatTPDataTestCase for an example.
Cryptography: https://www.dropbox.com/s/z9dux2goimej79e/Cryptography-rww.40.mcz?dl=0 SqueakElib: https://www.dropbox.com/s/5yvkl3df89uyjnh/SqueakElib-rww.200.mcz?dl=0
In the spirit of #GivingTuesday, Robert