[Pharo-dev] Slots and MethodWrappers

2015-03-24 Thread p...@highoctane.be
I wondered how these two things are related. Will slots be giving MWs facilities out of the box? When should I use both? Phil

Re: [Pharo-dev] WorkingSession log

2017-07-27 Thread p...@highoctane.be
In my case it once took eons because I had lots of fonts on a machine. It depends if you have the font check enabled or not I guess. But yeah, loading truetype fonts and all glyphs etc take a while I assume. Having this "boot time sequence log" is nice. Clement told me once to do this in a 5.0 W

Re: [Pharo-dev] WorkingSession log

2017-07-28 Thread p...@highoctane.be
If my Seaside app is generating graphics (it is) using FT2 fonts, well, I cannot escape this... Phil On Fri, Jul 28, 2017 at 11:37 AM, Denis Kudriashov wrote: > 2017-07-28 10:26 GMT+02:00 Esteban Lorenzano : > >> >> >> On 28 Jul 2017, at 10:15, Denis Kudriashov wrote: >> >> 6ms startup:true a

Re: [Pharo-dev] [IMPORTANT] Following changes in the bootstrapping process

2017-08-01 Thread p...@highoctane.be
Massive. What is in the super small image? Is Hermes going to be a generic binary content loader? Phil On Aug 1, 2017 11:58, "Pavel Krivanek" wrote: Hello, we are checking a huge pull request #177 (https://github.com/pharo- project/pharo/pull/177) that will change some basics of the bootstrap

Re: [Pharo-dev] @About posting here

2017-08-16 Thread p...@highoctane.be
I don't know why you think that anybody would silence you. Just the fact that you bother mentioning that is just a huge internal insecurity showcase to me. Come on, if we cared about popular opinions, this would be a javascript or nodejs list, not a Pharo list. I do not care a bit about popularit

Re: [Pharo-dev] [Pharo-users] including Pillar in Pharo image by default

2017-08-17 Thread p...@highoctane.be
Got an architecture discussion with a client this morning and a lot of pain they face is that there are too many choices out there on some platforms. A batteries included distro with one good framework doing its thing nicely if really a good thing to have. It reduces the amount of choice and thus

Re: [Pharo-dev] [Ann] PharmIDE is renamed to TelePharo and moved to github

2017-08-23 Thread p...@highoctane.be
Hey Denis, That's a decent name. At least this is settled. Now code that reads: remotePharo := TlpRemoteIDE connectTo: () is annoying with the "Remote" because it somewhat implies that the IDE is remote. But the IDE is local and connects to a remote. Maybe remotePharo := TlpIDE connectToR

Re: [Pharo-dev] The mooc is looking for forum moderators

