<?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>Mithro rants about stuff &#187; linux.conf.au</title>
	<atom:link href="http://blog.mithis.net/archives/category/lca/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mithis.net</link>
	<description></description>
	<lastBuildDate>Fri, 16 Dec 2011 06:02:58 +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>Can haz kernel patches?</title>
		<link>http://blog.mithis.net/archives/lca/96-lguest-and-ksplice</link>
		<comments>http://blog.mithis.net/archives/lca/96-lguest-and-ksplice#comments</comments>
		<pubDate>Sun, 03 Jan 2010 03:05:37 +0000</pubDate>
		<dc:creator>mithro</dc:creator>
				<category><![CDATA[linux.conf.au]]></category>
		<category><![CDATA[hot plug]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[ksplice]]></category>
		<category><![CDATA[lca09]]></category>
		<category><![CDATA[lca10]]></category>
		<category><![CDATA[lca2009]]></category>
		<category><![CDATA[lca2010]]></category>
		<category><![CDATA[lguest]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.mithis.net/?p=96</guid>
		<description><![CDATA[As it&#8217;s only a couple of weeks till another Linux.conf.au is underway, I thought I better post this draft from the last one! This year LCA is in Wellington, New Zealand, sadly I didn&#8217;t get my act together enough to make a proper holiday of it. I&#8217;m definitely looking forward to catching up with all the cool [...]]]></description>
			<content:encoded><![CDATA[<p>As it&#8217;s only a couple of weeks till another<a href="http://www.lca2010.org.nz/"> Linux.conf.au</a> is underway, I thought I better post this draft from the last one! This year LCA is in <a href="http://maps.google.com/maps?q=Wellington,+New+Zealand&amp;btnG=Search+Maps">Wellington, New Zealand</a>, sadly I didn&#8217;t get my act together enough to make a proper holiday of it. I&#8217;m definitely looking forward to catching up with all the cool hackers at the conference.</p>
<p>One of the best talks I went to <a href="http://linux.conf.au">Linux.conf.au</a> last year was the <a href="http://www.ksplice.com/">Ksplice</a> talk. This is a wonderful tool which allows people to develop &#8220;hot patches&#8221; so that you never need to reboot again. The developers have done some very cool work which means for 88% of patches a hot fix can be generated automatically. The presenter was a really great speaker too, during the talk he explains some advanced concepts (like hot to fix-up memory structures) I was able to easily understand it all. I can&#8217;t watch until I <strong>never</strong> have to reboot my Linux machines again!</p>
<p>I also attended <a href="http://ozlabs.org/~rusty/">Rusty</a>&#8216;s tutorial on hacking <a href="http://http://lguest.ozlabs.org/">lguest</a>. Two years ago I submitted a <a href="http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.28.y.git;a=commitdiff;h=b488f22d70f1c2451618b9991b9665d2c6b31e2b">very important patch</a> to lguest which is now included in the kernel. This year I didn&#8217;t get as far as I had wanted mostly because I had not gotten enough sleep the night before. I did however submit one patch which was accepted. I guess that makes me a kernel hacker <img src='http://blog.mithis.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Sadly, Rusty won&#8217;t be running another lguest tutorial this year, so it&#8217;s unlikely I&#8217;ll submit a third patch.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mithis.net/archives/lca/96-lguest-and-ksplice/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling for Windows using Cygwin on Linux&#8230;.</title>
		<link>http://blog.mithis.net/archives/tp/95-xcompiling-cygwin-on-linux-for-windows</link>
		<comments>http://blog.mithis.net/archives/tp/95-xcompiling-cygwin-on-linux-for-windows#comments</comments>
		<pubDate>Tue, 27 Jan 2009 06:52:22 +0000</pubDate>
		<dc:creator>mithro</dc:creator>
				<category><![CDATA[linux.conf.au]]></category>
		<category><![CDATA[Thousand Parsec]]></category>
		<category><![CDATA[cross compile]]></category>
		<category><![CDATA[cross compiling]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[mingw32]]></category>
		<category><![CDATA[thousand parsec]]></category>
		<category><![CDATA[tpserver-cpp]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.mithis.net/?p=95</guid>
		<description><![CDATA[So for the past week while I have been at the best conference in the world I have been trying to compile tpserver-cpp for Windows. I had done the hard work and gotten it to compile (as documented here, here and here) on Windows previously. However, as I was in Hobart at a Linux conference [...]]]></description>
			<content:encoded><![CDATA[<p>So for the past week while I have been at the <a href="http://linux.conf.au">best conference</a> in the world I have been trying to compile <a href="http://git.thousandparsec.net/gitweb/gitweb.cgi?p=tpserver-cpp.git;a=summary">tpserver-cpp</a> for Windows. I had done the hard work and gotten it to compile (as documented <a href="http://blog.mithis.net/archives/tp/10-compiling-tpserver-cpp-under-windows">here</a>, <a href="http://blog.mithis.net/archives/tp/12-compiling-tpserver-cpp-under-windows-part-2">here</a> and <a href="http://blog.mithis.net/archives/tp/13-compiling-tpserver-cpp-under-windows-part-3">here</a>) on Windows previously. However, as I was in Hobart at a Linux conference I didn&#8217;t really have access to Windows computer. That was not going to stop me, so I attempted to <a href="http://en.wikipedia.org/wiki/Cross-compiling">cross compile</a> the binaries under Linux. This has a number of advantages as it would mean when <a href="http://jms.id.au/wiki">someone</a> finally gets around to creating a autobuilder, we can produce Windows binaries too.</p>
<p>Ubuntu provides the <a href="http://www.mingw.org/">mingw32 compilers</a> in the <a href="http://packages.ubuntu.com/search?keywords=mingw32&amp;searchon=names&amp;section=all">repository</a> so I didn&#8217;t think it would be all that hard to get working. The problem is that tpserver-cpp does not have a &#8220;native&#8221; Windows support but <a href="http://www.cygwin.com/">cygwin</a> comes to the rescue and provides a compatibly layer. Using cygwin turned out to not be as simple as using mingw32 compiler with the cygwin headers.</p>
<p>I ended up using <a href="http://www.kegel.com/crosstool/">crosstool</a> to build my own cygwin compiler. I battled for a long while with the fact that Ubuntu now enables &#8220;fortify source&#8221; by default. This breaks many versions of things like binutils and gcc (which often do <i>naughty</i> things which fortify source does not like). After I figured out how to disable it, I was still was only able to get an ancient version of gcc to compile (3.3.6) which meant I had to fix a lot of problems in the tpserver-cpp code. I guess someone had to do it eventually, but it was annoying that I was forced too.</p>
<p>I then manually downloaded a bunch of <a href="http://mirror.aarnet.edu.au/pub/cygwin/release/">cygwin packages</a> to build a tree for the dependencies (such as boost and guile). This was much faster then trying to compile them on my own.  Finally, I was able to build tperver-cpp and create a Windows binary! I can confirm it runs fine under Wine and am now getting friends who are still shacked to Windows to test it there. </p>
<p>It sounds much simpler now, but it took me over a week of work to boil it down to these steps. It was like a constant game of wack-a-mole, once I had solved one problem another popped up.</p>
<p>So what now in this area? I want to get a recent version of the compiler working and preferably build all the dependencies ourselves (rather then rely on the cygwin compiled versions). I would ultimately like to see the cygwin compilers being packaged with Ubuntu/Debian in the same way that the mingw32 compilers are. I don&#8217;t know if any of that is likely to happen however as I never seem to have enought time. For now I have uploaded a copy of <a href="http://blog.mithis.net/~tim/crosstool-cygwin-gcc336.tar.bz2">my cross compiler</a> (It needs to be extracted so it is found in /opt/crosstool).</p>
<p>I hope this helps someone!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mithis.net/archives/tp/95-xcompiling-cygwin-on-linux-for-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gaming Miniconf Videos</title>
		<link>http://blog.mithis.net/archives/lca/75-gaming-miniconf-videos</link>
		<comments>http://blog.mithis.net/archives/lca/75-gaming-miniconf-videos#comments</comments>
		<pubDate>Thu, 06 Mar 2008 13:14:25 +0000</pubDate>
		<dc:creator>mithro</dc:creator>
				<category><![CDATA[Gaming Miniconf]]></category>
		<category><![CDATA[linux.conf.au]]></category>
		<category><![CDATA[foss]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[lca2008]]></category>
		<category><![CDATA[miniconf]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://blog.mithis.net/archives/lca/75-gaming-miniconf-videos</guid>
		<description><![CDATA[At Linux.conf.au 2008 the AV team did a great job of recording the main conference and almost all the talks can be downloaded from the main website. They where however, unable to record all the miniconf proceedings. I ran the Gaming Miniconf again and like last year I was able to record the proceedings myself. [...]]]></description>
			<content:encoded><![CDATA[<p>At <a href="http://linux.conf.au">Linux.conf.au 2008</a> the AV team did a great job of recording the main conference and almost all the talks can be <a href="http://www.linux.conf.au/programme/presentations">downloaded</a> from the main website. They where however, unable to record all the miniconf proceedings. I ran the <a href="http://miniconf.mel8ourne.org/wiki/index.php?title=Gaming">Gaming Miniconf</a> again and like last year I was able to record the proceedings myself. It took me a while, but I have finally finished encoding the videos and you can now <a href="http://thepiratebay.org/tor/4059511/Gaming_Miniconf___Linux.conf.au_2008_Videos">download the videos</a>. They should be of similar quality to the main conference videos.</p>
<p>The day on a whole was fairly successfully and there where lots of interesting talks, panels and tutorials. One of the coolest talks was Douglas Bagnall&#8217;s &#8220;<a href="http://miniconf.mel8ourne.org/wiki/index.php?title=Gaming/Program#Playing_with_Crayons">Playing with Crayons</a>&#8220;, while we had a number of technical difficulties with getting his laptop talking to the projector (he has an evil Nvidia card), it was really cool to learn about this program which turns a kid&#8217;s crayon drawing into a playable game. Douglas has now <a href="http://freshmeat.net/projects/tetuhi/">open sourced the code</a> and looking to port it to <a href="http://www.laptop.org/">the OLPC</a>!</p>
<p>We also had some very cool panels sessions. The first was about using<a href="http://miniconf.mel8ourne.org/wiki/index.php?title=Gaming/Program#FOSS_in_Game_Development_Education_Panel"> FOSS in Game Development education</a>, we had some representatives from some of the <a href="http://homepage.cs.latrobe.edu.au/gtlab">top</a> <a href="http://www.rmit.edu.au/">game</a> <a href="http://www.qantm.com.au/">education</a> institutes in Australia. The second was an interesting <a href="http://miniconf.mel8ourne.org/wiki/index.php?title=Gaming/Program#Licensing_for_Game_Content_Creators.2C_Talk_.26_Panel">licensing panel</a> which includes Jessica Coats from <a href="http://www.creativecommons.org.au/">Creative Commons Australia</a> and Kimberly Weatherall &#8211; a former <a href="http://en.wikipedia.org/wiki/Rusty_Wrench">Rusty Wrench winner</a>. I think our last panel was the best however, <a href="http://miniconf.mel8ourne.org/wiki/index.php?title=Gaming/Program#FOSS_in_Commercial_Games_Panel">people got to grill representatives</a> of the Australian commercial game industry on how they are using FOSS at their commercial game companies!</p>
<p>There where also some really good talks by Richard and Alex about <a href="http://pyglet.org">pyglet</a>, including <span style="font-weight: bold">the most impressive live coding I have ever seen</span>. As the pyglet tutorial is so cool and I have also uploaded it to <a href="http://video.google.com.au/videohosted?docid=-8788197863800411145">Google Video</a> for your viewing pleasure. Of course, we couldn&#8217;t keep <a href="http://ozlabs.org/~rusty/">Rusty Russell</a> away, he gave a short lightening talk about his new <a href="http://ozlabs.org/~rusty/ponghero/">Pong Hero</a>!</p>
<p>So why not <a href="http://thepiratebay.org/tor/4059511/Gaming_Miniconf___Linux.conf.au_2008_Videos">download the Gaming Miniconf vidoes and take a look</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mithis.net/archives/lca/75-gaming-miniconf-videos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thousand Parsec primary client 0.3.0 released!</title>
		<link>http://blog.mithis.net/archives/tp/73-tp-release-v3</link>
		<comments>http://blog.mithis.net/archives/tp/73-tp-release-v3#comments</comments>
		<pubDate>Tue, 19 Feb 2008 00:05:23 +0000</pubDate>
		<dc:creator>mithro</dc:creator>
				<category><![CDATA[linux.conf.au]]></category>
		<category><![CDATA[Thousand Parsec]]></category>

		<guid isPermaLink="false">http://blog.mithis.net/archives/tp/73-tp-release-v3</guid>
		<description><![CDATA[As announced at Linux.conf.au, I&#8217;m happy to point out that we have finally anounced the 0.3.0 release of the Thousand Parsec client which I work on. It&#8217;s been a long time since the last release of the primary client for playing Thousand Parsec games. Now, the wait is finally over and it was well worth [...]]]></description>
			<content:encoded><![CDATA[<p>As announced at <a href="http://linux.conf.au/">Linux.conf.au</a>, I&#8217;m happy to point out that we have finally <a href="http://www.thousandparsec.net/tp/news.php/2008-02-18-2107">anounced the 0.3.0 release of the Thousand Parsec client</a> which I work on.</p>
<blockquote><p> It&#8217;s been a long time since the last release of the primary client for playing <a href="http://www.thousandparsec.net/tp/">Thousand Parsec games</a>. Now, the wait is finally over and it was well worth it. Large parts of the client have drastically changed. Connecting to game servers is simplified. The new user interace enables you to more easily see important information and then more efficiently issue orders. Translation support makes it possible to conqueror the universe in your mother language. For all the details check out the full release announcement. If you downloaded a previous release and didn&#8217;t like it, please give <a href="http://www.thousandparsec.net/tp/downloads.php#tpclient-pywx">this new release a try</a>!</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.mithis.net/archives/tp/73-tp-release-v3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LCA2008 all over :(</title>
		<link>http://blog.mithis.net/archives/lca/66-lca2008-over</link>
		<comments>http://blog.mithis.net/archives/lca/66-lca2008-over#comments</comments>
		<pubDate>Mon, 04 Feb 2008 04:53:24 +0000</pubDate>
		<dc:creator>mithro</dc:creator>
				<category><![CDATA[Gaming Miniconf]]></category>
		<category><![CDATA[linux.conf.au]]></category>

		<guid isPermaLink="false">http://blog.mithis.net/archives/lca/66-lca2008-over</guid>
		<description><![CDATA[Well, I am back at work after spending last week at Linux.conf.au, it was a huge amount of fun and the organisers did a great job. I am really happy that I got to catch up with all the people cool I had not seen for almost a year. We managed to have a Thousand [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I am back at work after spending last week at <a href="http://linux.conf.au">Linux.conf.au,</a> it was a huge amount of fun and the organisers did a great job. I am really happy that I got to catch up with all the people cool I had not seen for almost a year. We managed to have a <a href="http://www.thousandparsec.net/">Thousand Parsec</a> <a href="http://www.thousandparsec.net/wiki/LCA08_Dev_Meeting">developer meeting</a> which was pretty fruitful. As with last year, I ran the <a href="http://miniconf.mel8ourne.org/wiki/index.php?title=Gaming" title="Gaming Miniconf">Gaming Miniconf</a> and a large &#8220;Open Source Gaming&#8221; stand on <a href="http://linux.conf.au/programme/open-day">Open Day</a>.</p>
<p>The Gaming Miniconf was a little slow to start, my first speaker turned up late and my second speaker was unable to get his laptop to work with the projector. I was disappointed with the turn out during the morning, last year we easily had 70 people for most of the day, while this year it was closer to 40. The competition for people&#8217;s attention in the morning was tough, there where <a href="http://miniconf.mel8ourne.org/wiki/index.php?title=Main_Page#Tuesday_the_29th_of_January_2008">8 other miniconfs</a> running. The keynote speeches before the Miniconfs last year, really helped make everyone was getting out of bed.</p>
<p>I am much happier with the afternoon, things ran significantly smoother and the <a href="http://pyglet.org/">pyglet</a> tutorial was a huge hit. It was amazing to watch Richard and Alex work, they really should give a main conference tutorial next year. I am currently encoding all the talks and hope to have them up very soon (for those who where silly enough to attend the wrong Miniconf). Watch this space for more information.</p>
<p>The Open Day was pretty cool, I would like to thank all the helpers &#8211; they did a great job and allowed me to concentrate on organising things (like setting up hardware and finding lunch for everyone). I do wish that the Open Day venue was much larger, it was rather cramped for most of the day. The open day is one of the best events we have to show the general public all the cool things FOSS is doing and I would like to see it become a bigger and longer event.</p>
<p>I belive that previously Miniconf organisers had been given the short end of the stick. The effort required to organise a Miniconf is significantly more then required for a talk, yet they received none of the perks or recognition that speakers did. I&#8217;m glad that the organising committee decided to make a change this year and I feel this small gesture made a huge difference.</p>
<p>Of course, I also managed to attended a number of cool talks. I would recommend <a href="http://www.linux.conf.au/programme/presentations">going and watching some of them</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mithis.net/archives/lca/66-lca2008-over/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In the news!</title>
		<link>http://blog.mithis.net/archives/lca/65-itwire</link>
		<comments>http://blog.mithis.net/archives/lca/65-itwire#comments</comments>
		<pubDate>Tue, 18 Dec 2007 05:29:44 +0000</pubDate>
		<dc:creator>mithro</dc:creator>
				<category><![CDATA[Gaming Miniconf]]></category>
		<category><![CDATA[linux.conf.au]]></category>

		<guid isPermaLink="false">http://blog.mithis.net/archives/lca/65-itwire</guid>
		<description><![CDATA[As I have been organising the Gaming Miniconf, I was interviewed for a &#8220;blog&#8221; on ITWire. The post was finally publish today, you can find it here. It wasn&#8217;t to bad and the stuff comes of pretty positive.]]></description>
			<content:encoded><![CDATA[<p>As I have been organising the Gaming Miniconf, I was interviewed for a &#8220;blog&#8221; on ITWire. The post was finally publish today, you can <a href="http://www.itwire.com/content/view/15824/1090/1/0/">find it here</a>. It wasn&#8217;t to bad and the stuff comes of pretty positive.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mithis.net/archives/lca/65-itwire/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gaming Miniconf CFP open!</title>
		<link>http://blog.mithis.net/archives/lca/62-gaming-miniconf-cfp</link>
		<comments>http://blog.mithis.net/archives/lca/62-gaming-miniconf-cfp#comments</comments>
		<pubDate>Mon, 22 Oct 2007 08:14:05 +0000</pubDate>
		<dc:creator>mithro</dc:creator>
				<category><![CDATA[Gaming Miniconf]]></category>
		<category><![CDATA[linux.conf.au]]></category>

		<guid isPermaLink="false">http://blog.mithis.net/archives/lca/62-gaming-miniconf-cfp</guid>
		<description><![CDATA[Just in case you missed this, the Gaming Miniconf has opened it&#8217;s call for participation. We are not just after presenters either! This will be the second year that the Gaming Miniconf runs and with your help it will be even better. This Miniconf is not just a bunch of cool talks, it aims to [...]]]></description>
			<content:encoded><![CDATA[<p>Just in case you <a href="http://lists.linux.org.au/pipermail/lca-announce/2007-October/000085.html">missed this</a>, the <a href="http://miniconf.mel8ourne.org/wiki/index.php?title=Gaming">Gaming Miniconf</a> has opened it&#8217;s call for participation. We are not just after presenters either!</p>
<blockquote><p>This will be the second year that the Gaming Miniconf runs and with your help it will be even better. This Miniconf is not just a bunch of cool talks, it aims to be FUN! The Miniconf will be running some cool interactive demonstrations of FOSS games at the Open Day.</p>
<p><strong>So why not come and participate in this exciting event?</strong></p>
<p>The latest version of the <a href="http://miniconf.mel8ourne.org/wiki/index.php?title=Gaming/CFP">announcement</a> can always be found at <a href="http://miniconf.mel8ourne.org/wiki/index.php?title=Gaming/CFP">http://miniconf.mel8ourne.org/wiki/index.php?title=Gaming/CFP</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.mithis.net/archives/lca/62-gaming-miniconf-cfp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux.conf.au woo!</title>
		<link>http://blog.mithis.net/archives/lca/61-lca08-rego</link>
		<comments>http://blog.mithis.net/archives/lca/61-lca08-rego#comments</comments>
		<pubDate>Mon, 22 Oct 2007 07:46:40 +0000</pubDate>
		<dc:creator>mithro</dc:creator>
				<category><![CDATA[Gaming Miniconf]]></category>
		<category><![CDATA[linux.conf.au]]></category>

		<guid isPermaLink="false">http://blog.mithis.net/archives/lca/61-lca08-rego</guid>
		<description><![CDATA[As you may have already noticed, Linux.conf.au 2008 has announce that registrations are finally open, woot! If you are planning on coming, don&#8217;t forget to come to the best miniconf there is, the Gaming Miniconf! I am running it again this year and it is going to be packed with Gaming and Game Development goodness. [...]]]></description>
			<content:encoded><![CDATA[<p>As you may <a href="http://lists.linux.org.au/pipermail/linux-aus/2007-October/015998.html" title="LCA 08 Announcement">have already noticed</a>, <a href="http://linux.conf.au/" title="Linux.conf.au 2008">Linux.conf.au 2008</a> has announce that registrations are finally open, woot! If you are planning on coming, don&#8217;t forget to come to the best miniconf there is, the <a href="http://miniconf.mel8ourne.org/wiki/index.php?title=Gaming">Gaming Miniconf</a>! I am running it again this year and it is going to be packed with Gaming and Game Development goodness.</p>
<p>Much to my embarrassment I managed to accidentally announce the fact early to the #linux.conf.au channel, I just happened to check the website for some <a href="http://miniconf.mel8ourne.org/wiki/index.php?title=Gaming">Gaming Miniconf</a> business and noticed the <a href="http://linux.conf.au/__data/assets/image/0018/567/register-orange.png">registration button</a>. Thinking I had missed the announcement (it has been long day) I hopped on to the <a href="irc://irc.freenode.org/#linux.conf.au">#linux.conf.au</a> channel to ask how long it had been opened. Turned out they had just started doing some testing and thanks to me the whole channel jump on being the first to register. Sorry guys!</p>
<p>I have booked my flights and registered, so I am all good to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mithis.net/archives/lca/61-lca08-rego/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source @ Freeplay debrief</title>
		<link>http://blog.mithis.net/archives/lca/50-freeplay-debrief</link>
		<comments>http://blog.mithis.net/archives/lca/50-freeplay-debrief#comments</comments>
		<pubDate>Thu, 23 Aug 2007 13:13:58 +0000</pubDate>
		<dc:creator>mithro</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[linux.conf.au]]></category>

		<guid isPermaLink="false">http://blog.mithis.net/archives/lca/50-freeplay-debrief</guid>
		<description><![CDATA[As some of you may know, I was invited to speak about my experiences with Open Source games at the Independent Game Developers conference, Freeplay. The conference was in Melbourne at the ACMI and at my guess around 250 people attended the event. I organised with the Freeplay organisers to have Linux.conf.au postcards available at [...]]]></description>
			<content:encoded><![CDATA[<p>As some of you may know, I was invited to speak about my experiences with Open Source games at the <a href="http://www.nextwave.org.au/news/free-play-a-mere-month-away-get-your-tickets-now">Independent Game Developers conference, Freeplay</a>. The conference was in Melbourne at the <a href="http://www.acmi.net.au/">ACMI</a> and at my guess around 250 people attended the event.</p>
<p>I organised with the Freeplay organisers to have <a href="http://linux.conf.au">Linux.conf.au</a> postcards available at the registration desk and dotted around the other venues. About 100 cards where picked up and the remainder where given to Geoff Leach (who lectures at <a href="http://www.rmit.edu.au/">RMIT</a>) to distribute to students. I also advertised the &#8220;<a href="http://miniconf.mel8ourne.org/wiki/index.php/Gaming">Gaming Miniconf</a>&#8221; which I will be organising at <a href="http://linux.conf.au">Linux.conf.au</a>.</p>
<p>I gave a talk entitled &#8220;The best things in life are free&#8221; which was split into two sections. The first was an introduction to what FOSS actually is, while the second was a brief tour of various open source game technologies and games which exist. I hoped to show how the <a href="http://en.wikipedia.org/wiki/Video_game_developer#Independent_developers">independent game developers</a> and open source game developers where closer then both sides realise.</p>
<p>The talk went well and there seemed quite a bit of interest. There was quite a bit of interest (among game library developers) in the dual-licensing model that <a href="http://www.mysql.org/">MySQL</a> and <a href="http://www.trolltech.com/">Trolltech</a> both use. More importantly many of the upcoming game development students attending were interested in both using open source and open sourcing their own games.</p>
<p>I also talked directly to a variety of leading Australian game developers to find out how, where and why they are using FOSS in there company and games. As I have <a href="http://www.linux.org.au/conf/2007/Miniconfs/Gaming/ProgramNew.html">previously thought</a> (and discussed at last year&#8217;s <a href="http://miniconf.mel8ourne.org/wiki/index.php/Gaming">Gaming Miniconf</a>), the amount of FOSS being used is extensive. <a href="http://www.python.org/">Python</a>, for example, been embedded <a href="http://en.wikipedia.org/wiki/Vampire:_The_Masquerade_%E2%80%93_Bloodlines">in</a> <a href="http://www.2kgames.com/civ4/home.htm">many</a> <a href="http://en.wikipedia.org/wiki/The_Temple_of_Elemental_Evil_(computer_game)">AAA</a> <a href="http://en.wikipedia.org/wiki/Battlefield_2">games</a> and is used in <a href="http://en.wikipedia.org/wiki/EVE_Online">multiple</a> <a href="http://www.bigworldtech.com/index/index_en.php">MMORPGs</a>. Hopefully I will have some cool case studies very soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mithis.net/archives/lca/50-freeplay-debrief/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going to FreePlay</title>
		<link>http://blog.mithis.net/archives/lca/46-freeplay</link>
		<comments>http://blog.mithis.net/archives/lca/46-freeplay#comments</comments>
		<pubDate>Wed, 15 Aug 2007 11:46:53 +0000</pubDate>
		<dc:creator>mithro</dc:creator>
				<category><![CDATA[Gaming Miniconf]]></category>
		<category><![CDATA[linux.conf.au]]></category>

		<guid isPermaLink="false">http://blog.mithis.net/archives/lca/46-freeplay</guid>
		<description><![CDATA[Well, I am going to FreePlay this weekend. I will be giving a talk about FOSS Game Development called &#8220;The best things in life are free&#8221;. If you are in Melbourne and have nothing to do on Saturday, why not come a long and see some cool talks? I am running the Gaming Miniconf at [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I am going to <a href="http://nextwavefreeplay.blogspot.com/" title="FreePlay">FreePlay</a> this weekend. I will be giving a talk about FOSS Game Development called &#8220;The best things in life are free&#8221;. If you are in Melbourne and have nothing to do on Saturday, why not come a long and see some cool talks?</p>
<p>I am running the <a href="http://gaming.miniconf.org/">Gaming Miniconf</a> at LCA 2008 (I also ran it at <a href="http://www.linux.org.au/conf/2007/Miniconfs/Gaming.1.html">2007</a>) which I will be advertising. I have also managed to organised to have <a href="http://linux.conf.au/">linux.conf.au 2008</a> postcards given out at the registration desk, which is pretty cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mithis.net/archives/lca/46-freeplay/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

