Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Jeff Gray
>From the home page: The Live Programming Environment. Like Pharo, it has a clean look and feel :-) Or, maybe we should stick to something very plain to start with and get this thing going; then periodically review and update the selection. E.g. The new winter collection :-) What do you think -

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Nick Papoylias
On Mon, Jun 10, 2013 at 5:46 PM, Marcus Denker wrote: > > On Jun 10, 2013, at 5:42 PM, Nick Papoylias wrote: > > > (correct ! I repharase) > > > > Pharo: Self-emerging, self replicating and (optionally) immortal: till > world domination ! > > > > > ;-) > > One of the things I learned in the past

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Marcus Denker
On Jun 10, 2013, at 5:42 PM, Nick Papoylias wrote: > (correct ! I repharase) > > Pharo: Self-emerging, self replicating and (optionally) immortal: till world > domination ! > > ;-) One of the things I learned in the past that one should not overdo these things. Marcus

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Markus Fritsche
On 10.06.2013 17:29, Marcus Denker wrote: The problem is that Pharo (I guess Pharo 4) will bootstrap from scratch…. ;-) I thought scratch wasn't smalltalk anymore? Personally, I'd have the pretty nice logo and something not as geeky. "Pharo. Neat logo, neat language." or the like. Maybe so

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Nick Papoylias
(correct ! I repharase) Pharo: Self-emerging, self replicating and (optionally) immortal: till world domination ! On Mon, Jun 10, 2013 at 5:29 PM, Marcus Denker wrote: > > On Jun 10, 2013, at 4:51 PM, b...@openinworld.com wrote: > > > Nick Papoylias wrote: > >> Could not resist: > >> > >> * Wha

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Marcus Denker
On Jun 10, 2013, at 4:51 PM, b...@openinworld.com wrote: > Nick Papoylias wrote: >> Could not resist: >> >> * What if your objects where immortal ? >> > I like this one, but seems like it needs another part to complement it. > > I heard a rumor that the Pharo/Squeak image contains some core o

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread btc
Nick Papoylias wrote: Could not resist: * What if your objects where immortal ? I like this one, but seems like it needs another part to complement it. I heard a rumor that the Pharo/Squeak image contains some core object instances that have been in existence back to the 1980's (eg nil, tr

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread btc
Jeff Gray wrote: So does anyone have ideas for what to print on our mugs etc? The pharo lighthouse logo and a web address? An inspirational pharo/ Smalltalk phrase maybe? It would be cool if i were on the train and someone saw the sticker on my laptop and asked me about it. For that we'd need mor

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread btc
ng the waters along an escape path towards a tall gleaming lighthouse and a bountiful bay of palm trees, topless natives eerk! h just maybe a bit over the top? - Original message - From: Paul Davidowitz To: pharo-users@lists.pharo.org Subject: Re: [Pharo-users] Mugs 'n&

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Bahman Movaqar
On 2013-06-10 04:05, Paul Davidowitz wrote: > Being that 'Pharo' is very easily confused with the Pharos of ancient > Egypt, perhaps we can capitalize on that with some catchy phrase like: > 'Build your best pyramid with the beacon of Pharo' > Some wild suggestions: 1. Pharo: Where your code live

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread p...@highoctane.be
self session announcer on: CodingUrge do: [ :it | self hack: it now] On Mon, Jun 10, 2013 at 2:18 PM, Jeff Gray wrote: > How about some code. > For a mug: > > Object subclass: #Mug > instanceVariableNames: 'coffee milk sugar' > classVariableNames: 'Coffees' > poolDictio

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Nick Papoylias
Could not resist: * pharo calmAsABomb * pharo just doIt * pharo: the right *trait* for the job * Health Warning: Excessive use of our reflective system can 'cause chronic headaches * The best way to predict the future is to *continously* invent it (paraphrasing Alan Kay -- pun with continuous inte

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Jeff Gray
I haven't checked the syntax, but something like: |aMug| aMug := Mug new fill. aMug isEmpty isFalsle: [ self drinkFrom: aMug ] -- View this message in context: http://forum.world.st/Mugs-n-stuff-logo-and-message-tp4692529p4692618.html Sent from the Pharo Smalltalk Users mailing list archiv

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Jeff Gray
How about some code. For a mug: Object subclass: #Mug instanceVariableNames: 'coffee milk sugar' classVariableNames: 'Coffees' poolDictionaries: '' category: 'HotDrink' -- View this message in context: http://forum.world.st/Mugs-n-stuff-logo-and-message-tp4692

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Luc Fabresse
Another possible moto: Enlight your developer's life with Pharo Cheers, #Luc 2013/6/10 Jeff Gray > Mariano Martinez Peck wrote > > Hi Jeff, > > > > This is not fully related but in > > https://gforge.inria.fr/frs/?group_id=1299 > > under "Media" category you can find lots of icons, logos, e

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Jeff Gray
Mariano Martinez Peck wrote > Hi Jeff, > > This is not fully related but in > https://gforge.inria.fr/frs/?group_id=1299 > under "Media" category you can find lots of icons, logos, etc. > > > -- > Mariano > http://marianopeck.wordpress.com Thanks Mariano. The logo will be core in our design I

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread Guillermo Polito
Maybe any from the Pharo manifesto[1]? Pharo manifesto - Better for the better - Beauty to learn from - Not backward compatible - Clean, lean and fast [1] https://code.google.com/p/pharo/ BTW, is the manifesto in the new issue tracker's wiki? i didn't find it... Guille On Mon, Ju

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-10 Thread p...@highoctane.be
"Enlightened Development" is over the top but fits with the "Pharo" moniker. "Enlightened Developer" ever more I'd say. "See the Light" also, but kinda cool. The problem is that disparaging others isn't really working well. "There is light at the end of the tunnel (and it is not a no exit sign..

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-09 Thread Marcus Denker
On Jun 10, 2013, at 3:48 AM, Paul Davidowitz wrote: > How about this phrase: 'Let Pharo set you free', with the allusion being > the biblical Pharo of Exodus (except this time around he's a really good > guy). > It's definitely a conversation starter… > I don't know… sounds a bit strange.

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-09 Thread Paul Davidowitz
umm, how about making it a little Smalltalkish: '[Pharo free: self] value' - Original message - From: Paul Davidowitz To: pharo-users@lists.pharo.org Subject: Re: [Pharo-users] Mugs 'n' stuff - logo and message Date: Sun, 09 Jun 2013 21:48:31 -0400 How about this ph

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-09 Thread Mariano Martinez Peck
he allusion being > the biblical Pharo of Exodus (except this time around he's a really good > guy). > It's definitely a conversation starter... > > - Original message - > From: Paul Davidowitz > To: pharo-users@lists.pharo.org > Subject: Re: [Pharo-users] M

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-09 Thread Paul Davidowitz
Subject: Re: [Pharo-users] Mugs 'n' stuff - logo and message Date: Sun, 09 Jun 2013 19:35:44 -0400 Being that 'Pharo' is very easily confused with the Pharos of ancient Egypt, perhaps we can capitalize on that with some catchy phrase like: 'Build your best pyramid with the beacon of Pharo'

Re: [Pharo-users] Mugs 'n' stuff - logo and message

2013-06-09 Thread Paul Davidowitz
Being that 'Pharo' is very easily confused with the Pharos of ancient Egypt, perhaps we can capitalize on that with some catchy phrase like: 'Build your best pyramid with the beacon of Pharo'

Re: [Pharo-users] Mugs 'n' stuff - Mechanism

2013-06-08 Thread Jeff Gray
Zazzle is another site that could give us a range of international sites. (I'm guessing this model would keep costs and delivery times down for the consumer) -- View this message in context: http://forum.world.st/Mugs-n-stuff-Mechanism-tp4692369p4692414.html Sent from the Pharo Smalltalk Users

Re: [Pharo-users] Mugs 'n' stuff

2013-06-08 Thread Stéphane Ducasse
On Jun 8, 2013, at 5:44 PM, Mariano Martinez Peck wrote: > +9. I would love a mug :) > And sticker for laptop is also nice! yes > > > On Sat, Jun 8, 2013 at 12:05 PM, Kenneth Pullen > wrote: > I'd personally like stickers. I'm about to have some vinyl stickers > printed by the Sticker Guy

Re: [Pharo-users] Mugs 'n' stuff

2013-06-08 Thread Mariano Martinez Peck
+9. I would love a mug :) And sticker for laptop is also nice! On Sat, Jun 8, 2013 at 12:05 PM, Kenneth Pullen wrote: > I'd personally like stickers. I'm about to have some vinyl stickers > printed by the Sticker Guy (https://www.stickerguy.com/index.html). If > you're interested I'll let you kn

Re: [Pharo-users] Mugs 'n' stuff

2013-06-08 Thread Kenneth Pullen
I'd personally like stickers. I'm about to have some vinyl stickers printed by the Sticker Guy (https://www.stickerguy.com/index.html). If you're interested I'll let you know how they turn out. It'll be a few weeks before I get them in, though. <3 Ken On Sat, Jun 8, 2013 at 7:50 AM, Stéphane Duca

Re: [Pharo-users] Mugs 'n' stuff - Mechanism

2013-06-08 Thread Stéphane Ducasse
> How are we going to run the logistics of the Pharo merchandising? > > I have run a small business selling domain specific t-shirts, hats etc and I > had a small online store running on a web server. > That's nice from the point of view that it's sole purpose is the domain, but > on the down sid

Re: [Pharo-users] Mugs 'n' stuff

2013-06-08 Thread Stéphane Ducasse
On Jun 8, 2013, at 3:21 PM, Sven Van Caekenberghe wrote: > > On 08 Jun 2013, at 15:16, Clément Bera wrote: > >> I have to agree. >> >> I would love to have a Pharo T-shirt. And I think I know some other people >> that would be interested :) > > +1 > > But we need über cool geeky designs

Re: [Pharo-users] Mugs 'n' stuff

2013-06-08 Thread Sean P. DeNigris
Jeff Gray wrote > Pharo is hot! We need to celebrate it. Damn right!!! - Cheers, Sean -- View this message in context: http://forum.world.st/Mugs-n-stuff-tp4692368p4692378.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] Mugs 'n' stuff

2013-06-08 Thread Sven Van Caekenberghe
On 08 Jun 2013, at 15:16, Clément Bera wrote: > I have to agree. > > I would love to have a Pharo T-shirt. And I think I know some other people > that would be interested :) +1 But we need über cool geeky designs as well. > Perhaps we could also get Pharo ecocups that we can provide for t

Re: [Pharo-users] Mugs 'n' stuff

2013-06-08 Thread Clément Bera
I have to agree. I would love to have a Pharo T-shirt. And I think I know some other people that would be interested :) Perhaps we could also get Pharo ecocups that we can provide for the sprints as an environment-friendly alternative of plastic glasses. 2013/6/8 Jeff Gray > ok so I need to b