<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
	<channel>
		<title>JudoGeek Blog</title>
		<link>http://www.lancewicks.com/blog/index.php</link>
		<description><![CDATA[Kia Kaha, Kia Toa, Kia Manawanui!]]></description>
		<copyright>Copyright 2009, Lance Wicks</copyright>
		<managingEditor>Lance Wicks</managingEditor>
		<language>en-US</language>
		<generator>SPHPBLOG 0.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/JudogeekBlog" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
			<title>Creating a new open source project, meet DojoList!</title>
			<link>http://feedproxy.google.com/~r/JudogeekBlog/~3/_P0WGCWDdsU/index.php</link>
			<description>HI All,&lt;br /&gt;so you may have noticed that the blog has been quiet lately. There are several reasons for this, including lots of $client work at the moment. I am also in the midst of arranging a Judo training camp, starting a new business venture and (getting to the point) starting a new open source project.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;DojoList&lt;/b&gt;&lt;br /&gt;DojoList is my new project, which aims to provide an open source web application that allows someone to maintain a list of (Judo) dojo. The project started as aprt of my taking over maintenance of the Hampshire Judo Association website, and wanting to put a Google Map of where all the clubs are on there.&lt;br /&gt;&lt;br /&gt;Then someone else wanted something similar and I had the experience of trying to use the British Judo Association&amp;#039;s web based list of clubs. So I decided to polish up my little hack and try and make it worth sharing.&lt;br /&gt;&lt;br /&gt;The project is being shared and hosted at &lt;a href="http://github.com/lancew/DojoList" target="_blank" &gt;http://github.com/lancew/DojoList&lt;/a&gt; where you can download the source code and use it. It is licensed under a AGPL license, which basically means it is free and open but you have to share any change you might make to the code that improve it.&lt;br /&gt;&lt;br /&gt;I have a demo installation installed and working at &lt;a href="http://www.lancewicks.com/dojolist/" target="_blank" &gt;http://www.lancewicks.com/dojolist/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The system as it stands needs no database (I wanted to host this on the lowest possible spec host server possible). It uses PHP and the Limonade PHP framework for it&amp;#039;s core MVC structure. jQuery and Mapstraction javascript libraries are used too.&lt;br /&gt;&lt;br /&gt;The system has an admin interface where you can add a dojo, including importantly, the longitude and latitude of the dojo. All the information you add gets stored in an XML file and a KML file is created as well as a plain text (well plain HTML) version also.&lt;br /&gt;&lt;br /&gt;The KML is overlayed over a Map to provide the markers for the map. Click on a map and you get the details about the club.&lt;br /&gt;&lt;br /&gt;All pretty simple really.&lt;br /&gt;&lt;br /&gt;It is very much at the starting stages, it is only today that I added a simple (and rather by-passable) authemtication system. Today also with the help of Fabrice the developer of Limonade I was able to get it all to work on the target IIS server for the first time.&lt;br /&gt;&lt;br /&gt;Microsoft&amp;#039;s IIS server is, I might add, a pain in the butt to work with compared to my local LAMP stack and all the other Linux based servers I test on. Thanks Microsoft for being totally non standard, it really makes us need to learn how to cope with quirks that get in the way of getting the job done!&lt;br /&gt;&lt;br /&gt;Anyway... please do take a look at the project over on GitHub and if you have any  bright ideas, or want to contribute please do let me know!&lt;br /&gt;&lt;br /&gt;Lance&lt;br /&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/JudogeekBlog/~4/_P0WGCWDdsU" height="1" width="1"/&gt;</description>
			<category />
			<guid isPermaLink="false">http://www.lancewicks.com/blog/index.php?entry=entry091029-182617</guid>
			<author>Lance Wicks</author>
			<pubDate>Thu, 29 Oct 2009 23:26:17 GMT</pubDate>
			<comments>http://www.lancewicks.com/blog/comments.php?y=09&amp;m=10&amp;entry=entry091029-182617</comments>
		<feedburner:origLink>http://www.lancewicks.com/blog/index.php?entry=entry091029-182617</feedburner:origLink></item>
		<item>
			<title>Judo-Notator</title>
			<link>http://feedproxy.google.com/~r/JudogeekBlog/~3/G6BEdInevkU/index.php</link>
			<description>&lt;a href="http://www.flickr.com/photos/lancew/3738066933/" title="Picture 7 by lwicks_2000, on Flickr"&gt;&lt;img src="http://farm3.static.flickr.com/2568/3738066933_9998002275.jpg" width="400"  alt="Picture 7" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In August I shall be attending the 6th annual International Science of Judo symposium, where I shall be presenting my research into Attack Rates in Judo as a predictor of victory. As part of the research I wrote a small hack to make the notation faster/easier/better.&lt;br /&gt;&lt;br /&gt;It was quick and dirty, but it helped me get through the hours of video footage.&lt;br /&gt;&lt;br /&gt;In preparation for the symposium I have been revising the code and making it a bit better, so that I can put a link to it on the poster I have to produce. I also intend on sharing the SPSS data file and possibly my actual assignment so that others can access the data and make their own study of it and compare it to mine. Maybe people can use the code I have written to replicate the research or do it elsewhere and push forward the field open source community stylee. ;-)&lt;br /&gt;&lt;br /&gt;The original code, was just a console app, with little/no feedback to the user. Ick. So with this version I decided to created a user interface yet I wanted to stay console based; mainly to simplify making the code portable across operating systems. I am on a Mac, but the code &amp;quot;should&amp;quot; run on Windoze or Linux. It is in Perl as that is the language i wanted to use, no other reason.&lt;br /&gt;&lt;br /&gt;...actually that is not entirely true. I am more experienced in Perl code than other languages. Also, the community and resources are amazing. CPAN is incredible and makes life so easy if you have code that is unpredictable. What I mean by that is that if like this code you are making decisions &amp;quot;on the fly&amp;quot; Perl and CPAN make it so easy to magically have the modules you need at hand.&lt;br /&gt;&lt;br /&gt;For example, I decided to try using curses to do the user interface. So it&amp;#039;s dead simple with Curses::UI I didn&amp;#039;t have to learn/do too much to have a menu system, windows and dialog boxes etc.&lt;br /&gt;&lt;br /&gt;Also, I love using Perl::Critic and Perl::Tidy to ensure that my code is of a definable quality level. At some stage I might try using Kwalitee as well. :-)&lt;br /&gt;&lt;br /&gt;I am using Coda (which rocks) to develop the code and a mix of local SVN server and mainly Git to do the sources control. I am really hoping that Coda gets proper support for GIT soon. Maybe replace SVN with GIT, especially seeing as Git can (with limitations) work nice with SVN servers.&lt;br /&gt;&lt;br /&gt;I have been using GitHub.com as a host for the code, so you can pop over and clone the code and take a look for yourself. In fact, I would really appreciate it if you did ( &lt;a href="http://github.com/lancew/judo-notator" target="_blank" &gt;http://github.com/lancew/judo-notator&lt;/a&gt; ). Both branches are up there, I am working on the &amp;quot;GuiVer&amp;quot; branch at the moment.&lt;br /&gt;&lt;br /&gt;It has been enjoyable and rewarding to be writing some code. I have been adding services and trying to contribute to NoseRub.com too, but this is a bit different as i am starting from scratch and the codebase is simpler.&lt;br /&gt;&lt;br /&gt; After I have the code for the GUI aspect done, I have to give thought to output of each match, I am thinking if it is possible to write direct to SPSS format so it can be processed there right away... we shall see.&lt;br /&gt;&lt;br /&gt;Anyway, I just wanted to get some of this out of my head and onto the blog to reassure the universe I am still there.&lt;br /&gt;&lt;br /&gt;Lance&lt;img src="http://feeds.feedburner.com/~r/JudogeekBlog/~4/G6BEdInevkU" height="1" width="1"/&gt;</description>
			<category />
			<guid isPermaLink="false">http://www.lancewicks.com/blog/index.php?entry=entry090720-060225</guid>
			<author>Lance Wicks</author>
			<pubDate>Mon, 20 Jul 2009 11:02:25 GMT</pubDate>
			<comments>http://www.lancewicks.com/blog/comments.php?y=09&amp;m=07&amp;entry=entry090720-060225</comments>
		<feedburner:origLink>http://www.lancewicks.com/blog/index.php?entry=entry090720-060225</feedburner:origLink></item>
		<item>
			<title>A new project... MartialConversations.com</title>
			<link>http://feedproxy.google.com/~r/JudogeekBlog/~3/Uo6rd-OC7as/index.php</link>
			<description>This week has been rather busy and exciting for me. &lt;br /&gt;Mike (from &lt;a href="http://www.thejudopodcast.com" target="_blank" &gt;http://www.thejudopodcast.com&lt;/a&gt; ) and I have launched a new website &lt;a href="http://martialconversations.com" target="_blank" &gt;http://martialconversations.com&lt;/a&gt; a social networking site for Martial Artists.&lt;br /&gt;&lt;br /&gt;The catalyst for this was the launch of the European Judo Unions &amp;quot;community&amp;quot; social network. I had been aware the EJU site was coming since Bath when I had seen some info on it. I also know the British Judo is looking at social networking too, though via FaceBook.&lt;br /&gt;&lt;br /&gt;We were really impressed with the vision of the EJU to create a social networking site, though the site itself annoyed me a bit. It was rather... well rough around the edges. And closed to people outside Europe (though I gather this has changed). It was also (obviously) Judo only and also limited to the EJU and it&amp;#039;s member organisations, be that implicit or explicit.&lt;br /&gt;&lt;br /&gt;So Mike and I said &amp;quot;well hell, lets create our own site and see what happens&amp;quot;, so, here we are on Friday and the site has been live a couple of days and all is good. We have a few members on the site and the buzz is starting to grow.&lt;br /&gt;&lt;br /&gt;For me personally it&amp;#039;s the sort of project I love, working with someone else, working fast and hard. Making it work. It was enjoyable also as it forces me to learn something new. Prior to this week, I had never installed WordPressMU before or BuddyPress. We have pushed out our first Judo specific modification to the software, so I have had to learn how the BuddyPress code works and how to modify it. I love that!&lt;br /&gt;&lt;br /&gt;Lance&lt;img src="http://feeds.feedburner.com/~r/JudogeekBlog/~4/Uo6rd-OC7as" height="1" width="1"/&gt;</description>
			<category />
			<guid isPermaLink="false">http://www.lancewicks.com/blog/index.php?entry=entry090612-161934</guid>
			<author>Lance Wicks</author>
			<pubDate>Fri, 12 Jun 2009 21:19:34 GMT</pubDate>
			<comments>http://www.lancewicks.com/blog/comments.php?y=09&amp;m=06&amp;entry=entry090612-161934</comments>
		<feedburner:origLink>http://www.lancewicks.com/blog/index.php?entry=entry090612-161934</feedburner:origLink></item>
		<item>
			<title>Developing for the iPhone.</title>
			<link>http://feedproxy.google.com/~r/JudogeekBlog/~3/GMgxQzWu3oI/index.php</link>
			<description>This week I am doing some interesting things for &lt;a href="http://www.PlanetJudo.com" target="_blank" &gt;www.PlanetJudo.com&lt;/a&gt; starting with the server move and launching the Spanish language site to the public.&lt;br /&gt;&lt;br /&gt;The second part has been making a iPhone friendly version of the site available. Which I have now done... at least a first stab at it.&lt;br /&gt;&lt;br /&gt;I have basically done a very lazy hack to make it work, which is this. I created in Dashcode a Web Application that uses the RSS feed to create a iPhone web app. It is pretty easy, there are a few little gotchas, but overall it&amp;#039;s nice and easy.&lt;br /&gt;&lt;br /&gt;Then I created a little PHP redirect that detects the iPhone browser and when it does it redirects Safari on the iPhone to the iPhone specific site, it is a one liner so that was pretty cool.&lt;br /&gt;&lt;br /&gt;Whilst I was getting used to Dashcode I realised I could create a Dashboard widget for PlanetJudo also... so I have done that too. I want to make it a bit shinier, but soon it will be put up on the site.&lt;br /&gt;&lt;br /&gt;Overall, I have to say I really like the Apple developer tools, I have played in XCode in the past and liked it, this is the first time I have played with Dashcode and it was really nice to work in, so I shall be doing more with it in the future I am sure! :-)&lt;br /&gt;&lt;br /&gt;It is nice to work with these development tools, it is only Wednesday and I get to say I have worked in Perl, PHP, Dashcode this week... what will that list look like by the end of the week, a bit of Scratch no doubt, what else, Ruby, Smalltalk? Who Knows! :-)&lt;br /&gt;&lt;br /&gt;What I must do is look at NoseRub again this week and try and add some more services if nothing else.&lt;br /&gt;&lt;br /&gt;I have also finally managed to get the TV next to my desk hooked up as a second display for the laptop, the resolution is rubbish, but fine for video, or the iTunes visualizer! ;-)&lt;br /&gt;&lt;br /&gt;Productive week so far... nice!&lt;img src="http://feeds.feedburner.com/~r/JudogeekBlog/~4/GMgxQzWu3oI" height="1" width="1"/&gt;</description>
			<category />
			<guid isPermaLink="false">http://www.lancewicks.com/blog/index.php?entry=entry090520-120253</guid>
			<author>Lance Wicks</author>
			<pubDate>Wed, 20 May 2009 17:02:53 GMT</pubDate>
			<comments>http://www.lancewicks.com/blog/comments.php?y=09&amp;m=05&amp;entry=entry090520-120253</comments>
		<feedburner:origLink>http://www.lancewicks.com/blog/index.php?entry=entry090520-120253</feedburner:origLink></item>
		<item>
			<title>Time for the real world again.</title>
			<link>http://feedproxy.google.com/~r/JudogeekBlog/~3/o3SdaP0Mys0/index.php</link>
			<description>&lt;a href="http://twitpic.com/3g52v" title="Share photos on twitter with Twitpic"&gt;&lt;img src="http://twitpic.com/show/thumb/3g52v.jpg" width="150" height="150" alt="Share photos on twitter with Twitpic"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Well after two weeks in Bath and a week on Holiday in Devon, it&amp;#039;s time to return to the real world. I need to get some client work done and more client work in the door.&lt;br /&gt;&lt;br /&gt;I have quite a bit of work on, partly stuff I have already been paid for and some that is being done &amp;quot;pro bono&amp;quot; and some that is business development stuff.&lt;br /&gt;&lt;br /&gt;Anyway, lots of blogging to catch up on over the next few weeks, not to mention 17,000 words of University of Bath assignments to write.&lt;br /&gt;&lt;br /&gt;So, if you don&amp;#039;t hear much from me, now you know why.&lt;br /&gt;&lt;br /&gt;Lance&lt;img src="http://feeds.feedburner.com/~r/JudogeekBlog/~4/o3SdaP0Mys0" height="1" width="1"/&gt;</description>
			<category />
			<guid isPermaLink="false">http://www.lancewicks.com/blog/index.php?entry=entry090418-151300</guid>
			<author>Lance Wicks</author>
			<pubDate>Sat, 18 Apr 2009 20:13:00 GMT</pubDate>
			<comments>http://www.lancewicks.com/blog/comments.php?y=09&amp;m=04&amp;entry=entry090418-151300</comments>
		<feedburner:origLink>http://www.lancewicks.com/blog/index.php?entry=entry090418-151300</feedburner:origLink></item>
		<item>
			<title>Please leave a message after the tone....</title>
			<link>http://feedproxy.google.com/~r/JudogeekBlog/~3/BE01UsZUPrw/index.php</link>
			<description>Hi everyone, &lt;br /&gt;I am now in Bath for two weeks attending the last of my residential blocks for my BSc. in sports Performance (EJU Level 5 Judo coaching course).&lt;br /&gt;&lt;br /&gt;As such, I most probably will not be blogging here for the duration of the stay. I will be blogging daily over at &lt;a href="http://www.judocoach.com/blog" target="_blank" &gt;www.judocoach.com/blog&lt;/a&gt; making the 5th year that I have blogged everyday of my experiences at University of Bath.&lt;br /&gt;&lt;br /&gt;I shall also be twittering (of course), so follow me there. Here is a twitter widget:&lt;br /&gt;&lt;br /&gt;
&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="424" height="500" id="TwitterWidget" align="middle"&gt;
	&lt;param name="allowScriptAccess" value="always" /&gt;
	&lt;param name="allowFullScreen" value="false" /&gt;
	&lt;param name="movie" value="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf" /&gt;
	&lt;param name="quality" value="high" /&gt;
	&lt;param name="bgcolor" value="#000000" /&gt;
	&lt;param name="FlashVars" value="userID=73963&amp;styleURL=http://static.twitter.com/flash/widgets/profile/velvetica.xml"&gt;
	&lt;embed src="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf" quality="high" bgcolor="#000000" width="424" height="500" name="TwitterWidget" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" FlashVars="userID=73963&amp;styleURL=http://static.twitter.com/flash/widgets/profile/velvetica.xml"/&gt;
&lt;/object&gt;&lt;img src="http://feeds.feedburner.com/~r/JudogeekBlog/~4/BE01UsZUPrw" height="1" width="1"/&gt;</description>
			<category />
			<guid isPermaLink="false">http://www.lancewicks.com/blog/index.php?entry=entry090330-103130</guid>
			<author>Lance Wicks</author>
			<pubDate>Mon, 30 Mar 2009 15:31:30 GMT</pubDate>
			<comments>http://www.lancewicks.com/blog/comments.php?y=09&amp;m=03&amp;entry=entry090330-103130</comments>
		<feedburner:origLink>http://www.lancewicks.com/blog/index.php?entry=entry090330-103130</feedburner:origLink></item>
		<item>
			<title>Quantity, Quality and Openess in online reputation and Karma of course.</title>
			<link>http://feedproxy.google.com/~r/JudogeekBlog/~3/LZoARHbuWL0/index.php</link>
			<description>So... recently I have been spending time in the world of forums (Judo forums) and have managed to engage in a couple of flamewars. :-(&lt;br /&gt;&lt;br /&gt;There is a thread in one forum about respecting Judo &amp;quot;high grades&amp;quot; on the forum (or the lack of respect given to them on the forum). The other one I have in mind is one I was/am engaged in where someone else mentioned my insane amount of Judo websites as a reason to give more weight to what I post.&lt;br /&gt;&lt;br /&gt;It has had me considering how reputation works in this networked society we live in and within smaller niche communities.&lt;br /&gt;&lt;br /&gt;Here&amp;#039;s the thing, I respect some people based purely on the content they make available online. For example &lt;a href="http://craphound.com/" target="_blank" &gt;Cory Doctorow&lt;/a&gt;, &lt;a href="http://www.schneier.com/index.html" target="_blank" &gt;Bruce Schneier&lt;/a&gt; in the geek world. In Judo world &lt;a href="http://thejudopodcast.com/?page_id=34" target="_blank" &gt;Mike Darter&lt;/a&gt;, &lt;a href="http://drannmaria.blogspot.com/" target="_blank" &gt;AnnMaria De Mars&lt;/a&gt; have the same sort of status for me.&lt;br /&gt;&lt;br /&gt;None of these people I have met in person, yet I hold them in a higher regard than many people I do know personally. Why? Because these poeple share a large amount on a regular basis online. They share in terms of Quantity, Quality and Openess.&lt;br /&gt;&lt;br /&gt;You have probably guessed by now, but I try to live in a similar fashion. I try to be open and share regularly via my blogs and my podcast. At present I aim to post something online 6 days a week. I try to share in an open way, I use my real name and try and share openly and honestly.&lt;br /&gt;&lt;br /&gt;This is not all entirely philanthropic, I&amp;#039;ve watched &amp;quot;&lt;a href="http://en.wikipedia.org/wiki/My_Name_Is_Earl" target="_blank" &gt;My name is Earl&lt;/a&gt;&amp;quot;, I am hoping that this is a Karma thing and that if I give away as much as I can, good things will happen.&lt;br /&gt;&lt;br /&gt;In the age we live in, and my children will grow up in, I think our position in the world will be more and more driven by our online reputation. &lt;a href="http://en.wikipedia.org/wiki/Whuffie" target="_blank" &gt;Wuffie&lt;/a&gt; may be something beyond my generation, but from now on you had better believe that your blog and other online content is how you&amp;#039;ll land the next job in your career, &lt;a href="http://friendfeed.com/jamesurquhart" target="_blank" &gt;James Urquhart&lt;/a&gt; is perhaps the example I would cite. I met him several years ago in Minneapolis when he worked for Cassatt, whilst there he started &lt;a href="http://blog.jamesurquhart.com/" target="_blank" &gt;blogging&lt;/a&gt; and that lead to him, I think, ending up where he is as market manager for the Data Center 3.0 strategy at Cisco Systems and blogger on CNet.&lt;br /&gt;&lt;br /&gt;So... as we go forward, we need to look at creating our online reputation, we should be open online, be honest and transparent. Produce lots of &amp;quot;content&amp;quot; and keep the quality up of course. &lt;br /&gt;&lt;br /&gt;This goes for individuals of course, but even more so for organisations. Which brings me back to the flamewars. Most of the criticism I give is aimed at the &lt;a href="http://www.britishjudo.org.uk" target="_blank" &gt;BJA (British Judo Association)&lt;/a&gt;, who IMHO fail to produce much in the way of content, they produce very little and not very often and they are far from open and transparent. &lt;br /&gt;&lt;br /&gt;They will change eventually, it will hopefully be sooner rather than later; for their sake. Corporations and charities are starting to get a clue, especially in the USA. We see more company blogs, we see companies on Twitter. They are getting the idea, that they need to be open and share content.&lt;br /&gt;&lt;br /&gt;For me, I see it now and try to push the vision to people and also organisations I am trying to help, including the BJA. &lt;br /&gt;&lt;br /&gt;I am fine, but trying to bring others along for the ride is harder than I expected. &lt;br /&gt;&lt;br /&gt;Ahh well... I feel better for sharing anyway. :-)&lt;br /&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/JudogeekBlog/~4/LZoARHbuWL0" height="1" width="1"/&gt;</description>
			<category />
			<guid isPermaLink="false">http://www.lancewicks.com/blog/index.php?entry=entry090328-161805</guid>
			<author>Lance Wicks</author>
			<pubDate>Sat, 28 Mar 2009 21:18:05 GMT</pubDate>
			<comments>http://www.lancewicks.com/blog/comments.php?y=09&amp;m=03&amp;entry=entry090328-161805</comments>
		<feedburner:origLink>http://www.lancewicks.com/blog/index.php?entry=entry090328-161805</feedburner:origLink></item>
		<item>
			<title>ZOMG!! Too Cool!</title>
			<link>http://feedproxy.google.com/~r/JudogeekBlog/~3/LlCMcAZlaoc/index.php</link>
			<description>&lt;object width="340" height="285"&gt;&lt;param name="movie" value="http://www.youtube-nocookie.com/v/pJqoRaphiEk&amp;hl=en&amp;fs=1&amp;border=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube-nocookie.com/v/pJqoRaphiEk&amp;hl=en&amp;fs=1&amp;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="340" height="285"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;That is so awesome, long live the Empire!&lt;img src="http://feeds.feedburner.com/~r/JudogeekBlog/~4/LlCMcAZlaoc" height="1" width="1"/&gt;</description>
			<category />
			<guid isPermaLink="false">http://www.lancewicks.com/blog/index.php?entry=entry090324-091531</guid>
			<author>Lance Wicks</author>
			<pubDate>Tue, 24 Mar 2009 14:15:31 GMT</pubDate>
			<comments>http://www.lancewicks.com/blog/comments.php?y=09&amp;m=03&amp;entry=entry090324-091531</comments>
		<feedburner:origLink>http://www.lancewicks.com/blog/index.php?entry=entry090324-091531</feedburner:origLink></item>
		<item>
			<title>W00T!! Got this email in this morning... s92a is dead!</title>
			<link>http://feedproxy.google.com/~r/JudogeekBlog/~3/vRh7Od61r7M/index.php</link>
			<description>I received this email in today from my native New Zealand, it seems that New Zealand will now no longer be the first &amp;quot;civilised&amp;quot; nation to drop the &amp;quot;Innocent until proven guilty&amp;quot; approach to law! Thank goodness!&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;Hi Lance Wicks, we thought you&amp;#039;d like to know that the S92A has been scrapped.&lt;br /&gt; &lt;br /&gt; The Creative Freedom Foundation are celebrating tonight after National&amp;#039;s announcement this afternoon that Section 92A will be scrapped, and that they will work towards finding an alternative.&lt;br /&gt; &lt;br /&gt; Chris Keall at the NBR reports: &amp;quot;Prime Minister John Key has announced that the government will throw out the controversial Section 92A of the Copyright Amendment Act and start again. Section 92A has been scrapped.&amp;quot;. This is fantastic news, and it&amp;#039;s great that Prime Minister John Key has taken a stand on this important issue. This draconian and naive law was originally championed by former-MP Labour&amp;#039;s Judith Tizard. Now we need to help make some sensible copyright law that will protects artists and well as New Zealanders. The CFF are preparing to take part in this process.&lt;br /&gt; &lt;br /&gt; Today is a victory for New Zealanders - artists and non-artists alike. The CFF thanks everyone of you who supported this movement: we couldn&amp;#039;t have done it without you!&lt;br /&gt; Further details at&lt;br /&gt; &lt;a href="http://creativefreedom.org.nz/story.html?id=231" target="_blank" &gt;http://creativefreedom.org.nz/story.html?id=231&lt;/a&gt; &lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Of course, politicians have a knack of scrapping unpopular things to reintroduce them later when they think nobody is looking so the CFF shall need to keep an eagle eye on the Beehive.&lt;br /&gt;&lt;br /&gt;Of course we don&amp;#039;t know how much of this turn around is due to the #blackout campaign that got so much great publicity, but lets chalk one up to it anyway. :-)&lt;br /&gt;&lt;br /&gt;Thanks NZ for staying just a little bit sane for a little bit longer! &lt;br /&gt;&lt;br /&gt;Lance&lt;img src="http://feeds.feedburner.com/~r/JudogeekBlog/~4/vRh7Od61r7M" height="1" width="1"/&gt;</description>
			<category />
			<guid isPermaLink="false">http://www.lancewicks.com/blog/index.php?entry=entry090323-065452</guid>
			<author>Lance Wicks</author>
			<pubDate>Mon, 23 Mar 2009 11:54:52 GMT</pubDate>
			<comments>http://www.lancewicks.com/blog/comments.php?y=09&amp;m=03&amp;entry=entry090323-065452</comments>
		<feedburner:origLink>http://www.lancewicks.com/blog/index.php?entry=entry090323-065452</feedburner:origLink></item>
		<item>
			<title>NoseRub 0.8.2 </title>
			<link>http://feedproxy.google.com/~r/JudogeekBlog/~3/gR5x48UF4L0/index.php</link>
			<description>&lt;a href="http://www.flickr.com/photos/lancew/3373708086/" title="NoseRub 0.8.2 Migration by lwicks_2000, on Flickr"&gt;&lt;img src="http://farm4.static.flickr.com/3614/3373708086_bcea7348b2.jpg" width="311" height="261" alt="NoseRub 0.8.2 Migration" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The &lt;a href="http://noserub.com" target="_blank" &gt;NoseRub&lt;/a&gt; team have been hard at work and tonight the 0.8.2 release has been made available via SVN. Much has been done which prepares for the 0.9.x release, but this release brings with it a new admin interface and added services include NoseRub fotolog, seesmic, twitpic, skitch, github, google code and scratch.&lt;br /&gt;&lt;br /&gt;Dirk will no doubt blog soon on the official &lt;a href="http://noserub.com/blog/" target="_blank" &gt;Noserub Blog&lt;/a&gt;, but I was too excited not to post something quickly. :-)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/JudogeekBlog/~4/gR5x48UF4L0" height="1" width="1"/&gt;</description>
			<category />
			<guid isPermaLink="false">http://www.lancewicks.com/blog/index.php?entry=entry090321-144422</guid>
			<author>Lance Wicks</author>
			<pubDate>Sat, 21 Mar 2009 19:44:22 GMT</pubDate>
			<comments>http://www.lancewicks.com/blog/comments.php?y=09&amp;m=03&amp;entry=entry090321-144422</comments>
		<feedburner:origLink>http://www.lancewicks.com/blog/index.php?entry=entry090321-144422</feedburner:origLink></item>
	</channel>
</rss>
