Re: [Pharo-dev] [ANN] The next Pharo Sprints (Lille)

2016-01-06 Thread p...@highoctane.be
I have room for a couple people here near Wavre, Belgium. Also, there is the http://creativespark.be/ nearby and I think I can get things shaped for a Pharo sprint or two. Just tell me and I'll arrange for it. Phil On Wed, Jan 6, 2016 at 8:27 AM, Marcus Denker wrote:

Re: [Pharo-dev] Catalog statistics (Who know this projects?)

2016-01-05 Thread p...@highoctane.be
I happen to know quite a number of projects. So, what's the best path to follow to put a description in them? Editing configs and saving to MetaRepo is not an issue but will put my name all over upon save, which is not really nice to people making the work. I can spend a couple hours on it this

Re: [Pharo-dev] [Pharo-users] Transcendental #new (was Re: why Pillar)

2015-12-28 Thread p...@highoctane.be
This is getting annoying as in using obscure references that personally I do not care about. The main problem being that there is interesting code mixed with "noise" for pharo-dev. Please make posts on Medium about it and post a link if needed (I may even actually read them), but not the

Re: [Pharo-dev] [Pharo-users] [ANN] Pharo Consortium Sponsored Development Effort

2015-12-23 Thread p...@highoctane.be
On Wed, Dec 23, 2015 at 1:54 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > >>> >>> Also I read [j] that a problem with popen is that you do not get pid of child so you cannot wait on command to complete. Could posix_spawn be preferrable to popen? >>>

Re: [Pharo-dev] Can I access symbolic constants from NB FFI?

2015-12-23 Thread p...@highoctane.be
Maybe this: https://github.com/ronsaldo/swig/ On Tue, Dec 22, 2015 at 9:24 PM, teso...@gmail.com wrote: > Hello Mariano, > WNOHANG is a constant is defined in sys/wait.h, after the > compilation is not included in the object file. > > You will have to duplicate its value

Re: [Pharo-dev] [Pharo-users] [ANN] Pharo Consortium Sponsored Development Effort

2015-12-23 Thread p...@highoctane.be
On Wed, Dec 23, 2015 at 4:08 AM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > >> > >> > >> > No, wait. You are getting down to the details so I want to discuss :) >> > >> > OSProcess does not use popen()/system() but rather fork()+exec(). That >> means >> > that OSProcess has

Re: [Pharo-dev] VM error in Arch Linux

2015-12-22 Thread p...@highoctane.be
I guess that that image is a Spur one, requiring a Spur VM. Phil On Tue, Dec 22, 2015 at 11:14 AM, nacho <0800na...@gmail.com> wrote: > Hi Folks, > I've installed pharo-vm and pharo-launcher from AUR as stated in the pharo > site. > Everything works fine for Pharo 4. > But when I try to load a

Re: [Pharo-dev] [Pharo-users] [ANN] Pharo Consortium Sponsored Development Effort

2015-12-21 Thread p...@highoctane.be
Love to read that! On Mon, Dec 21, 2015 at 10:30 AM, Denis Kudriashov wrote: > Hello > > 2015-12-20 19:54 GMT+01:00 Mariano Martinez Peck : > >> That being said, I of course like the idea of distributing processing >> across multiple images. No

Re: [Pharo-dev] TCP server for Pharo?

2015-12-18 Thread p...@highoctane.be
Hi Denis, This makes me think about the VNC server, which is a TCP server. The implementation of it is on top of another generic one. http://www.smalltalkhub.com/#!/~PharoExtras/RFB Best, Phil On Fri, Dec 18, 2015 at 1:28 PM, Denis Kudriashov wrote: > Hello. > > So my

Re: [Pharo-dev] [Vm-dev] OT: Convince me github is a wise choice

2015-12-17 Thread p...@highoctane.be
Git is a DVCS. Github happens to be hosting repos, but it is just a remote that one pushes to. You can have multiple remotes and push to them. So, a project can have a couple remotes to push/pull to/from. e.g. I have a couple things going on now where one company uses github private repos and

Re: [Pharo-dev] AsmJit

2015-12-16 Thread p...@highoctane.be
Eliot, The C code generator has been externalized, so it is not dependent on VMMaker. http://www.smalltalkhub.com/#!/~PavelKrivanek/CCodeGenerator As far as we can have an ASM DSL that would be working along with that generator, there is no reason why we couldn't have assembly code part emitted

Re: [Pharo-dev] Fuel materialization on spur

2015-12-16 Thread p...@highoctane.be
Can you make a more detailed vision (with a picture) about this? As I have a cluster running and am paid to do some stuff with all you list, I can use some time exploring those avenues. Phil On Wed, Dec 16, 2015 at 7:07 PM, Robert Withers wrote: > Excuse me: > >

Re: [Pharo-dev] AsmJit

2015-12-16 Thread p...@highoctane.be
s a module, and invoked back through FFI. Hope it is clearer. Phil On Wed, Dec 16, 2015 at 9:01 PM, Eliot Miranda <eliot.mira...@gmail.com> wrote: > Hi Phil, > > On Wed, Dec 16, 2015 at 10:14 AM, p...@highoctane.be <p...@highoctane.be> > wrote: > >> Eliot, >>

