[Pharo-dev] Re: about object serialization and deserialization

2022-08-21 Thread Cédrick Béler
Maybe a bit off topic, I found preserves from Tony Garnock-Jones who btw managed to run squeak on smartphone ;) * Preserves is a new data model and serialization format in many ways comparable to JSON, XML, S-expressions, CBOR, ASN.1 BER, and so on. https://preserves.dev/ https://git.syndicate-l

Re: [Pharo-dev] [Pharo-users] json-server / db.json (lowdb) / faker.js in Pharo/Zinc ?

2020-06-06 Thread Cédrick Béler
en, Cédrick > > ZnClient new > url: 'https://jsonplaceholder.typicode.com/posts'; > forJsonREST; > get. > > ZnClient new > url: 'https://jsonplaceholder.typicode.com/posts'; > forJsonREST; > contents: { #title->'Test'. #body->String

Re: [Pharo-dev] About strange email related to smalltalkhub read-only on squeak-dev

2020-05-30 Thread Cédrick Béler
He’s on discord on squeak server. Maybe chatting with him in private could help resolve the misunderstanding. Cheers, Cedrick > Le 30 mai 2020 à 18:26, Norbert Hartl a écrit : > > Yes, let us coordinate what to respond. To me this doesn't even sound like > Ron. Usually he is a rather quite a

Re: [Pharo-dev] Project of Interest => Jekyll + Dynamic processing integration + Git(hubs)Pages => pharo in the middle

2020-05-28 Thread Cédrick Béler
> > Its intended to work with Pharo 6 and the repo is on sthub. Would it be > possible guile to put it on GitHub ? > I cannot access mcz files from smalltalkhub. http://smalltalkhub.com/mc/RMoD/Ecstatic/ConfigurationOfEcstatic-GuillermoPolito.14.mcz

Re: [Pharo-dev] Project of Interest => Jekyll + Dynamic processing integration + Git(hubs)Pages => pharo in the middle

2020-05-28 Thread Cédrick Béler
ttps://github.com/guillep/ecstatic <https://github.com/guillep/ecstatic> >> Maybe you should start from that? >> It would be great. >> Regards >> >> Sent from my iPhone >> >>> On 27 May 2020, at 19:49, Esteban Maringolo >> <mailto:emari

Re: [Pharo-dev] Project of Interest => Jekyll + Dynamic processing integration + Git(hubs)Pages => pharo in the middle

2020-05-28 Thread Cédrick Béler
//github.com/guillep/ecstatic <https://github.com/guillep/ecstatic> > Maybe you should start from that? > It would be great. > Regards > > Sent from my iPhone > >> On 27 May 2020, at 19:49, Esteban Maringolo wrote: >> >> On Wed, May 27, 2020 at 3:59 AM C

Re: [Pharo-dev] Project of Interest => Jekyll + Dynamic processing integration + Git(hubs)Pages => pharo in the middle

2020-05-28 Thread Cédrick Béler
> I tried Jekyll and Gatsby.js, and albeit the latest is a mix of SSR > and SPA, I found some of their ideas in how to organize content to be > valuable, but I can't stand the tooling or the feeling of facing an > unneeded accidental complexity. A bit the same feeling. All node lib in general, ea

Re: [Pharo-dev] Project of Interest => Jekyll + Dynamic processing integration + Git(hubs)Pages => pharo in the middle

2020-05-27 Thread Cédrick Béler
one nice pattern is to use git to store pages versions, and then you can replay on Pages / or on your own server / or on netlify. I also wonder what would be possible with mini-image like Erik did. Cheers, Cédrick > > Tim > >> On 23 May 2020, at 21:41, Cédrick Béler wrote: >>

Re: [Pharo-dev] Project of Interest => Jekyll + Dynamic processing integration + Git(hubs)Pages => pharo in the middle

2020-05-23 Thread Cédrick Béler
or now, I’m trying around. Summer will be perfect for me to work on such project. Cheers, Cédrick > > Regards, > > > Esteban A. Maringolo > > > On Sat, May 23, 2020 at 10:15 AM Cédrick Béler <mailto:cdric...@gmail.com>> wrote: > Hi there, > > This

Re: [Pharo-dev] [Pharo-users] Project of Interest => Jekyll + Dynamic processing integration + Git(hubs)Pages => pharo in the middle

2020-05-23 Thread Cédrick Béler
imple, I’ll go for some kind of static site generation. I want people to have a simple vitrine of their activity, with a contact form and a certain feed of article. I’ll explore a bit more this tools so lets discuss it too. > > Have fun > T. You too ;-) Cédrick > > &

