Re: [Pharo-dev] The Smalltalk Renaissance Program

2014-12-31 Thread Ben Coman
On Thursday, January 1, 2015, Ben Coman wrote: > I refer to the two paragraphs following "On pharo being a new language". > I think Sven's response addressed these the best. > > Now I wonder if a history of evolving features from Smalltalk-72 "in the > context of Pharo" being another step of evol

Re: [Pharo-dev] The Smalltalk Renaissance Program

2014-12-31 Thread horrido
I guess there aren't many free or online resources that are worth highlighting. (Make no mistake, there are lots of free online resources, but most of them are probably not very notable.) -- View this message in context: http://forum.world.st/The-Smalltalk-Renaissance-Program-tp4797112p4797523.

Re: [Pharo-dev] The Smalltalk Renaissance Program

2014-12-31 Thread Paul DeBruicker
everything by Andres was good to read: http://www.amazon.com/s/ref=dp_byline_sr_book_1?ie=UTF8&field-author=Andres+Valloud&search-alias=books&text=Andres+Valloud&sort=relevancerank And also http://www.amazon.com/Smalltalk-Best-Practice-Patterns-Kent/dp/013476904X horrido wrote > My Resources

Re: [Pharo-dev] Smalltalk Reflections Podcast

2014-12-31 Thread Sven Van Caekenberghe
http://pharoweekly.wordpress.com > On 01 Jan 2015, at 00:04, horrido wrote: > > www.pharoweekly.org doesn't exist. DNS lookup failed. > > > stepharo wrote >> I imagine that you know my blog >> http://www.pharoweekly.org >> >> I'm trying to keep the information I find there. >> >> >> Now

Re: [Pharo-dev] The Smalltalk Renaissance Program

2014-12-31 Thread Aaron Rosenzweig
“Streamlined Object Modeling” Nicola, Mayfield, Abney http://www.amazon.com/Streamlined-Object-Modeling-Patterns-Implementation/dp/0130668397 AARON ROSENZWEIG / Chat 'n Bike e: aa...@chatnbike.com t: (301) 956-2319 On Dec 31, 2014, at 6:06 PM, horrido wrote: > My Resourc

Re: [Pharo-dev] The Smalltalk Renaissance Program

2014-12-31 Thread horrido
My Resources page is looking rather sparse. Doesn't anybody have any favourite Smalltalk resources? Especially for "advanced" Smalltalkers. horrido wrote > Do a search for Smalltalk resources, such as books, videos, tutorials, > blogs, etc., and you will face a virtual avalanche of material. This

Re: [Pharo-dev] Smalltalk Reflections Podcast

2014-12-31 Thread horrido
www.pharoweekly.org doesn't exist. DNS lookup failed. stepharo wrote > I imagine that you know my blog > http://www.pharoweekly.org > > I'm trying to keep the information I find there. > > > Now let me know we could do once a month a short discussion around a > topic. > > Stef >> >> Than

Re: [Pharo-dev] GLMBrick whats next?

2014-12-31 Thread Aliaksei Syrel
Bloc has a big future, for sure! I hope it will move Pharo to a very new level! As Doru said, Brick was born out of necessity. More exactly because of text resizing in Inspector. By default, if one wants to clip/resize text in tabs she uses clippingBounds. And clippingBounds is called during... wha

Re: [Pharo-dev] GLMGaussianBlurBrickRenderer

2014-12-31 Thread Aliaksei Syrel
Wow! Thanks, Nicolai. It looks very cool! :) GLMGaussianBlurBrickRenderer was just for lulz and is so slw... On Wed, Dec 31, 2014 at 9:13 PM, Nicolai Hess wrote: > I saw this > GLMGaussianBlurBrickRenderer class #example > nice! > > And once I did something similiar, a Morph that blurres th

Re: [Pharo-dev] Jun4Pharo so exciting :)

