The Hacker's Path
krainboltgreene.heroku.com
The Hacker's Path
1–10 of 78 posts
Re: The Hacker's Path
#2Re: The Hacker's Path
#3OK, _why is amazing, but the Poignant Guide is really not the best place to learn Ruby. It may be for some, but I have to be honest, it diverges so much into madness and a pointless, meandering storyline for so long that I couldn't bring myself to finish it. I've spoken to others with the same experience. Maybe the first few chapters are worth reading, if only to get references like "chunky bacon". I suggest the pick…
_why's explanation of block syntax in the Poignant Guide sticks with me to this day! The imagery of a little waterslide that block arguments slide down into their block is both charming and memorable.
Re: The Hacker's Path
#4OK, _why is amazing, but the Poignant Guide is really not the best place to learn Ruby. It may be for some, but I have to be honest, it diverges so much into madness and a pointless, meandering storyline for so long that I couldn't bring myself to finish it. I've spoken to others with the same experience. Maybe the first few chapters are worth reading, if only to get references like "chunky bacon". I suggest the pick…
The pick-axe book is listed in the next section.
Re: The Hacker's Path
#5The OP omits some of the points I consider important - problem-solving attitude, low level programming, learning unix. Also I think that starting with both Python and Ruby is a bit strange idea - they are really similar (in almost every way I can think of) and such course of learning may cause some confusion (e.g. which pieces of syntax belong to which language?).
Re: The Hacker's Path
#6Re: The Hacker's Path
#7OK, _why is amazing, but the Poignant Guide is really not the best place to learn Ruby. It may be for some, but I have to be honest, it diverges so much into madness and a pointless, meandering storyline for so long that I couldn't bring myself to finish it. I've spoken to others with the same experience. Maybe the first few chapters are worth reading, if only to get references like "chunky bacon". I suggest the pick…
Problem is, I'm trying to maintain a focus: learning Ruby. Humor is fine. But I want to focus and Get Stuff Done.
So the Poignant Guide is very frustrating.
Dive Into Python IMO is a very good text.
Re: The Hacker's Path
#8OK, _why is amazing, but the Poignant Guide is really not the best place to learn Ruby. It may be for some, but I have to be honest, it diverges so much into madness and a pointless, meandering storyline for so long that I couldn't bring myself to finish it. I've spoken to others with the same experience. Maybe the first few chapters are worth reading, if only to get references like "chunky bacon". I suggest the pick…
I am picking up Ruby, and the Poignant Guide is... uh... lousy. It maunders and meanders and diverges into slightly drunk? stoned? btardy? certainly ridiculous areas. Problem is, I'm trying to maintain a focus: learning Ruby. Humor is fine. But I want to focus and Get Stuff Done. So the Poignant Guide is very frustrating. Dive Into Python IMO is a very good text.
Re: The Hacker's Path
#9Has anyone actually been successful following a similar path? Has the author actually read all these books? This is just a list of books on programming languages and tools. Why am I learning Ruby and Python? Why am I avoiding relational database servers and learning SQLite? Nothing is explained.
Re: The Hacker's Path
#10my personal idea of a hacker is someone who knows _everything_ and is not afraid to take advantage of that knowledge. of course it's impossible to know everything, but the best hackers I know do a very good job of approximating that :)