<?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>[lm]azy</title>
	<atom:link href="http://lmazy.verrech.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://lmazy.verrech.net</link>
	<description>books, computer science and ramblings</description>
	<lastBuildDate>Wed, 03 Apr 2013 19:42:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Early impressions of my RaspberryPi</title>
		<link>http://lmazy.verrech.net/2013/01/early-impressions-of-my-raspberrypi/</link>
		<comments>http://lmazy.verrech.net/2013/01/early-impressions-of-my-raspberrypi/#comments</comments>
		<pubDate>Sun, 20 Jan 2013 15:08:23 +0000</pubDate>
		<dc:creator>Raphael</dc:creator>
				<category><![CDATA[Spare Time]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Gadget]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[RaspberryPi]]></category>

		<guid isPermaLink="false">http://lmazy.verrech.net/?p=4095</guid>
		<description><![CDATA[Last year I ordered a RaspberryPi; I wanted to check out the hype and, who knew, maybe I&#8217;d get a decent media (or at least music) player out of it. The machine arrived right in time for Christmas, together with &#8230;<p class="read-more"><a href="http://lmazy.verrech.net/2013/01/early-impressions-of-my-raspberrypi/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="/wp-content/uploads/2013/01/raspberrypi.jpg" rel="shadowbox[sbpost-4095];player=img;"><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-medium wp-image-4096" title="RaspberryPi sitting in its case without the upper half" src="/wp-content/uploads/2013/01/raspberrypi-250x185.jpg" alt="RaspberryPi sitting in its case without the upper half" width="250" height="185" /></a><br />
Last year I ordered a <a title="RaspberryPi" href="http://www.raspberrypi.org" target="_blank">RaspberryPi</a>; I wanted to check out the hype and, who knew, maybe I&#8217;d get a decent media (or at least music) player out of it. The machine arrived right in time for Christmas, together with an SD card preinstalled with <a title="Raspbian" href="http://www.raspbian.org/" target="_blank">Raspbian</a> and a USB power supply.</p>
<p>Wow, the CPU of this thing is <em>slow</em>. I was lucky to get the new version with 512MB RAM, I guess. Any CPU-heavy task feels extremely sluggish, be it <span style="font-family: courier new,courier;">aptitude</span>, X or &#8212; beware! &#8212; watching videos. The GUI software package that comes with Raspbian is all but useless, too, so I soon decided to stick to a native terminal.</p>
<p>I was quite disappointed with the video performance which resembled a slide show; I had wanted to use the Pi as media center, after all. So I did some research and learned that there is apparently only one player which can harness the hardware video decoding capabilities the Pi has to offer: the <a title="OMXPlayer" href="https://github.com/huceke/omxplayer" target="_blank">OMXPlayer</a>.</p>
<p>Turns out Raspbian with OMXPlayer does a better job of playing full HD videos than my gaming PC, and without the noise and barely any heat. Of course, you should not start X but run the player from shell (yes, that works!); not the most intuitive interface &#8212; and you <em>have</em> to change the terminal font if you use a big TV &#8212; but very efficient. Files are stored on an external HD connected to another PC which the Pi mounts via <span style="font-family: courier new,courier;">ssh</span>. So far, I have not experienced any problems with this setup.</p>
<p>The only sore point has been the board layout; the connectors you can&#8217;t go without (Ethernet, USB, HDMI, AC) face three different directions, so the Pi is awkward to place if you want to run all cables to the back. Some minor annoyances are missing codecs, for example WMV, and a handful of inconveniences in OMXPlayer.</p>
<p>I have not yet tried using <a title="XBMC" href="http://xbmc.org/" target="_blank">XMBC</a> which is supposed to work well. Installing it on Raspbian does not seem to be straightforward; maybe I&#8217;ll try out <a title="Raspbmc" href="http://www.raspbmc.com/" target="_blank">Raspbmc</a> on another card. Does anybody have experience with that?</p>
]]></content:encoded>
			<wfw:commentRss>http://lmazy.verrech.net/2013/01/early-impressions-of-my-raspberrypi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fill your ereader</title>
		<link>http://lmazy.verrech.net/2012/10/how-to-fill-your-ereader/</link>
		<comments>http://lmazy.verrech.net/2012/10/how-to-fill-your-ereader/#comments</comments>
		<pubDate>Tue, 09 Oct 2012 10:00:51 +0000</pubDate>
		<dc:creator>Raphael</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[EBook]]></category>
		<category><![CDATA[EPUB]]></category>
		<category><![CDATA[Experience]]></category>
		<category><![CDATA[Free EBook]]></category>

		<guid isPermaLink="false">http://lmazy.verrech.net/?p=3968</guid>
		<description><![CDATA[Back in January when I bought my ereader, I had doubts whether I would be able to find enough quality content to read on it, given that I don&#8217;t buy DRM which still dominates the market. By now I have &#8230;<p class="read-more"><a href="http://lmazy.verrech.net/2012/10/how-to-fill-your-ereader/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="/wp-content/uploads/2012/09/CIMG3767.jpg" rel="shadowbox[sbpost-3968];player=img;"><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  src="/wp-content/uploads/2012/09/CIMG3767-250x328.jpg" alt="Reading free Sherlock Holmes EPUB" title="Reading free Sherlock Holmes EPUB" width="250" height="328" class="alignright size-medium wp-image-4074" /></a></p>
<p>Back in January when I <a href="/2012/01/choosing-an-ereader/" title="Choosing an Ereader">bought my ereader</a>, I had doubts whether I would be able to find enough quality content to read on it, given that I don&#8217;t buy DRM which still dominates the market. By now I have found enough sources; in fact, I am not quite able to read it all. Here is what I have been reading, in arbitrary order.</p>
<h3>Commercial</h3>
<ul>
<li><a href="http://www.baenebooks.com/" title="Baen Ebooks" target="_blank">Baen Ebooks</a> sell DRM-free ebooks from multiple publishers.</li>
<li><a href="http://lightspeedmagazine.com/" title="Lightspeed Magazine" target="_blank">Lightspeed Magazine</a> is a digital science-fiction &#038; fantasy fanzine. Every month, they release a thick bundle (about 250 pages on my reader) of short stories, novel excerpts and author interviews. Parts are available on their website for free so you can get a taste. At $24 <em>a year</em>, this is a bargain.</li>
<li><a href="http://www.smashwords.com/" title="Smashwords" target="_blank">Smashwords</a> is an independent webstore for self-publishing authors and indie publishers. Their prices are reasonable and they have decent content.</li>
<li><a href="https://dito.se/" title="Dito" target="_blank">Dito</a>, electronic formats shop of <a href="http://www.bokus.com" title="Bokus" target="_blank">one of the largest Swedish booksellers</a>. They don&#8217;t use DRM but watermark their files.</li>
<li><a href="http://www.tor.com/" title="Tor Books" target="_blank">Tor Books</a>, one of the United States&#8217; largest science fiction and fantasy publisher, <a href="http://www.tor.com/blogs/2012/04/torforge-e-book-titles-to-go-drm-free" target="_blank">announced earlier this year that they would drop DRM</a>. All their titles are <a href="http://www.tor.com/blogs/2012/07/torforge-e-books-are-now-drm-free" target="_blank">available DRM-free from major retailers</a> by now. Their <a href="http://www.tor.com/store/" title="Tor Store" target="_blank">own store</a> is yet to go online.</li>
</ul>
<h3>For free</h3>
<ul>
<li>Baen Ebooks has a <a href="http://lmazy.verrech.net/pub/mathesis/" title="Baen Ebooks free library" target="_blank">free library</a>.</li>
<li>Smashwords has many <a href="http://www.smashwords.com/books/category/1/newest/0/free/any" title="Free titles on Smashwords" target="_blank">free titles</a>; it is common for authors to give away extended prologues or even first volumes of series.</li>
<li>The Firefox plugin <a href="https://nb-no.add-ons.mozilla.com/en-US/firefox/addon/grabmybooks/?src=userprofile" title="GrabMyBooks" target="_blank">GrabMyBooks</a> allows you to pack any web content as EPUB ebook. I regularly do so with <a href="http://cacm.acm.org/" title="Communications of the ACM" target="_blank">CACM</a> and <a href="http://www.flashfictiononline.com/" title="Flash Fiction Online" target="_blank">Flash Fiction Online</a>.</li>
<li>There are some books floating around the open source community. For example, I discovered <a href="http://www.progit.org/book" title="Pro Git book" target="_blank">Pro Git</a> recently.</li>
</ul>
<h3>Stallman-free</h3>
<ul>
<li><a href="http://www.gutenberg.org/wiki/Main_Page" title="Project Gutenberg" target="_blank">Project Gutenberg</a> offers English classics that have entered the public domain in multiple formats.</li>
<li><a href="http://gutenberg.spiegel.de/" title="German Gutenberg" target="_blank">Gutenberg DE</a> is the German version. Sadly, there are no downloads, but you can grab the text.</li>
<li><a href="http://runeberg.org/" title="Project Runeberg" target="_blank">Project Runeberg</a> is the Swedish version of Project Gutenberg. They have download as plain text and HTML which is easy to convert.</li>
</ul>
<p>Over these last year or so, EPUB has been entering more and more publishing heads. I am particularly excited about Tor&#8217;s move to drop DRM; huge amounts of science fiction and fantasy are viable in electronic form now. Tor has a nerdy audience (both readers and authors) so maybe they felt more pressure than other publishers; let&#8217;s just hope that their example catches on.</p>
<p>Once tools for creating EPUB books become better, it will be increasingly simple to offer ebook versions of your content, be it fiction book, scientific article or tech tutorial. In my opinion, the phase of early adopters is past: with the spread of EPUB, ebooks have left the confines of big publishing houses behind and become a medium of the crowd.</p>
]]></content:encoded>
			<wfw:commentRss>http://lmazy.verrech.net/2012/10/how-to-fill-your-ereader/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Richard L. Sanders: The Phoenix Conspiracy</title>
		<link>http://lmazy.verrech.net/2012/04/richard-l-sanders-the-phoenix-conspiracy/</link>
		<comments>http://lmazy.verrech.net/2012/04/richard-l-sanders-the-phoenix-conspiracy/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 10:00:41 +0000</pubDate>
		<dc:creator>Raphael</dc:creator>
				<category><![CDATA[Spare Time]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[EBook]]></category>
		<category><![CDATA[Free EBook]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Richard L. Sanders]]></category>
		<category><![CDATA[Science Fiction]]></category>
		<category><![CDATA[Thriller]]></category>

		<guid isPermaLink="false">http://lmazy.verrech.net/?p=3874</guid>
		<description><![CDATA[Calvin Cross is a successful and loyal officer in Intel Wing, the Empire&#8217;s intelligence organisation. He is so good that he has been given his own command, the stealth frigate Nighthawk, despite the fact that he is only a half-citizen &#8230;<p class="read-more"><a href="http://lmazy.verrech.net/2012/04/richard-l-sanders-the-phoenix-conspiracy/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<div id="attachment_3908" class="wp-caption alignright" style="width: 260px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="/wp-content/uploads/2012/03/sanders_conspiracy.jpeg" rel="shadowbox[sbpost-3874];player=img;"><img src="/wp-content/uploads/2012/03/sanders_conspiracy-250x348.jpg" alt="Richard L. Sanders: The Phoeanix Conspiracy" title="Richard L. Sanders: The Phoeanix Conspiracy" width="250" height="348" class="size-medium wp-image-3908" /></a><br />
<div class="rating_div"><table class="rating_table">
<tr><td class="rating_text">Story:</td><td class="rating_img"><div style="position:relative;margin:0;padding:0;width:104px;height:20px;"><img alt="4/5" title="4/5" src="http://lmazy.verrech.net/wp-content/uploads/2011/08/br_4.png"/></div></td></tr>
<tr><td class="rating_text">Characters:</td><td class="rating_img"><div style="position:relative;margin:0;padding:0;width:104px;height:20px;"><img alt="4/5" title="4/5" src="http://lmazy.verrech.net/wp-content/uploads/2011/08/br_4.png"/></div></td></tr>
<tr><td class="rating_text">World:</td><td class="rating_img"><div style="position:relative;margin:0;padding:0;width:104px;height:20px;"><img alt="2/5" title="2/5" src="http://lmazy.verrech.net/wp-content/uploads/2011/08/br_2.png"/></div></td></tr>
<tr><td class="rating_text">Humor:</td><td class="rating_img"><div style="position:relative;margin:0;padding:0;width:104px;height:20px;"><img alt="3/5" title="3/5" src="http://lmazy.verrech.net/wp-content/uploads/2011/08/br_3.png"/></div></td></tr>
<tr><td class="rating_text">Action:</td><td class="rating_img"><div style="position:relative;margin:0;padding:0;width:104px;height:20px;"><img alt="3/5" title="3/5" src="http://lmazy.verrech.net/wp-content/uploads/2011/08/br_3.png"/></div></td></tr>
</table></div><br />
<p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text"> </p></div>
<p>Calvin Cross is a successful and loyal officer in Intel Wing, the Empire&#8217;s intelligence organisation. He is so good that he has been given his own command, the stealth frigate Nighthawk, despite the fact that he is only a half-citizen and therefore stuck at a junior officer rank. His latest mission has been to track down rogue warship captain Raidan who used his position to destroy civilian alien freighters without provocation. Raidan is tried by a tribunal and found guilty, but his motives remain unknown. The prisoner escapes under suspicious circumstances&#8212;hijacking a dreadnought in the process&#8212;and Cross is again ordered to find him. Cross suspects foul play as several facts do not add up and decides to investigate the underlying situation rather than hunting down the fugitive. While he tries to keep up appearances his mysterious opponents act to stop Cross and his crew no matter what.</p>
<p><em>Phoenix Conspiracy</em> has a solid, but not brilliant setup. The futuristic world is very similar to ours despite the fact that humanity travels across space; culture and technology appear unchanged for the most part. It works well enough for this kind of story as the reader feels comfortable from page one and can completely focus on the intriguing plot. The conspiracy is nicely set up and the characters are likeable yet complex enough to feel real, including heart-felt emotion and sometimes funny, sometimes nerve-wracking conflicts. Only the ending seemed a bit too hasty and shallow for my taste; but then, this is only part one of a series so I will give Sanders the benefit of doubt, assuming the rabbit hole is deeper than it seems. <em>Phoenix Conspiracy</em> managed to captivate me and I had a good time reading it. I certainly look forward to the sequels!</p>
<p>Get this great read in a variety of formats for free and DRM-free on <a href="http://www.smashwords.com/books/view/59350" target="_blank">Smashwords</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lmazy.verrech.net/2012/04/richard-l-sanders-the-phoenix-conspiracy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pretty Math on Wikipedia</title>
		<link>http://lmazy.verrech.net/2012/04/pretty-math-on-wikipedia/</link>
		<comments>http://lmazy.verrech.net/2012/04/pretty-math-on-wikipedia/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 10:00:08 +0000</pubDate>
		<dc:creator>Raphael</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://lmazy.verrech.net/?p=3876</guid>
		<description><![CDATA[In the days of MathJax, the math images on Wikipedia look inferior by a huge margin. The MathJax guys got us covered; they provide a userscript that dynamically injects MathJax into Wikipedia sites. It may load a little longer, but &#8230;<p class="read-more"><a href="http://lmazy.verrech.net/2012/04/pretty-math-on-wikipedia/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>In the days of <a href="http://www.mathjax.org/" target="_blank">MathJax</a>, the math images on Wikipedia look inferior by a huge margin. The MathJax guys got us covered; they provide a <a href="http://www.mathjax.org/docs/2.0/dynamic.html#mathjax-and-greasemonkey" target="_blank">userscript</a><sup><a class="simple-footnote" title="Userscripts are pieces of Javascript your browser executes on top of any website. Firefox users use Greasemonkey, others see here." id="return-note-3876-1" href="#note-3876-1">1</a></sup> that dynamically injects MathJax into Wikipedia sites<sup><a class="simple-footnote" title="Make sure to change the @include to http://*.wikipedia.org/wiki/* so the script works on all Wikipedias." id="return-note-3876-2" href="#note-3876-2">2</a></sup>. It may load a little longer, but I think this is worth the wait:</p>
<div id="attachment_3881" class="wp-caption aligncenter" style="width: 353px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><img class="size-full wp-image-3881 " title="Wikipedia Math Vanilla" src="http://lmazy.verrech.net/wp-content/uploads/2012/03/wikipedia_math_vanilla.png" alt="Wikipedia Math Vanilla" width="343" height="291" /><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Without MathJax</p></div>
<div id="attachment_3880" class="wp-caption aligncenter" style="width: 335px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><img class="size-full wp-image-3880 " title="Wikipedia Math Mathjax" src="http://lmazy.verrech.net/wp-content/uploads/2012/03/wikipedia_math_mathjax.png" alt="Wikipedia Math Mathjax" width="325" height="263" /><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">With MathJax</p></div>
<div class="simple-footnotes"><hr /><ol><li id="note-3876-1">Userscripts are pieces of Javascript your browser executes on top of any website. Firefox users use <a href="https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/" target="_blank">Greasemonkey</a>, others see <a href="https://en.wikipedia.org/wiki/Userscript#Equivalents_for_other_browsers" target="_blank">here</a>. <a href="#return-note-3876-1">&#8617;</a></li><li id="note-3876-2">Make sure to change the <code>@include</code> to <code>http://*.wikipedia.org/wiki/*</code> so the script works on all Wikipedias. <a href="#return-note-3876-2">&#8617;</a></li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://lmazy.verrech.net/2012/04/pretty-math-on-wikipedia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adrian Hall: Feng Shui Assassin</title>
		<link>http://lmazy.verrech.net/2012/04/adrian-hall-feng-shui-assassin/</link>
		<comments>http://lmazy.verrech.net/2012/04/adrian-hall-feng-shui-assassin/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 10:00:47 +0000</pubDate>
		<dc:creator>Raphael</dc:creator>
				<category><![CDATA[Spare Time]]></category>
		<category><![CDATA[Adrian Hall]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[EBook]]></category>
		<category><![CDATA[Free EBook]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Thriller]]></category>
		<category><![CDATA[Urban Fantasy]]></category>

		<guid isPermaLink="false">http://lmazy.verrech.net/?p=3866</guid>
		<description><![CDATA[Harvey Barker is on a revenge trip in modern London, killing the people he holds responsible for his sister&#8217;s death. He is a professional assassin, but an unorthodox one: he kills using feng shui, manipulating chi and karma to kill &#8230;<p class="read-more"><a href="http://lmazy.verrech.net/2012/04/adrian-hall-feng-shui-assassin/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<div id="attachment_3934" class="wp-caption alignright" style="width: 260px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="/wp-content/uploads/2012/03/hall_fengshuiassassin.jpeg" rel="shadowbox[sbpost-3866];player=img;"><img src="/wp-content/uploads/2012/03/hall_fengshuiassassin-250x353.jpg" alt="Adrian Hall: Feng Shui Assassin" title="Adrian Hall: Feng Shui Assassin" width="250" height="353" class="size-medium wp-image-3934" /></a><br />
<div class="rating_div"><table class="rating_table">
<tr><td class="rating_text">Story:</td><td class="rating_img"><div style="position:relative;margin:0;padding:0;width:104px;height:20px;"><img alt="4/5" title="4/5" src="http://lmazy.verrech.net/wp-content/uploads/2011/08/br_4.png"/></div></td></tr>
<tr><td class="rating_text">Characters:</td><td class="rating_img"><div style="position:relative;margin:0;padding:0;width:104px;height:20px;"><img alt="3/5" title="3/5" src="http://lmazy.verrech.net/wp-content/uploads/2011/08/br_3.png"/></div></td></tr>
<tr><td class="rating_text">World:</td><td class="rating_img"><div style="position:relative;margin:0;padding:0;width:104px;height:20px;"><img alt="3/5" title="3/5" src="http://lmazy.verrech.net/wp-content/uploads/2011/08/br_3.png"/></div></td></tr>
<tr><td class="rating_text">Humor:</td><td class="rating_img"><div style="position:relative;margin:0;padding:0;width:104px;height:20px;"><img alt="1/5" title="1/5" src="http://lmazy.verrech.net/wp-content/uploads/2011/08/br_1.png"/></div></td></tr>
<tr><td class="rating_text">Action:</td><td class="rating_img"><div style="position:relative;margin:0;padding:0;width:104px;height:20px;"><img alt="3/5" title="3/5" src="http://lmazy.verrech.net/wp-content/uploads/2011/08/br_3.png"/></div></td></tr>
</table></div><br />
<p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text"> </p></div>
<p>Harvey Barker is on a revenge trip in modern London, killing the people he holds responsible for his sister&#8217;s death. He is a professional assassin, but an unorthodox one: he kills using feng shui, manipulating chi and karma to kill his targets without anyone the wiser. But he is not careful enough this time. Detective Amanda Morgan can not shake the feeling that a couple of apparently tragic deaths are connected. Meanwhile, the remaining members of the group Harvey hunts down try to recover and strike back.</p>
<p>I needed to suspend a lot of disbelief regarding the manipulation of chi and karma. The concept seems confused at times, but experienced manga readers should have no problems accepting it. Hall&#8217;s prose is not perfect but good enough so it does not distract from his decent story. He builds a good amount of tension towards the end, finishing a very entertaining and thrilling book.</p>
<p>Get this good read in a variety of formats for free and DRM-free on <a href="http://www.smashwords.com/books/view/165" target="_blank">Smashwords</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lmazy.verrech.net/2012/04/adrian-hall-feng-shui-assassin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quick Images with TikZ</title>
		<link>http://lmazy.verrech.net/2012/03/quick-images-with-tikz/</link>
		<comments>http://lmazy.verrech.net/2012/03/quick-images-with-tikz/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 10:00:27 +0000</pubDate>
		<dc:creator>Raphael</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[TikZ]]></category>
		<category><![CDATA[tikz2png]]></category>

		<guid isPermaLink="false">http://lmazy.verrech.net/?p=3878</guid>
		<description><![CDATA[How do you create high-quality technical images for documents, your website or posts on Stack Exchange? I have used tools in an ad-hoc manner for a while and have become frustrated lately. Once you have used TikZ with \(\LaTeX\) most &#8230;<p class="read-more"><a href="http://lmazy.verrech.net/2012/03/quick-images-with-tikz/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>How do you create high-quality technical images for documents, your website or posts on Stack Exchange? I have used tools in an ad-hoc manner for a while and have become frustrated lately. Once you have used <a href="http://pgf.sourceforge.net/" target="_blank">TikZ</a><sup><a class="simple-footnote" title="Check out the awesome gallery of examples and the comprehensive manual." id="return-note-3878-1" href="#note-3878-1">1</a></sup> with \(\LaTeX\) most other tools feel inferior. The only problem is: TikZ is a \(\LaTeX\) package and can not be used on its own. So how to convert TikZ to say PNG comfortably?</p>
<p>\(\TeX\)-guru <a href="http://www.scharrer-online.de/" target="_blank">Martin Scharrer</a> comes to the rescue: he wrote the package <a href="http://ctan.org/pkg/standalone" target="_blank"><code>standalone</code></a> for exactly this use case. Based on his <a href="http://tex.stackexchange.com/a/11880/3213" target="_blank">explanation on tex.SE</a> I built a small bash script that does all the repetitive work for you. With one simple command, this</p>
<pre class="brush:latex;glutter:false;">%p% \usetikzlibrary{arrows,automata,positioning}
\begin{tikzpicture}[shorten >=1pt,node distance=2cm,auto]
  \node[state,initial]    (q_0)                {$q_0$};
  \node[state,accepting]  (q_1) [right of=q_0] {$q_1$};

  \path[->] (q_0) edge [bend left]  node {$a$} (q_1)
            (q_1) edge [bend left]  node {$b$} (q_0);
\end{tikzpicture}</pre>
<p>becomes this in a matter of seconds:<br />
<img style=' display: block; margin-right: auto; margin-left: auto;'  src="http://lmazy.verrech.net/wp-content/uploads/2012/03/example.png" alt="Example" title="Example" width="230" height="104" class="aligncenter size-full wp-image-3889" /></p>
<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  src="http://lmazy.verrech.net/wp-content/uploads/2011/03/gplv3.png" alt="GPL3" title="GPL3" width="88" height="31" class="alignright size-full wp-image-3165" /></p>
<p>Download <code>tikz2png</code> <a href="/files/tikz2png.tar.gz">here</a> and enjoy!</p>
<div class="simple-footnotes"><hr /><ol><li id="note-3878-1">Check out the awesome <a href="http://www.texample.net/tikz/examples/" target="_blank">gallery of examples</a> and the comprehensive <a href="http://mirror.ctan.org/graphics/pgf/base/doc/generic/pgf/pgfmanual.pdf">manual</a>. <a href="#return-note-3878-1">&#8617;</a></li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://lmazy.verrech.net/2012/03/quick-images-with-tikz/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Brandon Sanderson: The Alloy of Law</title>
		<link>http://lmazy.verrech.net/2012/03/brandon-sanderson-the-alloy-of-law/</link>
		<comments>http://lmazy.verrech.net/2012/03/brandon-sanderson-the-alloy-of-law/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 11:00:42 +0000</pubDate>
		<dc:creator>Raphael</dc:creator>
				<category><![CDATA[Spare Time]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Brandon Sanderson]]></category>
		<category><![CDATA[Fantasy]]></category>
		<category><![CDATA[Mistborn]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://lmazy.verrech.net/?p=3641</guid>
		<description><![CDATA[The Alloy of Law is set in the world of the Mistborn trilogy, about 300 years after the original books. The heroes of that time have become figures of myth and religion. The area around the pre-industrial capital (formerly Luthadel) &#8230;<p class="read-more"><a href="http://lmazy.verrech.net/2012/03/brandon-sanderson-the-alloy-of-law/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<div id="attachment_3929" class="wp-caption alignright" style="width: 260px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="/wp-content/uploads/2011/11/sanderson_alloy.jpeg" rel="shadowbox[sbpost-3641];player=img;"><img src="/wp-content/uploads/2011/11/sanderson_alloy-250x391.jpg" alt="Brandon Sanderson: The Alloy of Law" title="Brandon Sanderson: The Alloy of Law" width="250" height="391" class="size-medium wp-image-3929" /></a><br />
<div class="rating_div"><table class="rating_table">
<tr><td class="rating_text">Story:</td><td class="rating_img"><div style="position:relative;margin:0;padding:0;width:104px;height:20px;"><img alt="3/5" title="3/5" src="http://lmazy.verrech.net/wp-content/uploads/2011/08/br_3.png"/></div></td></tr>
<tr><td class="rating_text">Characters:</td><td class="rating_img"><div style="position:relative;margin:0;padding:0;width:104px;height:20px;"><img alt="4/5" title="4/5" src="http://lmazy.verrech.net/wp-content/uploads/2011/08/br_4.png"/></div></td></tr>
<tr><td class="rating_text">World:</td><td class="rating_img"><div style="position:relative;margin:0;padding:0;width:104px;height:20px;"><img alt="5/5" title="5/5" src="http://lmazy.verrech.net/wp-content/uploads/2011/08/br_5.png"/></div></td></tr>
<tr><td class="rating_text">Humor:</td><td class="rating_img"><div style="position:relative;margin:0;padding:0;width:104px;height:20px;"><img alt="4/5" title="4/5" src="http://lmazy.verrech.net/wp-content/uploads/2011/08/br_4.png"/></div></td></tr>
<tr><td class="rating_text">Action:</td><td class="rating_img"><div style="position:relative;margin:0;padding:0;width:104px;height:20px;"><img alt="5/5" title="5/5" src="http://lmazy.verrech.net/wp-content/uploads/2011/08/br_5.png"/></div></td></tr>
</table></div><br />
<p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text"> </p></div>
<p><em>The Alloy of Law</em> is set in the world of the <em>Mistborn</em> trilogy, about 300 years after the original books. The heroes of that time have become figures of myth and religion. The area around the pre-industrial capital (formerly Luthadel) is fertile and wealthy, farther out in the Roughs live is like in our Wild West. This is where noble-blooded lawkeeper Wax has made it his job to hunt down criminals until personal tragedy prompts his return to the city. He tries to blend in the noble society and behave as he should but is soon intrigued by a series of seemingly impossible thefts. Instead of preparing his inevitable engagement properly he starts to investigate, supported by his friend and colleague Wayne who has come to visit in order to make sure Wax does not die <strike>in</strike> of boredom.</p>
<p><em>Alloy of Law</em> is fast, fun and tragic, but most of all <em>fast</em>. Allomantic-Feruchemic gunfights are probably the most awesome, cinematic thing I have read in a while. They show how incredibly well-conceived Sanderson&#8217;s magic system is: it evolves and scales with ease. The story itself is a diverting piece in Sherlock Holmes style, nothing too deep. There is potential for follow-up stories, though, so we&#8217;ll see. The main characters are very well-developed considering the size of the book; Sanderson makes every word count<sup><a class="simple-footnote" title="This book is short by Sanderson&#8217;s standards!" id="return-note-3641-1" href="#note-3641-1">1</a></sup>. Besides the abundance of action, verbal exchanges between Wax, Wayne and later Marasi provide most of the fun and make the book a light read despite several tragic scenes. As a fan of the series, I enjoyed the many (religious) references&#8212;fact distorted to myth by time&#8212;to the old heroes, in particular how their way of life evolved to outright schools of philosophy<sup><a class="simple-footnote" title="Personally, High Imperial cracked me up the most!" id="return-note-3641-2" href="#note-3641-2">2</a></sup>.</p>
<p>That I recommend a Sanderson book is probably no surprise, me being a devoted fan of his. Go and read this book even if you have not read or did not like<sup><a class="simple-footnote" title="The most frequent complaint seems to be that the trilogy is too slow-paced; this is certainly not the case for Alloy of Law!" id="return-note-3641-3" href="#note-3641-3">3</a></sup> the trilogy, it is fun!</p>
<div class="simple-footnotes"><hr /><ol><li id="note-3641-1">This book is <em>short</em> by Sanderson&#8217;s standards! <a href="#return-note-3641-1">&#8617;</a></li><li id="note-3641-2">Personally, High Imperial cracked me up the most! <a href="#return-note-3641-2">&#8617;</a></li><li id="note-3641-3">The most frequent complaint seems to be that the trilogy is too slow-paced; this is certainly not the case for <em>Alloy of Law</em>! <a href="#return-note-3641-3">&#8617;</a></li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://lmazy.verrech.net/2012/03/brandon-sanderson-the-alloy-of-law/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computer Science Stack Exchange Live!</title>
		<link>http://lmazy.verrech.net/2012/03/computer-science-stack-exchange-live/</link>
		<comments>http://lmazy.verrech.net/2012/03/computer-science-stack-exchange-live/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 14:11:25 +0000</pubDate>
		<dc:creator>Raphael</dc:creator>
				<category><![CDATA[Spare Time]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Stack Exchange]]></category>

		<guid isPermaLink="false">http://lmazy.verrech.net/?p=3916</guid>
		<description><![CDATA[Since my post in December, Computer Science Stack Exchange has gone through private beta and is now accessible for everybody. Head over to cs.stackexchange.com and take a look! We are waiting for your questions so do not hesitate to post &#8230;<p class="read-more"><a href="http://lmazy.verrech.net/2012/03/computer-science-stack-exchange-live/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<div id="attachment_3921" class="wp-caption alignright" style="width: 260px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="/wp-content/uploads/2012/03/csSEbeta.png" rel="shadowbox[sbpost-3916];player=img;"><img src="/wp-content/uploads/2012/03/csSEbeta-250x217.png" alt="Computer Science Stack Exchange public beta" title="Computer Science Stack Exchange public beta" width="250" height="217" class="size-medium wp-image-3921" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">cs.SE in nondescript beta style</p></div>
<p>Since <a href="/2011/12/computer-science-stackexchange-upcoming/" title="Computer Science StackExchange Upcoming">my post</a> in December, Computer Science Stack Exchange has gone through private beta and is now accessible for everybody. Head over to <a href="http://cs.stackexchange.com" target="_blank">cs.stackexchange.com</a> and take a look! We are waiting for your questions so do not hesitate to post anything you have always wanted to know in computer science<sup><a class="simple-footnote" title="Mind the FAQ, though." id="return-note-3916-1" href="#note-3916-1">1</a></sup>, be it theory, applied or even practical!</p>
<p>We also need more expertise: out off almost 190 questions sixteen <a href="http://cs.stackexchange.com/questions?sort=unanswered" target="_blank">have yet to receive a good answer</a>. among those are one about <a href="http://cs.stackexchange.com/q/108/98" target="_blank">equivalence of Büchi automata and linear μ-calculus</a> and another about <a href="http://cs.stackexchange.com/q/118/98" target="_blank">efficiently learning regular languages</a>. </p>
<p>You might also want to check out our <a href="http://cs.stackexchange.com/questions?sort=votes" target="_blank">hottest questions</a>, including <a href="http://cs.stackexchange.com/q/3/98" target="_blank">why Quicksort is often considered the best sorting algorithm</a>, <a href="http://cs.stackexchange.com/q/356/98" target="_blank">encryption using NP-hard problems</a> and <a href="http://cs.stackexchange.com/q/419/98" target="_blank">connections between Gödel&#8217;s incompleteness theorem and the halting problem</a>.</p>
<p>I am very excited about this site. One one hand, it gives me the opportunity to share my knowledge in computer science with a wide variety of people, and I like teaching. On the other hand, I get to learn a lot. Not only do people ask about things I know next to nothing about so I can learn from the answers, but there are also original concepts. My favorite is Patrick&#8217;s proposal of heap automata; I have spent several hours contemplating <a href="http://cs.stackexchange.com/q/110/98">his question about their power</a> and follow-up questions.</p>
<p>I hope to see you on cs.SE soon!</p>
<div class="simple-footnotes"><hr /><ol><li id="note-3916-1">Mind the <a href="http://cs.stackexchange.com/faq" target="_blank">FAQ</a>, though. <a href="#return-note-3916-1">&#8617;</a></li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://lmazy.verrech.net/2012/03/computer-science-stack-exchange-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Plugin: Cite &amp; List</title>
		<link>http://lmazy.verrech.net/2012/02/new-plugin-cite-list/</link>
		<comments>http://lmazy.verrech.net/2012/02/new-plugin-cite-list/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 11:00:05 +0000</pubDate>
		<dc:creator>Raphael</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Cite & List]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://lmazy.verrech.net/?p=3474</guid>
		<description><![CDATA[Finally! I have needed&#8212;and wanted to build&#8212;this WordPress plugin for a long time, and now it is done. Because I am so bad at making up names, I called it Cite &#038; List because that is what you can do &#8230;<p class="read-more"><a href="http://lmazy.verrech.net/2012/02/new-plugin-cite-list/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<div id="attachment_3854" class="wp-caption alignright" style="width: 260px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="/wp-content/uploads/2012/02/screenshot-1.png" rel="shadowbox[sbpost-3474];player=img;"><img src="/wp-content/uploads/2012/02/screenshot-1-250x100.png" alt="Simple Bibliography" title="Simple Bibliography" width="250" height="100" class="size-medium wp-image-3854" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">A simple bibliography with some citations</p></div>
<p>Finally! I have needed&#8212;and wanted to build&#8212;this WordPress plugin for a long time, and now it is done. Because I am so bad at making up names, I called it <em>Cite &#038; List</em> because that is what you can do with it: cite articles and list your publications. Both tasks are easily done with shortcodes; users of \(\LaTeX\) will feel right at home. You can also have everything look exactly the way you want it to, thanks to the use of <a href="/bib2tpl/" title="bib2tpl">bib2tpl</a>.</p>
<p>Head over to the <a href="http://wordpress.org/extend/plugins/cite-list/" target="_blank">plugin repository</a> and have a try! I like how the plugin turned out; hopefully I will have ample opportunity of using it, that is get to writing more sciencey posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://lmazy.verrech.net/2012/02/new-plugin-cite-list/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Version of bib2tpl</title>
		<link>http://lmazy.verrech.net/2012/02/new-version-of-bib2tpl/</link>
		<comments>http://lmazy.verrech.net/2012/02/new-version-of-bib2tpl/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 11:00:54 +0000</pubDate>
		<dc:creator>Raphael</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[bib2tpl]]></category>
		<category><![CDATA[BibTeX]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://lmazy.verrech.net/?p=3472</guid>
		<description><![CDATA[Last weekend, I published a new version of bib2tpl, a PHP class to convert BibTeX to anything I wrote a while ago. There certainly were some bumps to iron out; these are the major changes made: Entry filtering now works &#8230;<p class="read-more"><a href="http://lmazy.verrech.net/2012/02/new-version-of-bib2tpl/">Read more &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>Last weekend, I published a new version of <a href="/bib2tpl/">bib2tpl</a>, a PHP class to convert BibTeX to anything I wrote a while ago. There certainly were some bumps to iron out; these are the major changes made:</p>
<ul>
<li>Entry filtering now works on all fields.</li>
<li>Templates can contain multiple occurrences of group and entry subtemplates now.</li>
<li>Condition tags can perform more detailed comparisons now.</li>
<li>Improved control over entry ordering.</li>
<li>Grouping tags are no longer necessary if grouping is turned off.</li>
<li>It is now possible to reuse parsed BibTeX for multiple conversions.</li>
<li><code>@entryid@</code> has been removed; use <code>@entrykey@</code> instead, which is now guaranteed to be unique.
</ul>
<p>You can find a more complete list of changes <a href="http://bugs.verrech.net/thebuggenie/bib2tpl/roadmap">here</a>, and more information on bib2tpl <a href="/bib2tpl/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lmazy.verrech.net/2012/02/new-version-of-bib2tpl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Object Caching 808/961 objects using disk

Served from: lmazy.verrech.net @ 2013-05-24 08:18:10 -->