Re: [Pharo-dev] New web tutorial

2015-12-15 Thread p...@highoctane.be
En franstaligers die nederlands kunnen begrijpen. Schrijven is een andere verhaal :-) Phil On Tue, Dec 15, 2015 at 12:11 PM, Skip Lentz wrote: > > > On Dec 15, 2015, at 10:39 AM, Sven Van Caekenberghe > wrote: > > > > > >> On 15 Dec 2015, at 10:34, Stephan

Re: [Pharo-dev] AsmJit

2015-12-15 Thread p...@highoctane.be
I wish it could stay around! But with more targets (arm, x64) that may become harder to maintain. Too bad Igor is not floating around anymore... Phil On Tue, Dec 15, 2015 at 12:06 PM, Jan Vrany wrote: > Hi guys, > > two queations: > > (i) Is AsmJit going to be

Re: [Pharo-dev] D language

2015-12-13 Thread p...@highoctane.be
ut I am not > certain. > > PS: Just realised you commented on that blog post so you may be aware of > all this, but you can take this as a friendly reminder of your potential > solutions :) > > > > On Sun, Dec 13, 2015 at 2:16 AM p...@highoctane.be <p...@highoctane.be> > wrote: > >> Anyone having used D to build system-level extensions for Pharo? >> >> TIA, >> Phil >> >

Re: [Pharo-dev] D language

2015-12-13 Thread p...@highoctane.be
ntegration would need money and multiple developers of course. > > As always the hard part is to make something that works not only for your > own personal needs but for the needs of many other users. So many diffirent > designs have to applied and planned ahead. > > On Sun,

[Pharo-dev] D language

2015-12-12 Thread p...@highoctane.be
Anyone having used D to build system-level extensions for Pharo? TIA, Phil

Re: [Pharo-dev] License agreement - are you kidding me?

2015-12-08 Thread p...@highoctane.be
On Tue, Dec 8, 2015 at 12:47 AM, webwarrior wrote: > Considering that there are a couple of responses and the fact that you > guys are so easily offended, I will not answer everyone but just state > couple of theses. > > > 0. I will not reveal my real name, because I value

Re: [Pharo-dev] Documentation epiphany

2015-12-08 Thread p...@highoctane.be
FWIW, the Blue Book is very good and is a free PDF now. Phil On Tue, Dec 8, 2015 at 4:36 PM, Dimitris Chloupis wrote: > "Actually this joke I think is "stolen" by a previous joke about 3d > artists" > > nope I think I am wrong once again, looks older. > > By the way

Re: [Pharo-dev] Java Future

2015-12-04 Thread p...@highoctane.be
Question: how long to drop the slice into the inbox? On Fri, Dec 4, 2015 at 8:51 AM, EuanM wrote: > Hi Steph, > > As a newcomer, here is my experience with my first bug-fix: > > I wrote the fix in about 5 minutes. > > It then took several weeks to get the big-fix accepted

Re: [Pharo-dev] Random forest in Pharo

2015-10-16 Thread p...@highoctane.be
On Fri, Oct 16, 2015 at 12:56 PM, stepharo wrote: > Personally I do not want to be forced to deploy R or whatever when I > deploy Pharo. Period. > We have enough dependencies to external libraries dll and other. > If for one of your project you want to use a hyper cool super

Re: [Pharo-dev] hello

2015-10-12 Thread p...@highoctane.be
On Mon, Oct 12, 2015 at 3:20 PM, Thierry Goubier wrote: > Hi Sebastiàn, > > 2015-10-12 13:53 GMT+02:00 Sebastián Krynski : > >> Hello my name is Sebastián Krynski from Buenos Aires, Argentina. >> Just writing to let you know that I'm starting to

Re: [Pharo-dev] seg fault on Ubuntu when launching

2015-10-12 Thread p...@highoctane.be
I am using Ubuntu 14.04 and Pharo Launcher without issues. Which image ? 4.0? Phil On Mon, Oct 12, 2015 at 3:27 PM, Robert Withers wrote: > Hello, I am new to Pharo and just getting into it. > > I have Ubuntu and used PPA to install Pharo. The launcher is failing

Re: [Pharo-dev] seg fault on Ubuntu when launching

2015-10-12 Thread p...@highoctane.be
ell. I am pretty lost with versions. How > would I check? I installed whatever came with apt-get. > > Oh, I tried a image/changes for the launcher dated 2015.09.14, if that > helps. It segfaulted. > > - Robert > > > On 10/12/2015 09:36 AM, p...@highoctane.be wrote: > >

Re: [Pharo-dev] [ANN] Cupboard inspector for Teapot

2015-10-12 Thread p...@highoctane.be
Very nice! Will come handy for me next monday (hackathon time). Phil On Mon, Oct 12, 2015 at 3:37 PM, Torsten Bergmann wrote: > Hi, > > I took a few minutes to add a custom inspector tool ("Cupboard") to > Teapot showing all the available teapots. The tool is accessible from

Re: [Pharo-dev] Latest changes broke Icons