2017-09-04 Thread p...@highoctane.be
Can be around. I did the MOOC once. Phil, missing ESUG :-( On Mon, Sep 4, 2017 at 7:34 PM, Myroslava Romaniuk wrote: > Hi I would like to help too, if possible. > > On 2 September 2017 at 22:33, Rene Paul Mages (ramix) > wrote: > >> >> >> Le 01/09/2017 à 11:40, Serge Stinckwich a écrit : >> >

Re: [Pharo-dev] Pharo 6.1 32bit/64bit on CentOS 7 with Iceberg

2017-09-14 Thread p...@highoctane.be
I used it but not enough to help you with this issue. Phil On Thu, Sep 14, 2017 at 12:22 AM, Andrei Chis wrote: > Hi, > > Does anybody use Pharo 6.1 (32 or 64 bit) on CentOS 7? > I am getting randomly the following crash when trying to clone a > repository from github. While this might suggest

Re: [Pharo-dev] TechTalk today, 17h UTC "Free talk Pharo 7"

2017-09-19 Thread p...@highoctane.be
Thx Will try that. Phil On Tue, Sep 19, 2017 at 4:17 PM, Torsten Bergmann wrote: > Hi Phil, > > maybe also my https://github.com/astares/pharo-contributor > can help you here. > > Clone it locally and run download.bat (Windows) or download.sh (other) and > wait until all is finished. > > This

Re: [Pharo-dev] String Interpolation

2017-09-28 Thread p...@highoctane.be
We also have http://norbert.hartl.name/blog/2013/10/03/mustache-templates-for-smalltalk/ Phil On Thu, Sep 28, 2017 at 4:20 PM, Sven Van Caekenberghe wrote: > Hi, > > I got into a little office discussion about string interpolation as it is > done in different programming languages. > > In Pharo

Re: [Pharo-dev] String Interpolation

2017-09-28 Thread p...@highoctane.be
gt; > > On 28 Sep 2017, at 16:27, p...@highoctane.be wrote: > > > > We also have http://norbert.hartl.name/blog/2013/10/03/mustache- > templates-for-smalltalk/ > > > > Phil > > Yes, Mustache is a cool templating engine, but it is similar to #format: > not t

Re: [Pharo-dev] String Interpolation

2017-09-28 Thread p...@highoctane.be
; > > > On 28 Sep 2017, at 17:13, Thierry Goubier > wrote: > > > > > > > > 2017-09-28 17:08 GMT+02:00 Sven Van Caekenberghe : > > > > > > > On 28 Sep 2017, at 16:58, p...@highoctane.be wrote: > > > > > > I stand corrected. >

Re: [Pharo-dev] Call for little tasks for GCI

2017-09-28 Thread p...@highoctane.be
What about LD_LIBRARY_PATH=;$LD_LIBRARYPATH ./pharo-ui some.image Phil On Thu, Sep 28, 2017 at 7:41 PM, Jigyasa Grover wrote: > Hello hernanmd, > > Please check out the link to the repository > (github.com/jigyasa-grover/GCI-2017-with-Pharo) it should work for you, I > added you as a collabor

[Pharo-dev] Non blurry Pharo 6.1 on Windows 10 and 4K display

2017-10-08 Thread p...@highoctane.be
Just wanted to say that one can have Pharo on a 4K display without blurry fonts. https://i.imgur.com/FDeLFTN.png This requires to use the settings with Large or Huge fonts. And create a shortcut to Pharo.exe with the following settings in the properties of that shortcut: https://i.imgur.com/7G1

Re: [Pharo-dev] , for vector creation

2017-10-25 Thread p...@highoctane.be
I also like the , message for those vectors and the concatenation of dimensions makes sense. vector := (1,3,4,5,7,-2). looks how it should be. Readable, easy to translate vector stuff from reference text. Phil On Thu, Oct 26, 2017 at 7:00 AM, Nicolai Hess wrote: > > > Am 25.10.2017 10:50 PM

Re: [Pharo-dev] , for vector creation

2017-10-26 Thread p...@highoctane.be
> vector := 1,3,4,5,7,-2. > > Which is not as nice. > > And even though it looks ok for literal numbers (#(1 3 4 5 7 -2) asVector would work too), this starts to look quite generic: > > vector := width, height, depth. > > > Question: why not extend @ notation? > > x @

Re: [Pharo-dev] , for vector creation

2017-10-26 Thread p...@highoctane.be
I do not turn on autoformatting and use the format menu entry on an as needed basis. Autoformatting on Seaside renderOn: methods is a royal PITA. Phil On Thu, Oct 26, 2017 at 8:44 PM, Peter Uhnák wrote: > > Autoformatting messing with my parentheses is just a mistake. > > I put them in, leave

Re: [Pharo-dev] Preferences location on linux and windows?

2017-10-30 Thread p...@highoctane.be
I am using FileLocator preferences pathString --> C:\Users\phil\AppData\Roaming And FileLocator preferences asFileReference in a playground opens the folder on the right. Phil On Mon, Oct 30, 2017 at 8:39 AM, Clément Bera wrote: > > > On Sun, Oct 29, 2017 at 9:27 PM, Stephane Ducasse > wrot

Re: [Pharo-dev] Pharo Quality: raising the quality level in Pharo 7 and onwards

2017-11-17 Thread p...@highoctane.be
Ok. Now, how is one using those super tools? You mean Quality Assistant for example? Phil On Fri, Nov 17, 2017 at 11:52 AM, Torsten Bergmann wrote: > Hi, > > when we forked Pharo back in the days (2008) one of the primary goals of > Pharo was and still is to provide a CLEAN SYSTEM. > > Now afte

Re: [Pharo-dev] [PHARO 7.0A] NEXT ENHANCEMENTS

2017-11-23 Thread p...@highoctane.be
Yes, very. Phil On Thu, Nov 23, 2017 at 12:26 PM, Alexandre Bergel wrote: > Impressive!! > > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > On Nov 23, 2017, at 7:12 AM, Stephane Ducass

[Pharo-dev] Pharo 64bit VM and image for 6.1 on CentOS 7

2017-11-26 Thread p...@highoctane.be
I have installed the rpms provided by Norbert and Holger. Now, I have a working 60 in 64 bit. But I'd like to get a 61 in 64 bit. I can rebuild the rpms from source and currently stand at version 1.13.1 (seems to be an update). I also find it annoying to not have an image provided, we have the

Re: [Pharo-dev] Pharo 64bit VM and image for 6.1 on CentOS 7

2017-11-26 Thread p...@highoctane.be
I have found the http://files.pharo.org/get-files/61/ with a 64 bit version but the VM I have on CentOS is making bad artefacts on the text. [image: Inline image 1] Phil On Sun, Nov 26, 2017 at 10:22 PM, p...@highoctane.be wrote: > I have installed the rpms provided by Norbert and Hol

Re: [Pharo-dev] [Pharo-users] ZnClient in Pharo 6.1 not working for Https on Windows

2018-01-21 Thread p...@highoctane.be
Back from the grave on this one but the current 6.1 is not fixed on that front and the antivirus (Defender) does not delete anything. This makes 6.1 an unusable target on Windows and 70 is also unusable. So, the only viable thing is a 50. This is not really serious. What's the point of piling

Re: [Pharo-dev] [ANN] Next Pharo release moved to end of year

2018-01-24 Thread p...@highoctane.be
Sounds like a realistic plan. Good to read that. I have the impression that Pharo 3, Pharo 5, Pharo 7 will be the solid releases. Are we having a pattern here? Phil On Jan 23, 2018 14:20, "Esteban Lorenzano" wrote: > Hi all, > > After some analysis of current condition of development, we deci

Re: [Pharo-dev] Change Pharo window icon

2018-02-02 Thread p...@highoctane.be
For Windows one can change it using a resource editor. http://www.angusj.com/resourcehacker/ Phil On Feb 2, 2018 20:33, "Stephane Ducasse" wrote: > Would it be possible to change the icon without having to compile a new VM? > To me the current setup looks so monolithic and dated. > I would exp

Re: [Pharo-dev] Searching for an internship

2018-02-15 Thread p...@highoctane.be
Is FileOuterNG available? Phil On Feb 15, 2018 12:06, "Maxime Roelandt" wrote: > Hi all, > > I'm searching for an internship as student of Master's 2 degree in > Computer Science at University of Lille1. > > My skills are essentially in Smalltalk and C. > > Minimum 1500 € net salary. > I am ava

Re: [Pharo-dev] renaming Matrix to 2dArray

2018-03-10 Thread p...@highoctane.be
I think that if we want a "proper" matrix, it should live in PolyMath, and there is a PMMatrix. Then there is also DataFrame. And then get a prefix to its name, like we have a RTTabTable in Roassal. http://agilevisualization.com/AgileVisualization/QuickStart/0101-QuickStart.html We also have Tab

Re: [Pharo-dev] Discord server vanished!

2018-03-10 Thread p...@highoctane.be
But, where is the server? Phil On Sat, Mar 10, 2018 at 10:17 AM, Dimitris Chloupis wrote: > That's my bad, apparently when I transferred ownership to Esteban I forgot > to remove the moderation role from my bot Lighthouse. > > I also made the stupid mistake to post security tokens inside the so

Re: [Pharo-dev] call for help: answer on HN :)

2018-04-07 Thread p...@highoctane.be
interruptible.. yes! On Sat, Apr 7, 2018, 19:10 Thierry Goubier wrote: > Hi Alex, > > Le 07/04/2018 à 17:48, Aliaksei Syrel a écrit : > > Hi > > > > Here is a link to a report about their experience with Pharo: > > https://gitlab.fit.cvut.cz/taibrmar/sokoban-using-bloc > > > > There definitely e

Re: [Pharo-dev] call for help: answer on HN :)