Re: [Pharo-dev] Squeak and Pharo why the fork - was: Squeak and Pharo speed differences

2020-05-15 Thread Cédrick Béler
Nicely said 👏 > Le 15 mai 2020 à 17:39, Jimmie Houchin a écrit : > >  >> On 5/15/20 5:26 AM, Shaping wrote: >> I don’t understand the split. It looks silly. Maybe someone can explain >> the split in terms of technical/architectural advantages, if any exist. >> >> Cheers, >> >> Shaping >

Re: [Pharo-dev] Need Idea for Pharo with freeCAD

2020-05-08 Thread Cédrick Béler
Hi and welcome, FreeCAD is quite a nice software. I don’t know what you’d like to have but there is a python API that might be a starting point. https://wiki.freecadweb.org/Category:API There are some python bridges too for pharo but never used them. HTH Cedrick > Le 8 mai 2020 à 08:15, sh

Re: [Pharo-dev] [Pharo-users] [ANN] Pharo Launcher 2.0 released!

2020-04-18 Thread Cédrick Béler
Great Job. It looks indeed nicer. I found the docs great too (https://pharo-project.github.io/pharo-launcher ). One suggestion would be to add the help contextually. I tried to look at. There is description of commands and SpLinkPresenter but don’

Re: [Pharo-dev] How to execute code

2020-04-11 Thread Cédrick Béler
That’s circumstances but I found that just yesterday so as to store scripts: "info1 - webservice" covidScript := 'ZnClient new "contentReader: [ :entity | NeoJSONReader fromString: entity contents ];" forJsonREST; get: ''https://www.data.gouv.fr/fr/datasets/r/58aee810-ddd

Re: [Pharo-dev] [ANN] Roadmap progress report. September 2019

2019-10-08 Thread Cédrick Béler
Yes very nice ! Keep the good work. Cheers, Cedrick PS: interested in the XCode integration of the VM amongst several stuff. Any pointers ? > Le 8 oct. 2019 à 13:06, Ben Coman a écrit : > >  > Nice list. Thx for posting. > cheers -ben > >> On Mon, 7 Oct 2019 at 22:03, Esteban Lorenzano

Re: [Pharo-dev] [ANN] OSWinSubprocess a library to spawn Windows System processes

2019-07-08 Thread Cédrick Béler
Hi, Really nice Christophe. I wonder then if OSSubProcess shroud be « renamed » OSUnixSubProcess ? A related question is the the limitation of LibC, iow. When to use LibC or the couple OSSubProcess/OSWinSubProcess ? Cheers, Cédrik > Le 8 juil. 2019 à 12:13, Christophe Demarey a > écrit :

Re: [Pharo-dev] Roassal Animations

2019-03-27 Thread Cédrick Béler
No they are not... only screenshots. Cheers > Le 27 mars 2019 à 20:31, Cédrick Béler a écrit : > > I think there are on the roassal discord channel. > > Indeed really cool ;-) > >> Le 17 mars 2019 à 20:40, Sven Van Caekenberghe a écrit : >> >> >

Re: [Pharo-dev] Roassal Animations

2019-03-27 Thread Cédrick Béler
I think there are on the roassal discord channel. Indeed really cool ;-) > Le 17 mars 2019 à 20:40, Sven Van Caekenberghe a écrit : > > > >> On 17 Mar 2019, at 20:10, Serge Stinckwich >> wrote: >> >> Most of the animations are available in the Roassal3 code: >> >> https://github.com/Obje

Re: [Pharo-dev] Special Issue on Smalltalk Technologies