2014-12-31 Thread stepharo
Le 31/12/14 12:59, Alexandre Bergel a écrit : Well... The hard way is very gratifying. We could have worked on an integration of D3 in Pharo instead of working on Roassal :) :) So true and thanks for Roassal! Stef

[Pharo-dev] SO Pharo chat

2014-12-31 Thread Yuriy Tymchuk
Hi, as we have some members of the community on Stack Overflow, I’ve created a chat dedicated to Pharo http://chat.stackoverflow.com/rooms/68000/pharo (there are already chats dedicated to different other languages). I have no idea if it will work for the community, but it never hurts to try.

Re: [Pharo-dev] GLMBrick whats next?

2014-12-31 Thread Tudor Girba
Of course, I meant to say that Brick is the incremental solution, not Bloc :) Doru On Wed, Dec 31, 2014 at 2:08 PM, Tudor Girba wrote: > Hi, > > Brick was born out of necessity. It is a thin layer on top of basic > Morphic that is supposed to coexist with Morphic but not be bound by > various p

[Pharo-dev] GLMGaussianBlurBrickRenderer

2014-12-31 Thread Nicolai Hess
I saw this GLMGaussianBlurBrickRenderer class #example nice! And once I did something similiar, a Morph that blurres the underlaying display. But instead of doing a convolution (convolve image with kernel) by hand, I convolve the kernel with the image by using copyBits from the BitBlt: | for

Re: [Pharo-dev] Smalltalk Reflections Podcast

2014-12-31 Thread davidbuck
Thanks Stef. One possibility is to get a few Pharo developers together to have a short round-table talking about Pharo and we'd insert that as a segment into the podcast. We're open to all sorts of possibilities. David -- View this message in context: http://forum.world.st/Smalltalk-Reflect

Re: [Pharo-dev] Smalltalk Reflections Podcast

2014-12-31 Thread davidbuck
We do this already with the Smalltalk Jobs Report by James T. Savidge. Craig and I discuss some topic for half an hour and record the session. Separately, we have James record a short 1 or 2 minute segment on Smalltalk Jobs and send the audio of just him speaking. We then mix that into the episo

Re: [Pharo-dev] Jun4Pharo so exciting :)

2014-12-31 Thread kilon alios
Oh I am not complaining at all, your work is very inspiring , afterall what good Pharo is if one does not create code in it. Nor I would be a happy pharoer that I would need to code in javascript to improve / extend Roassal . Or modify C source code to make Athens 3D. My case is a bit special that

Re: [Pharo-dev] GLMBrick whats next?

2014-12-31 Thread Tudor Girba
Hi, Brick was born out of necessity. It is a thin layer on top of basic Morphic that is supposed to coexist with Morphic but not be bound by various problems Morphic has (such as the layout). Alex Syrel built it primarily for performance reasons and it was critical to make GTSpotter work. In the m

Re: [Pharo-dev] Jun4Pharo so exciting :)

2014-12-31 Thread Alexandre Bergel
My email was more an encouragement than anything else :-) Alexandre > On Dec 31, 2014, at 1:06 PM, kilon alios wrote: > > not if the task is huge > > To give you an idea about the diffirence in size > > https://www.openhub.net/p/d3js > > https://www.openhub.net/p/blender > > you are a tea

Re: [Pharo-dev] Jun4Pharo so exciting :)

2014-12-31 Thread kilon alios
not if the task is huge To give you an idea about the diffirence in size https://www.openhub.net/p/d3js https://www.openhub.net/p/blender you are a team of full time , very experienced pharo coders (correct me if i am wrong) me I am a part time newcomer to pharo. On Wed, Dec 31, 2014 at 1:59

Re: [Pharo-dev] Jun4Pharo so exciting :)

2014-12-31 Thread Alexandre Bergel
Well... The hard way is very gratifying. We could have worked on an integration of D3 in Pharo instead of working on Roassal :) Alexandre Envoyé de mon iPhone > Le 31 déc. 2014 à 11:38, kilon alios a écrit : > > I dont doubt for a minute it will be a difficult task , this is why I chose > n

