[ANN] New Ruby Culture T-Shirts!

Ruby culture t-shirts are available for purchase right now!

  http://www.spreadshirt.com/shop.php?sid=36444

== DESCRIPTION

Inspired by has_and_belongs_to_none, I decided to make a few shirts
that I thought would be cool to have. I based a lot of the designs on
various things I've heard that struck me as cool. I'm sure I'm missing
lots of great stuff, but this is what a quiet afternoon will afford
me.

All prices are as low as possible: I do not make a profit on any of
these. If there is enough positive feedback, I'd be happy to change $1
more on each and donate that to RubyCentral (or retire early... hah).
Some shirts cost more because there is more to it: more lines of text,
more graphics, therefore making it more expensive to produce. Shirts
will cost anywhere from $12 to $22.

== FEATURES

Here are a few notable designs:

* I <heart> Ruby (et al)
* A few region-based designs ("Atlanta Rubyist", etc)
* Quotes (from _Why The Lucky Stiff, etc)
* A few "Pragmatic" shirts
* Code snippets
* Random yummyness!
* Some stupid stuff too!
* And something for Haskell fans!

Hmm..

http://www.spreadshirt.com/shop.php?op=article&article_id=1401917#top

..but pandas came from China. :slight_smile:

-Pawel

···

On 7/31/06, Matt Todd <chiology@gmail.com> wrote:

Ruby culture t-shirts are available for purchase right now!

My favorite so far is the collect one:

http://www.spreadshirt.com/shop.php?op=article&article_id=1401943#top

...but it appears to have a missing left square bracket.

Ben

···

On 7/31/06, Matt Todd <chiology@gmail.com> wrote:

Ruby culture t-shirts are available for purchase right now!

  http://www.spreadshirt.com/shop.php?sid=36444

== DESCRIPTION

Inspired by has_and_belongs_to_none, I decided to make a few shirts
that I thought would be cool to have. I based a lot of the designs on
various things I've heard that struck me as cool. I'm sure I'm missing
lots of great stuff, but this is what a quiet afternoon will afford
me.

All prices are as low as possible: I do not make a profit on any of
these. If there is enough positive feedback, I'd be happy to change $1
more on each and donate that to RubyCentral (or retire early... hah).
Some shirts cost more because there is more to it: more lines of text,
more graphics, therefore making it more expensive to produce. Shirts
will cost anywhere from $12 to $22.

== FEATURES

Here are a few notable designs:

* I <heart> Ruby (et al)
* A few region-based designs ("Atlanta Rubyist", etc)
* Quotes (from _Why The Lucky Stiff, etc)
* A few "Pragmatic" shirts
* Code snippets
* Random yummyness!
* Some stupid stuff too!
* And something for Haskell fans!

--
Ben Atkin
ben@benatkin.com

(928) 380-0656

Matt Todd wrote:

All prices are as low as possible: I do not make a profit on any of
these. If there is enough positive feedback, I'd be happy to change $1
more on each and donate that to RubyCentral (or retire early... hah).
Some shirts cost more because there is more to it: more lines of text,
more graphics, therefore making it more expensive to produce. Shirts
will cost anywhere from $12 to $22.

Consider adding the extra dollar or so and using it to support a Ruby activity.

The Ruby shirts, coffee mugs, mouse pads, etc. available at www.rubystuff.com have a mid-range markup that is used to help pay server costs for ruby-doc.org.

== FEATURES

Here are a few notable designs:

http://www.spreadshirt.com/shop.php?op=article&article_id=1402048#top

.

···

--
James Britt

"To predict the behavior of ordinary people in advance, you only have to
assume that they will always try to escape a disagreeable situation with
the smallest possible expenditure of intelligence."
    - Friedrich Nietzsche

Ruby culture t-shirts are available for purchase right now!

  http://www.spreadshirt.com/shop.php?sid=36444

== DESCRIPTION

Inspired by has_and_belongs_to_none, I decided to make a few shirts
that I thought would be cool to have. I based a lot of the designs on
various things I've heard that struck me as cool. I'm sure I'm missing
lots of great stuff, but this is what a quiet afternoon will afford
me.

My favourite is:
  http://www.spreadshirt.com/shop.php?op=article&article_id=1402050#top

I'm intregued - have you actually made all of these, or are the images
synthetic, until someone orders one? :slight_smile:

Some more shirts out of the past RailsConf with Ruby and Rails slogans/idioms:
http://www.spreadshirt.com/shop.php?sid=31753

Also they state: "A third of the profits will be donated to RubyCentral"