2015-10-02 Thread p...@highoctane.be
> > >> From my point of view, proxies are from last century ;-) > > >They are indeed, but then again so is Smalltalk. ;) > You made my day Peter :-) Isn't that why we have Pharo for the 21st? (You that thing where we do Smalltalk vm, Smalltalk globals...) Phil

Re: [Pharo-dev] Latest changes broke Icons

2015-10-02 Thread p...@highoctane.be
Have not tires #50359 but my WFT rate per minute just had a dirac spike. In TWM that I am trying to port to 5.0 there are tons of icons... Geez. Phil On Fri, Oct 2, 2015 at 7:40 PM, Torsten Bergmann wrote: > The latest changes on ThemeIcons completely broke functionality and >

Re: [Pharo-dev] If all Pharo projects were on GitHub...

2015-09-30 Thread p...@highoctane.be
Yes, about the git config core.longpaths true: works here as well. It requires git for windows > 1.9 to work. My 1.8.x choked, had to upgrade. I have checked out the VM code where there was the GeniePlugin problem and the issue was gone with that setup. cp -r or rm -rf indeed give trouble. If

Re: [Pharo-dev] Code completion in comment pane and Pillar

2015-09-30 Thread p...@highoctane.be
Completion in the comment pane is a major PITA for me. There are times when it makes sense, but not that often. Phil On Wed, Sep 30, 2015 at 9:56 PM, Peter Uhnak wrote: > Hi, > > Some time ago I ran into a problem with typing left brackets into comment > pane. > > As you

Re: [Pharo-dev] If all Pharo projects were on GitHub...

2015-09-28 Thread p...@highoctane.be
Well, there is some kind of but I was tired and the stream broke as my internet connection went bust. (and I should have done the full setup). Ah these things pile up. Still, one can see the trainwreck over here: https://www.livecoding.tv/philippeback/videos/ Pick the things with "git" in the

Re: [Pharo-dev] World.st has a new admin

2015-09-24 Thread p...@highoctane.be
Sean, King of the World.st Thx for this! Phil On Thu, Sep 24, 2015 at 8:55 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > I have always found the world.st very very useful. Thank you very much > Geert. > And thanks Sean, you will do a great job as always. > > On Thu, Sep 24,

Re: [Pharo-dev] - 250 * 1.5 is not the same as 250 * 1.5

2015-09-23 Thread p...@highoctane.be
debug it on the first one gives "MNU: receiver of "doSemanticAnalyisIn:" is nil. Weird. On Wed, Sep 23, 2015 at 8:40 AM, stepharo wrote: > Hi guys > > I think that this is quite bad that > - 250 * 1.5 returns -2.25 > > while > > -250 * 1.5 return 375 > > stef > >

Re: [Pharo-dev] Some references to transcript should be changed into File stdout

2015-09-23 Thread p...@highoctane.be
NonInteractiveTranscript is usually the class then, so no need to File stdout anything I guess. NonInteractiveTranscript install is "de rigueur" for CLI style apps. Phil On Wed, Sep 23, 2015 at 1:16 PM, stepharo wrote: > Hi > > I have the impression that some references to

Re: [Pharo-dev] TextAttributes in source code or class comment?

2015-09-22 Thread p...@highoctane.be
On Tue, Sep 22, 2015 at 9:13 AM, Tudor Girba wrote: > Hi, > > I think that having Pillar in comments is definitely the way to go. > > In: > > http://www.humane-assessment.com/blog/writing-pillar-books-with-the-gtinspector > > I show also an extension that renders comments

Re: [Pharo-dev] WhatsUp from: 2015-09-21 until: 2015-09-30

2015-09-21 Thread p...@highoctane.be
> On 21-09-15 07:00, seas...@rmod.lille.inria.fr wrote: >Hi! We're sending this automatic email twice a month, to give the community an opportunity to easily know what's happening and to coordinate efforts. Just answer informally, and feel free to spawn discussions thereafter! > > ### Here's

Re: [Pharo-dev] PID of VM ?

2015-09-14 Thread p...@highoctane.be
On Mon, Sep 14, 2015 at 2:25 PM, Esteban Lorenzano wrote: > > > On 14 Sep 2015, at 14:21, David T. Lewis wrote: > > > > On Mon, Sep 14, 2015 at 02:08:54PM +0200, Sven Van Caekenberghe wrote: > >> > >>> On 14 Sep 2015, at 11:12, Skip Lentz

Re: [Pharo-dev] FreeType hinting: any way to get a grayscale version for the subpixel rendering?

2015-09-10 Thread p...@highoctane.be
-> Monitor type "CRT" > > 2015-09-10 12:51 GMT+02:00 p...@highoctane.be <p...@highoctane.be>: > >> Is there a way to hint without having the subpixels rendered with the RGB >> artifacts? >> Just getting grayscale for the font? >> >> I ask be

[Pharo-dev] FreeType hinting: any way to get a grayscale version for the subpixel rendering?

2015-09-10 Thread p...@highoctane.be
Is there a way to hint without having the subpixels rendered with the RGB artifacts? Just getting grayscale for the font? I ask because it is getting disturbing for me with larger fonts. I saw some monoHinting in FreeTypeSettings but there doesn't seem a way to set that up. TIA Phil

