Re: [Pharo-users] Validate password with PBKDF2

2017-07-05 Thread Hernán Morales Durand
Hi Udo and others, I just integrated PBKDF2 hasher into ApplicationSecurity: Usage example: (ASPasswordVerifier new hasher: ASPBKDF2Hasher new; plainTextPassword: 'testPassword'; storedSalt: '590b223fc584ae96edf3d5dc7e363034'; storedFinalPassword:

[Pharo-users] Where did the XMLDOMParse go?

2017-07-05 Thread Twan van der Schoot
Hi All, Question: Is there any Pharo "endorsed" XML support for Pharo v6.0 and if so, where can I find it? I'm new to Pharo and I'm currently cutting my teeth into v6.0 attempting to program the XML-Browser example on Pharocasts. I fully realise that that example is based on v1.4 of Pharo.

[Pharo-users] Problem with PharmIDE

2017-07-05 Thread sergio ruiz
Hey, all.. I am checking out PharmIDE.. This is BOSS.. but in testing, i lost connection to my remote.. and now, when i try to evaluate: remotePharo := PrmRemoteIDE connectTo: (TCPAddress ip: #[138 197 11 201] port: 40423). I get:  Error: Peer should not change id when it was already

Re: [Pharo-users] RFBSever not surviving disconnection

2017-07-05 Thread sergio ruiz
Okay.. THIS is AWESOME! On July 5, 2017 at 9:34:27 AM, sergio ruiz (sergio@gmail.com) wrote: As alternative to RFB try remote dev tools  http://dionisiydk.blogspot.fr/2017/01/pharmide-pharo-remote-ide-to-develop.html. You can play with it in PharoCloud 

Re: [Pharo-users] Glamour: update presenter with new text

2017-07-05 Thread Hilaire
For me it unselects the method, and it still reverts the source code view with the previous source code method Le 05/07/2017 à 19:43, Juraj Kubelka a écrit : > *composite updateOn: MethodModified from: [ SystemAnnouncer > uniqueInstance ].* -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] Glamour: update presenter with new text

2017-07-05 Thread Nicolai Hess
2017-07-05 19:43 GMT+02:00 Juraj Kubelka : > I think the issue is how to update a browser when a method is modified. > There is a script: > > -=-=-=-=- > browser := GLMTabulator new > column: #one; > column: #two; > column: #three; > yourself. > browser transmit to:

Re: [Pharo-users] Glamour: update presenter with new text

2017-07-05 Thread Hilaire
Okay, I will try to describe it: First in Dr. Geo there is user scripting. The idea is to let the user define a computing object he can plug on a sketch. This object receive an arbitrary number of objects as arguments selected from the sketch by mouse. This script object is a class, subclass of

Re: [Pharo-users] Are we able to run pharo images in a read only environment?

2017-07-05 Thread Sven Van Caekenberghe
> On 5 Jul 2017, at 19:03, Henrik Sperre Johansen > wrote: > > Sven Van Caekenberghe-2 wrote >>> On 27 Jun 2017, at 21:15, Sven Van Caekenberghe > >> sven@ > >> wrote: >>> >>> On 27 Jun 2017, at 21:00, Esteban A. Maringolo > >> emaringolo@ > >>

Re: [Pharo-users] Glamour: update presenter with new text

2017-07-05 Thread Juraj Kubelka
I think the issue is how to update a browser when a method is modified. There is a script: -=-=-=-=- browser := GLMTabulator new column: #one; column: #two; column: #three; yourself. browser transmit to: #one; andShow: [ :composite | composite

Re: [Pharo-users] Glamour: update presenter with new text

2017-07-05 Thread Tudor Girba
Hi Hilaire, I think it does fit your problem. However, I am not sure what the current problem is. Could you describe it again in more details? Cheers, Doru > On Jul 5, 2017, at 5:10 PM, Hilaire wrote: > > May be my use case does not fit to Glamour, but I am tempted to

Re: [Pharo-users] Are we able to run pharo images in a read only environment?

2017-07-05 Thread Henrik Sperre Johansen
Sven Van Caekenberghe-2 wrote >> On 27 Jun 2017, at 21:15, Sven Van Caekenberghe > sven@ > wrote: >> >> >>> On 27 Jun 2017, at 21:00, Esteban A. Maringolo > emaringolo@ > wrote: >>> >>> Interesting experiment. >>> >>> It would be good to know how fast does the image boot and start >>>

Re: [Pharo-users] [ANN] Pharo community addon for world menu

2017-07-05 Thread Dimitris Chloupis
well done Torsten , great idea :) On Wed, Jul 5, 2017 at 8:40 AM Stephane Ducasse wrote: > This is cool :) > > > On Tue, Jul 4, 2017 at 7:41 PM, Torsten Bergmann wrote: > > Hi, > > > > I added a small utility called "Community" to the catalog that

Re: [Pharo-users] Pharo6.0 for linux and PharoV60.sources location

