Ruby Newbie Advice.

S

Samantha

Hello all.

I've decided after about a week or so of being on the list to come out
of hiding and ask a couple of questions. My email addy of
rubygeekgirl is not a reality, but more of an aspiration. :)

Real quick background on my knowledge and skill level -- I played
around with BASIC on my Commodore VIC 20 at the age of 8 (which was 22
years ago). A couple of years ago I started to try and learn Python.
Fast-forward to Fall of 2006, I decided to try and pick it up again.
In addition, I also decided to go back to college and my first class
this last semester was Programming Logic and Design. The course was
pretty much about logic (imagine that) and we covered loops and mostly
procedural programming, print charts, arrays, and that's pretty much
it. Anyway, as I started to look at Python again, I happened to
discover Ruby. I spent about a month deciding on whether I wanted to
learn Ruby or Python, and as I looked at what was available, I felt
more at ease in Ruby. I read a few tutorials, went out and bought the
PickAxe about four months ago, and did my best to get through it. I
think a lot of it is a bit over my head. I also looked at the Pine
online book and the Why's Poignant guide, in addition to the Little
Book of Ruby and a couple of other resources.

Okay, enough of THAT. I'm now at the point where I feel like I'm
reading the same thing over and over and over again. I'm not the most
patient person and I want to start coding something. I've already
made some small interactive 'kiddie' command line programs and the
such, but I'm getting bored. I just don't know where or what or HOW
to start.

I'm starting to look at code snippets over at Ruby Forge... I also
just got laid off a few weeks ago, so money is tight, otherwise, I'd
go out and buy The Ruby Way, which I perused at Barnes and Noble last
week and fell in love with.

So, I ask you, the gurus... Where do I start? This feels like a
writer's block and I'm sick of reading. I want to start *doing*

I have the IDEs installed, I have Ruby installed on my Gentoo Linux
box...

I'm sick of writing things asking for the user's name and if they want
to try a chocolate chip cookie. :)

Thanks so much in advance. I apologize for my verbosity.

Samantha

http://www.babygeek.org/
 
T

Timothy Hunter

Samantha said:
Hello all.

I've decided after about a week or so of being on the list to come out
of hiding and ask a couple of questions. My email addy of
rubygeekgirl is not a reality, but more of an aspiration. :)

Real quick background on my knowledge and skill level -- I played
around with BASIC on my Commodore VIC 20 at the age of 8 (which was 22
years ago). A couple of years ago I started to try and learn Python.
Fast-forward to Fall of 2006, I decided to try and pick it up again.
In addition, I also decided to go back to college and my first class
this last semester was Programming Logic and Design. The course was
pretty much about logic (imagine that) and we covered loops and mostly
procedural programming, print charts, arrays, and that's pretty much
it. Anyway, as I started to look at Python again, I happened to
discover Ruby. I spent about a month deciding on whether I wanted to
learn Ruby or Python, and as I looked at what was available, I felt
more at ease in Ruby. I read a few tutorials, went out and bought the
PickAxe about four months ago, and did my best to get through it. I
think a lot of it is a bit over my head. I also looked at the Pine
online book and the Why's Poignant guide, in addition to the Little
Book of Ruby and a couple of other resources.

Okay, enough of THAT. I'm now at the point where I feel like I'm
reading the same thing over and over and over again. I'm not the most
patient person and I want to start coding something. I've already
made some small interactive 'kiddie' command line programs and the
such, but I'm getting bored. I just don't know where or what or HOW
to start.

I'm starting to look at code snippets over at Ruby Forge... I also
just got laid off a few weeks ago, so money is tight, otherwise, I'd
go out and buy The Ruby Way, which I perused at Barnes and Noble last
week and fell in love with.

So, I ask you, the gurus... Where do I start? This feels like a
writer's block and I'm sick of reading. I want to start *doing*

I have the IDEs installed, I have Ruby installed on my Gentoo Linux
box...

I'm sick of writing things asking for the user's name and if they want
to try a chocolate chip cookie. :)

Thanks so much in advance. I apologize for my verbosity.

Samantha

http://www.babygeek.org/
Welcome to Ruby!

If you like solving puzzles, why don't you try some of the quizzes at
http://www.rubyquiz.com? There are easy quizzes and hard ones, and
probably at least one that's at a level you'll feel comfortable with.

