Re: [Pharo-users] Smalltalk Argument

2017-10-26 Thread p...@highoctane.be
Sure. Current main issue is to have Pharo work with Kerberos as secured Hadoop uses the UGI (UserGroupInformation) thing and that is a black hole of crypto things. How would you see ParrotTalk work? I made a XmppTalk thing (binding for libstrophe) for having Pharo images and other stuff talk

[Pharo-users] [ANN] Pharo Consortium New Platinum Member: JPMorgan Chase

2017-10-26 Thread Marcus Denker
The Pharo Consortium is very happy to announce that JPMorgan Chase has joined the Consortium as a Platinum Member. About - JPMorgan Chase: https://www.jpmorganchase.com - Pharo Consortium: http://consortium.pharo.org The goal of the Pharo Consortium is to allow companies and institutions to

Re: [Pharo-users] Smalltalk Argument

2017-10-26 Thread Paulo R. Dellani
I like your depiction of the situation and arguments, Andrew. The inherent volatility of the software industry due to its tendency to self disruption, as you pointed out, is fertile ground to all kinds of crap, but we as developers should keep our eyes wide open and look for the pearls and gems

Re: [Pharo-users] Annual online conference?

2017-10-26 Thread Marcus Denker
That’s a nice idea! I will check how they did it and we should see if that makes sense in the future. (for Pharo Days) Marcus > On 25 Oct 2017, at 23:17, PAUL DEBRUICKER wrote: > > Laravel.com is a PHP web framework. > > > Their community organizes an online

Re: [Pharo-users] Annual online conference?

2017-10-26 Thread Tudor Girba
Nice idea, indeed. Doru > On Oct 26, 2017, at 10:18 AM, Marcus Denker wrote: > > That’s a nice idea! > > I will check how they did it and we should see if that makes sense in the > future. > (for Pharo Days) > > Marcus > >> On 25 Oct 2017, at 23:17, PAUL

Re: [Pharo-users] Exchanging information between 2 pharo applications (2 images running on two different computers)

2017-10-26 Thread Dimitris Chloupis
Nothing complex about two images exchanging messages, its not even complex to transmit objects via fuel, you even transmit a debugger or any part of the live environment or even make an "internet" of images that join objects together. Sky is the limit. Pharo already provides you will all the

[Pharo-users] UFFI and Fortran

2017-10-26 Thread horrido
Can UFFI be used to call into a Fortran library? -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Binary Decision Diagram Package in Smalltalk

2017-10-26 Thread Ben Coman
On Thu, Oct 26, 2017 at 3:39 AM, Stephane Ducasse wrote: > Hi andrew > > I think that Avi did a package about BDD (but I thought it was special > binary trees) so this is probably the same. > Did you check on Squeaksource? > http://www.squeaksource.com/BTree.html > If

Re: [Pharo-users] Smalltalk Argument

2017-10-26 Thread henry
I have no idea which is best. For being able to say we use industry standard Kerberos, calling an accepted implementation seems wise, like OpenSSL support. - HH On Thu, Oct 26, 2017 at 11:39, Paulo R. Dellani wrote: > This all sounds very interesting. What is the idea? Wrap

Re: [Pharo-users] UFFI and Fortran

2017-10-26 Thread Ben Coman
Always starting by assuming someone in another language wants to do the same ;) googling... fortran ffi python second result... https://maurow.bitbucket.io/notes/calling_fortran_from_misc.html I only skimmed quickly, but it seems to hint how to do it from Pharo UFFI. cheers -ben P.S.

Re: [Pharo-users] Smalltalk Argument

2017-10-26 Thread Ben Coman
On Thu, Oct 26, 2017 at 3:40 PM, Paulo R. Dellani wrote: > I like your depiction of the situation and arguments, Andrew. > > The inherent volatility of the software industry due to its tendency > to self disruption, as you pointed out, is fertile ground to all kinds of > crap,

[Pharo-users] "sourcetrail" a code browser for C++/Java

2017-10-26 Thread Holger Freyther
Hi, I was just watching some videos and stumbled across sourcetrail[1][2]. The visualizations look pretty neat. Maybe it can be used an inspiration? cheers holger [1] https://www.youtube.com/watch?v=r8S6V6U5Vr4 [2] https://www.sourcetrail.com

Re: [Pharo-users] Binary Decision Diagram Package in Smalltalk

2017-10-26 Thread Prof. Andrew P. Black
Thanks for the responses so far. I see that I need to clarify my enquiry. B-Trees and BDDs are not the same. BDDs are an efficient and compact representations for Boolean functions, sometimes used in SAT-solvers and electronics design. The key idea is that since the output must be 0 or 1,

Re: [Pharo-users] Annual online conference?

2017-10-26 Thread Dimitris Chloupis
indeed excellent idea Having a polished website like they did, is the way to go. +1 On Thu, Oct 26, 2017 at 11:54 AM Tudor Girba wrote: > Nice idea, indeed. > > Doru > > > > On Oct 26, 2017, at 10:18 AM, Marcus Denker > wrote: > > > > That’s a

Re: [Pharo-users] Smalltalk Argument

2017-10-26 Thread Dimitris Chloupis
Well all languages have well designed and badly designed libraries , in Pharo you dont even have to look hard just take a look at Morph and Object class and awe at all those irrelevant methods trying to cram in features you will probably never use. Especially my experience with Morphic has been as

Re: [Pharo-users] Business process (declaration and orchestration), ontology/taxonomy,

2017-10-26 Thread Paul DeBruicker
Maybe the package described here has what you're looking for : http://forum.world.st/Ann-Workflow-td4963635.html Cédrick Béler wrote > Hi again, this is my last question and the more general one of the day :-) > > > I’m looking for way of representing and executing simple "business >

Re: [Pharo-users] Cryptography and hashing in Pharo

2017-10-26 Thread Paul DeBruicker
I made this port/copy of the squeaksource package: http://smalltalkhub.com/#!/~Cryptography/Cryptography Is that the version you were thinking of and couldn't find? What is ifs? I don't understand what you want to do with the hashing. Are you talking about hashing domain objects for

Re: [Pharo-users] Smalltalk Argument

2017-10-26 Thread Paulo R. Dellani
This all sounds very interesting. What is the idea? Wrap libkrb5 through 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

Re: [Pharo-users] Smalltalk Argument

2017-10-26 Thread p...@highoctane.be
There are two key Kerberos implementations one can use with Hadoop. One is the FreeIpa/RedHat IdM. The other is ActiveDirectory. I am using FreeIPA which bundles MIT Kerberos/389/sssd and more for making a CA etc. Works wonderfullý well. AD is well ... part of the corporate landdscape. Most of