<?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>Corner of Seven &#187; Concepts</title>
	<atom:link href="http://cornerofseven.com/blog/category/tech/concepts/feed/" rel="self" type="application/rss+xml" />
	<link>http://cornerofseven.com/blog</link>
	<description>Helping Tech and People to Get Along</description>
	<lastBuildDate>Tue, 22 Jun 2010 03:53:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Pinewood Derby</title>
		<link>http://cornerofseven.com/blog/2010/02/pinewood-derby/</link>
		<comments>http://cornerofseven.com/blog/2010/02/pinewood-derby/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 05:15:21 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Concepts]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Fairness]]></category>
		<category><![CDATA[Logic]]></category>
		<category><![CDATA[Map]]></category>
		<category><![CDATA[Mom]]></category>
		<category><![CDATA[Pinewood Derby]]></category>
		<category><![CDATA[Practicality]]></category>
		<category><![CDATA[Predictive System]]></category>

		<guid isPermaLink="false">http://cornerofseven.com/blog/?p=177</guid>
		<description><![CDATA[I received a phone call from my Mom earlier this week, posing what would seem to be a simple question: "Could you help come up with something to manage the pinewood derby at the beginning of March?" Little did I know that it was going to become a rather taxing endeavor. The first step has [...]]]></description>
			<content:encoded><![CDATA[<p>I received a phone call from my Mom earlier this week, posing what would seem to be a simple question: "Could you help come up with something to manage the pinewood derby at the beginning of March?"</p>
<p>Little did I know that it was going to become a rather taxing endeavor.</p>
<p>The first step has been figuring out the best way to generate heats.  Given <em>m </em>entrants and <em>n</em> lanes, there must be <em>m/n, </em>rounded up, 'heats' in order to make sure everyone has raced the same number of times.  Some of these heats would be less than the number of lanes, but should be set up to be not only most fair to racers, but keep the scoring as even as possible.</p>
<p>I started out to see if, given <em>m</em> entrants and <em>n</em> lanes, if it was possible to have a true round-robin tournament; that is, make every racer have a race against every other entrant, <strong>and</strong> have each racer have the same number of races.  That would make the calculations for the winner the simplest.  Unfortunately, while easy on paper, it becomes impractical in real life.</p>
<p>For example, say we had 8 racers on 4 lanes.  In order to achieve a true round-robin state, we need to have <sub>8</sub>C<sub>4</sub> races, or 70 heats, in order to satisfy the above conditions.  Now, in practicality, do you think it's possible to have 8 elementary school students sit patiently enough through <strong>seventy</strong> races?  I didn't think so either.</p>
<p>My current goal is to make a heat generator out of some form of predictive system.  Using a map of entrants to see how many times one has competed against another, the generator picks the least raced candidates, in order to keep fairness at a maximum.  There are some other things to take into account for the day, like damage, re-races, and run-offs for ties, but those become part of the operation logic.  The true core of this is creating the heats for each level, and keep track of the points received for those races.</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F02%2Fpinewood-derby%2F&amp;partner=sociable" title="Print"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F02%2Fpinewood-derby%2F&amp;title=Pinewood%20Derby&amp;bodytext=I%20received%20a%20phone%20call%20from%20my%20Mom%20earlier%20this%20week%2C%20posing%20what%20would%20seem%20to%20be%20a%20simple%20question%3A%20%22Could%20you%20help%20come%20up%20with%20something%20to%20manage%20the%20pinewood%20derby%20at%20the%20beginning%20of%20March%3F%22%0D%0A%0D%0ALittle%20did%20I%20know%20that%20it%20was%20going%20to%20become%20a%20" title="Digg"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F02%2Fpinewood-derby%2F&amp;title=Pinewood%20Derby&amp;annotation=I%20received%20a%20phone%20call%20from%20my%20Mom%20earlier%20this%20week%2C%20posing%20what%20would%20seem%20to%20be%20a%20simple%20question%3A%20%22Could%20you%20help%20come%20up%20with%20something%20to%20manage%20the%20pinewood%20derby%20at%20the%20beginning%20of%20March%3F%22%0D%0A%0D%0ALittle%20did%20I%20know%20that%20it%20was%20going%20to%20become%20a%20" title="Google Bookmarks"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F02%2Fpinewood-derby%2F&amp;t=Pinewood%20Derby" title="Facebook"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F02%2Fpinewood-derby%2F&amp;title=Pinewood%20Derby&amp;notes=I%20received%20a%20phone%20call%20from%20my%20Mom%20earlier%20this%20week%2C%20posing%20what%20would%20seem%20to%20be%20a%20simple%20question%3A%20%22Could%20you%20help%20come%20up%20with%20something%20to%20manage%20the%20pinewood%20derby%20at%20the%20beginning%20of%20March%3F%22%0D%0A%0D%0ALittle%20did%20I%20know%20that%20it%20was%20going%20to%20become%20a%20" title="del.icio.us"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F02%2Fpinewood-derby%2F&amp;title=Pinewood%20Derby" title="DZone"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Pinewood%20Derby%20-%20http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F02%2Fpinewood-derby%2F" title="Twitter"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F02%2Fpinewood-derby%2F&amp;title=Pinewood%20Derby" title="Mixx"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Pinewood%20Derby&amp;url=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F02%2Fpinewood-derby%2F" title="Netvibes"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F02%2Fpinewood-derby%2F" title="Technorati"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://cornerofseven.com/blog/2010/02/pinewood-derby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Quality Measurement</title>
		<link>http://cornerofseven.com/blog/2010/01/code-quality-measurement/</link>
		<comments>http://cornerofseven.com/blog/2010/01/code-quality-measurement/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 18:08:13 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Concepts]]></category>
		<category><![CDATA[Neat and Interesting]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://cornerofseven.com/blog/?p=174</guid>
		<description><![CDATA[Found on http://www.makinggoodsoftware.com/ Share and Enjoy:]]></description>
			<content:encoded><![CDATA[<p><img title="Code Quality Measurement" src="http://www.osnews.com/images/comics/wtfm.jpg" alt="Code Quality" width="500" height="471" /></p>
<p>Found on <a href="http://www.makinggoodsoftware.com/">http://www.makinggoodsoftware.com/</a></p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F01%2Fcode-quality-measurement%2F&amp;partner=sociable" title="Print"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F01%2Fcode-quality-measurement%2F&amp;title=Code%20Quality%20Measurement&amp;bodytext=%0D%0A%0D%0AFound%20on%20http%3A%2F%2Fwww.makinggoodsoftware.com%2F" title="Digg"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F01%2Fcode-quality-measurement%2F&amp;title=Code%20Quality%20Measurement&amp;annotation=%0D%0A%0D%0AFound%20on%20http%3A%2F%2Fwww.makinggoodsoftware.com%2F" title="Google Bookmarks"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F01%2Fcode-quality-measurement%2F&amp;t=Code%20Quality%20Measurement" title="Facebook"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F01%2Fcode-quality-measurement%2F&amp;title=Code%20Quality%20Measurement&amp;notes=%0D%0A%0D%0AFound%20on%20http%3A%2F%2Fwww.makinggoodsoftware.com%2F" title="del.icio.us"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F01%2Fcode-quality-measurement%2F&amp;title=Code%20Quality%20Measurement" title="DZone"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Code%20Quality%20Measurement%20-%20http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F01%2Fcode-quality-measurement%2F" title="Twitter"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F01%2Fcode-quality-measurement%2F&amp;title=Code%20Quality%20Measurement" title="Mixx"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Code%20Quality%20Measurement&amp;url=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F01%2Fcode-quality-measurement%2F" title="Netvibes"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2010%2F01%2Fcode-quality-measurement%2F" title="Technorati"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://cornerofseven.com/blog/2010/01/code-quality-measurement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Break the Chain</title>
		<link>http://cornerofseven.com/blog/2009/10/dont-break-the-chain/</link>
		<comments>http://cornerofseven.com/blog/2009/10/dont-break-the-chain/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 03:58:30 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Concepts]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[calendr]]></category>
		<category><![CDATA[chain]]></category>
		<category><![CDATA[droid]]></category>
		<category><![CDATA[goals]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[seinfeld]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://cornerofseven.com/blog/?p=90</guid>
		<description><![CDATA[After reading this post on LifeHacker, I couldn't escape the feeling that I should start doing something like this.  I mean, it works for Jerry Seinfeld, it can't be all that bad. Basically, as described on the link above, the idea is that you keep a daily calendar of all the specific goals you want [...]]]></description>
			<content:encoded><![CDATA[<p>After reading <a href="http://lifehacker.com/software/motivation/jerry-seinfelds-productivity-secret-281626.php" target="_blank">this post on LifeHacker</a>, I couldn't escape the feeling that I should start doing something like this.  I mean, it works for Jerry Seinfeld, it can't be all that bad. <img src='http://cornerofseven.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Basically, as described on the link above, the idea is that you keep a daily calendar of all the specific goals you want to accomplish.  Every time you do something related to a goal,  mark off the day on the calendar.  Once you have a few days consecutively, that is a chain.  The object of this motivational strategy: <strong>Don't Break the Chain</strong>. Seems like a simple enough thing.</p>
<p>In the spirit of bringing in new ideas in order to make things work, I'm going to use a modified schedule, but the chain still takes effect.  Different days for me will be devoted to different goals/tasks.  Mondays and Thursdays I tackle some Ruby code, so I can stay fresh and learn about some of the newer developments that I've missed, having been out of the Ruby loop for a while.  Tuesdays and Saturdays are devoted to Corner of Seven.  That's right, you might actually see <strong>more blog posts.</strong> In addition, I'm looking at building new and experimental pieces onto the domain, including rails and Java webapps, and playing around with php and python, so I can apply these to the blog, and keep the site as a form of digital portfolio.  All of my things will be up here, so it makes it more centralized.</p>
<div id="attachment_95" class="wp-caption alignleft" style="width: 274px"><img class="size-full wp-image-95 " title="motorola-droid-site3" src="http://cornerofseven.com/blog/wp-content/uploads/2009/10/motorola-droid-site3.jpg" alt="Motorola Droid" width="264" height="246" /><p class="wp-caption-text">Motorola Droid</p></div>
<p>Finally, the big hurdle in my calendar, and what is to be the biggest chain - Android.  I've been looking at the mobile phone operating system for a while now, but haven't had the drive to fully enter in and create things for it.  That is, until I saw (and afterwards, held) <a href="http://droiddoes.com" target="_blank">one of these.</a>So, starting today, once a day I will try to do something new in terms of Android development, in an effort to increase my skill and knowledge in the mobile OS.  Hopefully we'll get to see some neat little apps come out of this "Don't break the chain" mentality.  Hope you're along for the ride - I guess we'll see come every Tuesday and Sunday.</p>
<p>Cheers for now.</p>



Share and Enjoy:


	<a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2009%2F10%2Fdont-break-the-chain%2F&amp;partner=sociable" title="Print"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2009%2F10%2Fdont-break-the-chain%2F&amp;title=Don%27t%20Break%20the%20Chain&amp;bodytext=After%20reading%20this%20post%20on%20LifeHacker%2C%20I%20couldn%27t%20escape%20the%20feeling%20that%20I%20should%20start%20doing%20something%20like%20this.%C2%A0%20I%20mean%2C%20it%20works%20for%20Jerry%20Seinfeld%2C%20it%20can%27t%20be%20all%20that%20bad.%20%3A%29%0D%0A%0D%0ABasically%2C%20as%20described%20on%20the%20link%20above%2C%20the%20idea%20is%20that%20you" title="Digg"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2009%2F10%2Fdont-break-the-chain%2F&amp;title=Don%27t%20Break%20the%20Chain&amp;annotation=After%20reading%20this%20post%20on%20LifeHacker%2C%20I%20couldn%27t%20escape%20the%20feeling%20that%20I%20should%20start%20doing%20something%20like%20this.%C2%A0%20I%20mean%2C%20it%20works%20for%20Jerry%20Seinfeld%2C%20it%20can%27t%20be%20all%20that%20bad.%20%3A%29%0D%0A%0D%0ABasically%2C%20as%20described%20on%20the%20link%20above%2C%20the%20idea%20is%20that%20you" title="Google Bookmarks"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2009%2F10%2Fdont-break-the-chain%2F&amp;t=Don%27t%20Break%20the%20Chain" title="Facebook"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2009%2F10%2Fdont-break-the-chain%2F&amp;title=Don%27t%20Break%20the%20Chain&amp;notes=After%20reading%20this%20post%20on%20LifeHacker%2C%20I%20couldn%27t%20escape%20the%20feeling%20that%20I%20should%20start%20doing%20something%20like%20this.%C2%A0%20I%20mean%2C%20it%20works%20for%20Jerry%20Seinfeld%2C%20it%20can%27t%20be%20all%20that%20bad.%20%3A%29%0D%0A%0D%0ABasically%2C%20as%20described%20on%20the%20link%20above%2C%20the%20idea%20is%20that%20you" title="del.icio.us"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.dzone.com/links/add.html?url=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2009%2F10%2Fdont-break-the-chain%2F&amp;title=Don%27t%20Break%20the%20Chain" title="DZone"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/dzone.png" title="DZone" alt="DZone" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Don%27t%20Break%20the%20Chain%20-%20http%3A%2F%2Fcornerofseven.com%2Fblog%2F2009%2F10%2Fdont-break-the-chain%2F" title="Twitter"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2009%2F10%2Fdont-break-the-chain%2F&amp;title=Don%27t%20Break%20the%20Chain" title="Mixx"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvibes.com/share?title=Don%27t%20Break%20the%20Chain&amp;url=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2009%2F10%2Fdont-break-the-chain%2F" title="Netvibes"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/netvibes.png" title="Netvibes" alt="Netvibes" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fcornerofseven.com%2Fblog%2F2009%2F10%2Fdont-break-the-chain%2F" title="Technorati"><img src="http://cornerofseven.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://cornerofseven.com/blog/2009/10/dont-break-the-chain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
