Re: [Pharo-users] Fuel chapter using Gutemberg

2013-07-03 Thread Stéphane Ducasse
> > While I do agree with most of the temp files, I would let .pdf. > Say someone wants to read the chapter...I have to follow all the steps there…. no jenkins latex for us :) > If this is the place where at least temporary, final users should download > from...please let the PDF there.

Re: [Pharo-users] [Pharo-dev] Tudor Girba joins Pharo Board

2013-07-03 Thread Tudor Girba
Hi everyone, Thanks for the wishes. Just a note: I do not see getting in the board as a prize, but as a work to do. And there is some work left :) One of the points that I will stress everyone with is the marketing of Pharo. Marketing, like any other meaningful thing, requires design. Design req

Re: [Pharo-users] Fuel chapter using Gutemberg

2013-07-03 Thread Tudor Girba
Exactly. Better would be to have a Readme with the link to the job-generated PDF. The problem with having the generated PDF in the repository is that you will have conflicts as soon as two people work concurrently on the text. Cheers, Doru On Wed, Jul 3, 2013 at 9:43 AM, Stéphane Ducasse wrote:

Re: [Pharo-users] [Pharo-dev] Tudor Girba joins Pharo Board

2013-07-03 Thread Igor Stasenko
On 3 July 2013 09:59, Tudor Girba wrote: > Hi everyone, > > Thanks for the wishes. > > Just a note: I do not see getting in the board as a prize, but as a work to > do. And there is some work left :) > Indeed. That's why i abstain from things like that. I have enough things to do :) > One of the

Re: [Pharo-users] [Pharo-dev] Tudor Girba joins Pharo Board

2013-07-03 Thread Hilaire Fernandes
Le 03/07/2013 09:59, Tudor Girba a écrit : > We just have to capitalize on that, and I want to start by making > explicit what makes Pharo unique and valuable. Everyone thinks of > various things, but we do not yet have a concerted message. This > message, and I will aim at one single message, has

[Pharo-users] Another 32-bit on a 64 bit machine question.

2013-07-03 Thread Friedrich Dominicus
Well how can one open a serial port on a Linux 64-bit box with a Pharo 32 bit? Any things would be very welcome Regards Friedrich

Re: [Pharo-users] Another 32-bit on a 64 bit machine question.

2013-07-03 Thread Esteban Lorenzano
Hi, SocketStream on: 8080. should work, AFAIK the 64bits thingy does not have anything to do... It is something failing? cheers, Esteban On Jul 3, 2013, at 12:46 PM, Friedrich Dominicus wrote: > Well how can one open a serial port on a Linux 64-bit box with > a Pharo 32 bit? > > Any thing

Re: [Pharo-users] Another 32-bit on a 64 bit machine question.

2013-07-03 Thread Sven Van Caekenberghe
On 03 Jul 2013, at 12:52, Esteban Lorenzano wrote: > Hi, > > SocketStream on: 8080. He wants a Serial Port Connection, not a TCP Socket Stream ;-) > should work, AFAIK the 64bits thingy does not have anything to do... > It is something failing? > > cheers, > Esteban > > > On Jul 3, 2013, a

Re: [Pharo-users] Another 32-bit on a 64 bit machine question.