However, I learn best when I pick my own problem to solve. If you're
like me, think of some problem you have that can be solved by a Ruby
script. Some bit of system administration that you need done, for
example. Then start coding. It doesn't matter if you can't figure out
how to do it at first. Attack the bits you can do, then work on the
rest a piece at a time. Search this list for advice, read The Ruby Way
and The Ruby Cookbook, and post questions here.

Good luck!
 
P

Philip Hallstrom

I'm starting to look at code snippets over at Ruby Forge... I also
just got laid off a few weeks ago, so money is tight, otherwise, I'd
go out and buy The Ruby Way, which I perused at Barnes and Noble last
week and fell in love with.

So, I ask you, the gurus... Where do I start? This feels like a
writer's block and I'm sick of reading. I want to start *doing*

I have the IDEs installed, I have Ruby installed on my Gentoo Linux
box...

Well, I've never been able to learn anything unless I had a reason to
learn it... I think you just hit that point.

You've got to find something that interests you... based on your situation
I would suggest a "resume builder".

Define your resume in YAML. That is, put all your past jobs, your
experience, anything that is "repeatable" into a YAML file. Then write a
script to parse those YAML files and spit out nicelly formatted ascii
text, HTML, and PDF files.

You'll learn a lot and it will be useful.

Then when you're done with that, move it to the web and create your first
Rails project to do the same thing.

I did that several years ago when I wanted to learn the Smarty template
language for PHP and it worked great. My project was small enough that I
understood it, but big enough to let me play around with somethings I
normally didn't get to play with.
I'm sick of writing things asking for the user's name and if they want
to try a chocolate chip cookie. :)

But I like chocolate chip cookies! :)
Thanks so much in advance. I apologize for my verbosity.

Good luck!
 
S

Samantha

Welcome to Ruby!

Thanks, I like it.
If you like solving puzzles, why don't you try some of the quizzes athttp://www.rubyquiz.com?There are easy quizzes and hard ones, and
probably at least one that's at a level you'll feel comfortable with.

I'm over there now checking things out.
However, I learn best when I pick my own problem to solve. If you're
like me, think of some problem you have that can be solved by a Ruby
script. Some bit of system administration that you need done, for
example. Then start coding. It doesn't matter if you can't figure out
how to do it at first. Attack the bits you can do, then work on the
rest a piece at a time. Search this list for advice, read The Ruby Way
and The Ruby Cookbook, and post questions here.

The unfortunate thing, is that I really don't have any system
administration things to do. :) Most of the stuff I would want to
do, (ie get a directory listing and put it to a file so I know what
documents I have where, etc.) I can do with Linux commands. But, I
suppose it couldn't hurt to rewrite the wheel for learning purposes.
Good luck!

Thanks again!

Samantha

http://www.babygeek.org/
 
S

Samantha

Well, I've never been able to learn anything unless I had a reason to
learn it... I think you just hit that point.

You've got to find something that interests you... based on your situation
I would suggest a "resume builder".

Define your resume in YAML. That is, put all your past jobs, your
experience, anything that is "repeatable" into a YAML file. Then write a
script to parse those YAML files and spit out nicelly formatted ascii
text, HTML, and PDF files.

I think you just hit the proverbial nail on the head. I've not looked
at YAML, so now I get to learn a few things and not just obsessively
focus on the fact that I don't know what to write. ;)
You'll learn a lot and it will be useful.

Then when you're done with that, move it to the web and create your first
Rails project to do the same thing.

I've actually been wanting to take a look at Rails. My mom does SEO
and has been trying to get me to learn PHP, but I want to learn Ruby
and RoR, not PHP. Sometimes things just spark your interest, and PHP
didn't really spark mine.
I did that several years ago when I wanted to learn the Smarty template
language for PHP and it worked great. My project was small enough that I
understood it, but big enough to let me play around with somethings I
normally didn't get to play with.

That's awesome. I really appreciate the input and my first project!

But I like chocolate chip cookies! :)

Me, too. Especially when they are made with dark chocolate chips.

Good luck!

Thanks, I'll keep ya'll posted!

Samantha

http://www.babygeek.org/
 
J

James Edward Gray II

I've decided after about a week or so of being on the list to come out
of hiding and ask a couple of questions. My email addy of
rubygeekgirl is not a reality, but more of an aspiration. :)

I bet you will be teaching us new Ruby tricks in no time. Welcome to
the club! ;)

James Edward Gray II
 
J

Jeremy McAnally

I'll give you four extra credit points if you can make you resume
builder spit out a PDF using PDF::Writer or use LaTeX. ;)

--Jeremy

Thanks so much, Jeff! That's exactly what I've gathered thus far.