2018-04-10 Thread p...@highoctane.be
On Tue, Apr 10, 2018, 08:17 Stephane Ducasse wrote: > It was a year ago and now Iceberg will become iceberg20. > And a year ago we could/should have used Pharo 50 but we used Pharo > 6.1 and the 64bits bit us. > Let us focus on the future and yes we should improve. > If there is something I lear

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

2015-09-10 Thread p...@highoctane.be
ot;CRT" > > 2015-09-10 12:51 GMT+02:00 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

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 10, 2015 at 3:52 PM Stepha

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 it to your > OWN iOS devi

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 easier for newcomers to w

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 wrote: > >>> > >>> > On Sep 14, 2015, at 11:04 AM,

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 what

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 with PIllar highlighting

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 Transcript should be

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, 20

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 ti

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 w

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 know, code blocks in P

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 > icons of externa

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] [OT] Slides the web way

2015-10-07 Thread p...@highoctane.be
And maybe some Grafoscopio On Wed, Oct 7, 2015 at 10:09 PM, Torsten Bergmann wrote: > As we have: > > - Pillar to write content in wiki syntax and generate HTML out of it > - Mustache as template engine > - Teapot to easily server static and dynamic web content > > one might create his next P

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 work on adding an >> atomic swap operator in Pharo

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 with > a segfault crash.dmp wh

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 the > Tool menu ri

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

