<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>handthrow</title>
	<atom:link href="http://handthrow.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://handthrow.wordpress.com</link>
	<description>horsing around and sporadic bloggery</description>
	<pubDate>Thu, 03 Jul 2008 15:38:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Event: Beach Road Season Finale Party!</title>
		<link>http://handthrow.wordpress.com/2008/07/03/event-beach-road-season-finale-party/</link>
		<comments>http://handthrow.wordpress.com/2008/07/03/event-beach-road-season-finale-party/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 15:37:05 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[DJing]]></category>

		<category><![CDATA[Music]]></category>

		<category><![CDATA[dj]]></category>

		<category><![CDATA[dnb]]></category>

		<category><![CDATA[drum and bass]]></category>

		<category><![CDATA[party]]></category>

		<category><![CDATA[pompey]]></category>

		<category><![CDATA[portsmouth]]></category>

		<guid isPermaLink="false">http://handthrow.wordpress.com/?p=63</guid>
		<description><![CDATA[Well, all this week I&#8217;ve been ripping my vinyls to MP3, and burning them to CDs. Why? I&#8217;m playing a set at the Beach Road Season Finale Party in Portsmouth this Saturday. Should be a pretty phat party - if anyone is in the area that weekend then let me know and I will get [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well, all this week I&#8217;ve been ripping my vinyls to MP3, and burning them to CDs. Why? I&#8217;m playing a set at the Beach Road Season Finale Party in Portsmouth this Saturday. Should be a pretty phat party - if anyone is in the area that weekend then let me know and I will get you an invite (there <em>will</em> be a guestlist :( ).</p>
<p>Hopefully it will all run smoothly, although there won&#8217;t be any record decks, and I&#8217;m not well experienced with CD decks&#8230; Will just have to practice all night Friday, I might pick it up by then!</p>
<p>Also: Since they will only have CD decks there, I bought a bunch of tunes from <a href="http://download.breakbeat.co.uk/">Drum &amp; Bass Arena&#8217;s store</a>, and I rate it pretty well :) Definitly worth a browse if you are looking for something more obscure.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/handthrow.wordpress.com/63/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/handthrow.wordpress.com/63/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/handthrow.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/handthrow.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/handthrow.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/handthrow.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/handthrow.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/handthrow.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/handthrow.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/handthrow.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/handthrow.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/handthrow.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=handthrow.wordpress.com&blog=1656270&post=63&subd=handthrow&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://handthrow.wordpress.com/2008/07/03/event-beach-road-season-finale-party/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geeker87-128.jpg" medium="image">
			<media:title type="html">geeker87</media:title>
		</media:content>
	</item>
		<item>
		<title>THOUSAND_TWENTYFOUR</title>
		<link>http://handthrow.wordpress.com/2008/06/30/thousand-twetyfour/</link>
		<comments>http://handthrow.wordpress.com/2008/06/30/thousand-twetyfour/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 08:30:34 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Geeky Stuff]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Software Engineering]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Work]]></category>

		<category><![CDATA[code]]></category>

		<category><![CDATA[constant]]></category>

		<category><![CDATA[vb6]]></category>

		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://handthrow.wordpress.com/?p=52</guid>
		<description><![CDATA[Just found this while working on one of the older core product plug-ins&#8230;
Global Const THOUSAND_TWENTYFOUR = 1024 ' kb
While I applaud the original developer for using constants instead of just inserting magic numbers everywhere, it is important not to be overzealous in their use.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Just found this while working on one of the older core product plug-ins&#8230;</p>
<p><code>Global Const THOUSAND_TWENTYFOUR = 1024 ' kb</code></p>
<p>While I applaud the original developer for using constants instead of just inserting <a href="http://en.wikipedia.org/wiki/Magic_number_(programming)">magic numbers</a> everywhere, it is important not to be overzealous in their use.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/handthrow.wordpress.com/52/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/handthrow.wordpress.com/52/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/handthrow.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/handthrow.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/handthrow.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/handthrow.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/handthrow.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/handthrow.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/handthrow.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/handthrow.wordpress.com/52/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/handthrow.wordpress.com/52/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/handthrow.wordpress.com/52/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=handthrow.wordpress.com&blog=1656270&post=52&subd=handthrow&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://handthrow.wordpress.com/2008/06/30/thousand-twetyfour/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geeker87-128.jpg" medium="image">
			<media:title type="html">geeker87</media:title>
		</media:content>
	</item>
		<item>
		<title>WiiWare first impressions</title>
		<link>http://handthrow.wordpress.com/2008/06/27/wiiware-first-impressions/</link>
		<comments>http://handthrow.wordpress.com/2008/06/27/wiiware-first-impressions/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 08:10:33 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Electronics]]></category>

		<category><![CDATA[Gadgets]]></category>

		<category><![CDATA[Gaming]]></category>

		<category><![CDATA[Geeky Stuff]]></category>

		<category><![CDATA[Wii]]></category>

		<category><![CDATA[games]]></category>

		<category><![CDATA[star soldier r]]></category>

		<category><![CDATA[video]]></category>

		<category><![CDATA[wiiware]]></category>

		<guid isPermaLink="false">http://handthrow.wordpress.com/?p=40</guid>
		<description><![CDATA[Ok, so WiiWare has been around for over a month now but I hadn&#8217;t really had a play with it. The other night I took the plunge and dropped £7 on a title - Star Soldier R. What did I think of it?

It&#8217;s a little bit expensive. SSR was at least. Maybe LostWinds and Final [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://handthrow.files.wordpress.com/2008/06/wiiware.jpg"><img class="size-medium wp-image-42 alignright" src="http://handthrow.files.wordpress.com/2008/06/wiiware.jpg?w=163&h=35" alt="WiiWare!" width="163" height="35" /></a>Ok, so WiiWare has been around for over a month now but I hadn&#8217;t really had a play with it. The other night I took the plunge and dropped £7 on a title - <a href="http://en.wikipedia.org/wiki/Star_Soldier_R">Star Soldier R</a>. What did I think of it?</p>
<ul>
<li>It&#8217;s a little bit expensive. SSR was at least. Maybe <a href="http://en.wikipedia.org/wiki/LostWinds">LostWinds</a> and <a href="http://en.wikipedia.org/wiki/Final_Fantasy_Crystal_Chronicles:_My_Life_as_a_King">Final Fantasy: My Life as a King</a> are longer and even have more replay value. SSR was 800 points, most other titles seem to be 1000 (FFMLaaK is 1500).</li>
<li>However, the concept is good - original content in addition to the Virtual Console, and some titles look promising, paticularly LostWinds and the Final Fantasy spin-off. In general, <a href="http://www.nintendowiifanboy.com/nwf-wiiware-reviews/">reviews</a> <a href="http://www.wiiware-world.com/">look</a> promising.</li>
<li>I feel Nintendo would probably sell more than twice the volume of VC/WW titles if they cut the cost of Wii points by a third or even half. I&#8217;d imagine this is dictated more by the game publishers than Nintendo themselves, but wouldn&#8217;t it also attract more customers to the platform?</li>
<li>There seems to be a <a href="http://www.nintendowiifanboy.com/2008/06/25/point-counterpoint-is-wiiware-a-disappointment/">mixed reaction from commentors at Wii Fanboy</a>. A common opinion is that <a href="http://www.nintendowiifanboy.com/2008/06/25/point-counterpoint-is-wiiware-a-disappointment/#c12836552">demos</a> <a href="http://www.nintendowiifanboy.com/2008/06/25/point-counterpoint-is-wiiware-a-disappointment/#c12836925">would</a> <a href="http://www.nintendowiifanboy.com/2008/06/25/point-counterpoint-is-wiiware-a-disappointment/#c12837245">be</a> <a href="http://www.nintendowiifanboy.com/2008/06/26/wii-warm-up-try-before-you-buy/">really</a> <a href="http://www.nintendowiifanboy.com/2008/06/25/point-counterpoint-is-wiiware-a-disappointment/#c12837289">nice</a>. Currently you can only watch demo videos, which aren&#8217;t ideal.</li>
<li>SSR itself is a fun game, if it were cheaper I&#8217;d recommend it. It would be nice to have a campaign mode in addition to the 2 &amp; 5 minute modes, 2 player co-op would be epic. One thing that struck me is that it didn&#8217;t take much advantage of the Wiimote, although this is good as you can use a gamepad instead.</li>
</ul>
<p>Anyway, heres a quick video of the 2-minute mode - an excuse to try out my sparkly new <a href="http://gadizmo.com/easycap-usb-review.php">EasyCap USB2.0</a>! (L@@k, only £12.99 including shipping!)</p>
<p style="text-align:center;"><span style="text-align:center; display: block;"><a href="http://handthrow.wordpress.com/2008/06/27/wiiware-first-impressions/"><img src="http://img.youtube.com/vi/LSFMLsvN3o4/2.jpg" alt="" /></a></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/handthrow.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/handthrow.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/handthrow.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/handthrow.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/handthrow.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/handthrow.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/handthrow.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/handthrow.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/handthrow.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/handthrow.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/handthrow.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/handthrow.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=handthrow.wordpress.com&blog=1656270&post=40&subd=handthrow&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://handthrow.wordpress.com/2008/06/27/wiiware-first-impressions/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geeker87-128.jpg" medium="image">
			<media:title type="html">geeker87</media:title>
		</media:content>

		<media:content url="http://handthrow.files.wordpress.com/2008/06/wiiware.jpg?w=163" medium="image">
			<media:title type="html">WiiWare!</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/LSFMLsvN3o4/2.jpg" medium="image" />
	</item>
		<item>
		<title>The Godfather Blacker-er-er-hand Edition Confirmed</title>
		<link>http://handthrow.wordpress.com/2008/06/20/the-godfather-blacker-er-er-hand-edition-confirmed/</link>
		<comments>http://handthrow.wordpress.com/2008/06/20/the-godfather-blacker-er-er-hand-edition-confirmed/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 12:08:26 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Gaming]]></category>

		<category><![CDATA[Wii]]></category>

		<guid isPermaLink="false">http://handthrow.wordpress.com/?p=34</guid>
		<description><![CDATA[Awesome. I just found out from Wii Fanboy that one of my favorite Wii games - The Godfather Blackhand Edition - is definitely getting a sequel sometime in autumn.
Blackhand Edition
For anyone not familiar with the game, it is a GTA-esque franchise of the film. Unlike a few franchised games, it was actually quite good. It [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Awesome. I just found out from <a href="http://www.nintendowiifanboy.com/">Wii Fanboy</a> that one of my favorite Wii games - The <a href="http://en.wikipedia.org/wiki/The_Godfather:_The_Game">Godfather Blackhand Edition</a> - <a href="http://www.nintendowiifanboy.com/2008/06/18/ea-boss-confirms-sequel-to-the-godfather">is <span class="p">definitely</span> getting a sequel sometime in autumn</a>.</p>
<p><strong>Blac</strong><strong>kha</strong><strong>nd Edition</strong><br />
For anyone not familiar with the game, it is a GTA-esque franchise of the film. Unlike a few franchised <a href="http://handthrow.files.wordpress.com/2008/06/blackerhand.jpg"><img class="alignleft size-medium wp-image-35" src="http://handthrow.files.wordpress.com/2008/06/blackerhand.jpg?w=131&h=177" alt="Blacker-er-er-er-er-er-er-er-er-er-er-erhand Edition?" width="131" height="177" /></a>games, it was actually quite good. It starts off in 1945 and you are free to roam a 40s/50s style New York. While the map itself isn&#8217;t a particularly convincing version of NYC, it works well with the game and lends itself quite well to drive bys, car chases and epic battles.</p>
<p>It took me about 3 weeks to finish it, playing pretty much solidly while I was between jobs.</p>
<p>The one feature that set it apart from other versions of the game (on the PS2, Xbox etc) was the control system. Now, you could say this about almost any Wii version of a multi-platform game, the The Godfather was <em>sickening</em>. Possible actions/gestures include: <a href="http://handthrow.files.wordpress.com/2008/06/girotte.jpg"><img class="alignright size-medium wp-image-38" src="http://handthrow.files.wordpress.com/2008/06/girotte.jpg?w=202&h=151" alt="One of the many ways to force people to meet their maker in The Godfather" width="202" height="151" /></a>Girotting people by shaking the nunchuck/Wiimote like there was a wire between them, kicking people in the back of the knees and then shooting them in the back of the head with a pistol, holding people over a ledge to interrogate them then throwing them over the edge&#8230;</p>
<p>There is a reason why it was rated an 18.<strong></strong></p>
<p>Not only could you do this to enemies, but you could go all-out GTA style and do it to hookers too!</p>
<p><strong>So why am I all excited about the sequel?<br />
</strong>Okay, so if you haven&#8217;t already clocked on: I really like the first game. Yes, there is a lot of blood and gore, dangerous driving and interrogation - these are all good things. You also have to play the game quite strategically, as the ultimate aim of the game is to become the Don of NYC. Basically, this means remove or severely diminish the power of the other families in the game.</p>
<p>Each family had a set of businesses, warehouses, compounds and mansions that you have to take over to remove them. This was good fun, as the emphasis was on <em>killin&#8217; shit</em> (remember the turf wars section in GTA: San Andreas? Sort of like that&#8230; But more 40s-ish). However, you had to carefully chose your next hit, your next property to take over if you were to get anywhere fast.</p>
<p>Sure, you could be at the point where you only need to take over a mansion to remove one family, but at the same time be getting heat from another family. Solution? Take out some of that other family. Yes, it&#8217;s faint, but there is an element of strategy, which set the game apart from all the other shooter/RPG type games around at the time.</p>
<p>So, this is why I&#8217;m excited about the sequel:</p>
<blockquote><p>&#8220;It&#8217;s a game that I think we&#8217;ll be talking a lot about this fall,&#8221; Riccitiello told investors. &#8220;You can play this game both at the street level, much like a GTA-style game, but you can also play it top-down, almost like you&#8217;re in an RTS, controlling the strategy of the boroughs so you can see what&#8217;s going on&#8230;&#8221;</p>
<p><a href="http://www.next-gen.biz/index.php?option=com_content&amp;task=view&amp;id=10982&amp;Itemid=2">Source</a></p></blockquote>
<p>Wow. So, the game play is going to be similar to the first version (hopefully with a few graphical improvements!), but with more emphasis on the strategic element! Well done EA! They&#8217;ve obviously recognized one aspect of the game that sets it aside somewhat from similar titles and are planning on capitalizing on that.</p>
<p>So, EA have realized that this game has a massive potential in a RTS-type sequel to this game. What would make it successful? Here is a list of a few features that <em>I</em> would like to see.</p>
<ul>
<li><em>Keep the original game&#8217;s bas</em><em>ic game play.</em><a href="http://handthrow.files.wordpress.com/2008/06/ledge.jpg"><img class="alignright size-medium wp-image-39" style="float:right;" src="http://handthrow.files.wordpress.com/2008/06/ledge.jpg?w=204&h=153" alt="Ledge-endary way to go." width="204" height="153" /></a><br />
It was awesome. Don&#8217;t change that. It looks as it that is the current plan anyway - it would be upsetting if they took away any of the street level stuff because I think they&#8217;ve got it right, especially with the special move/gestures and aiming system.</li>
<li><em>Other playable chara</em><em>cters, à la <a href="http://www.1up.com/do/gameOverview?cId=3156762">Scarface</a></em><br />
An interesting feature of the recent Scarface game was that you could buy other characters to support Tony. You could also switch to these characters and play as them, gaining experience and such. Any money they made went straight to your main character, but in most other respects they were separate characters.The one thing I didn&#8217;t like about this was that there was a limited amount of missions to complete as a side character, so it got boring pretty quickly.</p>
<p>I think that adding this element to Godfather could bring another dimension. They could couple this with the existing crew feature (i.e., you can hire other members of the family with varying skill levels to help you), so you could build and develop your crew through the course of the game.</li>
<li><em>Autonomous crews</em><br />
One unique feature would be the ability to create a crew out of one of your side characters and some other family members, then assign them a task, like a unit in a more conventional RTS. Obviously you wouldn&#8217;t be able to assign them a complicated task like completing a full mission, but something more repetitive like taking over a shop or warehouse. As you develop the character, their crews get better and they can take over higher level properties, fight against stronger families, protect neighborhoods etc.</li>
<li><em>An overhead/map view that allows you to control all this<br />
</em>This feature will allow you to take an empirical view of the current state of the game and interact with crews as units on a map. You will be able to assign tasks to a crew, track their progress on their current assignment etc.</li>
<li><em>Ability to expand the empire<br />
</em>The only way to expand your empire in the original was to take over everyone elses property. This was good, but was also quite linear. I would really like to see the ability to build a new warehouse or racket. You should be able to buy real estate and develop it into some apartments, or a hotel, or a warehouse. Once it has been built, you will be able to develop a racket within it. Doing this early on in the game while you have little power would attract other families to take it over, whereas when you have more power the consequences would be worse, so they would be less likely to attack first. Other families should be able to develop properties as well, and in a similar fashion you can take them.</li>
</ul>
<p>I&#8217;m guessing based on Riccitiello&#8217;s comment above, at least the overhead/map view will appear. The other stuff would be nice, but I guess we will just have to wait and see&#8230;</p>
<p>I&#8217;m finding different estimates from different sources, but according to <a href="http://www.next-gen.biz/index.php?option=com_content&amp;task=view&amp;id=10982&amp;Itemid=2">Next-Gen</a>, it may be around as early as this autumn. Whenever it come out, I&#8217;ll definitely get it based on how much I enjoyed the first game. I can&#8217;t wait :D</p>
<p>Other sources: <a href="http://www.techshout.com/gaming/2007/18/godfather-2-may-be-in-the-making-by-ea/">TechShout</a>, <a href="http://uk.wii.ign.com/articles/809/809116p1.html">IGN</a>, <a href="http://www.next-gen.biz/index.php?option=com_content&amp;task=view&amp;id=10982&amp;Itemid=2">Next-Gen</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/handthrow.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/handthrow.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/handthrow.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/handthrow.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/handthrow.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/handthrow.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/handthrow.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/handthrow.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/handthrow.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/handthrow.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/handthrow.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/handthrow.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=handthrow.wordpress.com&blog=1656270&post=34&subd=handthrow&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://handthrow.wordpress.com/2008/06/20/the-godfather-blacker-er-er-hand-edition-confirmed/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geeker87-128.jpg" medium="image">
			<media:title type="html">geeker87</media:title>
		</media:content>

		<media:content url="http://handthrow.files.wordpress.com/2008/06/blackerhand.jpg?w=212" medium="image">
			<media:title type="html">Blacker-er-er-er-er-er-er-er-er-er-er-erhand Edition?</media:title>
		</media:content>

		<media:content url="http://handthrow.files.wordpress.com/2008/06/girotte.jpg?w=300" medium="image">
			<media:title type="html">One of the many ways to force people to meet their maker in The Godfather</media:title>
		</media:content>

		<media:content url="http://handthrow.files.wordpress.com/2008/06/ledge.jpg?w=300" medium="image">
			<media:title type="html">Ledge-endary way to go.</media:title>
		</media:content>
	</item>
		<item>
		<title>Cool Arduino projects</title>
		<link>http://handthrow.wordpress.com/2008/06/17/cool-arduino-projects/</link>
		<comments>http://handthrow.wordpress.com/2008/06/17/cool-arduino-projects/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 10:59:01 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Electronics]]></category>

		<category><![CDATA[Hardware]]></category>

		<category><![CDATA[arduino]]></category>

		<category><![CDATA[hack]]></category>

		<category><![CDATA[Wii]]></category>

		<category><![CDATA[nunchuck]]></category>

		<category><![CDATA[lcd]]></category>

		<category><![CDATA[interface]]></category>

		<category><![CDATA[flickr]]></category>

		<category><![CDATA[rgb]]></category>

		<category><![CDATA[door]]></category>

		<category><![CDATA[lock]]></category>

		<category><![CDATA[atmel]]></category>

		<category><![CDATA[atmega]]></category>

		<guid isPermaLink="false">http://handthrow.wordpress.com/?p=31</guid>
		<description><![CDATA[Lots of Arduino based projects seem to be appearing on my reading list recently, especially from Hackaday. I used to be quite interested in PIC Microcontrollers but I was put off a bit because you could only really program them with ASM, unless you payed for an expensive C compiler.
The Arduino is based on the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://handthrow.files.wordpress.com/2008/06/arduino_diecimila.jpg"><img class="alignright size-medium wp-image-32" src="http://handthrow.files.wordpress.com/2008/06/arduino_diecimila.jpg?w=145&h=102" alt="" width="145" height="102" /></a>Lots of <a href="http://www.arduino.cc/">Arduino</a> based projects seem to be appearing on my reading list recently, especially from <a href="http://www.hackaday.com/">Hackaday</a>. I used to be quite interested in <a href="http://en.wikipedia.org/wiki/PIC_microcontroller">PIC Microcontrollers</a> but I was put off a bit because you could only really program them with <a href="http://en.wikipedia.org/wiki/Assembly_language">ASM</a>, unless you payed for an expensive C compiler.</p>
<p>The Arduino is based on the Atmel ATmega microcontroller, and consists of a board containing the microcontroller as well as some basic auxiliary hardware for programming the chip.  There is a simple development environment avaiable, which appears to use <a href="http://en.wikipedia.org/wiki/C_%28programming_language%29">C</a>.</p>
<p>Here are a few cool projects I&#8217;ve seen in the last couple of weeks.</p>
<ul>
<li><a href="http://www.arduino.cc/playground/Code/LCD3wires">3 Wire Interface for HD4470 LCD Displays</a><br />
A few years ago I made a clock using one of these displays, which was controlled by the parallel port of an old NetBSD machine I had lying around. I know it was possible to control them using 4 data lines and a couple of control lines, 3 is insane!</li>
<li><a href="http://www.hackaday.com/2008/06/12/how-to-make-an-rgb-combination-door-lock-part-1/">RGB Combination Door Lock</a><br />
Imaginative variant on the common combination door lock, using colors instead of numbers.</li>
<li><a href="http://tinkerlog.com/2008/06/14/flickr-images-on-a-nokia-lcd/">Nokia Color LCD Frame</a><br />
More LCD fun - this time using a color Nokia LCD to display items from a <a href="http://www.flickr.com/">Flickr</a> feed.</li>
<li><a href="http://www.windmeadow.com/node/42">Reading Wii Nunchuck Data</a><br />
A guide showing how to read data from a <a href="http://en.wikipedia.org/wiki/Wii_Remote">Wii Nunchuck</a> into the Arduino - possible applications for this: Robot controllers, camera pan/tilt controllers, general awesomeness.</li>
</ul>
<p>If I can find some spare time and money, I might buy one and have a go at a project of my own :)</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/handthrow.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/handthrow.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/handthrow.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/handthrow.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/handthrow.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/handthrow.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/handthrow.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/handthrow.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/handthrow.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/handthrow.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/handthrow.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/handthrow.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=handthrow.wordpress.com&blog=1656270&post=31&subd=handthrow&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://handthrow.wordpress.com/2008/06/17/cool-arduino-projects/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geeker87-128.jpg" medium="image">
			<media:title type="html">geeker87</media:title>
		</media:content>

		<media:content url="http://handthrow.files.wordpress.com/2008/06/arduino_diecimila.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>Nokia Sports Tracker first impressions</title>
		<link>http://handthrow.wordpress.com/2008/06/12/nokia-sports-tracker-first-impressions/</link>
		<comments>http://handthrow.wordpress.com/2008/06/12/nokia-sports-tracker-first-impressions/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 21:53:33 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Gadgets]]></category>

		<category><![CDATA[Working Out]]></category>

		<category><![CDATA[exercise]]></category>

		<category><![CDATA[facebook]]></category>

		<category><![CDATA[garmin]]></category>

		<category><![CDATA[gps]]></category>

		<category><![CDATA[jogging]]></category>

		<category><![CDATA[kml]]></category>

		<category><![CDATA[n95]]></category>

		<category><![CDATA[nokia]]></category>

		<category><![CDATA[running]]></category>

		<category><![CDATA[sports]]></category>

		<guid isPermaLink="false">http://handthrow.wordpress.com/?p=29</guid>
		<description><![CDATA[
I&#8217;m really pleased with my new Nokia N95. One of my favourite features has to be the GPS, but I got a bit bored with the Maps functionality after about a week, since I know my way around pretty well, and I&#8217;m pretty handy with an A-to-Z.
Today, however, I stumbled across the Nokia Sports Tracker. [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://handthrow.files.wordpress.com/2008/06/nst.png"><img class="alignright size-medium wp-image-30" src="http://handthrow.files.wordpress.com/2008/06/nst.png?w=207&h=266" alt="Nokia Sports Tracker" width="207" height="266" /></a></p>
<p>I&#8217;m really pleased with my new <a href="http://www.nokia.co.uk/A4275003">Nokia N95</a>. One of my favourite features has to be the <a href="http://en.wikipedia.org/wiki/Global_Positioning_System">GPS</a>, but I got a bit bored with the <a href="http://europe.nokia.com/A4509271">Maps</a> functionality after about a week, since I know my way around pretty well, and I&#8217;m pretty handy with an A-to-Z.</p>
<p>Today, however, I stumbled across the <a href="http://sportstracker.nokia.com/nts/main/index.do">Nokia Sports Tracker</a>. It is an application aimed at runners/cyclists/hikers, which captures GPS data for a session - or &#8216;work out&#8217;, and allows you to upload it to their website, where you can monitor your progress, view routes on a map, share routes with other people and comment/review your and your friend&#8217;s workouts.</p>
<p>What impresses me most about the Sports Tracker application is the social element. While Nokia could have just developed the application for the handset and been done with it, they went one step further and added the social element.</p>
<p>Even better, Nokia have also taken steps to ensure that non-Nokia user&#8217;s aren&#8217;t completly excluded:</p>
<blockquote><p>For participating and uploading your own tracks you need Nokia Sports Tracker application installed on your Nokia phone (S60 3rd edition). If you don&#8217;t have a phone, you can manually upload your existing tracks in common &#8220;GPX&#8221; data format (import functionality has been tested using GPX files generated by Garmin(tm) devices).</p></blockquote>
<p>While I can&#8217;t find any direct link to an API, there does appear to be an official <a href="http://www.facebook.com/apps/application.php?id=7816567130">Facebook application</a>, although it doesn&#8217;t seem to work for a lot of people (me included). The application on the handset does allow you to export data in a variety of formats however: Google Earth (<a href="http://www.box.net/shared/xoxt3jbaco">KML</a>), <a href="http://www.box.net/shared/7j0t4i50cw">GPX</a>, <a href="http://www.box.net/shared/g1y4p50gko">XML</a> and <a href="http://www.box.net/shared/7pvggec8cc">CSV</a>.</p>
<p>This fits in quite well with my new fitness regime, and as of yesterday I&#8217;m playing football weekly with some guys from work. If I can keep that up and get out for a run a couple of times a week then hopefully I won&#8217;t be such a flabby tub of lard ;-)</p>
<p>For anyone who does sign up, check out <a href="http://sportstracker.nokia.com/nts/user/profile.do?u=geeker87">my profile</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/handthrow.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/handthrow.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/handthrow.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/handthrow.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/handthrow.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/handthrow.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/handthrow.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/handthrow.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/handthrow.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/handthrow.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/handthrow.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/handthrow.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=handthrow.wordpress.com&blog=1656270&post=29&subd=handthrow&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://handthrow.wordpress.com/2008/06/12/nokia-sports-tracker-first-impressions/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geeker87-128.jpg" medium="image">
			<media:title type="html">geeker87</media:title>
		</media:content>

		<media:content url="http://handthrow.files.wordpress.com/2008/06/nst.png?w=207" medium="image">
			<media:title type="html">Nokia Sports Tracker</media:title>
		</media:content>
	</item>
		<item>
		<title>Quick &#8216;n&#8217; dirty automatic backup</title>
		<link>http://handthrow.wordpress.com/2008/06/11/quick-n-dirty-automatic-backup/</link>
		<comments>http://handthrow.wordpress.com/2008/06/11/quick-n-dirty-automatic-backup/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 12:22:54 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Unix/Linux/*BSD]]></category>

		<category><![CDATA[bash]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[script]]></category>

		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://handthrow.wordpress.com/?p=28</guid>
		<description><![CDATA[Well, I learned something new today. I needed to automate a weekly backup (i.e. tar &#38; zip) a bunch of files and automatically send the backup file to another machine. After a brief reminder on how to set up keys for passwordless SSH logins I added this as a daily entry in my crontab:
bf_name=backup-`date +%s`.tar.gz; [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well, I learned something new today. I needed to automate a weekly backup (i.e. tar &amp; zip) a bunch of files and automatically send the backup file to another machine. After a brief reminder on <a href="http://rcsg-gsir.imsb-dsgi.nrc-cnrc.gc.ca/documents/internet/node31.html" target="_blank">how to set up keys for passwordless SSH logins</a> I added this as a daily entry in my crontab:</p>
<p><code>bf_name=backup-`date +%s`.tar.gz; tar czf $bf_name /files 2&amp;&gt; /dev/null; scp $bf_name yyy@xx.xx.xx.xx:backup/daily/</code></p>
<p>This produces a file named &#8216;backup-&lt;Unix timestamp&gt;.tar.gz&#8217; and transfers it over to the other machine via SCP.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/handthrow.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/handthrow.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/handthrow.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/handthrow.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/handthrow.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/handthrow.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/handthrow.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/handthrow.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/handthrow.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/handthrow.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/handthrow.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/handthrow.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=handthrow.wordpress.com&blog=1656270&post=28&subd=handthrow&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://handthrow.wordpress.com/2008/06/11/quick-n-dirty-automatic-backup/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geeker87-128.jpg" medium="image">
			<media:title type="html">geeker87</media:title>
		</media:content>
	</item>
		<item>
		<title>Interview with Simon Bassline Smith at Dogs On Acid</title>
		<link>http://handthrow.wordpress.com/2008/04/22/interview-with-simon-bassline-smith-at-dogs-on-acid/</link>
		<comments>http://handthrow.wordpress.com/2008/04/22/interview-with-simon-bassline-smith-at-dogs-on-acid/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 15:36:38 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Music]]></category>

		<category><![CDATA[bassline smith]]></category>

		<category><![CDATA[drum &amp; bass]]></category>

		<category><![CDATA[production]]></category>

		<guid isPermaLink="false">http://handthrow.wordpress.com/?p=24</guid>
		<description><![CDATA[I really enjoyed reading this interview with Simon Bassline Smith, one of the producers behind some massive drum and bass anthems such as Cold Turkey,  Harder and Everybody Pump. He has to be one of my favorite producers at the moment, so I might have to mission up to Derby sometime and see him [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I really enjoyed reading this <a href="http://www.dogsonacid.com/showthread.php?threadid=568897">interview with Simon Bassline Smith</a>, one of the producers behind some massive drum and bass anthems such as <a href="http://youtube.com/watch?v=wDCzssYXWOE">Cold Turkey</a>,  <a href="http://youtube.com/watch?v=l5zFmJ2OV5k">Harder</a> and <a href="http://youtube.com/watch?v=dzZDfwo7FUU">Everybody Pump</a>. He has to be one of my favorite producers at the moment, so I might have to mission up to Derby sometime and see him play out.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/handthrow.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/handthrow.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/handthrow.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/handthrow.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/handthrow.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/handthrow.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/handthrow.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/handthrow.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/handthrow.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/handthrow.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/handthrow.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/handthrow.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=handthrow.wordpress.com&blog=1656270&post=24&subd=handthrow&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://handthrow.wordpress.com/2008/04/22/interview-with-simon-bassline-smith-at-dogs-on-acid/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geeker87-128.jpg" medium="image">
			<media:title type="html">geeker87</media:title>
		</media:content>
	</item>
		<item>
		<title>Being able to communicate your ideas is just as; if not more important than being able to code.</title>
		<link>http://handthrow.wordpress.com/2008/04/07/being-able-to-communicate-is-just-as-if-not-more-important-than-being-able-to-code/</link>
		<comments>http://handthrow.wordpress.com/2008/04/07/being-able-to-communicate-is-just-as-if-not-more-important-than-being-able-to-code/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 14:15:46 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Work]]></category>

		<category><![CDATA[listening]]></category>

		<category><![CDATA[placement]]></category>

		<category><![CDATA[skills]]></category>

		<category><![CDATA[speaking]]></category>

		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://handthrow.wordpress.com/?p=23</guid>
		<description><![CDATA[I loved this article about writing and communicating your ideas - it is The Next Programming Skill You Should Learn. Despite not being much of a writer myself, it is pretty important to be able to communicate with the outside world in something other than code (IRC doesn&#8217;t count). Writing skills can also help you [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I loved this article about writing and communicating your ideas - it is <a href="http://blog.slickedit.com/?p=223">The Next Programming Skill You Should Learn</a>. Despite not being much of a writer myself, it is pretty important to be able to communicate with the outside world in something other than code (IRC doesn&#8217;t count). Writing skills can also help you contribute to your community by writing articles for journals, or blogging etc &#8212; I guess it is an essential skill for any profession, but I&#8217;d never really seen the connection with programming.</p>
<p>It got me thinking about other skills that you wouldn&#8217;t necessarily associate with being a good programmer.</p>
<p><strong>Listening</strong></p>
<p>If theres one thing I&#8217;ve learned in the past few months on placement, it is that being a good listener is essential. As I work in a solution development role (although these days less and less), I&#8217;m usually working on something very specific to a customer&#8217;s needs, and it is important to make sure you take on board what they want so you can actually get it right first time (2nd thing I&#8217;ve learned: you don&#8217;t).</p>
<p><strong>Speaking</strong></p>
<p>Suprise suprise, I think it helps to be a good speaker too. I don&#8217;t mean just for presentations, but for day to day meetings, telephone conversations, chatting with collegues, etc. One of my biggest problems is that a lot of the time I have an idea, I can&#8217;t get it out coherently/quickly enough/using the right vocabulary &#8212; more down to nerves than anything else &#8212; I find that getting it out on paper, then talking about it is easier. However a little confidence goes a long way, and provided you do some preparation (memorizing your points, making some notes etc) and keep a clear head (not letting nerves get the better of you), it gets a lot easier to cope with. I know, I know, easier said than done!</p>
<p>Can anyone think of some other non-technical skills that could make you a better programmer/developer?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/handthrow.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/handthrow.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/handthrow.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/handthrow.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/handthrow.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/handthrow.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/handthrow.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/handthrow.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/handthrow.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/handthrow.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/handthrow.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/handthrow.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=handthrow.wordpress.com&blog=1656270&post=23&subd=handthrow&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://handthrow.wordpress.com/2008/04/07/being-able-to-communicate-is-just-as-if-not-more-important-than-being-able-to-code/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geeker87-128.jpg" medium="image">
			<media:title type="html">geeker87</media:title>
		</media:content>
	</item>
		<item>
		<title>Link Box</title>
		<link>http://handthrow.wordpress.com/2008/03/26/link-box/</link>
		<comments>http://handthrow.wordpress.com/2008/03/26/link-box/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 14:50:57 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[cache]]></category>

		<category><![CDATA[consistent hashing]]></category>

		<category><![CDATA[distributed]]></category>

		<category><![CDATA[libevent]]></category>

		<category><![CDATA[memcached]]></category>

		<guid isPermaLink="false">http://handthrow.wordpress.com/?p=20</guid>
		<description><![CDATA[Ok, so here is the first of what I hope to be a new weekly habit - my &#8216;Link Box&#8217;. Since I spare far too much time reading other people&#8217;s blogs than posting to my own, I thought I might share some of the more interesting posts.
The first thing to catch my eye this week [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ok, so here is the first of what I hope to be a new weekly habit - my &#8216;Link Box&#8217;. Since I spare far too much time reading other people&#8217;s blogs than posting to my own, I thought I might share some of the more interesting posts.</p>
<p>The first thing to catch my eye this week was a post from <a href="http://www.spiteful.com/">Spiteful</a> about <a href="http://www.spiteful.com/2008/03/17/programmers-toolbox-part-3-consistent-hashing/">Consistent Hashing</a>. I&#8217;d never really thought about how load balancing works, thinking modulus hashing was a commonly used solution. What I like about the idea of consistent hashing is how you can have resources with different capabilities, and it seems to handle a resource dropping out pretty gracefully.</p>
<p><a href="http://spiteful.com">Tom</a> also mentioned <a href="http://www.danga.com/memcached/">memcached</a> - specifclly how <a href="http://last.fm">Last.fm</a> have modified it to support consistent hashing for their caching requirements. I think memcached is a brilliant piece of software, and I&#8217;m itching to apply it in my next project (when I think one up!).</p>
<p>I had a look at some more distributed hash tables, and stumbled across <a href="http://www.sriramkrishnan.com/blog/2008/02/cacheman-fast-distributed-hashtable-for.html">Cacheman</a>, a distributed <a href="http://en.wikipedia.org/wiki/Hash_table">hashtable</a> written for Windows  - in .NET I believe (or the client library is at least). Being a bit of a .NET (s/.NET/M$/) skeptic, I was pretty impressed at how Cacheman appears to be. After talking to a fellow student at my <a href="http://port.ac.uk">university</a> who is doing his final year project in .NET (and hearing about how versatile it is), I&#8217;m going to have to take some time to learn C# or Visual C++ 2008. I&#8217;m hoping <a href="http://www.sriramkrishnan.com">Sriram</a> will release the source soon so that I can take a peek.</p>
<p>After reading up a bit more on memcached and how it works, I saw that it uses <a href="http://www.monkey.org/~provos/libevent/">libevent</a> - which I don&#8217;t think I&#8217;ve ever encountered before. Let me put it like this: libevent is crazy cool. It is basiclly an event-based API for file descriptors. From it&#8217;s website:</p>
<blockquote><p>&#8220;The <em>libevent</em> API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached.  Furthermore, <em>libevent</em> also support callbacks due to <strong>signals</strong> or regular <strong>timeouts</strong>. &#8220;</p></blockquote>
<p>I&#8217;m going to have a play with this tonight and see if I can make some crazy event-driven server. Maybe something like <a href="3.rdrail.net">Third Rail</a>&#8217;s example of how to write a <a href="http://3.rdrail.net/blog/libevent-webserver-in-40-lines-of-c/">simple web server using libevent</a> in only 40 lines of code!</p>
<p>So there you have it. A weeks worth of interesting links - one for everyday I&#8217;ve gone to work and pretended to be busy. I&#8217;ll try and prepare one for next week, if you are interested.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/handthrow.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/handthrow.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/handthrow.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/handthrow.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/handthrow.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/handthrow.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/handthrow.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/handthrow.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/handthrow.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/handthrow.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/handthrow.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/handthrow.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=handthrow.wordpress.com&blog=1656270&post=20&subd=handthrow&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://handthrow.wordpress.com/2008/03/26/link-box/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/geeker87-128.jpg" medium="image">
			<media:title type="html">geeker87</media:title>
		</media:content>
	</item>
	</channel>
</rss>