Gentoo Linux, that's a beautiful way to go!! Makes installing and upgrading


Ya know, I started on Linux back in '99. I mostly played around with RedHat
and ran a dual-boot system. I eventually went to straight Windows, and went
back to having a dual boot in '05. I went to Mandrake, then to Fedora, and
about six months ago decided to take the plunge into Gentoo. I must've had
about six fresh installs in the first few weeks of using it, but I haven't
had to do that in several months now. :) I have found that I've learned
more in the six months of using Gentoo than I had in the several years of
RedHat. I've even gotten brave enough to use ~x86 sources. :)


Think of a project you would like to do and then see how you can tackle it


I'm researching stuff on YAML, as was suggested in a previous post and am
going to work on the resume builder. At some point, I'm going to try and
make an interactive one on Rails or maybe using a GUI, so that I can take
input and then spit out a nice looking resume. Now that I have an idea of
what to do, I'm really geeked.

There are some great books out there, so check some of them out and you just


Absolutely. I might be relocating to downstate Michigan (either Metro
Detroit area or Ann Arbor) and I'm pretty stoked that there are user groups
down there. I'm sure I can gleam some ideas there, too.

Thanks again for the warm welcome!


--
Samantha

http://www.babygeek.org/

"Beware when the great God lets loose a thinker on this planet. Then all
things are at risk."
--Ralph Waldo Emerson


--
http://www.jeremymcanally.com/

My free Ruby e-book:
http://www.humblelittlerubybook.com/book/

My blogs:
http://www.mrneighborly.com/
http://www.rubyinpractice.com/
 
J

James Edward Gray II

I'll give you four extra credit points if you can make you resume
builder spit out a PDF using PDF::Writer or use LaTeX. ;)

I've used PDF::Writer recently and I think that should be worth more
than four points. ;) (No offense intended Austin!)

James Edward Gray II
 
C

Chris Carter

Thanks so much, Jeff! That's exactly what I've gathered thus far.

Gentoo Linux, that's a beautiful way to go! Makes installing and upgrading


Ya know, I started on Linux back in '99. I mostly played around with RedHat
and ran a dual-boot system. I eventually went to straight Windows, and went
back to having a dual boot in '05. I went to Mandrake, then to Fedora, and
about six months ago decided to take the plunge into Gentoo. I must've had
about six fresh installs in the first few weeks of using it, but I haven't
had to do that in several months now. :) I have found that I've learned
more in the six months of using Gentoo than I had in the several years of
RedHat. I've even gotten brave enough to use ~x86 sources. :)


Think of a project you would like to do and then see how you can tackle it


I'm researching stuff on YAML, as was suggested in a previous post and am
going to work on the resume builder. At some point, I'm going to try and
make an interactive one on Rails or maybe using a GUI, so that I can take
input and then spit out a nice looking resume. Now that I have an idea of
what to do, I'm really geeked.

There are some great books out there, so check some of them out and you just


Absolutely. I might be relocating to downstate Michigan (either Metro
Detroit area or Ann Arbor) and I'm pretty stoked that there are user groups
down there. I'm sure I can gleam some ideas there, too.

Thanks again for the warm welcome!


--
Samantha

http://www.babygeek.org/

"Beware when the great God lets loose a thinker on this planet. Then all
things are at risk."
--Ralph Waldo Emerson
Hi Samantha!

Welcome to ruby! So now you have an idea for a project, and it sounds
like a good one too! For support, there is this wonderful list, and
there is the #ruby-lang channel on freenode. It is one of the best
resources you can find. Just don't be afraid to ask questions, no
matter how stupid they sound. The ruby community is pretty darn nice.

For you project, I would like to suggest you check out Ruport for
generating the pdfs:
http://rubyreports.org/
 
M

Matt Lawrence

This is fun.

That's one of the stated design goals for Ruby. To have fun.

-- Matt
It's not what I know that counts.
It's what I can remember in time to use.
 
B

bbiker

Hello all.

I've decided after about a week or so of being on the list to come out
of hiding and ask a couple of questions. My email addy of
rubygeekgirl is not a reality, but more of an aspiration. :)

