<?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>Overthink</title>
	<atom:link href="http://overthink.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://overthink.co.uk</link>
	<description></description>
	<lastBuildDate>Sun, 21 Feb 2010 12:22:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Eclipse buttons not working?</title>
		<link>http://overthink.co.uk/2010/02/21/eclipse-buttons-not-working/</link>
		<comments>http://overthink.co.uk/2010/02/21/eclipse-buttons-not-working/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 12:22:45 +0000</pubDate>
		<dc:creator>Robbie Scourou</dc:creator>
				<category><![CDATA[of interest]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://overthink.co.uk/?p=102</guid>
		<description><![CDATA[This had me banging my head against a brick wall &#8211; in Ubuntu Karmic, if you use Eclipse and your buttons stop working, create a shell script to launch Eclipse and do the following in it before you run the Eclipse binary:
export GDK_NATIVE_WINDOWS=1
From http://www.ubun2.com/question/334/clicking_eclipse_buttons_not_working_or_does_nothing
]]></description>
			<content:encoded><![CDATA[<p>This had me banging my head against a brick wall &#8211; in Ubuntu Karmic, if you use Eclipse and your buttons stop working, create a shell script to launch Eclipse and do the following in it before you run the Eclipse binary:</p>
<p><code>export GDK_NATIVE_WINDOWS=1</code></p>
<p>From <a href="http://www.ubun2.com/question/334/clicking_eclipse_buttons_not_working_or_does_nothing">http://www.ubun2.com/question/334/clicking_eclipse_buttons_not_working_or_does_nothing</a></p>
]]></content:encoded>
			<wfw:commentRss>http://overthink.co.uk/2010/02/21/eclipse-buttons-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lost your mysql root password?</title>
		<link>http://overthink.co.uk/2010/02/03/lost-your-mysql-root-password/</link>
		<comments>http://overthink.co.uk/2010/02/03/lost-your-mysql-root-password/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 10:58:13 +0000</pubDate>
		<dc:creator>Robbie Scourou</dc:creator>
				<category><![CDATA[of interest]]></category>
		<category><![CDATA[lost]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://overthink.co.uk/?p=97</guid>
		<description><![CDATA[Thought I would make a short instructive post as twice in the last month or so I&#8217;ve seen people come across this problem and not know how to resolve it. In one instance, the user had re-installed mysql and stuffed the server slightly.
If you have command line access to the server, and can login as [...]]]></description>
			<content:encoded><![CDATA[<p>Thought I would make a short instructive post as twice in the last month or so I&#8217;ve seen people come across this problem and not know how to resolve it. In one instance, the user had re-installed mysql and stuffed the server slightly.</p>
<p>If you have command line access to the server, and can login as a root user (or use sudo), do the following to reset your mysql root password.</p>
<ol>
<li>Stop the mysql server, either by directly killing it, or using a startup script (recommended).</li>
<li>Create a text file on the server with the following in it (replace &#8220;somepassword&#8221; with your new password):
<pre>UPDATE mysql.user SET Password=PASSWORD('somepassword') WHERE User='root';
FLUSH PRIVILEGES;</pre>
</li>
<li>Start the mysql server manually, using the &#8211;init-file switch:
<pre>mysqld_safe --init-file=/path/to/file/created/above &amp;</pre>
</li>
<li>Your mysql root password should now be reset, test it out.</li>
<li>If you can connect using the new authentication details, delete the created file, and then stop the mysqld service and start again using the correct startup scripts for your system</li>
</ol>
<p>Simple as that. No need to re-install any software, nuke your data, or spend longer then 15 mins fixing the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://overthink.co.uk/2010/02/03/lost-your-mysql-root-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source and Gaming</title>
		<link>http://overthink.co.uk/2010/01/22/open-source-and-gaming/</link>
		<comments>http://overthink.co.uk/2010/01/22/open-source-and-gaming/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 16:39:56 +0000</pubDate>
		<dc:creator>Robbie Scourou</dc:creator>
				<category><![CDATA[of interest]]></category>
		<category><![CDATA[bungie]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nethack]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[tux]]></category>
		<category><![CDATA[wesnoth]]></category>

		<guid isPermaLink="false">http://overthink.co.uk/?p=93</guid>
		<description><![CDATA[I love computer games. I have done ever since playing the isometric Batman adventure game for my first computer, an Amstrad 6128K, on a green monochrome monitor. My current platform of choice is a playstation 3. I used to be a big windows gamer, but have since switched all my computers over to running Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>I love computer games. I have done ever since playing the isometric Batman adventure game for my first computer, an Amstrad 6128K, on a green monochrome monitor. My current platform of choice is a playstation 3. I used to be a big windows gamer, but have since switched all my computers over to running Ubuntu Linux (mainly due to exasperation with Windows).</p>
<p>Now the playstation is great for gaming, buy isn&#8217;t really suitable for casual play, not to mention the fact that as its plugged into the big tv downstairs, I have to make sure I don&#8217;t monopolise use of the living room.</p>
<p>All this has driven me to explore the current state of gaming on linux. To my surprise I found quite a few games in the Ubuntu repositories. A few of the picks are listed below.</p>
<ul>
<li><a href="http://www.wesnoth.org/">Battle for Wesnoth</a> &#8211; an excellent turn based strategy game.</li>
<li><a href="http://tuxracer.sourceforge.net/">Tux Racer</a> &#8211; a classic. Simple but addictive.</li>
<li><a href="http://source.bungie.org/get/">Aleph One</a> &#8211; the open source Marathon engine. Marathon was the FPS game series released by Bungie studios before their Halo success. Great story line and world creation in this game.</li>
<li><a href="http://fretsonfire.sourceforge.net/">Frets on Fire</a> &#8211; a guitar hero clone that is surprisingly as addictive as the real thing.</li>
<li><a href="http://www.alt.org/nethack/">Nethack</a> &#8211; gets a special mention. No fancy graphics, bloody confusing at first and huge learning curve, but once you grasp it &#8211; surprisingly addictive and very fun . Play on the public nethack server on alt.org.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://overthink.co.uk/2010/01/22/open-source-and-gaming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freenet, Darknets, the hidden web</title>
		<link>http://overthink.co.uk/2009/11/26/freenet-darknets-the-hidden-web/</link>
		<comments>http://overthink.co.uk/2009/11/26/freenet-darknets-the-hidden-web/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 18:14:23 +0000</pubDate>
		<dc:creator>Robbie Scourou</dc:creator>
				<category><![CDATA[of interest]]></category>
		<category><![CDATA[darknet]]></category>
		<category><![CDATA[freenet]]></category>
		<category><![CDATA[guardian]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://overthink.co.uk/?p=91</guid>
		<description><![CDATA[Well. I was halfway through writing up a few thoughts on private p2p networks like Freenet, then the Guardian published this piece (http://www.guardian.co.uk/technology/2009/nov/26/dark-side-internet-freenet) &#8211; followed by Freenet&#8217;s creator posting this slight rebuttal (http://blog.locut.us/main/2009/11/25/the-guardian-writes-about-freenet.html).
So I guess I&#8217;ll let them fill you in!  
Suffice to say that the Guardian article should be taken with a healthy [...]]]></description>
			<content:encoded><![CDATA[<p>Well. I was halfway through writing up a few thoughts on private p2p networks like Freenet, then the Guardian published this piece (<a href="http://www.guardian.co.uk/technology/2009/nov/26/dark-side-internet-freenet">http://www.guardian.co.uk/technology/2009/nov/26/dark-side-internet-freenet</a>) &#8211; followed by Freenet&#8217;s creator posting this slight rebuttal (<a href="http://blog.locut.us/main/2009/11/25/the-guardian-writes-about-freenet.html">http://blog.locut.us/main/2009/11/25/the-guardian-writes-about-freenet.html</a>).</p>
<p>So I guess I&#8217;ll let them fill you in! <img src='http://overthink.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Suffice to say that the Guardian article should be taken with a healthy dose of NaCl. It reads like quite a sensationalist piece. Much of the &#8220;Dark Web&#8221; they talk about are things like company Intranets and non-public social networking sites (your facebook profile for non friends for instance). It&#8217;s not all scary Russians and kiddie fiddlers. The readers that are shocked by the &#8216;hidden&#8217; Internet tend to be those that don&#8217;t really know what the Internet comprises in the first place.</p>
<p>Still, if you want to see what the Internet looked like 10-15 years ago  &#8211; fire up a copy of <a href="http://freenetproject.org/">Freenet</a> and browse around. It&#8217;s a good project that deserves a little more positive publicity.</p>
]]></content:encoded>
			<wfw:commentRss>http://overthink.co.uk/2009/11/26/freenet-darknets-the-hidden-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overthink: Targets, targets and targets.</title>
		<link>http://overthink.co.uk/2009/10/17/overthink-targets-targets-and-targets/</link>
		<comments>http://overthink.co.uk/2009/10/17/overthink-targets-targets-and-targets/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 20:20:56 +0000</pubDate>
		<dc:creator>Robbie Scourou</dc:creator>
				<category><![CDATA[Overthink business]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[progress]]></category>
		<category><![CDATA[targets]]></category>

		<guid isPermaLink="false">http://overthink.co.uk/?p=88</guid>
		<description><![CDATA[I was recently asked how I measure success in what I am doing. How do I know what is enough?

I approach it like this &#8211; I have 3 targets I try to hit every month. The first is to earn enough money to keep the company costs ticking over for the month. The second is [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently asked how I measure success in what I am doing. How do I know what is enough?</p>
<p><span id="more-88"></span></p>
<p>I approach it like this &#8211; I have 3 targets I try to hit every month. The first is to earn enough money to keep the company costs ticking over for the month. The second is to earn enough so that I can also cover what I take out of the company each month for me (a wage!). The last target is to earn enough on top of the first two to cover an amount that can stay in the company for lean months or dividends at the end of the financial year.</p>
<p>You can keep these targets as financial ones, or convert them via your daily rate to bookable hours in a month. Then all you need to do is ensure you put enough sales effort in to hit the targets. Booked work is key.</p>
<p>Whatever the measurement you use the key thing is to track your progress. Printout a calendar with all 3 targets on them for the next year and as you do the work and pass the targets, tick them off. It&#8217;s key to give yourself the boost of knowing that you&#8217;ve done what you need to in a month &#8211; or the kick in the rear to get you chasing work.</p>
<p>The side benefit of all this tracking is that it can help stop you from overworking and booking in too much work. It may seem counter productive, but don&#8217;t take on all the work you are offered, just what you can handle.</p>
<p>Burning out makes you no use whatsoever to your clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://overthink.co.uk/2009/10/17/overthink-targets-targets-and-targets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Links: Ted talks</title>
		<link>http://overthink.co.uk/2009/09/25/quick-links-ted-talks/</link>
		<comments>http://overthink.co.uk/2009/09/25/quick-links-ted-talks/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 21:21:05 +0000</pubDate>
		<dc:creator>Robbie Scourou</dc:creator>
				<category><![CDATA[of interest]]></category>
		<category><![CDATA[allosphere]]></category>
		<category><![CDATA[cymatics]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[inspire]]></category>
		<category><![CDATA[optics]]></category>
		<category><![CDATA[talks]]></category>
		<category><![CDATA[ted]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://overthink.co.uk/?p=85</guid>
		<description><![CDATA[I find the ted talks quite inspiring, and try to keep up with them as they are posted. Here are a few picks.




]]></description>
			<content:encoded><![CDATA[<p>I find the ted talks quite inspiring, and try to keep up with them as they are posted. Here are a few picks.</p>
<p><span id="more-85"></span></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="446" height="326" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="bgColor" value="#ffffff" /><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/JoshSilver_2009G-medium.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/JoshSilver-2009G.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=623&amp;introDuration=16500&amp;adDuration=4000&amp;postAdDuration=2000&amp;adKeys=talk=josh_silver_demos_adjustable_liquid_filled_eyeglasses;year=2009;theme=new_on_ted_com;theme=design_like_you_give_a_damn;theme=the_creative_spark;theme=not_business_as_usual;theme=speaking_at_tedglobal2009;theme=tales_of_invention;theme=rethinking_poverty;event=TEDGlobal+2009;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><param name="src" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" /><param name="bgcolor" value="#ffffff" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="446" height="326" src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" flashvars="vu=http://video.ted.com/talks/dynamic/JoshSilver_2009G-medium.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/JoshSilver-2009G.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=623&amp;introDuration=16500&amp;adDuration=4000&amp;postAdDuration=2000&amp;adKeys=talk=josh_silver_demos_adjustable_liquid_filled_eyeglasses;year=2009;theme=new_on_ted_com;theme=design_like_you_give_a_damn;theme=the_creative_spark;theme=not_business_as_usual;theme=speaking_at_tedglobal2009;theme=tales_of_invention;theme=rethinking_poverty;event=TEDGlobal+2009;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" bgcolor="#ffffff" wmode="transparent" allowfullscreen="true"></embed></object></p>
<p><object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/EvanGrant_2009G-medium.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/EvanGrant-2009G.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=626&#038;introDuration=16500&#038;adDuration=4000&#038;postAdDuration=2000&#038;adKeys=talk=evan_grant_cymatics;year=2009;theme=speaking_at_tedglobal2009;theme=the_creative_spark;event=TEDGlobal+2009;&#038;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/dynamic/EvanGrant_2009G-medium.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/EvanGrant-2009G.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=626&#038;introDuration=16500&#038;adDuration=4000&#038;postAdDuration=2000&#038;adKeys=talk=evan_grant_cymatics;year=2009;theme=speaking_at_tedglobal2009;theme=the_creative_spark;event=TEDGlobal+2009;"></embed></object><br />
<object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/JoAnnKuchera-Morin_2009-medium.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/JoAnnKuchera-Morin-2009.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=516&#038;introDuration=16500&#038;adDuration=4000&#038;postAdDuration=2000&#038;adKeys=talk=joann_kuchera_morin_tours_the_allosphere;year=2009;theme=the_creative_spark;theme=numbers_at_play;theme=speaking_at_ted2009;theme=presentation_innovation;event=TED2009;&#038;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/dynamic/JoAnnKuchera-Morin_2009-medium.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/JoAnnKuchera-Morin-2009.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=516&#038;introDuration=16500&#038;adDuration=4000&#038;postAdDuration=2000&#038;adKeys=talk=joann_kuchera_morin_tours_the_allosphere;year=2009;theme=the_creative_spark;theme=numbers_at_play;theme=speaking_at_ted2009;theme=presentation_innovation;event=TED2009;"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://overthink.co.uk/2009/09/25/quick-links-ted-talks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overthink: Short lessons&#8230;</title>
		<link>http://overthink.co.uk/2009/09/24/overthink-short-lessons/</link>
		<comments>http://overthink.co.uk/2009/09/24/overthink-short-lessons/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 18:24:12 +0000</pubDate>
		<dc:creator>Robbie Scourou</dc:creator>
				<category><![CDATA[Overthink business]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[learned]]></category>
		<category><![CDATA[lesson]]></category>
		<category><![CDATA[short]]></category>

		<guid isPermaLink="false">http://overthink.co.uk/?p=81</guid>
		<description><![CDATA[It&#8217;s been a busy couple of months. I would hesitate to say maybe too busy, because all work is good work, but a few breaks in the schedule would have been nice.
It&#8217;s easy to book in a full month or two of work, and it feels good to be able to say to yourself &#8220;I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a busy couple of months. I would hesitate to say maybe too busy, because all work is good work, but a few breaks in the schedule would have been nice.</p>
<p>It&#8217;s easy to book in a full month or two of work, and it feels good to be able to say to yourself &#8220;I&#8217;m on target&#8221;. Remember though, if you book a full 5 days to your clients, when do you do your admin? If you book out a full month, when do you sort out your invoicing. You need to be careful with it otherwise you&#8217;ll soon be doing 10 hr days to keep up with it all.</p>
<p>I&#8217;ve found that so far, running my own company (of one person) is quite easy once I got things off the ground, but there is a constant admin cost associated with it &#8211; small, but it&#8217;s there. Make sure you keep room in your schedule for it.</p>
<p>Beyond that, when you do get your down time, make sure you enjoy it and step completely away from the work. Working for yourself so you can work in a flexible manner is great, but not if that&#8217;s all you do.</p>
]]></content:encoded>
			<wfw:commentRss>http://overthink.co.uk/2009/09/24/overthink-short-lessons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overthink: In the event of an emergency&#8230; (the disaster recovery post)</title>
		<link>http://overthink.co.uk/2009/08/01/overthink-in-the-event-of-an-emergency-the-disaster-recovery-post/</link>
		<comments>http://overthink.co.uk/2009/08/01/overthink-in-the-event-of-an-emergency-the-disaster-recovery-post/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 14:24:40 +0000</pubDate>
		<dc:creator>Robbie Scourou</dc:creator>
				<category><![CDATA[Overthink business]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[disaster]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://overthink.co.uk/?p=61</guid>
		<description><![CDATA[I&#8217;ve asked around and there are three camps when it comes to backups and disaster recovery:

Even my bookmarks are on a RAID with off-site backup
Yeah I keep meaning to get around to that
What&#8217;s disaster recovery?

Most people coming to freelance/self employment will be coming from an employed background. I.e. They&#8217;ve had a company surrounding them which [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve asked around and there are three camps when it comes to backups and disaster recovery:</p>
<ol>
<li>Even my bookmarks are on a RAID with off-site backup</li>
<li>Yeah I keep meaning to get around to that</li>
<li>What&#8217;s disaster recovery?</li>
</ol>
<p>Most people coming to freelance/self employment will be coming from an employed background. I.e. They&#8217;ve had a company surrounding them which provides more then a few creature comforts, one of which was most probably an IT department which looked after things such as network file stores, Internet access and backups.</p>
<p>However now you are on your own.</p>
<p>If you fall into camp 1 in the list above, then pat yourself on the back and go take a look at something else for a bit. If you don&#8217;t fall into camp 1, then read on, as you need to get seriously worried about your recovery plans.</p>
<p><span id="more-61"></span>One thing that all IT managers/Sysadmins etc will do before anything else is ensure that they have adequate backups. With a decent backup and disaster recovery plan, you can get yourself out of pretty much any IT hole with the minimum fuss and stress. Ever noticed how when something on the network goes critically wrong your sysadmin is completely laid back and un-stressed (sometimes almost annoyingly so)?</p>
<p>It&#8217;s because he/she has that safety net behind them.</p>
<p>Think about this scenario for a bit:</p>
<p>You&#8217;ve got work booked in that has to be delivered today, but your main work computer has [been stolen/died/had milkshake dropped on it/got a horrible virus]:</p>
<ul>
<li>How do you get back to being able to work for clients as quickly as possible?</li>
<li>What steps do you need to take to get back to the status-quo?</li>
</ul>
<p><strong>What I do</strong></p>
<p>Now &#8211; having been working in the IT industry for a long time and having been responsible for company IT departments for some of that time, I&#8217;m naturally quite obsessive about backups. This is what I currently do &#8211; hopefully this can give you a few ideas about how to secure your disaster recovery plans, and therefore secure your turnover.</p>
<p><strong>Geographical separation</strong></p>
<p>Quite simply don&#8217;t put all your eggs in one basket. Want to host client websites for preview etc? Don&#8217;t do it at the end of your ADSL line. Make sure that all key resources you use are split out over physically different systems. I currently have three resources that I use: My home computer, web server and Amazon S3 storage.</p>
<p><strong>Version control</strong></p>
<p>Store anything important or even mildly important in version control. I use SVN, but you can use whatever you like. All code, writing, notes, configs get stored in SVN. That way I can rollback easily in event of an error. If I am rebuilding my server as it&#8217;s failed, then it&#8217;s one checkout command to get back all my configs for apache etc.</p>
<p>The SVN server is offsite (not in my house), so is not at the whim of a break in/fire/flood etc. If I do work locally, once the data is checked in I can stop worrying about the security of it on my local machine.</p>
<p><strong>Backups</strong></p>
<p>Backup all this data that you store. As everything of importance that I use is stored in SVN, I just worry about backing up SVN on a regular basis rather then backing up 50 distinct locations. All my backups are stored in multiple locations and on separate physical devices/media.</p>
<p>The main backups are the SVN system and associated files, these upload themselves securely to <a href="http://aws.amazon.com/s3/" target="_blank">Amazon S3</a> daily and, in addition, copy themselves onto an NFS backup mount. So I have each file in 3 secure locations: SVN server, Amazon S3, NFS mount.</p>
<p>Ad hoc backups (images, other binaries that need to be stored once and not version controlled), are stored in S3 as well. I dump these in a local folder on my machine, and this pushes up to S3 daily via a cron job.</p>
<p>I use the <a href="http://s3sync.net/wiki" target="_blank">s3sync</a> ruby script to manage all these transfers.</p>
<p>Once the data is on S3, I don&#8217;t really need to worry too much about it being lost:</p>
<blockquote><p><em>Amazon S3 gives any developer access to the same highly scalable, reliable, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of web sites. The service was designed for 99.99% availability, and carries a service level agreement providing service credits if a customer’s availability falls below 99.9%.</em></p></blockquote>
<p>However I do also grab down from S3 on a regular basis and backup the files to CD, just to ensure I have an offline copy of data in an emergency.</p>
<p><strong>Local Machine</strong></p>
<p>I, like any other tech worker, am very fussy about my machine. The mouse sensitivity has to be just so, the desktop environment has to be set up in a specific way and of course the applications I need to use have to be at my finger tips.</p>
<p>In order to get this back as quickly as possible, with minimum fuss, I&#8217;ve used <a href="http://mondorescue.org/" target="_blank">mondo rescue</a> to image my machine to DVD(s). It&#8217;s linux specific, and your mileage may vary for Windows/Mac partitions. Have a hunt on Google for other options for Windows/Mac &#8211; Symantec Ghost suite is a windows app I&#8217;ve used in the past.</p>
<p>Remember, all important docs go into SVN, so all I really need to back up here is the system &#8211; not personal files, these are already covered.</p>
<p>If my machine dies, and I can&#8217;t recover manually, I just pop the mondo rescue DVD into my drive, boot, and it sorts out the rest.</p>
<p><strong>Summary</strong></p>
<p>These are the main systems I use to ensure that I can recover from most problems. Beyond this I use various forms of encryption for data security, but again this is down to user choice and the type of data you store. I&#8217;m also about to get a laptop so I am not so reliant on my home machine and Internet connection.</p>
<p>One key thing to remember: when you have to use these systems to recover, try to make a note of what didn&#8217;t work too well in the recovery process. I image my local machine because the last time I did a rebuild it took too long.</p>
<p>If you can make a change now that will make your life easier in the event of a problem occurring, then do it.</p>
<p>Please ask any questions about specifics in the comments, and I&#8217;ll collate and respond in another post where appropriate.</p>
]]></content:encoded>
			<wfw:commentRss>http://overthink.co.uk/2009/08/01/overthink-in-the-event-of-an-emergency-the-disaster-recovery-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overthink: First steps in starting a ltd company.</title>
		<link>http://overthink.co.uk/2009/07/12/overthink-first-steps-in-starting-a-ltd-company/</link>
		<comments>http://overthink.co.uk/2009/07/12/overthink-first-steps-in-starting-a-ltd-company/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 10:24:06 +0000</pubDate>
		<dc:creator>Robbie Scourou</dc:creator>
				<category><![CDATA[Overthink business]]></category>

		<guid isPermaLink="false">http://overthink.co.uk/?p=38</guid>
		<description><![CDATA[I like to think I know a lot about my chosen profession. In the last 11 years I&#8217;ve worked in Web/IT I&#8217;ve had many different job descriptions and worn many different hats. From management to client liaison and of course my favourite, coding. So when I made the decision to go into business for myself, [...]]]></description>
			<content:encoded><![CDATA[<p>I like to think I know a lot about my chosen profession. In the last 11 years I&#8217;ve worked in Web/IT I&#8217;ve had many different job descriptions and worn many different hats. From management to client liaison and of course my favourite, coding. So when I made the decision to go into business for myself, I wasn&#8217;t worried about having too narrow a skill set or doing the work I could get in.</p>
<p><span id="more-38"></span>However, I know nothing about starting a business and running it. The nuts and bolts of getting things done that have to be done. Accounts, insurance, taxes, expenses, PAYE, VAT &#8211; the list of things I knew nothing about towered over me and I was scared. Chances are if you are at this stage of striking out on your own, you are probably feeling the same. Luckily help is on hand.</p>
<p>For me the help came in the form of <a href="http://www.nwes.org.uk/" target="_blank">NWES</a> &#8211; a local, council funded, business advice organisation. Most cities will have a place like this. <a href="http://www.businesslink.gov.uk/" target="_blank">Business Link</a> are another that cover the UK fairly well and have a sizable online presence.</p>
<p>You can&#8217;t be afraid to ask for advice, and if the advice is free, all the better for the potential entrepreneur who is looking to bootstrap a company on the minimum needed.</p>
<p>Before starting a company, or registering anything official &#8211; seek out the advice of those that know.</p>
<p>I had an hour long session with an <a href="http://www.nwes.org.uk/" target="_blank">NWES</a> advisor in which I laid out my plans bare, talked about what I knew and more importantly &#8211; what I didn&#8217;t. I got a lot of advice but essentially for my problems (the nuts and bolts of running a business) it boiled down to one thing:</p>
<p><strong>Get an accountant.</strong></p>
<p>They will register your company for you, and set it up in the most tax efficient way possible. Shop around, I had one guy try to charge me over twice on a monthly basis what I am being charged by the guy that I chose to use.</p>
<p>All accountants should offer a free first meeting, don&#8217;t just email them and ask for a quote &#8211; get to know them on a face to face basis &#8211; you will be placing your money in their hands. Prices will vary but from what I&#8217;ve seen the average monthly fee for running the books on a one person ltd company is about £60 &#8211; £70 in addition to one off charges for company registration.</p>
<p>In this period of the company (described on the <a href="http://www.fourhourworkweek.com/blog/2008/10/03/harnessing-entrepreneurial-manic-depression-making-the-rollercoaster-work-for-you/" target="_blank">Tim Ferriss blog</a> as &#8216;Uninformed Optimism&#8217;), I don&#8217;t want to be worrying about tax liability or sorting out the PAYE, I want to be getting out there and getting work in, finding clients and pushing for business. If Overthink ltd survives past it&#8217;s first year or two, then I&#8217;ll look at doing some of the books myself &#8211; maybe.</p>
<p>At the moment my energy as the director (and caretaker) of the company is to ensure success. I can&#8217;t do this if I am struggling with end of year accounts and VAT returns.</p>
<p>Good Luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://overthink.co.uk/2009/07/12/overthink-first-steps-in-starting-a-ltd-company/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ray Kurzweil on the Singularity</title>
		<link>http://overthink.co.uk/2009/07/02/ray-kurzweil-on-the-singularity/</link>
		<comments>http://overthink.co.uk/2009/07/02/ray-kurzweil-on-the-singularity/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 15:26:09 +0000</pubDate>
		<dc:creator>Robbie Scourou</dc:creator>
				<category><![CDATA[of interest]]></category>

		<guid isPermaLink="false">http://overthink.co.uk/?p=36</guid>
		<description><![CDATA[Via TED talks:

]]></description>
			<content:encoded><![CDATA[<p>Via <a href="http://www.ted.com" target="_blank">TED talks</a>:</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="446" height="326" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="bgColor" value="#ffffff" /><param name="flashvars" value="vu=http://video.ted.com/talks/embed/RayKurzweil_2009U-embed_high.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/RayKurzweil-2009U.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=560" /><param name="src" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" /><param name="bgcolor" value="#ffffff" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="446" height="326" src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" flashvars="vu=http://video.ted.com/talks/embed/RayKurzweil_2009U-embed_high.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/RayKurzweil-2009U.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=560" bgcolor="#ffffff" wmode="transparent" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://overthink.co.uk/2009/07/02/ray-kurzweil-on-the-singularity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
