[Pharo-users] What next for Pharo vm?

2018-04-22 Thread henry
I was thinking the vm is able to run more than one bytecode set. Why couldn’t our vm support both Pharo and Java bytecodes? Sent from ProtonMail Mobile

Re: [Pharo-users] HMAC-SHA512

2018-03-01 Thread henry
PBKDF2 is in Cryptography yet I think it may hardcore HMAC-SHA256. An implementation of SHA512 in Cryptography be so cool 😎 Sent from ProtonMail Mobile On Thu, Mar 1, 2018 at 21:43, Esteban A. Maringolo wrote: > Hi Ben, all, So after all this what's the recommended way to use HMAC-SHA512 > in

Re: [Pharo-users] HMAC-SHA512

2017-12-10 Thread henry
> Original Message > Subject: Re: [Pharo-users] HMAC-SHA512 > Local Time: December 10, 2017 1:20 PM > UTC Time: December 10, 2017 6:20 PM > From: s...@stfx.eu > To: Any question about pharo is welcome > >> On 10 Dec 2017, at 17:46, Ben Coman b...@openinworld.com wrote: >> Thanks

Re: [Pharo-users] HMAC-SHA512

2017-12-10 Thread henry
Good to have extensions to Cryptography to include SHA-512, along with SHA-384. For that matter there seems to be other extensions could be made to Cryptography to support the proximate TLS 1.3, see references below for algorithms/groups specifiable. Cryptography would love to be extended for

Re: [Pharo-users] Network data exchange - Basys and Seamless usage questioning

2017-11-17 Thread henry
I did have trouble I just learned. I jumped into the full documentation and forgot to go back. The very next line answers my question! Sorry to waste your time .. Sent from ProtonMail Mobile On Fri, Nov 17, 2017 at 09:37, Denis Kudriashov wrote: > Hi, Henry. > > Just follow instru

Re: [Pharo-users] Network data exchange - Basys and Seamless usage questioning

2017-11-17 Thread henry
. Thank you Sent from ProtonMail Mobile On Thu, Nov 16, 2017 at 11:14, Denis Kudriashov wrote: > 2017-11-16 17:11 GMT+01:00 henry : > >> Have you seen ParrotTalk? >> >> http://www.squeaksource.com/Cryptography/ParrotTalk-HenryHouse.14.mcz >> >> http://www.sque

Re: [Pharo-users] Network data exchange - Basys and Seamless usage questioning

2017-11-16 Thread henry
Have you seen ParrotTalk? http://www.squeaksource.com/Cryptography/ParrotTalk-HenryHouse.14.mcz http://www.squeaksource.com/Cryptography/ParrotTalk-HenryHouse.14.mczRequiring http://www.squeaksource.com/Cryptography/Cryptography-HenryHouse.113.mcz http://www.squeaksource.com/Cryptography/Crypto

Re: [Pharo-users] extending STON

2017-11-14 Thread henry
Thank you, Sven. That was a much better place for internalizing after reconstituting. I now have bi-directional substitutions working with STON. I’m grateful. Sent from ProtonMail Mobile On Tue, Nov 14, 2017 at 09:24, Sven Van Caekenberghe wrote: > Henry, > On 14 Nov 2017, at 15:02,

[Pharo-users] extending STON

2017-11-14 Thread henry
Hello, I am trying to extend STON to allow for substitutions as data is written out or read in. On the write side I got it working as #nextPut: is recursively called, so that is the perfect place to substitute before an object is written. I have tested and my changes work well, where I have an a

Re: [Pharo-users] Peeking at a stream

2017-11-02 Thread henry
How about #peekAhead? - HH > Original Message > Subject: Re: [Pharo-users] Peeking at a stream > Local Time: November 2, 2017 9:28 AM > UTC Time: November 2, 2017 1:28 PM > From: aglyn...@gmail.com > To: Any question about pharo is welcome > > Perhaps #keepStateWhile or somethi

Re: [Pharo-users] Peeking at a stream

