<?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 &#187; technology</title>
	<atom:link href="http://bretthutley.com/category/technology/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>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>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>Rewiring the Brain</title>
		<link>http://bretthutley.com/2011/11/14/rewiring-the-brain/</link>
		<comments>http://bretthutley.com/2011/11/14/rewiring-the-brain/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 14:18:40 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[lifestyle]]></category>
		<category><![CDATA[singularity]]></category>

		<guid isPermaLink="false">https://bretthutley.com/?p=388</guid>
		<description><![CDATA[There is an absolutely awesome bit of Neal Stephenson's book Reamde, that goes like this: The brain "was sort of like the electrical system of Mogadishu. A whole lot was going on in Mogadishu that required copper wire for conveyance of power and information, but there was only so much copper to go around, and [...]


Related posts:<ol><li><a href='http://bretthutley.com/2009/11/11/citizen-journalism-social-networking-and-reputation/' rel='bookmark' title='Citizen Journalism, social networking and reputation'>Citizen Journalism, social networking and reputation</a></li>
<li><a href='http://bretthutley.com/2010/06/28/the-death-of-blogging/' rel='bookmark' title='The Death of Blogging'>The Death of Blogging</a></li>
<li><a href='http://bretthutley.com/2008/02/11/where-to-live/' rel='bookmark' title='Where to Live'>Where to Live</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There is an absolutely awesome bit of Neal Stephenson's book <a href="http://www.amazon.co.uk/gp/product/B005IPRQGS/ref=as_li_ss_tl?ie=UTF8&tag=quan-21&linkCode=as2&camp=1634&creative=19450&creativeASIN=B005IPRQGS">Reamde</a><img src="http://www.assoc-amazon.co.uk/e/ir?t=quan-21&l=as2&o=2&a=B005IPRQGS" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />, that goes like this: The brain "was sort of like the electrical system of Mogadishu. A whole lot was going on in Mogadishu that required copper wire for conveyance of power and information, but there was only so much copper to go around, and so what wasn't being actively used tended to get pulled down by militias and taken crosstown to beef up some power-hungry warlord's private, improvised power network. As with copper in Mogadishu, so with neurons in the brain. The brains of people who did unbelievably boring shit for a living showed dark patches in the zones responsible for job-related processes, since all those almost-never-exercised neurons got pulled down and trucked somewhere else and used to beef up the circuits used to keep track of NCAA tournament brackets and celebrity makeovers."</p>
<p><span id="more-388"></span></p>
<p><a href="http://www.silicon.com/technology/hardware/2011/11/10/your-brain-vs-technology-how-our-wired-world-is-changing-the-way-we-think-39747925/">In the silicon.com post "Your brain vs technology: How our wired world is changing the way we think"</a>, Baroness Susan Greenfield is quoted, professor of Synaptic Pharmacology at Lincoln College, Oxford: "If the human brain is exquisitely adapted to the environment, which it is, if the environment is changing, which it is, then it's a given the brain will change". She is concerned by how our brain changes as a result of increasingly spending our time in front of technology, that areas of the cortex may be going dark as we spend our lives immersed in Big Brother and Facebook.</p>
<p>It seems to me that in order to get good things out of our interactions with technology, we should focus on how we can use our screen time to exercise areas of our brain in ways that wouldn't normally happen. </p>
<p>A good example of this was a recent post on Scientific American called <a href="http://www.scientificamerican.com/article.cfm?id=in-the-minds-of-others">"In the mind of others - Reading fiction can strengthen your social ties and even change your personality"</a>. This article is about research that indicates how reading fiction may help social interaction by building experience on how to interact with other people, without physically interacting with other people. As people empathise with characters in the book and those characters relate to other characters in the story, they build up this mental database on how to behave. This mental database helps with later, "meat-space" interactions. </p>
<p>I remember reading related work on using virtual reality to overcome phobias through repeatedly experiencing a fear-inducing situation in a safe, virtual environment. </p>
<p>Is it just our thinking and behaviour we can affect through computer interaction? The BBC had a news story about how a <a href="http://www.bbc.co.uk/news/health-13643471">virtual gym could help with weight loss</a> which suggests that maybe our virtual experiences also affect our body. What are the limits for this?  This sounds like a wonderful area to explore. How can we re-wire the brain in beneficial ways using our computers?</p>
<p><iframe src="http://rcm-uk.amazon.co.uk/e/cm?lt1=_blank&bc1=000000&IS2=1&bg1=FFFFFF&fc1=000000&lc1=0000FF&t=quan-21&o=2&p=8&l=as4&m=amazon&f=ifr&ref=ss_til&asins=B005IPRQGS" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>


<p>Related posts:<ol><li><a href='http://bretthutley.com/2009/11/11/citizen-journalism-social-networking-and-reputation/' rel='bookmark' title='Citizen Journalism, social networking and reputation'>Citizen Journalism, social networking and reputation</a></li>
<li><a href='http://bretthutley.com/2010/06/28/the-death-of-blogging/' rel='bookmark' title='The Death of Blogging'>The Death of Blogging</a></li>
<li><a href='http://bretthutley.com/2008/02/11/where-to-live/' rel='bookmark' title='Where to Live'>Where to Live</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bretthutley.com/2011/11/14/rewiring-the-brain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kanban</title>
		<link>http://bretthutley.com/2011/11/09/kanban/</link>
		<comments>http://bretthutley.com/2011/11/09/kanban/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 13:08:53 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[startups]]></category>
		<category><![CDATA[workflow]]></category>

		<guid isPermaLink="false">https://bretthutley.com/?p=381</guid>
		<description><![CDATA[I was browsing a list of tools and services for a lean startup a couple of days ago, when I noticed that many of tools implement a Kanban methodology. I had never heard of Kanban, so I took a quite trip over to Wikipedia. "Kanban is a method for developing products with an emphasis on [...]


Related posts:<ol><li><a href='http://bretthutley.com/2011/11/21/emacs-and-kanban/' rel='bookmark' title='Emacs and Kanban'>Emacs and Kanban</a></li>
<li><a href='http://bretthutley.com/2009/08/26/testing-when-developing-software/' rel='bookmark' title='Testing when developing software'>Testing when developing software</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was browsing a list of <a href="http://list.ly/list/9E-tools-and-services-for-a-lean-startup">tools and services for a lean startup</a> a couple of days ago, when I noticed that many of tools implement a Kanban methodology. I had never heard of Kanban, so I took a quite trip <a href="http://en.wikipedia.org/wiki/Kanban_(development)">over to Wikipedia</a>.</p>
<p><span id="more-381"></span></p>
<p>"Kanban is a method for developing products with an emphasis on just-in-time delivery while not overloading the developers". Hmmmm, that sounds good. Upon further reading, I realised that this is the methodology that the <a href="http://trello.com/">introductary video at Trello</a> was aimed towards. I have been playing around with Trello for a couple of weeks, but hadn't really got my head around how best to apply it.</p>
<p>My curiosity was piqued, so I went and bought one of the seminal books on applying Kanban to the agile software development process - <a href="http://www.amazon.co.uk/gp/product/B0057H2M70/ref=as_li_ss_tl?ie=UTF8&tag=quan-21&linkCode=as2&camp=1634&creative=19450&creativeASIN=B0057H2M70">Kanban, by David Anderson</a><img src="http://www.assoc-amazon.co.uk/e/ir?t=quan-21&l=as2&o=2&a=B0057H2M70" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.</p>
<p>In the book, David talks about applying 5 principles to the software development process:</p>
<ol>
<li>
<p><em>Visualize the workflow</em>. This is the benefit that Trello brings to the process.</p>
</li>
<li>
<p><em>Limit Work in Progress</em>. This means that work is "pulled" from another part of the workflow, when it is needed.</p>
</li>
<li>
<p><em>Manage Flow</em>. The flow of work through the system needs to be quantitatively analysed.</p>
</li>
<li>
<p><em>Make Process Policies Explicit</em>.</p>
</li>
<li>
<p><em>Improve Collaboratively</em>.</p>
</li>
</ol>
<p>It's definitely a methodology I'll be trying to apply to my own startups.</p>
<p><iframe src="http://rcm-uk.amazon.co.uk/e/cm?lt1=_blank&bc1=000000&IS2=1&bg1=FFFFFF&fc1=000000&lc1=0000FF&t=quan-21&o=2&p=8&l=as4&m=amazon&f=ifr&ref=ss_til&asins=B0057H2M70" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>


<p>Related posts:<ol><li><a href='http://bretthutley.com/2011/11/21/emacs-and-kanban/' rel='bookmark' title='Emacs and Kanban'>Emacs and Kanban</a></li>
<li><a href='http://bretthutley.com/2009/08/26/testing-when-developing-software/' rel='bookmark' title='Testing when developing software'>Testing when developing software</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bretthutley.com/2011/11/09/kanban/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Were the Luddites Right?</title>
		<link>http://bretthutley.com/2011/11/07/were-the-luddites-right/</link>
		<comments>http://bretthutley.com/2011/11/07/were-the-luddites-right/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 13:36:14 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Economics]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[Crunch Time]]></category>
		<category><![CDATA[global inequity]]></category>
		<category><![CDATA[luddite]]></category>
		<category><![CDATA[singularity]]></category>

		<guid isPermaLink="false">https://bretthutley.com/?p=375</guid>
		<description><![CDATA[The Luddites were a 19th century anti-industrialisation movement (and militia), who believed that their jobs were at risk because of the industrialisation of manufacturing. They proceeded to try and destroy mechanical looms in a vain attempt to turn back the rising tide of industrialisation. These days anyone seen as a "Luddite" is perceived to be [...]


Related posts:<ol><li><a href='http://bretthutley.com/2010/08/11/gaps-and-grass-eaters/' rel='bookmark' title='Of Gaps and Grass-Eaters'>Of Gaps and Grass-Eaters</a></li>
<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/03/rage-against-the-machin/' rel='bookmark' title='Rage against the machine'>Rage against the machine</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Luddite">The Luddites</a> were a 19th century anti-industrialisation movement (and militia), who believed that their jobs were at risk because of the industrialisation of manufacturing. They proceeded to try and destroy mechanical looms in a vain attempt to turn back the rising tide of industrialisation. These days anyone seen as a "Luddite" is perceived to be backward and anti-technology.
</p>
<p><span id="more-375"></span></p>
<p>But were the Luddites right about the consequences of technological progress? <a href="http://en.wikipedia.org/wiki/Luddite_fallacy">The Luddite Fallacy</a> states that the argument that technological progress decreases the amount of jobs is fallacious, because increases in productivity does not mean that employers will keep their production constant. Rather, employers will increase their production to suit available demand.</p>
<p><a href="http://www.economist.com/blogs/babbage/2011/11/artificial-intelligence?fsrc=scn/tw/te/bl/ludditelegacy">The Economist has a post</a> that points out that the Luddite Fallacy is only a fallacy as long as new technology increases capital, without reducing the need for human labour. But what happens if technology increases the capital and replaces the need for unskilled human labour?</p>
<p>The Luddites may have been a revolution or two short of the mark, springing from the industrial rather than the computer revolution, but maybe they weren't wrong about the long-term consequences of technological progress, believing that it would destroy jobs, and cause greater income inequality. Smashing the looms is obviously not a solution to the socio-economic problems of the structural changes to our society, but neither is burying our heads in the sand.</p>


<p>Related posts:<ol><li><a href='http://bretthutley.com/2010/08/11/gaps-and-grass-eaters/' rel='bookmark' title='Of Gaps and Grass-Eaters'>Of Gaps and Grass-Eaters</a></li>
<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/03/rage-against-the-machin/' rel='bookmark' title='Rage against the machine'>Rage against the machine</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bretthutley.com/2011/11/07/were-the-luddites-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Race Against The Machine</title>
		<link>http://bretthutley.com/2011/11/06/race-against-the-machine/</link>
		<comments>http://bretthutley.com/2011/11/06/race-against-the-machine/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 15:52:11 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Economics]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[Crunch Time]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[global inequity]]></category>
		<category><![CDATA[singularity]]></category>

		<guid isPermaLink="false">https://bretthutley.com/?p=372</guid>
		<description><![CDATA[I just finished reading the Kindle book Race Against The Machine, a book I thoroughly recommend. This was the driver of the NPR article I blogged about recently. The book is mostly oriented towards the US, although the issues they discuss seem to be prevalent across all major economies. The authors make the case that [...]


Related posts:<ol><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>
<li><a href='http://bretthutley.com/2011/11/03/rage-against-the-machin/' rel='bookmark' title='Rage against the machine'>Rage against the machine</a></li>
<li><a href='http://bretthutley.com/2011/12/06/developers-as-capital/' rel='bookmark' title='Developers as Capital'>Developers as Capital</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I just finished reading the Kindle book <a href="http://www.amazon.co.uk/gp/product/B005WTR4ZI/ref=as_li_ss_tl?ie=UTF8&tag=quan-21&linkCode=as2&camp=1634&creative=19450&creativeASIN=B005WTR4ZI">Race Against The Machine</a>, a book I thoroughly recommend. This was the driver of the <a href="http://bretthutley.com/2011/11/03/rage-against-the-machin/">NPR article I blogged about recently</a>.<br />
The book is mostly oriented towards the US, although the issues they discuss seem to be prevalent across all major economies. The authors make the case that technological improvements are severely impacting every job market except those for highly-skilled individuals.
</p>
<p><span id="more-372"></span></p>
<p>They argue, as I have argued, that the current employment crisis is caused by structural factors such as increased productivity due to technology, rather than cyclical or stagnation factors. We are simply living in a world where the educated and skilled are able to contribute to the economy in a disproportionate way, and the less educated/skilled are forced to compete for the fewer and fewer jobs that are currently too expensive to automate. This leads to money flowing from the workers to the owners of the business, which is an unsustainable situation for the long term.</p>
<p>The authors point out that to a large extent, we operate in a "winner take all" society. Technology enables the best and fastest-moving in the business to capture the bulk of a market. That in turn provides a strong incentive for those with capital to further invest in technology, creating a self-perpetuating cycle. Not only is this situation self-perpetuating, but increased capital allows winners a disproportionate advantage in the race to take advantage of another business opportunity.</p>
<p>The positive news is that as we use technology to expand the frontiers of innovation, this will in turn create an exponential increase in the possibilities for further innovation.</p>
<p><iframe src="http://rcm-uk.amazon.co.uk/e/cm?lt1=_blank&bc1=000000&IS2=1&bg1=FFFFFF&fc1=000000&lc1=0000FF&t=quan-21&o=2&p=8&l=as4&m=amazon&f=ifr&ref=ss_til&asins=B005WTR4ZI" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>


<p>Related posts:<ol><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>
<li><a href='http://bretthutley.com/2011/11/03/rage-against-the-machin/' rel='bookmark' title='Rage against the machine'>Rage against the machine</a></li>
<li><a href='http://bretthutley.com/2011/12/06/developers-as-capital/' rel='bookmark' title='Developers as Capital'>Developers as Capital</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bretthutley.com/2011/11/06/race-against-the-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Written by Robot</title>
		<link>http://bretthutley.com/2011/11/04/written-by-robot/</link>
		<comments>http://bretthutley.com/2011/11/04/written-by-robot/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 13:58:01 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[singularity]]></category>
		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">http://bretthutley.com/?p=361</guid>
		<description><![CDATA[I've just read two blog posts on creating written content programatically. The first was the article How I automated my writing career by Robbie Allen. This article gives a brief description of how the author's company generates web-site content automatically using the quantitative analysis of data. The second blog post is about generating a Monty [...]


Related posts:<ol><li><a href='http://bretthutley.com/2011/11/30/imap4-and-python/' rel='bookmark' title='IMAP4 and Python'>IMAP4 and Python</a></li>
<li><a href='http://bretthutley.com/2011/11/05/blogging-process/' rel='bookmark' title='Blogging Process'>Blogging Process</a></li>
<li><a href='http://bretthutley.com/2011/11/03/rage-against-the-machin/' rel='bookmark' title='Rage against the machine'>Rage against the machine</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I've just read two blog posts on creating written content programatically. The first was the article <a href="http://radar.oreilly.com/2011/11/automated-writing-software.html">How I automated my writing career</a> by Robbie Allen. This article gives a brief description of how the author's company generates web-site content automatically using the quantitative analysis of data.</p>
<p><span id="more-361"></span></p>
<p>The second blog post is about <a href="http://importthis.tumblr.com/post/11953152233/generate-a-monty-python-parody">generating a Monty Python parody</a> using markov chains. Even though the code is very simple, it generates very convincing nonsense!</p>
<p>How long will it be before the prose in our stories, the plots on our TV series, the lyrics in our songs are all machine generated?</p>


<p>Related posts:<ol><li><a href='http://bretthutley.com/2011/11/30/imap4-and-python/' rel='bookmark' title='IMAP4 and Python'>IMAP4 and Python</a></li>
<li><a href='http://bretthutley.com/2011/11/05/blogging-process/' rel='bookmark' title='Blogging Process'>Blogging Process</a></li>
<li><a href='http://bretthutley.com/2011/11/03/rage-against-the-machin/' rel='bookmark' title='Rage against the machine'>Rage against the machine</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bretthutley.com/2011/11/04/written-by-robot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rage against the machine</title>
		<link>http://bretthutley.com/2011/11/03/rage-against-the-machin/</link>
		<comments>http://bretthutley.com/2011/11/03/rage-against-the-machin/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 14:23:14 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[singularity]]></category>

		<guid isPermaLink="false">http://bretthutley.com/?p=358</guid>
		<description><![CDATA[NPR has a story about How Technology Is Eliminating Higher-Skill Jobs. It features IBM's Watson System, that can beat the world's best human Jeopardy competitors. This technology is currently being used to automate the fields of law and medicine, so a lot of very technical jobs will disappear from some quite high-paying and respected professions. [...]


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/07/were-the-luddites-right/' rel='bookmark' title='Were the Luddites Right?'>Were the Luddites Right?</a></li>
<li><a href='http://bretthutley.com/2010/08/11/gaps-and-grass-eaters/' rel='bookmark' title='Of Gaps and Grass-Eaters'>Of Gaps and Grass-Eaters</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>NPR has a story about <a href="http://www.npr.org/2011/11/03/141949820/how-technology-is-eliminating-higher-skill-jobs">How Technology Is Eliminating Higher-Skill Jobs</a>. It features IBM's <a href="http://www-03.ibm.com/innovation/us/watson/index.html">Watson System</a>, that can <a href="http://www.npr.org/2011/02/14/133697585/on-jeopardy-its-man-vs-this-machine">beat the world's best human Jeopardy competitors</a>. This technology is currently being used to automate the fields of law and medicine, so a lot of very technical jobs will disappear from some quite high-paying and respected professions.</p>
<p><span id="more-358"></span></p>
<p>Rather than rage against the machine, I think we need to embrace it. The survivors of the infopocalypse will be those who leverage the technology. Bring on that A.I. augmentation! I'm not sure what the socio-economic/political consequences will be if the trend for increasing unemployment continues. I <b>am</b> sure that we can't stuff that genie back in the bottle, and our society will need to adjust accordingly.</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/07/were-the-luddites-right/' rel='bookmark' title='Were the Luddites Right?'>Were the Luddites Right?</a></li>
<li><a href='http://bretthutley.com/2010/08/11/gaps-and-grass-eaters/' rel='bookmark' title='Of Gaps and Grass-Eaters'>Of Gaps and Grass-Eaters</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bretthutley.com/2011/11/03/rage-against-the-machin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to get Maplin&#8217;s USB Microscope working on a Mac</title>
		<link>http://bretthutley.com/2010/09/19/usb-microscope-mac/</link>
		<comments>http://bretthutley.com/2010/09/19/usb-microscope-mac/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 13:54:48 +0000</pubDate>
		<dc:creator>brett</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[Useful]]></category>
		<category><![CDATA[Mac OS/X]]></category>
		<category><![CDATA[USB Microscope]]></category>

		<guid isPermaLink="false">http://www.bretthutley.com/?p=293</guid>
		<description><![CDATA[I just brought Maplin's USB Digital Microsoft with 400x magnification, which is advertised as having Windows-only drivers. System Profiler identified the chipset as being from Vimicro Corporation. I went to the Driver Download section of their website and downloaded (and installed) the DRV_ZC0301PLus_070305 driver. I then opened up Photo Booth, and was able to select the [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I just brought <a href="http://www.maplin.co.uk/module.aspx?moduleno=286566">Maplin's USB Digital Microsoft with 400x magnification</a>, which is advertised as having Windows-only drivers. System Profiler identified the chipset as being from Vimicro Corporation. I went to the <a href="http://www.vimicro.com/english/product/pc003.htm">Driver Download</a> section of their website and downloaded (and installed) the <em>DRV_ZC0301PLus_070305</em> driver. I then opened up Photo Booth, and was able to select the Vimicro camera as the video source. What I <strong>should</strong> have done was just try and access the Microscope using Photo Booth before I installed the driver, as I half suspect that there was no actual need to install that driver.</p>
<div id="attachment_294" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.bretthutley.com/wp-content/uploads/2010/09/razor_closeup.jpg"><img class="size-medium wp-image-294" title="Close-up of a new razor blade" src="http://www.bretthutley.com/wp-content/uploads/2010/09/razor_closeup-300x225.jpg" alt="Close-up of a new razor blade" width="300" height="225" /></a><p class="wp-caption-text">Close-up of a new razor blade</p></div>
<p>Please try to use the microscope with Photo Booth first before downloading the driver, and let me know in the comments if that works.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://bretthutley.com/2010/09/19/usb-microscope-mac/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

