<?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>The Funk Blog</title>
	<atom:link href="http://www.funk.co.nz/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.funk.co.nz/blog</link>
	<description>Some stuff that some people wrote</description>
	<lastBuildDate>Sun, 13 May 2012 04:03:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Serve files to guests phones at your event via Wi-Fi</title>
		<link>http://www.funk.co.nz/blog/technology/serve-files-to-guests-phones-at-your-event-via-wi-fi</link>
		<comments>http://www.funk.co.nz/blog/technology/serve-files-to-guests-phones-at-your-event-via-wi-fi#comments</comments>
		<pubDate>Sun, 13 May 2012 03:59:54 +0000</pubDate>
		<dc:creator>tomachi</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.funk.co.nz/blog/?p=688</guid>
		<description><![CDATA[The problem: you want to give a free MP3 audio file to your guests at your event and would like something more scalable, faster, cheaper and easier than giving out CDs and/or loading USB sticks manually, and would prefer the file to end on their smartphone anyhow where they can listen on headphones quickly. Proposed [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><strong>The problem:</strong></span> you want to give a free MP3 audio file to your guests at your event and would like something more scalable, faster, cheaper and easier than giving out CDs and/or loading USB sticks manually, and would prefer the file to end on their smartphone anyhow where they can listen on headphones quickly.</p>
<p><span style="text-decoration: underline;"><strong>Proposed solution:</strong></span> Serve the files via locally hosted laptop web server on a private wireless network (WLAN). Users download to their iPhone/Android/laptop from the free wireless network. No internet connection is needed and download is full speed.</p>
<p>Users see&#8217;s the following QR Code for http://freetune.funk.co.nz/ to scan:</p>
<div id="attachment_690" class="wp-caption alignright" style="width: 210px"><img class="size-full wp-image-690" title="freetune.funk.co.nz.qrcode" src="http://www.funk.co.nz/blog/wp-content/uploads/2012/05/freetune.funk_.co_.nz_.qrcode.png" alt="Visit http://freetune.funk.co.nz/ on your phone for MP3 Download" width="200" height="200" /><p class="wp-caption-text">Visit http://freetune.funk.co.nz/ on your phone for MP3 Download</p></div>
<p><span style="text-decoration: underline;"><strong>Plan:</strong></span></p>
<ul>
<li>Laptop (in our case a Mac) running:</li>
<ul>
<li>Locally modified hosts file with entry for freetune.funk.co.nz pointing to localhost (say 10.0.0.100)</li>
<li>Apache setup to serve the file with a local website running on the laptop</li>
<li>Sharing it&#8217;s non-existent &#8220;internet&#8221; via DHCP over the ethernet port</li>
</ul>
<li>Wi-Fi router (I&#8217;ll use a WRT54GL linux router) set to:</li>
<ul>
<li>Open network no password (or publish password inside event)</li>
<li>Laptop is connected to as the <strong>upstream</strong> WLAN ethernet port and is default gateway</li>
<li>Clients phones and laptops connect to this router</li>
<li>Hopefully the router can handle ~200 clients connecting to it through the evening</li>
</ul>
<li>Business card printouts containing a QR Code for http://freetune.funk.co.nz/</li>
<li>Instructions for users of iOS and Android to scan the code or visit http://freetune.funk.co.nz/</li>
<li>Backup real DNS entry</li>
<ul>
<li>on live internet for your private LAN IP (say 10.0.0.100 or 192.168.1.1)</li>
</ul>
<li>Captive Portal idea:</li>
<ul>
<li>Ideally an extra tweak to DNS make every lookup for any domain go to this IP address</li>
<li>Apache setup to redirect all requests to the private IP</li>
</ul>
</ul>
<div>The backup public DNS entry is just in case your guests get online somehow but still on your LAN, the public DNS will still tell them to go to the private IP address you&#8217;ve setup. This could maybe happen your laptop picks up another WLAN and you connect to it halfway through the event. Normally your hosts file changes would block any DNS lookups going through is my guess, but at this time I don&#8217;t know if my Mac will serve the false DNS lookups to the users via wired ethernet or try to use the one given from the new 2nd network.</div>
<p>&nbsp;</p>
<div id="attachment_699" class="wp-caption alignright" style="width: 690px"><img class="size-full wp-image-699" title="WRT54GL-3,0" src="http://www.funk.co.nz/blog/wp-content/uploads/2012/05/WRT54GL-30.png" alt="Laptop web-server will be plugged into the &quot;Internet&quot; port, left side" width="680" height="390" /><p class="wp-caption-text">Laptop web-server will be plugged into the &quot;Internet&quot; port, left side</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.funk.co.nz/blog/technology/serve-files-to-guests-phones-at-your-event-via-wi-fi/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get rid of live.com load-balanced domains with a regular expression: GA Webmail Referral Traffic Source Rollup Filter</title>
		<link>http://www.funk.co.nz/blog/online-marketing/webmail-referral-source-medium-rollup-filter</link>
		<comments>http://www.funk.co.nz/blog/online-marketing/webmail-referral-source-medium-rollup-filter#comments</comments>
		<pubDate>Sun, 06 May 2012 11:47:22 +0000</pubDate>
		<dc:creator>tomachi</dc:creator>
				<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Regular Expressions]]></category>

		<guid isPermaLink="false">http://www.funk.co.nz/blog/?p=629</guid>
		<description><![CDATA[The problem? Nasty load balanced domains in Google Analytics reports like this: Source Visits 36ohk6dgmcd1n-c.c.yom.mail.yahoo.net / referral 149 mail.google.com / referral 131 du114w.dub114.mail.live.com / referral 43 du103w.dub103.mail.live.com / referral 25 sn124w.snt124.mail.live.com / referral 23 The solution? Clean nicely segmented source lines that &#8220;roll up&#8221; into one: Source/Medium Visits Webmail (live.com) / email 643 Webmail (yahoo.com) / email 258 Webmail [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><em><strong>The problem?</strong></em></span> Nasty load balanced domains in Google Analytics reports like this:</p>
<table width="500" border="0" cellspacing="0" cellpadding="0"><!--StartFragment--><br />
<colgroup>
<col width="186" />
<col width="75" /> </colgroup>
<tbody>
<tr>
<td width="186" height="13"><strong>Source</strong></td>
<td width="75"><strong>Visits</strong></td>
</tr>
<tr>
<td height="13">36ohk6dgmcd1n-c.c.yom.mail.yahoo.net / referral</td>
<td align="right">149</td>
</tr>
<tr>
<td height="13">mail.google.com / referral</td>
<td align="right">131</td>
</tr>
<tr>
<td height="13">du114w.dub114.mail.live.com / referral</td>
<td align="right">43</td>
</tr>
<tr>
<td height="13">du103w.dub103.mail.live.com / referral</td>
<td align="right">25</td>
</tr>
<tr>
<td height="13">sn124w.snt124.mail.live.com / referral</td>
<td align="right">23</td>
</tr>
</tbody>
</table>
<p><span style="text-decoration: underline;"><em><strong>The solution?</strong></em></span> Clean nicely segmented source lines that &#8220;roll up&#8221; into one:</p>
<table width="500" border="0" cellspacing="0" cellpadding="0"><!--StartFragment--><br />
<colgroup>
<col width="202" />
<col width="75" /> </colgroup>
<tbody>
<tr>
<td width="202" height="13"><strong>Source/Medium</strong></td>
<td width="75"><strong>Visits</strong></td>
</tr>
<tr>
<td height="13">Webmail (live.com) / email</td>
<td align="right">643</td>
</tr>
<tr>
<td height="13">Webmail (yahoo.com) / email</td>
<td align="right">258</td>
</tr>
<tr>
<td height="13">Webmail (google.com) / email</td>
<td align="right">105</td>
</tr>
<tr>
<td height="13">Webmail (aol.com) / email</td>
<td align="right">13</td>
</tr>
<tr>
<td height="13">Webmail (libero.it) / email</td>
<td align="right">12</td>
</tr>
<tr>
<td height="13">Webmail (laposte.net) / email</td>
<td align="right">23</td>
</tr>
</tbody>
</table>
<p>To clean these up requires two filters:</p>
<ul>
<li>Webmail Source Rollup (search and replace with Webmail (brand])</li>
<li>Webmail Medium Rollup (swap / referral with / email as medium for further rolling up!)</li>
</ul>
<p>Both these filters will use the core regex code I&#8217;ve figured out that consolidates 99% of the worlds webmail systems without pulling in any false positives in theory.</p>
<h2>The Magic Regex Code</h2>
<p>Here is the filter regex that I&#8217;ve been currently using in my production Google analytics advanced filters since 15 Feb 2012 to cleanup these &#8211; or to roll up the load-balanced domains that you often get in referrals:</p>
<p><span style="text-decoration: underline;"><strong><em>My starting point:</em></strong></span></p>
<p>(messag|courrier|zimbra|imp|mail)(.*)\.(.*)\..{2,4}</p>
<p>This grabs any domain with say &#8220;mail&#8221; in it, but runs a check on the ending of the domain: it needs to have at least 2 dots after it and a TLD between 2 and 4 chars long. It will miss go.mail.ru and mail.com. It will also miss &#8220;Mail Campaign \ email&#8221; because this is not a proper domain. So far so good <img src='http://www.funk.co.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong style="font-style: italic;">My improvement with exceptions:</strong></p>
<p>(messag|courrier|zimbra|imp|mail).*\.(.*\..{2,4}|go\.mail\.ru|promail\.co\.nz|service\.mail\.com|3c\.web\.de|outlook\.com)</p>
<p>Domain of webmail platform is in capture group $A2.</p>
<p>My improved regex has a new exception section at the end to allow some special cases (go.mail.ru, 3c.web.de, service.mail.com) to get through the filter using a hard-coded approach that skips the safety net and autonomy provided by the wide open keyword matching paired with a domain name restriction ensuring &#8220;two more dots and a TLD&#8221;.</p>
<p>Maybe that is excessive use of regex, but at least you can be sure you can now see your word of mouth / word of email traffic nice and tidy!</p>
<h2><strong>How does it work?</strong></h2>
<p>I&#8217;ll break the formula down in sections:</p>
<h3>(messag|courrier|zimbra|imp|<strong>mail</strong>)</h3>
<p>This looks for the really obvious and common keywords in webmail services, the main one being <strong>mail</strong>. This will match sn124w.snt124.<strong>mail</strong>.live.com but it will also grab e<strong>mail</strong>chimp.com and a huge number of others that you really don&#8217;t want to catch with this filter. If we were looking for <strong>live</strong> (but we aren&#8217;t in this case), then a site like <a title="Answering Oliver page about Stray" href="http://www.answeringoliver.com/2012/04/days-3-5-new-zealands-stunning-bay-of.html" target="_blank">www.answeringo<strong>LIVE</strong>r.com</a> would get picked up in the crossfire.</p>
<p>Basically the first part of the domain name (<strong>sn124w.snt124</strong>.mail) will be getting deleted by this filter so you could stand to lose quite a lot of data with the &#8220;mail&#8221; and &#8220;imp&#8221; keywords if this were the only parts of the expression! So the next bit of filter is designed to pass the domain through another difficult test involving the dots and TLDs&#8230;</p>
<h3>(.*)\.(.*)\..{2,4}</h3>
<p>This makes sure that the domain bits after <strong>mail</strong> or <strong>zimbra</strong> or whatever always have two dots and a TLD (top level domain extension eg .nz .jp). Which matches the end bit of sn124w.snt124.mail<strong>.live.com</strong> and  the end of: www.funk<strong>.co.nz</strong>.</p>
<p>The (.*) part means match anything including nothing, and the \. means there must be a dot, so (.*)\.(.*)\. means there gotta be at least two more dots in this domain name <em><strong>coming up after the live&#8221;</strong></em>. Which is how Answering Oliver gets through the test for <strong>live</strong>. The next part .{2,4} is all about the top level domain or TLD. These can be 2, 3, or 4 letters long like .co, .com. and .mobi. The curly braces specify how many times the previous character . (which means single char you like except nothing) can appear like {min,max}.</p>
<p>Then in the middle is a pipe | which cuts the regex open and allows some really hard to match exceptions through for smaller webmail systems. Only reason you see the web.de one also appear on the left of the central | is because this is such a whacky domain name that it doesn&#8217;t match the &#8220;mail&#8221; which gets most of the webmail systems on the planet. Germans aye? <img src='http://www.funk.co.nz/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>* (Hi Devon! Thanks for sending traffic to <a title="Stray Asia (we do NZ as well I just wanna send Asia some link love)" href="http://www.straytravel.asia/" target="_blank">Stray Travel</a> I found you researching this post)</p>
<h2>Screenshots</h2>
<h3>Campaign Source Filter</h3>
<p>Advanced filter.</p>
<p>Field A -&gt; Extract A: Campaign Source:</p>
<p>(messag|courrier|zimbra|imp|mail).*\.(.*\..{2,4}|go\.mail\.ru|promail\.co\.nz|service\.mail\.com|3c\.web\.de|outlook\.com)</p>
<p>Field B -&gt; Extract B: <em>[leave both blank]</em></p>
<p>Output To -&gt; Constructor: Campaign Source: Webmail ($A2)</p>
<div id="attachment_674" class="wp-caption alignnone" style="width: 736px"><img class="size-full wp-image-674" title="webmail-source-rollup" src="http://www.funk.co.nz/blog/wp-content/uploads/2012/05/webmail-source-rollup.png" alt="GA Webmail Rollup Filter" width="726" height="547" /><p class="wp-caption-text">GA Webmail Rollup Filter</p></div>
<h2>Medium Rollup Filter</h2>
<p>Advanced filter.</p>
<p>Field A -&gt; Extract A: Campaign Source:</p>
<p>(messag|courrier|zimbra|imp|mail).*\.(.*\..{2,4}|go\.mail\.ru|promail\.co\.nz|service\.mail\.com|3c\.web\.de|outlook\.com)</p>
<p>Field B -&gt; Extract B: <em>[leave both blank]</em></p>
<p>Output To -&gt; Constructor: Campaign <strong>Medium</strong>: email</p>
<div class="mceTemp" style="text-align: left;">
<dl id="attachment_630" class="wp-caption    alignnone" style="width: 640px;">
<dt class="wp-caption-dt"><a href="http://www.funk.co.nz/blog/wp-content/uploads/2012/05/webmail-rollup.png"><img class="size-full wp-image-630" title="webmail-rollup" src="http://www.funk.co.nz/blog/wp-content/uploads/2012/05/webmail-rollup.png" alt="GA Webmail Rollup Filter" width="630" height="506" /></a></dt>
<dd class="wp-caption-dd">GA Webmail Rollup Filter</dd>
</dl>
</div>
<p>&nbsp;</p>
<h3>Additional reference domains to check:</h3>
<p>The domains below are the really rare webmail clients that are hard to extract:</p>
<p>mail175-236.sinamail.sina.com.cn<br />
go.mail.ru<br />
service.mail.com<br />
promail.co.nz<br />
3d.web.de<br />
ch1prd0310.outlook.com</p>
<p>This is why I needed to grab the full domain with (.*\..{2,4}) versus the first versions (.*)\.(.*)\..{2,4} which would have only grabbed &#8220;sinamail&#8221;. Now we get  sinamail.sina.com.cn.</p>
<p>These can be checked with: sina\.com\.cn|go\.mail\.ru|mail\.com|promail\.co\.nz|web\.de|outlook\.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funk.co.nz/blog/online-marketing/webmail-referral-source-medium-rollup-filter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MegaUpload</title>
		<link>http://www.funk.co.nz/blog/politics/megaupload</link>
		<comments>http://www.funk.co.nz/blog/politics/megaupload#comments</comments>
		<pubDate>Mon, 23 Jan 2012 11:30:35 +0000</pubDate>
		<dc:creator>tomachi</dc:creator>
				<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.funk.co.nz/blog/?p=597</guid>
		<description><![CDATA[Update: Excellent interview with Kim Dotcom on Campbell Live. Now I had never heard of MegaUpload until this story broke in NZ about it, and him living in Coatesville mansion (that place looks wicked!!) which is in my region (Auckland)! Straight up, that&#8217;s intense! But I feel sorry for him, I hope the pussy NZ [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_610" class="wp-caption alignright" style="width: 160px"><a href="http://www.funk.co.nz/blog/wp-content/uploads/2012/01/coatesville.jpg"><img class="size-thumbnail wp-image-610" title="coatesville" src="http://www.funk.co.nz/blog/wp-content/uploads/2012/01/coatesville-150x150.jpg" alt="coatesville" width="150" height="150" /></a><p class="wp-caption-text">I&#39;m in Coatesville bitch!</p></div>
<p>Update: <a href="http://ondemand.tv3.co.nz/Campbell-Live-Thursday-March-1-2012/tabid/119/articleID/5578/MCat/73/Default.aspx">Excellent interview</a> with Kim Dotcom on Campbell Live.</p>
<p>Now I had never heard of <a href="http://www.megaupload.com/">MegaUpload</a> until this story broke in NZ about it, and him living in Coatesville mansion (that place looks wicked!!) which is in my region (Auckland)! <em>Straight up, that&#8217;s intense!</em></p>
<p>But I feel sorry for him, I hope the pussy NZ government doesn&#8217;t bend over and extradite him (they will) I think it sounds a bit of an over-reaction at this point in time, I mean take this excerpt from Wikipedia below, I have yet to find anything decent about exactly what he&#8217;s done wrong. <a href="http://www.reuters.com/article/2012/01/23/us-internet-piracy-megaupload-idUSTRE80K07Q20120123">He claims he&#8217;s innocent</a> according to reuters. Perhaps he is bad, even if he is, taking the site down should be enough, he doesn&#8217;t need to be arrested and extradited.</p>
<div id="attachment_608" class="wp-caption alignright" style="width: 160px"><a href="http://www.funk.co.nz/blog/wp-content/uploads/2012/01/Megaupload-and-MegaVideo-chart-Obfuscated1.png"><img class="size-thumbnail wp-image-608" title="Megaupload-and-MegaVideo-chart-Obfuscated1" src="http://www.funk.co.nz/blog/wp-content/uploads/2012/01/Megaupload-and-MegaVideo-chart-Obfuscated1-150x150.png" alt="Down she goes..." width="150" height="150" /></a><p class="wp-caption-text">Down she goes... poof!</p></div>
<p>The best article I&#8217;ve found so far has been this Ars Technica one <a href="http://arstechnica.com/tech-policy/news/2012/01/why-the-feds-smashed-megaupload.ars">Why the feds smashed MegaUpload</a>. At least this makes me confident now the feds have some &#8220;proof&#8221; knew they were pirates, but so is YouTube in many ways too, and at least both YouTube AND MegaUpload provide a take-down tools for copyrights holders to remove stuff. Another good place to check is <a title="Why was Megaupload shut down?" href="http://www.quora.com/Megaupload/Why-was-Megaupload-shut-down">this Quora page</a>.</p>
<p>Scariest part of it all tho, is this bit at the end of the <a href="http://www.nytimes.com/2012/01/20/technology/indictment-charges-megaupload-site-with-piracy.html">NYT article</a>: “The government hopes to use their private words against them,” Mr. Kerr said. “This should scare the owners and operators of similar sites.”</p>
<div id="ld_4Ouh1G_3930">From wikipedia:</div>
<blockquote><p>Legal commentators point out that while the indictment may be correct and Megaupload might have acted as a criminal conspiracy as claimed, a number of points in the indictment are based upon selective interpretations and legal concepts (described in one article as &#8220;novel theories&#8221; of the law) and could be challenged in court. An L.A. Times analysis stated that the author was &#8220;struck by how far the indictment goes to find something nefarious&#8221;; likewise a TechDirt analysis concluded that while the founder of Megaupload had a significant history of &#8220;flouting the law&#8221;, evidence has potentially been taken out of context or misrepresented and could &#8220;come back to haunt other online services who are providing perfectly legitimate services&#8221;. Both analyses concur that other evidence could show criminality; the concerns were not irrefutable.</p></blockquote>
<p>I mean the site&#8217;s been replaced by an FBI logo, stink. They reckon at one stage is was the 13th biggest site on the net.</p>
<p>&nbsp;</p>
<p><strong>Anonymous Respond</strong></p>
<p>Global hacker group anonymous have responded by creating this web browser based DDOS tool:</p>
<p><a id="id-65" href="http://pastehtml.com/view/blakyjwbi.html">http://pastehtml.com/view/blakyjwbi.html</a></p>
<p>&#8230;which seems to automatically fire up a bunch of connections to justice.gov. Nasty!<br />
<iframe src="http://www.youtube.com/embed/o0Wvn-9BXVc" frameborder="0" width="560" height="315"></iframe></p>
<p><a href="http://www.paralegal.net/hypocrisy-in-hollywood/"><img src="http://images.paralegal.net.s3.amazonaws.com/hypocrisy-hollywood.png" alt="Hypocrisy in Hollywood" width="500"  border="0" /></a><br />Created by: <a href="http://www.paralegal.net/">Paralegal.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.funk.co.nz/blog/politics/megaupload/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On tour in NZ with Stray</title>
		<link>http://www.funk.co.nz/blog/rants/on-tour-in-nz-with-stray</link>
		<comments>http://www.funk.co.nz/blog/rants/on-tour-in-nz-with-stray#comments</comments>
		<pubDate>Sun, 20 Nov 2011 10:27:00 +0000</pubDate>
		<dc:creator>tomachi</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.funk.co.nz/blog/uncategorized/on-tour-in-nz-with-stray</guid>
		<description><![CDATA[Day One &#8211; Ha Hei / Hot Water Beach Somehow &#8211; my mistake &#8211; I didn&#8217;t realise the bus would actually pick up at Ponsonby Backpackers, which is right around the corner from my house, and so could have slept 30 mins longer and saved myself a cab ride to town. Got myself a seat [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Day One &#8211; Ha Hei / Hot Water Beach<br />
</strong>Somehow &#8211; my mistake &#8211; I didn&#8217;t realise the bus would actually pick up at Ponsonby Backpackers, which is right around the corner from my house, and so could have slept 30 mins longer and saved myself a cab ride to town.</p>
<p>Got myself a seat next to a lovely girl from Munich in German and learnt how to count to ten. Made it to Ha Hei and Hot Water beach, such a beautiful place.</p>
<p><strong>Day Two &#8211; Raglan<br />
</strong>Im writing this at the end of day two of the <a href="http://www.straytravel.com/">stray tour</a>. Were in Raglan at Karioi lodge. It&#8217;s the meck shit &#8211; a real backpacker hostel in the jungle, with a really hot sauna and big lounge. Dope as aged rims tree sits smack in front of me over the deck, and the hostel is cool . The lodges are situated nestled into a valley in from the road on the south head.</p>
<p>Apart from a few teething problems early on involving changes to the schedule and wales breaking in the bus in Thames in true form (who needs a rear window anyhow? nice fresh air!), the tour is exceptionally cool still. Great bunch of people, heaps of Germans, plus a regular mix of French, English, Irish, Dutch, Italian, Brazilian and me&#8230;. the sole kiwi in group. In fact im a staff members trying to masquerade as a true backpacker.<br />
Surfing turned out to be a highlight so far &#8211; that and nearly burning my feat at hot water beach briefly on our trip at Ha The on the first night. We hired some boards from raglan surf school at the beach at ### (where the raglan reggae festival was) and shit was pretty mellow. I can see why pros would go further out at the other beach.</p>
<p><strong>Taupo friday night</strong><br />
Had a big night on friday in taupo. Good times and crazy dancing with Jordon, Nick, Anders, Avril, Veronica, and&#8230; gets hard to remember all the names.</p>
<p><strong>Blue Duck</strong><br />
Pariatua loop walk: Awesome old growth trees with long lichen hanging off and inquisitive tiny smaller than normal fantail-looking birds come to say, while pairs of tuis pull aerobatic manoeuvres. Steep terrain. Lords of the rings type shit, made me feel like the hobbit.</p>
<p><strong>National Park<br />
</strong>Did the tongariro crossing! 19.4kms, 800m up, and 1100m down. Very cool 7 hour walk! Amazing endorphin rushes after the walk. Spa after was fun, that&#8217;s when I taught the Germans what a sausage fest was (worst fest in German).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funk.co.nz/blog/rants/on-tour-in-nz-with-stray/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bring back the Google Calendar Facebook export feature</title>
		<link>http://www.funk.co.nz/blog/rants/facebook-calendar-export-broke</link>
		<comments>http://www.funk.co.nz/blog/rants/facebook-calendar-export-broke#comments</comments>
		<pubDate>Sun, 30 Oct 2011 23:37:13 +0000</pubDate>
		<dc:creator>tomachi</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.funk.co.nz/blog/?p=544</guid>
		<description><![CDATA[UPDATE: This feature is now *working correctly* again, hooray for Facebook and Google! I wonder if my blog post helped get this fixed? A really handy feature I used all the time to escalate important Facebook events in my Google Calendar has just been brutally and cruelly taken away, so I&#8217;m gonna blog about it [...]]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><em><strong>UPDATE:</strong> This feature is now *working correctly* again, hooray for Facebook and Google! I wonder if my blog post helped get this fixed?</em></span></p>
<p>A really handy feature I used all the time to escalate important Facebook events in my Google Calendar has just been brutally and cruelly taken away, so I&#8217;m gonna blog about it and start a petition to try and get it back.</p>
<p>I used to do the following after clicking an RSVP to an event on Facebook: Click Export -&gt; Send Email and it would send a nicely formatted email like in the screenshot below that contains:</p>
<ul>
<li>An <a href="http://www.google.com/calendar/event?action=TEMPLATE&amp;pprop=eidmsgid%3A_ckp3ac9k60r38d1o68p3echj6906cob3clh6urrb5phmur8_13343e5749edd332&amp;dates=20111111T230000%2F20111112T070000&amp;text=SIN+%5B11%2F11%2F11%5D&amp;location=373+KRD+%28420+%26+RISING+SUN%29+&amp;details=MAKE+LOVE+NOT+WAR++++++++++++%0A++%0AUpstairs%3A+ARENA+1+++++++%0A%E2%97%8F+Soundsystems%3A+Demolition+%2B+In+House+%0A%E2%97%8F+Styles%3A+House%2C+Dnb%2C+UK+Funky+%26+Dubstep+%0A%E2%97%8F+Burlesque+by+La+Ragdoll+De+Bon+Bon+%26+Ladi+Sin+Quana%0A%E2%97%8F+Mini+Fashion+Show%0A%E2%97%8F+Armistice+Themed+Strip+Show+%283+Ladies+for+3+Hours%2C+Full+Strip%29%0A%5BStrip+show+from%3A+11%3A11%3A11+11%2F11%2F11%5D++%0A%E2%97%8F+Breakdancers%3A+B+Boy+Discover+%2B+TBA+%0A%E2%97%8F+Rockstar+Girls+X+2+%0A%E2%97%8F+Lighting%3A+Lazers%2C+strobes%2C+black+lights%0A%E2%97%8F+Atmos%3A+Smoke%2C+Bubbles%2C+Visuals%0A%0APart+1%3A+%28Bounce+and+Stare%29%0A10%3A00-10%3A50%3EJUSTIN+SANE%0A10%3A50-12" target="_blank">Add to calendar &gt;&gt;</a> link formatted to magically work well with Google Calendar</li>
<li>The actual name and date of the event (hello?)</li>
</ul>
<p>As you can see (well I can anyhow cos I&#8217;m a geek and can read URL-endocded data) this means that with one click you get a fully formatted Google Calendar entry after clicking (2nd screenshot)</p>
<div id="attachment_545" class="wp-caption alignnone" style="width: 981px"><img class="size-full wp-image-545 " title="Sin-rave-old-way" src="http://www.funk.co.nz/blog/wp-content/uploads/2011/10/Sin-rave-old-way.png" alt="Sin Rave - Done the old way that rocked my world with convenience" width="971" height="351" /><p class="wp-caption-text">Sin Rave - Done the old way that rocked my world with convenience</p></div>
<p>&nbsp;</p>
<p>And after clicking &#8220;Add to calendar&#8221; you get this if you&#8217;re logged into Google like I always am:</p>
<div id="attachment_548" class="wp-caption alignnone" style="width: 604px"><img class="size-full wp-image-548 " title="after-click-creates-full-calendar-entry" src="http://www.funk.co.nz/blog/wp-content/uploads/2011/10/after-click-creates-full-calendar-entry.png" alt="It creates calendar entry automatically" width="594" height="677" /><p class="wp-caption-text">It *used to* create calendar entry automatically</p></div>
<h2>And now</h2>
<h2> &#8230; and now the sad reality is that Facebook have changed it so it looks like this:</h2>
<p><img class="alignnone size-full wp-image-554" title="farmageddon" src="http://www.funk.co.nz/blog/wp-content/uploads/2011/10/farmageddon.png" alt="" width="969" height="303" /></p>
<p>Perhaps not many people used this feature, and I know that Facebook recently did a bunch of changes to reduce the amount of emails their system is spewing about the place, but these emails were really good. The main change was the removal of the URL encoded calendar item.</p>
<p>Here is a copy of the SIN item for reference:</p>
<p><textarea rows="20" cols="80">http://www.google.com/calendar/event?action=TEMPLATE&amp;pprop=eidmsgid%3A_ckp3ac9k60r38d1o68p3echj6906cob3clh6urrb5phmur8_13343e5749edd332&amp;dates=20111111T230000%2F20111112T070000&amp;text=SIN+%5B11%2F11%2F11%5D&amp;location=373+KRD+%28420+%26+RISING+SUN%29+&amp;details=MAKE+LOVE+NOT+WAR++++++++++++%0A++%0AUpstairs%3A+ARENA+1+++++++%0A%E2%97%8F+Soundsystems%3A+Demolition+%2B+In+House+%0A%E2%97%8F+Styles%3A+House%2C+Dnb%2C+UK+Funky+%26+Dubstep+%0A%E2%97%8F+Burlesque+by+La+Ragdoll+De+Bon+Bon+%26+Ladi+Sin+Quana%0A%E2%97%8F+Mini+Fashion+Show%0A%E2%97%8F+Armistice+Themed+Strip+Show+%283+Ladies+for+3+Hours%2C+Full+Strip%29%0A%5BStrip+show+from%3A+11%3A11%3A11+11%2F11%2F11%5D++%0A%E2%97%8F+Breakdancers%3A+B+Boy+Discover+%2B+TBA+%0A%E2%97%8F+Rockstar+Girls+X+2+%0A%E2%97%8F+Lighting%3A+Lazers%2C+strobes%2C+black+lights%0A%E2%97%8F+Atmos%3A+Smoke%2C+Bubbles%2C+Visuals%0A%0APart+1%3A+%28Bounce+and+Stare%29%0A10%3A00-10%3A50%3EJUSTIN+SANE%0A10%3A50-12</textarea></p>
<p>So according to this thread:</p>
<p>http://www.google.com/support/forum/p/Calendar/thread?tid=3b76e6c18640db63&#038;hl=en</p>
<p>It is not even possible to set Google Chrome as the default handler for the .ics file extension that Facebook wants me to download now. Turns out I have to following <a href="http://www.google.com/support/calendar/bin/answer.py?hl=en&amp;answer=37118">these laborious steps</a> for each event import that used to take 1 click:</p>
<p>To import events from iCalendar or CSV files, just follow these steps:</p>
<ol>
<li>Click the down-arrow next to <strong>Other calendars</strong></li>
<li>Select <strong>Import calendar</strong></li>
<li>Click <strong>Choose file</strong> and find the file that contains your events, then click <strong>Open</strong>.</li>
<li>Select the Google Calendar where you&#8217;d like to import events, then click <strong>Import</strong>.</li>
</ol>
<p>That&#8217;s quite a few extra steps since it also involves actually opening Google Calendar, and putting your mouse over the cal you want to import into. Sucky.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funk.co.nz/blog/rants/facebook-calendar-export-broke/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revoke the Radler Trademark</title>
		<link>http://www.funk.co.nz/blog/politics/revoke-the-radler-trademark</link>
		<comments>http://www.funk.co.nz/blog/politics/revoke-the-radler-trademark#comments</comments>
		<pubDate>Fri, 29 Jul 2011 02:37:35 +0000</pubDate>
		<dc:creator>tomachi</dc:creator>
				<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.funk.co.nz/blog/?p=507</guid>
		<description><![CDATA[Open letter to IPONZ To Whom It May Concern, this is your official warning that your organisation IPONZ is at legal risk. You should never have granted Trademark 700726 and you must now revoke this trademark. It appears to have been mistakenly granted with Trade Mark Non-Convention, WORD, whereas this word Radler is a conventional word, used [...]]]></description>
			<content:encoded><![CDATA[<p>Open letter to IPONZ</p>
<p>To Whom It May Concern,</p>
<p>this is your official warning that your organisation IPONZ is at legal risk. You should never have granted Trademark 700726 and you must now revoke this trademark. It appears to have been mistakenly granted with Trade Mark Non-Convention, WORD, whereas this word Radler is a conventional word, used in common language to describe a generic type of beer.</p>
<p>It is time someonebody &#8211; surely the state prosecutor? &#8211; should take the commissioner for trademarks to court for allowing the term &#8220;Radler&#8221; to be trademarked by DB Breweries Ltd? This Trademark should be revoked under section 17 and also section 18 B and D because the term Radler is a term that has become customary in the current language or in the bona fide and established practices of trade.</p>
<p>Please see the relevant sections of NZ Law below:</p>
<h2>Trade Marks Act 2002 No 49 (as at 15 December 2005), Public Act</h2>
<h2>Date registered:</h2>
<p><!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.4px Helvetica} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.5px Helvetica} p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Helvetica} span.s1 {font: 9.0px Helvetica} span.Apple-tab-span {white-space:pre} --></p>
<blockquote><p>Subpart 2—Absolute grounds for not registering trade mark</p>
<p>17	Absolute grounds for not registering trade mark: general</p>
<p>(1)	The Commissioner must not register as a trade mark or part of a trade mark any matter— (a)	the use of which would be likely to deceive or cause</p>
<p>confusion; or (b)	the use of which is contrary to New Zealand law or would otherwise be disentitled to protection in any</p>
<p>court; or (c)	the use or registration of which would, in the opinion</p>
<p>of the Commissioner, be likely to offend a significant</p>
<p>section of the community, including Māori. (2)	The Commissioner must not register a trade mark if the appli-</p>
<p>cation is made in bad faith. (3)	Despite subsection (1)(b), the Commissioner may register a</p>
<p>24</p>
<p>trade mark even if use of the trade mark is restricted or pro- hibited under the Smoke-free Environments Act 1990. Compare: 1953 No 66 s 16</p>
<p>&nbsp;</p>
<p><!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.5px Helvetica} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.5px Helvetica} p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.0px Helvetica} span.Apple-tab-span {white-space:pre} -->Registrability of non-distinctive trade marks</p>
<p>18	Non-distinctive trade mark not registrable</p>
<p>(1)	The Commissioner must not register— (a)	a sign that is not a trade mark: (b)	a trade mark that has no distinctive character: (c)	a trade mark that consists only of signs or indications</p>
<p>that may serve, in trade, to designate the kind, quality, quantity, intended purpose, value, geographical origin, time of production of goods or of rendering of services, or other characteristics of goods or services:</p>
<p>(d)	a trade mark that consists only of signs or indications that have become customary in the current language or in the bona fide and established practices of trade.</p>
<p>(2)	The Commissioner must not refuse to register a trade mark under subsection (1)(b), (c), or (d) if, before the date of appli- cation for registration, as a result of either the use made of it or of any other circumstances, the trade mark has acquired a distinctive character.</p>
<p>Compare: Trade Marks Act 1998 s 7(1)–(3) (Singapore)</p>
<p>Section 18(1)(c): amended, on 15 December 2005, by section 4 of the Trade Marks Amendment Act 2005 (2005 No 116).</p></blockquote>
<p>Source: <a href="http://www.legislation.co.nz/act/public/2002/0049/latest/viewpdf.aspx?search=ts_act_trade+marks+act_resel">http://www.legislation.co.nz/act/public/2002/0049/latest/viewpdf.aspx?search=ts_act_trade+marks+act_resel </a></p>
<p>&nbsp;</p>
<h2>Official Record Of Radler Trademark</h2>
<h2>
<table border="0" cellspacing="0" cellpadding="3" width="80%">
<tbody>
<tr>
<td colspan="2"><span style="font-family: Arial, Helvetica; font-size: small;"><strong>Trade Mark Details</strong></span></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Trade Mark Number </strong></span><span style="color: #666666; font-family: Arial, Helvetica; font-size: xx-small;">(210)</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">700726</span> <span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Current Status</strong></span> <span style="font-family: Arial, Helvetica; font-size: x-small;">Registered/Under Proceeding</span></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>TM Search Text</strong></span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">RADLER</span></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Trade Mark Type</strong></span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Trade Mark Non-Convention, WORD</span></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Trade Mark Nature</strong></span></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Use Statement</strong></span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">(i) being used by the proprietor(s), (being the applicant)</span></td>
</tr>
<tr>
<td colspan="2"><img src="http://www.iponz.govt.nz/common-images/2000/null.gif" border="0" alt="" hspace="0" vspace="0" width="10" height="5" /></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Filed</strong></span> <span style="color: #666666; font-family: Arial, Helvetica; font-size: xx-small;">(220)</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">02-SEP-2003</span></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Renewed Until</strong></span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">02-SEP-2013</span></td>
</tr>
<tr>
<td colspan="2"><img src="http://www.iponz.govt.nz/common-images/2000/null.gif" border="0" alt="" hspace="0" vspace="0" width="10" height="5" /></td>
</tr>
<tr>
<td colspan="2"><span style="font-family: Arial, Helvetica; font-size: small;"><strong>Marks , Device and Device Descriptors </strong></span><span style="color: #666666; font-family: Arial, Helvetica; font-size: xx-small;">(532)</span></td>
</tr>
<tr>
<td></td>
<td colspan="2" valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">RADLER</span></td>
</tr>
<tr>
<td colspan="3"><img src="http://www.iponz.govt.nz/common-images/2000/null.gif" border="0" alt="" hspace="0" vspace="0" width="30" height="20" /></td>
</tr>
<tr>
<td colspan="2">
<table border="0" cellspacing="0" cellpadding="3" width="80%">
<tbody>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Classification System | Class </strong></span><span style="color: #666666; font-family: Arial, Helvetica; font-size: xx-small;">(511)</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Specification of Goods and Services</strong></span></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">8|32</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">beers; beverages made from malt; lager; fruit drinks, fruit juices, syrups, essences and other preparations for making beverages, combined with beer, beverages made from malt, or lager</span></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="2"><img src="http://www.iponz.govt.nz/common-images/2000/null.gif" border="0" alt="" hspace="0" vspace="0" width="10" height="5" /></td>
</tr>
<tr>
<td colspan="2"><img src="http://www.iponz.govt.nz/common-images/2000/null.gif" border="0" alt="" hspace="0" vspace="0" width="10" height="5" /></td>
</tr>
<tr>
<td colspan="2"><span style="font-family: Arial, Helvetica; font-size: small;"><strong>Documents</strong></span></td>
</tr>
<tr>
<td colspan="2" valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">No documents on record or public access is restricted</span></td>
</tr>
<tr>
<td colspan="3"><img src="http://www.iponz.govt.nz/common-images/2000/null.gif" border="0" alt="" hspace="0" vspace="0" width="30" height="20" /></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Proprietor:</strong></span> <span style="color: #666666; font-family: Arial, Helvetica; font-size: xx-small;">(730)</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">DB BREWERIES LIMITED</span> . <span style="font-family: Arial, Helvetica; font-size: x-small;">Corner of Great South Road and Bairds Road, Otahuhu, Auckland, New Zealand</span></td>
</tr>
<tr>
<td colspan="2"><img src="http://www.iponz.govt.nz/common-images/2000/null.gif" border="0" alt="" hspace="0" vspace="0" width="10" height="5" /></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Contact : </strong></span><span style="color: #666666; font-family: Arial, Helvetica; font-size: xx-small;">(740)</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">SIMPSON GRIERSON</span> . <span style="font-family: Arial, Helvetica; font-size: x-small;">88 Shortland Street, Auckland, New Zealand</span></td>
</tr>
<tr>
<td colspan="2"><img src="http://www.iponz.govt.nz/common-images/2000/null.gif" border="0" alt="" hspace="0" vspace="0" width="10" height="5" /></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Service Address:</strong></span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">88 Shortland Street, Auckland, New Zealand</span></td>
</tr>
<tr>
<td colspan="2"><img src="http://www.iponz.govt.nz/common-images/2000/null.gif" border="0" alt="" hspace="0" vspace="0" width="10" height="5" /></td>
</tr>
<tr>
<td colspan="4">
<table border="0" cellspacing="0" cellpadding="4" width="80%">
<tbody>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Action</strong></span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Completed</strong></span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Due</strong></span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Journal</strong></span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Published</strong></span></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearing Request</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">03-MAY-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">02-MAY-2011</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">03-MAY-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">02-MAY-2011</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">29-APR-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">29-APR-2011</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">29-APR-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">28-APR-2011</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">29-APR-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">28-APR-2011</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">28-APR-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">27-APR-2011</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Evidence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">28-APR-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">28-APR-2011</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">26-APR-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">19-APR-2011</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Evidence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">26-APR-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">19-APR-2011</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">26-APR-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">26-APR-2011</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">15-APR-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">01-APR-2011</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">11-APR-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">08-APR-2011</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">07-APR-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">30-MAR-2011</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">07-APR-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">15-MAR-2011</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">07-APR-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">24-MAR-2011</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">22-MAR-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">14-MAR-2011</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Evidence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">14-FEB-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">27-JAN-2011</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">14-FEB-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">09-FEB-2011</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">31-JAN-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">11-JAN-2011</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">07-JAN-2011</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">14-DEC-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Evidence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">30-NOV-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">30-NOV-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Evidence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">30-NOV-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">18-NOV-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">30-NOV-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">30-NOV-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Evidence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">18-NOV-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">16-NOV-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Evidence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">18-NOV-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">16-NOV-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Evidence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">18-NOV-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">17-NOV-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Evidence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">18-NOV-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">16-NOV-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">18-NOV-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">17-NOV-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Evidence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">21-SEP-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">06-SEP-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">31-AUG-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">26-AUG-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">23-AUG-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">16-AUG-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">23-AUG-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">19-AUG-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Extension Request</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">23-AUG-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">03-SEP-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Evidence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">23-AUG-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">16-AUG-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Evidence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">19-JUL-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">14-JUL-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">03-JUN-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">20-MAY-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Evidence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">03-JUN-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">04-MAY-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Evidence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">03-JUN-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">04-MAY-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Evidence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">03-JUN-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">04-MAY-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Extension of Time Request</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">04-MAY-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">21-MAY-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">20-APR-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">16-APR-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Confirmation Copy Upload</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">19-APR-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">19-APR-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">15-APR-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">30-MAR-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">31-MAR-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">26-MAR-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">31-MAR-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">26-MAR-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Confirmation Copy Upload</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">29-MAR-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">29-MAR-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">22-MAR-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">18-MAR-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Evidence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">03-MAR-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">01-MAR-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Evidence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">07-JAN-2010</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">06-JAN-2010</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Evidence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">19-NOV-2009</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">17-NOV-2009</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Application for Revocation</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">06-OCT-2009</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">23-SEP-2009</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Extension Request</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">16-SEP-2009</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">16-SEP-2009</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Lodge Challenge</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">16-SEP-2009</span></td>
<td valign="top"></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Lodge Challenge</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">16-SEP-2009</span></td>
<td valign="top"></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">16-SEP-2009</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">15-SEP-2009</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Counterstatement</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">16-SEP-2009</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">11-SEP-2009</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">08-SEP-2009</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">07-SEP-2009</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Application for Revocation</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">08-SEP-2009</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">07-SEP-2009</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">08-SEP-2009</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">07-SEP-2009</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">08-SEP-2009</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">04-SEP-2009</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">15-JUL-2009</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">10-JUL-2009</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Confirmation Copy Upload</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">14-JUL-2009</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">14-JUL-2009</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Application for Invalidity</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">14-MAY-2009</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">13-MAY-2009</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Hearings Correspondence</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">11-MAY-2009</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">11-MAY-2009</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Lodge Challenge</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">05-MAY-2009</span></td>
<td valign="top"></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Registered</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">08-JUN-2004</span></td>
<td valign="top"></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">1500</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">25-JUN-2004</span></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Published Date</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">27-FEB-2004</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">27-FEB-2004</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">1496</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">27-FEB-2004</span></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Application Accepted</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">13-FEB-2004</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">13-FEB-2004</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">1496</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">27-FEB-2004</span></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Filed</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">02-SEP-2003</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">02-SEP-2003</span></td>
<td valign="top"></td>
<td valign="top"></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="2"><img src="http://www.iponz.govt.nz/common-images/2000/null.gif" border="0" alt="" hspace="0" vspace="0" width="10" height="5" /></td>
</tr>
<tr>
<td colspan="3"></td>
</tr>
<tr>
<td colspan="2"><span style="font-family: Arial, Helvetica; font-size: small;"><strong>Related Trade Marks</strong></span></td>
</tr>
<tr>
<td colspan="2" valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">No Related Trade Marks found</span></td>
</tr>
<tr>
<td colspan="2"><img src="http://www.iponz.govt.nz/common-images/2000/null.gif" border="0" alt="" hspace="0" vspace="0" width="10" height="5" /></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Objection Type </strong></span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Lodged On</strong></span></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Challenge</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">16-SEP-2009</span></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Challenge</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">05-MAY-2009</span></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Challenge</span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">16-SEP-2009</span></td>
</tr>
<tr>
<td colspan="2"><img src="http://www.iponz.govt.nz/common-images/2000/null.gif" border="0" alt="" hspace="0" vspace="0" width="10" height="5" /></td>
</tr>
<tr>
<td colspan="2"><span style="font-family: Arial, Helvetica; font-size: small;"><strong>Last Renewed By</strong></span></td>
</tr>
<tr>
<td colspan="2"><span style="font-family: Arial, Helvetica; font-size: x-small;">No renewal interest on record or public access is restricted</span></td>
</tr>
<tr>
<td colspan="2"><img src="http://www.iponz.govt.nz/common-images/2000/null.gif" border="0" alt="" hspace="0" vspace="0" width="10" height="5" /></td>
</tr>
<tr>
<td colspan="2"><span style="font-family: Arial, Helvetica; font-size: small;"><strong>Proprietor &amp; Licensee History</strong></span></td>
</tr>
<tr>
<td colspan="2"><span style="font-family: Arial, Helvetica; font-size: x-small;">No proprietors nor licensees on record or public access is restricted</span></td>
</tr>
<tr>
<td colspan="2"><img src="http://www.iponz.govt.nz/common-images/2000/null.gif" border="0" alt="" hspace="0" vspace="0" width="10" height="5" /></td>
</tr>
<tr>
<td colspan="2" align="CENTER">
<hr />
</td>
</tr>
<tr>
<td colspan="2" align="center">
<table border="0" cellspacing="5" cellpadding="0">
<tbody>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: small;"><strong>Your Selection Criteria</strong></span></td>
<td></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">IPOL Database Search</span></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Collection:</strong></span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Public</span></td>
</tr>
<tr>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;"><strong>Global:</strong></span></td>
<td valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">700726</span></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="2"><img src="http://www.iponz.govt.nz/common-images/2000/null.gif" border="0" alt="" hspace="0" vspace="0" width="20" height="20" /></td>
</tr>
<tr>
<td colspan="2" align="center">
<table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000">
<tbody>
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="15" width="100%" bgcolor="#FFFFFF">
<tbody>
<tr>
<td align="center"><span style="color: #000000; font-family: Arial, Helvetica; font-size: x-small;">The information contained in the databases accessible through this site has been taken from files held at the Intellectual Property Office of New Zealand. This site is not intended to be a comprehensive or complete source of intellectual property information. The Intellectual Property Office will not be liable for the provision of any incorrect or incomplete information. To obtain further assistance on the use of this Internet site please <a><span style="text-decoration: underline;">contact us</span></a><br />
</span></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="2"><img src="http://www.iponz.govt.nz/common-images/2000/null.gif" border="0" alt="" hspace="0" vspace="0" width="20" height="20" /></td>
</tr>
<tr>
<td colspan="2" align="center">
<table border="1" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td align="center" valign="top"><span style="font-family: Arial, Helvetica; font-size: x-small;">Delivered: 29th July 2011 14:29:08</span></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</h2>
<h2><a href="http://www.funk.co.nz/blog/wp-content/uploads/2011/07/Karlskrone-Radler-02-gross.jpg"><img title="Karlskrone Radler 02 gross" src="http://www.funk.co.nz/blog/wp-content/uploads/2011/07/Karlskrone-Radler-02-gross-365x1000.jpg" alt="Karlskrone Radler" width="219" height="600" /></a></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.funk.co.nz/blog/politics/revoke-the-radler-trademark/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Driverless Cars</title>
		<link>http://www.funk.co.nz/blog/technology/driverless-cars</link>
		<comments>http://www.funk.co.nz/blog/technology/driverless-cars#comments</comments>
		<pubDate>Fri, 24 Jun 2011 15:50:15 +0000</pubDate>
		<dc:creator>tomachi</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.funk.co.nz/blog/?p=495</guid>
		<description><![CDATA[I hope this isn&#8217;t seen as scraping but I found this awesome piece of content written by users of Slashdot that I wanted to reproduce the original thread is here: &#160; can&#8217;t take revenge against a computer (Score:4, Insightful) by Velex (120469) Alter Relationship on Sunday April 03, @03:45AM (#35693722) Homepage I&#8217;ve said it before, and I&#8217;ll say [...]]]></description>
			<content:encoded><![CDATA[<p>I hope this isn&#8217;t seen as scraping but I found this awesome piece of content written by users of Slashdot that I wanted to reproduce the original thread is <a href="http://tech.slashdot.org/story/11/04/02/1529237/Googles-Driverless-Car-and-the-Logic-of-Safety">here</a>:</p>
<p>&nbsp;</p>
<blockquote>
<div id="comment_35693722">
<div id="comment_top_35693722">
<div>
<h4><a id="comment_link_35693722" name="comment_link_35693722" href="http://tech.slashdot.org/comments.pl?sid=2066250&amp;cid=35693722">can&#8217;t take revenge against a computer</a> (<a href="http://tech.slashdot.org/story/11/04/02/1529237/Googles-Driverless-Car-and-the-Logic-of-Safety#">Score:4</a>, Insightful)</h4>
</div>
<div>by <a href="http://slashdot.org/~Velex">Velex (120469)</a> <a title="Alter Relationship" href="http://tech.slashdot.org/zoo.pl?op=check&amp;type=friend&amp;uid=120469">Alter Relationship</a> on Sunday April 03, @03:45AM (<a href="http://tech.slashdot.org/comments.pl?sid=2066250&amp;cid=35693722">#35693722</a>) <small><a title="http://velex.seijinohki.net/" href="http://velex.seijinohki.net/">Homepage</a></small></div>
</div>
<div>
<div id="comment_body_35693722">
<p>I&#8217;ve said it before, and I&#8217;ll say it again. You can&#8217;t take revenge against a computer. A human being killed is a-ok with most people as long as you can take revenge.</p>
</div>
</div>
</div>
<ul id="commtree_35693722">
<li id="tree_35693760">
<div id="comment_35693760">
<div id="comment_top_35693760">
<div>
<h4><a id="comment_link_35693760" name="comment_link_35693760" href="http://tech.slashdot.org/comments.pl?sid=2066250&amp;cid=35693760">Re:can&#8217;t take revenge against a computer</a> (<a href="http://tech.slashdot.org/story/11/04/02/1529237/Googles-Driverless-Car-and-the-Logic-of-Safety#">Score:5</a>, Insightful)</h4>
</div>
<div>by Anonymous Coward on Sunday April 03, @03:54AM (<a href="http://tech.slashdot.org/comments.pl?sid=2066250&amp;cid=35693760">#35693760</a>)<small></small></div>
</div>
<div>
<div id="comment_body_35693760">
<p>That&#8217;s not what people fear. It&#8217;s the perceived lack of control, even if automated driving is statistically more safe. Same with nuclear energy paranoia.</p>
</div>
</div>
<div id="comment_sub_35693760"><a href="http://tech.slashdot.org/comments.pl?sid=2066250&amp;threshold=1&amp;commentsort=0&amp;mode=thread&amp;cid=35693722">Parent</a></div>
</div>
<ul id="commtree_35693760">
<li id="tree_35693886">
<div id="comment_35693886">
<div id="comment_top_35693886">
<div>
<h4><a id="comment_link_35693886" name="comment_link_35693886" href="http://tech.slashdot.org/comments.pl?sid=2066250&amp;cid=35693886">Re:can&#8217;t take revenge against a computer</a> (<a href="http://tech.slashdot.org/story/11/04/02/1529237/Googles-Driverless-Car-and-the-Logic-of-Safety#">Score:5</a>, Interesting)</h4>
</div>
<div>by <a href="http://slashdot.org/~CastrTroy">CastrTroy (595695)</a> <a title="Alter Relationship" href="http://tech.slashdot.org/zoo.pl?op=check&amp;type=friend&amp;uid=595695">Alter Relationship</a> on Sunday April 03, @04:14AM (<a href="http://tech.slashdot.org/comments.pl?sid=2066250&amp;cid=35693886">#35693886</a>) <small><a title="http://www.kibbee.ca/" href="http://www.kibbee.ca/">Homepage</a></small></div>
</div>
<div>
<div id="comment_body_35693886">I&#8217;ve been saying the same thing for years. The driverless car will never catch on because people want to be in control. I&#8217;m still amazed we have autopilots landing aircraft. Granted the pilot is paying attention at all times (or should be) and is ready to take control in case of a malfunction. For driverless cars the dream is that you can read the newspaper while going to work. But the reality is, that even if your car is driving itself, you should still be there to take over in case something malfunctions. If you have to pay attention anyway, you might as well be driving.</div>
<div id="comment_sig_35693886">&#8211;&nbsp;</p>
<p>Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.</p>
</div>
</div>
<div id="comment_sub_35693886"><a href="http://tech.slashdot.org/comments.pl?sid=2066250&amp;threshold=1&amp;commentsort=0&amp;mode=thread&amp;cid=35693760">Parent</a></div>
</div>
<ul id="commtree_35693886">
<li id="tree_35694260">
<div id="comment_35694260">
<div id="comment_top_35694260">
<div>
<h4><a id="comment_link_35694260" name="comment_link_35694260" href="http://tech.slashdot.org/comments.pl?sid=2066250&amp;cid=35694260">Re:</a></h4>
</div>
</div>
<div>
<div id="comment_body_35694260">
<p>Why?</p>
<p>Chances are pretty good that me paying attention ready to take over at any second will result in me taking over and causing a crash that would not have otherwise happened more often than I save the day. So I&#8217;m actually decreasing the safety level.</p>
</div>
</div>
</div>
</li>
<li id="tree_35694346">
<div id="comment_35694346">
<div id="comment_top_35694346">
<div>
<h4><a id="comment_link_35694346" name="comment_link_35694346" href="http://tech.slashdot.org/comments.pl?sid=2066250&amp;cid=35694346">Re:can&#8217;t take revenge against a computer</a> (<a href="http://tech.slashdot.org/story/11/04/02/1529237/Googles-Driverless-Car-and-the-Logic-of-Safety#">Score:5</a>, Insightful)</h4>
</div>
<div>by <a href="http://slashdot.org/~c.r.o.c.o">c.r.o.c.o (123083)</a> <a title="Alter Relationship" href="http://tech.slashdot.org/zoo.pl?op=check&amp;type=friend&amp;uid=123083">Alter Relationship</a> on Sunday April 03, @05:30AM (<a href="http://tech.slashdot.org/comments.pl?sid=2066250&amp;cid=35694346">#35694346</a>)<small></small></div>
</div>
<div>
<div id="comment_body_35694346">
<blockquote>
<div>
<p>I&#8217;ve been saying the same thing for years. The driverless car will never catch on because people want to be in control. I&#8217;m still amazed we have autopilots landing aircraft. Granted the pilot is paying attention at all times (or should be) and is ready to take control in case of a malfunction. For driverless cars the dream is that you can read the newspaper while going to work. But the reality is, that even if your car is driving itself, you should still be there to take over in case something malfunctions. If you have to pay attention anyway, you might as well be driving.</p>
</div>
</blockquote>
<p>Autopilot landing is EASY. You have a stationary runway, known wind, ground velocity, altitude, weather conditions,etc. Also the airplane is in the air, surrounded by nothing for miles unless the air traffic controller messes up. Even autopilot landing a fighter jet on a carrier in choppy seas is more predictable than driving a car in traffic.</p>
<p>A car is surrounded by obstacles on all sides, some stationary others in motion, it has to obey laws, traffic signals, and must adapt to unknown weather and road conditions. Most people don&#8217;t give it a second thought in a car, but I can promise you nothing ruins a bright, warm day of motorcycle riding faster than hitting gravel in a turn.</p>
<p>This push towards automating driving is yet another attempt to nerf the entire world. Doomed to failure, but that won&#8217;t stop the &#8220;visionaries.&#8221; They should instead of focusing on having much better driving schools, much more stringent driving exams and recurring examinations. I find it ridiculous that having passed two laughable exams, I can now drive my car and ride my bike FOR THE REST OF MY LIFE (or at least for the next 50 years) without any retest.</p>
<p>Granted, some people will fail more difficult driving exams, and I&#8217;m ok with that even if I fail myself. They lack the hand-eye coordination required to be in control of a multi tonne vehicle, and should not be on the road. They can ride the bus, take a cab or walk. I&#8217;m not being facetious, I truly mean it. The day I fail a driving exam is the day I stop driving, at least until I can successfully retake it (and there should be a limit on retests too). :)))</p>
</div>
</div>
<div id="comment_sub_35694346"><a href="http://tech.slashdot.org/comments.pl?sid=2066250&amp;threshold=1&amp;commentsort=0&amp;mode=thread&amp;cid=35693886">Parent</a></div>
</div>
<ul id="commtree_35694346">
<li id="tree_35694900">
<div id="comment_35694900">
<div id="comment_top_35694900">
<div>
<h4><a id="comment_link_35694900" name="comment_link_35694900" href="http://tech.slashdot.org/comments.pl?sid=2066250&amp;cid=35694900">Re:can&#8217;t take revenge against a computer</a> (<a href="http://tech.slashdot.org/story/11/04/02/1529237/Googles-Driverless-Car-and-the-Logic-of-Safety#">Score:5</a>, Interesting)</h4>
</div>
<div>by <a href="http://slashdot.org/~Kjella">Kjella (173770)</a> <a title="Alter Relationship" href="http://tech.slashdot.org/zoo.pl?op=check&amp;type=friend&amp;uid=173770">Alter Relationship</a> on Sunday April 03, @06:58AM (<a href="http://tech.slashdot.org/comments.pl?sid=2066250&amp;cid=35694900">#35694900</a>) <small><a title="http://slashdot.org/" href="http://slashdot.org/">Homepage</a></small></div>
</div>
<div>
<div id="comment_body_35694900">
<p>&nbsp;</p>
<div>
<p>This push towards automating driving is yet another attempt to nerf the entire world. Doomed to failure, but that won&#8217;t stop the &#8220;visionaries.&#8221; They should instead of focusing on having much better driving schools, much more stringent driving exams and recurring examinations. (&#8230;) Granted, some people will fail more difficult driving exams, and I&#8217;m ok with that even if I fail myself. They lack the hand-eye coordination required to be in control of a multi tonne vehicle, and should not be on the road. They can ride the bus, take a cab or walk. I&#8217;m not being facetious, I truly mean it.</p>
</div>
<p>Bus? Not available.<br />
Cab? Too expensive.<br />
Walk? Too far.</p>
<p>Let&#8217;s face it, many people are completely dependent on having a car. Even if you tell them to rewrite their lives to be car free &#8211; possibly abandoning childhood homes, neighbors and local communities &#8211; there are many things that are completely dependent on having a car. There&#8217;ll never be any public transport to take you up to your mountain cabin for the weekend and the taxi driver would charge you a small fortune for it. You can of course say &#8220;don&#8217;t do those things&#8221; but that&#8217;s a really crappy solution to the people you want to take it away from. Particularly for many elderly the car is a lifeline for getting around, losing their license and being &#8220;stuck&#8221; in their apartment is one of the saddest day in their sunset years. Given the alternatives, I can understand the &#8220;You can pry it from my cold, dead fingers&#8221; attitude many have to their driver&#8217;s license.</p>
<p>If there is to be a change of tune, I think it will come from these people. People that know that maaaaaaaybe they shouldn&#8217;t actually be driving, but they don&#8217;t feel they have a choice. People that could say &#8220;hey, this is enough for me to let me get my groceries and visit my grandkids&#8221;, who don&#8217;t give a crap about any loss of manual control &#8211; they never really asked for it in the first place. Like a cab, without the cost of a cab and that is your personal space. And commuters, honestly who thinks that is fun driving? Just get in, tell it to go to the office and spend the time doing something else while the computer limps after the tail lights ahead of you. Or just people that don&#8217;t care, it&#8217;s a tool to get from A to B and as long as the computer gets you there in roughly the same time that&#8217;s fine.</p>
<p>Not to mention, driverless cars also enable passengerless cars. The implications of that could be great, like I get off and the car parks itself. I call it and it comes to pick me up &#8211; perhaps not even in the same place, I don&#8217;t need to return to where I parked it. I could drive myself to the airport and it&#8217;ll go park itself. Or even drive home and wait for me to schedule a pickup. Also things like people that aren&#8217;t old enough to drive. Deliver your kid to soccer practice? Put him/her in the car, tell it to go drop him off. If they&#8217;re old enough, maybe even pick them up on their own. Or when you&#8217;re drunk and can&#8217;t drive yourself, no more need for &#8220;designated drivers&#8221; &#8211; which nobody wants to be in my experience.</p>
<p>Seriously, driverless cars would be the solution to so many problems that only skilled drivers would never solve and which is pretty much a pipe dream anyway. Most people are just average and the great majority is not going to &#8220;throw out&#8221; themselves.</p>
</div>
<div id="comment_sig_35694900">&#8211;<br />
Tolerance is to let others live like they want. To appease religious fundamentalists is not tolerance, but submission.</div>
</div>
<div id="comment_sub_35694900"><a href="http://tech.slashdot.org/comments.pl?sid=2066250&amp;threshold=1&amp;commentsort=0&amp;mode=thread&amp;cid=35694346">Parent</a></div>
</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>&nbsp;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.funk.co.nz/blog/technology/driverless-cars/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To End The Problem of Cell Phone Theft</title>
		<link>http://www.funk.co.nz/blog/politics/how-to-end-cellphone-theft</link>
		<comments>http://www.funk.co.nz/blog/politics/how-to-end-cellphone-theft#comments</comments>
		<pubDate>Fri, 20 May 2011 01:47:49 +0000</pubDate>
		<dc:creator>tomachi</dc:creator>
				<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.funk.co.nz/blog/?p=472</guid>
		<description><![CDATA[This articles assumes the general population of NZ would answer yes to the following, proving this idea to be sound: Would you appreciate a law that creates an ability for the victim of cellphone theft to setup a process where the receiver of the stolen mobile phone or device is sent a series of automated [...]]]></description>
			<content:encoded><![CDATA[<p>This articles assumes the general population of NZ would answer yes to the following, proving this idea to be sound:</p>
<p><em><strong>Would you appreciate a law that creates an ability for the victim of cellphone theft to setup a process where the receiver of the stolen mobile phone or device is sent a series of automated messages that describe the device as stolen, provides an amnesty from prosecution on return to the police station, and nominal cash reward for doing so?</strong></em></p>
<p>Rather than blacklist a lost phone at the GSM network level by calling Vodafone / Telecom / 2 Degrees and asking for an IMEI-block placed on the phone -as I did recently with a lost Android phone to prevent the new users from enjoying it &#8211; by keeping the phone &#8220;alive&#8221; and working, it will remain in use, charged, trackable, and messagable. The device is addressable because of it&#8217;s IMEI number.</p>
<p>So I hereby propose that cellphone theft could theoretically be eliminated purely by the implementation of a few laws, and probably only cost a couple of million to setup:</p>
<p>1. Setup a government level database of <a title="International Mobile Equipment Identity" href="http://en.wikipedia.org/wiki/International_Mobile_Equipment_Identity" target="_blank">IMEI</a>* numbers (unique phone serials) that users can optionally register their device against their name.</p>
<p>2. When the users phone is reported stolen to police, this also gets recorded in the same database.</p>
<p>3. A law is passed that forces telecoms companies to alter the behaviour of this phone to make it useless to the theif from that point on.</p>
<h2>New Phone Behaviour When Stolen</h2>
<p>When the stolen phone is wiped, has a new SIM inserted, and activated, the telecoms network will be forced by law to send a series of txt messages informing the user that the phone has been reported stolen and should be returned to the nearest NZ police station, or  embassy. Once returned to the true owner, the database is updated and the messages stop. At the same time, authorities can be alerted to geo-locate the device and arrest the person if possible if they continue to use the phone.</p>
<p>The messages would be sent daily at a randomised hour of the day and would read something like this:</p>
<blockquote><p>This phone has been registered as stolen on the police mobile device anti-theft database. Please return it to the nearest NZ Police station to receive automatic immunity and avoid prosecution for receiving stolen property. Your location is currently being tracked.</p></blockquote>
<h2>Registration</h2>
<p>Two forms of registation should be available, mainly because the first &#8220;easy&#8221; kind could be completely automated and not really tie up any additional police time. The second and harder kind would create extra work for cops in police stations sighting IDs and working with the system, providing forgotten passwords etc.</p>
<ul>
<li>Easy registration via auto-sensing of IMEI from phone network and SMS TXT based reply prompts to &#8220;lock in&#8221; your record in the national anti-theft database (registering). The user now has a login to a profile that they can use to change the status of the phone: normal, change owner, lost, stolen, delete registration etc.</li>
<li>Harder registration via using photo ID at a police station when recording your IMEI number. This method is needed also for post-theft input of IMEI number assuming you kept a copy of this (you can get yours by entering *#06# send), and also for claiming back a locked in database entry say if you buy and sell the phone, but the old owner will not unregister themselves. This method also enables users who had no idea all of this was possible to force the police to force the telecoms company to give out your old IMEI number, so that it can be post-registered by a sworn officer or justice of the peace.</li>
<li>Auto txt sent to un-registered phones every 6 months by network to remind / advise new roaming phones of the anti-theft law, and the benefits of registering.</li>
<li>Auto txt sent to registered phone when new SIM inserted to advise the phone is registered on anti-theft database.</li>
</ul>
<div>
<p>Whether or not the true owner of the phone is in possession of the phone at the time of registration is not entirely important, the system is relatively secure to abuse. Having physical access to the phone will make registration faster. Most people would likely opt for post-theft registration, which could be offered by police when customers record stolen property.</p>
<p>Even a clever theft who thinks to use the free and easy txt-based registration system just after stealing the phone can be defeated later when the real owner turns up at a police station with ID.. If however, a malicious user was able to physically access the device then he/she could register the phone to themselves. This is not really a problem though, as anyone who has lost access to their phone is already too late for this to help them, unless they know their IMEI to start with.</p>
</div>
<h2>Activating the Anti-Theft System</h2>
<p>Normally you would think a trip to the police station would be required. However, this is off putting for some people, as they know that it could be time consuming to attempt to report a phone stolen. I propose that this system could be architected such that it would be possible for the true owner of the phone to trigger the theft warning system remotely via a computer or another phone, with a special password. If they loose their password, then they would need to rock up to a police station with photo ID, and claim back their record.</p>
<h2>Weak points:</h2>
<ul>
<li>Requires a fair amount of complex back end databases, cellular network interconnections, and police staff time to implement.</li>
<li>Abuse potential: discover somebodys IMEI, register it, then disactivate the  phone. However, this could be mitigated by the fact that the true owner could present at a police station with ID to unlock the phone again.</li>
<li>How to deal with civil disputes, say a second hand trade of a phone where the previous owner was not fully paid, nor gave back the account.</li>
</ul>
<p><img class="alignnone size-full wp-image-484" title="Cellphonz-gone-with-the-wind" src="http://www.funk.co.nz/blog/wp-content/uploads/2011/05/Cellphonz-gone-with-the-wind.jpg" alt="" width="600" height="336" /></p>
<blockquote><p><strong>File under:</strong></p>
<p>phone anti theft</p>
<p>how to trace a stolen phone</p>
<p>how to find a stolen phone</p>
<p>how to find stolen phone</p>
<p>how to unblock a phone reported lost</p>
<p>theft mobile</p>
<p>cell phone lost</p>
<p>stolen phone</p>
<p>cell phones</p>
<p>lost cell phone</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.funk.co.nz/blog/politics/how-to-end-cellphone-theft/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Volvox Algae Cell Pictures</title>
		<link>http://www.funk.co.nz/blog/science/volvox</link>
		<comments>http://www.funk.co.nz/blog/science/volvox#comments</comments>
		<pubDate>Wed, 18 May 2011 00:23:06 +0000</pubDate>
		<dc:creator>tomachi</dc:creator>
				<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://www.funk.co.nz/blog/?p=375</guid>
		<description><![CDATA[This is a picture of Volvox&#8230; which is a genus of chlorophytes, a type of green algae! It forms spherical colonies of up to 50,000 cells. OK so maybe that doesn&#8217;t sound too exciting, but take another look at the picture &#8211; this is the most clear picture I have ever seen of a microbe, it just [...]]]></description>
			<content:encoded><![CDATA[<p>This is a picture of Volvox&#8230; which is a genus of chlorophytes, a type of green algae! It forms spherical colonies of up to 50,000 cells. OK so maybe that doesn&#8217;t sound too exciting, but take another look at the picture &#8211; this is the most clear picture I have ever seen of a microbe, it just seems so crisp (OK I thought it was a single microbe when I first saw it). Actually the reason it looks like this is that Volvox is actually colonies of algae, lots of little cells joined together. It is kinda cool in that it is a predecessor to multi-celled life in a way.</p>
<div id="attachment_376" class="wp-caption alignnone" style="width: 563px"><a href="http://www.funk.co.nz/blog/wp-content/uploads/2011/03/Volvox-42.jpg"><img class="size-full wp-image-376  " title="Volvox 42" src="http://www.funk.co.nz/blog/wp-content/uploads/2011/03/Volvox-42.jpg" alt="" width="553" height="368" /></a><p class="wp-caption-text">Volvox</p></div>
<p>Here are some other cool images..</p>
<p><a href="http://www.funk.co.nz/blog/wp-content/uploads/2011/05/volvox2.jpg"><img class="alignnone size-full wp-image-468" title="volvox2" src="http://www.funk.co.nz/blog/wp-content/uploads/2011/05/volvox2.jpg" alt="Volvox Colony" width="375" height="320" /></a></p>
<p><a href="http://www.funk.co.nz/blog/wp-content/uploads/2011/05/volvox-benson.jpg"><img class="alignnone size-full wp-image-470" title="volvox-benson" src="http://www.funk.co.nz/blog/wp-content/uploads/2011/05/volvox-benson.jpg" alt="Volvox Benson" width="605" height="437" /></a></p>
<p>&nbsp;</p>
<div id="attachment_571" class="wp-caption alignnone" style="width: 660px"><a href="http://www.funk.co.nz/blog/wp-content/uploads/2011/05/goldstein_1.jpg"><img class="size-medium wp-image-571" title="goldstein_1" src="http://www.funk.co.nz/blog/wp-content/uploads/2011/05/goldstein_1-1000x664.jpg" alt="" width="650" height="431" /></a><p class="wp-caption-text">Thanks to Goldstein for this image</p></div>
<div id="attachment_575" class="wp-caption alignnone" style="width: 362px"><img class="size-full wp-image-575" title="volvox_1_md" src="http://www.funk.co.nz/blog/wp-content/uploads/2011/05/volvox_1_md.gif" alt="" width="352" height="350" /><p class="wp-caption-text">Thanks to http://etc.usf.edu/clipart/5900/5905/volvox_1.htm</p></div>
<p>And now a stunningly beautiful illustration of <em>Volvox Globator</em>, which I found on <a title="Volvox Globator" href="http://mcgregor.sbs.auckland.ac.nz/category/historic-charts/botany-charts/algae/">this page on the Mcgregor Museum site</a>:</p>
<div id="attachment_582" class="wp-caption alignnone" style="width: 660px"><a href="http://www.funk.co.nz/blog/wp-content/uploads/2011/05/dave_090_1.jpg"><img class="size-medium wp-image-582" title="dave_090_1" src="http://www.funk.co.nz/blog/wp-content/uploads/2011/05/dave_090_1-650x890.jpg" alt="Volvox Globator" width="650" height="890" /></a><p class="wp-caption-text">Volvox Globator</p></div>
<p>&nbsp;</p>
<h2>Volvox Movies</h2>
<p>&nbsp;</p>
<p><iframe src="http://www.youtube.com/embed/He9FSeGRi3A" frameborder="0" width="650" height="400" allowfullscreen></iframe></p>
<p><iframe src="http://www.youtube.com/embed/9pjW1cMfTz8" frameborder="0" width="650" height="400" allowfullscreen></iframe></p>
<p><iframe src="http://www.youtube.com/embed/V6Yg2BQy82w" frameborder="0" width="650" height="400" allowfullscreen></iframe></p>
<p><iframe width="650" height="400" src="http://www.youtube.com/embed/fqEHbJbuMYA" frameborder="0" allowfullscreen></iframe></p>
<h3>Further Reading&#8230;hello</h3>
<blockquote><p>Some algae have been hanging together rather than going it alone much longer than previously thought, according to new research.</p>
<p>Ancestors of Volvox algae made the transition from being a single-celled organism to becoming a multicellular colony at least 200 million years ago, during the Triassic Period.</p>
<p>At that time, Earth was a hot-house world whose inhabitants included tree ferns, dinosaurs and early mammals. Previous estimates had suggested Volvox&#8217;s ancestors arose only 50 million years ago.</p></blockquote>
<p>Read more from: http://www.sciencecentric.com/news/09022059-how-volvox-got-its-groove.html</p>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.funk.co.nz/blog/science/volvox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to track conversions across browsers, people and into eCommerce and CRMs!</title>
		<link>http://www.funk.co.nz/blog/online-marketing/google-analytics/cross-person-tracking</link>
		<comments>http://www.funk.co.nz/blog/online-marketing/google-analytics/cross-person-tracking#comments</comments>
		<pubDate>Tue, 10 May 2011 11:52:00 +0000</pubDate>
		<dc:creator>tomachi</dc:creator>
				<category><![CDATA[Google Analytics]]></category>

		<guid isPermaLink="false">http://www.funk.co.nz/blog/?p=456</guid>
		<description><![CDATA[Maybe this should be called cross-person conversion tracking, because the problem is normally caused by conversion funnels that traverse across human operators &#8211; job recruiter, reservations staff, car rental phone operator etc. Or even pure online companies but which for some reason require a staff member to complete or confirm the applications internally, or even an [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe this should be called <strong>cross-person conversion tracking</strong>, because the problem is normally caused by conversion funnels that traverse across human operators &#8211; job recruiter, reservations staff, car rental phone operator etc. Or even pure online companies but which for some reason require a staff member to complete or confirm the applications internally, or even an automated system which completes in the dark after a period when the customer has long since closed their browser window. Cross person tracking helps to see the source of conversion even if someone else carried out the action which triggered the tracking codes to run by a terrible hack of the GA system to pull out the cookie, store it, and return it at the end on the other machine.</p>
<p><strong>Getting Access To the Cookie</strong></p>
<p>Cookies are integral to tracking systems like Google Analytics. However they can&#8217;t move from the browser that created them which makes it impossible to use them to track &#8220;offline&#8221; conversions, or deep conversions. An example of a deep conversion is not just when a potential client fills out a contact form, but when a sales rep has actually phoned them back and converted them into a customer. The point of conversion in that case would not lie with the customer it would be the sales rep operating the companies CRM or backend accounting setup to process the order.</p>
<p>So here is my idea: when the first conversion occurs (lead form, booking enquiry etc) and a bunch of stuff is stored in the database with a unique ID and so forth, also grab the Google Analytics cookie and store that against the booking/purchase whatever. You can easily pull this using the cross domain tracking feature which neatly forms a URL-encoded string to grab.</p>
<p>Here is a sample that I just generated to make it really freaking obvious what I&#8217;m talking about. The following string was generated by GA (Google Analytics) using the cross domain tracking functions (_link and _linkByPost), and can be used to show that I started my browsing session from the nzs.com web directory (referral) even showing the page I was on.</p>
<p>?__utma=1.1583602386.1305024226.1305024226.1305024226.1&amp;__utmb=1.2.10.1305024226&amp;__utmc=1&amp;__utmx=-&amp;__utmz=1.1305024226.1.1.utmcsr=nzs.com|utmccn=(referral)|utmcmd=referral|utmcct=/site-profile/funk.co.nz/&amp;__utmv=-&amp;__utmk=156442427</p>
<p>So you grab this string on the conversion page, store it in the database alongside the order, call it &#8220;GA Cookie&#8221;. Then you make it so that in your deep conversion page or actual conversion page you dynamically pull out this cookie from the db and have it served alongside the normal tracking of that actual conversion. This effectively turns the the sales reps browser into the customers browser in terms of how GA sees it (sure the browser and screen resolution etc will suddenly change), but most importantly, the Goals and Conversions in the reports will show where the sales came from.</p>
<p>This would allow call centre operator based conversions that occur to be tracked in Google Analytics.</p>
<p><strong>Potential uses: </strong>In recruitment. When a potential job seeker signs up and converts using their Safari on Mac say, you store the traffic source cookie during the conversion. Then when the person is say actually placed in a job &#8211; many months later in some cases &#8211; the recruitment system see&#8217;s his record being manipulated by the recruitment agent, pulls out the GA cookie string from his db record, appends it to the URL of the status or confirmation page, and triggers a Goal in GA say called &#8220;placed&#8221;. GA will think the conversion was sourced from it&#8217;s actual source, rather than say http://CompanyInranet/ or where ever that employee used to navigate to the content in his work day (info that&#8217;s not important basically). This way you can see if different forms of advertising bring in different levels of qualities of candidates. You could compare the performance of Facebook traffic compared with Seek and other job sites, and against Google organic and PPC ads, and make up your mind better about which forms of advertising are working.</p>
<p>&nbsp;</p>
<p><strong>Note:</strong> the system should probably delete this cookie when it&#8217;s done since it&#8217;s effectively like cookie hijacking.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.funk.co.nz/blog/online-marketing/google-analytics/cross-person-tracking/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 776/899 objects using disk: basic

Served from: www.funk.co.nz @ 2012-05-18 08:45:04 -->