Re: [Pharo-dev] [ANN] new catalog command line handler

2015-09-10 Thread p...@highoctane.be
Hey, sweet. The more CLI sutff we have, the better! Phil On Thu, Sep 10, 2015 at 12:28 PM, Esteban Lorenzano wrote: > Hi, > > This functionality is in fact in Pharo 5 since a couple of months (I added > it during ESUG), but I forget to send the ANN, then probably people

Re: [Pharo-dev] Pharo on iPad Pro

2015-09-10 Thread p...@highoctane.be
Still, this is better than having your app die on your own device coz some damn dev cert expired. Phil On Thu, Sep 10, 2015 at 3:57 PM, Dimitris Chloupis wrote: > wait, wait, I knew there was a catch :D > > This refers to creating your own app with XCODE and installing

Re: [Pharo-dev] String concatenation using comma ","

2015-09-10 Thread p...@highoctane.be
I came to realize the value of that too. Phil On Thu, Sep 10, 2015 at 4:34 PM, Max Leske wrote: > I’m with Sven on this. Just because JavaScript implementations (and > others) choose to perform implicit type conversion doesn’t mean it’s a good > thing. It might make it

Re: [Pharo-dev] Pharo on iPad Pro

2015-09-10 Thread p...@highoctane.be
Time to dust off Xcode :-) Pharo 5.0 on iPad would be cool. Phil On Thu, Sep 10, 2015 at 3:46 PM, Dimitris Chloupis wrote: > WOW thats quite a change of direction !!! > Thanks for bringing this to my attention :) Suddenly I am way more > optimistic :) > > On Thu, Sep

Re: [Pharo-dev] WhatsUp from: 2015-09-07 until: 2015-09-20

2015-09-08 Thread p...@highoctane.be
> > Le 7/9/15 07:00, seas...@rmod.lille.inria.fr a écrit : > >> Hi! We're sending this automatic email twice a month, to give the >> community an opportunity to easily know what's happening and to coordinate >> efforts. Just answer informally, and feel free to spawn discussions >> thereafter! >>

Re: [Pharo-dev] [Pharo-users] [ANN] Pharo Consortium New Gold Member: Projector Software GmbH

2015-08-24 Thread p...@highoctane.be
It is nice to see the types of projects. Phil Le 24 août 2015 12:56, Sven Van Caekenberghe s...@stfx.eu a écrit : Excellent news! On 24 Aug 2015, at 12:37, Marcus Denker marcus.den...@inria.fr wrote: The Pharo Consortium is very happy to announce that Projector Software GmbH has

Re: [Pharo-dev] Nautilus questions

2015-08-20 Thread p...@highoctane.be
Le 20 août 2015 09:15, stepharo steph...@free.fr a écrit : For example why protocol get the same space than method. We could split the protocol by half and use the space for soemthing useful. Protocol names can be long... I would like the coding area to expand a bit when a method is too

Re: [Pharo-dev] we are running dependencies breaking sprints....

2015-08-15 Thread p...@highoctane.be
what's a tahe? Le 15 août 2015 15:49, stepharo steph...@free.fr a écrit : I forgot to mention that people can help since we added a tahe pharo-bootstrap. Stef Le 15/8/15 10:53, Tudor Girba a écrit : This is exciting. Thanks a lot for this effort! Doru On Sat, Aug 15, 2015 at 10:50 AM,

Re: [Pharo-dev] we are running dependencies breaking sprints....

2015-08-15 Thread p...@highoctane.be
Boostrapping is removing a ton of black magic indeed. There will be not one Pharo but the Pharo one needs for a given purpose. That's awesome. Phil Le 15 août 2015 10:50, stepharo steph...@free.fr a écrit : Hi guys just to let you know that we run a dependencies breaking sprint yesterday

Re: [Pharo-dev] Binding a UDP Socket to a specific interface

2015-08-12 Thread p...@highoctane.be
Nice to know! On Wed, Aug 12, 2015 at 5:25 PM, Sven Van Caekenberghe s...@stfx.eu wrote: Today we spent some time figuring out how to bind a UDP Socket to a specific interface, as opposed to any or 0.0.0.0. This special case is needed when a server holds multiple IP addresses. If you do not

Re: [Pharo-dev] Mongo - find object by id

2015-08-12 Thread p...@highoctane.be
I had that issue and fixed it in the OID class which gave a wrong id. IIRC... Afk now but will look for it and send the fix. Phil Le 12 août 2015 09:44, Sabine Manaa manaa.sab...@gmail.com a écrit : Hi, on mongo console, this brings me a persons information from mongo db

Re: [Pharo-dev] Mongo - find object by id

2015-08-12 Thread p...@highoctane.be
, Aug 12, 2015 at 5:28 PM, p...@highoctane.be p...@highoctane.be wrote: I have forked and diverged a bit too much I think... Phil Le 12 août 2015 11:19, Esteban Lorenzano esteba...@gmail.com a écrit : and here the issue report: https://github.com/estebanlm/voyage/issues/6 :) On 12

Re: [Pharo-dev] Multiple syntax support in Pharo

