<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Culmination.org &#187; Books</title>
	<atom:link href="http://www.culmination.org/category/books/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.culmination.org</link>
	<description>You are what you've become.</description>
	<lastBuildDate>Thu, 11 Mar 2010 19:32:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wicked Cool Ruby Scripts</title>
		<link>http://www.culmination.org/2008/12/21/wicked-cool-ruby-scripts/</link>
		<comments>http://www.culmination.org/2008/12/21/wicked-cool-ruby-scripts/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 00:50:12 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[...And I Quote:]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Non Fiction]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[no starch]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.culmination.org/?p=324</guid>
		<description><![CDATA[Having fun and solving problems can be mutually exclusive. Even for professional programmers and system administrators who chose their career because they enjoy problem solving, there can be times when finding a solution is an exercise in the mundane.  Luckily, there are tools designed to ease the pain and frustration faced by programmers and [...]]]></description>
			<content:encoded><![CDATA[<p>Having fun and solving problems can be mutually exclusive. Even for professional programmers and system administrators who chose their career because they enjoy problem solving, there can be times when finding a solution is an exercise in the mundane.  Luckily, there are tools designed to ease the pain and frustration faced by programmers and admins. Ruby is a programming language that was designed from the start to not only provide a means of solving problems, but also to be inherently intuitive and fun to use. Wicked Cool Ruby Scripts, by Steve Pugh, is a book aimed to bring to light the fact that you can use Ruby to write concise yet useful scripts that solve difficult problems.</p>
<p>If you’re a fan of the “Wicked Cool” books from No Starch Press, you’ll find the format of this book familiar. It’s not a hefty tome complete with syntax and “hello world” introductory lessons, rather it’s almost a recipe book of sorts, divided into sections of problems and chock full of immediately useful Ruby code. This is the “Wicked Cool” book I’ve been waiting for, because although I write PHP and shell scripts (not so much Java and Perl, other topics covered in the series), I’ve always thought Ruby was the coolest of all. Right from the start, you can tell that Steve Pugh agrees with me.  His tone throughout the book is that of a friend who has something fun to share, never browbeating or lecturing.  He’s not simply writing to show us that he knows how to write Ruby well, he’s really trying to help us out.</p>
<p>Honestly, some of the examples in Wicked Cool Ruby Scripts might leave you wondering why you’d use such a powerful language like Ruby for such seemingly simple things. What Steve Pugh tries (and succeeds!) to show us is that Ruby isn’t just for writing massive web applications, but it can also handle tasks often relegated to the ubiquitous, but cryptic Awk or shell languages. Perhaps you still wonder why you’d want to? “Just because you can doesn’t mean you should”, right? So why bother? Because Ruby is “Wicked Cool”, that’s why.</p>
<p>So what’s cool? How about a simple file alteration monitor to help you see what’s changed on your system? Not cool enough? How about a web based photo gallery in about 50 lines of code? Still not impressed? How about writing a Metasploit module to attack one Windows machine from another? From general purpose utilities to system security and yes, even some games, Wicked Cool Ruby Scripts has enough in it to pique the interest of just about any programmer or sysadmin. I for one am finding it hard to concentrate on this review because I want to get back to writing Ruby. If you’re a programmer waiting for a good excuse to try Ruby, or a Windows sysadmin wondering what an open source programming language can do for you, you’ll find Wicked Cool Ruby Scripts enlightening, inspiring, and of course&#8230; cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2008/12/21/wicked-cool-ruby-scripts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Designing BSD Rootkits (review)</title>
		<link>http://www.culmination.org/2007/07/04/designing-bsd-rootkits-review/</link>
		<comments>http://www.culmination.org/2007/07/04/designing-bsd-rootkits-review/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 17:25:58 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[...And I Quote:]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rootkit]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.culmination.org/2007/07/04/designing-bsd-rootkits-review/</guid>
		<description><![CDATA[I forgot to mention that I wrote a review for a book about designing BSD rootkits. You can find the review over at Daemon News
]]></description>
			<content:encoded><![CDATA[<p>I forgot to mention that I wrote a review for a book about designing BSD rootkits. You can find the review over at <a href="http://ezine.daemonnews.org/200704/bsd_root_kits_review.html" title="Link to review on daemonnews.org">Daemon News</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2007/07/04/designing-bsd-rootkits-review/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bourne Identity</title>
		<link>http://www.culmination.org/2006/07/30/bourne-identity/</link>
		<comments>http://www.culmination.org/2006/07/30/bourne-identity/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 01:45:43 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Movies]]></category>

		<guid isPermaLink="false">http://www.culmination.org/2006/07/30/bourne-identity/</guid>
		<description><![CDATA[Wow! I saw this movie and I loved it, so much so in fact, that I saw a line during the credits that said &#8220;based on the novel by Robert Ludlum&#8221; and I got the book immediately. Overall I can say that the book and movie are both great, but the book &#8211; wow. Read [...]]]></description>
			<content:encoded><![CDATA[<p>Wow! I saw this movie and I loved it, so much so in fact, that I saw a line during the credits that said &#8220;based on the novel by Robert Ludlum&#8221; and I got the book immediately. Overall I can say that the book and movie are both great, but the book &#8211; wow. Read on for more details <img src='http://www.culmination.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span id="more-218"></span> The movie came out in 2002 but, like most movies, I didn&#8217;t see it until 4 years later. I was amazed how not-so-cheesy it was. Usually action flicks are just car chases and sweaty dudes saying macho stuff <img src='http://www.culmination.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  This movie was actually great though. I never expected to get so into it. By the end of the movie I was calling Jason Bourne &#8220;Jay&#8221;, as in &#8220;Go get &#8216;em Jay! Yeah!&#8221; haha <img src='http://www.culmination.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  And in true culmination.org fashion, that will end the movie review.</p>
<p>The book! Did I say wow yet? Wow! <img src='http://www.culmination.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I read this book in a week and it wasn&#8217;t exactly short &#8211; just a page turner. The one thing about it is that it was so different from the movie. An <a href="http://www.imdb.com">imdb</a> comment said something like &#8220;blah blah blah moaning about the movie and book not being the same&#8221; &#8211; saying that &#8220;too much of the book would be boring or take too much time to explain&#8221;. I dunno. I think they did stray pretty far &#8211; I mean not a little &#8211; Marie had a completely different name and she was a hostage in the book, not some weird random girl in the embassy. But whatever&#8230;</p>
<p>In the end, both the book and movie were very enjoyable. If you haven&#8217;t read the book or seen the movie, see the movie first! It will suck afterward haha. I&#8217;m so glad I read the book afterward because the movie would have been disappointing to me had I read the book first. And so ends another book/movie review by yours truly. Stay tuned for a review of Bourne Supremacy! (And yes, you can be sure it won&#8217;t contain any details about the content of the movie hahahaha <img src='http://www.culmination.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2006/07/30/bourne-identity/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sometimes</title>
		<link>http://www.culmination.org/2006/07/25/sometimes/</link>
		<comments>http://www.culmination.org/2006/07/25/sometimes/#comments</comments>
		<pubDate>Tue, 25 Jul 2006 13:18:31 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[WTF?]]></category>

		<guid isPermaLink="false">http://www.culmination.org/2006/07/25/sometimes/</guid>
		<description><![CDATA[Sometimes the morning is great. Sometimes it&#8217;s not. Today it&#8217;s not. Well at least I&#8217;m reading a good book (more on that later!)
]]></description>
			<content:encoded><![CDATA[<p>Sometimes the morning is great. Sometimes it&#8217;s not. Today it&#8217;s not. Well at least I&#8217;m reading a good book (more on that later!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2006/07/25/sometimes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Scanner Darkly</title>
		<link>http://www.culmination.org/2006/07/23/a-scanner-darkly/</link>
		<comments>http://www.culmination.org/2006/07/23/a-scanner-darkly/#comments</comments>
		<pubDate>Sun, 23 Jul 2006 08:28:40 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Movies]]></category>

		<guid isPermaLink="false">http://www.culmination.org/2006/07/17/a-scanner-darkly/</guid>
		<description><![CDATA[So with this movie coming out I decided to grab some more Dick. Philip K. Dick of course   So far this book is well&#8230; it&#8217;s teh awesome. What can I say? I&#8217;m halfway done and I really don&#8217;t want to stop reading. I&#8217;ll edit this and post a full review of the book [...]]]></description>
			<content:encoded><![CDATA[<p>So with this movie coming out I decided to grab some more Dick. Philip K. Dick of course <img src='http://www.culmination.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  So far this book is well&#8230; it&#8217;s teh awesome. What can I say? I&#8217;m halfway done and I really don&#8217;t want to stop reading. I&#8217;ll edit this and post a full review of the book when I&#8217;m done, and then add a review of the movie after I see it. I really hope they don&#8217;t kill it! (Saw the movie &#8211; read on for more about the book and movie!)</p>
<p><span id="more-208"></span></p>
<p>Wow. This book is one of the best I&#8217;ve read in a while. I truly enjoyed it. It left me feeling as if I was walking around in a different world. Philip K. Dick is such an amazing author &#8211; He grabbed my mind and took it for a spin. I was laughing with the junkies, I was hurting with them. I felt guilty, I felt sad, I felt happy, I felt high on drugs. I don&#8217;t know how he did it, but he did it well.</p>
<p>I recommend this book to anyone who has had experience with drugs. I&#8217;m not saying that you have to have used them, but if you were around someone who has &#8211; if you&#8217;ve seen someone&#8217;s life destroyed by drugs &#8211; you&#8217;ll understand this book too. If you&#8217;ve ever done a psychedelic like LSD or even MDMA, you might find yourself thinking &#8220;oh my god. that could have been me!&#8221; It&#8217;s scary and it&#8217;s supposed to be. Dick slaps you in the face with the reality of drug use and misuse.</p>
<p>The author&#8217;s note at the end really brings the message home. It gives me chills to think about it. I feel like I was just so recently in a different world, and now that the book is over I wonder if the world I&#8217;m in now is the world I started in before I fell into the book.</p>
<p>If the movie strays in any way from this book I&#8217;m going to be PISSED.</p>
<p>OK &#8211; Saw the movie last night&#8230;.</p>
<p>A nicely done rendition &#8211; but it was too quick. Not enough time to really get the whole story. If you haven&#8217;t read the book I&#8217;m not sure you&#8217;ll really &#8220;get&#8221; it. A few people on the way out were asking each other &#8220;did you get it?&#8221; I missed the anecdotes, missed the time we get to spend with the characters. But hey, it&#8217;s a movie right?</p>
<p>The bottom line &#8211; READ THE BOOK. Then see the movie <img src='http://www.culmination.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2006/07/23/a-scanner-darkly/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Do Androids Dream Of Electric Sheep?</title>
		<link>http://www.culmination.org/2005/06/01/do-androids-dream-of-electric-sheep?/</link>
		<comments>http://www.culmination.org/2005/06/01/do-androids-dream-of-electric-sheep?/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Books]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Do you like <a href="http://www.philipkdick.com/">Dick</a>? I do, and you probably do too. I learned about Dick during a discussion of sci-fi authors once, a few years back. It took me a while to get around to reading some of his work though. My first experience with Dick is his novel <u><a href="http://www.philipkdick.com/works_novels_androids.html">Do Androids Dream Of Electric Sheep?</a></u> Read more, if you dare....]]></description>
			<content:encoded><![CDATA[<p>This book is based in the future (of course) and deals with some serious issues. You see during the mass migration to Mars, certain people were left behind. These people were exposed to radiation, and thus deemed dangerous. The story takes place on Earth, and the main character is a chickenhead. A chickenhead is someone who&#8217;s mind was affected by the radiation and is mentally retarded.
</p>
<p>
I&#8217;m not going to tell you more, you&#8217;ll have to read it yourself. But if you like books set in a dystopia, you&#8217;ll probably enjoy this one <img src='http://www.culmination.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p>
Oh, on a scale of &#8220;eeew&#8221; to &#8220;oh yeah!&#8221;, this book gets a &#8220;yeah, it&#8217;s pretty hot&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2005/06/01/do-androids-dream-of-electric-sheep?/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>S Is For Space</title>
		<link>http://www.culmination.org/2005/06/01/s-is-for-space/</link>
		<comments>http://www.culmination.org/2005/06/01/s-is-for-space/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Books]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I really don't read as much as I should. I do love books though, and I have a lot of books that I've collected from one place or another. One of these books is <u>S Is For Space</u>, a collection of short stories by <a href="http://www.raybradbury.com/bio.html">Ray Bradbury</a>. Read more for... more...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve enjoyed Bradbury ever since I was assigned to read <u>Fahrenheit 451</u> in school. I happened to find this particular collection of stories at a local book table, for 50 cents. It stayed on my shelf for about a year or two but a stint of jury duty had me looking for something fun, interesting, and short. <u>S Is For Space</u> was the perfect choice.</p>
<p>
This collection of stories was first published in 1966. It contains 16 tales dealing with &#8211; you guessed it &#8211; space. As with most of my reviews, I won&#8217;t tell you much about the content, because that would spoil the fun for most people =) I will, however, give you a bit from the book&#8217;s introduction:
</p>
<p>
&#8220;Jules Verne was my father.
</p>
<p>
H.G. Wells was my wise Uncle
</p>
<p>Edgar Allan Poe was the batwinged cousin we kept high in the back attic room.
</p>
<p>
Flash Gordon and Buck Rogers were my brothers and friends.
</p>
<p>
There you have my ancestry.
</p>
<p>
Adding, of course, the fact that in all probability Mary Wollstonecraft Shelley, author of Frankenstein, was my mother.&#8221;
</p>
<p>This guy rocks. If you haven&#8217;t read any Bradbury, then please do yourself the favor!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2005/06/01/s-is-for-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zsh Book Review On Slashdot</title>
		<link>http://www.culmination.org/2005/04/13/zsh-book-review-on-slashdot/</link>
		<comments>http://www.culmination.org/2005/04/13/zsh-book-review-on-slashdot/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Books]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<a href="http://books.slashdot.org/article.pl?sid=05/04/13/203225&#038;tid=130&#038;tid=201&#038;tid=192&#038;tid=6&#038;tid=106">Slashdot has a review</a> of <u>From Bash To Z Shell</u>. I haven't had a chance to read the book myself, yet I can still tell you that zsh is <em>nice!</em> I have my (simple) <a href="http://www.culmination.org/Mike/.zshenv">.zshenv</a>  and <a href="http://www.culmination.org/Mike/.zshrc">.zshrc</a> uploaded here, in case you want a little something to get started with. You can get the latest zsh (4.2.5 currently) at <a href="ftp://ftp.zsh.org">ftp.zsh.org</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://books.slashdot.org/article.pl?sid=05/04/13/203225&#038;tid=130&#038;tid=201&#038;tid=192&#038;tid=6&#038;tid=106">Slashdot has a review</a> of <u>From Bash To Z Shell</u>. I haven&#8217;t had a chance to read the book myself, yet I can still tell you that zsh is <em>nice!</em> I have my (simple) <a href="http://www.culmination.org/Mike/.zshenv">.zshenv</a>  and <a href="http://www.culmination.org/Mike/.zshrc">.zshrc</a> uploaded here, in case you want a little something to get started with. You can get the latest zsh (4.2.5 currently) at <a href="ftp://ftp.zsh.org">ftp.zsh.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2005/04/13/zsh-book-review-on-slashdot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Z4CK</title>
		<link>http://www.culmination.org/2005/01/30/z4ck/</link>
		<comments>http://www.culmination.org/2005/01/30/z4ck/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Books]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Z4CK is a book that Kevin Milne wrote on his Zaurus PDA. I got it because I have a Zaurus and I thought it was a great idea! Read more for my review (my first book review!)

Update: Kevin Rocks! Somehow (google I imagine) he found my little review and actually took the time out to thank me! The Internet seems so small sometimes.... =)]]></description>
			<content:encoded><![CDATA[<p>The first paragraph of the foreward says it all: <i>&#8220;It has been more than a year since I sat on a train, playing computer games on my Zaurus. Now, I am not saying that there is anything wrong with that, but I felt there must be something else I could do, that was more productive. So, I thought I would write a book.&#8221;</i></p>
<p>What a cool idea! I bought this book because I think Kevin deserves some credit for putting his Zaurus to good use. Basically I had no preconceptions about his writing skills or story telling abilities. I had no idea what the book was about except that it was written on a Zaurus and was about a guy who had a Zaurus. That was enough for me;)</p>
<p>As it turns out, the story is actually quite good. There is a lot of real technology being used throughout (aside from the Zaurus), which keeps it interesting for those of use who know what things like nmap and nessus are. There is also a pinch of love story, and a healthy helping of &#8220;oh my god everything I thought I knew is a lie.&#8221;</p>
<p>Kevin is from Scotland and you can tell somewhat based on his spelling and grammar. No this is not a critical remark, but if you are American you might find it odd to see words like Kerb and Faeces [which would be curb and feces the way I was taught to spell]. For all I know Kevin might just be a horrible speller, but I don&#8217;t really care because the story is good. Honestly though, there were a lot of typos, which was  somewhat annoying.</p>
<p>But with that aside, I love this book because Kevin inspired me to write my own on my Zaurus. So thanks a lot Kev! If I ever finish my book I&#8217;ll be sure to send you a copy!</p>
<p>I don&#8217;t have a rating scale yet, but on a scale of <i>This book sucks ass</i> to <i>yeah it&#8217;s worth the few bucks</i> I say this book is totally worth the few bucks! =)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.culmination.org/2005/01/30/z4ck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