CT

···

On 7/31/06, Matt Todd <chiology@gmail.com> wrote:

Ruby culture t-shirts are available for purchase right now!
  http://www.spreadshirt.com/shop.php?sid=36444

Matt Todd wrote:

Ruby culture t-shirts are available for purchase right now!

  http://www.spreadshirt.com/shop.php?sid=36444

== DESCRIPTION

Inspired by has_and_belongs_to_none, I decided to make a few shirts
that I thought would be cool to have. I based a lot of the designs on
various things I've heard that struck me as cool. I'm sure I'm missing
lots of great stuff, but this is what a quiet afternoon will afford
me.

All prices are as low as possible: I do not make a profit on any of
these. If there is enough positive feedback, I'd be happy to change $1
more on each and donate that to RubyCentral (or retire early... hah).
Some shirts cost more because there is more to it: more lines of text,
more graphics, therefore making it more expensive to produce. Shirts
will cost anywhere from $12 to $22.

== FEATURES

Here are a few notable designs:

* I <heart> Ruby (et al)
* A few region-based designs ("Atlanta Rubyist", etc)
* Quotes (from _Why The Lucky Stiff, etc)
* A few "Pragmatic" shirts
* Code snippets

I see
  (1..10).collect {|x| x*x}
This woud be better:
  (1..10).map {|x| x*x}

The name "collect" tends to make one assume that it does
what inject does. On the other hand, "map" describes what
it does; it produces a one-to-one mapping.

Furthermore, "collect" in Common Lisp does something
different. OCaml and most if not all Lisp dialects use "map"
as it is used in Ruby.

And "collect" is longer. To me, it seems senseless to use it.

They look really cool, lol. Nice one.

···

On 8/1/06, Ben Atkin <ben@benatkin.com> wrote:

My favorite so far is the collect one:

http://www.spreadshirt.com/shop.php?op=article&article_id=1401943#top

...but it appears to have a missing left square bracket.

Ben

On 7/31/06, Matt Todd <chiology@gmail.com> wrote:
>
> Ruby culture t-shirts are available for purchase right now!
>
> http://www.spreadshirt.com/shop.php?sid=36444
>
> == DESCRIPTION
>
> Inspired by has_and_belongs_to_none, I decided to make a few shirts
> that I thought would be cool to have. I based a lot of the designs on
> various things I've heard that struck me as cool. I'm sure I'm missing
> lots of great stuff, but this is what a quiet afternoon will afford
> me.
>
> All prices are as low as possible: I do not make a profit on any of
> these. If there is enough positive feedback, I'd be happy to change $1
> more on each and donate that to RubyCentral (or retire early... hah).
> Some shirts cost more because there is more to it: more lines of text,
> more graphics, therefore making it more expensive to produce. Shirts
> will cost anywhere from $12 to $22.
>
> == FEATURES
>
> Here are a few notable designs:
>
> * I <heart> Ruby (et al)
> * A few region-based designs ("Atlanta Rubyist", etc)
> * Quotes (from _Why The Lucky Stiff, etc)
> * A few "Pragmatic" shirts
> * Code snippets
> * Random yummyness!
> * Some stupid stuff too!
> * And something for Haskell fans!
>

--
Ben Atkin
ben@benatkin.com
http://www.benatkin.com/
(928) 380-0656