2019-03-26 Thread Cédrick Béler
Tu penses que je peux tenter de publier un papier un peu sur les principes du SIS ? Je pense je pourrais tenter aussi un truc avec mon étudiants et Jannik sur l’aspect CPS. @++ Cedrick Ps je revois pour simplifier l’approche et commencer à faire émerger des scnenario Envoyé de mon iPhone

Re: [Pharo-dev] Experiment: New Download page based on Pharo Launcher

2018-03-23 Thread Cédrick Béler
Thx Ben for all. I will investigate further as most of the students use windows (still I ask them top bring their computer cause here it’s all virtualized windows with network user files mounted on the virtual system launch). > > btw, what is the directory here that its trying to write to? I

Re: [Pharo-dev] Experiment: New Download page based on Pharo Launcher

2018-03-22 Thread Cédrick Béler
Hi, I just saw students and they still have some problem on windows with the launcher. First, the launcher has to be run in admin mode. Then, the image download starts but there is an error when uncompressing. Here is the stack. Any idea on how to fix that ? FileHandle>>streamError FileHan

Re: [Pharo-dev] Experiment: New Download page based on Pharo Launcher

2018-03-20 Thread Cédrick Béler
> > > >> On 16 Mar 2018, at 16:41, Esteban Lorenzano wrote: >> >> but thing is: default download should be the launcher. >> because this is the “newbie-friendly” approach. >> >> All the rest can be in under a link (or a subtitle, doesn’t matters). > > It think that even that is a mistake:

Re: [Pharo-dev] Experiment: New Download page based on Pharo Launcher

2018-03-20 Thread Cédrick Béler
CLI is cool too but it quickly becomes a mess for me ^^ Just loving the launcher on the Mac… +100 for me to push it. Still, the CLI should be available and probably the better way to launch one specific image. My 2 cents, Cédrick

Re: [Pharo-dev] Experiment: New Download page based on Pharo Launcher

2018-03-17 Thread Cédrick Béler
Little feedback too. I was surprised by the new download as some students had to install on windows… hopefully, I had old win versions but it has disturbed me :) Still handy and straightforward to just put an image on the VM. But…this being said, I just tried on Mac and this works nicely and thi

Re: [Pharo-dev] Can Realm (DB) and Pharo play together (or can we have a Pharo Realm Object Server to ROS) ?

2017-09-11 Thread Cédrick Béler
. Thanks for the proposition, See you soon Cédrick > > -Todd Blanchard > tblanch...@mac.com <mailto:tblanch...@mac.com> > > >> On Sep 10, 2017, at 3:14 AM, Cédrick Béler > <mailto:cdric...@gmail.com>> wrote: >> >> Hello all, >> >> I’ve sp

[Pharo-dev] Can Realm (DB) and Pharo play together (or can we have a Pharo Realm Object Server to ROS) ?

2017-09-10 Thread Cédrick Béler
Hello all, I’ve spent some time in the summer in what I call my quest to the ultimate and easy and fun architecture to prototype some personal administration apps and have fun :-) I’ll share some experience and wonder if there are alternative in Pharo. I want app that are mobile firsts, then ma

Re: [Pharo-dev] Collection with spatiotemporal indexation - Ideas and discussions ?

2016-04-25 Thread Cédrick Béler
modeled already in squeak/Pharo. Would't > that be something! Thanks for the links, very interesting read. I’ll have a closer look if I need to develop proper algorithms. Cheers, Cédrik > > > Regards, > Robert > > > On 04/23/2016 01:29 PM, Cédrick Béler wro

Re: [Pharo-dev] Collection with spatiotemporal indexation - Ideas and discussions ?