Real quick background on my knowledge and skill level -- I played
around with BASIC on my Commodore VIC 20 at the age of 8 (which was 22
years ago). A couple of years ago I started to try and learn Python.
Fast-forward to Fall of 2006, I decided to try and pick it up again.
In addition, I also decided to go back to college and my first class
this last semester was Programming Logic and Design. The course was
pretty much about logic (imagine that) and we covered loops and mostly
procedural programming, print charts, arrays, and that's pretty much
it. Anyway, as I started to look at Python again, I happened to
discover Ruby. I spent about a month deciding on whether I wanted to
learn Ruby or Python, and as I looked at what was available, I felt
more at ease in Ruby. I read a few tutorials, went out and bought the
PickAxe about four months ago, and did my best to get through it. I
think a lot of it is a bit over my head. I also looked at the Pine
online book and the Why's Poignant guide, in addition to the Little
Book of Ruby and a couple of other resources.

Okay, enough of THAT. I'm now at the point where I feel like I'm
reading the same thing over and over and over again. I'm not the most
patient person and I want to start coding something. I've already
made some small interactive 'kiddie' command line programs and the
such, but I'm getting bored. I just don't know where or what or HOW
to start.

I'm starting to look at code snippets over at Ruby Forge... I also
just got laid off a few weeks ago, so money is tight, otherwise, I'd
go out and buy The Ruby Way, which I perused at Barnes and Noble last
week and fell in love with.

So, I ask you, the gurus... Where do I start? This feels like a
writer's block and I'm sick of reading. I want to start *doing*

I have the IDEs installed, I have Ruby installed on my Gentoo Linux
box...

I'm sick of writing things asking for the user's name and if they want
to try a chocolate chip cookie. :)

Thanks so much in advance. I apologize for my verbosity.

Samantha

http://www.babygeek.org/
From one newby to another.

Well I do have an advantage in that I know C and Perl so I have had
experience in programming. I have been using Ruby for about 6
months. I learn best by doing rather than reading. But obviously
first you read and then you write code.
And then read some more and write more code.

It is best if you find something that you by hand that can be
automated by a program. In other find some task that you are familiar
and interested in writing a program that would do the task.


The first non-trivial program that I wrote does bridge hands
analysis.

The general scenario goes something like this.

1. Interface with a 3rd party program that generates a specified
number of hands

need to learn how to interface with this progam

need to learn how to import the hands

2. Call on another program to do what is known as "double dummy
analysis"

need to learn Win32API so I could communicate with the double
dummy analysis program

need to transform the bridge hands from one format to a format
acceptable to the
double dummy analysis program

need to learn how to interact with double dummy analysis
program

need to save the results

3. Analyze the results to obtain additional facts from the raw
data provided by the double analysis program.

4. Present the result in format that is easy and clear to read

Actually I save the result in a csv file and use Word's mail
merge to generate the output file and print the results ...
18 hands per page.

Now it took about a month to do it.

At each step of the way I had to go back an read how to accomplish
what I wanted to do.

First read, do some coding, test the code to verify that it did
what you expected.
If it didn't, then read some more to try to see where you failed
and rewrite that code.
Repeat until you succeed.

Note that I made use of other program and/or libraries to actually
do the bulk of the work.
True, I had to learn how to communicate with these programs on a
trial and error basis since
the authors of these programs did not provide any hand
holding...just the barely sufficient
written information.

If you want to really learn how to program you need to pick
something of interest to you.
Make a general plan on how the program should proceed. Then take
the first step.
 
S

Shawn W_

Samantha said:
Okay, enough of THAT. I'm now at the point where I feel like I'm
reading the same thing over and over and over again. I'm not the most
patient person and I want to start coding something. I've already
made some small interactive 'kiddie' command line programs and the
such, but I'm getting bored. I just don't know where or what or HOW
to start.

I'm pretty much at the same point you are.

I've dabbled in programming in the past and only now getting into it
thoroughly with Ruby. I looked at the Pick Axe up to about ch3 then
swithed to The Little Book of Ruby and zipped through it (great short to
the point for beginner book). I then started writing a Chess Program
just to learn. I have got someway with it but have realised I need more
training. Gone back to the Pick Axe to finish Part I Facets of Ruby.

So now I need some problems to solve. I'm using project euler:
http://projecteuler.net/index.php?section=view
Some nice short programming mathematics orientated problems. I've looked
at the Ruby Quiz site but so far haven't found them easy or short enough
for my liking, although I have looked at the two chess problems to get
some ideas for my chess programs.

On top of this I'm creating my own problems. For me the most fun
problems are those that are short, a few lines of code, but that explode
with actiity when run. For example, I set myself the task of creating an
array and filling it with random number, then sorting those numbers, and
displaying both arrays (not too hard with the rand(max) integer method,
and the .sort method). Once I've achieved something short and sweet like
this, I expand it. So, how about producing the random numbers within a
range, then receiving the limits of the range from a user, then how
about timing the sort and displaying the result.

