<?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"
	>

<channel>
	<title>CubeShack.co.uk Blog</title>
	<atom:link href="http://www.cubeshack.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cubeshack.co.uk/blog</link>
	<description>Code first. Shoot Later.</description>
	<pubDate>Thu, 28 Aug 2008 09:30:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Misleading statistics</title>
		<link>http://www.cubeshack.co.uk/blog/2008/08/28/misleading-statistics/</link>
		<comments>http://www.cubeshack.co.uk/blog/2008/08/28/misleading-statistics/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 09:29:24 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<category><![CDATA[housing market]]></category>

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

		<guid isPermaLink="false">http://www.cubeshack.co.uk/blog/?p=30</guid>
		<description><![CDATA[
Everyone knows the housing market is collapsing and everyone seems to think that their house is no longer worth anything and not selling. BBC posted this graph a while ago which shows the percentage that housing prices are changing.
Lets interpret: For the first 5-6 months of 2007, prices went up about 11% a month.
By the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_32" class="wp-caption alignright" style="width: 162px"><a href="http://www.cubeshack.co.uk/blog/wp-content/uploads/2008/08/_44965390_house_prices_08_08.gif"><img class="size-medium wp-image-32" title="Misleading graphs" src="http://www.cubeshack.co.uk/blog/wp-content/uploads/2008/08/_44965390_house_prices_08_08-152x300.gif" alt="An example of a horribly misleading graph" width="152" height="300" /></a><p class="wp-caption-text">An example of a horribly misleading graph</p></div>
<p>Everyone knows the housing market is collapsing and everyone seems to think that their house is no longer worth anything and not selling. <a href="http://news.bbc.co.uk/1/hi/business/7584877.stm" target="_blank">BBC</a> posted this graph a while ago which shows the percentage that housing prices are changing.</p>
<p>Lets interpret: For the first 5-6 months of 2007, prices went up about 11% a month.</p>
<p>By the end of the year, housing prices were still rising by 5%, which on average, shows that over the whole second half of 2007, prices were still rising by 8%.</p>
<p>For the first 3 months of 2008, housing prices were (still) rising, but by not as much.</p>
<p>Only the last 4-5 months of the graph actually show prices falling. on an average of about 5-6%. (I shall say 5 months at 6% to be fair).</p>
<p>Let&#8217;s use some real numbers&#8230;<span id="more-30"></span></p>
<p>The BBC article says that the housing market has dropped 10.5% in a year. Which is technically true, but only at the most extreme case from August last year to August this year.</p>
<p>So, say I had a £250,000 house in 2006. In August 2007, it went up by 11%, so it is now worth £277,500. In August 2008, it has dropped 10.5%, so it is now worth £251,100, which is still more than 2006.</p>
<p>I&#8217;m not saying the housing market isn&#8217;t going down and that it&#8217;s all media hype. It is a considerable difference to that of a year ago, which is unfortunate for people trying to move, but they shouldn&#8217;t be put off.</p>
<p>What I&#8217;m saying is, LOOK AT THAT GRAPH. It gives the impression that the housing market is plummeting downwards at a frigtening speed. Which is not true, even at it&#8217;s worse case scenario, it still shows a small increase in value on property over a 2 year period. By using the &#8220;year change %&#8221;, it makes it look a lot worse that it is.</p>
<div id="attachment_34" class="wp-caption aligncenter" style="width: 291px"><a href="http://www.cubeshack.co.uk/blog/wp-content/uploads/2008/08/untitled.jpg"><img class="size-medium wp-image-34" title="Actual Graph" src="http://www.cubeshack.co.uk/blog/wp-content/uploads/2008/08/untitled.jpg" alt="A quick doodle of what the graph really should looks like, showing increase in prices, then the fall in prices starting a couple of months ago" width="281" height="228" /></a><p class="wp-caption-text">A quick doodle of what the graph really should looks like, showing increase in prices, then the fall in prices starting a couple of months ago</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.cubeshack.co.uk/blog/2008/08/28/misleading-statistics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>.htaccess alias setup</title>
		<link>http://www.cubeshack.co.uk/blog/2008/08/21/htaccess-alias-setup/</link>
		<comments>http://www.cubeshack.co.uk/blog/2008/08/21/htaccess-alias-setup/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 15:54:19 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
		
		<category><![CDATA[CubeShack.co.uk]]></category>

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

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

		<guid isPermaLink="false">http://www.cubeshack.co.uk/blog/?p=24</guid>
		<description><![CDATA[I&#8217;ve got this situation:
I own 4 domains, they all point to the same hosting space. So, each domain would load exactly the same pages. I.e, example1.com/home/ is exactly the same as example2.com/home/
I&#8217;ve searched forever to find a .htaccess script to do this, and I finally have it.
Here is the magic code (replace example1.com with yourdomain [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got this situation:</p>
<p>I own 4 domains, they all point to the same hosting space. So, each domain would load exactly the same pages. I.e, example1.com/home/ is exactly the same as example2.com/home/</p>
<p>I&#8217;ve searched forever to find a .htaccess script to do this, and I finally have it.<span id="more-24"></span></p>
<p>Here is the magic code (replace example1.com with yourdomain and example1/ with your directory for that domain):</p>
<pre>RewriteEngine on
RewriteOptions MaxRedirects=1

#Website 1
RewriteCond %{HTTP_HOST} ^(www.)?example1.com$
RewriteCond %{REQUEST_URI} !^/example1/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /example1/$1

RewriteCond %{HTTP_HOST} ^(www.)?example1.com$
RewriteRule ^(/)?$ example1/ [L]</pre>
<p>The above forwards any requests for example1.com (or www.example1.com) and silently loads the directory &#8220;example1/&#8221;.</p>
<p>I.e, the address www.example1.com/test/ will actually load up www.example1.com/example1/test</p>
<p>But, the address in the address bar will not change.<br />
For multiple domains, copy the code from the &#8220;Website 1&#8243; comment downwards.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubeshack.co.uk/blog/2008/08/21/htaccess-alias-setup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flat-Earthers</title>
		<link>http://www.cubeshack.co.uk/blog/2008/08/06/flat-earthers/</link>
		<comments>http://www.cubeshack.co.uk/blog/2008/08/06/flat-earthers/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 23:48:14 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

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

		<category><![CDATA[flat earthers]]></category>

		<guid isPermaLink="false">http://www.cubeshack.co.uk/blog/?p=16</guid>
		<description><![CDATA[
I was reading this article (http://news.bbc.co.uk/1/hi/magazine/7540427.stm) the other day on BBC.
I generally think that people who believe in conspiracy theories are nuts but this group of people genuinely believe that the world is a flat disc&#8230;
It is similar to other conspiracy theories because they believe that there are hundreds of people being paid to keep [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_22" class="wp-caption alignright" style="width: 160px"><a href="http://en.wikipedia.org/wiki/Flat_Earth_Society"><img class="size-thumbnail wp-image-22" title="Flat Earth" src="http://www.cubeshack.co.uk/blog/wp-content/uploads/2008/08/flat_earth1-150x150.jpg" alt="The Flat Earth" width="150" height="150" /></a><p class="wp-caption-text">The Flat Earth</p></div>
<p>I was reading this article (<a href="http://news.bbc.co.uk/1/hi/magazine/7540427.stm" target="_blank">http://news.bbc.co.uk/1/hi/magazine/7540427.stm</a>) the other day on BBC.</p>
<p>I generally think that people who believe in conspiracy theories are nuts but this group of people genuinely believe that the world is a flat disc&#8230;</p>
<p>It is similar to other conspiracy theories because they believe that there are hundreds of people being paid to keep quiet. Why didn&#8217;t the people who started these conspiracy theories ever get offered money also? Simple, it&#8217;s not true. If the government has the resources and power to pull off these kind of conspiracy theories, then they would be able to shut up some nerds making documentaries in their basement.</p>
<p>And secondly (but most importantly), I&#8217;m struggling to see why anyone would go through such extreme methods to make everyone believe the earth is round. How the hell would someone benefit from the earth being round? At least other conspiracy theories have a motive (even if its imaginary), but this one seems to have absolutely no reason for the conspiracy&#8230;</p>
<p>I worry for our species some times&#8230; go think about something useful and stop watching so much TV.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubeshack.co.uk/blog/2008/08/06/flat-earthers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Site</title>
		<link>http://www.cubeshack.co.uk/blog/2008/08/05/new-site/</link>
		<comments>http://www.cubeshack.co.uk/blog/2008/08/05/new-site/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 14:53:21 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
		
		<category><![CDATA[CubeShack.co.uk]]></category>

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

		<guid isPermaLink="false">http://www.cubeshack.co.uk/blog/?p=8</guid>
		<description><![CDATA[CubeShack.co.uk is having a major redesign and different direction.
Stay tuned 
]]></description>
			<content:encoded><![CDATA[<p>CubeShack.co.uk is having a major redesign and different direction.</p>
<p>Stay tuned <img src='http://www.cubeshack.co.uk/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubeshack.co.uk/blog/2008/08/05/new-site/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
