Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Ruby experience?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 29 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Warren Myers  
View profile  
 More options Sep 10 2012, 12:52 pm
From: Warren Myers <volcimas...@gmail.com>
Date: Mon, 10 Sep 2012 12:52:41 -0400
Local: Mon, Sep 10 2012 12:52 pm
Subject: Ruby experience?

Good afternoon

I am wondering if anyone in either Collexion or BGLUG has Ruby
scripting/programming experience and/or any good tutorials/resource links
they could share.

Thanks!

--
*Warren Myers*
http://warrenmyers.com
http://twitter.com/warrenmyers
http://www.linkedin.com/in/warrenmyers
TXT WMYERS to 50500 | http://contxts.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
William Dieter  
View profile  
 More options Sep 11 2012, 8:21 am
From: William Dieter <william.die...@gmail.com>
Date: Tue, 11 Sep 2012 08:20:50 -0400
Local: Tues, Sep 11 2012 8:20 am
Subject: Re: Ruby experience?

I am not a ruby expert, but I found the tutorials at ruby-lang.org to be helpful in getting started (http://www.ruby-lang.org/en/documentation/).  Some are better than others, depending on where you are starting from as far as experience with other languages.  For reference on specific methods for built-in and library types, I go to http://www.ruby-doc.org.

If you are interested in Rails, I found Agile Web Development with Rails by Sam Ruby to be very helpful (http://pragprog.com/book/rails4/agile-web-development-with-rails).  If you buy direct from pragrog.com, you can get a DRM-free e-book and electronic updates whenever they release a new edition.

Bill.

On Sep 10, 2012, at 12:52 PM, Warren Myers wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chad Cottle  
View profile  
 More options Sep 11 2012, 8:21 am
From: Chad Cottle <opendata...@gmail.com>
Date: Tue, 11 Sep 2012 08:21:33 -0400
Local: Tues, Sep 11 2012 8:21 am
Subject: Re: Ruby experience?

Warren -- have you tried Why's Poignant Guide yet?
www.*ruby*inside.com/media/*poignant*-*guide*.*pdf

-Chad
*
On Mon, Sep 10, 2012 at 12:52 PM, Warren Myers <volcimas...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aaron Arnett  
View profile  
 More options Sep 11 2012, 8:30 am
From: Aaron Arnett <aaarn...@gmail.com>
Date: Tue, 11 Sep 2012 08:30:58 -0400
Local: Tues, Sep 11 2012 8:30 am
Subject: Re: Ruby experience?

The Kentucky Ruby User Group (@kyrug or google groups) actually meets at
the Collexion space... So you're likely to find a good amount of overlap.

For online resources it can depend on whether you're looking for strictly
Ruby vs Ruby-on-Rails. When you install Ruby, you actually get a decent
book with it in the docs section (I believe it's the first edition of
Pragmatic's Programming Ruby). And as has been mentioned, if you want some
twisted entertainment in the form of bacon obsessed cartoon foxes with your
learning, check out Why's Poignant Guide.

For Rails, there's the rails tutorial book free online at
http://ruby.railstutorial.org/ruby-on-rails-tutorial-book

For Rails screencasts there's some simple (though not as cohesive as you
might hope) ones at http://www.codeschool.com/ And like any good dealer,
the first one's free. Once you get going, http://railscasts.com/ is an
excellent resource.

HTH...

Aaron

On Mon, Sep 10, 2012 at 12:52 PM, Warren Myers <volcimas...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas D'Andrea Jr.  
View profile  
 More options Sep 11 2012, 9:06 am
From: "Thomas D'Andrea Jr." <thomas.dand...@gmail.com>
Date: Tue, 11 Sep 2012 09:06:35 -0400
Local: Tues, Sep 11 2012 9:06 am
Subject: Re: Ruby experience?

Todd turned me onto Ruby Koans and Rails for Zombies.

http://rubykoans.com/

http://www.codeschool.com/courses/rails-for-zombies-2


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Kissell  
View profile  
 More options Sep 11 2012, 10:02 am
From: Dan Kissell <dkiss...@gmail.com>
Date: Tue, 11 Sep 2012 09:48:20 -0400
Local: Tues, Sep 11 2012 9:48 am
Subject: Re: Ruby experience?

www.rubymonk.com is a pretty good resource for learning the basics in a "here's an example, now you do it in the browser" format.

There are also some solid tutorials at jumpstart labs site.

+1 for rails for zombies, and ruby koans.

Sent from my iPhone

On Sep 11, 2012, at 9:06 AM, "Thomas D'Andrea Jr." <thomas.dand...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dustin Mays  
View profile  
 More options Sep 11 2012, 11:32 am
From: Dustin Mays <dork.fish....@gmail.com>
Date: Tue, 11 Sep 2012 11:32:51 -0400
Local: Tues, Sep 11 2012 11:32 am
Subject: Re: Ruby experience?

+1 for Ruby Koans, they are seriously awesome. The Python Koans are
likewise very good.

And since no one else has mentioned it yet (I think), get the latest
version of the Pickaxe book. It's the standard Ruby learning/reference
manual and it is VERY good.
On Sep 11, 2012 9:06 AM, "Thomas D'Andrea Jr." <thomas.dand...@gmail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nx  
View profile  
 More options Sep 11 2012, 11:35 am
From: nx <n...@nu-ex.com>
Date: Tue, 11 Sep 2012 11:35:06 -0400
Local: Tues, Sep 11 2012 11:35 am
Subject: Re: Ruby experience?
Also check out Github to see code from people using Ruby IRL. The API
reference is also good if you want to see what functionality is
available to you: http://www.ruby-doc.org/core-1.9.3. Probably the
best way to get started is to install Ruby and play with the language
in the Ruby command line "irb".


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Warren Myers  
View profile  
 More options Sep 11 2012, 7:32 pm
From: Warren Myers <volcimas...@gmail.com>
Date: Tue, 11 Sep 2012 19:32:13 -0400
Local: Tues, Sep 11 2012 7:32 pm
Subject: Re: Ruby experience?

Thanks for all the links and references - I haven't quite picked where to
start... but this is a lot better than where I was a few days ago :)

--
*Warren Myers*
http://warrenmyers.com
http://twitter.com/warrenmyers
http://www.linkedin.com/in/warrenmyers
TXT WMYERS to 50500 | http://contxts.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Todd Willey  
View profile  
 More options Sep 11 2012, 8:13 pm
From: Todd Willey <t...@rubidine.com>
Date: Tue, 11 Sep 2012 20:13:14 -0400
Local: Tues, Sep 11 2012 8:13 pm
Subject: Re: Ruby experience?
Definitely tackle Ruby Koans and some of the more vanilla ruby stuff
before moving into rails.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chad Cottle  
View profile  
 More options Sep 11 2012, 9:16 pm
From: Chad Cottle <opendata...@gmail.com>
Date: Tue, 11 Sep 2012 21:15:57 -0400
Local: Tues, Sep 11 2012 9:15 pm
Subject: Re: Ruby experience?

Don't listen to Todd....he still programs OS/2 Warp and knows NOTHING about
the world.  I'm talking zero, nada, zilch.  But he does smell like pumpkin
pie.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas D'Andrea Jr.  
View profile  
 More options Sep 11 2012, 9:19 pm
From: "Thomas D'Andrea Jr." <thomas.dand...@gmail.com>
Date: Tue, 11 Sep 2012 21:18:59 -0400
Local: Tues, Sep 11 2012 9:18 pm
Subject: Re: Ruby experience?

PIE!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Todd Willey  
View profile  
 More options Sep 11 2012, 9:31 pm
From: Todd Willey <t...@rubidine.com>
Date: Tue, 11 Sep 2012 21:31:47 -0400
Local: Tues, Sep 11 2012 9:31 pm
Subject: Re: Ruby experience?
Ah, IBM.  Opening the hardware that lead to the PC revolution, closing
down the software so we could have OS/2.  Are we going to talk about
facebook's OpenCompute initiative and their web platform with the same
joking manner some day?

When I was running OS/2 I had this sweet laser-emitting mouse that had
to be used on a metallic mouse pad with dots making a grid on it.  I'm
not wrong for wanting to relive those glory days.

-todd[1]

On Tue, Sep 11, 2012 at 9:18 PM, Thomas D'Andrea Jr.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dustin Baker  
View profile  
 More options Sep 11 2012, 9:33 pm
From: Dustin Baker <dustin...@gmail.com>
Date: Tue, 11 Sep 2012 21:33:13 -0400
Local: Tues, Sep 11 2012 9:33 pm
Subject: Re: Ruby experience?

Wait...laser mouses?

--
Dustin

http://ourplusone.blogspot.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Todd Willey  
View profile  
 More options Sep 11 2012, 9:37 pm
From: Todd Willey <t...@rubidine.com>
Date: Tue, 11 Sep 2012 21:37:44 -0400
Local: Tues, Sep 11 2012 9:37 pm
Subject: Re: Ruby experience?
Or maybe a red LED?  But as a kid I *really* thought it was a laz0r.
I'm pretty sure my dad told me to not look at it, but maybe the "it"
he was actually referring to the pictures I had on the screen.
Wikipedia says laser mice didn't come around until 98.  But my dad
would totally have spent stupid amounts of money for a toy like that
back in the day, though.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chad Cottle  
View profile  
 More options Sep 11 2012, 10:04 pm
From: Chad Cottle <opendata...@gmail.com>
Date: Tue, 11 Sep 2012 22:04:38 -0400
Local: Tues, Sep 11 2012 10:04 pm
Subject: Re: Ruby experience?

mmm....PIE

Ponyo loves Laser Mouses!!!

+1 for laz0r pr0n on Todd's PC XT


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Andrews  
View profile  
 More options Sep 11 2012, 10:10 pm
From: Mike Andrews <mandr...@bit0.com>
Date: Tue, 11 Sep 2012 22:10:30 -0400
Local: Tues, Sep 11 2012 10:10 pm
Subject: Re: Ruby experience?
Sun used to use mice/mousepad pairs like that too, back in the
Sparcstation 1+ days.

On 9/11/2012 9:37 PM, Todd Willey wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave  
View profile  
 More options Sep 11 2012, 10:15 pm
From: Dave <wa4...@yahoo.com>
Date: Tue, 11 Sep 2012 19:15:40 -0700 (PDT)
Local: Tues, Sep 11 2012 10:15 pm
Subject: Re: Ruby experience?
--- On Tue, 9/11/12, Chad Cottle <opendata...@gmail.com> wrote:

>From: Chad Cottle <opendata...@gmail.com>
>Subject: Re: Ruby experience?
>To: collexion@googlegroups.com
>Date: Tuesday, September 11, 2012, 9:15 PM

> Don't listen to Todd....he still programs OS/2 Warp and knows
> NOTHING about the world.  I'm talking zero, nada, zilch.  But
> he does smell like pumpkin pie.

Hey, some of us are still running OS/2 Warp!  Seriously.  On my
IBM PS/2 model 9595.

Dave


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chad Cottle  
View profile  
 More options Sep 11 2012, 10:23 pm
From: Chad Cottle <opendata...@gmail.com>
Date: Tue, 11 Sep 2012 22:23:47 -0400
Local: Tues, Sep 11 2012 10:23 pm
Subject: Re: Ruby experience?

Dave for President!!!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Eberhart  
View profile  
 More options Sep 11 2012, 10:24 pm
From: Paul Eberhart <pappp...@gmail.com>
Date: Tue, 11 Sep 2012 22:24:54 -0400
Local: Tues, Sep 11 2012 10:24 pm
Subject: Re: Ruby experience?
Both of the early sorts of optical mice used a light source reflecting
off a regular printed surface.

I'll paraphrase/extend from Wikipedia (
http://en.wikipedia.org/wiki/Optical_mouse ) since I had to check my
memory:

* MouseSystems (Kirsch) optical mice (by far the more common, mostly
found on old Sun workstations and a handful of early PCs) use a IR
absorbing grid on a reflective surface, a 4-pixel sensor to track the
grid, and sense in the infrared range.  Their X/Y reference is the
pad, and the pads were usually metallic. I see these pretty often.
I _think_ the later Sun optical mice (type 5, From the late 90s) used
a Laser (albeit, an IR laser) instead of an LED for their light
source, so you could be remembering right about the laz0ring if it was
late enough.

* Xerox (Lyons) optical mice (AFIK only used on the Alto, Star, and
some Symbolics LISP machines) use a grid of reflecting dots on a dark
field, a 16-pixel sensor, and sense in the visible range. Their X/Y
reference is the mouse, and the pads were often paper.  I've never
actually laid eyes on a Xerox-style optical mouse in person.

I like computer history, and I like HCI, but it still worries me that
I know these things.

--
Paul Selegue Eberhart (PAPPP) - http://www.pappp.net/
Messages from this account may be in regard to PAPPP...@gmail.com,
pseb...@uky.edu or pseb...@engr.uky.edu.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christopher Harn  
View profile  
 More options Sep 11 2012, 10:26 pm
From: "Christopher Harn" <har...@hotmail.com>
Date: Tue, 11 Sep 2012 22:26:21 -0400
Local: Tues, Sep 11 2012 10:26 pm
Subject: Re: Ruby experience?

I had mouse like that, bright red light on the bottom of the mouse and a metallic mouse pad printed with a grid on it...
I think it was serial with a DB9 connector on it.

IBM PC Jr for the win.
From: Chad Cottle
Sent: Tuesday, September 11, 2012 10:04 PM
To: collexion@googlegroups.com
Subject: Re: Ruby experience?

mmm....PIE

Ponyo loves Laser Mouses!!!

+1 for laz0r pr0n on Todd's PC XT

On Tue, Sep 11, 2012 at 9:37 PM, Todd Willey <t...@rubidine.com> wrote:

  Or maybe a red LED?  But as a kid I *really* thought it was a laz0r.
  I'm pretty sure my dad told me to not look at it, but maybe the "it"
  he was actually referring to the pictures I had on the screen.
  Wikipedia says laser mice didn't come around until 98.  But my dad
  would totally have spent stupid amounts of money for a toy like that
  back in the day, though.

  On Tue, Sep 11, 2012 at 9:33 PM, Dustin Baker <dustin...@gmail.com> wrote:
  > Wait...laser mouses?
  >
  >
  > On Tuesday, September 11, 2012, Todd Willey wrote:
  >>
  >> Ah, IBM.  Opening the hardware that lead to the PC revolution, closing
  >> down the software so we could have OS/2.  Are we going to talk about
  >> facebook's OpenCompute initiative and their web platform with the same
  >> joking manner some day?
  >>
  >> When I was running OS/2 I had this sweet laser-emitting mouse that had
  >> to be used on a metallic mouse pad with dots making a grid on it.  I'm
  >> not wrong for wanting to relive those glory days.
  >>
  >> -todd[1]
  >>
  >> On Tue, Sep 11, 2012 at 9:18 PM, Thomas D'Andrea Jr.
  >> <thomas.dand...@gmail.com> wrote:
  >> > PIE!
  >> >
  >> >
  >> > On Tue, Sep 11, 2012 at 9:15 PM, Chad Cottle <opendata...@gmail.com>
  >> > wrote:
  >> >>
  >> >> Don't listen to Todd....he still programs OS/2 Warp and knows NOTHING
  >> >> about the world.  I'm talking zero, nada, zilch.  But he does smell
  >> >> like
  >> >> pumpkin pie.
  >> >>
  >> >>
  >> >>
  >> >> On Tue, Sep 11, 2012 at 8:13 PM, Todd Willey <t...@rubidine.com> wrote:
  >> >>>
  >> >>> Definitely tackle Ruby Koans and some of the more vanilla ruby stuff
  >> >>> before moving into rails.
  >> >>>
  >> >>> On Tue, Sep 11, 2012 at 7:32 PM, Warren Myers <volcimas...@gmail.com>
  >> >>> wrote:
  >> >>> > Thanks for all the links and references - I haven't quite picked
  >> >>> > where
  >> >>> > to
  >> >>> > start... but this is a lot better than where I was a few days ago :)
  >> >>> >
  >> >>> >
  >> >>> > On Tue, Sep 11, 2012 at 11:35 AM, nx <n...@nu-ex.com> wrote:
  >> >>> >>
  >> >>> >> Also check out Github to see code from people using Ruby IRL. The
  >> >>> >> API
  >> >>> >> reference is also good if you want to see what functionality is
  >> >>> >> available to you: http://www.ruby-doc.org/core-1.9.3. Probably the
  >> >>> >> best way to get started is to install Ruby and play with the
  >> >>> >> language
  >> >>> >> in the Ruby command line "irb".
  >> >>> >>
  >> >>> >> On Tue, Sep 11, 2012 at 11:32 AM, Dustin Mays
  >> >>> >> <dork.fish....@gmail.com>
  >> >>> >> wrote:
  >> >>> >> > +1 for Ruby Koans, they are seriously awesome. The Python Koans
  >> >>> >> > are
  >> >>> >> > likewise
  >> >>> >> > very good.
  >> >>> >> >
  >> >>> >> > And since no one else has mentioned it yet (I think), get the
  >> >>> >> > latest
  >> >>> >> > version
  >> >>> >> > of the Pickaxe book. It's the standard Ruby learning/reference
  >> >>> >> > manual
  >> >>> >> > and it
  >> >>> >> > is VERY good.
  >> >>> >> >
  >> >>> >> > On Sep 11, 2012 9:06 AM, "Thomas D'Andrea Jr."
  >> >>> >> > <thomas.dand...@gmail.com>
  >> >>> >> > wrote:
  >> >>> >> >>
  >> >>> >> >> Todd turned me onto Ruby Koans and Rails for Zombies.
  >> >>> >> >>
  >> >>> >> >> http://rubykoans.com/
  >> >>> >> >>
  >> >>> >> >> http://www.codeschool.com/courses/rails-for-zombies-2
  >> >>> >> >>
  >> >>> >> >> On Tue, Sep 11, 2012 at 8:30 AM, Aaron Arnett
  >> >>> >> >> <aaarn...@gmail.com>
  >> >>> >> >> wrote:
  >> >>> >> >>>
  >> >>> >> >>> The Kentucky Ruby User Group (@kyrug or google groups) actually
  >> >>> >> >>> meets
  >> >>> >> >>> at
  >> >>> >> >>> the Collexion space... So you're likely to find a good amount
  >> >>> >> >>> of
  >> >>> >> >>> overlap.
  >> >>> >> >>>
  >> >>> >> >>> For online resources it can depend on whether you're looking
  >> >>> >> >>> for
  >> >>> >> >>> strictly
  >> >>> >> >>> Ruby vs Ruby-on-Rails. When you install Ruby, you actually get
  >> >>> >> >>> a
  >> >>> >> >>> decent book
  >> >>> >> >>> with it in the docs section (I believe it's the first edition
  >> >>> >> >>> of
  >> >>> >> >>> Pragmatic's
  >> >>> >> >>> Programming Ruby). And as has been mentioned, if you want some
  >> >>> >> >>> twist
  >
  >
  >
  > --
  > Dustin
  >
  > http://ourplusone.blogspot.com
  >
  > --
  > You received this message because you are subscribed to the Google Groups
  > "Collexion" group.
  > To post to this group, send email to collexion@googlegroups.com.
  > To unsubscribe from this group, send email to
  > mailto:collexion%2Bunsubscribe@googlegroups.com.
  > For more options, visit this group at
  > http://groups.google.com/group/collexion?hl=en.

  --
  You received this message because you are subscribed to the Google Groups "Collexion" group.
  To post to this group, send email to collexion@googlegroups.com.
  To unsubscribe from this group, send email to mailto:collexion%2Bunsubscribe@googlegroups.com.
  For more options, visit this group at http://groups.google.com/group/collexion?hl=en.

--
You received this message because you are subscribed to the Google Groups "Collexion" group.
To post to this group, send email to collexion@googlegroups.com.
To unsubscribe from this group, send email to collexion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/collexion?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christopher Harn  
View profile  
 More options Sep 11 2012, 10:26 pm
From: "Christopher Harn" <har...@hotmail.com>
Date: Tue, 11 Sep 2012 22:26:21 -0400
Local: Tues, Sep 11 2012 10:26 pm
Subject: Re: Ruby experience?

I had mouse like that, bright red light on the bottom of the mouse and a metallic mouse pad printed with a grid on it...
I think it was serial with a DB9 connector on it.

IBM PC Jr for the win.
From: Chad Cottle
Sent: Tuesday, September 11, 2012 10:04 PM
To: collexion@googlegroups.com
Subject: Re: Ruby experience?

mmm....PIE

Ponyo loves Laser Mouses!!!

+1 for laz0r pr0n on Todd's PC XT

On Tue, Sep 11, 2012 at 9:37 PM, Todd Willey <t...@rubidine.com> wrote:

  Or maybe a red LED?  But as a kid I *really* thought it was a laz0r.
  I'm pretty sure my dad told me to not look at it, but maybe the "it"
  he was actually referring to the pictures I had on the screen.
  Wikipedia says laser mice didn't come around until 98.  But my dad
  would totally have spent stupid amounts of money for a toy like that
  back in the day, though.

  On Tue, Sep 11, 2012 at 9:33 PM, Dustin Baker <dustin...@gmail.com> wrote:
  > Wait...laser mouses?
  >
  >
  > On Tuesday, September 11, 2012, Todd Willey wrote:
  >>
  >> Ah, IBM.  Opening the hardware that lead to the PC revolution, closing
  >> down the software so we could have OS/2.  Are we going to talk about
  >> facebook's OpenCompute initiative and their web platform with the same
  >> joking manner some day?
  >>
  >> When I was running OS/2 I had this sweet laser-emitting mouse that had
  >> to be used on a metallic mouse pad with dots making a grid on it.  I'm
  >> not wrong for wanting to relive those glory days.
  >>
  >> -todd[1]
  >>
  >> On Tue, Sep 11, 2012 at 9:18 PM, Thomas D'Andrea Jr.
  >> <thomas.dand...@gmail.com> wrote:
  >> > PIE!
  >> >
  >> >
  >> > On Tue, Sep 11, 2012 at 9:15 PM, Chad Cottle <opendata...@gmail.com>
  >> > wrote:
  >> >>
  >> >> Don't listen to Todd....he still programs OS/2 Warp and knows NOTHING
  >> >> about the world.  I'm talking zero, nada, zilch.  But he does smell
  >> >> like
  >> >> pumpkin pie.
  >> >>
  >> >>
  >> >>
  >> >> On Tue, Sep 11, 2012 at 8:13 PM, Todd Willey <t...@rubidine.com> wrote:
  >> >>>
  >> >>> Definitely tackle Ruby Koans and some of the more vanilla ruby stuff
  >> >>> before moving into rails.
  >> >>>
  >> >>> On Tue, Sep 11, 2012 at 7:32 PM, Warren Myers <volcimas...@gmail.com>
  >> >>> wrote:
  >> >>> > Thanks for all the links and references - I haven't quite picked
  >> >>> > where
  >> >>> > to
  >> >>> > start... but this is a lot better than where I was a few days ago :)
  >> >>> >
  >> >>> >
  >> >>> > On Tue, Sep 11, 2012 at 11:35 AM, nx <n...@nu-ex.com> wrote:
  >> >>> >>
  >> >>> >> Also check out Github to see code from people using Ruby IRL. The
  >> >>> >> API
  >> >>> >> reference is also good if you want to see what functionality is
  >> >>> >> available to you: http://www.ruby-doc.org/core-1.9.3. Probably the
  >> >>> >> best way to get started is to install Ruby and play with the
  >> >>> >> language
  >> >>> >> in the Ruby command line "irb".
  >> >>> >>
  >> >>> >> On Tue, Sep 11, 2012 at 11:32 AM, Dustin Mays
  >> >>> >> <dork.fish....@gmail.com>
  >> >>> >> wrote:
  >> >>> >> > +1 for Ruby Koans, they are seriously awesome. The Python Koans
  >> >>> >> > are
  >> >>> >> > likewise
  >> >>> >> > very good.
  >> >>> >> >
  >> >>> >> > And since no one else has mentioned it yet (I think), get the
  >> >>> >> > latest
  >> >>> >> > version
  >> >>> >> > of the Pickaxe book. It's the standard Ruby learning/reference
  >> >>> >> > manual
  >> >>> >> > and it
  >> >>> >> > is VERY good.
  >> >>> >> >
  >> >>> >> > On Sep 11, 2012 9:06 AM, "Thomas D'Andrea Jr."
  >> >>> >> > <thomas.dand...@gmail.com>
  >> >>> >> > wrote:
  >> >>> >> >>
  >> >>> >> >> Todd turned me onto Ruby Koans and Rails for Zombies.
  >> >>> >> >>
  >> >>> >> >> http://rubykoans.com/
  >> >>> >> >>
  >> >>> >> >> http://www.codeschool.com/courses/rails-for-zombies-2
  >> >>> >> >>
  >> >>> >> >> On Tue, Sep 11, 2012 at 8:30 AM, Aaron Arnett
  >> >>> >> >> <aaarn...@gmail.com>
  >> >>> >> >> wrote:
  >> >>> >> >>>
  >> >>> >> >>> The Kentucky Ruby User Group (@kyrug or google groups) actually
  >> >>> >> >>> meets
  >> >>> >> >>> at
  >> >>> >> >>> the Collexion space... So you're likely to find a good amount
  >> >>> >> >>> of
  >> >>> >> >>> overlap.
  >> >>> >> >>>
  >> >>> >> >>> For online resources it can depend on whether you're looking
  >> >>> >> >>> for
  >> >>> >> >>> strictly
  >> >>> >> >>> Ruby vs Ruby-on-Rails. When you install Ruby, you actually get
  >> >>> >> >>> a
  >> >>> >> >>> decent book
  >> >>> >> >>> with it in the docs section (I believe it's the first edition
  >> >>> >> >>> of
  >> >>> >> >>> Pragmatic's
  >> >>> >> >>> Programming Ruby). And as has been mentioned, if you want some
  >> >>> >> >>> twist
  >
  >
  >
  > --
  > Dustin
  >
  > http://ourplusone.blogspot.com
  >
  > --
  > You received this message because you are subscribed to the Google Groups
  > "Collexion" group.
  > To post to this group, send email to collexion@googlegroups.com.
  > To unsubscribe from this group, send email to
  > mailto:collexion%2Bunsubscribe@googlegroups.com.
  > For more options, visit this group at
  > http://groups.google.com/group/collexion?hl=en.

  --
  You received this message because you are subscribed to the Google Groups "Collexion" group.
  To post to this group, send email to collexion@googlegroups.com.
  To unsubscribe from this group, send email to mailto:collexion%2Bunsubscribe@googlegroups.com.
  For more options, visit this group at http://groups.google.com/group/collexion?hl=en.

--
You received this message because you are subscribed to the Google Groups "Collexion" group.
To post to this group, send email to collexion@googlegroups.com.
To unsubscribe from this group, send email to collexion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/collexion?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave  
View profile  
 More options Sep 11 2012, 10:31 pm
From: Dave <wa4...@yahoo.com>
Date: Tue, 11 Sep 2012 19:31:54 -0700 (PDT)
Local: Tues, Sep 11 2012 10:31 pm
Subject: Re: Ruby experience?
--- On Tue, 9/11/12, Chad Cottle <opendata...@gmail.com> wrote:

> From: Chad Cottle <opendata...@gmail.com>
> Subject: Re: Ruby experience?
> To: collexion@googlegroups.com
> Date: Tuesday, September 11, 2012, 10:23 PM

> Dave for President!!!

If you think that's cool...

Remember that the IBM PS/2 model 9595 has that 8 character LED "Information
Panel" display on the front of the case.  I wrote a device driver for OS/2
that would display the time (in 24 hour format, of course) on that
information panel.  I called it my 400 Watt clock.

Dave


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chad Cottle  
View profile  
 More options Sep 11 2012, 10:45 pm
From: Chad Cottle <opendata...@gmail.com>
Date: Tue, 11 Sep 2012 22:45:05 -0400
Local: Tues, Sep 11 2012 10:45 pm
Subject: Re: Ruby experience?

Dave for Milky Way Galaxy Ambassador!!!

Your stories trump all my XT, AT, PCJr and Lan Manager/IBM stories.

But I ruled (RULED, I say!!!) at Zork.   :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dave  
View profile  
 More options Sep 11 2012, 10:57 pm
From: Dave <wa4...@yahoo.com>
Date: Tue, 11 Sep 2012 19:57:12 -0700 (PDT)
Local: Tues, Sep 11 2012 10:57 pm
Subject: Re: Ruby experience?

> --- On Tue, 9/11/12, Chad Cottle <opendata...@gmail.com> wrote:

> From: Chad Cottle <opendata...@gmail.com>
> Subject: Re: Ruby experience?
> To: collexion@googlegroups.com
> Date: Tuesday, September 11, 2012, 10:45 PM

> Dave for Milky Way Galaxy Ambassador!!!

Yay!

> Your stories trump all my XT, AT, PCJr and Lan Manager/IBM stories.

Speaking of the XT, did y'all know that the original IBM Games
Control Adapter card (aka "joystick card") had a prototype area
on it.  And, with the addition of a couple of TTL 7474 latches, and
a bit of wire-wrapped yellow wire, you could turn it into an 8 bit
output port.  That make for a very cheap digital I/O card.  

http://www.ebay.com/itm/New-IBM-Game-Control-Adapter-Part-Number-1501...

> But I ruled (RULED, I say!!!) at Zork.   :)

I'll give you that.  I never was much good at Zork.  I do enjoy a good
round of nethack, though.

http://en.wikipedia.org/wiki/Nethack

I also enjoyed playing the Star Trek game on a PDP-11 system, back in
the late 1970s:

http://en.wikipedia.org/wiki/Star_Trek_%28text_game%29

But, for video games, it's hard to beat Command & Conquer:

http://en.wikipedia.org/wiki/Command_and_conquer

Dave


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 29   Newer >
« Back to Discussions « Newer topic     Older topic »