2017-11-02 Thread henry
I use the approach you mention, restoring stream position, in my ParrotTalk code, both in Pharo and in Java. I am not peeking more than one character but I had to implement peek in Java and your code example is how I did this code. - HH On Thu, Nov 2, 2017 at 04:59, Prof. Andrew P. Black <[bl.

Re: [Pharo-users] Pharo: Reinventing Smalltalk

2017-11-01 Thread henry
you rerun a java test case. It's DOA. - HH > Original Message > Subject: Re: [Pharo-users] Pharo: Reinventing Smalltalk > Local Time: November 1, 2017 7:27 PM > UTC Time: November 1, 2017 11:27 PM > From: kilon.al...@gmail.com > To: Any question about p

Re: [Pharo-users] Pharo: Reinventing Smalltalk

2017-11-01 Thread henry
I am only familiar with Eclipse, not other Java development environments. In comparison, what is lacking in the land of Java, which is so powerful in Pharo/Squeak/Smalltalk is the ability to inspect the object resulting from some highlighted code. As a developer, Smalltalk wins on inspectability

Re: [Pharo-users] Smalltalk Argument

2017-10-29 Thread henry
://avro.apache.org/docs/1.7.3/api/c/index.html";) > > But that is eminently doable. > > Phiil > > On Sun, Oct 29, 2017 at 7:13 PM, henry > <[he...@callistohouse.club]("mailto:he...@callistohouse.club";)> wrote: > >> I have heard this summarized by

Re: [Pharo-users] Smalltalk Argument

2017-10-29 Thread henry
int to tackle such hard > problems. > > Cheers, > > Offray > > On 29/10/17 13:13, henry wrote: > >> I have heard this summarized by the term: "build it and they will come". I >> think the data visualization aspect is where Pharo entering BigData sp

Re: [Pharo-users] Smalltalk Argument

2017-10-29 Thread henry
I have heard this summarized by the term: "build it and they will come". I think the data visualization aspect is where Pharo entering BigData space could really payoff. That comes down to data manipulation. Can Pharo read Avro? - HH On Sun, Oct 29, 2017 at 14:00, Offray Vladimir Luna Cárdenas

Re: [Pharo-users] Smalltalk Argument

2017-10-28 Thread henry
2017 3:10 AM > From: aglyn...@gmail.com > To: henry , Any question about pharo iswelcome > > > Last point. Blocks are already better lambdas than lambdas in Java. > > Have a look at this code from rxJava, which includes the Java 8 lambda > version and a Java 7 version using

Re: [Pharo-users] Smalltalk Argument

2017-10-28 Thread henry
gt; Local Time: October 27, 2017 11:10 PM > UTC Time: October 28, 2017 3:10 AM > From: aglyn...@gmail.com > To: henry , Any question about pharo iswelcome > > > There’s a million ways of accomplishing such things, but you need to pick the > appropriate way to do it, g

Re: [Pharo-users] Smalltalk Argument

2017-10-28 Thread henry
2017 3:10 AM > From: aglyn...@gmail.com > To: henry , Any question about pharo iswelcome > > > The Kafka integration is right in the Pharo catalog. > > Sent from [Mail](https://go.microsoft.com/fwlink/?LinkId=550986) for Windows > 10 > > From: [henry](mailto:he...@call

Re: [Pharo-users] Actual Code to Improve the Pharo environment

2017-10-28 Thread henry
Hi Andrew, Are you working to bring a Capabilities model to Pharo? This is precisely what I am working to bring with Hubbub, running on top of my ParrotTalk. I derived these from erights.org's ELib and have been working on them for many years. Now that ParrotTalk has stabilized (layer 5) I am s

Re: [Pharo-users] Smalltalk Argument

2017-10-27 Thread henry
resides. - HH On Fri, Oct 27, 2017 at 16:51, henry <[he...@callistohouse.club]("mailto:he...@callistohouse.club";)> wrote: > How about Kerberos? Can we get a team to look closely at bringing > integration for enterprise users? That would be helpful, or can you just put

Re: [Pharo-users] Smalltalk Argument

2017-10-27 Thread henry
, 2017 at 16:41, henry <[he...@callistohouse.club]("mailto:he...@callistohouse.club";)> wrote: > How is there no steering committee to accumulate wrapping 3rd party libraries > in Alien to gain benefits of code in other languages? Do not assume that code > is not extre

Re: [Pharo-users] Smalltalk Argument

2017-10-27 Thread henry
How is there no steering committee to accumulate wrapping 3rd party libraries in Alien to gain benefits of code in other languages? Do not assume that code is not extremely well written in that particular language for that particular task and that particular deployment mechanism. Can Pharo be c

Re: [Pharo-users] Smalltalk Argument

2017-10-27 Thread henry
eeds are done with Java in Hadoop. But details are buried > in private Sun classes.. > > Google Madness beyond the gate hadoop for some Lovecraftian quotes describing > the situation along educated info. > > Phil > > On Oct 26, 2017 18:23, "henry" wrote: >

Re: [Pharo-users] Smalltalk Argument

2017-10-26 Thread henry
ugh UFFI > or implement it in Smalltalk? > > On 10/26/2017 04:38 PM, henry wrote: > >> A Kerberos effort will have to be a group effort. Sideways to my main focus >> and your all’s main focii. >> >> - HH >> >> On Thu, Oct 26, 2017 at 09:15,

Re: [Pharo-users] Smalltalk Argument

2017-10-25 Thread henry
This is a goal of ParrotTalk, to bring bit-compatible communications to Squeak, Pharo and Java. This is not an invocation bridge you speak of but a communications bridge to be able to run against Hadoop or whichever big data needs integration with (Kafka). I had hoped it might be adopted for suc

Re: [Pharo-users] Smalltalk Argument

2017-10-25 Thread henry
It’s well said, I don’t give a f*** about other languages. NSA-proof, anonymized 2048-bit key rendezvoused connection framework in 33 classes. Includes user definable cipher and encoder. SmalltalkHub talkin ParrotTalk. http://www.squeaksource.com/Cryptography/ParrotTalk-HenryHouse.3.mcz - HH O