2015-08-05 Thread p...@highoctane.be
Not to mention the ability to edit JavaScript methods when writing Seaside apps with some syntax highlighting and no string escaping. Same story for CSS, images etc. (I think we miss a basic picture editor in Pharo). Phil On Tue, Aug 4, 2015 at 10:58 AM, Stephan Eggermont step...@stack.nl

Re: [Pharo-dev] [Pharo5] Update #200!

2015-08-05 Thread p...@highoctane.be
Move them back to forums and it will be fine. I am using Gmail Phil On Wed, Aug 5, 2015 at 12:45 PM, Dimitris Chloupis kilon.al...@gmail.com wrote: Dont know why but all your mails go directly to my spam folder and I am using Gmail. Anyone else has the same issue ? Anyway great job guys :)

Re: [Pharo-dev] [Issue tracker] *Please* look at your old reported issues!

2015-07-30 Thread p...@highoctane.be
Most of the feedback is won't fix or done in 4.x or 5.x All nice but hard to look at as day to day work is in 3.0 This effect will only get worse over time I guess. On Thu, Jul 30, 2015 at 9:04 AM, Marcus Denker marcus.den...@inria.fr wrote: Hi, We have 622 open issues. There are *a lot* of

Re: [Pharo-dev] [Issue tracker] *Please* look at your old reported issues!

2015-07-30 Thread p...@highoctane.be
wrote: On 30 Jul 2015, at 10:27, p...@highoctane.be wrote: Most of the feedback is won't fix or done in 4.x or 5.x All nice but hard to look at as day to day work is in 3.0 You have to move, you are missing out on all the nice stuff ! Seriously, I understand that you stay at what you

Re: [Pharo-dev] [Issue tracker] *Please* look at your old reported issues!

2015-07-30 Thread p...@highoctane.be
Adding to that: no incentive to move to 4.x or 5.x for that very project. For my own stuff, this is a different story. Phil On Thu, Jul 30, 2015 at 11:07 AM, Sven Van Caekenberghe s...@stfx.eu wrote: On 30 Jul 2015, at 10:27, p...@highoctane.be wrote: Most of the feedback is won't fix

Re: [Pharo-dev] [Issue tracker] *Please* look at your old reported issues!

2015-07-30 Thread p...@highoctane.be
Not with the tons of configs I load and the fact that Roassal2 has been moving under my feet. Phil On Thu, Jul 30, 2015 at 11:07 AM, Sven Van Caekenberghe s...@stfx.eu wrote: On 30 Jul 2015, at 10:27, p...@highoctane.be wrote: Most of the feedback is won't fix or done in 4.x or 5.x All

Re: [Pharo-dev] Tiling Window Manager: Enable on load

2015-07-17 Thread p...@highoctane.be
I use both. Le 17 juil. 2015 21:55, Sean P. DeNigris s...@clipperadams.com a écrit : laurent laffont wrote And hide the taskbar too ? I guess that makes sense since there is a window list in the TWM bar. Your call... - Cheers, Sean -- View this message in context:

Re: [Pharo-dev] Accessor creation for multiple ivars

2015-07-15 Thread p...@highoctane.be
I share your pain. Le 15 juil. 2015 12:16, Torsten Bergmann asta...@gmx.de a écrit : When creating a class with three or more instance variables Object subclass: #Foo instanceVariableNames: 'one two three' classVariableNames: '' category: 'Bar' and choosing

Re: [Pharo-dev] Accessor creation for multiple ivars

2015-07-15 Thread p...@highoctane.be
Worst is that I got to that menu at one point but completely forgot about it.. The refactoring menu + code rewriting features are in need of some love :-) Phil On Wed, Jul 15, 2015 at 12:52 PM, Torsten Bergmann asta...@gmx.de wrote: Nicolai Hess wrote choosing Refactoring - Class Refactoring

Re: [Pharo-dev] [Pharo-users] Saving image sometimes corrupts it

2015-07-14 Thread p...@highoctane.be
I have had some Windows|Linux image transfers fail because I was using some .so libraries on Linux and the image wasn't agreeing to work properly/crashed on Windows (due to those missing I guess). Not having seen those since I am sticking to CentOS now. Phil On Tue, Jul 14, 2015 at 11:47 AM,

Re: [Pharo-dev] OpenAL bindings.

2015-07-10 Thread p...@highoctane.be
More like a game engine I'd say. So, makes sense to me. Phil Le 10 juil. 2015 22:36, stepharo steph...@free.fr a écrit : Hi ronie this is nice but why do you want to integrate it into Woden? To me Woden is for 3D graphics. Setf Le 10/7/15 03:51, Ronie Salgado a écrit : Hello, I

[Pharo-dev] https://readthedocs.org/

2015-07-08 Thread p...@highoctane.be
How would we integrated pillar html output in here? https://readthedocs.org/

Re: [Pharo-dev] Blog post on the new Fast Table

2015-07-02 Thread p...@highoctane.be
Yes, very interesting work. We need to get the slow feel of the environment go away, thanks for working on that, Esteban. Is this something that would also address the slowness when we click on Object in Nautilus? Phil On Thu, Jul 2, 2015 at 1:59 PM, Stephan Eggermont step...@stack.nl wrote:

Re: [Pharo-dev] the importance of your story

2015-06-25 Thread p...@highoctane.be
Yes, thx. Your words are inspiring. At a time I needed that lift :-) Phil Le 25 juin 2015 13:54, Max Leske maxle...@gmail.com a écrit : Thanks Doru! On 25 Jun 2015, at 13:39, Tudor Girba tu...@tudorgirba.com wrote: Hi, I gave last week a talk at NDC Oslo on Don't demo facts. Demo

Re: [Pharo-dev] We want to remove historyNavigation from Nautilus...

2015-06-16 Thread p...@highoctane.be
I use it too. Le 16 juin 2015 22:10, Nicolai Hess nicolaih...@web.de a écrit : 2015-06-16 18:00 GMT+02:00 stepharo steph...@free.fr: Hi guys we really need to cleanup nautilus and we are thinking to remove the history navigation. So we hope that not that many people will cry but we

Re: [Pharo-dev] Printing in transcript inside a loop

2015-06-10 Thread p...@highoctane.be
On Wed, Jun 10, 2015 at 11:56 AM, Matthieu Lacaton matthieu.laca...@gmail.com wrote: Hello, You need to fork it to be able to see the updates right away. Or ask for the world to happen if the code is in the UI thread. World doOneCycle

Re: [Pharo-dev] TWM in Pharo 4.0

2015-06-03 Thread p...@highoctane.be
Not using 4.0 yet. Phil On Wed, Jun 3, 2015 at 10:53 PM, Sean P. DeNigris s...@clipperadams.com wrote: I tried to load it from the Configuration Browser, and was notified that there was no stable version for the platform. I declared the stable version for Pharo 3.0 as that for Pharo 4.0 and

Re: [Pharo-dev] Mongo and aggregation framework

2015-06-03 Thread p...@highoctane.be
On Wed, Jun 3, 2015 at 10:50 PM, Christophe Demarey christophe.dema...@inria.fr wrote: Le 3 juin 2015 à 19:32, p...@highoctane.be a écrit : Le 3 juin 2015 17:45, Christophe Demarey christophe.dema...@inria.fr a écrit : Hello, I would like to use set operators defined in mongo

Re: [Pharo-dev] Mongo and aggregation framework

2015-06-03 Thread p...@highoctane.be
Le 3 juin 2015 17:45, Christophe Demarey christophe.dema...@inria.fr a écrit : Hello, I would like to use set operators defined in mongo but it looks like there is no support for the aggregation framework in the mongo driver. Does anyone has information about this? Search the list as I

Re: [Pharo-dev] Opportunity to steal good ideas from dad ;)

2015-05-22 Thread p...@highoctane.be
: [ :each | (mean - each) sign ] but still. Other use cases for = ? Phil On Fri, May 22, 2015 at 11:43 AM, Sven Van Caekenberghe s...@stfx.eu wrote: On 21 May 2015, at 16:50, Esteban A. Maringolo emaring...@gmail.com wrote: 2015-05-21 10:01 GMT-03:00 p...@highoctane.be p

Re: [Pharo-dev] Opportunity to steal good ideas from dad ;)

2015-05-21 Thread p...@highoctane.be
On Thu, May 21, 2015 at 2:19 PM, Sean P. DeNigris s...@clipperadams.com wrote: Squeak 4.6 Spur Release Notes http://wiki.squeak.org/squeak/6192 Tag sort functions looks great to have around. About the spaceship operator (=), is this something we'd like to have around? (I like it).

Re: [Pharo-dev] Opportunity to steal good ideas from dad ;)

2015-05-21 Thread p...@highoctane.be
On Thu, May 21, 2015 at 4:39 PM, Max Leske maxle...@gmail.com wrote: On 21 May 2015, at 16:31, p...@highoctane.be wrote: 56 = 43 -- -1 abcd = defgh -- +1 I said “object oriented”… :p Bah, let's got with lots of ifTrue:ifFalse: ... Hopefully, a kind soul will iterate on this and make

Re: [Pharo-dev] Opportunity to steal good ideas from dad ;)

2015-05-21 Thread p...@highoctane.be
56 = 43 -- -1 abcd = defgh -- +1 Just get a numerical result out of it. Phil On Thu, May 21, 2015 at 4:22 PM, Max Leske maxle...@gmail.com wrote: On 21 May 2015, at 15:01, p...@highoctane.be wrote: On Thu, May 21, 2015 at 2:19 PM, Sean P. DeNigris s...@clipperadams.com wrote

[Pharo-dev] MongoTalk UpdateOperation and options. How to?

2015-05-20 Thread p...@highoctane.be
In MongoTalk, there is UpdateOperation. But I can't find how one can do an update with options. http://docs.mongodb.org/manual/reference/method/db.collection.update/ I see Mongoupdate: origDictionary with: newDictionary collection: aString (UpdateOperation collection: aString

Re: [Pharo-dev] Transcript needs your love