2016-04-25 Thread Cédrick Béler
> > My impression was that the Geolocation & Spatiotemperal classes already > exist (and presumably are already packaged), I don’t think so but if you know some packages, please tell me :) > so I was thinking of the > collection class (which would have the geolocation and spatiotemperal as > de

Re: [Pharo-dev] Collection with spatiotemporal indexation - Ideas and discussions ?

2016-04-23 Thread Cédrick Béler
ne a spatial query with a temporal one [3]. > > Regards, > > [1] http://www.smalltalkhub.com/#!/~emaringolo/History > [2] http://pastebin.com/ThKDXCKK > [3] > http://clarkdave.net/2015/02/historical-records-with-postgresql-and-temporal-tables-and-sql-2011/ > Esteban A.

Re: [Pharo-dev] Collection with spatiotemporal indexation - Ideas and discussions ?

2016-04-23 Thread Cédrick Béler
> > Sure, but 1) that's not a lot > 2) do you even know if you need interactive stuff or if batch processing is > ok? interactive I would say… but hard to be certain right now as it depends on design choices… do we cache ? do we aggregate past data ? extra indexes ? I’ll see later. I want som

Re: [Pharo-dev] Collection with spatiotemporal indexation - Ideas and discussions ?

2016-04-23 Thread Cédrick Béler
> > Hi Cedrick, welcome back in the community. Thanks, I was not very far though ^^ > >> For a project I’m starting to prototype, I need collections where objects >> are inserted according to an index that is a spatiotemporal object. >> >> The idea is that each time a person add an « informa

Re: [Pharo-dev] Collection with spatiotemporal indexation - Ideas and discussions ?

2016-04-23 Thread Cédrick Béler
e API (and we might discuss it ^^). I start this discussion as I thing this is one central modeling concept of what I want to do. Cheers, Cédrik > > On 23 April 2016 at 14:08, Cédrick Béler <mailto:cdric...@gmail.com>> wrote: > Thanks Max, > > I’ve seen in Pharo 5 O

Re: [Pharo-dev] Collection with spatiotemporal indexation - Ideas and discussions ?

2016-04-23 Thread Cédrick Béler
> > Cheers, > Alistair > (Sent from my mobile) > > On 23/04/2016 1:47 PM, "Cédrick Béler" <mailto:cdric...@gmail.com>> wrote: > A dictionary with keys being the timestamp or the spatiotemporal object would > probably do it... > I think I’ll do that but I wonder if there are better solutions out there ^^. > > Cheers, > > Cédrik

Re: [Pharo-dev] Collection with spatiotemporal indexation - Ideas and discussions ?

2016-04-23 Thread Cédrick Béler
ictionary implementation IIRC a couple of > months ago on this list. > > I’ve attached an implementation I found in a thread from 2010 (may not work > out of the box). > > Cheers, > Max > > > > >> On 23 Apr 2016, at 13:46, Cédrick Béler wrote: >>

Re: [Pharo-dev] Collection with spatiotemporal indexation - Ideas and discussions ?

2016-04-23 Thread Cédrick Béler
A dictionary with keys being the timestamp or the spatiotemporal object would probably do it... I think I’ll do that but I wonder if there are better solutions out there ^^. Cheers, Cédrik

[Pharo-dev] Collection with spatiotemporal indexation - Ideas and discussions ?

2016-04-23 Thread Cédrick Béler
Hi Pharoers, For a project I’m starting to prototype, I need collections where objects are inserted according to an index that is a spatiotemporal object. The idea is that each time a person add an « information" in this collection, he does it a a given place and time and I want to be able to q

Re: [Pharo-dev] powerSet

2015-10-23 Thread Cédrick Béler
Hi all, just bouncing on this subject as we had this interesting discussions some time ago: http://forum.world.st/Another-extension-proposal-gt-subsets-td107678.html Cheers, Cédrick

[Pharo-dev] Any Deep Learning Algorithm related lib in Pharo ?

2015-01-16 Thread Cédrick Béler
Hi all, The question is in the title. I’m just journeying in this field and was wandering if it exists something on deep learning algorithms. Some refs an introduction: http://www.toptal.com/machine-learning/an-introduction-to-deep-learning-from-perceptrons-to-deep-networks Python lib: http:/

Re: [Pharo-dev] Pharo - [ANN] SimpleDDS v1.0 released.