I'm definately learning so much more doing than reading. And don't write
boring programs, think of some fun stuff, perhaps something your friends
can interact with. You'll be so much more motivated to explore and learn
that way.
 
S

Sharon Phillips

Hi,

I too stared programming on the Vic 20, and loved it.

One thing I used to love coding, and I offer as a suggestion, is an
adventure game.
Remember them? There used to be some quite good ones on the Vic20.

Seriously. Covers a massive range of topics and allows for almost any
level of ability. Plus, you'll find it fun.

Cheers,
Dave
 
R

Richard Conroy

Hello all.

Anyway, as I started to look at Python again, I happened to
discover Ruby. I spent about a month deciding on whether I wanted to
learn Ruby or Python, and as I looked at what was available, I felt
more at ease in Ruby.

Python is a fine language, but it has language design choices that
are a bit at odds with Ruby's choices. It seems to me that you will
like one language or the other, but not both. Just conjecture on my
part.

I have found that from teaching my Dad & my Girlfriend programming,
that Ruby seems to be a fine language for beginners. Which is nice,
because it is increasingly a very commercial language, so if you get
good with it you can make a career out of it.
Okay, enough of THAT. I'm now at the point where I feel like I'm
reading the same thing over and over and over again. I'm not the most
patient person and I want to start coding something. I've already
made some small interactive 'kiddie' command line programs and the
such, but I'm getting bored. I just don't know where or what or HOW
to start.

I am like you then. One big problem that I found with Ruby was the
widespread lack of example code, I learn very effectively by example
and by tweaking examples to fit my needs. Not enough example
code exists for Ruby. Most of it is locked in books.

If I was to recommend another book (I know your funds are tight) it
would be the Ruby Cookbook. Its basically a highly comprehensive
series of example solutions to example (but real world) problems.

In addition to instructing you how to use them, it might also stimulate
your ideas. There is another book, that is cheaper and may even be
more appropriate: "Everyday Scripting with Ruby" which looks good,
but I haven't received it yet.
So, I ask you, the gurus... Where do I start? This feels like a
writer's block and I'm sick of reading. I want to start *doing*

But at the end of the day, learning to program involves programming.
So basically pick a programming project. Anything. Pick something
useful to you, or something that is familiar already from your own
IT skills.

examples:
-extract author,album and track information (etc) from an MP3 file
-then modify it to go through your music directories and build up a
list
-use the POP3 Ruby library to download your e-mail from your ISP
-use one of the Ruby Web Automation tools (WATIR, Mechanize,
Hpricot, RubySoupful, etc.) against some public web sites, for example
try to monitor the bidding status on an ebay auction
-make a simple text editor UI
-make a program that monitors your bittorrent download directory
(all legal of course) and e-mails you when one finishes

If there's one thing I love about Ruby, is that it has made me ambitious
about programming again. I no longer think about a problem "that sounds
hard", "I am biting off more than I can chew here", "maybe I will try just
one of the subtasks to see how far I can get". And apparently this experience
scales down to beginners too.

I get a sense of manic glee when I hear war stories about beginners delivering
commercial quality projects with Rails. Its like they haven't learned that
what they are doing is supposed to be hard, so they have no fear of it.

Have fun learning, and welcome to the community.

regards,
Richard.
 
J

James Edward Gray II

I've looked at the Ruby Quiz site but so far haven't found them
easy or short enough for my liking...

There are easy quizzes. Look for the problems solved by many, many
people. In general, those are the easier problems. LCD Numbers and
pp Pascal are two examples.

James Edward Gray II
 
S

Shawn W_

James said:
There are easy quizzes. Look for the problems solved by many, many
people. In general, those are the easier problems. LCD Numbers and
pp Pascal are two examples.

James Edward Gray II

How many is many many? I do get it, but it's not something that's going
to occur to a newbie. Would be nice if there was a simple, say, three
star indicator, easy, average, hard, or even just a simple header
[suitable for newbie] sign at the top of each quiz, after all I would
think beginners are a good proportion of visitors to the Ruby Quizzes,
yes?
 
J

James Edward Gray II

James said:
There are easy quizzes. Look for the problems solved by many, many
people. In general, those are the easier problems. LCD Numbers and
pp Pascal are two examples.

James Edward Gray II