2015-10-12 Thread p...@highoctane.be
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: > > I am using Ubuntu 14.04 and Phar

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 hyper coool > externa

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 because of > issues wit

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 privacy. Nickname is >

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 Pharo documentation is so go

[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] D language

2015-12-13 Thread p...@highoctane.be
t; 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 > 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
ultiple 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, Dec 13, 2015 at 1:54 PM p...@highoctane

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 developed any more or it's aband

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 Eggermont wrote: > >> > >> On 15-12

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: > > With interfaces I think groovy.

Re: [Pharo-dev] AsmJit

2015-12-16 Thread p...@highoctane.be
odule, and invoked back through FFI. Hope it is clearer. Phil On Wed, Dec 16, 2015 at 9:01 PM, Eliot Miranda wrote: > Hi Phil, > > On Wed, Dec 16, 2015 at 10:14 AM, p...@highoctane.be > wrote: > >> Eliot, >> >> The C code generator has been externalized, so it

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 a

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 question not about how

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 wonder, my PhD tool (Marea) and related >> sub-proj

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 P

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 in the Smalltalk Co

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 implementi

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? >>> Exactly

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 Transcri

Re: [Pharo-dev] [OT] Dolphin 7 opensourced

2015-12-29 Thread p...@highoctane.be
Hi, Interesting, as there is a lot of good support for Windows in it. How would you see this working along with Pharo? Phil On Tue, Dec 29, 2015 at 2:47 PM, Torsten Bergmann wrote: > Hi, > > just as an info and in case you missed it but might be interested: > > Dolphin Smalltalk for Windows 7

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] [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: > Hello, > > We looked at

Re: [Pharo-dev] Code reviews

2016-01-13 Thread p...@highoctane.be
I am currently in a project where we use Phabricator. Interesting tool for sure but also a huge PITA as the flow isn't streamlined. Phil On Wed, Jan 13, 2016 at 7:26 PM, David Allouche wrote: > > > On 13 Jan 2016, at 18:37, Ben Coman wrote: > > > > On Thu, Jan 14, 2016 at 12:22 AM, David All

Re: [Pharo-dev] [ANN] Pharo bootstrap

2016-01-19 Thread p...@highoctane.be
Keep up the good work, this is a huge step in making the whole thing a crystal clear box! Phil On Tue, Jan 19, 2016 at 3:29 PM, Christophe Demarey < christophe.dema...@inria.fr> wrote: > Hi all, > > In case you do not know, we work on bootstrapping Pharo, i.e. create a > Pharo image from sources

Re: [Pharo-dev] [ANN] Pharo bootstrap

2016-01-20 Thread p...@highoctane.be
On Wed, Jan 20, 2016 at 4:19 PM, Peter H. Meadows via Pharo-dev < pharo-dev@lists.pharo.org> wrote: > > > -- Forwarded message -- > From: "Peter H. Meadows" > To: Pharo Development List > Cc: > Date: Wed, 20 Jan 2016 15:17:59 + > Subject: Re: [Pharo-dev] [ANN] Pharo bootstrap

Re: [Pharo-dev] Pharo bootstrap

2016-01-21 Thread p...@highoctane.be
On Thu, Jan 21, 2016 at 10:33 AM, Christophe Demarey < christophe.dema...@inria.fr> wrote: > > Le 20 janv. 2016 à 20:09, Craig Latta a écrit : > > > Hi all-- > > Phil writes: > > The point is not to clean but to start with an empty object engine and > > fill it in with the minimum required cor

Re: [Pharo-dev] Pharo bootstrap

2016-01-22 Thread p...@highoctane.be
Craig, Apologies for being blunt, but supercool stuff that I know about but am not able to use is not of any use to me. >From my perspective, I am very frustrated to not be able to use: - Context in Pharo - Your remote running of tiny images in my Pharo browser (including the sonar ping sound wh

Re: [Pharo-dev] Who is using Pharo Launcher and for what

2016-02-20 Thread p...@highoctane.be
I use it on Ubuntu Linux for starting images that run some tools I use to generate other languages template-based code. On Sat, Feb 20, 2016 at 11:49 AM, Damien Cassou wrote: > For my CV, I need to know who is using the stuff I'm doing. If you use > the Pharo Launcher, could you please tell me i

Re: [Pharo-dev] Who is using Pillar and for what

2016-02-20 Thread p...@highoctane.be
Writing documentation for http://pharo.org/success/CableExpertise * administration book * development guidelines book * devops book * training manual On Sat, Feb 20, 2016 at 11:46 AM, Damien Cassou wrote: > For my CV, I need to know who is using the stuff I'm doing. If you use > Pillar, could

[Pharo-dev] Hackathon IoT. I used Pharo.

2016-02-22 Thread p...@highoctane.be
http://geeko.lesoir.be/2016/02/22/hackapost-un-hackathon-sur-les-applis-iot-pour-le-service-postal-belge/

Re: [Pharo-dev] Hackathon IoT. I used Pharo.

2016-02-23 Thread p...@highoctane.be
t; >> > >> > >> On Tue, Feb 23, 2016 at 3:30 PM, stepharo wrote: > >> > I'm interested too because we Rmod wants to check Pharo as a IoT > >> > platform in > >> > the future > >> > > >> > Le 22/2/16 15:07, p

Re: [Pharo-dev] [Moose-dev] Call for action for Roassal

2016-02-24 Thread p...@highoctane.be
Make it working with all graphviz tools and it will be wonderful already. BTW, there is already a tool generating graphviz things as this is what was used to document seaside dependencies. Here us thread: http://forum.world.st/GraphViz-renggli-repo-down-td4722561.html Seems that Roassal 1 had suc

Re: [Pharo-dev] developing games in Pharo

2014-05-11 Thread p...@highoctane.be
Le 11 mai 2014 17:22, "Eliot Miranda" a écrit : > > Hi Hilaire, > > mornin'. Thanks for such a helpful, in-depth answer! You ask about support for ARM... answer below. > > > On May 11, 2014, at 3:09 AM, Hilaire Fernandes < hilaire.fernan...@gmail.com> wrote: > > > Morning! > > > > As several

Re: [Pharo-dev] [OT] free-to-play vs pay-to-play in mobile games

2014-05-11 Thread p...@highoctane.be
Le 11 mai 2014 18:33, "Eliot Miranda" a écrit : > > http://www.polygon.com/2014/5/9/5699058/free-to-play-mobile-candy-crush-the-room > > Interesting. There may be parallels with programming language and software development environment popularity, revenue and success. I discussed the surprising

Re: [Pharo-dev] Pillar book-skeleton and more

2014-05-11 Thread p...@highoctane.be
Ah, nice! I got a couple warnings on compile Generating files for all chapters The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete *** Warning: Deprecation: The method AbstractFileReference>>ensureDeleted has been deprecated. Use ensureDelete The method Abstract

Re: [Pharo-dev] a Pharo talk from a ruby conference

2014-05-14 Thread p...@highoctane.be
There is the liveliness aspect. Today we get this with React for example on the web. That's also what Morphic provides (albeit the internals may be better, it is still great at the core) with the stepping methods. I wouldn't go down the Agile road as this is looking more and more like a religion

Re: [Pharo-dev] Serial port support on Pharo (2 or 3)

2014-05-14 Thread p...@highoctane.be
On Wed, May 14, 2014 at 10:15 AM, Goubier Thierry wrote: > Hi all, > > has anybody success using serial ports with Pharo on Mac or Linux? We're > having reports of lack of success, including lack of success in recompiling > a Pharo VM with a correct serial port access (a few months ago), where the

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread p...@highoctane.be
On Wed, May 14, 2014 at 10:39 AM, Sven Van Caekenberghe wrote: > Hi, > > I have been using the new Pharo 3 Dark Theme since it was announced on May > 1st. In my specific case, I am using the FreeType fonts Open Sans Regular > 11 and Source Code Pro Regular 11 on a MacBookAir, both on the 13 inch >

Re: [Pharo-dev] Serial port support on Pharo (2 or 3)

2014-05-14 Thread p...@highoctane.be
On Wed, May 14, 2014 at 10:47 AM, Esteban Lorenzano wrote: > > On 14 May 2014, at 10:40, p...@highoctane.be wrote: > > On Wed, May 14, 2014 at 10:15 AM, Goubier Thierry > wrote: > >> Hi all, >> >> has anybody success using serial ports with Pharo on Mac or Li

Re: [Pharo-dev] SmalltalkHub username/password in environment variable?

2014-05-14 Thread p...@highoctane.be
A while ago, Sean did this: Sean P. DeNigris 10/23/13 to pharo-dev philippeback wrote > Would be great to have a logout, in order to give images to other people > without leaving credentials around. Done, added to world menu under the individual repo login options The way the logins work is t

Re: [Pharo-dev] Smalltalk Virtual Machine, StVM

2014-05-14 Thread p...@highoctane.be
Java/JVM doesn't have become: which is something that helps a lot in Smalltalk being Smalltalk. Object>>become: otherObject "Primitive. Swap the object pointers of the receiver and the argument. All variables in the entire system that used to point to the receiver now point to the argu

Re: [Pharo-dev] Smalltalk Virtual Machine, StVM

2014-05-14 Thread p...@highoctane.be
On Wed, May 14, 2014 at 1:52 PM, Clément Bera wrote: > > > > 2014-05-14 12:27 GMT+02:00 askoh : > >> There is a trend of making languages to run on Java Virtual Machine. But >> it >> still cannot run Smalltalk like Smalltalk on Smalltalk VM. Is it a >> possible >> goal? >> > > Always the same drea

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread p...@highoctane.be
The values can be found with: StartupPreferencesLoader preferencesGeneralFolder StartupPreferencesLoader preferencesVersionFolder Windows 8.1 File @ C:\Users\\AppData\Roaming\pharo File @ C:\Users\User\AppData\Roaming\pharo\3.0 Linux File @ /home/philippeback/.config/pharo File @ /home/philippe

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread p...@highoctane.be
The file is named: SourceCodePro_FontsOnly-1.017.zip In the TTF folder you have: $ ls SourceCodePro-Black.ttf SourceCodePro-Medium.ttf SourceCodePro-Bold.ttfSourceCodePro-Regular.ttf SourceCodePro-ExtraLight.ttf SourceCodePro-Semibold.ttf SourceCodePro-Light.ttf Must click on eac

Re: [Pharo-dev] a Pharo talk from a ruby conference

2014-05-14 Thread p...@highoctane.be
On Wed, May 14, 2014 at 3:39 PM, Craig Latta wrote: > > > [recent Pharo accomplishments] > > > > No such thing in Squeak these days. > > That was an unnecessary dig, and totally uninteresting to newcomers > (not to mention false). Also, Pharo progress doesn't come at the expense > of progres

Re: [Pharo-dev] I love the Pharo 3 Dark Theme

2014-05-14 Thread p...@highoctane.be
On Wed, May 14, 2014 at 3:45 PM, Esteban A. Maringolo wrote: > 05-14 10:42 GMT-03:00 p...@highoctane.be : > > The file is named: > > > > SourceCodePro_FontsOnly-1.017.zip > > > > In the TTF folder you have: > > > > $ ls > > SourceCodePro-Black.t

Re: [Pharo-dev] 32 bits and 64 bits VM

2014-05-14 Thread p...@highoctane.be
On Wed, May 14, 2014 at 9:43 PM, Clément Bera wrote: > Hello, > > The work to port Pharo to 64 bits has started. > > The new memory manager Spur will be ported to Pharo 4 alpha next week and > it supports 64 bits (this is fresh news, it has been decided 3 hours ago). > This was one of the main iss

Re: [Pharo-dev] 32 bits and 64 bits VM

2014-05-15 Thread p...@highoctane.be
e how it works. Phil > > Thanks > > Le 14/05/2014 22:28, p...@highoctane.be a écrit : > > > > Keypad works on my linux build. There was a lost commit somewhere and I > > fwded the file to Esteban for integration. > > -- > Dr. Geo http://drgeo.eu > > >

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