2014-12-02 Thread Cédrick Béler
Thanks Santiago, I think this is a decent comparison. I also found these bits of information regarding the question: https://groups.google.com/forum/#!topic/meteor-core/BNfHzNFGAHQ Now time to try out :) Cheers, Cédrick > Le 2

Re: [Pharo-dev] Pharo - [ANN] SimpleDDS v1.0 released.

2014-12-02 Thread Cédrick Béler
This is excellent :) I just wonder how it compare to DDP (Data Distribution Protocol) wich seems https://meteorhacks.com/introduction-to-ddp.html http://en.wikipedia.org/wiki/Distributed_Data_Protocol ruby client: https://github.com/tmeasday/ruby-ddp-client

Re: [Pharo-dev] Pharo days: date proposal

2014-10-02 Thread Cédrick Béler
same day ^^ 2014-10-02 16:55 GMT+02:00 Guillermo Polito : > Cool and the 31 we do my bday party. I love the idea! :D > > On Thu, Oct 2, 2014 at 4:54 PM, stepharo wrote: > >> Hi pharoers and others happy hackers >> >> we would like to organize PharoDays a two days gathering mix between a >> confe

Re: [Pharo-dev] Sending SMS through Pharo/HTTP

2014-10-02 Thread Cédrick Béler
though... Cheers, Cédrick 2014-10-02 16:40 GMT+02:00 Cédrick Béler : > Hi all, > > This is actually doable to use a POST request instead of a GET. > > ZnClient new > url: 'https://smsapi.free-mobile.fr/sendmsg'; > queryAt: #user put: '12345'; >

Re: [Pharo-dev] Sending SMS through Pharo/HTTP

2014-10-02 Thread Cédrick Béler
Hi all, This is actually doable to use a POST request instead of a GET. ZnClient new url: 'https://smsapi.free-mobile.fr/sendmsg'; queryAt: #user put: '12345'; queryAt: #pass put: 'sqsdqsfzedfqsd'; queryAt: #msg put: 'Hi again From Pharo é@è!§'; post. Tested OK. BTW, I'm using a GSM m

Re: [Pharo-dev] RIP PackageInfo

2014-07-22 Thread Cédrick Béler
Muchas Felicidades / Félicitations (*) * Congratulations for this one :o) Can’t wait to get my head around Pharo again as the progress seems huge these days What I’ve just read with the EntreprisePharo stuff is exciting too… Thanks a lot, Cédrick Le 22 juil. 2014 à 16:53, Tudor Girba a é

Re: [Pharo-dev] Meteor inspiration naive ideas (was Pharo talk from a ruby conference)

2014-05-17 Thread Cédrick Béler
bridge with Pharo... Anyway, thanks for sharing mapless, I'll give a try ;-) Cheers, Cedrick > > sebastian > > o/ > >> On 17/05/2014, at 10:52, Cédrick Béler wrote: >> >> Hi all. Just some raw ideas below. >> >> It several months I haven

[Pharo-dev] Meteor inspiration naive ideas (was Pharo talk from a ruby conference)

2014-05-17 Thread Cédrick Béler
Hi all. Just some raw ideas below. It several months I haven't coded in pharo. And I really miss it. Meanwhile I've been lurking in iOS and recently meteor. I think the latter is great. We might take ideas from it... But it has to be adapted to the smalltalk way. What I find great: - reactive

Re: [Pharo-dev] Please help us by buying the book

2013-09-18 Thread Cédrick Béler
> On Tue, Sep 17, 2013 at 3:18 PM, Cédrick Béler wrote: >> Just ordered too... > > > thank you very much Cédrick. It's cool you are still around! I guess I'll always be around ;-) I feel Smalltalk is like a relative a bit far from home right now but I spent s

Re: [Pharo-dev] Please help us by buying the book

2013-09-17 Thread Cédrick Béler
Just ordered too... Thanks a lot for the hard work. Cédrick Le 16 sept. 2013 à 22:48, David T. Lewis a écrit : > On Mon, Sep 16, 2013 at 04:24:07PM +0200, Damien Cassou wrote: >> Hi, >> >> please support our work on Pharo by buying the new Deep into Pharo book >> >> http://rmod.lille.inria.f