2017-07-05 Thread Andreas Sunardi
Hi Stef, Thank you for the clarification. It helps to know whether something is intended or not. I appreciate very much that you took time to response and clarify. And congratulation to Clement :) On Tue, Jul 4, 2017 at 11:20 PM, Marc Hanisch via Pharo-users < pharo-users@lists.pharo.org>

Re: [Pharo-users] super simple programming intro with Pharo 6?

2017-07-05 Thread Hilaire
Hi Christian, What about trying to program Euclidean geometry (and in French if you want) with Dr. Geo[1]. It is still based on Pharo3 but it does not really matter. And there is some documentation in French[2] Hilaire [1] http://drgeu.eu [2] http://drgeo.eu/help Le 05/07/2017 à 15:19,

Re: [Pharo-users] Glamour: update presenter with new text

2017-07-05 Thread Hilaire
May be my use case does not fit to Glamour, but I am tempted to think it does. I really need help on that to make progress. Thanks Hilaire Le 04/07/2017 à 23:08, Hilaire a écrit : > > I added these lines of code, but it is not that yet: > > browser updateOn: GLMItemAdded from: #yourself;

Re: [Pharo-users] Are we able to run pharo images in a read only environment?

2017-07-05 Thread Sven Van Caekenberghe
> On 5 Jul 2017, at 16:05, Tim Mackinnon wrote: > > I went to try this to see how it might perform on AWS Lambda but I’m guessing > there isn’t a minimal 64 bit image right? > > Sven - was this a 32bit image from get.pharo.org/70-minimal? It came from a link Pavel sent me

Re: [Pharo-users] Are we able to run pharo images in a read only environment?

2017-07-05 Thread Tim Mackinnon
I went to try this to see how it might perform on AWS Lambda but I’m guessing there isn’t a minimal 64 bit image right? Sven - was this a 32bit image from get.pharo.org/70-minimal? Tim > On 30 Jun 2017, at 14:43, Sven Van Caekenberghe wrote:

Re: [Pharo-users] super simple programming intro with Pharo 6?

2017-07-05 Thread Offray Vladimir Luna Cárdenas
Hi, I would try Squeak, Learning Programming with Robots [1]. It's what I used with my freshmen students at the University. Most of them have no previous experience with programming. That, combined with Etoys and Scratch worked pretty well. I don't know if there is some image that can be run

Re: [Pharo-users] PharoCloud Ephemeric Cloud updates

2017-07-05 Thread Marcus Denker
> > 2) Added support for Pharo 6 (32 bits only for now). Pharo 6 is particularly > slow in read-only environments, so... now environment is writable. All > changes are written to memory and reset on restart. Kind of works, Pharo 6 > images are starting in 1-2 seconds (after initial load which

Re: [Pharo-users] RFBSever not surviving disconnection

2017-07-05 Thread sergio ruiz
Oooh! this looks interesting! On July 4, 2017 at 11:40:24 AM, Denis Kudriashov (dionisi...@gmail.com) wrote: As alternative to RFB try remote dev tools  http://dionisiydk.blogspot.fr/2017/01/pharmide-pharo-remote-ide-to-develop.html. You can play with it in PharoCloud 

[Pharo-users] super simple programming intro with Pharo 6?

2017-07-05 Thread Christian Haider
Hi, is there some basic intro to programming (for a 10 year old without prior experience) ideally with Pharo 6? Is Prof Stef suitable? Thanks, Christian

[Pharo-users] Ideas wanted: "Patterns to sustain feedback loops"

2017-07-05 Thread Marcus Denker
Hi, I want to do a third talk at ESUG as the “part 3” of the feedback loop series.. The first parts where: 1. Nomads do not build Cathedrals: https://www.slideshare.net/MarcusDenker/2014-esugcathedral 2. Perfection and Feedback Loops: Why worse is better.

Re: [Pharo-users] [ANN] association.pharo.org now on AWS

2017-07-05 Thread john pfersich
Wow, it's a lot quicker from the western US than the old site! Thanks. Sent from my iPhone > On Jul 5, 2017, at 00:10, Marcus Denker wrote: > > Hi, > > I just changed the DNS entry for > >https://association.pharo.org > > It now runs on Amazon AWS, this should

[Pharo-users] [ANN] association.pharo.org now on AWS

2017-07-05 Thread Marcus Denker
Hi, I just changed the DNS entry for https://association.pharo.org It now runs on Amazon AWS, this should make it faster and more reliable than in the past. Marcus

Re: [Pharo-users] Pharo6.0 for linux and PharoV60.sources location

2017-07-05 Thread Marc Hanisch via Pharo-users
--- Begin Message --- Hi Stephane, thanks for that kind reply! No problem! I'm unfortunately not too deep into Pharo, but maybe I can help with the packaging / build process for the Linux downloads (at least my Linux knowledge is far better than my Pharo knowledge ;-))? Best regards, Marc

Re: [Pharo-users] Pharo6.0 for linux and PharoV60.sources location

2017-07-05 Thread Stephane Ducasse
Hi marc We are a bit under water in this moment making sure that we can handle pull requests for Pharo 70. I'm sure that it will get better in the future. Esteban is moving, we got many articles to send, clement hand it in its phd :). And many more. So we are sorry about the support. Stef On