<?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>Brett Hutley&#039;s Blog</title>
	<atom:link href="http://bretthutley.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bretthutley.com</link>
	<description>Home on the Digital Range</description>
	<lastBuildDate>Mon, 23 Jan 2012 21:21:43 +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>Hacking the EZ430 Chronos Watch on the Mac</title>
		<link>http://bretthutley.com/2012/01/23/hacking-the-ez430-chronos-watch-on-the-mac/</link>
		<comments>http://bretthutley.com/2012/01/23/hacking-the-ez430-chronos-watch-on-the-mac/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 21:15:08 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Chronos EZ430]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Mac OS/X]]></category>
		<category><![CDATA[Programmable Watch]]></category>
		<category><![CDATA[Texas Instruments]]></category>
		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">https://bretthutley.com/?p=438</guid>
		<description><![CDATA[Today my TI EZ430 Chronos Watch arrived, and I spent a little bit of time hacking it on my MacBook Air. It turns out that even though the documentation seems to require either a Windows machine or a Linux box, you can communicate with the watch from the Mac by modifying the serial port information [...]


Related posts:<ol><li><a href='http://bretthutley.com/2011/02/08/evernote-to-dropbox/' rel='bookmark' title='Evernote to Dropbox'>Evernote to Dropbox</a></li>
<li><a href='http://bretthutley.com/2011/02/25/ledger-to-ofx/' rel='bookmark' title='Ledger to OFX'>Ledger to OFX</a></li>
<li><a href='http://bretthutley.com/linux-on-my-17-g4-powerbook/' rel='bookmark' title='Linux on my 17&#8243; G4 PowerBook'>Linux on my 17&#8243; G4 PowerBook</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today my <a href="http://processors.wiki.ti.com/index.php/EZ430-Chronos">TI EZ430 Chronos Watch</a> arrived, and I spent a little bit of time hacking it on my MacBook Air. It turns out that even though the documentation seems to require either a Windows machine or a Linux box, you can communicate with the watch from the Mac by modifying the serial port information in the TCL source. I learnt this from a Google Groups post, and I've copied <a href="https://github.com/bhutley/Chronos-Control-Center">the modified TCL source onto my Github account</a>.</p>
<p><span id="more-438"></span></p>
<p>I then tried compiling the OpenChronos source code to build some custom firmware. In order to build the firmware, I had to install the following Mac Ports:</p>
<ol>
<li>sudo port install msp430-gcc</li>
<li>sudo port install msp430-binutils (actually is probably installed with msp430-gcc)</li>
<li>sudo port install msp430-gdb</li>
<li>sudo port install msp430-libc</li>
</ol>
<p>I then did a <code>msp430-gcc -print-search-dirs</code> to find out where msp430-gcc include files were. For me they install to the /opt/local/msp430/include/ directory. Following the Readme for OpenChronos, I did a <code>sudo cp gcc/intrinsics.h /opt/local/msp430/include/</code>.</p>
<p>When I tried compiling OpenChronos, the build failed with lots of warnings and quite a few errors. This is because OpenChronos was  built using the older msp430-gcc4 project. I fixed the compiler warnings/errors and built an image. I copied the generated build/eZChronos.txt file over to my Chronos-Control-Center directory, and uploaded the image to my watch. Everything seemed to work OK, and the watch is currently running my newly compiled custom firmware!</p>
<p>My <a href="https://github.com/bhutley/Chronos-Control-Center">modified OpenChronos source is available from GitHub</a>.</p>


<p>Related posts:<ol><li><a href='http://bretthutley.com/2011/02/08/evernote-to-dropbox/' rel='bookmark' title='Evernote to Dropbox'>Evernote to Dropbox</a></li>
<li><a href='http://bretthutley.com/2011/02/25/ledger-to-ofx/' rel='bookmark' title='Ledger to OFX'>Ledger to OFX</a></li>
<li><a href='http://bretthutley.com/linux-on-my-17-g4-powerbook/' rel='bookmark' title='Linux on my 17&#8243; G4 PowerBook'>Linux on my 17&#8243; G4 PowerBook</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bretthutley.com/2012/01/23/hacking-the-ez430-chronos-watch-on-the-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top TV Series on IMDB as of 2011</title>
		<link>http://bretthutley.com/2011/12/24/top-tv-series-on-imdb-as-of-2011/</link>
		<comments>http://bretthutley.com/2011/12/24/top-tv-series-on-imdb-as-of-2011/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 14:33:52 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[imdb]]></category>
		<category><![CDATA[tv series]]></category>
		<category><![CDATA[tv shows]]></category>
		<category><![CDATA[Urban Living]]></category>

		<guid isPermaLink="false">https://bretthutley.com/?p=432</guid>
		<description><![CDATA[Here is a list of the top 100 TV series on IMDB as of today. I have ordered them based on year produced, and then sorted them within each year based on 60% IMDB score and 40% the number of people who voted for each title. I am personally more interested in the newer stuff [...]


Related posts:<ol><li><a href='http://bretthutley.com/2009/11/09/buying-in-london/' rel='bookmark' title='Buying in London'>Buying in London</a></li>
<li><a href='http://bretthutley.com/2011/11/08/worlds-best-bars-2011/' rel='bookmark' title='World&#8217;s Best Bars 2011'>World&#8217;s Best Bars 2011</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here is a list of the top 100 TV series on <a href="http://www.imdb.com/">IMDB</a> as of today. I have ordered them based on year produced, and then sorted them within each year based on 60% IMDB score and 40% the number of people who voted for each title. I am personally more interested in the newer stuff that is being produced that people are liking, so this was my query to data-mine the results.</p>
<p><span id="more-432"></span></p>
<table>
<tr>
<td><b>YEAR</b></td>
<td><b>Position</b></td>
<td><b>Title</b></td>
<td><b>IMDB Score</b></td>
<td><b>Num Voted</b></td>
<td><b>My Score</b></td>
</tr>
<tr>
<td><b><i>2011</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>4</td>
<td><a href='http://www.imdb.com/title/tt0944947/'>Game of Thrones</a></td>
<td>9.4</td>
<td>70997.0</td>
<td>1.000</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>52</td>
<td><a href='http://www.imdb.com/title/tt1632701/'>Suits</a></td>
<td>8.9</td>
<td>11479.0</td>
<td>0.633</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>87</td>
<td><a href='http://www.imdb.com/title/tt1796960/'>Homeland</a></td>
<td>8.7</td>
<td>8219.0</td>
<td>0.602</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>2010</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>85</td>
<td><a href='http://www.imdb.com/title/tt1520211/'>The Walking Dead</a></td>
<td>8.7</td>
<td>77626.0</td>
<td>0.980</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>80</td>
<td><a href='http://www.imdb.com/title/tt1442449/'>Spartacus: Blood and Sand</a></td>
<td>8.7</td>
<td>41756.0</td>
<td>0.795</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>60</td>
<td><a href='http://www.imdb.com/title/tt0979432/'>Boardwalk Empire</a></td>
<td>8.8</td>
<td>25115.0</td>
<td>0.716</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>41</td>
<td><a href='http://www.imdb.com/title/tt1475582/'>Sherlock</a></td>
<td>8.9</td>
<td>22204.0</td>
<td>0.708</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>34</td>
<td><a href='http://www.imdb.com/title/tt1606375/'>Downton Abbey</a></td>
<td>9.0</td>
<td>7787.0</td>
<td>0.640</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>61</td>
<td><a href='http://www.imdb.com/title/tt1492966/'>Louie</a></td>
<td>8.8</td>
<td>7771.0</td>
<td>0.627</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>66</td>
<td><a href='http://www.imdb.com/title/tt1489428/'>Justified</a></td>
<td>8.8</td>
<td>7684.0</td>
<td>0.626</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>2009</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>45</td>
<td><a href='http://www.imdb.com/title/tt1442437/'>Modern Family</a></td>
<td>8.9</td>
<td>44416.0</td>
<td>0.993</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>51</td>
<td><a href='http://www.imdb.com/title/tt1439629/'>Community</a></td>
<td>8.9</td>
<td>30432.0</td>
<td>0.867</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>49</td>
<td><a href='http://www.imdb.com/title/tt1548850/'>Misfits</a></td>
<td>8.9</td>
<td>18300.0</td>
<td>0.758</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>39</td>
<td><a href='http://www.imdb.com/title/tt1486217/'>Archer</a></td>
<td>9.0</td>
<td>10196.0</td>
<td>0.692</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>89</td>
<td><a href='http://www.imdb.com/title/tt1266020/'>Parks and Recreation</a></td>
<td>8.7</td>
<td>10349.0</td>
<td>0.673</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>2008</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>6</td>
<td><a href='http://www.imdb.com/title/tt0903747/'>Breaking Bad</a></td>
<td>9.4</td>
<td>48023.0</td>
<td>1.000</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>84</td>
<td><a href='http://www.imdb.com/title/tt1124373/'>Sons of Anarchy</a></td>
<td>8.7</td>
<td>17011.0</td>
<td>0.697</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>73</td>
<td><a href='http://www.imdb.com/title/tt1220617/'>The Inbetweeners</a></td>
<td>8.8</td>
<td>11321.0</td>
<td>0.656</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>2007</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>96</td>
<td><a href='http://www.imdb.com/title/tt0898266/'>The Big Bang Theory</a></td>
<td>8.6</td>
<td>63903.0</td>
<td>0.980</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>50</td>
<td><a href='http://www.imdb.com/title/tt0804503/'>Mad Men</a></td>
<td>8.9</td>
<td>36275.0</td>
<td>0.827</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>2006</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>17</td>
<td><a href='http://www.imdb.com/title/tt0773262/'>Dexter</a></td>
<td>9.2</td>
<td>65909.0</td>
<td>0.969</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>1</td>
<td><a href='http://www.imdb.com/title/tt0795176/'>Planet Earth</a></td>
<td>9.7</td>
<td>22367.0</td>
<td>0.736</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>81</td>
<td><a href='http://www.imdb.com/title/tt0487831/'>The IT Crowd</a></td>
<td>8.7</td>
<td>21974.0</td>
<td>0.672</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>32</td>
<td><a href='http://www.imdb.com/title/tt0877057/'>Death Note</a></td>
<td>9.1</td>
<td>11053.0</td>
<td>0.630</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>94</td>
<td><a href='http://www.imdb.com/title/tt0478942/'>Life on Mars</a></td>
<td>8.7</td>
<td>10301.0</td>
<td>0.601</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>2005</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>98</td>
<td><a href='http://www.imdb.com/title/tt0455275/'>Prison Break</a></td>
<td>8.6</td>
<td>99605.0</td>
<td>0.961</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>27</td>
<td><a href='http://www.imdb.com/title/tt0386676/'>The Office</a></td>
<td>9.1</td>
<td>74438.0</td>
<td>0.892</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>92</td>
<td><a href='http://www.imdb.com/title/tt0460649/'>How I Met Your Mother</a></td>
<td>8.7</td>
<td>65287.0</td>
<td>0.830</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>13</td>
<td><a href='http://www.imdb.com/title/tt0472954/'>It's Always Sunny in Philadelphia</a></td>
<td>9.2</td>
<td>41311.0</td>
<td>0.766</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>97</td>
<td><a href='http://www.imdb.com/title/tt0460681/'>Supernatural</a></td>
<td>8.6</td>
<td>41030.0</td>
<td>0.726</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>29</td>
<td><a href='http://www.imdb.com/title/tt0384766/'>Rome</a></td>
<td>9.1</td>
<td>29980.0</td>
<td>0.714</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>25</td>
<td><a href='http://www.imdb.com/title/tt0417299/'>Avatar: The Last Airbender</a></td>
<td>9.1</td>
<td>24380.0</td>
<td>0.691</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>77</td>
<td><a href='http://www.imdb.com/title/tt0436992/'>Doctor Who</a></td>
<td>8.8</td>
<td>27521.0</td>
<td>0.684</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>71</td>
<td><a href='http://www.imdb.com/title/tt0445114/'>Extras</a></td>
<td>8.8</td>
<td>15167.0</td>
<td>0.635</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>55</td>
<td><a href='http://www.imdb.com/title/tt0458254/'>The Colbert Report</a></td>
<td>8.9</td>
<td>9971.0</td>
<td>0.620</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>2004</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>54</td>
<td><a href='http://www.imdb.com/title/tt0387199/'>Entourage</a></td>
<td>8.9</td>
<td>59609.0</td>
<td>0.987</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>44</td>
<td><a href='http://www.imdb.com/title/tt0407362/'>Battlestar Galactica</a></td>
<td>8.9</td>
<td>47642.0</td>
<td>0.907</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>83</td>
<td><a href='http://www.imdb.com/title/tt0412142/'>House</a></td>
<td>8.7</td>
<td>43717.0</td>
<td>0.867</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>31</td>
<td><a href='http://www.imdb.com/title/tt0348914/'>Deadwood</a></td>
<td>9.1</td>
<td>21070.0</td>
<td>0.741</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>59</td>
<td><a href='http://www.imdb.com/title/tt0423731/'>Samurai Champloo</a></td>
<td>8.8</td>
<td>5307.0</td>
<td>0.616</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>88</td>
<td><a href='http://www.imdb.com/title/tt0361256/'>Wonderfalls</a></td>
<td>8.7</td>
<td>5552.0</td>
<td>0.611</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>2003</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>3</td>
<td><a href='http://www.imdb.com/title/tt0367279/'>Arrested Development</a></td>
<td>9.5</td>
<td>70081.0</td>
<td>1.000</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>76</td>
<td><a href='http://www.imdb.com/title/tt0383126/'>MythBusters</a></td>
<td>8.8</td>
<td>14869.0</td>
<td>0.641</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>26</td>
<td><a href='http://www.imdb.com/title/tt0387764/'>Peep Show</a></td>
<td>9.1</td>
<td>10424.0</td>
<td>0.634</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>64</td>
<td><a href='http://www.imdb.com/title/tt0319969/'>Carnivàle</a></td>
<td>8.8</td>
<td>13718.0</td>
<td>0.634</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>48</td>
<td><a href='http://www.imdb.com/title/tt0353049/'>Chappelle's Show</a></td>
<td>8.9</td>
<td>11224.0</td>
<td>0.626</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>22</td>
<td><a href='http://www.imdb.com/title/tt0417373/'>The Venture Bros.</a></td>
<td>9.1</td>
<td>8196.0</td>
<td>0.622</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>43</td>
<td><a href='http://www.imdb.com/title/tt0421357/'>Fullmetal Alchemist</a></td>
<td>8.9</td>
<td>8914.0</td>
<td>0.613</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>2002</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>8</td>
<td><a href='http://www.imdb.com/title/tt0303461/'>Firefly</a></td>
<td>9.3</td>
<td>57261.0</td>
<td>0.981</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>2</td>
<td><a href='http://www.imdb.com/title/tt0306414/'>The Wire</a></td>
<td>9.6</td>
<td>47275.0</td>
<td>0.930</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>20</td>
<td><a href='http://www.imdb.com/title/tt1628033/'>Top Gear</a></td>
<td>9.1</td>
<td>9382.0</td>
<td>0.634</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>78</td>
<td><a href='http://www.imdb.com/title/tt0286486/'>The Shield</a></td>
<td>8.8</td>
<td>10474.0</td>
<td>0.623</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>2001</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>65</td>
<td><a href='http://www.imdb.com/title/tt0285403/'>Scrubs</a></td>
<td>8.8</td>
<td>80462.0</td>
<td>0.980</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>100</td>
<td><a href='http://www.imdb.com/title/tt0285331/'>24</a></td>
<td>8.6</td>
<td>57114.0</td>
<td>0.851</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>33</td>
<td><a href='http://www.imdb.com/title/tt0248654/'>Six Feet Under</a></td>
<td>9.1</td>
<td>31510.0</td>
<td>0.757</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>36</td>
<td><a href='http://www.imdb.com/title/tt0290978/'>The Office</a></td>
<td>9.0</td>
<td>23915.0</td>
<td>0.712</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>70</td>
<td><a href='http://www.imdb.com/title/tt0290988/'>Trailer Park Boys</a></td>
<td>8.8</td>
<td>7586.0</td>
<td>0.618</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>67</td>
<td><a href='http://www.imdb.com/title/tt0235923/'>Invader ZIM</a></td>
<td>8.8</td>
<td>5874.0</td>
<td>0.609</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>75</td>
<td><a href='http://www.imdb.com/title/tt0278238/'>Samurai Jack</a></td>
<td>8.8</td>
<td>5199.0</td>
<td>0.606</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>93</td>
<td><a href='http://www.imdb.com/title/tt0275137/'>Justice League</a></td>
<td>8.7</td>
<td>5451.0</td>
<td>0.601</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>2000</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>42</td>
<td><a href='http://www.imdb.com/title/tt0237123/'>Coupling</a></td>
<td>8.9</td>
<td>13806.0</td>
<td>1.000</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>57</td>
<td><a href='http://www.imdb.com/title/tt0262150/'>Black Books</a></td>
<td>8.9</td>
<td>11619.0</td>
<td>0.937</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>99</td>
<td><a href='http://www.imdb.com/title/tt0264235/'>Curb Your Enthusiasm</a></td>
<td>8.6</td>
<td>10010.0</td>
<td>0.870</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>1999</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>7</td>
<td><a href='http://www.imdb.com/title/tt0141842/'>The Sopranos</a></td>
<td>9.4</td>
<td>51868.0</td>
<td>1.000</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>38</td>
<td><a href='http://www.imdb.com/title/tt0149460/'>Futurama</a></td>
<td>9.0</td>
<td>45720.0</td>
<td>0.927</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>9</td>
<td><a href='http://www.imdb.com/title/tt0193676/'>Freaks and Geeks</a></td>
<td>9.3</td>
<td>26987.0</td>
<td>0.802</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>21</td>
<td><a href='http://www.imdb.com/title/tt0187664/'>Spaced</a></td>
<td>9.1</td>
<td>15268.0</td>
<td>0.699</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>72</td>
<td><a href='http://www.imdb.com/title/tt0200276/'>The West Wing</a></td>
<td>8.8</td>
<td>14585.0</td>
<td>0.674</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>58</td>
<td><a href='http://www.imdb.com/title/tt0388629/'>One Piece</a></td>
<td>8.9</td>
<td>5110.0</td>
<td>0.607</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>1998</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>14</td>
<td><a href='http://www.imdb.com/title/tt0213338/'>Cowboy Bebop</a></td>
<td>9.2</td>
<td>12689.0</td>
<td>1.000</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>53</td>
<td><a href='http://www.imdb.com/title/tt0163507/'>Whose Line Is It Anyway?</a></td>
<td>8.9</td>
<td>9499.0</td>
<td>0.880</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>1997</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>24</td>
<td><a href='http://www.imdb.com/title/tt0121955/'>South Park</a></td>
<td>9.1</td>
<td>75444.0</td>
<td>1.000</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>23</td>
<td><a href='http://www.imdb.com/title/tt0118421/'>Oz</a></td>
<td>9.1</td>
<td>20076.0</td>
<td>0.706</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>1995</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>56</td>
<td><a href='http://www.imdb.com/title/tt0112159/'>Neon Genesis Evangelion</a></td>
<td>8.9</td>
<td>7921.0</td>
<td>1.000</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>40</td>
<td><a href='http://www.imdb.com/title/tt0111958/'>Father Ted</a></td>
<td>8.9</td>
<td>7269.0</td>
<td>0.967</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>1994</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>47</td>
<td><a href='http://www.imdb.com/title/tt0108778/'>Friends</a></td>
<td>8.9</td>
<td>115363.0</td>
<td>1.000</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>86</td>
<td><a href='http://www.imdb.com/title/tt0108872/'>My So-Called Life</a></td>
<td>8.7</td>
<td>5814.0</td>
<td>0.607</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>1993</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>46</td>
<td><a href='http://www.imdb.com/title/tt0106179/'>The X Files</a></td>
<td>8.9</td>
<td>42713.0</td>
<td>1.000</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>95</td>
<td><a href='http://www.imdb.com/title/tt0106115/'>Rocko's Modern Life</a></td>
<td>8.7</td>
<td>5073.0</td>
<td>0.634</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>1992</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>30</td>
<td><a href='http://www.imdb.com/title/tt0103359/'>Batman</a></td>
<td>9.1</td>
<td>12874.0</td>
<td>1.000</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>79</td>
<td><a href='http://www.imdb.com/title/tt0103584/'>X-Men</a></td>
<td>8.8</td>
<td>5950.0</td>
<td>0.765</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>1990</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>15</td>
<td><a href='http://www.imdb.com/title/tt0098904/'>Seinfeld</a></td>
<td>9.2</td>
<td>58516.0</td>
<td>1.000</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>12</td>
<td><a href='http://www.imdb.com/title/tt0098936/'>Twin Peaks</a></td>
<td>9.2</td>
<td>32502.0</td>
<td>0.822</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>90</td>
<td><a href='http://www.imdb.com/title/tt0096657/'>Mr. Bean</a></td>
<td>8.7</td>
<td>15576.0</td>
<td>0.674</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>1989</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>63</td>
<td><a href='http://www.imdb.com/title/tt0096697/'>The Simpsons</a></td>
<td>8.8</td>
<td>29328.0</td>
<td>0.980</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>68</td>
<td><a href='http://www.imdb.com/title/tt0214341/'>Dragon Ball Z</a></td>
<td>8.8</td>
<td>15898.0</td>
<td>0.797</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>28</td>
<td><a href='http://www.imdb.com/title/tt0096548/'>Blackadder Goes Forth</a></td>
<td>9.1</td>
<td>7848.0</td>
<td>0.707</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>69</td>
<td><a href='http://www.imdb.com/title/tt0094525/'>Agatha Christie: Poirot</a></td>
<td>8.8</td>
<td>5395.0</td>
<td>0.654</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>1988</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>74</td>
<td><a href='http://www.imdb.com/title/tt0094535/'>Red Dwarf</a></td>
<td>8.8</td>
<td>8752.0</td>
<td>0.974</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>18</td>
<td><a href='http://www.imdb.com/title/tt0094517/'>Mystery Science Theatre 3000</a></td>
<td>9.2</td>
<td>7612.0</td>
<td>0.948</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>1987</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>91</td>
<td><a href='http://www.imdb.com/title/tt0092455/'>Star Trek: The Next Generation</a></td>
<td>8.7</td>
<td>20470.0</td>
<td>0.980</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>37</td>
<td><a href='http://www.imdb.com/title/tt0092324/'>Black Adder the Third</a></td>
<td>9.0</td>
<td>6451.0</td>
<td>0.726</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>1986</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>35</td>
<td><a href='http://www.imdb.com/title/tt0088484/'>Black-Adder II</a></td>
<td>9.0</td>
<td>6786.0</td>
<td>1.000</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>82</td>
<td><a href='http://www.imdb.com/title/tt0280249/'>Dragon Ball</a></td>
<td>8.7</td>
<td>5552.0</td>
<td>0.907</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>1981</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>11</td>
<td><a href='http://www.imdb.com/title/tt0081912/'>Only Fools and Horses....</a></td>
<td>9.2</td>
<td>7427.0</td>
<td>1.000</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>1978</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>16</td>
<td><a href='http://www.imdb.com/title/tt0163503/'>Top Gear</a></td>
<td>9.2</td>
<td>12379.0</td>
<td>1.000</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>1975</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>19</td>
<td><a href='http://www.imdb.com/title/tt0072500/'>Fawlty Towers</a></td>
<td>9.1</td>
<td>15377.0</td>
<td>1.000</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>1969</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>10</td>
<td><a href='http://www.imdb.com/title/tt0063929/'>Monty Python's Flying Circus</a></td>
<td>9.3</td>
<td>12108.0</td>
<td>1.000</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>1965</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>62</td>
<td><a href='http://www.imdb.com/title/tt0274294/'>Tom and Jerry</a></td>
<td>8.8</td>
<td>10263.0</td>
<td>1.000</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><b><i>1959</i></b></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>5</td>
<td><a href='http://www.imdb.com/title/tt0052520/'>The Twilight Zone</a></td>
<td>9.4</td>
<td>11946.0</td>
<td>1.000</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>


<p>Related posts:<ol><li><a href='http://bretthutley.com/2009/11/09/buying-in-london/' rel='bookmark' title='Buying in London'>Buying in London</a></li>
<li><a href='http://bretthutley.com/2011/11/08/worlds-best-bars-2011/' rel='bookmark' title='World&#8217;s Best Bars 2011'>World&#8217;s Best Bars 2011</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bretthutley.com/2011/12/24/top-tv-series-on-imdb-as-of-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Immersion Blending Wine</title>
		<link>http://bretthutley.com/2011/12/19/immersion-blending-wine/</link>
		<comments>http://bretthutley.com/2011/12/19/immersion-blending-wine/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 10:36:17 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Useful]]></category>
		<category><![CDATA[blender]]></category>
		<category><![CDATA[lifestyle]]></category>
		<category><![CDATA[Urban Living]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">https://bretthutley.com/?p=422</guid>
		<description><![CDATA[Tim Ferris (of the The 4-Hour Work Week fame), has got a post out on "Hyper-decanting" wine to "age" it very quickly. Essentially the trick is to use a stab-blender for 20 seconds to aerate the wine very quickly. It's definitely something I'll run a double-blind test on over Christmas! No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Tim Ferris (of the <a href="http://www.amazon.co.uk/gp/product/0091929113/ref=as_li_ss_tl?ie=UTF8&tag=quan-21&linkCode=as2&camp=1634&creative=19450&creativeASIN=0091929113">The 4-Hour Work Week</a><img src="http://www.assoc-amazon.co.uk/e/ir?t=quan-21&l=as2&o=2&a=0091929113" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> fame), has got a post out on <a href="http://www.fourhourworkweek.com/blog/2011/12/18/hyperdecanting-wine/">"Hyper-decanting" wine</a> to "age" it very quickly.</p>
<p><span id="more-422"></span></p>
<p>Essentially the trick is to use a stab-blender for 20 seconds to aerate the wine very quickly. It's definitely something I'll run a double-blind test on over Christmas!</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/ubgiBZpyxrA" frameborder="0" allowfullscreen></iframe></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://bretthutley.com/2011/12/19/immersion-blending-wine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developers as Capital</title>
		<link>http://bretthutley.com/2011/12/06/developers-as-capital/</link>
		<comments>http://bretthutley.com/2011/12/06/developers-as-capital/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 14:43:01 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Economics]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[Crunch Time]]></category>
		<category><![CDATA[global inequity]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">https://bretthutley.com/?p=414</guid>
		<description><![CDATA[I've just been reading this Forbes article called "The Rise of Developeronomics". The author argues that because increasingly software is the core value proposition that differentiates companies from each other, that software developers are more and more becoming the wealth creators in society. The author recommends investing in software developers as a way of leveraging [...]


Related posts:<ol><li><a href='http://bretthutley.com/2011/11/06/race-against-the-machine/' rel='bookmark' title='Race Against The Machine'>Race Against The Machine</a></li>
<li><a href='http://bretthutley.com/2011/11/04/written-by-robot/' rel='bookmark' title='Written by Robot'>Written by Robot</a></li>
<li><a href='http://bretthutley.com/2011/11/07/were-the-luddites-right/' rel='bookmark' title='Were the Luddites Right?'>Were the Luddites Right?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I've just been reading this Forbes article called <a href="http://www.forbes.com/sites/venkateshrao/2011/12/05/the-rise-of-developeronomics/">"The Rise of Developeronomics"</a>. The author argues that because increasingly software is the core value proposition that differentiates companies from each other, that software developers are more and more becoming the wealth creators in society. The author recommends investing in software developers as a way of leveraging your own capital. This article builds on an earlier article by David Kirpatick called <a href="http://www.forbes.com/sites/techonomy/2011/11/30/now-every-company-is-a-software-company/">"Now Every Company is a Software Company"</a>.</p>
<p><span id="more-414"></span></p>
<p>The article is making the point that programmers are becoming a core economic factor for successful companies, so much so that large companies are buying smaller companies purely for their programming teams. He points out that companies such as Google nurture young programming talent as a strategic investment.</p>
<p>Of course the message is hugely appealing to me as a software developer. My own opinion is that technology is exponentially increasing the potential "value space" for possible investment. For example, consider the introduction of Facebook. With that particular advance in social networking, it opened up all sorts of opportunities for individuals and companies to promote themselves and establish new kinds of dialogues with their clients. With this advance, a large number of opportunities were created, which in turn leads to more specialised development that wasn't possible before the large-scale take up of social networking. Thereby creating a lot more potential work for a larger number of programmers.</p>
<p>If companies don't keep up with the introduction of new technologies, they run the risk of falling behind their competitors. Not only those competitors who are able to utilise technology to make their workers more productive, but also those competitors that make better use of social networks and internet search to gain new customers and retain older ones, and data modeling and analysis to determine new markets and optimise existing ones. It seems to me that not only are developers the creators of wealth, but we are currently living in a technological arms race.</p>


<p>Related posts:<ol><li><a href='http://bretthutley.com/2011/11/06/race-against-the-machine/' rel='bookmark' title='Race Against The Machine'>Race Against The Machine</a></li>
<li><a href='http://bretthutley.com/2011/11/04/written-by-robot/' rel='bookmark' title='Written by Robot'>Written by Robot</a></li>
<li><a href='http://bretthutley.com/2011/11/07/were-the-luddites-right/' rel='bookmark' title='Were the Luddites Right?'>Were the Luddites Right?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bretthutley.com/2011/12/06/developers-as-capital/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unique, Secure, Memorable Passwords</title>
		<link>http://bretthutley.com/2011/12/05/unique-secure-memorable-passwords/</link>
		<comments>http://bretthutley.com/2011/12/05/unique-secure-memorable-passwords/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 14:06:45 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Sys Admin]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Useful]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://bretthutley.com/?p=408</guid>
		<description><![CDATA[An easy way to generate a unique, memorable but secure password for each website or service you visit is to apply the following recipe: Start with a base word. This can be anything, but the weirder the better. This will stay consistent across your passwords. For the purposes of explaining this technique, the base word [...]


Related posts:<ol><li><a href='http://bretthutley.com/2011/11/04/written-by-robot/' rel='bookmark' title='Written by Robot'>Written by Robot</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>An easy way to generate a unique, memorable but secure password for each website or service you visit is to apply the following recipe:</p>
<p><span id="more-408"></span></p>
<ol>
<li>
<p>Start with a base word. This can be anything, but the weirder the better. This will stay consistent across your passwords. For the purposes of explaining this technique, the base word will be "Redux".</p>
</li>
<li>
<p>Next take the name of the website or service. Let's say we are creating a password for <a href="http://www.reddit.com/">Reddit</a>. Take a number of specific letters from the name. Let's say that we always take the first 2 letters from the site name. This gives us the letters 'R' and 'e'. If you want, instead of taking the first 2 letters you could take the first and last letter, or the first 3 letters. It doesn't matter. What matters is to always take the same number of characters from the same position of each website.</p>
</li>
<li>
<p>Next, use an <em>algorithm</em>. This algorithm will be unique to you, but is a way of mixing the letters you have extracted from the website into your base word. A simple algorithm might be to prepend the letters to your base word. Your password then becomes <em>"ReRedux"</em>. A slightly better algorithm would be to increment the letters by one character. This means that "Re" -&gt; "Sf". Then merge the resultant characters into the first and third positions of your base word. Your password for Reddit then becomes <em>"SRfedux"</em>.</p>
</li>
</ol>
<p>This combination of using a unique <em>base word</em>, that is consistent across all your passwords, but modifying it using an <em>algorithm</em> based on the website name will allow you to construct passwords that you can remember, but are different for each site you need to log in to.</p>
<p><b>EDIT:</b> OK, <a href="http://www.reddit.com/r/geek/comments/n13nj/unique_secure_memorable_passwords/">based on the Reddit comment thread</a> it turns out that I didn't properly explain the rationale for using a combination of the website name and some constant stream of characters is to try and create a unique password for each individual site. You want to have a unique password per site because a lot of sites store your password in plain-text. If one site gets cracked, you don't want the attackers to be able to compromise your identity on other sites you have an account on. Also, using a passphrase or the first letters of words in a passphrase as your <em>base word</em> is obviously more secure than using a dictionary word.</p>
<p><b>EDIT 2:</b> It seems people are worried about the entropy of the generated passwords. Obviously, they are not completely random, but to give you an idea on how secure they can appear, here are some passwords generated from the same base word and algorithm for different sites:</p>
<table>
<tr>
<td><b>Site</b></td>
<td><b>Password</b></td>
</tr>
<tr>
<td>reddit</td>
<td>u-gCv*9^x%</td>
</tr>
<tr>
<td>slashdot</td>
<td>8D%4sXaN05</td>
</tr>
<tr>
<td>hackernews</td>
<td>z-hRvL9&p%</td>
</tr>
</table>
<p>The algorithm that generated these passwords was fairly simple. A slightly more complex algorithm would generate different length passwords. The key takeaway is that if an attacker gets hold of the password for the reddit site, it is extremely unlikely that they will be able to reverse-engineer the passwords for the other sites.</p>


<p>Related posts:<ol><li><a href='http://bretthutley.com/2011/11/04/written-by-robot/' rel='bookmark' title='Written by Robot'>Written by Robot</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bretthutley.com/2011/12/05/unique-secure-memorable-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Negotiation</title>
		<link>http://bretthutley.com/2011/12/02/negotiation/</link>
		<comments>http://bretthutley.com/2011/12/02/negotiation/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 16:45:00 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Useful]]></category>
		<category><![CDATA[haggling]]></category>
		<category><![CDATA[lifestyle]]></category>
		<category><![CDATA[negotiating]]></category>
		<category><![CDATA[negotiation]]></category>
		<category><![CDATA[Urban Living]]></category>

		<guid isPermaLink="false">https://bretthutley.com/?p=404</guid>
		<description><![CDATA[I've been listening to Slate's Negotiation Podcasts, which I think are excellent. There are currently 7 episodes (although more are on their way), each about 10-15 minutes in length. Below are my notes summarising what I've learned: Before the negotiation Firstly, try and build information profile about your counter-party. You are interested in working out [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I've been listening to <a href="http://www.slate.com/articles/podcasts/negotiation.html">Slate's Negotiation Podcasts</a>, which I think are excellent. There are currently 7 episodes (although more are on their way), each about 10-15 minutes in length. Below are my notes summarising what I've learned:</p>
<p><span id="more-404"></span></p>
<h3>Before the negotiation</h3>
<p>Firstly, try and build information profile about your counter-party. You are interested in working out what their utility function (or value profile) is. You want to try and determine their "walk-away" number - the price at which they will walk away from the negotiation. You want to try and work out what alternatives they have to an agreement. What pressures do they have to getting an agreement?</p>
<p>Also, determine what your walk-away price is. What is the point at which you will walk away from the agreement? Try and come up with alternatives, this will help take the pressure off you during the negotiation. Work out what your utility profile is - what are your priorities? What points won't you compromise on?</p>
<h3>During the negotiation</h3>
<p>Firstly, <em>you</em> should set the initial price. This will help determine the expectation range that your counter-party has. The only time when you should allow the counter-party to determine the initial price is if they have a lot more information about what the item/service is worth than you do.</p>
<p>With your initial price, you take your estimation of the negotiating counter-party's walk-away price and offer slightly lower. Don't go too low. You want the counter-party to take your initial offer seriously.</p>
<p>Also, try and establish rapport before you begin the negotiation. You can reveal unimportant information about yourself to help the flow of information. Ask questions - try and determine what is important to them. Are there any pressures on them to get the deal done? Are there any time pressures involved? Do other people have any expectations on the results of the negotiations? </p>
<p>Sometimes some small things may give you an edge. Having the appearance of authority may help you during the negotiation. Helping to boost the attractiveness to the counter-party by making the object of the negotiation appear scarce. "Only one left, so you should get it now". Social proof - all these other people have also bought this item and been completely satisfied.</p>
<p>It's important during the negotiation to try and seek mutual benefit.</p>
<p>If someone is over-aggressive or too emotional during the negotiation, take a time-out. Don't mirror negativity. If the counter-party starts with with an insultingly low offer try a technique called "Re-Anchoring". The Re-anchoring technique involves making a counter-proposal, and then repeating it numerous times. You are trying to "anchor" your counter-proposal in their mind.</p>
<p>If you get stuck in a negotiation, try adding in embedded options. For example; if [some situation] happens, then you must do [this other thing].</p>
<h3>Closing the negotiation</h3>
<p>Create a solution "package". This is a complete solution - listing all the negotiating points and your proposal. Don't try and negotiate each point separately, seek agreement for a "package" of solutions.</p>
<p>Potentially try embedding options into the solution.</p>
<p>Also, once you have an agreement, think about shelving the agreement temporarily to try and "re-factor" it, i.e. to try get a better agreement. You can always come back to your original agreement if no better solution can be found.</p>
<p>Take your time during the negotiation.</p>
<p>Practice!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://bretthutley.com/2011/12/02/negotiation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IMAP4 and Python</title>
		<link>http://bretthutley.com/2011/11/30/imap4-and-python/</link>
		<comments>http://bretthutley.com/2011/11/30/imap4-and-python/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 13:46:59 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[IMAP4]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">https://bretthutley.com/?p=402</guid>
		<description><![CDATA[Python's IMAPv4 client library imaplib is a really light-weight wrapper over the IMAP4 protocol. As such, it isn't that intuitive to use. The best reference I've found on it is a cheat-sheet over here. Basic usage is to create a IMAP connection object, using the imaplib.IMAP4() or imaplib.IMAP4_SSL() functions. Login to the server. You then [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Python's IMAPv4 client library imaplib is a really light-weight wrapper over the IMAP4 protocol. As such, it isn't that intuitive to use. The best reference I've found on it is <a href="http://www.travelingfrontiers.com/projects/doku.php?id=imapv4_protocol">a cheat-sheet over here</a>.</p>
<p><span id="more-402"></span></p>
<p>Basic usage is to create a IMAP connection object, using the <code>imaplib.IMAP4()</code> or <code>imaplib.IMAP4_SSL()</code> functions. Login to the server. You then <code>select()</code> a mailbox and <code>search()</code> within it to retrieve messages. If the search was successful, it will return a tuple with the first element being "OK", and the second element is an array with the first item being a list of matching message identifiers. Each identifier can be passed to the <code>fetch()</code> command.</p>
<p>Search queries look like <code>'(FROM "person@server.com) (SUBJECT "Coolio")'</code>. You can also use <code>ALL</code>, <code>OR</code>, and <code>NOT</code> operators.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://bretthutley.com/2011/11/30/imap4-and-python/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Getting iTunes to recognise tracks as belonging to one Album</title>
		<link>http://bretthutley.com/2011/11/27/getting-itunes-to-recognise-tracks-as-belonging-to-one-album/</link>
		<comments>http://bretthutley.com/2011/11/27/getting-itunes-to-recognise-tracks-as-belonging-to-one-album/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 15:26:03 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Useful]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">https://bretthutley.com/?p=400</guid>
		<description><![CDATA[I have just been importing some music into iTunes from an external drive. Sometimes iTunes doesn't recognise songs as belonging to the same album, even if they have the same Album name. (Bad iTunes!) The solution is to select all the files in iTunes that belong to the same Album. Right-click and choose "Get Info" [...]


Related posts:<ol><li><a href='http://bretthutley.com/2008/02/08/great-quote/' rel='bookmark' title='Great Quote'>Great Quote</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have just been importing some music into iTunes from an external drive. Sometimes iTunes doesn't recognise songs as belonging to the same album, even if they have the same Album name.<br />
(Bad iTunes!)</p>
<p><span id="more-400"></span></p>
<p>The solution is to select all the files in iTunes that belong to the same Album. Right-click and choose "Get Info" from the menu (you may get a warning here that you are changing multiple items). You should see them as all having the same Album name. If they don't then edit the "Album" field with the name of the Album. Secondly, set the "Album Artist" field to be "Various Artists". If you click OK, you should now see the music in iTunes shown as being part of the same Album.</p>
<p>I quite often then go to the "Options" tab, and set the option "Part of a Compilation" to be "Yes", and because a lot of my music tends to be electronica and dance music, I also set "Gapless Album" to be "Yes".</p>


<p>Related posts:<ol><li><a href='http://bretthutley.com/2008/02/08/great-quote/' rel='bookmark' title='Great Quote'>Great Quote</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bretthutley.com/2011/11/27/getting-itunes-to-recognise-tracks-as-belonging-to-one-album/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bio-Monitoring and the Jawbone UP</title>
		<link>http://bretthutley.com/2011/11/24/bio-monitoring-and-the-jawbone-up/</link>
		<comments>http://bretthutley.com/2011/11/24/bio-monitoring-and-the-jawbone-up/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 14:06:56 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[lifestyle]]></category>
		<category><![CDATA[Urban Living]]></category>

		<guid isPermaLink="false">https://bretthutley.com/?p=396</guid>
		<description><![CDATA[I just picked up my Jawbone UP from the Post Office last night, so thought I'd post my first impressions. Firstly, the wristband is pretty awesome. Mine is black and is made out of a rubbery plastic that feels really comfortable. The wristband itself is supposed to be water resistant so you can wear it [...]


Related posts:<ol><li><a href='http://bretthutley.com/2011/11/04/written-by-robot/' rel='bookmark' title='Written by Robot'>Written by Robot</a></li>
<li><a href='http://bretthutley.com/2011/11/05/blogging-process/' rel='bookmark' title='Blogging Process'>Blogging Process</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I just picked up my <a href="http://jawbone.com/up">Jawbone UP</a> from the Post Office last night, so thought I'd post my first impressions.</p>
<p><span id="more-396"></span></p>
<p>Firstly, the wristband is pretty awesome. Mine is black and is made out of a rubbery plastic that feels really comfortable. The wristband itself is supposed to be water resistant so you can wear it in the shower. At one end of the wristband is a metal cap which, when removed, reveals a mini-jack plug for plugging the band into your iPhone. The other end is a button, that switches the band into measuring different types of activities - exercise, walking and sleeping.</p>
<p>To get your activity data with your iPhone, you need to plug it into the audio socket of the phone and press the button to sync. So far this hasn't been too onerous, but I can imagine it being a little bit of a pain eventually. The iPhone app allows you to track your time spent exercising, your movements and sleep patterns. You can get it to vibrate if you have been inactive for too long, or to wake you up in the morning.</p>
<p>Overall, I'm really excited about this technology. It's had <a href="http://www.fastcodesign.com/1665491/the-jawbone-up-fails-but-teaches-3-golden-rules-for-experience-design">a bit of a negative review here</a>, but I think the Jawbone UP is going to be great to play with!</p>
<p><a href="http://bretthutley.com/wp-content/uploads/2011/11/20111124-142119.jpg"><img src="http://bretthutley.com/wp-content/uploads/2011/11/20111124-142119.jpg" alt="20111124-142119.jpg" class="alignnone size-full" /></a></p>


<p>Related posts:<ol><li><a href='http://bretthutley.com/2011/11/04/written-by-robot/' rel='bookmark' title='Written by Robot'>Written by Robot</a></li>
<li><a href='http://bretthutley.com/2011/11/05/blogging-process/' rel='bookmark' title='Blogging Process'>Blogging Process</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bretthutley.com/2011/11/24/bio-monitoring-and-the-jawbone-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emacs and Kanban</title>
		<link>http://bretthutley.com/2011/11/21/emacs-and-kanban/</link>
		<comments>http://bretthutley.com/2011/11/21/emacs-and-kanban/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 12:54:43 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Emacs]]></category>
		<category><![CDATA[kanban]]></category>
		<category><![CDATA[org-mode]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">https://bretthutley.com/?p=394</guid>
		<description><![CDATA[Bryan Morris has a post about how he has set up Emacs using org-mode to implement a Kanban board. He uses table mode within org-mode, and hyper-linking to link items within the table, to actual org-mode tasks. To me, this setup seems a little clunky, so I thought I'd describe my current system. To me, [...]


Related posts:<ol><li><a href='http://bretthutley.com/2011/05/30/micro-boxing-for-productivity-3/' rel='bookmark' title='Micro-boxing for productivity'>Micro-boxing for productivity</a></li>
<li><a href='http://bretthutley.com/programming/emacs/integrating-emacs-and-xcode/' rel='bookmark' title='Integrating Emacs and XCode'>Integrating Emacs and XCode</a></li>
<li><a href='http://bretthutley.com/2009/11/17/emacs-and-rails/' rel='bookmark' title='Emacs and Ruby on Rails'>Emacs and Ruby on Rails</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.agilesoc.com/2011/08/08/emacs-org-mode-kanban-pomodoro-oh-my/">Bryan Morris has a post</a> about how he has set up Emacs using <a href="http://orgmode.org/">org-mode</a> to implement a Kanban board. He uses table mode within org-mode, and  hyper-linking to link items within the table, to actual org-mode tasks. To me, this setup seems a little clunky, so I thought I'd describe my current system.</p>
<p><span id="more-394"></span></p>
<p>To me, the central point of Kanban is to keep the Work-in-Progress queue small to optimize your state of flow. I have a "backlog.org" org-mode file in which I keep track of all my tasks, large or small. Any new tasks go in here.</p>
<p>I have a keystroke set up in Emacs that will open my to-do file for the day. All to-do files live in a common directory, are named "YYYYMMDD.todo", and are opened in org-mode. From my backlog file, I transfer a small number of items to my daily to-do file (usually 2 or 3). I then concentrate on these items until they are complete. Only when they are all marked as DONE, CANCELLED or WAITING do I move another couple of items to the daily to-do list.</p>
<p>I also try and time-box throughout the day as rigorously as I can. To do this, I use the <a href="http://www.dueapp.com/">Due app</a> on my iPhone. This system has been working really well for me.</p>


<p>Related posts:<ol><li><a href='http://bretthutley.com/2011/05/30/micro-boxing-for-productivity-3/' rel='bookmark' title='Micro-boxing for productivity'>Micro-boxing for productivity</a></li>
<li><a href='http://bretthutley.com/programming/emacs/integrating-emacs-and-xcode/' rel='bookmark' title='Integrating Emacs and XCode'>Integrating Emacs and XCode</a></li>
<li><a href='http://bretthutley.com/2009/11/17/emacs-and-rails/' rel='bookmark' title='Emacs and Ruby on Rails'>Emacs and Ruby on Rails</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bretthutley.com/2011/11/21/emacs-and-kanban/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

