<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Geek Book</title>
	
	<link>http://geekbook.org</link>
	<description>Books for Geeks</description>
	<lastBuildDate>Mon, 06 Jun 2011 16:58:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/GeekBook" /><feedburner:info uri="geekbook" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>GeekBook</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Changes</title>
		<link>http://feedproxy.google.com/~r/GeekBook/~3/eGc8-lffvHQ/214</link>
		<comments>http://geekbook.org/archives/214#comments</comments>
		<pubDate>Mon, 06 Jun 2011 16:53:01 +0000</pubDate>
		<dc:creator>bookGeek</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://geekbook.org/?p=214</guid>
		<description><![CDATA[It&#8217;s been a long time since I&#8217;ve written a review. So review requests have dropped off. The reason for the lack of posting on my part has been due to the demands of life. Later this year I hope to get back in the saddle a bit. Part of that real life business culminates in [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long time since I&#8217;ve written a review. So review requests have dropped off. The reason for the lack of posting on my part has been due to the demands of life. Later this year I hope to get back in the saddle a bit. Part of that real life business culminates in my family and I moving from Florida to Budapest Hungary here in about a month.<BR><BR>The reason I&#8217;m posting about this here is because if you have a book you want me to review, once my life gets back to normal I may be able to do it, but your best bet will be to get me the book in an electronic format rather than mailing me a copy. So publishers, authors, and publicists &#8212; unless you feel like shipping your book to Budapest, I will need it in electronic format. I have a Kindle so that will work. EPUB is probably the format that would work best for me. On-line books are a possibility but to be honest, something I can read when disconnected will be best.</p>
<p>Thanks,<br />
JR</p>
<img src="http://feeds.feedburner.com/~r/GeekBook/~4/eGc8-lffvHQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://geekbook.org/archives/214/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://geekbook.org/archives/214</feedburner:origLink></item>
		<item>
		<title>Python Essential Reference 4th Ed.</title>
		<link>http://feedproxy.google.com/~r/GeekBook/~3/noOIBWxRL38/205</link>
		<comments>http://geekbook.org/archives/205#comments</comments>
		<pubDate>Wed, 23 Dec 2009 17:05:43 +0000</pubDate>
		<dc:creator>bookGeek</dc:creator>
				<category><![CDATA[NonFiction]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://geekbook.org/?p=205</guid>
		<description><![CDATA[It has been ten years since David Beazley wrote the first edition of Python Essential Reference. The book has proven itself as a valuable resource to Python developers and has been kept current over those ten years, with the fourth edition coming at an interesting time for Python. Python 3 was a major release that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.informit.com/store/product.aspx?isbn=0672329786"><img src="http://www.informit.com/ShowCover.aspx?isbn=0672329786&#038;type=f"></a></p>
<p>It has been ten years since <a href="http://www.dabeaz.com/">David Beazley</a> wrote the first edition of <cite>Python Essential Reference.</cite>  The book has proven itself as a valuable resource to Python developers and has been kept current over those ten years, with the fourth edition coming at an interesting time for Python.  Python 3 was a major release that broke backwards compatibility.  Python 3 has been around for a year now.  That said, the current download page at the official Python site states, &#8220;If you don&#8217;t know which version to use, start with Python 2.6.4; more existing third party software is compatible with Python 2 than Python 3 right now.&#8221;  Beazley in keeping with the pragmatic roots of a reference that sticks to what is &#8216;essential&#8217; has removed the coverage on features from 2 that were removed from 3.  At the same time, the primary focus for new features that came with 3 is limited to those that have been back-ported to 2.  This approach, born out of a desire to keep the reference relevant, provides a blended approach that is above all else practical.</p>
<p><span id="more-205"></span>
<p>The end result of that choice is a reference document consisting of those parts of Python that are shared between versions 2 and 3.  This is a significant portion of the language and I think this approach is really what will give this reference more traction than many of the other guides that focus purely on 3.  I think that those are valuable and over time the balance will shift but as of right now, for a little while to come, this book takes the most realistic approach.  That feels very fuzzy, but I have no idea how long it will be until Python 3 truly is the dominant version and Python 2 is truly put to bed.</p>
<p>If I had to guess how Beazley&#8217;s <cite>Python Essential Reference</cite> has held in there over the years, the key would be that there is a lot of what a developer needs and very little of what she doesn&#8217;t need.  There is a twenty-four page tutorial introduction, but this is not a guide on how to program or how to use Python for beginners.  An experienced programmer could probably use this reference to shift to Python as a new language, but someone completely new to writing code would probably not want to start here.  A quick look at the table of contents shows that an explanation of the language itself is covered in under 200 pages.  Extending and embedding Python also get their own section, but close to 400 pages is given to the Python library.</p>
<p>An inevitable question is what one will gain with this reference over the <a href="http://docs.python.org/index.html">online documentation</a>.  A good example to see how things vary is to look at chapter nineteen, <cite>Operating System Services</cite> and the online documentation for <a href="http://docs.python.org/library/allos.html">Generic Operating System Services.</a>  The online documentation is very thorough, and covers each piece of the library starting with os and io, building from there.  While every facet is documented much of it is rather brief.  For example section <a href="http://docs.python.org/library/io.html#raw-file-i-o">16.2.3. Raw File I/O</a> is a very straightforward listing of the very low level functionality available via io.FileIO.  In contrast, looking at the <a href="http://docs.python.org/3.1/library/io.html#raw-file-i-o">3.1.1 Docs</a> for Raw IO shows that parameters for FileIO changed with that version.  Looking to the documentation for <a href="http://docs.python.org/dev/library/io.html#raw-file-i-o">2.7a1 Raw File I/O</a> shows that these changes are being back-ported to Python 2.</p>
<p>In <cite>Python Essential Reference</cite> none of this hunting down changes and checking to see if they are coming to 2 are necessary.  Beazley shows them in his documentation.  This is the strength of his choice on how to handle these types of situations.  On top of that, Beazley provides more than the online documents by including four paragraphs of additional information on Raw I/O and when its use is appropriate.  This added content is probably available googling around for it, but then I have to take the time to check dates on posts to see if things are still current and in general just hope that things are accurate.  I have never read a technical book that was completely error free, and there are probably at the very least some typos in <cite>Python Essential Reference</cite>, though I haven&#8217;t caught any of them on my read through or use of the book yet.  But the important thing is that I don&#8217;t expect the book to be perfect, rather I value it for being a known quantity.  I am aware of just when the material was compiled, who put it together and I have it all in one place.</p>
<pA last example from our chapter on operating system services would be how Beazley has handled the errno module.  The errno module deals with error codes returned by the operating system.  The online documentation for <a href="http://docs.python.org/library/errno.html">errno symbols</a> is not exhaustive and oddly enough is not ordered alphabetically.  Beazley provides two lists for errno symbols.  They are provided in alphabetical order, have a description and are grouped as POSIX error codes and Windows error codes.  A quick glance at these tables in a skimming of the book might lead one to believe that this is just a simple quick grab from already available sources, but that isn&#8217;t the case.  There is real value added even here.</p>
<p>The index is solid.  It would seem that one should be able to take this for granted with a technical reference but I&#8217;ve seen some sad exceptions.  Between the thorough index and the detailed table of contents I&#8217;ve never had to spend more than a few seconds looking for what I need.  This is the result of those tools as well as the fact that this is not an exhaustive reference.  After initially reading through the book for this review, I&#8217;ve taken some time just to use it day to day, as I doubt many will be reading it from front to back.  I don&#8217;t use Python professionally.  I&#8217;m purely a hobbyist when it comes to programming, but I&#8217;ve found that if I want to get the most out of the time I do have to play with personal projects, I want this book close.  I&#8217;m not cranking out code that fast to begin with and so I need all the help I can get.  I&#8217;ve found that Beazley seems to have hit that sweet spot where he gives enough information to get me where I need to be without bogging down in too many details or the things that I just don&#8217;t need to know.  I imagine this proper balance of information is due to Beazley&#8217;s extensive experience with Python and that of Noah Gift the technical editor for the book.</p>
<p>I&#8217;ve mentioned repeatedly that I approve of how the shift between Python 2 and 3 has been handled.  Beazley hasn&#8217;t completely integrated everything and left some of the unique new features of 3 out in the cold.  There is an appendix that deals specifically with Python 3.  It is short but does have some value.  New features, common pitfalls for those making the move from 2 to 3 and how to run both at the same time in a single environment are covered.  This is helpful and keeps my desk a little neater, though I think if I were going to be spending extensive time working with Python 3 then I would probably want to have another reference on hand.</p>
<p>If you are a week-end hacker like me, or someone that is writing Python on the clock, I think that this compact reference is very useful.  I don&#8217;t have any trouble running across huge technical books that do come in handy for any project that requires something heavy.  I also see a lot of little books that seem to be quickly produced summaries of what is already out there, spending most of their short content on fluff.  Every so often though, someone hits that sweet spot of concise usefulness.  Beazley did this with <cite>Python Essential Reference</cite> and this new edition continues that history in strong fashion.</p>
<p>Title: Python Essential Reference 4th ed.<BR>Author: David M. Beazley<BR>Publisher:  Addison-Wesley Professional<BR>Pages: 738<BR>ISBN: 978-0-672-32978-4<BR>Rating: 9/10</p>
<img src="http://feeds.feedburner.com/~r/GeekBook/~4/noOIBWxRL38" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://geekbook.org/archives/205/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://geekbook.org/archives/205</feedburner:origLink></item>
		<item>
		<title>Mobile Design and Development</title>
		<link>http://feedproxy.google.com/~r/GeekBook/~3/70r_NxNC3dw/199</link>
		<comments>http://geekbook.org/archives/199#comments</comments>
		<pubDate>Mon, 14 Dec 2009 22:01:35 +0000</pubDate>
		<dc:creator>bookGeek</dc:creator>
				<category><![CDATA[NonFiction]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://geekbook.org/?p=199</guid>
		<description><![CDATA[It is pretty obvious to anyone paying attention that the growing prevalence of mobile technologies is something that cannot be ignored. A special report in the Economist on telecoms in emerging markets wrapped up with the prediction, &#8220;&#8230;at current rates of growth it seems likely that within five years, and certainly within ten, everyone in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://oreilly.com/catalog/9780596155452"><img src="http://covers.oreilly.com/images/9780596155452/cat.gif"></a>
<p>It is pretty obvious to anyone paying attention that the <a href="http://gigaom.com/2008/08/06/mobile-subscribers-forecast-to-top-5-billion-mark-by-2011/">growing prevalence</a> of mobile technologies is something that cannot be ignored.  A special report in the Economist on <a href="http://www.economist.com/specialreports/displaystory.cfm?story_id=14483856">telecoms in emerging markets</a> wrapped up with the prediction, &#8220;&#8230;at current rates of growth it seems likely that within five years, and certainly within ten, everyone in the world who wants a mobile phone will probably have one. 3G networks capable of broadband speeds will be widespread even in developing countries, and even faster 4G networks will be spreading rapidly in some places.&#8221;  It does not appear that it will be long before <a href="http://www.economist.com/research/articlesBySubject/displaystory.cfm?subjectid=894408&#038;story_id=14563636">Smart Phones are just normal phones</a> and anyone who wants to be, will be connected to a world wide mobile network.  Any business or developer that wants to reach groups of significant size really needs to be prepared via mobile platforms.  Brian Fling has been helping others operate in this space for close to a decade and is very familiar with the lay of the land.  He sees the opportunities and has experienced the pitfalls and frustrations as well.  His new book, <cite>Mobile Design and Development</cite> brings some of that experience and knowledge to the mobile neophyte, looking for an overview of just how to get in the game.</p>
<p><span id="more-199"></span>
<p><cite>Mobile Design and Development</cite> is not a long book and doesn&#8217;t delve deeply into the specifics of any one platform or technology.  This is an overview that would be of value to anyone that will be managing a project being built for mobile, or for technical folks that are new to mobile.  This will give the manager and leader an appreciation for the challenges and good guidance on realistic scope.  For the person actually implementing the technology there is quite a bit of good information here that will be of value on the front end for making choices in direction and platform.  There is also a section on building iPhone web apps ( applicable to any phone with similar capabilities running a WebKit based browser ).  But this is not primarily a &#8216;how to code&#8217; or reference book for any one mobile technology.  This isn&#8217;t going to be the only resource a developer will want but could prove invaluable in saving time and effort wandering in what can be a rather complicated set of choices.  The book even deals with making money on mobile platforms and so Fling very succinctly gives great coverage to most all that one would need to get up and running.  I would think the audience that would get the most from <cite>Mobile Design and Development</cite> is the small team or individual that want to take a stab at the mobile market and have a high degree of flexibility and freedom.  This book would be an invaluable resource in sorting through all the possibilities.  Whereas someone working in a large corporation that wont give them the freedom to choose their platform, or someone who has already made all their platform choices would probably do well just to dig into something more specific to their chosen technology.  That said, if the choice was arbitrary and if isn&#8217;t too late to change, working through the first half of this book may give one solid reason to reconsider.</p>
<p>In his preface Fling states that he has three principles that he would like to impart.
<ul>
<li>You need to know the different facets of the mobile medium.</li>
<li>You need to know how to leverage mobile technologies to address context.</li>
<li>You need to know how to leverage the right mobile technology for the need.</li>
</ul>
<p>The book is in two sections, the first being an overview of just all what falls under the &#8220;mobile&#8221; umbrella and provides a few ways of organizing those pieces.  It works to provide information applicable to the first two principles.  The second section of the book focuses on the third principle and goes mostly deeply into mobile web applications, which Fling sees as the answer to the platform and carrier fragmentation present in other solutions.  The question of web apps vs Native apps has <a href="http://www.quirksmode.org/blog/archives/2009/11/native_iphone_a.html">created some interesting discussion</a> and Fling falls into the &#8216;leaning towards web apps&#8217; camp, though he is pragmatic throughout this book.</p>
<p>That pragmatism is extremely attractive and a large part of what makes this book worthwhile.  It is obvious while reading that Fling doesn&#8217;t just talk about how things should be done, but he follows his own advice in his writing and presents what he believes will make for the best solutions.  If there is a place where idealism will lead to the quick and ugly death of an idea it would be the mobile space.  Compromise isn&#8217;t just something that may make sense at times, it is often forced right into the platform by carriers or others.  Fling doesn&#8217;t back away from this and acknowledges when there are multiple routes, none standing out as ideal.  He is very up front in sections where his technical reviewers had other opinions and presenting other options that they felt might be better.  Fling tries to give succinct coverage to what he sees as the better possible options and leaves the choices to the reader, now armed with enough information to dig deeper.</p>
<p>Fling&#8217;s clarity and up front appraisal of the considerations in the mobile space lead to him describing one of the most prominent limitations of his own book.  Besides the obvious that it can&#8217;t go into great depth on every mobile technology there is the fact that this information has a limited shelf life.  In the fifth chapter, <cite>Developing a Mobile Strategy</cite>, Fling gives a set of seven rules that he believes should be followed in the process of creating  a strategy.  The second rule is, <cite>Believe What You See, Not What You Read</cite> and the following chapter contains the admonition, <cite>&#8220;Don&#8217;t trust any report, fact, or figure that is more than a year or two old.  It is most likely wrong.  For example, the majority of assumptions about mobile development pre-iPhone are no longer applicable.&#8221;</cite>  According to Fling, barring a revision this book has a shelf life of roughly a year or two.  After that one should really be looking to more recent resources.  On the other hand, anyone even thinking about jumping into the fray, should be reading this right now.</p>
<p>This limitation is the only thing that causes me to not rate the book as a &#8216;classic&#8217; and it is not really the fault of the author.  It is just a reflection of the rapid rate of change taking place in the world it describes.  My only other problem with the book is small, though at times a bit annoying.  The book is black and white, without any color illustrations.  This in itself isn&#8217;t a problem but the shades chosen for pie charts in more than one place are not sufficiently different to tell where one edge stops and another starts.  Fling describes the charts, they are never floating alone without text that addresses them, so the reader doesn&#8217;t lose information, just the opportunity to see it displayed in a visual format.  I&#8217;m not a person with great visual design skills, so if I noticed I&#8217;m sure others involved in the production of the book have as well and hopefully later printings corrected this issue.</p>
<p>The first section, as I&#8217;ve described, is a high level overview of the mobile world.  This covers what Fling thinks of as all the layers of the mobile ecosystem. This means everything from carriers to hardware manufacturers to operating systems and more.  I&#8217;ve spent quite a bit of time over the last year reading up on much of what Fling covers here, but there were still pieces of new information that I found.  Fling takes a global view and doesn&#8217;t lean towards the situation as it is presented in any single geographical area.  He is also dealing with all types of phones and platforms.  While he obviously spends a lot of time, especially in the second section, dealing with more capable smart phones, he is still dealing throughout the book with less capable devices and systems.  This is where Fling&#8217;s experience really shines.  He has navigated what it means to try and develop for less capable phones, the realistic challenges one faces trying to get onto more hardware and more networks.  It is at times daunting, but I for one would rather walk into something knowing the reality rather than being uninformed.</p>
<p>Fling hits all the highlights from what is available to suggestions on the whole life cycle of a mobile product including prototyping, testing and adapting to various types of phones and platforms.  The second section, dealing with more specifics on putting together a Web App will throw a bone to the developer that wants to see some code.  While it is mostly mark-up Fling does spend time dealing with some specifics of implementing a WebKit compatible solution.  He states that this will work on a few modern phones, though a few subsections do carry warnings that they are iPhone specific.  Fling covers the use of XHTML, XHTML-MP, CSS, JavaScript, and other applicable web technology.  This is probably where the management types will start to skim over things.  I do think though it still serves the purpose of giving an idea of what is possible and when it is appropriate to choose a pure web application over a native application.</p>
<p>I think that Fling does an excellent job showing that it is important to create mobile applications that are designed purely with mobile users in mind.  The last chapter is only a couple pages long and is the only place that Fling devotes purely to prognosticating.  The rest of the book is practical and focused purely on what will work right now.  In his closing thoughts, Fling essentially invites the reader to be a part of bringing about the future of mobile.  I think this is very fitting as he has just given his readers what they need to set out on that path.</p>
<p>Title: Mobile Design and Development<BR>Author: Brian Fling<BR>Publisher:  O&#8217;Reilly Media<BR>Pages: 328<BR>ISBN: 978-0-596-15544-5<BR>Rating: 9/10<BR>Tagline: Practical techniques for creating mobile sites and web apps.</p>
<img src="http://feeds.feedburner.com/~r/GeekBook/~4/70r_NxNC3dw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://geekbook.org/archives/199/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://geekbook.org/archives/199</feedburner:origLink></item>
		<item>
		<title>Invent Your Own Computer Games with Python</title>
		<link>http://feedproxy.google.com/~r/GeekBook/~3/MXrY0n_hWbU/196</link>
		<comments>http://geekbook.org/archives/196#comments</comments>
		<pubDate>Tue, 27 Oct 2009 13:23:18 +0000</pubDate>
		<dc:creator>bookGeek</dc:creator>
				<category><![CDATA[e-book]]></category>
		<category><![CDATA[NonFiction]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[free ebook]]></category>

		<guid isPermaLink="false">http://geekbook.org/?p=196</guid>
		<description><![CDATA[The Second Edition of Invent Your Own Computer Games with Python is available to read on-line or as a free download. This is a book that aims to teach children to use Python. The author says that it is appropriate for kids from 10 years old, on up.I haven&#8217;t read through it all. I gave [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://inventwithpython.com/"><img src="http://inventwithpython.com/images/cover_thumb.png"></a><BR><BR>The Second Edition of <a href="http://inventwithpython.com/">Invent Your Own Computer Games with Python</a> is available to read on-line or as a free download.  This is a book that aims to teach children to use Python.  The author says that it is appropriate for kids from 10 years old, on up.<BR><BR>I haven&#8217;t read through it all.  I gave the PDF version a cursory glance and it looks good.  The table of contents doesn&#8217;t give page numbers and there are some other rough edges, but at no cost, this is acceptable in my mind.<BR><BR>I do intend to read it and see how it compares to <a href="http://geekbook.org/archives/157">&#8220;Hello World!&#8221;</a>.<BR><BR>Edit: It looks like there have been some changes over at the site and so I&#8217;ve updated the post to reflect the title and show the cover of the book.</p>
<img src="http://feeds.feedburner.com/~r/GeekBook/~4/MXrY0n_hWbU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://geekbook.org/archives/196/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://geekbook.org/archives/196</feedburner:origLink></item>
		<item>
		<title>Dreamdark: Blackbringer &amp; Silksinger</title>
		<link>http://feedproxy.google.com/~r/GeekBook/~3/k9FFGVXcYMs/189</link>
		<comments>http://geekbook.org/archives/189#comments</comments>
		<pubDate>Fri, 09 Oct 2009 01:43:02 +0000</pubDate>
		<dc:creator>bookGeek</dc:creator>
				<category><![CDATA[Fantasy]]></category>
		<category><![CDATA[Fiction]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[faeries]]></category>

		<guid isPermaLink="false">http://geekbook.org/?p=189</guid>
		<description />
			<content:encoded><![CDATA[<p><a href="http://www.scifidimensions.com/main/2009/10/06/faeries-of-dreamdark-blackbringer/#more-362"> <img src="http://www.scifidimensions.com/images/blackbringer.jpg"> </a><a href="http://www.scifidimensions.com/main/2009/10/07/faeries-of-dreamdark-silksinger/"><img src="http://www.scifidimensions.com/images/silksinger.jpg"</a><BR><BR>My next two reviews over at SciFiDimensions.com are up &#8211; they are for <a href="http://www.scifidimensions.com/main/2009/10/06/faeries-of-dreamdark-blackbringer/#more-362">Dreamdark: Blackbringer</a> and <a href="http://www.scifidimensions.com/main/2009/10/07/faeries-of-dreamdark-silksinger/">Dreamdark: Silksinger</a>.  I loved them both &#8211; and you can find out why over there.  Coincidentally, my wife just finished reading Blackbringer and she loved it too.  I think my oldest daughter will be tackling it next.  Silksinger, I think, is even better.  That is saying something as Blackbringer is pretty great.</p>
<img src="http://feeds.feedburner.com/~r/GeekBook/~4/k9FFGVXcYMs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://geekbook.org/archives/189/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://geekbook.org/archives/189</feedburner:origLink></item>
		<item>
		<title>Bleak History</title>
		<link>http://feedproxy.google.com/~r/GeekBook/~3/D1aMnRzHKWY/185</link>
		<comments>http://geekbook.org/archives/185#comments</comments>
		<pubDate>Fri, 02 Oct 2009 14:26:08 +0000</pubDate>
		<dc:creator>bookGeek</dc:creator>
				<category><![CDATA[Fantasy]]></category>
		<category><![CDATA[Fiction]]></category>

		<guid isPermaLink="false">http://geekbook.org/?p=185</guid>
		<description><![CDATA[I&#8217;ve been given the opportunity to write a few reviews for SciFiDimensions.com. The first up is for Bleak History by John Shirley. I read an ARC for the book back in June or July, so I hadn&#8217;t seen what it would finally look like. The cover is well done. For the rest, click on the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.scifidimensions.com/main/2009/10/01/bleak-history/#more-198"><img src="http://www.scifidimensions.com/images/bleakhistory.jpg"></a><BR><BR>I&#8217;ve been given the opportunity to write a few reviews for <a href="http://www.scifidimensions.com/main/">SciFiDimensions.com</a>.  The first up is for <cite>Bleak History</cite> by John Shirley.  I read an ARC for the book back in June or July, so I hadn&#8217;t seen what it would finally look like.  The cover is well done.  For the rest, click on the above image of said cover and hop on over to check out my review.</p>
<img src="http://feeds.feedburner.com/~r/GeekBook/~4/D1aMnRzHKWY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://geekbook.org/archives/185/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://geekbook.org/archives/185</feedburner:origLink></item>
		<item>
		<title>Android Application Development</title>
		<link>http://feedproxy.google.com/~r/GeekBook/~3/Rqs7MyQ9Dzk/179</link>
		<comments>http://geekbook.org/archives/179#comments</comments>
		<pubDate>Tue, 29 Sep 2009 21:01:50 +0000</pubDate>
		<dc:creator>bookGeek</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[NonFiction]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://geekbook.org/?p=179</guid>
		<description><![CDATA[Google&#8217;s mobile OS Android has received plenty of press. As with a lot of Google products, there was much anticipation before any devices were even available. Now a number of phones are available, with many more coming out world-wide in the near future. Part of the lure of Android is the openness of the platform [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://oreilly.com/catalog/9780596521509"><img src="http://covers.oreilly.com/images/9780596521509/cat.gif"></a><BR></p>
<p>Google&#8217;s mobile OS <a href="http://code.google.com/android/">Android</a> has received plenty of press.  As with a lot of Google products, there was much anticipation before any devices were even available.  Now a number of phones are available, with many more coming out world-wide in the near future.  Part of the lure of Android is the openness of the platform and the freely available tools for development.  The SDK and accompanying Eclipse plug-in give the would be creator of the next great Android application everything they need to make their idea reality.  The bar to entry in the official Google Android Marketplace is very low and it doesn&#8217;t seem to be much of a stretch to predict that the number of developers working on Android is only going to grow.  As with any hot technology the number of books will grow as well and O&#8217;Reilly&#8217;s <cite>Android Application Development</cite> has jumped into the fray, promising to help budding Android developers what they need to get started.</p>
<p><span id="more-179"></span>
<p>The book begins with a brief introduction to Android followed by detailed instructions on procuring and installing the Android SDK.  Space is given to Windows, Linux and Mac.  The install is relatively simple on all three platforms, extra information is provided for Ubuntu users but no others distributions.  Extra care is taken to help Windows users with items they may not use regularly, such as environmental variables.  This is all pretty basic and gives the book very much of a &#8216;for beginners&#8217; feel.  Before I had the book I had already installed the SDK and Eclipse plug-in on Windows, Ubuntu and Fedora without any issues beyond getting a current version of Eclipse for the Ubuntu machine.  The version I already had from the Ubuntu repositories was not able to run the plug-in.  It&#8217;s a short chapter and if someone really struggles with it, they probably should shift their focus from learning to code to learning how to use their platform of choice.  This does set the tone though, that this is a book for those who are very new to development.</p>
<p>Chapter two steps the reader through the ever present &#8220;Hello World&#8221; and gives an overview of the structure of Android applications.  Chapter three introduces the example application that will be used for the rest of the book.  There is a lot of repetition here on just what directories and files make up the guts of an Android program.  I was quickly worried ( the first four chapters are only fifty-six pages in ) that maybe four authors had been too many.  The repetition made it feel as if separate work had been combined without enough editing to remove what was redundant.  Fortunately this got better, though there was still a strange proclivity to list files while referring to earlier chapters that explained their purpose.  This would be helpful to anyone jumping right into the middle of the book, but the index also serves the same purpose and saves space for more valuable content, as opposed to explaining the purpose of AndroidManifest.xml repeatedly.</p>
<p>Once I moved into the fifth chapter, <cite>Debugging Android Applications</cite> and the following chapters, things got better.  The pace picked up and the repetition dropped off for the most part.  The book did not become incredibly difficult, trying to be everything to everyone, but did maintain an introductory style.  At the same time the example application makes use of many Android features that are likely to be used by developers.  How to set up and use tools was covered step by step.  This is very nice but did cause some issues for the authors due to the rapid pace of development on Android.  A visit to the book&#8217;s <a href="http://oreilly.com/catalog/errata.csp?isbn=9780596521479">errata page</a> will show that many readers struggled with changes to the SKD tool set that came out very shortly after the book.  The authors say that future editions will fix these issues, but this creates a dilemma for that reader needing introductory level materials.  They are more dependent upon the book than a more advanced user and so these issues can be very trying.  Based on the responses to the errata posts it became trying for the authors as well.  This isn&#8217;t a knock on the book itself but rather a limitation of the delivery method.</p>
<p>Once the reader is digging down into the example application the team approach to writing the book does become an asset.  The authors bring a number of skills to the table that closely resemble the players that would be necessary to a team developing a real-world application.  The reader is now being pulled into an example that benefits from the knowledge of each and does a good job of exploring the range of options an Android developer has available.  This includes core functionality, UI options and how to best take advantage of the platform while at the same time taking performance and user expectations into account.  I felt like I was getting something beyond the excellent documentation provided by Google.  This is where I felt the book stood strongest.</p>
<p>Working with a single, large example application was a move that probably helped move things along on writing the book and I think it&#8217;s an interesting approach.  The problem is of course, that means that this example must be right.  Right for the task and technically correct.  Small issues in the code are inevitable but now their impact is book wide.  The changes to the platform just made it just that much more difficult to sort out.  On the whole I still found this to be a better approach primarily due to the fact that it gives the features highlighted a better sense of context.  Stand-alone examples are often good at highlighting technical features but completely ignore the issues necessary to using the feature in a larger piece of code.</p>
<p>I&#8217;m a fan of O&#8217;Reilly books.  Interestingly enough this doesn&#8217;t mean that I&#8217;ll gloss over issues with what they produce.  The result is actually the inverse, in that I go into all their titles with a high level of expectation with regards to quality on every level.  This may mean that though I strive to be neutral when I look at a book, I&#8217;m probably a little tougher on O&#8217;Reilly titles.  This made my rough start with <cite>Android Application Development</cite> a bit jarring.  The repetition and what felt like sloppy editing are not what I expect.  I was quickly given a sense that this book may have been rushed to publication a little sooner than it should have been.  As I moved deeper into the book, things improved and while I think there were still editorial issues, things did seem to smooth out to some degree.</p>
<p>There is an interesting tension that exists purely do to the nature of print books.  I don&#8217;t like to bring up print versus electronic in reviews as I don&#8217;t think it is on topic, but here it is unavoidable.  The book is aimed at people that need a little more hand holding and help getting going.  It does a good job of providing step by step instructions, the problem is that some of those steps have changed.  I don&#8217;t think anything in the code itself needs to be different, but the tools have changed enough that getting the code to run in a development environment against the new SDK is different.  That means that portion of the book is no longer of as much value without going to other sources to find the new steps.</p>
<p>  That said, warts and all I found this to be a helpful way to get my feet wet with Android.  I really look forward to future versions as I think just a little more time and work will move this from my &#8216;good&#8217; list to my &#8216;great&#8217; list.  Making things a little tighter and cleaning up the few typos and errors would certainly make this an 8 instead of an 7, which is really substantial in my mind.  I&#8217;m no super developer and I need stuff like this, that can take things a little more slowly and make it all clear.  I think this guide is great for those of us in that category as long as the reader is o.k. with hopping to external sources for the information they&#8217;ll need to get the newer tool set working.</p>
<p>Title: Android Application Development<BR>Author: Rick Rogers, John Lombardo, Zigurd Mednieks, Blake Meike<BR>Publisher: O&#8217;Reilly Media Inc.<BR>Pages: 332<BR>ISBN: 978-0-596-52147-9<BR>Rating: 7/10<BR>Tagline: Programming with the Google SDK.</p>
<img src="http://feeds.feedburner.com/~r/GeekBook/~4/Rqs7MyQ9Dzk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://geekbook.org/archives/179/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://geekbook.org/archives/179</feedburner:origLink></item>
		<item>
		<title>Learning Ext JS</title>
		<link>http://feedproxy.google.com/~r/GeekBook/~3/VbamIfwiP2w/176</link>
		<comments>http://geekbook.org/archives/176#comments</comments>
		<pubDate>Mon, 28 Sep 2009 21:38:50 +0000</pubDate>
		<dc:creator>bookGeek</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[NonFiction]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://geekbook.org/?p=176</guid>
		<description><![CDATA[Rich Internet Applications (RIA) have often been associated with some type of sandbox or virtual machine environment to make desktop features available via the web. Many applications though, have left behind the restrictions and demands of those technologies, implementing RIAs as pure web interfaces. One key technology in this area is JavaScript. It&#8217;s been well [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.packtpub.com/learning-ext-js/book"><img src="http://images.packtpub.com/images/100x123/1847195148.png"></a><BR><BR>
<p><a href="http://en.wikipedia.org/wiki/Rich_Internet_application">Rich Internet Applications</a> (RIA) have often been associated with some type of sandbox or virtual machine environment to make desktop features available  via the web.  Many applications though, have left behind the restrictions and demands of those technologies, implementing RIAs as pure web interfaces.  One key technology in this area is JavaScript.  It&#8217;s been well documented that working with JavaScript can be <a href="http://www.webdevelopersjournal.com/articles/cross_browser/javascript.html">problematic</a> across various browsers.  In response a number of JavaScript libraries have been created to alleviate the issues in dealing with different browsers, allowing developers to focus on application logic rather than platform concerns.  One such library, focused on providing tools for building RIAs is <a href="http://en.wikipedia.org/wiki/Ext_%28JavaScript_library%29">Ext JS</a>.  For the aspiring developer looking to use Ext JS, Packt provides a guide to the library in the form of <cite>Learning Ext JS</cite></p>
<p><span id="more-176"></span>
<p>The book is written for people with experience in doing web development.  The authors state that a working knowledge of HTML and CSS are important, but experience with JavaScript is not essential.  I think that a reader that has not used JavaScript may want to supplement this guide with something that covers the basics of JS.  Experienced developers that haven&#8217;t worked specifically with web programming should have no trouble keeping up.  Anyone completely new to the idea of programming, scripting, markup, etc. really will need to take some time to get familiar with those concepts before they dive into this book.  The authors do not spend time teaching programming, they are focused purely on realistic applications of Ext JS.</p>
<p>The authors begin by stating that, &#8220;Ext is not just another JavaScript library&#8230;&#8221; and it is understandable that they would feel this way.  I am unsure why one wouldn&#8217;t think so other than a personal preference for the product.  That said Ext JS can be used alongside other JS libraries and does provide a lot of features &#8216;out of the box&#8217; that make it an attractive choice.  The emphasis on RIA widgets and building strong applications is nice as Ext JS is not working to be all things to all developers.</p>
<p>The book is heavy on code and examples but not so much so that it falls into the cook-book style of writing.  <cite>Learning Ext JS</cite> is more of an extended tutorial with ample explanation to help the reader not only understand the code but why certain choices are made.  Frederick, Ramsay and Blades have done a good job of working through the examples in a concise manner.  While the book is the result of group work, it does not have the feeling of being written by a community.  I did not run into an abundance of repetition and topics flowed well.  <cite>Learning Ext JS</cite> also covers installation and integration of the library as well as a very quick survey of tools for development.  While short these sections would be extremely important to anyone coming into web development with little experience.</p>
<p>It&#8217;s a quick read, and doesn&#8217;t delve extremely deeply into more advanced topics.  Rather, a reader new to Ext JS will get a launch that should make the library usable in a practical way and also give them the framework to push deeper.  The book was written and published just as Ext JS moved between versions.  The new version is backwards compatible with the material in this book and a number of the changes in version three would not have fallen within the scope of this book, so it is still a good place to get started with Ext JS.  Those who want to dig deeper will need to look elsewhere.</p>
<p>The brevity of the book wont work for those folks who want to really dig down deep into Ext JS.  I on the other hand, wasn&#8217;t looking for a massive tome to lug around and grind through.  I was happy to have a very accessible tool that would get me started quickly and that is what I got.  On the other hand I do like to be able to find what I need quickly and nothing is more important to me when learning than a solid index.  Unfortunately the only really large ding I have for the book is that the index is weak.  It would be a lot worse if the book were larger, so the brevity helps here a bit, but it&#8217;s still unfortunate.  This does make the ebook version a little more attractive.  Packt will bundle them at a cost that makes the addition of the electronic copy very attractive.  That said, the easy flow does it make it easy to read this book front to back while working the examples.  <cite>Learning Ext JS</cite> just wont be my first choice when I need to quickly check a reference.</p>
<p>I&#8217;ve discussed the shallow coverage, but this does not mean that the book is not useful.  The Ext JS library bundles enough functionality into the stock widgets, that decent applications could be written with nothing more.  Creating custom widgets is covered and extending existing code as well, but this is later in the book.  The material prior to that covers not only the use of the provided widgets but how to tie them together, theme an app and then handling data.  This means the reader pretty much has everything in hand to build a stock application.  The focus is on dealing with these issues on the client side.  The examples do include a small amount of back end code when necessary for the execution of examples.  All the examples are available to download from the Packt site and come packaged with all necessary scripts, images, etc.</p>
<p>I&#8217;ve always worked primarily with desktop applications.  I&#8217;ve done some work with web applications, but it seems to me that increasingly the tools that I use the most are web based.  With technology like Google Gears making those applications available whether I&#8217;m connected or not they have become much more attractive.  Tools like Ext JS make it much easier for me to transition over to this new way of developing applications.  I&#8217;ve found that <cite>Learning Ext JS</cite> has been a valuable resource in taking what is a great resource and allowing me to get the most out of it more rapidly than I would have otherwise.</p>
<p>Title: Learning Ext JS<BR>Author: Shea Frederick, Colin Ramsay, Steve &#8216;Cutter&#8217; Blades<BR>Publisher: Packt Publishing<BR>Pages: 309<BR>ISBN: 978-1-847195-14-2<BR><br />
Rating: 8/10<BR>Tagline: Build dynamic, desktop-style user interfaces for your data-driven web applications.</p>
<img src="http://feeds.feedburner.com/~r/GeekBook/~4/VbamIfwiP2w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://geekbook.org/archives/176/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://geekbook.org/archives/176</feedburner:origLink></item>
		<item>
		<title>The Magicians</title>
		<link>http://feedproxy.google.com/~r/GeekBook/~3/w9_nDGVaTBg/170</link>
		<comments>http://geekbook.org/archives/170#comments</comments>
		<pubDate>Tue, 22 Sep 2009 00:36:42 +0000</pubDate>
		<dc:creator>bookGeek</dc:creator>
				<category><![CDATA[Fantasy]]></category>
		<category><![CDATA[Fiction]]></category>

		<guid isPermaLink="false">http://geekbook.org/?p=170</guid>
		<description><![CDATA[The popularity of web site Will It Blend? is indicative of how people enjoy mashing things together. Of course this kind of sharing and combining has been going on in the arts for quite some time. The new Lev Grossman novel, The Magicians asks &#8216;will it blend?&#8217; of two rather popular fantasy series, J.K. Rowling&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://levgrossman.com/magicians.html"><img src="http://levgrossman.com/images/magicians-cover.jpg"><BR><BR>The popularity of web site <a href="http://www.willitblend.com/">Will It Blend?</a> is indicative of how people enjoy mashing things together.  Of course this kind of sharing and combining has been going on in the arts for quite some time.  The new <a href="http://levgrossman.com/">Lev Grossman</a> novel, <cite>The Magicians</cite> asks &#8216;will it blend?&#8217; of two rather popular fantasy series, J.K. Rowling&#8217;s world of Harry Potter and the tales of Narnia from C.S. Lewis.  Grossman&#8217;s thoughts on both are tossed on top and then the author begins to play a symphony across the full range of buttons from stir to liquefy.  What comes out is not children&#8217;s fantasy but at times a rather bitter mix.<br />
<span id="more-170"></span><br />
<a href="http://en.wikipedia.org/wiki/Lev_Grossman">Grossman</a> is an author and critic for Time and has written for a number of high profile magazines.  He is a talented writer and handles his story telling with skill.  His characters have depth and this story takes on a very gritty sense of reality, something that is not often found in fantasy.  I was impressed with his writing, yet at the same time I was torn with how I felt about the book.  I found it to be compelling and at the same time difficult.  It took me a few weeks to process the whole thing and get an idea of why the book impacted me the way that it did.  I&#8217;m going to lay that all out now, but I have to say that when reviewing fiction I work very hard to avoid discussing plot.  In this case, it will be impossible to some extent.  I don&#8217;t think I&#8217;m going to give away anything that the promotional material doesn&#8217;t make pretty obvious, but anyone who wants to go into this book knowing as little as possible should stop reading now.</p>
<p>The protagonist, Quentin Coldwater is a nerd.  He&#8217;s an academic over-achiever living a life of privilege, set on a path of success.  He&#8217;s also extremely unhappy, feeling disconnected from the rest of the world.  He struggles with his inability to connect with others and the meaninglessness of life.  He has sought out and found some respite in the fantasy world of Fillory.  A magical land created and explored in the books of an American author that lived in England.  At the start of <cite>The Magicians</cite> Quentin in on his way to an interview as part of the admissions process for Princeton.  But this does not end up as another normal day for Quentin.  Rather than his ultimate destination, Princeton, Quentin ends up at Brakebills.  Brakebills is a university in upstate New York where students learn magic.</p>
<p>While Hogwarts was not the first literary school of magic, it is the model Grossman has in mind and he is very up front about that fact.  The students take part in a magical game called Welters.  At one point a team member of Quentin&#8217;s, Josh,  is absent at the start of a match.  Quentin hunts him down and the following interaction takes place between the two of them.</p>
<blockquote><p>
Josh stood up.  He saluted smartly.  &#8220;Send me an owl.&#8221;<br />
&#8220;Come on, they&#8217;re waiting for us.  Fogg is freezing his ass off.&#8221;<br />
&#8220;Good for him.  Too much ass on that man anyway.&#8221;<br />
Quentin got Josh out of the library and heading toward the rear of the House, though he was moving slowly with a worrying tendency to lurch into door frames and occasionally into Quentin.<br />
He did an abrupt about-face.<br />
&#8220;Hang on,&#8221; he said.  &#8220;Gotta get my quidditch costume.  I mean uniform.  I mean welters.&#8221;<br />
&#8220;We don&#8217;t have uniforms.&#8221;<br />
&#8220;I know that, &#8221; Josh snapped.  &#8220;I&#8217;m drunk, I&#8217;m not delusional.  I still need my winter coat.&#8221;
</p></blockquote>
<p>This sliver does a lot to reveal the similarities and differences.  Brakebills is very much like Hogwarts in external ways, and completely different in substance.  The school is for adults, not children and the life that Grossman portrays is much more in line with reality than fantasy.  This is not a book to pick up for a young child.  This story contains profanity, sexual content, graphic violence, as well as alcohol and drug abuse.  This is where I ran into my first issue with <cite>The Magicians</cite>.  I&#8217;ll get to that shortly, but first I&#8217;d like to finish laying out what the book involves.</p>
<p>Not all of Brakebills is lifted straight from Hogwarts, though I don&#8217;t think the reader with much experience in reading fantasy will find anything that could really be called new.  What there is, as I have mentioned, is very well done.  Grossman builds up to moments of palpable tension.  He pulls the reader into the life of Quentin and shows real finesse at times.  His characters very much come alive, in their brief moments of joy and in their many moments of pain, frustration and loss.  Anyone who has felt the hurt of being outside, dealing with the cruelty of others or a general questioning of meaning will be able to relate well to the protagonist.</p>
<p>Eventually school is over and the students graduate.  And here is the turn that I think the promotional material makes obvious but some may not want to know about going into reading the book.  The second section of the story begins as Quentin and his fellow Brakebills alumni find out that Fillory is real.  They immediately prepare to set out on an expedition to the land they&#8217;ve loved since childhood.  That Fillory is better spelled N-a-r-n-i-a is just as obvious as the connection to Rowling&#8217;s work.  Quentin and company enter fillory using magic buttons that take them to an intermediary world of fountains.  Jumping into each fountain takes a person to a different world.  They have to take care to jump into the correct pool at the base of the fountain that will take them to Fillory.  Fillory is a land of talking beasts and magical creatures.</p>
<p>So what sets <cite>The Magicians</cite> apart from lesser books that lift heavily from other works?  Why is <cite>The Magicians</cite> a strong story while something like <cite><a href="http://en.wikipedia.org/wiki/Eragon">Eragon</a></cite> is a weak rip-off?  I think it boils down to two elements.  First is Grossman&#8217;s strong writing.  Even if this were just a big piece of fan fiction, it would be well written fan fiction.  Secondly, this isn&#8217;t just an homage to the work of others.  While Grossman has lifted the settings and externals, the substance is completely different often to the point of taking a position that is completely antithetical to the original work.</p>
<p>My first problem, which I tie to the very adult content is wrapped up in why I read fantasy.  I read fantasy on many levels as a form of escape, much like Grossman&#8217;s character Quentin did.  Much of the fantasy I&#8217;ve read is not only fantasy but it is written for children.  At the bottom of it all there is no real risk or fear.  I read with anticipation, not of an outcome but rather how that outcome will be worked out by the author.  There is often death or treachery but it takes on a fairty tale like quality.  It does not feel real or cruel but rather cartoonish.  Grossman completely jettisons any of this kind of approach.  He tackles the safety of these childrens tales and eviscerates it.  The violence in <cite>The Magicians</cite> is not cartoonish, it is often cruel even sadistic.  There&#8217;s not much in the way of escapism here.  What Quentin finds is that magic doesn&#8217;t change the basic underlying facts of life, not even traveling to another world does this.  This is combined with the fact that much of Grossman&#8217;s realism includes behavior and speech that isn&#8217;t something that I would consider normal or appropriate.  It may be for others but this isn&#8217;t a book I would feel comfortable recommending to friends or family.</p>
<p>Then there is my second issue.  I&#8217;ve read that Pullman&#8217;s <cite>His Dark Materials</cite> trilogy is intended to be a type of anti-Narnia.  Well Grossman doesn&#8217;t just create an alternative world that is contrary to Narnia.  He destroys Narnia from the inside.  And this caused issues for me in both sections of the book at times.  Not because of ideological difficulties with what Grossman puts forward but because it would frequently push me outside the story as it felt like Grossman would move from telling his own story to commenting on the story of another.  It isn&#8217;t that what he has to say about the other stories isn&#8217;t interesting and that he doesn&#8217;t bring up intriguing issues and criticisms of both, but rather that it jarred me out of the narrative as the story became more a work of exposition.  Something like the flashbacks to History and Moral Philosophy class that fill so much of <cite><a href="http://en.wikipedia.org/wiki/Starship_Troopers">Starship Troopers</a></cite>.  The author shows his hand, that he is more interested in making a point than telling a story.</p>
<p>The fact that a major component of the book is polemic in nature means much of the discussion around the book will not be about plot or setting but rather about the argument the author sets forth.  I don&#8217;t agree with Grossman&#8217;s premise or conclusions but I do admire how well he states his case throughout the entire book, not only in those portions that might feel a bit preachy.  I&#8217;ve read in an interview Grossman did about <cite>The Magicians</cite> that he feels that Rowling lets her characters solve their problems, rather than resting on divine intervention like the characters of Lewis&#8217;s works.  This is reflected in how he handles the world of each, though I would argue that this is not the case, especially in light of how Rowling&#8217;s series ended.  I think it does explain why he is so much rougher on Lewis.</p>
<p>Anyone looking for a dark story that questions the assumptions and underlying principles of those that are not so dark should really enjoy this book.  Any parent that picks it up for their young one because they hear it compared to Harry Potter is in for a rude surprise.  Those looking for a fun little escape from the real world wont find it here, though things are so grim at times they made find the real world a bit of a relief after the weight of Grossman&#8217;s.  <cite>The Magicians</cite> held my attention and I was impressed with Grossman&#8217;s ability, unfortunately at the same time I was a bit disappointed with how he used that ability.  With something this subjective YMMV, and since release <cite>The Magicians</cite> has hit number nine on the <a href="http://www.nytimes.com/2009/08/30/books/bestseller/besthardfiction.html">New York Times best seller list</a>.</p>
<p>Title: The Magicians<br />
Author: Lev Grossman<br />
Publisher: Viking<br />
Pages: 402<br />
ISBN: 978-0-670-020550-3<br />
Rating: 7/10</p>
<img src="http://feeds.feedburner.com/~r/GeekBook/~4/w9_nDGVaTBg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://geekbook.org/archives/170/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://geekbook.org/archives/170</feedburner:origLink></item>
		<item>
		<title>PragPub</title>
		<link>http://feedproxy.google.com/~r/GeekBook/~3/NLjY3k2xcpM/167</link>
		<comments>http://geekbook.org/archives/167#comments</comments>
		<pubDate>Thu, 09 Jul 2009 01:16:16 +0000</pubDate>
		<dc:creator>bookGeek</dc:creator>
				<category><![CDATA[e-book]]></category>
		<category><![CDATA[NonFiction]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[pragmatic]]></category>

		<guid isPermaLink="false">http://geekbook.org/?p=167</guid>
		<description><![CDATA[This is not about a book per se &#8211; but I do love all the Pragmatic Bookshelf books I&#8217;ve read this far, and so a free magazine available on-line from these folks is awesome. They&#8217;ve got downloads available for this first edition in pdf, epub and mobi formats. That is also a big win as [...]]]></description>
			<content:encoded><![CDATA[<p>This is not about a book per se &#8211; but I do love all the Pragmatic Bookshelf books I&#8217;ve read this far, and so a free magazine available on-line from these folks is awesome.  They&#8217;ve got downloads available for this first edition in pdf, epub and mobi formats.  That is also a big win as it means I can read them on my phone.  Below is text cut from the press release for the new mag.</p>
<p>The Pragmatic Bookshelf, the innovative publisher of award-winning books by programmers for programmers, has launched a new magazine: <a href="http://post.oreilly.com/rd/9z1z1jhvcgkdfikpbg4vj3ivr6vlche0resb9741okg">PragPub</a>.</p>
<p>PragPub editor Michael Swaine served for years as editor-in-chief and editor-at-large for the venerable Dr. Dobb&#8217;s Journal and coauthored the seminal personal computer history book, Fire in the Valley.</p>
<p>Michael says, &#8220;There is a huge demand for timely information on current programming issues, but conventional magazine publishing can&#8217;t keep up with the pace of change in software development. There are some wonderful blogs and wikis that address particular technologies or projects, but they tend to come and go, or serve an extremely niche audience. We&#8217;re hoping to strike a balance between a conventional magazine and a topical blog or wiki, capturing the benefits of professional editing and a regular publishing schedule of a magazine, and the responsiveness and sense of community of the blogs and wikis&#8211;the growing, worldwide Pragmatic community.&#8221;</p>
<p>The July issue is now available from the <a href="http://post.oreilly.com/rd/9z1znleskvvtsu9r4jbhjck41jd0mh3446oovcq56v0">Pragmatic Programmers site</a>. PragPub is published monthly and is free of charge.</p>
<img src="http://feeds.feedburner.com/~r/GeekBook/~4/NLjY3k2xcpM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://geekbook.org/archives/167/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://geekbook.org/archives/167</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 0.389 seconds -->
