<?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>Simon Cook</title>
	<atom:link href="http://simoncook.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://simoncook.org</link>
	<description>The future is... on a CD? Now where&#039;s that blasted disc gone?</description>
	<lastBuildDate>Sun, 22 Aug 2010 19:43:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Minecraft Admin Wrapper&#8230; now with Levels!</title>
		<link>http://simoncook.org/blog/2010/08/minecraft-admin-wrapper-now-with-levels/</link>
		<comments>http://simoncook.org/blog/2010/08/minecraft-admin-wrapper-now-with-levels/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 15:33:34 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[minecraft]]></category>
		<category><![CDATA[techious]]></category>

		<guid isPermaLink="false">http://simoncook.org/?p=579</guid>
		<description><![CDATA[I&#8217;m writing a variation on a Minecraft Admin Wrapper, and this will act as a nice page with when things have been added (instead of me spamming new messages every few minutes, I&#8217;ll just edit this post) 16:30: Now with Levels! And now I&#8217;m going to go and get dinner, I&#8217;ll be back in about [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m writing a variation on a Minecraft Admin Wrapper, and this will act as a nice page with when things have been added (instead of me spamming new messages every few minutes, I&#8217;ll just edit this post)</p>
<p><strong>16:30: Now with Levels! </strong><em>And now I&#8217;m going to go and get dinner, I&#8217;ll be back in about 2 hours, ready to program the next stage of the wrapper.</em></p>
<p><strong><a href="http://simoncook.org/wordpress/uploads/2010/08/javaw-2010-08-22-16-28-20-29.png" rel="lightbox[579]"><img class="aligncenter size-medium wp-image-580" title="Now with levels (see, I'm root!)" src="http://simoncook.org/wordpress/uploads/2010/08/javaw-2010-08-22-16-28-20-29-300x169.png" alt="Now with levels (see, I'm root!)" width="300" height="169" /></a>20:40</strong> <em>Version Beta 1 is being used on the server, hopefully it works fine! I will release the source code once complete.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2010/08/minecraft-admin-wrapper-now-with-levels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minecraft Tools: SnapShotter 1.0</title>
		<link>http://simoncook.org/blog/2010/08/minecraft-tools-snapshotter-1-0/</link>
		<comments>http://simoncook.org/blog/2010/08/minecraft-tools-snapshotter-1-0/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 10:58:34 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[minecraft]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://simoncook.org/?p=573</guid>
		<description><![CDATA[Although I did post this on the Minecraft Forums, I think I should post this here for anyone who wants to see how simple this script is. What it does is to take a copy of the Minecraft map and copy it to a folder for people to grab (also good for backups when someone [...]]]></description>
			<content:encoded><![CDATA[<p>Although I did post this on the <a href="http://www.minecraftforum.net/viewtopic.php?f=1012&amp;t=27116">Minecraft Forums</a>, I think I should post this here for anyone who wants to see how simple this script is.</p>
<p>What it does is to take a copy of the Minecraft map and copy it to a folder for people to grab (also good for backups when someone TNTs the hell out of your map). If you have any suggestions/improvements, feel free to comment.</p>
<p>(To stop the spamming of rubbish your RSS reader won&#8217;t understand I&#8217;ll put the code under the break.)</p>
<p><span id="more-573"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
<span style="color: #666666; font-style: italic;"># Minecraft World Snapshotter</span>
<span style="color: #666666; font-style: italic;"># Version 1.0</span>
<span style="color: #666666; font-style: italic;"># Created by Simon Cook (simon@simoncook.org)</span>
&nbsp;
<span style="color: #666666; font-style: italic;">## CONFIG START</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># WORLD contains the name of the directory the Minecraft world is in</span>
<span style="color: #007800;">WORLD</span>=<span style="color: #ff0000;">&quot;world&quot;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># FILENAME contains the name that will be appended with the date</span>
<span style="color: #007800;">FILENAME</span>=<span style="color: #ff0000;">&quot;world2-&quot;</span>
<span style="color: #666666; font-style: italic;"># DATE contains the date formatting to be used for a file name</span>
<span style="color: #007800;">DATE</span>=<span style="color: #ff0000;">&quot;%Y%m%d-%H%M%S&quot;</span>
<span style="color: #666666; font-style: italic;"># TYPE defines the file type to create (valid: tar bz2 7z zip)</span>
<span style="color: #007800;">TYPE</span>=<span style="color: #ff0000;">&quot;7z&quot;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># DEST if valid, the snapshot will be copied or moved to this directory</span>
<span style="color: #007800;">DEST</span>=<span style="color: #ff0000;">&quot;/var/www/simoncook.org/web/static/minecraft/&quot;</span>
<span style="color: #666666; font-style: italic;"># CPMV is whether to move or copy if DEST is valid (valid: cp mv)</span>
<span style="color: #007800;">CPMV</span>=<span style="color: #ff0000;">&quot;cp&quot;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">## CONFIG END</span>
<span style="color: #666666; font-style: italic;">## DO NOT EDIT UNDER THIS LINE</span>
&nbsp;
<span style="color: #007800;">FILENAME</span>=<span style="color: #007800;">$FILENAME</span><span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">date</span> +<span style="color: #007800;">$DATE</span><span style="color: #000000; font-weight: bold;">`</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #000000; font-weight: bold;">!</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-d</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$WORLD</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Sorry, World <span style="color: #000099; font-weight: bold;">\&quot;</span><span style="color: #007800;">$WORLD</span><span style="color: #000099; font-weight: bold;">\&quot;</span> does not exist!&quot;</span>
    <span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">1</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$TYPE</span>&quot;</span> == <span style="color: #ff0000;">&quot;tar&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #007800;">FILENAME</span>=<span style="color: #007800;">$FILENAME</span>.tar
    <span style="color: #c20cb9; font-weight: bold;">tar</span> cf <span style="color: #007800;">$FILENAME</span> <span style="color: #007800;">$WORLD</span>
    <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Snapshot created as <span style="color: #007800;">$FILENAME</span>&quot;</span>
<span style="color: #000000; font-weight: bold;">elif</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$TYPE</span>&quot;</span> == <span style="color: #ff0000;">&quot;bz2&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #007800;">FILENAME</span>=<span style="color: #007800;">$FILENAME</span>.tar
    <span style="color: #c20cb9; font-weight: bold;">tar</span> cf <span style="color: #007800;">$FILENAME</span> <span style="color: #007800;">$WORLD</span>
    <span style="color: #c20cb9; font-weight: bold;">bzip2</span> <span style="color: #660033;">-9</span> <span style="color: #007800;">$FILENAME</span>
    <span style="color: #007800;">FILENAME</span>=<span style="color: #007800;">$FILENAME</span>.bz2
    <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Snapshot created as <span style="color: #007800;">$FILENAME</span>&quot;</span>
<span style="color: #000000; font-weight: bold;">elif</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$TYPE</span>&quot;</span> == <span style="color: #ff0000;">&quot;7z&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #007800;">FILENAME</span>=<span style="color: #007800;">$FILENAME</span>.7z
    7za a <span style="color: #660033;">-mx9</span> <span style="color: #007800;">$FILENAME</span> <span style="color: #007800;">$WORLD</span>
    <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Snapshot created as <span style="color: #007800;">$FILENAME</span>&quot;</span>
<span style="color: #000000; font-weight: bold;">elif</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$TYPE</span>&quot;</span> == <span style="color: #ff0000;">&quot;zip&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #007800;">FILENAME</span>=<span style="color: #007800;">$FILENAME</span>.zip
    <span style="color: #c20cb9; font-weight: bold;">zip</span> <span style="color: #660033;">-9rq</span> <span style="color: #007800;">$FILENAME</span> <span style="color: #007800;">$WORLD</span>
    <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Snapshot created as <span style="color: #007800;">$FILENAME</span>&quot;</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-d</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$DEST</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
    <span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$CPMV</span>&quot;</span> == <span style="color: #ff0000;">&quot;mv&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
        <span style="color: #c20cb9; font-weight: bold;">mv</span> <span style="color: #007800;">$FILENAME</span> <span style="color: #007800;">$DEST</span>
        <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;File moved to <span style="color: #007800;">$DEST</span>&quot;</span>
    <span style="color: #000000; font-weight: bold;">elif</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$CPMV</span>&quot;</span> == <span style="color: #ff0000;">&quot;cp&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
        <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #007800;">$FILENAME</span> <span style="color: #007800;">$DEST</span>
        <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;File copied to <span style="color: #007800;">$DEST</span>&quot;</span>
    <span style="color: #000000; font-weight: bold;">fi</span>
<span style="color: #000000; font-weight: bold;">fi</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2010/08/minecraft-tools-snapshotter-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Current Work on some new Techious Membership Features</title>
		<link>http://simoncook.org/blog/2010/08/current-work-on-some-new-techious-membership-features/</link>
		<comments>http://simoncook.org/blog/2010/08/current-work-on-some-new-techious-membership-features/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 17:28:42 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[techious]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[webdav]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://simoncook.org/?p=565</guid>
		<description><![CDATA[Now only if Windows would let me use WebDAV over https without tripping up over itself every 30 seconds&#8230; Basically I have been working on a nice WebDAV document store.  Once complete it will either be a new store or just link to main hosting for Techious Members. (Finally a use for SpcookCMS&#8217; &#8220;Member Store [...]]]></description>
			<content:encoded><![CDATA[<p>Now only if Windows would let me use WebDAV over https without tripping up over itself every 30 seconds&#8230;</p>
<p>Basically I have been working on a nice WebDAV document store.  Once complete it will either be a new store or just link to main hosting for Techious Members. (Finally a use for SpcookCMS&#8217; &#8220;<em>Member Store Size</em>&#8221; feature.) xD</p>
<div id="attachment_566" class="wp-caption aligncenter" style="width: 310px"><a href="http://simoncook.org/wordpress/uploads/2010/08/storage1.png" rel="lightbox[565]"><img class="size-medium wp-image-566 " title="It mounts just like a SMB share :D" src="http://simoncook.org/wordpress/uploads/2010/08/storage1-300x202.png" alt="" width="300" height="202" /></a><p class="wp-caption-text">It mounts just like a SMB share <img src='http://simoncook.org/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p></div>
<div id="attachment_567" class="wp-caption aligncenter" style="width: 310px"><a href="http://simoncook.org/wordpress/uploads/2010/08/storage2.png" rel="lightbox[565]"><img class="size-medium wp-image-567 " title="Document storage on Techious (for an actual use for your membership)" src="http://simoncook.org/wordpress/uploads/2010/08/storage2-300x202.png" alt="" width="300" height="202" /></a><p class="wp-caption-text">Document storage on Techious (for an actual use for your membership)</p></div>
<p><strong>Edit:</strong> Thanks to NetDrive, that does allow WebDAV over SSL to work easily, it all works now! Just a bit of fine tuning and we will have a new Techious Subscription feature!</p>
<div id="attachment_571" class="wp-caption aligncenter" style="width: 310px"><a href="http://simoncook.org/wordpress/uploads/2010/08/storage3.png" rel="lightbox[565]"><img class="size-medium wp-image-571" title="Thanks to NetDrive, all works now :D" src="http://simoncook.org/wordpress/uploads/2010/08/storage3-300x202.png" alt="" width="300" height="202" /></a><p class="wp-caption-text">Thanks to NetDrive, all works now <img src='http://simoncook.org/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p></div>
]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2010/08/current-work-on-some-new-techious-membership-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Hint at fun for LAN</title>
		<link>http://simoncook.org/blog/2010/07/first-hint-at-fun-for-lan/</link>
		<comments>http://simoncook.org/blog/2010/07/first-hint-at-fun-for-lan/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 21:24:47 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://simoncook.org/blog/2010/07/first-hint-at-fun-for-lan/</guid>
		<description><![CDATA[You wouldn&#8217;t want to be Si eh? This was sorted back in February &#62;&#60; Posted via email from Techious LAN LIVE]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<p>You wouldn&#8217;t want to be Si eh? This was sorted back in February &gt;&lt;</p>
<p><img src="http://posterous.com/getfile/files.posterous.com/temp-2010-07-24/snzoryJaieItwCxDsvuvhqAsxmsdEDHtpprdBinCBszfAfFwJgqqqjeGdvel/LANFestivities.png.scaled500.png" width="485" height="320"/> </p>
<p style="font-size: 10px;">  <a href="http://posterous.com">Posted via email</a>   from <a href="http://live.techious.com/first-hint-at-fun-for-lan">Techious LAN LIVE</a>  </p>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2010/07/first-hint-at-fun-for-lan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yet Another Pre-Update Update</title>
		<link>http://simoncook.org/blog/2010/07/yet-another-pre-update-update/</link>
		<comments>http://simoncook.org/blog/2010/07/yet-another-pre-update-update/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 10:54:19 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://simoncook.org/?p=550</guid>
		<description><![CDATA[Things have been quiet around here, with the starting of the Interactus Project and the sorting out of servers for Techious LAN 2010, things have been busy around Camp SimonCook.org. But do not fret, there will some big updates coming soon (that I will most likely be writing from LAN) so watch out for some [...]]]></description>
			<content:encoded><![CDATA[<p>Things have been quiet around here, with the starting of the <a href="http://simoncook.org/projects/interactus">Interactus</a> Project and the sorting out of servers for <a href="http://www.techious.com/LAN">Techious LAN 2010</a>, things have been busy around Camp SimonCook.org. But do not fret, there will some big updates coming soon (that I will most likely be writing from LAN) so watch out for some interesting things being announced here in the next fortnight! (As well as how you can be involved in some of these things)</p>
<p>Thanks,</p>
<p>Si</p>
]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2010/07/yet-another-pre-update-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: An Interesting Summer Proposition</title>
		<link>http://simoncook.org/blog/2010/06/an-interesting-summer-proposition/</link>
		<comments>http://simoncook.org/blog/2010/06/an-interesting-summer-proposition/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 17:06:13 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[oooh]]></category>
		<category><![CDATA[private]]></category>

		<guid isPermaLink="false">http://simoncook.org/?p=505</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://simoncook.org/wordpress/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-505">Password:<br />
<input name="post_password" id="pwbox-505" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2010/06/an-interesting-summer-proposition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Office 2010 &#8211; A Nice Surprise</title>
		<link>http://simoncook.org/blog/2010/06/installing-office-2010-a-nice-surprise/</link>
		<comments>http://simoncook.org/blog/2010/06/installing-office-2010-a-nice-surprise/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 13:13:37 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[odf]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[open office]]></category>
		<category><![CDATA[openoffice xml]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://simoncook.org/?p=500</guid>
		<description><![CDATA[So I was just installing Office 2010 after reinstalling my computer, and opened Microsoft Word, and I was met with this interesting dialog: Isn&#8217;t this a nice surprise. I knew that Office 2010 had OpenDocument support, but to put this in the forefront of a first run is quite nice. I&#8217;m guessing that most people [...]]]></description>
			<content:encoded><![CDATA[<p>So I was just installing Office 2010 after reinstalling my computer, and opened Microsoft Word, and I was met with this interesting dialog:</p>
<div id="attachment_502" class="wp-caption aligncenter" style="width: 520px"><a href="http://simoncook.org/wordpress/uploads/2010/06/ooxmlodf.png" rel="lightbox[500]"><img class="size-full wp-image-502" title="Open Office XML or OpenDocument" src="http://simoncook.org/wordpress/uploads/2010/06/ooxmlodf.png" alt="" width="510" height="379" /></a><p class="wp-caption-text">Open Office XML or OpenDocument</p></div>
<p>Isn&#8217;t this a nice surprise. I knew that Office 2010 had OpenDocument support, but to put this in the forefront of a first run is quite nice. I&#8217;m guessing that most people won&#8217;t understand what this is, and will probably just choose OOXML but still, to have this on a first run is quite nice, and it&#8217;s glad to see Microsoft promoting the correct standard for documents.</p>
<p>As for my choice&#8230; ODF ftw <img src='http://simoncook.org/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2010/06/installing-office-2010-a-nice-surprise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wii Homebrew with USB Loader GX</title>
		<link>http://simoncook.org/blog/2010/06/wii-homebrew-with-usb-loader-gx/</link>
		<comments>http://simoncook.org/blog/2010/06/wii-homebrew-with-usb-loader-gx/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 13:25:48 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Wii]]></category>

		<guid isPermaLink="false">http://simoncook.org/?p=484</guid>
		<description><![CDATA[Warning! I am not responsible for you attempting this if you follow my instructions. Any attempts to set up your own Wii Homebrew setup is entirely at your own risk and you may end up with a Brick, so if you really like your Wii, make sure you have money for a replacement should it [...]]]></description>
			<content:encoded><![CDATA[<div style="background-color: ff9999; border: 1px black solid;"><strong>Warning! </strong>I am not responsible for you attempting this if you follow my instructions. Any attempts to set up your own Wii Homebrew setup is entirely at your own risk and you may end up with a Brick, so if you really like your Wii, make sure you have money for a replacement should it all go tits up (it shouldn&#8217;t unless you have a power cut at a bad time, but the warning needs to be here)</div>
<div id="attachment_490" class="wp-caption aligncenter" style="width: 310px"><a rel="attachment wp-att-490" href="http://simoncook.org/blog/2010/06/wii-homebrew-with-usb-loader-gx/223222_4eb35c287e5f40c012f9f2d4f95c2f42/"><img class="size-medium wp-image-490" title="The Homebrew Channel" src="http://simoncook.org/wordpress/uploads/2010/06/223@222_4eb35c287e5f40c012f9f2d4f95c2f42-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">The Homebrew Channel</p></div>
<p>So I&#8217;ve had a Wii for a few years, and after years of buying games, it&#8217;s come to a point where swapping discs has become so much of a regular occurrence that the time spent swapping discs just makes it not worth it. I&#8217;m from the Steam generation that all games should be in a list where you can just select a game from the list, click and play, no discs needed, so swapping discs is made more of a pain. So here comes in USB Loader GX, a nice alternative system menu that lists all the games stored on a hard drive attached to the Wii giving me the same flexibility. However this is not an official application (for obvious reasons) so this needs letting in via some non-official channel&#8230; so bring in The Homebrew Channel.</p>
<p>The main content here is a guide on what I did, it&#8217;s basically a mix of a few guides from other places, put into one post so there is a clear idea on what worked at this time with everything at its current version (System Menu 4.2 on 9th June 2010). As with all unofficial modifications, this guide works today, it might not tomorrow, and your Wii might break the next day, so this is something you need to decide you are sure you are doing before you do. Decided to take the red pill? Good, let&#8217;s start this little adventure.</p>
<h4>Section A: Prerequisites</h4>
<p>Here is the list of what you will need to be armed with in order to get this working:</p>
<ul>
<li>A Wii (obviously and connected to the Internet)</li>
<li>An SD Card (I used a 2GB microSD card with an adapter and it works fine)</li>
<li>A USB Hard Drive</li>
<li>A Computer with a SD Card Reader (to put stuff on the SD Card to get this started)</li>
</ul>
<p>And in terms of software tools:</p>
<ul>
<li><a href="http://bannerbomb.qoid.us/index.new.php">Bannerbomb</a> (Provides the way in)</li>
<li>HackMii installer (for the Homebrew Channel)</li>
<li>DOP-Mii (re-introduces Trucha bug and erases stub)</li>
<li>cIOS v17 (v19 is newer but v17 I found to work better)</li>
<li><a href="http://usbloadergx.koureio.net/">USB Loader GX</a></li>
</ul>
<div id="attachment_491" class="wp-caption aligncenter" style="width: 310px"><a rel="attachment wp-att-491" href="http://simoncook.org/blog/2010/06/wii-homebrew-with-usb-loader-gx/217216_eeda5d80a5f10abfe0170c91f4b51b5d/"><img class="size-medium wp-image-491" title="Tools needed for Homebrewing" src="http://simoncook.org/wordpress/uploads/2010/06/217@216_eeda5d80a5f10abfe0170c91f4b51b5d-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Tools needed for Homebrewing</p></div>
<h4>Step 1: Bannerbomb and HackMii</h4>
<p>Firstly, download Bannerbomb and HackMii. Whilst you are downloading make sure your SD Card is formatted with the FAT file system (or FAT32 if using a SDHC card), an empty card is a good thing as this card will be dedicated to storing Homebrew data in the future.</p>
<p>Once both of these are done, extract the private directory from the Bannerbomb zip file onto your SD Card, keeping the directory structure in tact. This provides our way in to running code that makes all this possible. Also extract the HackMii boot.elf file to the root of your SD Card. Once this has been done, turn on your Wii, with the SD Card not in the drive. Then once you are at the main System Menu, select the SD Card menu. Put the SD Card into the Wii and you will see a popup saying &#8220;Load boot.dol/elf?&#8221; As we do want to load this, select Yes and you will be presented with the HackMii screen, telling you what you can (and cannot do). Install The Homebrew Channel and then select the Restart Wii/Exit option.</p>
<p>Once the Wii has restarted you should now see The Homebrew Channel all ready to go. It there and it&#8217;s loadable? Good, now for Step 2.</p>
<h4>Step 2: DOP-Mii and IOS Rewriting</h4>
<p>So your Wii now has Homebrew, congratulations. You can now access a whole world of homebrew applications on your Wii. However the aim for us is to play games off a hard drive, so we need to do a bit more cracking, so it&#8217;s time to mod some of your Wii&#8217;s IOS. If you don&#8217;t know what IOS is, this page explains it well.</p>
<p>Take your SD Card out of your Wii and put it back into your computer. Empty it again if you want, we won&#8217;t be using Bannerbomb and HackMii again (unless you want to use it for other things, see below). Extract the contents of the Dop-Mii zip onto your SD Card, and place it back into your Wii. Fire up The Homebrew Channel and you should see Dop-Mii tool. Open it and prepare to have fun in this tool.</p>
<div style="background-color: ff9999; border: 1px black solid;">A brief warning. During this stage my Wii had a problem and caused a CORE DUMP to occur. This is analogous to a Blue Screen of Death or Kernel Panic, and will result in you excreting breeze blocks while you find out if you have a brick. Thankfully I don&#8217;t, but there is a chance so be aware.</div>
<p>Once the tool is loaded, you will need to &#8220;fix&#8221; those lovely patches that Nintendo have been pushing to stop homebrew. Firstly select &#8220;<em>IOS36 (v3351) w/FakeSign</em>&#8221; to reintroduce the signing bug that allows you to play backed up games, this will overwrite IOS36 with a version that it will download, and will prompt you whether you want to do something a few times. As all of this is needed, just select yes to each prompt that comes up until setup is complete. Once you get that message, you should be able to use the &#8220;Scan the Wii&#8217;s Internals (SysCheck)&#8221; option in Dop-Mii to check this is done, which should reveal a screen like this:</p>
<div id="attachment_492" class="wp-caption aligncenter" style="width: 310px"><a href="http://simoncook.org/wordpress/uploads/2010/06/228@227_9620b5e169244e881c8b8a2127b777bf.jpg" rel="lightbox[484]"><img class="size-medium wp-image-492" title="DOP-Mii with All Patches Applied" src="http://simoncook.org/wordpress/uploads/2010/06/228@227_9620b5e169244e881c8b8a2127b777bf-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">DOP-Mii with All Patches Applied</p></div>
<p>Now we are almost done with Dop-Mii. Back on the main menu there is an option that says IOS: 36. Change that selection so it says IOS-249 and hit A. Some options should appear giving you the chance to remove that IOS. As it is only a stub trying to stop us having homebrew fun, go ahead and remove it. Once this is done, restart the Wii, and we are now ready for cIOS.</p>
<h3>Step 3: Custom IOS (cIOS)</h3>
<p>Now it is time to install our own custom IOS for USB Loader GX to run off. Download cIOS and put it onto your SD card. I used version 17 because in my opinion version 19 isn&#8217;t as good, but you can make your own mind up. Once you&#8217;ve made this decision and put cIOS onto your SD Card put it back into your Wii and boot back into the Homebrew Channel. You should now find a new option for the cIOS installer, select it so we can go to work. The first thing you will probably notice is the background music, which you might like, you might not. Personally I hit mute on the TV but that&#8217;s up to you. It should auto have IOS36 selected as a version to use during installation. If it doesn&#8217;t then choose it then hit A to continue. The next option (possibly after some &#8220;it&#8217;s not my fault if I brick your Wii&#8221; message is whether to do a local installation or a network installation. For this select network as we don&#8217;t have any local files to start with. Hit A to continue and cIOS should do its work and once complete, you will have a nice Custom IOS to run all your backed up games on. All we need now is the launcher for them, USB Loader GX.</p>
<div id="attachment_493" class="wp-caption aligncenter" style="width: 310px"><a href="http://simoncook.org/wordpress/uploads/2010/06/230@229_8e96cb898b724c24d2befa0402d7e0e4.jpg" rel="lightbox[484]"><img class="size-medium wp-image-493" title="Custom IOS Installation" src="http://simoncook.org/wordpress/uploads/2010/06/230@229_8e96cb898b724c24d2befa0402d7e0e4-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Custom IOS Installation</p></div>
<h3>Step 4: USB Loader GX</h3>
<p>If you go to <a href="http://usbloadergx.koureio.net/">USB Loader GX</a>&#8216;s homepage and go into the Downloads section, you will find an option for the USB Loader GX Installer. It&#8217;s a small wizard that will download all the correct files and put them in the right place. If you grab that and point it at your SD Card (put back into your PC obviously), it should all work out fine. When you go back to the Homebrew Channel you will see an option for USB Loader GX. Assuming you have a hard drive attached to the USB, selecting this should work out just fine. If it doesn&#8217;t it will just tell you that you need to attach a drive, in which case try the other USB port or try a different drive. You are now finished, go forth and enjoy the Homebrew and convience of not having to switch discs every time you want to change game <img src='http://simoncook.org/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  Have fun exploring USB Loader GX and all it can do.</p>
<h3>Other Stuff</h3>
<p>This section really contains one point and one other thing you can do. The first is that the hard drive you attach has to be formatted into a a file system called WBFS (Wii Backup File System). This is basically a file system that allows you to save your game ISOs without all the padding data on the end. You will be surprised how small most games actually are (e.g. Wii Play is only 100MB I think?). If you want to add discs from your PC, you will need a tool called WBFS Manager, which will allow you to copy games to and from your PC, as well as to and from another WBFS formatted drive.</p>
<p>The extra note here is that if you go back to the USB Loader GX download page, you can select a WAD to isntall which gives USB Loader GX it&#8217;s own channel icon, meaning you won&#8217;t have to go throught the Homebrew Channel every time you want to change game. If you want to do this, then download this WAD and search for a WAD Manager which should do what you want. I don&#8217;t have a link to it here with me, but just search WAD Manager and you should find what you need.</p>
<h3>The End</h3>
<p>Now that you have a working Wii Homebrew setup with USB Loader GX, enjoy having more freedom playing games on your Wii. <img src='http://simoncook.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Remember you also have the entire Homebrew Channel at your disposal, go ahead and download the Homebrew Browser and see all the other cool stuff you&#8217;ve now unlocked!</p>
<p>Thanks to the following guides (and one more which I will edit in later)</p>
<ul>
<li><a href="http://lifehacker.com/5342733/hack-your-wii-for-homebrew-without-twilight-princess">http://lifehacker.com/5342733/hack-your-wii-for-homebrew-without-twilight-princess</a></li>
<li><a href="http://lifehacker.com/5518518/how-to-back-up-and-play-your-wii-games-from-an-external-hard-drive">http://lifehacker.com/5518518/how-to-back-up-and-play-your-wii-games-from-an-external-hard-drive</a></li>
<li>(Some guide that told me to remove IOS249 with Dop-Mii)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2010/06/wii-homebrew-with-usb-loader-gx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random Morse Code Keyboard</title>
		<link>http://simoncook.org/blog/2010/04/random-morse-code-keyboard/</link>
		<comments>http://simoncook.org/blog/2010/04/random-morse-code-keyboard/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 11:30:40 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Nexus One]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[morse code]]></category>
		<category><![CDATA[nexus one]]></category>

		<guid isPermaLink="false">http://simoncook.org/?p=476</guid>
		<description><![CDATA[Now this is something I wasn&#8217;t expecting. I was just browsing the Android Store for some random apps, and came across this keyboard that&#8217;s uses Morse Code as its input. So naturally, I installed the app and gave it a go. I don&#8217;t know Morse Code, so this would prove to be interesting one way or [...]]]></description>
			<content:encoded><![CDATA[<p>Now this is something I wasn&#8217;t expecting. I was just browsing the Android Store for some random apps, and came across this keyboard that&#8217;s uses Morse Code as its input. So naturally, I installed the app and gave it a go.</p>
<p>I don&#8217;t know Morse Code, so this would prove to be interesting one way or another. (basically I looked up a list of the Morse codes so I could write something that actually makes some sense). A few minutes later l (after working out how quick I had to type before the cutoff for accepting the code) I&#8217;ve started to type quite fast without the guide for most of the most common word, and it does feel nice to have big buttons for typing with, easily fixing issues of small on-screen keyboard buttons, so all seems to be good with this keyboard, though I&#8217;m sure ill switch back to the default keyboard soon enough.</p>
<p>(and yes, this was written with the Morse code keyboard)</p>
<p>Note: I couldn&#8217;t find the cable for my phone to take screenshots via adb, but here&#8217;s a picture of the keyboard running in the Android Emulator:</p>
<div id="attachment_477" class="wp-caption aligncenter" style="width: 310px"><a href="http://simoncook.org/wordpress/uploads/2010/04/morsekeyboard.jpg" rel="lightbox[476]"><img class="size-medium wp-image-477" title="Morse Code Keyboard" src="http://simoncook.org/wordpress/uploads/2010/04/morsekeyboard-300x207.jpg" alt="Morse Code Keyboard" width="300" height="207" /></a><p class="wp-caption-text">Morse Code Keyboard</p></div>
<p>And for android users, heres the QR code if you really want to install it yourself <img src='http://simoncook.org/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<div id="attachment_478" class="wp-caption aligncenter" style="width: 145px"><a href="http://simoncook.org/wordpress/uploads/2010/04/morseqe.png" rel="lightbox[476]"><img class="size-full wp-image-478" title="Morse Keyboard QR Code" src="http://simoncook.org/wordpress/uploads/2010/04/morseqe.png" alt="" width="135" height="135" /></a><p class="wp-caption-text">Morse Keyboard QR Code</p></div>
]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2010/04/random-morse-code-keyboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Breakdown of Comment Spam</title>
		<link>http://simoncook.org/blog/2010/04/a-breakdown-of-comment-spam/</link>
		<comments>http://simoncook.org/blog/2010/04/a-breakdown-of-comment-spam/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 15:12:46 +0000</pubDate>
		<dc:creator>Si</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[lol]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://simoncook.org/?p=473</guid>
		<description><![CDATA[One thing that is a given these days with blogs (especially ones with a known format, like WordPress) is that you will get spam, a lot of spam. Thankfully plugins like the brilliant Akismet manages to block 99% or more of the spam, though it still stays in the comment moderation queue for reading and [...]]]></description>
			<content:encoded><![CDATA[<p>One thing that is a given these days with blogs (especially ones with a known format, like WordPress) is that you will get spam, a lot of spam. Thankfully plugins like the brilliant <a href="http://www.akismet.com" target="_blank">Akismet</a> manages to block 99% or more of the spam, though it still stays in the comment moderation queue for reading and checking for false positives when it has filtered out some ham. Well, after many months of collecting spam in the moderation queue, I have decided to read some of them and share the &#8220;top of the spam&#8221;, the funniest comments, either because they just make no sense, or have nothing to do with the post they&#8217;re associated to.</p>
<p>The first of these comes from &#8220;<em>NevyZelry</em>&#8221; who decided to advertise its services to me in my post &#8220;<em><a href="http://simoncook.org/blog/2008/08/finished-computer-photos/">Finished Computer Photos</a></em>&#8220;. NevyZelry said:</p>
<blockquote><p>hello, cute web site<br />
the simple way to create blog posts who smash in your visitors:<br />
<em>link removed</em></p></blockquote>
<p><em> </em>Now that sounds like a good offer, a simple way to butcher my readers to death, oh yes please!</p>
<p>The next came from someone who called themself &#8220;<em>WP Themes</em>&#8220;, and this was posted to my post, &#8220;<em><a href="http://simoncook.org/blog/2010/01/my-blog/">My Blog</a></em>&#8220;. They wrote:</p>
<blockquote><p>Amiable brief and this enter helped me alot in my college assignement. Gratefulness you for your information.</p></blockquote>
<p>Awesome! A coming soon message has helped people in college assignments. Personally, I don&#8217;t see how the words &#8220;<em>Returning soon&#8230;</em>&#8221; could do such a thing, but hey, all for the greater good, right?</p>
<p>&#8220;<em>Robes</em>&#8221; also had something to say about this post.</p>
<blockquote><p>awesome article.</p></blockquote>
<p>Why thank you, two word comments about a two word post is just what I needed, thanks.</p>
<p>This comment came from someone named &#8220;<em>wrmachine</em>&#8220;, posted to the <a href="http://simoncook.org/about/big-tag-sphere/">Big Tag Sphere</a> that I added because Harry wanted to see how it works:</p>
<blockquote><p>I read about it some days ago in another blog and the main things that you mention here are very similar</p></blockquote>
<p>Poor marks for correct spelling and grammar, however as it&#8217;s just a standard WordPress Plugin, and all I wrote basically was &#8220;Here it is&#8221;, yes I can imagine it&#8217;s pretty standard. Thanks for writing in.</p>
<p>This comment was quite confusing, it seemed to have nothing to do with the blog post (even when compared to the others), but &#8220;<em>MackLee31</em>&#8221; still wanted to share his comments, so here you go, posting in &#8220;<a href="http://simoncook.org/blog/2009/06/a-tale-of-a-laptop-and-windows-7-part-1/">A tale of a laptop (and Windows 7) Part 1</a>&#8220;:</p>
<blockquote><p>This is cool that we can take the loans and this opens completely new chances.</p></blockquote>
<p>Yes, I agree completely, a new OS does open up new chances for a device. However no loans are needed for Windows 7, so do not fret MackLee31, you can buy Windows 7 quite reasonably without taking out yet another loan. The laptop on the other hand, well&#8230; it all depends on which laptop you want.</p>
<p>A different user however suggested that I buy Viagra in their name. But that&#8217;s not very interesting, their comment on the other hand&#8230; in the post &#8220;<a href="http://simoncook.org/blog/2010/03/modifying-the-nexus-one-custom-keyboards/">Modifying the Nexus One: Custom Keyboards</a>&#8220;, they wrote&#8230;.</p>
<blockquote><p>I read blogs on a similar topic, but i never visited your blog. I added it to favorites and i’ll be your constant reader.</p></blockquote>
<p>I would just like to say thank you for becoming yet another bot reader, plenty of bots trawl this site looking to leave spam comments, but as you&#8217;re such a constant reader that had bookmarked me, you&#8217;ve ranked yourself high in terms of spam, you should feel proud.</p>
<p>The last piece of spam, from user &#8220;<em>soggalimask</em>&#8220;, decided to comment probably just based on the post title, &#8220;<em><a href="http://simoncook.org/blog/2009/06/some-sort-of-uber-epic-catchup-thing/">Some sort of uber epic catchup thing</a></em>&#8220;:</p>
<blockquote><p>I do think this is a most incredible website for proclaiming great wonders of Our God!</p></blockquote>
<p>Thank you. No, really. Thank you. I didn&#8217;t realise you thought of me as your God, or maybe you&#8217;re just talking about my robots. I&#8217;m glad you liked the post and I&#8217;m sure I will make more posts about the God that I am. Or something like that?</p>
<p>That&#8217;s the end of the comments, 7 spam comments dissected, because I thought they were comical when against the posts they were in. Hopefully some more bots will post comments here and then soon enough, there will be more comment dissections in the near future. But until then, I hope you enjoyed this disassembly of bot commenting.</p>
]]></content:encoded>
			<wfw:commentRss>http://simoncook.org/blog/2010/04/a-breakdown-of-comment-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
