[Pharo-users] moose poster

2015-01-26 Thread Tudor Girba
Hi, I put together an A4 Moose poster: http://moosetechnology.org/res/artwork/moose-poster.pdf Cheers, Doru -- www.tudorgirba.com "Every thing has its own flow"

Re: [Pharo-users] Pharo Sound of Silence

2015-01-26 Thread Sean P. DeNigris
Evan Donahue wrote > I'm trying to get sounds working in Pharo If it helps, I started a minimal wrapper of the cross-platform FMOD library at http://smalltalkhub.com/#!/~SeanDeNigris/FMOD . I did enough to play mp3s. - Cheers, Sean -- View this message in context: http://forum.world.st/Ph

Re: [Pharo-users] NumericalMethods and SciSmalltalk

2015-01-26 Thread Werner Kassens
let me rephrase it just that there are no misunderstandings, NumericalMethods is independent of SciSmalltalk and does work in Pharo4 werner On 01/26/2015 10:22 PM, Ignacio Sniechowski wrote: That was my question. If in Pharo 4 the NumericalMethods package will be deprecated and instead SciSma

Re: [Pharo-users] Help with video recordings at Fosdem needed

2015-01-26 Thread Udo Schneider
Hi Stephan, On 26/01/15 21:17, Stephan Eggermont wrote: The gear is organized by Fosdem. Camera on tripod, Microphone for speaker and audience questions, Simultaneous recording of screen. Over 20 simultaneous livestreams. So there will be a user manual and a help desk. Perfect! Count me in. I'm

Re: [Pharo-users] NumericalMethods and SciSmalltalk

2015-01-26 Thread Hernán Morales Durand
2015-01-26 18:22 GMT-03:00 Ignacio Sniechowski <0800na...@gmail.com>: > That was my question. If in Pharo 4 the NumericalMethods package will be > deprecated and instead SciSmalltalk will be de defacto package for stats. > NumericalMethods should be kept separated from SciSmalltalk so we are free

Re: [Pharo-users] NumericalMethods and SciSmalltalk

2015-01-26 Thread Ignacio Sniechowski
That was my question. If in Pharo 4 the NumericalMethods package will be deprecated and instead SciSmalltalk will be de defacto package for stats. thanks *Lic. Ignacio Sniechowski, MBA* *Prosavic SRL* *Tel: (011) 4542-6714* On Mon, Jan 26, 2015 at 3:56 PM, Werner Kassens wr

Re: [Pharo-users] How much users ?

2015-01-26 Thread Pierre CHANSON
> Or not more that in Pharo-users. I mean it would be strange that Nabble had all the Pharo user-only and [Pharo-users] does not have any.

Re: [Pharo-users] How much users ?

2015-01-26 Thread Pierre CHANSON
> > People read the mailing list via other means, too > (Nabble, for example). Or maybe there are user-only on Nabble. But I guess not so much ? Or not more that in Pharo-users. Pierre 2015-01-26 17:59 GMT-03:00 Pierre CHANSON : > thanks! > Around 500, it's still impressive. > > I guess I can

Re: [Pharo-users] How much users ?

2015-01-26 Thread Pierre CHANSON
thanks! Around 500, it's still impressive. I guess I can count a little bit less to have a number on Pharo devs, Pharo active community. But it is difficult to put a real number on pharo users: If we consider that all Pharo devs (or almost) are in the both lists, (And I guess this is not so false

Re: [Pharo-users] Rule engine

