<?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>Quinn Slack</title>
	<atom:link href="http://qslack.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://qslack.com</link>
	<description></description>
	<lastBuildDate>Tue, 23 Apr 2013 00:32:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Git checkout and deployment of custom apps on AWS OpsWorks</title>
		<link>http://qslack.com/2013/04/git-checkout-and-deployment-of-custom-apps-on-aws-opsworks/</link>
		<comments>http://qslack.com/2013/04/git-checkout-and-deployment-of-custom-apps-on-aws-opsworks/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 00:32:37 +0000</pubDate>
		<dc:creator>Quinn Slack</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://qslack.com/?p=152</guid>
		<description><![CDATA[I posted some code at the AWS OpsWorks dev forums that lets you deploy custom apps using OpsWorks. Their included Chef cookbooks only work for a few languages.]]></description>
				<content:encoded><![CDATA[<p>I posted some code at the <a href="https://forums.aws.amazon.com/thread.jspa?messageID=444934&#444934">AWS OpsWorks dev forums</a> that lets you deploy custom apps using OpsWorks. Their included Chef cookbooks only work for a few languages.</p>
]]></content:encoded>
			<wfw:commentRss>http://qslack.com/2013/04/git-checkout-and-deployment-of-custom-apps-on-aws-opsworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable gzip compression using Tomcat7 on Amazon AWS Elastic Beanstalk</title>
		<link>http://qslack.com/2013/01/enable-gzip-compression-using-tomcat7-on-amazon-aws-elastic-beanstalk/</link>
		<comments>http://qslack.com/2013/01/enable-gzip-compression-using-tomcat7-on-amazon-aws-elastic-beanstalk/#comments</comments>
		<pubDate>Sun, 06 Jan 2013 20:42:55 +0000</pubDate>
		<dc:creator>Quinn Slack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://qslack.com/?p=147</guid>
		<description><![CDATA[sed -i 's/&#60;Connector port="8080" protocol="HTTP\/1.1"$/&#60;Connector port="8080" protocol="HTTP\/1.1" compression="8192"/g' server.xml]]></description>
				<content:encoded><![CDATA[<p><code><br />
sed -i 's/&lt;Connector port="8080" protocol="HTTP\/1.1"$/&lt;Connector port="8080" protocol="HTTP\/1.1" compression="8192"/g' server.xml<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://qslack.com/2013/01/enable-gzip-compression-using-tomcat7-on-amazon-aws-elastic-beanstalk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Java 1.7 on Amazon AWS Elastic Beanstalk</title>
		<link>http://qslack.com/2012/12/using-java-1-7-on-amazon-aws-elastic-beanstalk/</link>
		<comments>http://qslack.com/2012/12/using-java-1-7-on-amazon-aws-elastic-beanstalk/#comments</comments>
		<pubDate>Tue, 11 Dec 2012 13:27:24 +0000</pubDate>
		<dc:creator>Quinn Slack</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://qslack.com/?p=143</guid>
		<description><![CDATA[Here&#8217;s a quick config change that&#8217;ll let you run Java 7 WARs on Amazon AWS Elastic Beanstalk. Add the following to .ebextensions/java7.config: packages: yum: java-1.7.0-openjdk: [] java-1.7.0-openjdk-devel: [] commands: use_java7: command: alternatives --set java /usr/lib/jvm/jre-1.7.0-openjdk.x86_64/bin/java Try out the sample Play2 app in sbt-elasticbeanstalk to test this out.]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s a quick config change that&#8217;ll let you run Java 7 WARs on Amazon AWS <a href="http://aws.amazon.com/elasticbeanstalk/">Elastic Beanstalk</a>. Add the following to .ebextensions/java7.config:</p>
<p><code>
<pre>
packages:
  yum:
    java-1.7.0-openjdk: []
    java-1.7.0-openjdk-devel: []

commands:
  use_java7:
    command: alternatives --set java /usr/lib/jvm/jre-1.7.0-openjdk.x86_64/bin/java
</pre>
<p></code></p>
<p>Try out the sample Play2 app in <a href="https://github.com/blendlabs/sbt-elasticbeanstalk">sbt-elasticbeanstalk</a> to test this out.</p>
]]></content:encoded>
			<wfw:commentRss>http://qslack.com/2012/12/using-java-1-7-on-amazon-aws-elastic-beanstalk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dart Web Components examples</title>
		<link>http://qslack.com/2012/10/dart-web-components-examples/</link>
		<comments>http://qslack.com/2012/10/dart-web-components-examples/#comments</comments>
		<pubDate>Mon, 08 Oct 2012 02:51:24 +0000</pubDate>
		<dc:creator>Quinn Slack</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Dart]]></category>
		<category><![CDATA[Web Components]]></category>

		<guid isPermaLink="false">http://qslack.com/?p=140</guid>
		<description><![CDATA[I&#8217;m creating some examples of Dart Web Components over at https://github.com/sqs/dwc-examples and tracking DWC-related issues I encounter.]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m creating some examples of <a href="https://github.com/dart-lang/dart-web-components">Dart Web Components</a> over at <a href="https://github.com/sqs/dwc-examples">https://github.com/sqs/dwc-examples</a> and tracking <a href="https://github.com/sqs/dwc-examples/issues">DWC-related issues I encounter</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://qslack.com/2012/10/dart-web-components-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trying out the Go programming language</title>
		<link>http://qslack.com/2012/09/trying-out-the-go-programming-language/</link>
		<comments>http://qslack.com/2012/09/trying-out-the-go-programming-language/#comments</comments>
		<pubDate>Tue, 18 Sep 2012 15:20:57 +0000</pubDate>
		<dc:creator>Quinn Slack</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://qslack.com/?p=136</guid>
		<description><![CDATA[I&#8217;ve been playing around with Go, and so far I like it a lot. Go&#8217;s greatest innovation is that the compiler is the build tool, the package manager, the style checker, the linter, and the runner. Here are a few Go libraries/programs I made: go-mailutil: MIME email handling utility functions: HTMLBody, TextBody, etc. go-xoauth2: XOAuth2 [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been playing around with <a href="http://www.golang.org">Go</a>, and so far I like it a lot. Go&#8217;s greatest innovation is that the compiler is the build tool, the package manager, the style checker, the linter, and the runner.</p>
<p>Here are a few Go libraries/programs I made:</p>
<ul>
<li><strong><a href="https://github.com/sqs/go-mailutil">go-mailutil</a></strong>: MIME email handling utility functions: HTMLBody, TextBody, etc.</li>
<li><strong><a href="https://github.com/sqs/go-xoauth2">go-xoauth2</a></strong>: XOAuth2 string generation functions (for use in the <a href="https://developers.google.com/google-apps/gmail/xoauth2_protocol">XOAUTH2 SASL auth schemes for IMAP/SMTP implemented by Gmail</a>)</li>
<li><strong><a href="https://github.com/sqs/go-synco">go-synco</a></strong>: Fast IMAP message fetcher that outputs JSON objects per email with a key for each header as well as <code>text_body</code>, <code>html_body</code>, etc.</li>
</ul>
<p>Go&#8217;s language tour, documentation, and standard library are all excellent. I was able to be productive in Go very soon after finishing the first half of the language tour.</p>
<p>The quality of third-party libraries is quite high as well; I am optimistic that this is the result of Go&#8217;s careful design, and not just because it&#8217;s a fairly new language. In particular, I found <a href="https://github.com/martine/go-imap">go-imap</a> to be spectacularly easy IMAP library to use and extend with new functionality (it is far better than Python imaplib and JavaMail).</p>
<p>One thing about Go that&#8217;s still unclear to me is <a href="http://www.quora.com/Go-programming-language/Which-web-framework-for-the-Go-language-is-best-for-creating-a-REST-API">which Web framework is the best (and most Go-idiomatic) for writing REST APIs</a>. I haven&#8217;t yet had a chance to try out many of them, and the <a href="http://go-lang.cat-v.org/pure-go-libs">Libraries Written in Go</a> page is purely descriptive, not normative.</p>
]]></content:encoded>
			<wfw:commentRss>http://qslack.com/2012/09/trying-out-the-go-programming-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blend Labs Tech Talk at Stanford on HBase + Scala + Hadoop</title>
		<link>http://qslack.com/2012/05/blend-labs-tech-talk-at-stanford-on-hbase-scala-hadoop/</link>
		<comments>http://qslack.com/2012/05/blend-labs-tech-talk-at-stanford-on-hbase-scala-hadoop/#comments</comments>
		<pubDate>Sat, 19 May 2012 05:03:58 +0000</pubDate>
		<dc:creator>Quinn Slack</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://qslack.com/?p=129</guid>
		<description><![CDATA[Eugene Marinelli and I just gave a Stanford ACM tech talk about our use of HBase, Scala, and Hadoop at Blend Labs. The goal of the talk was to give back some of the code and patterns we&#8217;ve developed for working with high-level, modeled objects in Scala, storing (serializing and deserializing) the objects in HBase, [...]]]></description>
				<content:encoded><![CDATA[<p>Eugene Marinelli and I just gave a <a href="http://acm.stanford.edu">Stanford ACM tech talk</a> about our use of HBase, Scala, and Hadoop at <a href="http://www.blendlabsinc.com">Blend Labs</a>. The goal of the talk was to give back some of the code and patterns we&#8217;ve developed for working with high-level, modeled objects in Scala, storing (serializing and deserializing) the objects in HBase, and performing Hadoop MapReduce analysis on large datasets. We&#8217;ve posted the <a href="http://blendlabsinc.com/blend-labs-tech-talk-stanford-may-2012.pdf">slides</a> and <a href="https://github.com/blendlabs/social-modeling-starter">code</a> online.</p>
]]></content:encoded>
			<wfw:commentRss>http://qslack.com/2012/05/blend-labs-tech-talk-at-stanford-on-hbase-scala-hadoop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discovered HPaste, a great Scala DSL for HBase</title>
		<link>http://qslack.com/2012/04/discovered-hpaste-a-great-scala-dsl-for-hbase/</link>
		<comments>http://qslack.com/2012/04/discovered-hpaste-a-great-scala-dsl-for-hbase/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 22:14:41 +0000</pubDate>
		<dc:creator>Quinn Slack</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hbase]]></category>

		<guid isPermaLink="false">http://qslack.com/?p=120</guid>
		<description><![CDATA[I recently came across HPaste, a Scala DSL for HBase. Once you&#8217;ve declared an schema like below, you can run HBase operations and MapReduce jobs on your data much more easily than with the standard HBase Java library. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [...]]]></description>
				<content:encoded><![CDATA[<p>I recently came across <a href="https://github.com/GravityLabs/HPaste">HPaste, a Scala DSL for HBase</a>. Once you&#8217;ve declared an schema like below, you can run HBase operations and MapReduce jobs on your data much more easily than with the standard HBase Java library.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
</pre></td><td class="code"><pre class="scala" style="font-family:monospace;"><span style="color: #0000ff; font-weight: bold;">object</span> EventSchema <span style="color: #0000ff; font-weight: bold;">extends</span> Schema <span style="color: #F78811;">&#123;</span>
&nbsp;
  <span style="color: #0000ff; font-weight: bold;">implicit</span> <span style="color: #0000ff; font-weight: bold;">val</span> conf <span style="color: #000080;">=</span> <span style="color: #0000ff; font-weight: bold;">new</span> org.<span style="color: #000000;">apache</span>.<span style="color: #000000;">hadoop</span>.<span style="color: #000000;">hbase</span>.<span style="color: #000000;">HBaseConfiguration</span>
&nbsp;
  <span style="color: #0000ff; font-weight: bold;">class</span> EventTable <span style="color: #0000ff; font-weight: bold;">extends</span> HbaseTable<span style="color: #F78811;">&#91;</span>EventTable, String, EventRow<span style="color: #F78811;">&#93;</span><span style="color: #F78811;">&#40;</span>
    tableName <span style="color: #000080;">=</span> <span style="color: #6666FF;">&quot;event&quot;</span>,
    rowKeyClass <span style="color: #000080;">=</span> classOf<span style="color: #F78811;">&#91;</span>String<span style="color: #F78811;">&#93;</span>
  <span style="color: #F78811;">&#41;</span> <span style="color: #F78811;">&#123;</span>
    <span style="color: #0000ff; font-weight: bold;">def</span> rowBuilder<span style="color: #F78811;">&#40;</span>result<span style="color: #000080;">:</span> DeserializedResult<span style="color: #F78811;">&#41;</span> <span style="color: #000080;">=</span> <span style="color: #0000ff; font-weight: bold;">new</span> EventRow<span style="color: #F78811;">&#40;</span><span style="color: #0000ff; font-weight: bold;">this</span>, result<span style="color: #F78811;">&#41;</span>
&nbsp;
    <span style="color: #0000ff; font-weight: bold;">val</span> msg       <span style="color: #000080;">=</span> family<span style="color: #F78811;">&#91;</span>String, String, Any<span style="color: #F78811;">&#93;</span><span style="color: #F78811;">&#40;</span><span style="color: #6666FF;">&quot;msg&quot;</span><span style="color: #F78811;">&#41;</span>
    <span style="color: #0000ff; font-weight: bold;">val</span> msgSender <span style="color: #000080;">=</span> column<span style="color: #F78811;">&#40;</span>msg, <span style="color: #6666FF;">&quot;sender&quot;</span>, classOf<span style="color: #F78811;">&#91;</span>String<span style="color: #F78811;">&#93;</span><span style="color: #F78811;">&#41;</span>
    <span style="color: #0000ff; font-weight: bold;">val</span> msgBody   <span style="color: #000080;">=</span> column<span style="color: #F78811;">&#40;</span>msg, <span style="color: #6666FF;">&quot;body&quot;</span>, classOf<span style="color: #F78811;">&#91;</span>String<span style="color: #F78811;">&#93;</span><span style="color: #F78811;">&#41;</span>
    <span style="color: #0000ff; font-weight: bold;">val</span> msgDate   <span style="color: #000080;">=</span> column<span style="color: #F78811;">&#40;</span>msg, <span style="color: #6666FF;">&quot;date&quot;</span>, classOf<span style="color: #F78811;">&#91;</span>String<span style="color: #F78811;">&#93;</span><span style="color: #F78811;">&#41;</span>
&nbsp;
    <span style="color: #0000ff; font-weight: bold;">val</span> info      <span style="color: #000080;">=</span> family<span style="color: #F78811;">&#91;</span>String, String, Any<span style="color: #F78811;">&#93;</span><span style="color: #F78811;">&#40;</span><span style="color: #6666FF;">&quot;info&quot;</span><span style="color: #F78811;">&#41;</span>
    <span style="color: #0000ff; font-weight: bold;">val</span> name      <span style="color: #000080;">=</span> column<span style="color: #F78811;">&#40;</span>info, <span style="color: #6666FF;">&quot;name&quot;</span>, classOf<span style="color: #F78811;">&#91;</span>String<span style="color: #F78811;">&#93;</span><span style="color: #F78811;">&#41;</span>
    <span style="color: #0000ff; font-weight: bold;">val</span> startDate <span style="color: #000080;">=</span> column<span style="color: #F78811;">&#40;</span>info, <span style="color: #6666FF;">&quot;startDate&quot;</span>, classOf<span style="color: #F78811;">&#91;</span>String<span style="color: #F78811;">&#93;</span><span style="color: #F78811;">&#41;</span>
    <span style="color: #0000ff; font-weight: bold;">val</span> endDate   <span style="color: #000080;">=</span> column<span style="color: #F78811;">&#40;</span>info, <span style="color: #6666FF;">&quot;endDate&quot;</span>, classOf<span style="color: #F78811;">&#91;</span>String<span style="color: #F78811;">&#93;</span><span style="color: #F78811;">&#41;</span>
    <span style="color: #0000ff; font-weight: bold;">val</span> body      <span style="color: #000080;">=</span> column<span style="color: #F78811;">&#40;</span>info, <span style="color: #6666FF;">&quot;body&quot;</span>, classOf<span style="color: #F78811;">&#91;</span>String<span style="color: #F78811;">&#93;</span><span style="color: #F78811;">&#41;</span>
    <span style="color: #0000ff; font-weight: bold;">val</span> source    <span style="color: #000080;">=</span> column<span style="color: #F78811;">&#40;</span>info, <span style="color: #6666FF;">&quot;source&quot;</span>, classOf<span style="color: #F78811;">&#91;</span>String<span style="color: #F78811;">&#93;</span><span style="color: #F78811;">&#41;</span>
    <span style="color: #0000ff; font-weight: bold;">val</span> tags      <span style="color: #000080;">=</span> column<span style="color: #F78811;">&#40;</span>info, <span style="color: #6666FF;">&quot;tags&quot;</span>, classOf<span style="color: #F78811;">&#91;</span>String<span style="color: #F78811;">&#93;</span><span style="color: #F78811;">&#41;</span>
  <span style="color: #F78811;">&#125;</span>
&nbsp;
  <span style="color: #0000ff; font-weight: bold;">class</span> EventRow<span style="color: #F78811;">&#40;</span>table<span style="color: #000080;">:</span> EventTable, result<span style="color: #000080;">:</span> DeserializedResult<span style="color: #F78811;">&#41;</span> <span style="color: #0000ff; font-weight: bold;">extends</span> HRow<span style="color: #F78811;">&#91;</span>EventTable, String<span style="color: #F78811;">&#93;</span><span style="color: #F78811;">&#40;</span>result, table<span style="color: #F78811;">&#41;</span>
&nbsp;
  <span style="color: #0000ff; font-weight: bold;">val</span> EventTable <span style="color: #000080;">=</span> table<span style="color: #F78811;">&#40;</span><span style="color: #0000ff; font-weight: bold;">new</span> EventTable<span style="color: #F78811;">&#41;</span>
<span style="color: #F78811;">&#125;</span></pre></td></tr></table></div>

<p>HPaste stops short of being an ORM (like ActiveRecord or DataMapper) on purpose, but I&#8217;ve found myself making a number of ad-hoc singletons to wrap common operations against HBase. I&#8217;d find it very useful to have an ORM that sits on top of HBase and lets you define the operations and the de/serialization you want for your types. Time permitting, I&#8217;ll factor out what I have and post it up on Github. (I also made a <a href="https://github.com/sqs/rhino">Ruby ORM for HBase</a> back in 2008, but I think the way people use HBase has become more sophisticated since then and that ORM design is no longer suitable for heavy use.)</p>
]]></content:encoded>
			<wfw:commentRss>http://qslack.com/2012/04/discovered-hpaste-a-great-scala-dsl-for-hbase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From Quora: Will Linux incorporate tcpcrypt?</title>
		<link>http://qslack.com/2011/06/will-linux-incorporate-tcpcrypt/</link>
		<comments>http://qslack.com/2011/06/will-linux-incorporate-tcpcrypt/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 16:03:09 +0000</pubDate>
		<dc:creator>Quinn Slack</dc:creator>
				<category><![CDATA[tcpcrypt]]></category>

		<guid isPermaLink="false">http://qslack.com/?p=111</guid>
		<description><![CDATA[Someone on Quora just asked: &#8220;Will Linux incorporate tcpcrypt?&#8221;. I posted a response over there: I have been working on and off with tcpcrypt for about a year. I believe that if someone puts in the time to polish the Linux kernel implementation, it&#8217;d be a likely candidate for inclusion. Andrea Bittau (the lead tcpcrypt [...]]]></description>
				<content:encoded><![CDATA[<p>Someone on Quora just asked: <a href="http://www.quora.com/Linux/Will-Linux-incorporate-tcpcrypt">&#8220;Will Linux incorporate tcpcrypt?&#8221;</a>. I posted a response over there:</p>
<blockquote><p>
I have been working on and off with <a href="http://tcpcrypt.org">tcpcrypt</a> for about a year. I believe that if someone puts in the time to polish the Linux kernel implementation, it&#8217;d be a likely candidate for inclusion. Andrea Bittau (the lead tcpcrypt guy) told me he would like to work on the kernel implementation himself sometime in the future. Andrea, Mark Handley, and David Mazieres are also working on the <a href="http://tools.ietf.org/html/draft-bittau-tcp-crypt-00">Internet Draft</a>.</p>
<p>For now, the userspace implementation works well (and supports Linux, Mac OS X, FreeBSD, and Windows). It has a library so that endpoints can see the tcpcrypt session ID (to perform their own authentication), at <a href="https://github.com/sorbo/tcpcrypt/blob/master/user/include/tcpcrypt/tcpcrypt.h">https://github.com/sorbo/tcpcrypt/blob/master/user/include/tcpcrypt/tcpcrypt.h</a>, and I made an Apache module that passes the session ID to Web apps, at <a href="https://github.com/sqs/mod_tcpcrypt">https://github.com/sqs/mod_tcpcrypt</a>.
</p></blockquote>
<p>On the advantages of tcpcrypt over TLS:</p>
<blockquote><p>If your system runs tcpcryptd, then existing applications will use tcpcrypt. If the destination host doesn&#8217;t support tcpcrypt, then the channel falls back to normal TCP with no communication round-trip overhead. If both sides support tcpcrypt, then the applications get encryption for free (no code changes and minimal overhead). Of course, this only protects against passive attackers; to protect against active attacks, the apps would have to be modified to authenticate using the tcpcrypt session ID. Still, it&#8217;s better than cleartext. This, I think, is the key benefit tcpcrypt has over TLS: it makes encrypted-by-default really simple to bring about.
</p></blockquote>
<p>See also the <a href="http://tools.ietf.org/html/draft-bittau-tcp-crypt-00">tcpcrypt Internet-Draft</a> and the <a href="http://en.wikipedia.org/wiki/Tcpcrypt">tcpcrypt Wikipedia page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://qslack.com/2011/06/will-linux-incorporate-tcpcrypt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What I&#8217;ve finished reading, Jan-May 2011</title>
		<link>http://qslack.com/2011/05/wha-ive-finished-reading-jan-may-2011/</link>
		<comments>http://qslack.com/2011/05/wha-ive-finished-reading-jan-may-2011/#comments</comments>
		<pubDate>Mon, 30 May 2011 03:47:17 +0000</pubDate>
		<dc:creator>Quinn Slack</dc:creator>
				<category><![CDATA[Reading]]></category>

		<guid isPermaLink="false">http://qslack.com/?p=103</guid>
		<description><![CDATA[The Devil in the White City by Erik Larson The Myth of the Rational Voter: Why Democracies Choose Bad Policies by Bryan Caplan The Great Stagnation: How America Ate All The Low-Hanging Fruit of Modern History, Got Sick, and Will (Eventually) Feel Better by Tyler Cowen Ayn Rand and the World She Made by Anne [...]]]></description>
				<content:encoded><![CDATA[<ul>
<li><cite><a href="http://www.amazon.com/Devil-White-City-Madness-Changed/dp/0375725601">The Devil in the White City</a></cite> by Erik Larson</li>
<li><cite><a href="http://www.amazon.com/Myth-Rational-Voter-Democracies-Policies/dp/0691129428">The Myth of the Rational Voter: Why Democracies Choose Bad Policies</a></cite> by Bryan Caplan</li>
<li><cite><a href="http://www.amazon.com/Great-Stagnation-Low-Hanging-Eventually-ebook/dp/B004H0M8QS">The Great Stagnation: How America Ate All The Low-Hanging Fruit of Modern History, Got Sick, and Will (Eventually) Feel Better</a></cite> by Tyler Cowen</li>
<li><cite><a href="http://www.amazon.com/Ayn-Rand-World-She-Made/dp/0385513992">Ayn Rand and the World She Made</a></cite> by Anne Heller</li>
<li><cite><a href="http://www.amazon.com/Plex-Google-Thinks-Works-Shapes/dp/1416596585">In The Plex</a></cite> by Stephen Levy (about Google)</li>
<li><cite><a href="http://www.amazon.com/Immortal-Life-Henrietta-Lacks/dp/1400052173">The Immortal Life of Henrietta Lacks</a></cite> by Rebecca Skloot</li>
<li><cite><a href="http://www.amazon.com/Greatest-Trade-Ever-Behind-Scenes/dp/0385529910">The Greatest Trade Ever: The Behind-the-Scenes Story of How John Paulson Defied Wall Street and Made Financial History</a></cite> by Gregory Zuckerman</li>
<li><a href="http://www.econlib.org/library/Essays/hykKnw1.html">&#8220;The Use of Knowledge in Society&#8221;</a> by F. A. Hayek</li>
<li><a href="http://www.amazon.com/Machinery-Freedom-Guide-Radical-Capitalism/dp/0812690699">The Machinery of Freedom: Guide to a Radical Capitalism</a> by David Friedman (son of Milton Friedman)
</ul>
<p>I enjoyed all of them&#8211;or else I wouldn&#8217;t have finished reading them.</p>
]]></content:encoded>
			<wfw:commentRss>http://qslack.com/2011/05/wha-ive-finished-reading-jan-may-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading &#8220;Sum: Forty Tales from the Afterlives&#8221; by David Eagleman</title>
		<link>http://qslack.com/2011/05/reading-sum-forty-tales-from-the-afterlives-by-david-eagleman/</link>
		<comments>http://qslack.com/2011/05/reading-sum-forty-tales-from-the-afterlives-by-david-eagleman/#comments</comments>
		<pubDate>Mon, 30 May 2011 03:32:23 +0000</pubDate>
		<dc:creator>Quinn Slack</dc:creator>
				<category><![CDATA[Reading]]></category>

		<guid isPermaLink="false">http://qslack.com/?p=99</guid>
		<description><![CDATA[Just started reading Sum: Forty Tales from the Afterlives by David Eagleman. I heard about the book from an interesting New Yorker profile of him. I&#8217;ll update this post when (or if) I finish reading the book. Update (May 31): Just finished reading it. Very thought-provoking. My favorite was the one where people wait in [...]]]></description>
				<content:encoded><![CDATA[<p>Just started reading <cite><a href="http://www.amazon.com/Sum-Forty-Tales-Afterlives-ebook/dp/B001TKA0VO/ref=tmm_kin_title_0?ie=UTF8&#038;m=AG56TWVU5XWC2">Sum: Forty Tales from the Afterlives</a></cite> by David Eagleman. I heard about the book from <a href="http://www.newyorker.com/reporting/2011/04/25/110425fa_fact_bilger">an interesting <cite>New Yorker</cite> profile</a> of him. </p>
<p>I&#8217;ll update this post when (or if) I finish reading the book.</p>
<p><strong>Update (May 31):</strong> Just finished reading it. Very thought-provoking. My favorite was the one where people wait in the afterlife until the last utterance of their name.</p>
]]></content:encoded>
			<wfw:commentRss>http://qslack.com/2011/05/reading-sum-forty-tales-from-the-afterlives-by-david-eagleman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
