<?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>Strobaek Blog &#187; Books</title>
	<atom:link href="http://blog.strobaek.org/tag/books/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.strobaek.org</link>
	<description>Karsten Strøbæk&#039;s blog about current projects, code and life in general</description>
	<lastBuildDate>Fri, 30 Dec 2011 18:33:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Dependency Injection in .NET by Mark Seemann</title>
		<link>http://blog.strobaek.org/2011/09/26/dependency-injection-in-net-by-mark-seemann/</link>
		<comments>http://blog.strobaek.org/2011/09/26/dependency-injection-in-net-by-mark-seemann/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 06:05:16 +0000</pubDate>
		<dc:creator>strobaek</dc:creator>
				<category><![CDATA[Writing]]></category>
		<category><![CDATA[Books]]></category>

		<guid isPermaLink="false">http://blog.strobaek.org/2011/09/26/dependency-injection-in-net-by-mark-seemann/</guid>
		<description><![CDATA[Yesterday I received the eBook of Dependency Injection in .NET, written by my good friend Mark aka @ploeh. I had the pleasure of serving as technical proofreader during production, hence the early edition. If you have not already read it through the MEAP program, you are in for a treat. No matter if you are [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I received the eBook of Dependency Injection in .NET, written by my good friend <a href="http://blog.ploeh.dk" target="_blank">Mark</a> aka <a href="http://twitter.com/ploeh" target="_blank">@ploeh</a>. I had the pleasure of serving as technical proofreader during production, hence the early edition.</p>
<p>If you have not already read it through the MEAP program, you are in for a treat. No matter if you are new to DI or an old rat this book will enlighten you, show you when and when not to use DI, the pit-falls, the tricks, basically everything you need to know to get started or continue your quest.</p>
<p>The book is very rich on extensive examples, not just the often used <em>Hello World-</em>kind<em>, </em>which does not really cut in the real world.</p>
<p>The official <a href="http://www.manning.com/DependencyInjectionin.NET" target="_blank">web site</a> should be up shortly.</p>
<p>When the printed copy comes out, I will look forward to sit in my favorite chair in my library, with a good cup of coffee and a signed copy – right, Mark? :) – and read it again.</p>
<p>Table of Contents:</p>
<p>Part 1 – Putting Dependency Injection on the map</p>
<ul>
<li><span style="background-color: #ffffff;">A Dependency Injection tasting menu</span></li>
<li>A comprehensive example</li>
<li>DI Containers</li>
</ul>
<p>Part 2 – DI catalog</p>
<ul>
<li>DI patterns</li>
<li>DI anti-patterns</li>
<li>DI refactorings</li>
</ul>
<p>Part 3 – DIY DI</p>
<ul>
<li>Object Composition</li>
<li>Object Lifetime</li>
<li>Interception</li>
</ul>
<p>Part 4 – DI Containers</p>
<ul>
<li>Castle Windsor</li>
<li>StructureMap</li>
<li>String.NET</li>
<li>Autofac</li>
<li>Unity</li>
<li>MEF</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.strobaek.org/2011/09/26/dependency-injection-in-net-by-mark-seemann/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Review of books: SOA patterns and PowerShell/WMI</title>
		<link>http://blog.strobaek.org/2011/08/29/review-of-books-soa-patterns-and-powershellwmi/</link>
		<comments>http://blog.strobaek.org/2011/08/29/review-of-books-soa-patterns-and-powershellwmi/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 06:43:50 +0000</pubDate>
		<dc:creator>strobaek</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Books]]></category>

		<guid isPermaLink="false">http://blog.strobaek.org/?p=607</guid>
		<description><![CDATA[I have recently read two manuscripts from Manning: SOA patterns by Rotem et all and PowerShell and WMI by Siddaway. None of them are published yet, but both are available through Mannings MEA program. Like I have done previously I will try to write up a small review of each, but right now I do [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently read two manuscripts from Manning: <a title="SOA Patterns" href="http://www.manning.com/rotem/" target="_blank">SOA patterns</a> by Rotem et all and <a title="PowerShell and WMI" href="http://www.manning.com/siddaway2/" target="_blank">PowerShell and WMI</a> by Siddaway. None of them are published yet, but both are available through Mannings MEA program.</p>
<p>Like I have done previously I will try to write up a small review of each, but right now I do not have the bandwidth, so it will have to wait a little.</p>
<p>I can say that I found both books interesting. Howerver, PowerShell and WMI is not the most exciting subject, so this was somewhat difficult to get through. A lot of very good and usefull examples, though, which helped a lot.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.strobaek.org/2011/08/29/review-of-books-soa-patterns-and-powershellwmi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review of book: Machine Learning in Action</title>
		<link>http://blog.strobaek.org/2011/05/16/review-of-book-machine-learning-in-action/</link>
		<comments>http://blog.strobaek.org/2011/05/16/review-of-book-machine-learning-in-action/#comments</comments>
		<pubDate>Mon, 16 May 2011 09:30:22 +0000</pubDate>
		<dc:creator>strobaek</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Books]]></category>

		<guid isPermaLink="false">http://blog.strobaek.org/2011/05/16/review-of-book-machine-learning-in-action/</guid>
		<description><![CDATA[My last review for Manning Publications Co. can’t have been all bad, because they asked me to do another one. The book this time is Machine Learning in Action by Peter Harrington and currently available in MEAP. The review is a so called “2/3” review as the book is not complete. I had the pleasure [...]]]></description>
			<content:encoded><![CDATA[<p>My <a href="http://blog.strobaek.org/2011/04/26/review-of-book-rabbitmq-in-action/">last review</a> for Manning Publications Co. can’t have been all bad, because they asked me to do another one. The book this time is <em><a href="http://www.manning.com/pharrington/" target="_blank">Machine Learning in Action</a></em> by Peter Harrington and currently available in MEAP. The review is a so called “2/3” review as the book is not complete. I had the pleasure of reading chapters 1 through 10 as well as some of the appendixes.</p>
<p>Many years ago I did my Master thesis on the mathematical properties of artificial neural networks. I haven’t been working much in this area lately, so it was quite fun to “re-visit” some of the theory and applications used both in ANN and machine learning.</p>
<p>The book is very application oriented and gives some very good and illustrative examples of algorithms which can be used for classification, forecasting or unsupervised learning. It uses Python for all the code examples, but gives very good directions on how to install and use it, so if you are new to Python or have never used it before, this should not hinder you from getting value from the examples.</p>
<p>The author has included a lot of references to background material, enabling the reader to seek more information on areas of specific interest.</p>
<p>One area I find is a little weak is the handling or explanation of the underlying statistics. Machine learning is really just a form of Non-linear optimization and we know when these models are better then OLS (Ordinary Least Squares) or “regular” regression. If a certain set of conditions are met, the OLS estimate is the Maximum Likelihood (ML) estimate, and then we really can’t do any better. What this means is, that machine learning or neural networks or whatever we call it, will only be better if these conditions are not met.</p>
<p>One could fear, that the inexperienced user, would draw conclusions which on first sight would seem correct, but which would actually be wrong, because the underlying model was incorrect or the supplied data did not support it.</p>
<p>This being said, I found the book a very good read and a good introduction to Machine Learning. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.strobaek.org/2011/05/16/review-of-book-machine-learning-in-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review of book: RabbitMQ in Action</title>
		<link>http://blog.strobaek.org/2011/04/26/review-of-book-rabbitmq-in-action/</link>
		<comments>http://blog.strobaek.org/2011/04/26/review-of-book-rabbitmq-in-action/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 20:34:49 +0000</pubDate>
		<dc:creator>strobaek</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Books]]></category>

		<guid isPermaLink="false">http://blog.strobaek.org/2011/04/26/review-of-book-rabbitmq-in-action/</guid>
		<description><![CDATA[I was asked to do the 2nd review on the book RabbitMQ in Action by Videla &#38; Williams (Manning Publications Co.). Link here for those interested. The book is currently available in MEAP. RabbitMQ is an efficient, highly scalable, and easy-to-deploy queue that makes handling message traffic virtually effortless. The book started out with a [...]]]></description>
			<content:encoded><![CDATA[<p>I was asked to do the 2nd review on the book <em>RabbitMQ in Action</em> by Videla &amp; Williams (Manning Publications Co.). Link <a href="http://www.manning.com/videla/" target="_blank">here</a> for those interested. The book is currently available in MEAP.</p>
<p>RabbitMQ is an efficient, highly scalable, and easy-to-deploy queue that makes handling message traffic virtually effortless.</p>
<p>The book started out with a really nice historical overview of message queues. It then continued to walk through different aspects of Rabbit, giving good examples and real life stories. The prose flows nicely and the authors are quite capable of keeping ones attention.</p>
<p>One importing thing to note: this is a book primarily for the Unix gang. If you have never played around with Unix or Linux and Python you will most likely not be able to run the examples. I only got chapters 1 through 8 and later chapters does promise to introduce java and .NET and look at how to install and run Rabbit on other platforms, but I have not read those chapters yet, so I cannot say how they are.</p>
<p>This said, the book is still very recommendable for those interested in learning more about Rabbit.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.strobaek.org/2011/04/26/review-of-book-rabbitmq-in-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What to read</title>
		<link>http://blog.strobaek.org/2010/08/05/what-to-read/</link>
		<comments>http://blog.strobaek.org/2010/08/05/what-to-read/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 14:26:05 +0000</pubDate>
		<dc:creator>strobaek</dc:creator>
				<category><![CDATA[Private]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[culture]]></category>

		<guid isPermaLink="false">http://blog.strobaek.org/?p=287</guid>
		<description><![CDATA[One of the people I follow on Twitter (@hhariri) asked if anyone had any book recommendations. This is always a good question, but it did not contain any details whether he wanted fiction or non-fiction. I will &#8211; most likely incorrectly &#8211; assume, that he was interested in non-fiction, and will in the following name [...]]]></description>
			<content:encoded><![CDATA[<p>One of the people I follow on Twitter (@hhariri) asked if anyone had any book recommendations. This is always a good question, but it did not contain any details whether he wanted fiction or non-fiction. I will &#8211; most likely incorrectly &#8211; assume, that he was interested in non-fiction, and will in the following name a few of the books I have enjoyed reading lately.</p>
<p>As the people who know me are aware, I do enjoy books, and have read my fair share. The &#8220;lately&#8221; in the above paragraph should therefore be taken literally, except in the few cases where I have come across a very good book within the same genre.</p>
<p>The <em>Foundation</em> series by <a href="http://amzn.to/cwUqDY">Isaac Asimov</a> is a classic and it was just as enjoyable as the first time I read it. <a href="http://amzn.to/abjSAu">Alastair Reynolds</a> is also a good scienfiction author. Some time ago I read <em>House of Sun, Pushing Ice </em>and <em>The Prefect</em>, and more recently <em>Chasm City</em> of the Revelation Space-series. I was given <em>Redemption Ark</em> by a good friend, but have had some problems getting a copy of <em>Revelation Space </em>as I would have prefered to read it on my Kindle, and I understand this book should really be read prior to reading Redemption Ark. Unfortunately Revelation Space is not available on the Kindle, making a purchased of a more &#8220;physical format&#8221; required and I am now looking forward to receiving it one of these days. As a last note, before we leave the science fiction genre, I would like to mention <em>Blindsight</em> by <a href="http://amzn.to/aSZmdV">Peter Watts</a>. I was (also) given this book as a gift and I am ever gratefull, as it is one of the best SciFi books I have read, fully comparable to the best of <a href="http://amzn.to/dogqUU">William Gibson</a> (it has been a long time, since we have seen anything worth while from him).</p>
<p>I have always been a fan of detective novels and enjoys a good &#8220;whodoneit&#8221;. One of my favorite authors is <a href="http://amzn.to/drfT5G">P. D. James</a> and her new book, <em>Talking about Detective Fiction, </em>was not a disapointment, even though it &#8211; as the title indicates &#8211; talks about what defines a detective novel instead of actually being one. It was fun to get her take on the genre and in addition I got a few titles from the earlier days, I will look forward to reading. Her last novel, <em>The Private Patient</em>, is highly recommendable. Another old favorite is <a href="http://amzn.to/be5iRv">Scott Turow</a>. His latest book, <em>Innocent, </em>is actually a sequal to this very first book <em>Presumed Innocent</em>; yes, it has been made into a decent movie staring Harrison Ford and Bonnie Bedelia, but do yourself the favour and read the book. I must say, that I was slightly dissapointed with Innocent. In my opinion it does not live up to the usual high standard of his other books. An author, whom I just recently got acquainted to, is <a href="http://amzn.to/bAyfFT">Val McDermid</a>. She has written several books about Dr. Tony Hill and Carol Jordan. So far I have only read the first one in the series, <em>The Mermaids Singing,</em> and it was excellent. I am looking forward to the next one (<em>The Wire in the Blood</em>) which is already safely stored on my Kindle. Like for the SciFi-books, there is an author which I would like to point out, namely <a href="http://amzn.to/bA7rsL">Mark Billingham</a>. His books about Tom Thorne are nerve wrecking and can also be highly recommended.</p>
<p>One type of crime or detective novels that I enjoy is the one set in a historical setting. The books by <a href="http://amzn.to/9AYYBS">Ellis Peters</a> about Brother Cadfael comes to mind in this category <em>(A Morbid Taste for Bones</em> is the first<em>)</em> and I think I must have read them all. More recently, however, it is the books by <a href="http://amzn.to/bXP1dO">C. J. Sansom</a> about the lawer Matthew Shardlake and <em>Wolf Hall</em> by <a href="http://amzn.to/bdX1PU">Hilary Mantel</a> which have given me many hours of good entertainment. Both happes to be set under Henry VIII in England and both are able to convey how it must have felt to live back then &#8211; something I am glad I do not. A more recent setting is the books by <a href="http://amzn.to/cuiaJw">Tom Rob Smith</a>. He has so far writte two books taking place in the Soviet Union under Stalin. The first, <em>Child 44</em>, if my favorite, but the second, <em>The Secret Speech</em>, is not to be missed. Like Mr. Sansom and Ms. Mantel, Smith is able to give you the feeling of how it must have been like to live in fear under the reign of Stalin. Don&#8217;t read Child 44 if you (already) have problems sleeping.</p>
<p>How many &#8220;favorites&#8221; of something can you have, before it is not a favorite any more? I am asking because I was next going to mention a book by yet another favorite auther of mine <a href="http://amzn.to/csDCEq">John Irving</a>. Ever since <em>The World According to Garp</em>, first published in 1978, I have been a fan. I love his humor, his plots and his ability to tell stories within the main story line. His latest novel, <em>Last Night in Twisted River,</em> fully lived up to my expectations.</p>
<p>It is very individual whether one likes a book or not. I have in the above given just a few pointers to some of the reads I really enjoyed and hope others may find them amusing/thrilling/moving as well. No classics are amongs them, but sometimes it is like that and I have read my share of Tolstoy, Dickens, Kafka, Camus, Hemingway, Green, &#8230;. I have also left out all the excellent Nordic authors I have recently read (Næsbø, Adler-Olsen, Dorph and Pasternak, Roslund and Hellström, Larsson, &#8230;).  Should you be interested and do you  have a profile at LinkedIn, I try to keep my readling list up to date. I would be really interested in suggestions of what to read next, so drop me a comment if you have a good reading experience you wish to pass on.</p>
<p>Finally, remember that &#8220;A book a day, keeps reality away&#8221; <img src='http://blog.strobaek.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.strobaek.org/2010/08/05/what-to-read/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Books</title>
		<link>http://blog.strobaek.org/2009/10/26/books/</link>
		<comments>http://blog.strobaek.org/2009/10/26/books/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 16:07:11 +0000</pubDate>
		<dc:creator>strobaek</dc:creator>
				<category><![CDATA[Private]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[culture]]></category>

		<guid isPermaLink="false">http://blog.strobaek.org/?p=77</guid>
		<description><![CDATA[I love books and I happened to marry a woman with the same passion, so between us we have quite a few; I have lost count, but somewhere between 3 and 4 thousand. I used to have them all cataloged, but lost the &#8220;list&#8221; during a computer upgrade some time back. I am using Delicious Library [...]]]></description>
			<content:encoded><![CDATA[<p>I love books and I happened to marry a woman with the same passion, so between us we have quite a few; I have lost count, but somewhere between 3 and 4 thousand. I used to have them all cataloged, but lost the &#8220;list&#8221; during a computer upgrade some time back.</p>
<p>I am using <a title="Delicious Library" href="http://www.google.com/aclk?sa=l&amp;ai=CG1bD2bflSsmZF5OA-gbglrCyApO6xRv1id30Bb-6yckNCAAQASC5VFDjl9_0_P____8BYNGRwILgB6ABlZi9_gPIAQGqBBZP0L4B7Kp6loUcbyDtHmMfMlbJxHs1&amp;sig=AGiWqtzzG20vc0su0Pb-f6a6pyYZ65inww&amp;q=http://www.delicious-monster.com" target="_blank">Delicious Library 2</a> to catalog our books, absolute the best program to catalog your books, movies, music and you name it. It can sync with your iPhone/Touch, so now I will never get in a situation where I have bought the same book twice, because it sounded real nice in the book store, but I could not remember if I had it already &#8211; maybe I&#8217;m just getting old, but it has actually happened a few times.</p>
<p>I still have a long way to go, but the ever expanding list can always be viewed <a href="http://bit.ly/1fcNHC">here</a> (or <a href="http://bit.ly/22I03U">here</a> if you have an iPhone).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.strobaek.org/2009/10/26/books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