2015-01-26 Thread Hernán Morales Durand
Cool! I have sent an e-mail with project details. Cheers, Hernán 2015-01-26 8:34 GMT-03:00 Udo Schneider : > Hi Hernán, > > > On 26/01/15 09:50, Hernán Morales Durand wrote: > >> If anyone is working in a rule engine we could merge efforts because I >> have implemented one (or something like t

Re: [Pharo-users] Help with video recordings at Fosdem needed

2015-01-26 Thread Stephan Eggermont
Hi Udo, thanks for helping out. The gear is organized by Fosdem. Camera on tripod, Microphone for speaker and audience questions, Simultaneous recording of screen. Over 20 simultaneous livestreams. So there will be a user manual and a help desk. Stephan

Re: [Pharo-users] Pharo Sound of Silence

2015-01-26 Thread Nicolai Hess
2015-01-26 17:10 GMT+01:00 Xavier MESSNER : > Hi, > > > > We should discuss how to solve this. Neither "copy the squeak plugin", > nor > > "disabe pulse-audio", > > is a good solution. > > The two methods can be used. But I think the best is not to use the plugin. > If the plugin is changing and i

Re: [Pharo-users] Help with video recordings at Fosdem needed

2015-01-26 Thread Udo Schneider
Hi Stephan, On 26/01/15 20:37, Stephan Eggermont wrote: At the Fosdem Smalltalk devroom this sunday, we would like some help with the video recordings. Mostly pointing the camera at the speaker and checking the sound and screen recording. If you will be there and can help for one or more session

[Pharo-users] Help with video recordings at Fosdem needed

2015-01-26 Thread Stephan Eggermont
At the Fosdem Smalltalk devroom this sunday, we would like some help with the video recordings. Mostly pointing the camera at the speaker and checking the sound and screen recording. If you will be there and can help for one or more sessions, please let me know. Stephan

Re: [Pharo-users] NumericalMethods and SciSmalltalk

2015-01-26 Thread Werner Kassens
but numericalmethods and scismalltalk are not usable together they overwrite each other and that produces nonsense werner On 01/26/2015 07:50 PM, Werner Kassens wrote: in scismalltalk a fork of numericalmethods is used. DhbNormalDistribution in scismalltalk should be exactly the same as in nume

Re: [Pharo-users] NumericalMethods and SciSmalltalk

2015-01-26 Thread Werner Kassens
in scismalltalk a fork of numericalmethods is used. DhbNormalDistribution in scismalltalk should be exactly the same as in numericalmethods and should be usable without code change. werner On 01/26/2015 05:58 PM, nacho wrote: I have an application that uses DhbNormalDistribution from Numerical

Re: [Pharo-users] [ANN] OS Project with initial support for Ubuntu and Unix

2015-01-26 Thread Ben Coman
With Monticello with "All" selected on the right side, open the Pharo4Inbox then filter on 14669 cheers -ben On Mon, Jan 26, 2015 at 3:55 PM, Martin Bähr < mba...@email.archlab.tuwien.ac.at> wrote: > Excerpts from Ben Coman's message of 2015-01-26 08:42:23 +0100: > > Just a random thought. Can

Re: [Pharo-users] NumericalMethods and SciSmalltalk

2015-01-26 Thread Alexandre Bergel
Very good question! Alexandre > On Jan 26, 2015, at 1:58 PM, nacho <0800na...@gmail.com> wrote: > > I have an application that uses DhbNormalDistribution from NumericalMethods > in Pharo 3. > Will in the future NumericalMethods be integrated with SciSmalltalk? > Thanks in advance > Nacho > >

[Pharo-users] NumericalMethods and SciSmalltalk

2015-01-26 Thread nacho
I have an application that uses DhbNormalDistribution from NumericalMethods in Pharo 3. Will in the future NumericalMethods be integrated with SciSmalltalk? Thanks in advance Nacho - Nacho Smalltalker apprentice. Buenos Aires, Argentina. -- View this message in context: http://forum.world.

Re: [Pharo-users] Pharo Sound of Silence

2015-01-26 Thread Xavier MESSNER
Hi, > We should discuss how to solve this. Neither "copy the squeak plugin", nor > "disabe pulse-audio", > is a good solution. The two methods can be used. But I think the best is not to use the plugin. If the plugin is changing and is no longer compatible with Pharo or conversely you can no lo

Re: [Pharo-users] any imap + smtp client available?

2015-01-26 Thread Martin Bähr
Excerpts from David T. Lewis's message of 2015-01-26 16:57:10 +0100: >> due to compute power constraints, i am running "pharo" as my only >> application via xinit, having to constantly switch between "pharo" >> and console (for mutt) is becoming painful. :) > another approach to th

Re: [Pharo-users] any imap + smtp client available?

2015-01-26 Thread David T. Lewis
> Excerpts from David T. Lewis's message of 2015-01-26 13:58:16 +0100: >> > > > due to compute power constraints, i am running "pharo" as my only >> > > > application via xinit, having to constantly switch between "pharo" >> > > > and console (for mutt) is becoming painful. :) >> > > another appro

Re: [Pharo-users] Pillar A4 :)

2015-01-26 Thread Sven Van Caekenberghe
Thanks, Martin. > On 26 Jan 2015, at 16:17, Martin Dias wrote: > > Epicea: > > > > On Sat, Jan 24, 2015 at 5:25 PM, Stephan Eggermont wrote: >> QCMagritte > <2015-01-Epicea-PosterPharoDays.pdf>

Re: [Pharo-users] [ANN] OS Project with initial support for Ubuntu and Unix

2015-01-26 Thread Martin Bähr
Excerpts from Marcus Denker's message of 2015-01-26 11:26:58 +0100: > >> https://pharo.fogbugz.com/default.asp?14669 > > pretty much every other Free Software project out there has this stuff > > accessible without login. > Yes, sadly fogbugz does not support that. > > We will move just due to thi

Re: [Pharo-users] How much users ?

2015-01-26 Thread Marcus Denker
> On 26 Jan 2015, at 15:39, kilon alios wrote: > > probably the biggest reason is that the list has been quite inactive till > now. Another is that many of pharo users find it easy to contribute back to > pharo because of the nature of the enviroment and the third , the community > is just to

Re: [Pharo-users] How much users ?

2015-01-26 Thread Marcus Denker
> On 26 Jan 2015, at 15:31, Alejandro Infante > wrote: > > Is interesting that we have more people in Pharo-Dev than in Pharo-Users, I > thought it was the other way. > > Any reason for that? > Pharo users was created later... > Cheers, > Alejandro > >> On Jan 26, 2015, at 2:43 PM, Marcus

Re: [Pharo-users] How much users ?