Re: [Pharo-dev] GLMBrick whats next?

2014-12-31 Thread stepharo
Le 31/12/14 11:58, Nicolai Hess a écrit : I took a look at GLMBrick and I am wondering what is the intent: - a temporary solution until this functions/behavior are included in Morphic would be nice. - a layer on top of morphic without the intent to do this in Morphic any time. - a tempor

Re: [Pharo-dev] archives?

2014-12-31 Thread stepharo
Thanks sven Stef Le 31/12/14 11:20, Sven Van Caekenberghe a écrit : Also a good morning, not yet fully awake ? ;-) http://pharo.org/community http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html http://lists.pharo.org/pipermail/pharo-dev_lists.pharo.org/ On 31 Dec 2014, at 11:13,

[Pharo-dev] GLMBrick whats next?

2014-12-31 Thread Nicolai Hess
I took a look at GLMBrick and I am wondering what is the intent: - a temporary solution until this functions/behavior are included in Morphic - a layer on top of morphic without the intent to do this in Morphic any time. - a temporary solution until this functions/behaviors are implemented with bl

Re: [Pharo-dev] Morph to TakskbarMorph

2014-12-31 Thread Nicolai Hess
2014-12-28 15:59 GMT+01:00 Roberto Minelli : > By "PluggableButtonMorph contained in the TakskbarMorph” I mean the > PluggableButtonMorph that sits in the TakskbarMorph and “represents” a > given SystemWindow in the IDE space. > Usuallay this works with dependents or announcement registrations. T

Re: [Pharo-dev] Jun4Pharo so exciting :)

2014-12-31 Thread kilon alios
I dont doubt for a minute it will be a difficult task , this is why I chose not to do it and instead I went down the easy route of relying on existing graphics engines in my case Blender which I try to expose it to Pharo. I learned the hard way how much time one can waste doing things the hard way.

Re: [Pharo-dev] archives?

2014-12-31 Thread Sven Van Caekenberghe
Also a good morning, not yet fully awake ? ;-) http://pharo.org/community http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html http://lists.pharo.org/pipermail/pharo-dev_lists.pharo.org/ > On 31 Dec 2014, at 11:13, stepharo wrote: > > is this mailing-list archived? > Because I would

Re: [Pharo-dev] Jun4Pharo so exciting :)

2014-12-31 Thread stepharo
Later I am going to take a better look in Jun. And see how I can integrate with Woden/Woden-Roassal. For what I have seen in the videos, it seems to be using software rendering. Currently I have been working in my internship about volumetric data visualization and the new FFI. Let us know you

Re: [Pharo-dev] Jun4Pharo so exciting :)

2014-12-31 Thread stepharo
Le 30/12/14 20:18, Ronie Salgado a écrit : Athens uses Cairo , Cairo can be used with OpenGL. You can use Cairo to apply a 2d vector graphic as a texture to a 3d polygon. Cairo website shows several examples of this. That means its possible to have 2d vector graphics in 3d space

[Pharo-dev] archives?

2014-12-31 Thread stepharo
is this mailing-list archived? Because I would like to browse it Stef

Re: [Pharo-dev] Smalltalk Reflections Podcast

2014-12-31 Thread stepharo
Hi david Craig Latta and I have started up a new weekly podcast called Smalltalk Reflections. The web side is http://smalltalkreflections.blogspot.ca/ and it's available from iTunes. We would like to ask the Pharo community if anyone would be interested in participating to promote Smalltalk or

Re: [Pharo-dev] Smalltalk Reflections Podcast

2014-12-31 Thread kilon alios
looks very interesting what you mean by "insert" ? On Tue, Dec 30, 2014 at 10:09 PM, davidbuck wrote: > Craig Latta and I have started up a new weekly podcast called Smalltalk > Reflections. The web side is http://smalltalkreflections.blogspot.ca/ and > it's available from iTunes. We would lik