How many is many many? I do get it, but it's not something that's
going
to occur to a newbie. Would be nice if there was a simple, say, three
star indicator, easy, average, hard, or even just a simple header
[suitable for newbie] sign at the top of each quiz, after all I would
think beginners are a good proportion of visitors to the Ruby Quizzes,
yes?

I've wanted to add such a rating, but it's not as easy as it sounds.
Who decides what is a three star rating? You and I probably differ
on our definition of such.

James Edward Gray II
 
S

Shawn W_

James said:
James Edward Gray II

How many is many many? I do get it, but it's not something that's
going
to occur to a newbie. Would be nice if there was a simple, say, three
star indicator, easy, average, hard, or even just a simple header
[suitable for newbie] sign at the top of each quiz, after all I would
think beginners are a good proportion of visitors to the Ruby Quizzes,
yes?

I've wanted to add such a rating, but it's not as easy as it sounds.
Who decides what is a three star rating? You and I probably differ
on our definition of such.

James Edward Gray II

Even a wrong assessment on your part is going to be far more accurate
than the assessment of a newbie who knows nothing. Think of it as a way
of steering the newbie away from the hard, ego deflating stuff that may
discourage them. Start with the easiest problem you have, slap a Newbie
Approved stamp on it, and go from there. Just keep it simple. It would
be just a guide.
 
U

Uma Geller

Hey Samantha, welcome on board !

Some good you can read a 60% for free,
until the rest of it gets published online.

http://rubyhacker.com/

Hope you'll be up and running soon, doing
business and on your way to B&N to buy the
dead wood release. (very worth it)

Good luck!
UG

Hello all.

I've decided after about a week or so of being on the list to come out
of hiding and ask a couple of questions. My email addy of
rubygeekgirl is not a reality, but more of an aspiration. :)

Real quick background on my knowledge and skill level -- I played
around with BASIC on my Commodore VIC 20 at the age of 8 (which was 22
years ago). A couple of years ago I started to try and learn Python.
Fast-forward to Fall of 2006, I decided to try and pick it up again.
In addition, I also decided to go back to college and my first class
this last semester was Programming Logic and Design. The course was
pretty much about logic (imagine that) and we covered loops and mostly
procedural programming, print charts, arrays, and that's pretty much
it. Anyway, as I started to look at Python again, I happened to
discover Ruby. I spent about a month deciding on whether I wanted to
learn Ruby or Python, and as I looked at what was available, I felt
more at ease in Ruby. I read a few tutorials, went out and bought the
PickAxe about four months ago, and did my best to get through it. I
think a lot of it is a bit over my head. I also looked at the Pine
online book and the Why's Poignant guide, in addition to the Little
Book of Ruby and a couple of other resources.

Okay, enough of THAT. I'm now at the point where I feel like I'm
reading the same thing over and over and over again. I'm not the most
patient person and I want to start coding something. I've already
made some small interactive 'kiddie' command line programs and the
such, but I'm getting bored. I just don't know where or what or HOW
to start.

I'm starting to look at code snippets over at Ruby Forge... I also
just got laid off a few weeks ago, so money is tight, otherwise, I'd
go out and buy The Ruby Way, which I perused at Barnes and Noble last
week and fell in love with.

So, I ask you, the gurus... Where do I start? This feels like a
writer's block and I'm sick of reading. I want to start *doing*

I have the IDEs installed, I have Ruby installed on my Gentoo Linux
box...

I'm sick of writing things asking for the user's name and if they want
to try a chocolate chip cookie. :)

Thanks so much in advance. I apologize for my verbosity.

Samantha

http://www.babygeek.org/
 
P

Patrick Hurley

Absolutely. I might be relocating to downstate Michigan (either Metro
Detroit area or Ann Arbor) and I'm pretty stoked that there are user groups
down there. I'm sure I can gleam some ideas there, too.


You are very welcome to join use a the South East Michigan Ruby
Brigade (http://rubymi.org/). We meet on the first Monday of every
month, generally on campus in Ann Arbor. There is also talk about
trying to have meetings a little further East on a different day
(metro Detroit is pretty spread out, you know we all have cars and
like to drive around here <grin>).

There is also a mailing list for RubyMI
(http://lists.rubymi.org/listinfo.cgi/rubymi-rubymi.org), where you
can the details of our meetings, make suggestions for up coming
meetings, etc. It is much lower volume than ruby-talk.

Let us know you are coming and we will try and have some of those
chocolate chip cookies for you.
pth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,479
Members
44,899
Latest member
RodneyMcAu

Latest Threads

Top