2015-01-26 Thread kilon alios
probably the biggest reason is that the list has been quite inactive till now. Another is that many of pharo users find it easy to contribute back to pharo because of the nature of the enviroment and the third , the community is just to small to have a sizable pharo-user list. Personally I am surpr

Re: [Pharo-users] How much users ?

2015-01-26 Thread Alejandro Infante
Is interesting that we have more people in Pharo-Dev than in Pharo-Users, I thought it was the other way. Any reason for that? Cheers, Alejandro > On Jan 26, 2015, at 2:43 PM, Marcus Denker wrote: > > >> On 26 Jan 2015, at 14:22, Pierre CHANSON wrote: >> >> Hi all, >> >> anyone know how m

Re: [Pharo-users] any imap + smtp client available?

2015-01-26 Thread Martin Bähr
Excerpts from David T. Lewis's message of 2015-01-26 13:58:16 +0100: > > > > due to compute power constraints, i am running "pharo" as my only > > > > application via xinit, having to constantly switch between "pharo" > > > > and console (for mutt) is becoming painful. :) > > > another approach to

Re: [Pharo-users] How much users ?

2015-01-26 Thread Marcus Denker
> On 26 Jan 2015, at 14:22, Pierre CHANSON wrote: > > Hi all, > > anyone know how much user Pharo count ? Unknown. > And how much mailing lists user ? Pharo-Users: 452 Pharo-Dev:514 But then, not all the users are on the mailing lists… Marcus

[Pharo-users] How much users ?

2015-01-26 Thread Pierre CHANSON
Hi all, anyone know how much user Pharo count ? And how much mailing lists user ? thank you, sincerely, Pierre

Re: [Pharo-users] any imap + smtp client available?

2015-01-26 Thread David T. Lewis
On Mon, Jan 26, 2015 at 08:27:05AM +0100, Martin B??hr wrote: > Excerpts from Martin B??hr's message of 2015-01-26 02:00:14 +0100: > > Excerpts from Mayuresh Kathe's message of 2015-01-25 22:42:37 +0100: > > > is there any email client with imap + smtp support available under > > > "pharo" at the m

Re: [Pharo-users] Pharo Sound of Silence

2015-01-26 Thread Nicolai Hess
2015-01-26 11:45 GMT+01:00 Xavier MESSNER : > Hi, > > I have written a chapter which explain how to have sound in Pharo. > You can read it here > < > https://github.com/SquareBracketAssociates/PharoReadyForReviews/tree/master/Sound > > > . > > In fact all you have to do is to disable pulse-audio

Re: [Pharo-users] Conditional CSV parsing

2015-01-26 Thread Sven Van Caekenberghe
Hernán, > On 26 Jan 2015, at 08:00, Hernán Morales Durand > wrote: > > It is possible :) > I work with DNA sequences, there could be millions of common SNPs in a genome. Still weird for CSV. How many record are there then ? I assume they all have the same number of fields ? Anyway, could you

Re: [Pharo-users] Rule engine

2015-01-26 Thread Udo Schneider
Hi Hernán, On 26/01/15 09:50, Hernán Morales Durand wrote: If anyone is working in a rule engine we could merge efforts because I have implemented one (or something like that) for a project. Cheers, I'm definitely interested in this! One of my current pet projects is building a RETE based infer

Re: [Pharo-users] Pharo Sound of Silence

2015-01-26 Thread Xavier MESSNER
Hi, I have written a chapter which explain how to have sound in Pharo. You can read it here . In fact all you have to do is to disable pulse-audio to make it work. I have tested it with ubuntu 14.04 64, ubuntu

Re: [Pharo-users] Making the halo around windows preview more contrasted

2015-01-26 Thread Nicolai Hess
2015-01-07 18:20 GMT+01:00 Offray Vladimir Luna Cárdenas : > Hi all, > > As usual, when I put the mouse over the name of a window, a small preview > appears with a grey allow with the full name of the window, but letters are > white surrounded by a pale grey making the full name really difficult

Re: [Pharo-users] [ANN] OS Project with initial support for Ubuntu and Unix

2015-01-26 Thread Marcus Denker
> On 26 Jan 2015, at 08:55, Martin Bähr > wrote: > > Excerpts from Ben Coman's message of 2015-01-26 08:42:23 +0100: >> Just a random thought. Can you see what effect installing the slice for >> the following issue has? >> https://pharo.fogbugz.com/default.asp?14669 > > can't access that with

Re: [Pharo-users] Binary tree

2015-01-26 Thread Natalia Tymchuk
Thank you, Sebastian. Best regards, Natalia > On 25 Jan 2015, at 18:26, Sebastian Heidbrink wrote: > > Here it is,... I new I saw this once. Maybe also this if you are looking for > something particular. > > http://www.squeaksource.com/BTree.html > > > On 2015-01-25 6:53 AM, Natalia Tymchuk

[Pharo-users] Rule engine

2015-01-26 Thread Hernán Morales Durand
Hello, If anyone is working in a rule engine we could merge efforts because I have implemented one (or something like that) for a project. Cheers, Hernán