Why's (Poignant) Guide to Ruby (is this guy ok?)

Recently, I was looking for a Ruby guide that could help my son catch
on to Ruby. I have seen several mentions an Why's (Poignant) Guide to
Ruby, so I decided to read through it to see if it was something my
son could use. By the time I was about 1/4 through it, I became very
concerned about the writer. Is this guy ok? Bizzar just scratches the
surface. The Van Gogh of Ruby programmers would be a fair assessment.
This book reads like a twisted novel, where you almost by accident,
learn a bit of Ruby. Nevertheless, a very engaging read. The code
examples are very clear and understandable, and the style keeps you
turning pages to see what madness awaits.

Good job Mr. Why!

He's okay with me. I won't speculate about his mental health, though,
since I've never met him.

···

On Sat, Oct 20, 2007 at 12:29:24PM +0900, Jayson Williams wrote:

Recently, I was looking for a Ruby guide that could help my son catch
on to Ruby. I have seen several mentions an Why's (Poignant) Guide to
Ruby, so I decided to read through it to see if it was something my
son could use. By the time I was about 1/4 through it, I became very
concerned about the writer. Is this guy ok? Bizzar just scratches the
surface. The Van Gogh of Ruby programmers would be a fair assessment.
This book reads like a twisted novel, where you almost by accident,
learn a bit of Ruby. Nevertheless, a very engaging read. The code
examples are very clear and understandable, and the style keeps you
turning pages to see what madness awaits.

Good job Mr. Why!

--
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Amazon.com interview candidate: "When C++ is your hammer, everything starts
to look like your thumb."

If you like the book, see <http://tryruby.hobix.com/>, by the same
fellow. According to his blog, <http://whytheluckystiff.net/>, he's a
professor collaborating on a similar book for Flash.

I only wish that "Why's (Poignant) Guide to Ruby" was available in
printed form.

-Thufir

fellow. According to his blog, <http://whytheluckystiff.net/&gt;, he's a
professor collaborating on a similar book for Flash.

The website says he is a "freelance professor". Is that like a self
proclaimed thing. The website is just like the book. Nothing you get
is anything you expect. If Dr. Who. knew Ruby, I think his name would
be Professor Why.

Jay...

···

On 10/20/07, Thufir <hawat.thufir@gmail.com> wrote:

If you like the book, see <http://tryruby.hobix.com/&gt;, by the same
fellow. According to his blog, <http://whytheluckystiff.net/&gt;, he's a
professor collaborating on a similar book for Flash.

I only wish that "Why's (Poignant) Guide to Ruby" was available in
printed form.

-Thufir

Thufir wrote:

I only wish that "Why's (Poignant) Guide to Ruby" was available in
printed form.

-Thufir

http://poignantguide.net/ruby/whys-poignant-guide-to-ruby.pdf

You might ponder http://en.wikipedia.org/wiki/Why_the_lucky_stiff

···

--
Rick DeNatale

My blog on Ruby
http://talklikeaduck.denhaven2.com/

If Dr. Who. knew Ruby, I think his name would
be Professor Why.

That's basically what's going on.

···

--
Giles Bowkett

Blog: http://gilesbowkett.blogspot.com
Portfolio: http://www.gilesgoatboy.org
Tumblelog: http://giles.tumblr.com/

Reid Thompson wrote:

Thufir wrote:

I only wish that "Why's (Poignant) Guide to Ruby" was available in
printed form.

-Thufir

http://poignantguide.net/ruby/whys-poignant-guide-to-ruby.pdf

http://www.lulu.com/content/890917

and of course

Robert

···

On 10/20/07, Rick DeNatale <rick.denatale@gmail.com> wrote:

You might ponder why the lucky stiff - Wikipedia

--
what do I think about Ruby?
http://ruby-smalltalk.blogspot.com/

If you enjoyed _why's book, then take a glimpse into his everyday life
via twitter ...

http://twitter.com/_why/statuses/331304632

Blessings,
TwP

···

On 10/20/07, Giles Bowkett <gilesb@gmail.com> wrote:

> If Dr. Who. knew Ruby, I think his name would
> be Professor Why.

That's basically what's going on.

But then Matz isn't the one being psychoanalyzed! <G>

···

On 10/20/07, Robert Dober <robert.dober@gmail.com> wrote:

On 10/20/07, Rick DeNatale <rick.denatale@gmail.com> wrote:
> You might ponder why the lucky stiff - Wikipedia
and of course
Matz - Wikipedia

--
Rick DeNatale

My blog on Ruby
http://talklikeaduck.denhaven2.com/

I don't know about all his work, but hpricot is fantastic and popular.
Also redcloth is a solid library I have used.

···

-------------------------------------------
Daniel Brumbaugh Keeney
Devi Web Development
Devi.WebMaster@gMail.com
-------------------------------------------

I don't know about all his work, but hpricot is fantastic and popular.

The specific deal with Hpricot is nobody wants to parse and write HTML that could be ill-formed. XHTML is simple to parse, and browsers can't accept strict XHTML. So HTML lived in a dead-spot. If you had to edit it, you'd target specific strings with gsub. And if this lead to an encoding problem, you'd simply have garbage-in-garbage-out.

With Hpricot, you can freely convert ill-formed HTML into an object model, and back into HTML

We used Hpricot to launch a successful project at work, with its Lilu wrapper. This let our graphic artists upgrade our graphics, decoupled from our developer's source code. Lilu uses Hpricot to locate class tags and replace their contents with our data. This, in turn, decouples our graphics teams and development teams, leading to a very successful website.

And Hpricot allows assertions in tests that read HTML, via assert_hpricot.

···

--
  Phlip
  Test Driven Ajax (on Rails) [Book]
  "Test Driven Ajax (on Rails)"
  assert_xpath, assert_javascript, & assert_ajax