2015-05-08 Thread p...@highoctane.be
Guess we need a World doOneCycle somewhere. That's how I get my things to the Transcript in long loops. Or use VTermOutputDriver which logs to the console. Phil On Fri, May 8, 2015 at 11:34 AM, stepharo steph...@free.fr wrote: Hi guys the Transcript in Pharo is that it's not asynchronous

Re: [Pharo-dev] [Ann] The Garage database driver API

2015-05-07 Thread p...@highoctane.be
May I ask you to add me as a contributor to this thing? Phil On Thu, May 7, 2015 at 11:42 AM, p...@highoctane.be p...@highoctane.be wrote: Just the news made me jump in my chair Great site, cool stuff. Can't wait to use that. How is this working with a proper connection pool? Aka

Re: [Pharo-dev] [Ann] The Garage database driver API

2015-05-07 Thread p...@highoctane.be
Just the news made me jump in my chair Great site, cool stuff. Can't wait to use that. How is this working with a proper connection pool? Aka JDBC DataSource. Phil On Thu, May 7, 2015 at 11:36 AM, Guillermo Polito guillermopol...@gmail.com wrote: Hi all, I'm pleased to announce the

Re: [Pharo-dev] NativeBoost and memory management

2015-05-07 Thread p...@highoctane.be
On Thu, May 7, 2015 at 8:53 AM, Holger Freyther hol...@freyther.de wrote: Good Morning, I used NB to access openlog, closelog and syslog of libc and I am not sure if I got it right but didn’t really get further by browsing testcases/reading the examples. openlog(3) takes an “char *ident”

Re: [Pharo-dev] RewriteTool

2015-05-07 Thread p...@highoctane.be
Maybe this could be linked to some mongotalk issues with connections in the pools. I've had some in my app and had to make sure all handles were right before a lot of the calls. Phil On Thu, May 7, 2015 at 9:35 AM, Jean-Christophe Bach jeanchristophe.b...@inria.fr wrote: * p...@highoctane.be

Re: [Pharo-dev] RewriteTool

2015-05-07 Thread p...@highoctane.be
Nope, not found. Even using the search box on STH Phil On Thu, May 7, 2015 at 9:23 AM, Jean-Christophe Bach jeanchristophe.b...@inria.fr wrote: * Sean P. DeNigris s...@clipperadams.com [06.05.2015. @12:26:49 -0700]: Sean P. DeNigris wrote

Re: [Pharo-dev] Roassal3D and Woden process handling

2015-05-04 Thread p...@highoctane.be
On Mon, May 4, 2015 at 4:16 PM, Ronie Salgado ronies...@gmail.com wrote: Hi Yuriy, Process and OpenGL are a pain in the ass. This is why I hate the Smalltalk green threads, for the following reasons: - Operating system Thread Local Storage is not respected. The current OpenGL is a thread

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-03 Thread p...@highoctane.be
[image: Inline image 1] Pharo.exe - 5 363 606 bytes Phil On Sun, May 3, 2015 at 1:17 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-05-01 23:05 GMT+02:00 p...@highoctane.be p...@highoctane.be: Did you tried this ? https://github.com/pharo-project/pharo-vm/blob/master/README-Win32.md

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-01 Thread p...@highoctane.be
Did you tried this ? https://github.com/pharo-project/pharo-vm/blob/master/README-Win32.md (I wrote that thing a while ago). http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/mingw-get-inst/ was where I got the env from. I've got a PharoVM built with gcc 4.8.1

Re: [Pharo-dev] build pharo vm on windows (old mingw package)

2015-05-01 Thread p...@highoctane.be
https://www.dropbox.com/s/e5ws36rxo2z19lf/pharo-vm.zip?dl=0 On Fri, May 1, 2015 at 9:04 PM, Nicolai Hess nicolaih...@web.de wrote: 2015-04-30 11:33 GMT+02:00 Esteban Lorenzano esteba...@gmail.com: aren’t you able to install an older version of gcc in your newer version of mingw? hm,

Re: [Pharo-dev] [ANN] Idea icon pack now in Configuration Browser

2015-04-30 Thread p...@highoctane.be
Wow​ Nice. Any way to load that in a 3.0? Phil

Re: [Pharo-dev] [ANN] Idea icon pack now in Configuration Browser

2015-04-30 Thread p...@highoctane.be
wrote: the same On 30 Apr 2015, at 12:18, p...@highoctane.be wrote: Wow​ Nice. Any way to load that in a 3.0? Phil

Re: [Pharo-dev] [ANN] Idea icon pack now in Configuration Browser

2015-04-30 Thread p...@highoctane.be
Works now. Awesome. Yay! Phil On Thu, Apr 30, 2015 at 1:29 PM, Esteban Lorenzano esteba...@gmail.com wrote: oops. sorry, is fixed now… can you re-try it? Esteban On 30 Apr 2015, at 12:37, p...@highoctane.be wrote: The Gofer stanza works. But Then DNU IdeaUIThermeIconsicons

Re: [Pharo-dev] [ANN] Idea icon pack now in Configuration Browser

