[Pharo-users] [ANN] MongoTalk, MongoBrowser and Mongo Spotter support

2015-03-18 Thread Torsten Bergmann
Beside my new article "Building a Mongo Browser in Pharo" [1] and the new Mongo Browser tool I now added support for "Spotter browsing/navigation" using a running Mongo DB to the project. Just load "MongoTalk" from config browser in Pharo 4, run you Mongo database and then use Spotter to enter

[Pharo-users] Users of Versionner?

2015-03-18 Thread Stephan Eggermont
Who is actually using Versionner to maintain configurations? Especially configurations that are used in other configurations? Stephan

Re: [Pharo-users] Users of Versionner?

2015-03-18 Thread Norbert Hartl
I do. But only 4 levels deep :) They are all in http://smalltalkhub.com/#!/~osmocom/Osmocom Norbert > Am 18.03.2015 um 09:46 schrieb Stephan Eggermont : > > Who is actually using Versionner to maintain configurations? > Especially configurations tha

Re: [Pharo-users] Users of Versionner?

2015-03-18 Thread Peter Uhnák
I use(d) it to create groups and specify dependencies - much easier than writing the spec stuff by hand. However since I switched to git I would like to also use it for BaselineOf (which has pretty much the same structure as ConfigurationOf). Also the "versioning" part is not really needed for gi

Re: [Pharo-users] [ANN] MongoTalk, MongoBrowser and Mongo Spotter support

2015-03-18 Thread Tudor Girba
Nice :) You are really enjoying yourself. As an improvement. You could also provide the preview for the database and collection :). Cheers, Doru On Wed, Mar 18, 2015 at 9:09 AM, Torsten Bergmann wrote: > Beside my new article "Building a Mongo Browser in Pharo" [1] and the new > Mongo Brows

Re: [Pharo-users] Users of Versionner?

2015-03-18 Thread Sean P. DeNigris
Stephan Eggermont wrote > Who is actually using Versionner to maintain configurations? > Especially configurations that are used in other configurations? I use it almost always, only occasionally dropping into the code e.g. for platform-specific configs - Cheers, Sean -- View this message i

Re: [Pharo-users] Users of Versionner?

2015-03-18 Thread Johan Fabry
I rarely have the need for making or updating configurations. When I do, I use it, but only in the most simple way. I still have not figured out completely how it works but it easily beats coding all of this by hand! > On Mar 18, 2015, at 05:46, Stephan Eggermont wrote: > > Who is actually u

Re: [Pharo-users] Users of Versionner?

2015-03-18 Thread Guillaume Larcheveque
I'm using it for Artefact, Telescope and all Synectique's projects 2015-03-18 14:40 GMT+01:00 Johan Fabry : > > I rarely have the need for making or updating configurations. When I do, I > use it, but only in the most simple way. I still have not figured out > completely how it works but it easil

[Pharo-users] Pharo and Pi

2015-03-18 Thread Torsten Bergmann
Read about "piCore" this week which is a Tiny Core Linux for the Pi. As there is - a quick bootable Pharo on top of TinyLinux (Mikes "PharoNOS" project) - a Pharo that is runnable on Pi I wonder if anyone already did some experiments on booting directly into Pharo on a pi. Still a "pi newb

Re: [Pharo-users] Pharo and Pi

2015-03-18 Thread Mircea
Count me in too. Just bought two Pi 2s and rand the PharoS VM on top or Raspbian OS (linux). Quick conclusion. Running apps is fine, but optimizations seem lacking somehow as it took 30 minutes to install and compile Seaside and it only ever used one processor of the Pi 2’s four (quad-core). T

Re: [Pharo-users] Pharo and Pi - FastBltBit

2015-03-18 Thread Mircea
Also here: https://ci.inria.fr/pharo-contribution/view/ARM-Raspberry/job/RaspberryPi-Cross-Compilation-FastBltBit/ What does FastBltBit mean? Google turns up some results but they are inco

Re: [Pharo-users] Pharo and Pi

2015-03-18 Thread Sebastian Heidbrink
Hi Torsten, we tried to start pharo 4.0 on the Parallella board , which is somehow like the Pi2 and did succeed partially. The problem with Pharo4 and the VM is that there is no NativeBoost nor OSProcess available o ARM VMs. I just strated to do some reseach on this and can't provide more

[Pharo-users] Pharo and Pi

2015-03-18 Thread Torsten Bergmann
thanks for your answers so far >we tried to start pharo 4.0 on the Parallella board OK, but I would like to give the original PI a try. Especially because there are nice additions like the Tontec mini touch screen, etc. >The problem with Pharo4 and the VM is that there is no NativeBoost nor >OS

Re: [Pharo-users] Pharo and Pi

2015-03-18 Thread itli...@schrievkrom.de
As I posted on my blog yesterday: Pharo 3 is running. Marten Am 18.03.2015 um 15:35 schrieb Torsten Bergmann: > Read about "piCore" this week which is a Tiny Core Linux > for the Pi. > > As there is > - a quick bootable Pharo on top of TinyLinux (Mikes "PharoNOS" project) > - a Pharo that is

Re: [Pharo-users] Users of Versionner?

2015-03-18 Thread stepharo
I use it but I often code by hand the configurations ;) Le 18/3/15 09:46, Stephan Eggermont a écrit : Who is actually using Versionner to maintain configurations? Especially configurations that are used in other configurations? Stephan

