<?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>Hobsie</title>
	<atom:link href="http://www.hobsie.com/mark/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hobsie.com/mark</link>
	<description>Bits and Bobs from Mark Hobbs</description>
	<lastBuildDate>Sun, 13 Feb 2011 15:45:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>GDC 2011</title>
		<link>http://www.hobsie.com/mark/archives/37</link>
		<comments>http://www.hobsie.com/mark/archives/37#comments</comments>
		<pubDate>Sun, 13 Feb 2011 15:40:02 +0000</pubDate>
		<dc:creator>mark@hobsie.com</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Video Games]]></category>

		<guid isPermaLink="false">http://www.hobsie.com/mark/?p=37</guid>
		<description><![CDATA[A quick note to say that I will be attending GDC in San Francisco this year. I&#8217;ll mostly be doing be doing behind closed door presentations as part of my work at NaturalMotion but I&#8217;m hoping to get time to at least check out the floor and 1 or 2 seminars. Hobsie]]></description>
			<content:encoded><![CDATA[<p>A quick note to say that I will be attending GDC in San Francisco this year.</p>
<p>I&#8217;ll mostly be doing be doing behind closed door presentations as part of my work at <a title="NaturalMotion" href="http://naturalmotion.com" target="_blank">NaturalMotion</a> but I&#8217;m hoping to get time to at least check out the floor and 1 or 2 seminars.</p>
<p>Hobsie</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hobsie.com/mark/archives/37/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Luadoc or there and back again.</title>
		<link>http://www.hobsie.com/mark/archives/33</link>
		<comments>http://www.hobsie.com/mark/archives/33#comments</comments>
		<pubDate>Sun, 06 Feb 2011 15:51:48 +0000</pubDate>
		<dc:creator>mark@hobsie.com</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.hobsie.com/mark/?p=33</guid>
		<description><![CDATA[I just setup Luadoc for my friend and what a mission that turned out to be! O_o Hopefully these instructions will help people in the future. For Mac OSX SnowLeopard 10.6.6 1. First of all you&#8217;re going to need MacPorts. This&#8217;ll allow you to grab Unix style x11 based opensource software for OSx. You can [...]]]></description>
			<content:encoded><![CDATA[<p>I just setup <a title="Luadoc" href="http://luadoc.luaforge.net/index.html" target="_blank">Luadoc</a> for my friend and what a mission that turned out to be! O_o</p>
<p>Hopefully these instructions will help people in the future.</p>
<p>For Mac OSX SnowLeopard 10.6.6</p>
<p>1. First of all you&#8217;re going to need <a title="Macports" href="http://www.macports.org/index.php" target="_blank">MacPorts</a>. This&#8217;ll allow you to grab Unix style x11 based opensource software for OSx. You can grab the latest version from <a title="MacPorts" href="http://www.macports.org/index.php" target="_blank">here</a>. (I used version <a title="1.9.2" href="http://distfiles.macports.org/MacPorts/MacPorts-1.9.2-10.6-SnowLeopard.dmg" target="_self">1.9.2</a> for Snow Leopard)</p>
<p>2. Once <a title="Macports" href="http://www.macports.org/index.php" target="_blank">MacPorts</a> is installed you can use that to grab <a title="LuaRocks" href="http://luarocks.org/en" target="_blank">LuaRocks</a>. <a title="LuaRocks" href="http://luarocks.org/en" target="_blank">LuaRocks</a> is a repository of lua plugins known as <em>Rocks </em>that can be downloaded and installed from the terminal. To install <a title="LuaRocks" href="http://luarocks.org/en" target="_blank">LuaRocks</a> using <a title="Macports" href="http://www.macports.org/index.php" target="_blank">MacPorts</a> open a terminal window and type:</p>
<blockquote><p>&gt; sudo port install lua luarocks</p></blockquote>
<p>This will prompt you for your user/admin password and install <a title="LuaRocks" href="http://luarocks.org/en" target="_blank">LuaRocks</a>.</p>
<p>3. Once <a title="LuaRocks" href="http://luarocks.org/en" target="_blank">LuaRocks</a> has been installed you can then use it to download and install <a title="Luadoc" href="http://luadoc.luaforge.net/index.html" target="_blank">Luadoc</a> &#8211; but wait, <a title="Luadoc" href="http://luadoc.luaforge.net/index.html" target="_blank">Luadoc</a> is dependant on 2 other libraries that you can install first. <a title="LuaFileSystem" href="http://keplerproject.github.com/luafilesystem/index.html" target="_blank">LuaFileSystem</a> and <a title="LuaLogging" href="http://www.keplerproject.org/lualogging/index.html" target="_blank">LuaLogging</a>. To install all three use <a title="LuaRocks" href="http://luarocks.org/en" target="_blank">LuaRocks</a> from a terminal window by typing the following in order (wait for each command to complete before running the next one):</p>
<blockquote><p>&gt; sudo luarocks install luafilesystem</p>
<p>&gt; sudo luarocks install lualogging</p>
<p>&gt; sudo luarocks install luadoc</p></blockquote>
<p>You may not need the sudo depending on how your permissions are setup.</p>
<p>4. Now that <a title="Luadoc" href="http://luadoc.luaforge.net/index.html" target="_blank">Luadoc</a> is installed we can run it on any .lua files that the correct style of comments. See the <a title="introduction" href="http://luadoc.luaforge.net/manual.html#introduction" target="_blank">introduction</a> page for details on this. However, after doing all these steps I had a problem attempting to run the <a title="Luadoc" href="http://luadoc.luaforge.net/index.html" target="_blank">Luadoc</a> script. Turns out the script is placed in a hidden folder that you can get access to by opening a finder window and using &#8220;Go &gt; Go To Folder&#8221; from the context menu and typing:</p>
<blockquote><p>&gt; ~/.luarocks/bin</p></blockquote>
<p>This will take you to the location of the script. Apparently you are meant to be able to invoke this script by calling luadoc.lua in the command line but I was never able to. Instead I simply open a terminal window and cd into the folder I want to create <a title="Luadoc" href="http://luadoc.luaforge.net/index.html" target="_blank">Luadoc</a> documentation for and then drag the luadoc bash command directly onto the terminal followed by *.lua This ends up looking a little bit like this in my terminal window:</p>
<blockquote><p>&gt; /Users/&lt;username&gt;/.luarocks/bin/luadoc *.lua</p></blockquote>
<p>And hey presto you get out a nice set of html pages for your .lua source.</p>
<p>I think what I am going to do for my friend&#8217;s projects is make a little shell command file that will automate this process for me on a double click.</p>
<p>Hobsie</p>
<p><strong>Edit: It turns out that sometimes <a title="LuaRocks" href="http://luarocks.org/en" target="_blank">LuaRocks</a> does <em>not </em>rock and fails to find the correct package. You can resolve this by using the search function in <a title="LuaRocks" href="http://luarocks.org/en" target="_blank">LuaRocks</a>.</strong></p>
<blockquote><p><strong>&gt; sudo luarocks search packageName</strong></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.hobsie.com/mark/archives/33/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>If only South Korea could spread the good word of Starcraft North of the border!</title>
		<link>http://www.hobsie.com/mark/archives/23</link>
		<comments>http://www.hobsie.com/mark/archives/23#comments</comments>
		<pubDate>Wed, 01 Dec 2010 21:49:59 +0000</pubDate>
		<dc:creator>mark@hobsie.com</dc:creator>
				<category><![CDATA[Pictures]]></category>
		<category><![CDATA[starcraft]]></category>

		<guid isPermaLink="false">http://www.hobsie.com/mark/archives/23</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.hobsie.com/mark/wp-content/uploads/2010/12/20101201-214900.jpg"><img class="alignnone size-medium wp-image-22" title="SC2 in Korean Burger King.jpg" src="http://www.hobsie.com/mark/wp-content/uploads/2010/12/20101201-214900-225x300.jpg" alt="" width="225" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hobsie.com/mark/archives/23/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>This bloke I met in North Korea</title>
		<link>http://www.hobsie.com/mark/archives/16</link>
		<comments>http://www.hobsie.com/mark/archives/16#comments</comments>
		<pubDate>Wed, 01 Dec 2010 14:15:09 +0000</pubDate>
		<dc:creator>mark@hobsie.com</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.hobsie.com/mark/?p=16</guid>
		<description><![CDATA[So I was on my way to North Korea when I bumped into this interesting chap.c]]></description>
			<content:encoded><![CDATA[<p>I was recently (I say recently, it was early September) on a business trip to Seoul, South Korea where I gave a presentation on<em> Making your game feel more alive using advanced animation techniques</em> at South Korea&#8217;s annual Games Conference (KGC2010). As it turned out, I ended up having a free day in Seoul due to the timing of my flights home so I decided to pay a visit to the border where they do tours of the DMZ &#8211; Although I imagine those are on hold due to <a title="North Vs South" href="http://www.bbc.co.uk/news/10130413" target="_blank">recent events</a>.</p>
<p>For those of you who aren&#8217;t aware, or generally don&#8217;t know about these things, the Korean Peninsula was divided into two states shortly after World War 2 (It had been under Japanese control for some time before). As with Germany post World War 2, we divided the country with the South side under Alliance control and the north under Soviet. A few short years after Kim Il-Sung was designated by the Soviet Union as the Premier for North Korea he marched on south to reclaim all of Korea.</p>
<p>To cut a long story short that war ended with a stalemate after countries such as the US and the UK, amongst many others, came to the aid of the south and China&#8217;s aid of the North. Both states are still technically at war to this day with no peace treaty being signed.</p>
<p>While South Korea enjoys a health economy and now plays a sizeable roll in the world economy (think LG,  Samsung, Kia Motors etc) the North have been very xenophobic and a quick look around the internet for news articles usually brings up something about their populous starving and generally being oppressed. In the last decade or so the North&#8217;s leader, Kim Jong-Il (son of premier Kim Il-Sung) has become ill (no pun intended) and things look like they could be unstable.</p>
<p>With that in mind I decided I should go visit it while it still exists!</p>
<p>So I got on a tour bus and head to the DMZ (The border between the two states) where I got chatting to a bloke from Liverpool called Graham Hughes. As it turns out he was actually travelling to every country on the planet, one at a time, without flying or driving or even staying at hotels! At this stage he had visited 169 countries (out of 200 so I am told) and North Korea was to be his biggest challenge yet. While travelling he was also taking video and still images for a documentary of the whole experience (that had taken him over 70 weeks at this point) for National Geographic. As he was travelling alone he would on occasion get whoever he met along to way to be his camera man <img src='http://www.hobsie.com/mark/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Anyway, you can find out more about Graham and his epic journey at <a href="http://theodysseyexpedition.com/" target="_blank">www.theodysseyexpedition.com</a> or if you want to catch a glimpse of me being a pleb just over the border in UN controlled territory you can see that in the first video <a href="http://theodysseyexpedition.com/?cat=518" target="_blank">here</a>.</p>
<p>Hobsie</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hobsie.com/mark/archives/16/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>And it begins</title>
		<link>http://www.hobsie.com/mark/archives/10</link>
		<comments>http://www.hobsie.com/mark/archives/10#comments</comments>
		<pubDate>Wed, 01 Dec 2010 11:41:04 +0000</pubDate>
		<dc:creator>mark@hobsie.com</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.hobsie.com/mark/?p=10</guid>
		<description><![CDATA[In the Beginning ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve owned www.hobsie.com for some time now but I never actually got round to putting anything on it, other than background server based things and email (my brother uses <a title="Jason Hobbs" href="http://jason.hobsie.com" target="_self">jason.hobsie.com</a> for his portfolio) so i&#8217;ve decided to put it to use.</p>
<p>Here it is! Bit empty at the moment but I&#8217;ll work on filling it up with general crap and i&#8217;ll be sure to put anything remotely interesting I come across on the blog.</p>
<p>Hobsie</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hobsie.com/mark/archives/10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