2015-04-30 Thread p...@highoctane.be
icons like that. Phil On Thu, Apr 30, 2015 at 1:29 PM, Esteban Lorenzano esteba...@gmail.com wrote: oops. sorry, is fixed now… can you re-try it? Esteban On 30 Apr 2015, at 12:37, p...@highoctane.be wrote: The Gofer stanza works. But Then DNU IdeaUIThermeIconsicons glamorousRight

Re: [Pharo-dev] Release with Dark Theme

2015-04-24 Thread p...@highoctane.be
On Fri, Apr 24, 2015 at 8:38 AM, Esteban Lorenzano esteba...@gmail.com wrote: I disagree… DarkTheme is just for certain tastes, while regular one, while probably dated, is more “standard”. Also, DarkTheme is not ready. yeah, yeah… it works and works fine most of the time… but not *all* the

Re: [Pharo-dev] Release with Dark Theme

2015-04-24 Thread p...@highoctane.be
On Fri, Apr 24, 2015 at 12:45 PM, Thierry Goubier thierry.goub...@gmail.com wrote: Le 24/04/2015 12:21, p...@highoctane.be a écrit : On Fri, Apr 24, 2015 at 10:48 AM, Thierry Goubier thierry.goub...@gmail.com mailto:thierry.goub...@gmail.com wrote: Le 24/04/2015 10:11, p

Re: [Pharo-dev] Small ScreenTheme [was: Release with Dark Theme]

2015-04-24 Thread p...@highoctane.be
I am working on a 13inch 1080p laptop, that's fine, even with the larger font (which I am using). Maybe you want to have things working nicer on 1366x720p screens? Or 1280x800 for old MBPs? That's the cheap laptop rez (I've been cursed with having to work with one for a client). Phil On Fri,

Re: [Pharo-dev] Release with Dark Theme

2015-04-24 Thread p...@highoctane.be
On Fri, Apr 24, 2015 at 9:45 AM, Sven Van Caekenberghe s...@stfx.eu wrote: That's a bit harsh, the fonts are the same ;-) And it is of course possible that you don't like it, it is a matter of taste. The contrast thing is also taste, but for some people it solve certain vision problems.

Re: [Pharo-dev] Updated WebDoc

2015-04-24 Thread p...@highoctane.be
On Fri, Apr 24, 2015 at 9:06 AM, Esteban Lorenzano esteba...@gmail.com wrote: On 24 Apr 2015, at 08:56, stepharo steph...@free.fr wrote: Ok I saw with the version 30 it is much better :) Because I was surprised that someone could do anything with the 40. Now in that case we should not just

Re: [Pharo-dev] Updated WebDoc

2015-04-24 Thread p...@highoctane.be
On Fri, Apr 24, 2015 at 8:56 AM, stepharo steph...@free.fr wrote: Ok I saw with the version 30 it is much better :) Because I was surprised that someone could do anything with the 40. Now in that case we should not just put in it in the obscure file server but promoted to the website.

Re: [Pharo-dev] Release with Dark Theme

2015-04-24 Thread p...@highoctane.be
On Fri, Apr 24, 2015 at 10:48 AM, Thierry Goubier thierry.goub...@gmail.com wrote: Le 24/04/2015 10:11, p...@highoctane.be a écrit : On Fri, Apr 24, 2015 at 8:38 AM, Esteban Lorenzano esteba...@gmail.com mailto:esteba...@gmail.com wrote: I disagree… DarkTheme is just for certain

Re: [Pharo-dev] Pharo on Centos/RHEL/ 7.1

2015-04-24 Thread p...@highoctane.be
On Fri, Apr 24, 2015 at 3:08 PM, Sean P. DeNigris s...@clipperadams.com wrote: philippeback wrote centos 6.5 is fine for rhel6. those are clones. Do you know if that's true in general for the entire RedHat family (e.g. Fedora)? Or for other families? E.g. Debian/Ubuntu/Mint? I do not use

Re: [Pharo-dev] Release with Dark Theme

2015-04-24 Thread p...@highoctane.be
On Fri, Apr 24, 2015 at 2:33 PM, stepharo steph...@free.fr wrote: Le 24/4/15 11:06, p...@highoctane.be a écrit : On Fri, Apr 24, 2015 at 9:45 AM, Sven Van Caekenberghe s...@stfx.eu wrote: That's a bit harsh, the fonts are the same ;-) And it is of course possible that you don't like

Re: [Pharo-dev] Pharo on Centos/RHEL/ 7.1

2015-04-24 Thread p...@highoctane.be
centos 6.5 is fine for rhel6. those are clones. centos is built from the same sourcetree has rhel. the pictures are different but the code is the same. havent tested on 7. phil Le 24 avr. 2015 15:02, Sean P. DeNigris s...@clipperadams.com a écrit : nacho wrote I noticed that in Pharo's

Re: [Pharo-dev] Issue 15394: (Launcher) Safer Image Deletion

2015-04-24 Thread p...@highoctane.be
Le 24 avr. 2015 16:11, Sean P. DeNigris s...@clipperadams.com a écrit : https://pharo.fogbugz.com/default.asp?15394 Especially as we move to push the launcher as the default download for new users, this will be crucial. Right now, we are deleting via an `rm -fr` like approach, which is quite

<    1   2   3   4   5   6   7   8   9   10   >