Re: [Pharo-users] Pharo and Pi

2015-03-18 Thread stepharo
Our goal is to remove the dependencies to nativeboost. So we will release Pharo 40 and esteban will work on an FFI to remove NB. Stef Le 18/3/15 16:33, Sebastian Heidbrink a écrit : Hi Torsten, we tried to start pharo 4.0 on the Parallella board , which is somehow like the Pi2 and did succeed

[Pharo-users] Pharo and Pi

2015-03-18 Thread Torsten Bergmann
Stef wrote: >Our goal is to remove the dependencies to nativeboost. I know that FFI is now maintained again and there is some initiative on a (more) unified FFI. Also there may be some issues with NB: harder to understand than FFI, not complete for ARM, ... Also for Apple devices it is not able t

Re: [Pharo-users] Pharo and Pi

2015-03-18 Thread stepharo
Stef wrote: Our goal is to remove the dependencies to nativeboost. I know that FFI is now maintained again and there is some initiative on a (more) unified FFI. Also there may be some issues with NB: harder to understand than FFI, not complete for ARM, ... not working with Spur, not working w

Re: [Pharo-users] when iterating over a collection how to determine the current objects index

2015-03-18 Thread stepharo
so may be we should open a bug entry and make sure that doWithIndex: is used in the system. no? Le 16/3/15 12:19, jtuc...@objektfabrik.de a écrit : Nicolai, Am 16.03.15 um 11:59 schrieb Nicolai Hess: 2015-03-14 11:55 GMT+01:00 Sean P. DeNigris >: Marcus

Re: [Pharo-users] when iterating over a collection how to determine the current objects index

2015-03-18 Thread p...@highoctane.be
Le 16 mars 2015 11:59, "Nicolai Hess" a écrit : > > > 2015-03-14 11:55 GMT+01:00 Sean P. DeNigris : >> >> Marcus Denker-4 wrote >> > which version do we pick? We should pick one, rename the callers >> >> As someone mentioned earlier in the thread, #doWithIndex: has the advantage >> of mirroring th

Re: [Pharo-users] when iterating over a collection how to determine the current objects index

2015-03-18 Thread p...@highoctane.be
Le 14 mars 2015 12:16, "Sebastian Sastre" a écrit : > > In such cases I might use a stream and monitor the `stream position` and iterate with > > [ stream atEnd ] whileFalse: [ > item := stream next. > stream position even ifTrue: [ self highlight: item ]. > ] > Exactly! Streams and c

Re: [Pharo-users] Running startup scripts after the UI has finished

2015-03-18 Thread Peter Uhnák
After a lot of experimenting and unsuccessful attempts to use both defer: and addDeferredStartupAction: (because I'm probably using it wrong) I ended up with [ myCode ] fork This has not only the wanted behavior of executing after the UI has rendered, but also doesn't freeze the UI when loading e

Re: [Pharo-users] when iterating over a collection how to determine the current objects index

2015-03-18 Thread Johan Fabry
Actually, using keysAndValuesDo: makes a lot of sense to me and seems to be a nice and clean way to resolve this discussion. I really like that it’s nicely polymorphic if we consider the keys of a sequenced collection to be the indexes. I just like this kind of simplicity … > On Mar 18, 2015,

[Pharo-users] Fwd: Re: [ANN] BioSmalltalk

2015-03-18 Thread Offray Vladimir Luna Cárdenas
Mensaje reenviado Asunto: Re: [Pharo-users] [ANN] BioSmalltalk Fecha: Wed, 18 Mar 2015 20:53:05 -0500 De: Offray Vladimir Luna Cárdenas Para: pharo-us...@lists.gforge.inria.fr Hi, I just found this old mail. I know that BioSmalltalk is well and advancing and I have a friend

[Pharo-users] Logic in Pharo ?

2015-03-18 Thread Alain Busser
Hello, I am currently working on mechanical means to solve Aristotle's syllogisms. My project is here: https://github.com/AlainBusser/LogicGame (programmed in CoffeeScript for a webApp). When I will present it (in a little more than two months) I plan to solve the same syllogisms with a software t

[Pharo-users] Get OS uptime

2015-03-18 Thread Julien Delplanque
Hi everyone, I can't find out how to get the uptime of the OS from pharo. I tried: (FileLocator root / 'proc' / 'uptime') readStream contents. and (FileSystem disk root / 'proc' / 'uptime') readStream contents. but all what I get is an empty string ''. I don't know if there are messages in s

Re: [Pharo-users] Fwd: Re: [ANN] BioSmalltalk

2015-03-18 Thread Hernán Morales Durand
Hi Offray, For a biologist without interest in bioinformatics at all, it would be hard to "sell" him any Bio* library. They could be better with workflow systems like Galaxy, MyExperiment, or the Integrated Genome Viewer, etc. biology is an extremely diversified field, but actually Smalltalk is th

Re: [Pharo-users] deprecation warning in code critic

2015-03-18 Thread Marcus Denker
> On 19 Mar 2015, at 00:01, Peter Uhnák wrote: > > Hi, > > is there a deprecation warning option in the code critic? > only for calls to globals. As code critic analysis statically and does not even try to do call graph interference (which is hard). What people sometimes do is to provide spe