Re: [Pharo-users] Smalltalk Argument

2017-10-29 Thread Offray Vladimir Luna Cárdenas
Read the User Manual [1] to install it and learn the basics of its workings. Once you have created your first document or hit the first bump, ask on this list. I will be around ;-). [1] http://mutabit.com/repos.fossil/grafoscopio/doc/tip/Docs/En/Books/Manual/manual.pdf Cheers, Offray On 29/10/1

Re: [Pharo-users] Smalltalk Argument

2017-10-29 Thread henry
Interesting. Very. Thank you. - HH On Sun, Oct 29, 2017 at 17:17, p...@highoctane.be <[p...@highoctane.be]("mailto:p...@highoctane.be";)> wrote: > Pharo can read Avro when this will be UFFI'ed > > [https://avro.apache.org/docs/1.7.3/api/c/index.html]("https://avro.apache.org/docs/1.7.3/api/c/i

Re: [Pharo-users] Smalltalk Argument

2017-10-29 Thread henry
How could I get started documenting my components with Grafoscopio? I am interested in learning. I just got ASN.1 lengths right, in Java. I am looking to Pharo and Java with an encrypted connection between them. - HH On Sun, Oct 29, 2017 at 16:59, Offray Vladimir Luna Cárdenas <[offray.l...@m

Re: [Pharo-users] Smalltalk Argument

2017-10-29 Thread p...@highoctane.be
Pharo can read Avro when this will be UFFI'ed https://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 wrote: > I have heard this summarized by the term: "build it and they will come". I > think the data visualization aspec

Re: [Pharo-users] Smalltalk Argument

2017-10-29 Thread Offray Vladimir Luna Cárdenas
Well is more "build and they will come, if you build also a community who will come", which is hard, but data storytelling and visualization as filed and dynamic moldable tools give us a advantage point to tackle such hard problems. Cheers, Offray On 29/10/17 13:13, henry wrote: > I have heard

[Pharo-users] New Pharo Booklet

2017-10-29 Thread Stephane Ducasse
Hi guys I just published a new little booklet on Pharo tips and tricks! Available at: http://books.pharo.org Feedback and contributions are welcome as usual. Stef

Re: [Pharo-users] [GT] moldable tools for non-developers

2017-10-29 Thread Offray Vladimir Luna Cárdenas
Hi Stef, Is kind of strange, but I didn't use Polymath at all for my prototypes on medicine data visualization[1] Panama Papers[2] or Twitter Data Selfies[3] or the book on Data Driven Journalism[4]. I just use Roassal, UDBC with Sqlite, NeoJSON and STON. So it may sound strange, but I think that

Re: [Pharo-users] [GT] moldable tools for non-developers

2017-10-29 Thread Stephane Ducasse
Hi offray What I would like to know is what are the kind of mathematical support you need for your data analyses and that is not support by polymath. I'm "working" (well sweet dream) on future book on collective intelligence, basic AI stuff and I think that roassal is cool but you need to have al

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

2017-10-29 Thread Stephane Ducasse
Thanks I think that the sets will be known since the scanner definition should not changed once defined. Now andrew told me that he could use an existing solution but not build one because he should make progress on his compiler. But Steffen if you know how to build such package it would be a nice

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] Actual Code to Improve the Pharo environment

2017-10-29 Thread Stephane Ducasse
Ok tell us when you release something. having a little example would be really nice. On Sat, Oct 28, 2017 at 5:25 PM, Andrew Glynn wrote: > I’m not working on that specifically, although what I am working on could > definitely use that and vice versa, which would increase the capabilities > of

Re: [Pharo-users] Smalltalk Argument

2017-10-29 Thread Offray Vladimir Luna Cárdenas
Thanks a lot Paulo for starting this thread and all the participants for the clever and enlightening answers. I just want to add my two cents. On 26/10/17 07:53, Dimitris Chloupis wrote: > > My personal opinion is that as pessimistic it may sound, Smalltalk has > very little to offer in the libr

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

2017-10-29 Thread Paulo R. Dellani
well, I downloaded the .mcz package , unzipped it and changed the source code accordingly using a text editor (Smalltalkers can use text editors to edit code too!). Later on I could successfully file-in the file in a new P

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

2017-10-29 Thread Paulo R. Dellani
Dear all, I would like to give ZeroMQ a try in Smalltalk, but am unable to load it on a new image successfully. In Pharo 5, I loaded the package ConfigurationOfZeroMQ from therepository in smalltalkhub and evaluated the following to load the code: Co

Re: [Pharo-users] What is code 137 / how to gracefully shut down via SIGTERM?

2017-10-29 Thread Herby Vojčík
werner kassens wrote: Hi Herby, eventually you might want to look at https://github.com/moby/moby/issues/1063 but then i dont know anything about these things. Hopefully they have this solved already... but I learned 137 means "killed". generally; did not know. :-) werner Herby

Re: [Pharo-users] What is code 137 / how to gracefully shut down via SIGTERM?

2017-10-29 Thread Herby Vojčík
Esteban Lorenzano wrote: Hi, I don’t know if is useful in your case, but you made me remember I made a small tool to trap unix signals within Pharo. I uploaded then to github. https://github.com/estebanlm/pharo-posix-signal is very easy to use and it will allow you to trap any signal and do wh

Re: [Pharo-users] QCMagritte on Github

2017-10-29 Thread Diego Lont
Hi, It was somewhere on my todo list to migrate to Github, but not very high… but I guess if someone else does this for me, I should be happy about this. So thank you, I will look up my gut hub account and also change the job. I hope to do this somewhere next week. I know there a different co

Re: [Pharo-users] What is code 137 / how to gracefully shut down via SIGTERM?

2017-10-29 Thread werner kassens
Hi Herby, eventually you might want to look at https://github.com/moby/moby/issues/1063 but then i dont know anything about these things. werner On 10/28/2017 01:39 PM, Herby Vojčík wrote: > Hi, > > I had to find out how to automatically deploy the backend written in > Pharo, and so far it uses do

Re: [Pharo-users] What is code 137 / how to gracefully shut down via SIGTERM?

2017-10-29 Thread Esteban Lorenzano
Hi, I don’t know if is useful in your case, but you made me remember I made a small tool to trap unix signals within Pharo. I uploaded then to github. https://github.com/estebanlm/pharo-posix-signal is very easy to use and it will allow you to