<?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>Matthew Oakley</title>
	<atom:link href="http://www.matthewoakley.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matthewoakley.co.uk</link>
	<description>freelance web developer</description>
	<lastBuildDate>Sat, 22 May 2010 12:08:24 +0000</lastBuildDate>
	

<!-- Debugging help, do not remove -->
<meta name="Framework" content="Kpress" />
<meta name="Theme Version" content="1.3" />
<meta name="Framework Version" content="1.3.2" />


	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing games to the Xbox360 hard drive</title>
		<link>http://www.matthewoakley.co.uk/gaming/installing-games-to-the-xbox360-hard-drive/</link>
		<comments>http://www.matthewoakley.co.uk/gaming/installing-games-to-the-xbox360-hard-drive/#comments</comments>
		<pubDate>Sat, 22 May 2010 12:06:15 +0000</pubDate>
		<dc:creator>Matthew Oakley</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://www.matthewoakley.co.uk/?p=90</guid>
		<description><![CDATA[There&#8217;s a lot of excitement at present surrounding the new Rockstar Games release, Read Dead Redemption, not least amongst my friends at V4 Technical! Having received my copy through from Amazon yesterday, I learned an interesting little tid-bit from Alex Gisby that I cannot quite believe I did not know already.
Apparently, you can install a [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a lot of excitement at present surrounding the new <a href="http://www.rockstargames.com/" target="_blank">Rockstar Games</a> release, <a href="http://www.amazon.co.uk/Red-Dead-Redemption-Xbox-360/dp/B0026IBHGU/ref=sr_1_1?ie=UTF8&amp;s=videogames&amp;qid=1274529817&amp;sr=8-1" target="_blank">Read Dead Redemption</a>, not least amongst my friends at <a href="http://www.v4technical.com" target="_blank">V4 Technical</a>! Having received my copy through from Amazon yesterday, I learned an interesting little tid-bit from <a href="http://blog.solution10.com" target="_self">Alex Gisby</a> that I cannot quite believe I did not know already.</p>
<p>Apparently, you can install a game to the Xbox360 hard drive, thus speeding up gameplay and most interestingly, the noisy fans and optical disc drives don&#8217;t spin constantly so the machine runs almost silently!</p>
<h4>How do I install my games?</h4>
<p>Well, assuming that you have a fairly decent sized hard drive (i.e. not the original 8GB or the Arcade Edition) then it&#8217;s simple and I&#8217;d strongly recommend it. All you need to do is insert the game disc into the console and boot up to the Xbox dashboard. Navigate to the game and instead of pressing &#8216;A&#8217; to load the game, press &#8216;Y&#8217; instead, this opens the game info screen. Inside of this menu you will see an option to install the game. Obviously, the installation takes a few minutes (Red Dead Redemption probably took around 4 minutes to install) but afterwards you&#8217;ll be able to play the game with much quicker loading and without the console fans drowning out the audio entertainment!</p>
<p>P.S. You&#8217;ll still need the disc in order to play the game, so this won&#8217;t help you to pirate copies of games!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewoakley.co.uk/gaming/installing-games-to-the-xbox360-hard-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Truncated files using MacFuse</title>
		<link>http://www.matthewoakley.co.uk/software/coding/truncated-files-using-macfuse/</link>
		<comments>http://www.matthewoakley.co.uk/software/coding/truncated-files-using-macfuse/#comments</comments>
		<pubDate>Wed, 12 May 2010 10:37:16 +0000</pubDate>
		<dc:creator>Matthew Oakley</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[macfuse]]></category>
		<category><![CDATA[macfusion]]></category>
		<category><![CDATA[transmit]]></category>
		<category><![CDATA[truncated]]></category>

		<guid isPermaLink="false">http://www.matthewoakley.co.uk/?p=83</guid>
		<description><![CDATA[I use TextMate do write code on my iMac at work and I&#8217;ve noticed an intermittent issue whereby some files appear to be truncated when opening code from a remote source that I&#8217;ve mounted as a local volume. I first noticed the issue a while ago whilst using MacFusion to mount external disks as a [...]]]></description>
			<content:encoded><![CDATA[<p>I use TextMate do write code on my iMac at work and I&#8217;ve noticed an intermittent issue whereby some files appear to be truncated when opening code from a remote source that I&#8217;ve mounted as a local volume. I first noticed the issue a while ago whilst using <a title="MacFusion app" href="http://www.macfusionapp.org/" target="_blank">MacFusion</a> to mount external disks as a local volume so that I can open projects and work on them as if they existed locally in TextMate. At first, I couldn&#8217;t quite understand why the files had been truncated, only ever seeming to chop off the last 2.5 lines or so, and only on certain files. Further investigation showed that the actual files had not been truncated, it was just appearing that way when opening them across the MacFusion connection (be it in any text editor).</p>
<p>I stopped using MacFusion for a while and have recently started using <a href="http://www.panic.com/transmit/" target="_blank">Transmit 4</a> by Panic as this also allows me to mount external disks as local volumes, thus cutting out the need to FTP files back and forth! However, I have found that the truncating problem also seems to crop up using the new software!</p>
<h3>A fix?</h3>
<p>It became apparent that both MacFusion and Transmit 4 utilise another piece of software in order to mount external volumes, <a href="http://code.google.com/p/macfuse/" target="_blank">MacFuse</a>. So, I downloaded installed the latest version of the MacFuse software and (fingers crossed) this does seem to have resolved the issue with truncated files!</p>
<p>I hope that this helps others that are experiencing the issue, please feel free to drop me a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewoakley.co.uk/software/coding/truncated-files-using-macfuse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