2013-07-03 Thread Esteban Lorenzano
SerialPort new openPort:, then again... nothing to do with 64bits :) but... but... the SerialPlugin could have some problems :) (I don't know if it was working on all platforms) Esteban On Jul 3, 2013, at 1:07 PM, Sven Van Caekenberghe wrote: > > On 03 Jul 2013, at 12:52, Esteban Lorenzan

Re: [Pharo-users] [Pharo-dev] Tudor Girba joins Pharo Board

2013-07-03 Thread p...@highoctane.be
An accelerator for manifesting innovation is how I see it. Phil On Wednesday, July 3, 2013, Igor Stasenko wrote: > On 3 July 2013 09:59, Tudor Girba wrote: >> Hi everyone, >> >> Thanks for the wishes. >> >> Just a note: I do not see getting in the board as a prize, but as a work to >> do. And t

Re: [Pharo-users] [Pharo-dev] Tudor Girba joins Pharo Board

2013-07-03 Thread Tudor Girba
Thanks. Nice ideas. But, when I mentioned a message, I was not talking only about the tag line. I implied also the story that goes with it. If you have one that exemplifies the tag line, please feel free. Cheers, Doru On Wed, Jul 3, 2013 at 1:32 PM, p...@highoctane.be wrote: > An accelerator f

Re: [Pharo-users] Another 32-bit on a 64 bit machine question.

2013-07-03 Thread Mariano Martinez Peck
Yes, there was an old SerialPlugin bug which I think it was reported by Friedrich Dominicus himself...but I am not sure if it was integrated. I can find the issue if you want.. (but I think it was not related to 32/64) Cheers, On Wed, Jul 3, 2013 at 8:20 AM, Esteban Lorenzano wrote: > SerialPo

Re: [Pharo-users] Fuel chapter using Gutemberg

2013-07-03 Thread Mariano Martinez Peck
On Wed, Jul 3, 2013 at 5:03 AM, Tudor Girba wrote: > Exactly. Better would be to have a Readme with the link to the > job-generated PDF. > > Ok, better. Where is the job? > The problem with having the generated PDF in the repository is that you > will have conflicts as soon as two people work c

Re: [Pharo-users] Fuel chapter using Gutemberg

2013-07-03 Thread Mariano Martinez Peck
Ahh sorry, the Jenkins link is already there. I spoke too fast. Thanks! On Wed, Jul 3, 2013 at 9:19 AM, Mariano Martinez Peck wrote: > > > > On Wed, Jul 3, 2013 at 5:03 AM, Tudor Girba wrote: > >> Exactly. Better would be to have a Readme with the link to the >> job-generated PDF. >> >> > Ok,

[Pharo-users] [phaor-user list options] where?

2013-07-03 Thread Baveco, Hans
Sorry to bother the list with this, but where can I change the delivery options for this list, e.g set to digest mode, etc? TIA Hans

Re: [Pharo-users] [phaor-user list options] where?

2013-07-03 Thread Marcus Denker
http://lists.pharo.org/mailman/listinfo/pharo-users_lists.pharo.org On Wed, Jul 3, 2013 at 3:55 PM, Baveco, Hans wrote: > Sorry to bother the list with this, but where can I change the delivery > options for this list, e.g set to digest mode, etc? > > ** ** > > TIA Hans > -- -- Mar

Re: [Pharo-users] [Pharo-dev] Tudor Girba joins Pharo Board

2013-07-03 Thread Stéphane Ducasse
On Jul 3, 2013, at 12:39 PM, Hilaire Fernandes wrote: > Le 03/07/2013 09:59, Tudor Girba a écrit : >> We just have to capitalize on that, and I want to start by making >> explicit what makes Pharo unique and valuable. Everyone thinks of >> various things, but we do not yet have a concerted mess

[Pharo-users] documentation for refactoring tools in Pharo 2

2013-07-03 Thread Paul DeBruicker
Is there any documentation on the changes between 1.4 and 2 for the refactoring tools? Or how to use them effectively to refactor code? I'm familiar with Lukas Renggli's writing on them and used them regularly in 1.4. I'm just trying to use the RBParseTreeRewriter from within a workspace but with

Re: [Pharo-users] documentation for refactoring tools in Pharo 2

2013-07-03 Thread Marcus Denker
On Jul 4, 2013, at 12:04 AM, Paul DeBruicker wrote: > Is there any documentation on the changes between 1.4 and 2 for the > refactoring tools? Or how to use them effectively to refactor code? > > I'm familiar with Lukas Renggli's writing on them and used them > regularly in 1.4. > > I'm just t