Fixed the elusive [ issue.

Also, the pandas are cool and it's the best thing I could come up
with! :slight_smile: That's all I've got, unless you have any other suggestions
for Japanese animals? :smiley:

M.T.

Consider adding the extra dollar or so and using it to support a Ruby
activity.

Considered and done.

Shirts are now around $15 and go up to as high as $22, but the average
is roughly $18 to $20.

M.T.

In regards to the panda: as you can imagine, it was never my intent to
cause offense. You're right, pandas come from China, and it just
doesn't make sense. I still like the design though. :stuck_out_tongue:

I've taken it off and replaced it with these two designs:


The first is my favorite. It took some searching, but I actually found
the outline of the country. So, how about that for correct? :slight_smile:

M.T.

This one...
http://www.spreadshirt.com/shop.php?op=article&article_id=1312807#top
I get. (Although I can't see it being a big seller!)

This one...
http://www.spreadshirt.com/shop.php?op=article&article_id=1240485#top
I don't.

(And yes I do know the Symbol#to_proc trick!)

What am I missing?

Ashley

···

On Aug 01, 2006, at 10:38 am, carlos tirado wrote:

On 7/31/06, Matt Todd <chiology@gmail.com> wrote:

Ruby culture t-shirts are available for purchase right now!
  http://www.spreadshirt.com/shop.php?sid=36444

Some more shirts out of the past RailsConf with Ruby and Rails slogans/idioms:
http://www.spreadshirt.com/shop.php?sid=31753

Also they state: "A third of the profits will be donated to RubyCentral"

CT

On the other hand collect is an old friend to old Smalltalker's like me.

···

On 8/3/06, William James <w_a_x_man@yahoo.com> wrote:

I see
  (1..10).collect {|x| x*x}
This woud be better:
  (1..10).map {|x| x*x}

The name "collect" tends to make one assume that it does
what inject does. On the other hand, "map" describes what
it does; it produces a one-to-one mapping.

Furthermore, "collect" in Common Lisp does something
different. OCaml and most if not all Lisp dialects use "map"
as it is used in Ruby.

And "collect" is longer. To me, it seems senseless to use it.

--
Rick DeNatale

IPMS/USA Region 12 Coordinator
http://ipmsr12.denhaven2.com/

Visit the Project Mercury Wiki Site
http://www.mercuryspacecraft.com/

How about the Japanese Crane?
http://www.arkive.org/species/GES/birds/Grus_japonensis/GES000012.html?size=large

-- Tom.

···

On 8/1/06, Matt Todd <chiology@gmail.com> wrote:

Fixed the elusive [ issue.
http://www.spreadshirt.com/shop.php?op=article&article_id=1406874#top

Also, the pandas are cool and it's the best thing I could come up
with! :slight_smile: That's all I've got, unless you have any other suggestions
for Japanese animals? :smiley:

M.T.

--
"Nothing will ever be attempted, if all
possible objections must first be
overcome." - Samuel Johnson

"Luck is what happens when
preparation meets opportunity." - Seneca

I really think you need to drop it. Do you have any idea how offensive it is for Japanese people to be considered 'Chinese', or vice versa?

Making a suggestion that Japanese culture, nature, indeed anything, is "just like the Chinese" is likely to cause extreme offence in some quarters.

It would be like suggesting the Irish were "just like the English". Heck, China and Japan only restored official diplomatic relationships after WW2 in 1972.

I'd say until you come up with something better, remove it.

···

On 1 Aug 2006, at 07:14, Matt Todd wrote:

Also, the pandas are cool and it's the best thing I could come up
with! :slight_smile: That's all I've got, unless you have any other suggestions
for Japanese animals? :smiley:

I cannot remember any animal. But what about a sakura tree? :wink:

Thanks

Michal

···

On 8/1/06, Matt Todd <chiology@gmail.com> wrote:

Fixed the elusive [ issue.
http://www.spreadshirt.com/shop.php?op=article&article_id=1406874#top

Also, the pandas are cool and it's the best thing I could come up
with! :slight_smile: That's all I've got, unless you have any other suggestions
for Japanese animals? :smiley:

In regards to the panda: as you can imagine, it was never my intent to
cause offense.

Of course - nobody means to cause offence, never does - I just thought I'd best let you know of your social faux pas before the Rubyists in .jp came around and smashed up the front of your web store. :slight_smile:

You're right, pandas come from China, and it just
doesn't make sense. I still like the design though. :stuck_out_tongue:

How about have the same panda but another slogan? "Ruby is so easy, even Pandas can do it" which has a sort of double entendre element to it...

I've taken it off and replaced it with these two designs:

http://www.spreadshirt.com/shop.php?op=article&article_id=1407422#top

Nice.

http://www.spreadshirt.com/shop.php?op=article&article_id=1407388#top

Is that a pigeon? WTF is a pigeon doing there? :slight_smile:

···

On 1 Aug 2006, at 13:36, Matt Todd wrote:

Matt Todd wrote:

http://www.spreadshirt.com/shop.php?op=article&article_id=1407422#top

That rocks. Says it all.

Thanks for the suggestion. I'll make sure to add the #map version as
well. That way both camps will be happy. :slight_smile: (And you're right, it's
shorter, which is great for shirts.)

Honestly, I'd not realized #map and #collect to be aliased until just
days ago (after I made the shirt) when I was looking for something
else entirely. :slight_smile:

Also, if you have any other neat snippets, share them and I'll try to
make a shirt out of them.

M.T.

Matt Todd wrote:

In regards to the panda: as you can imagine, it was never my intent to
cause offense. You're right, pandas come from China, and it just
doesn't make sense. I still like the design though. :stuck_out_tongue:

I thought it was a racoon.

T.