<?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>OmegaDelta &#187; rant</title>
	<atom:link href="http://omegadelta.net/tag/rant/feed/" rel="self" type="application/rss+xml" />
	<link>http://omegadelta.net</link>
	<description>It&#039;s good</description>
	<lastBuildDate>Thu, 17 May 2012 11:43:02 +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>Man up and install MediaWiki in the Root Directory</title>
		<link>http://omegadelta.net/2011/05/20/man-up-and-install-mediawiki-in-the-root-directory/</link>
		<comments>http://omegadelta.net/2011/05/20/man-up-and-install-mediawiki-in-the-root-directory/#comments</comments>
		<pubDate>Fri, 20 May 2011 07:51:12 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[mediawiki]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://omegadelta.net/?p=2793</guid>
		<description><![CDATA[[Editors note: items italicised in this post are meant to be read in a sarcastic ghooostly like tone, the reader is welcome to replace 'Men' for 'Women' and 'Boys' for 'Girls' in their own minds as the read this, the intent is not to be sexist] Apparently installing MediaWiki in the root directory is bad, and if [...]]]></description>
			<content:encoded><![CDATA[<p>[Editors note: items italicised in this post are meant to be read in a sarcastic <em>ghooostly</em> like tone, the reader is welcome to replace 'Men' for 'Women' and 'Boys' for 'Girls' in their own minds as the read this, the intent is not to be sexist]</p>
<p>Apparently <a href="http://www.mediawiki.org/wiki/Manual:Wiki_in_site_root_directory#Reasons_why_putting_wiki_pages_in_the_root_directory_of_the_web_site_is_bad">installing MediaWiki in the root directory is <em>bad</em></a>, and if you do this you will <em>not have any support. </em>Two of the arguments seem to be &#8220;if you do this then you&#8217;ll have to set up special rules for robots.txt and favicon.ico&#8221;.</p>
<p>So. What?</p>
<p>Link squatting (i.e. using reserved locations, not to be confused with domain squatting) is a bad, non-W3c recommended practice. So new such schemes should hopefully be non-existant.  And, as it pointed out, it is possible to create custom rules.</p>
<p>They recommend you read &#8216;Cool URLs don&#8217;t change&#8217; before jumping &#8220;willy nilly&#8221; into using the root directory.  Fine. But cool URLs that don&#8217;t change *are* ones without needless cruft in the url like &#8220;wiki/&#8221;.  A fact that becomes especially relevant when you are already using a subdirectory for the wiki.  http://wiki.example.com/Foo is cool.  http://wiki.example.com/wiki/Foo is a bit redundant isn&#8217;t it?  (as to be frank is http://en.wikipedia.org/wiki/Main_Page).</p>
<p>Does wikipedia.org host other non-wiki related content? An email service perhaps at wikipedia.org/email?  No, of course not.   We&#8217;re talking about dedicated wiki domains/subdomains here – why add cruft to the path?</p>
<p>After all – at http://Geospike.com people can create their own usernames on the root directory. Does this present challenges?  Sure. So what?  We&#8217;re men, not boys.</p>
<p>Since I&#8217;m ranting about this, I&#8217;m always amused to see link shorteners that add cruft to the urls like a &#8220;/p/&#8221; prefix, or &#8220;-&#8221; prefix.  Kinda defeats the point of link shortening doesn&#8217;t it? Why not do the opposite?  Say all links must be &gt; 4 characters, then put any adminy stuff in directories with &lt; 4 chars. Seems easy to me.  I&#8217;m just saying…</p>
<p>As far as media wiki is concerned, <a href="http://www.mediawiki.org/wiki/Manual:Wiki_in_site_root_directory#Answers">man up and just install it where you like</a>. I used the following .htaccess file to set it up, and redirect the old links, based on <a href="http://www.mediawiki.org/wiki/Manual:Short_URL/Page_title_--_PHP_as_a_CGI_module,_no_root_access#In_.htaccess">this info</a>.</p>
<pre>
RewriteEngine On

RewriteRule ^/?page/(.*)$ http://wiki.gpslog.cc/$1 [L,R=301]

RewriteRule ^[^:]*\. - [L]
RewriteRule ^[^:]*\/ - [L]
RewriteRule ^/*$ /index.php/Main_Page [L,QSA]
RewriteRule ^(.+)$ /index.php/=$1 [L,QSA]
</pre>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2011/05/20/man-up-and-install-mediawiki-in-the-root-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows vs Mac vs Linux</title>
		<link>http://omegadelta.net/2010/08/24/windows-vs-mac-vs-linux/</link>
		<comments>http://omegadelta.net/2010/08/24/windows-vs-mac-vs-linux/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 12:35:35 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://omegadelta.net/?p=1803</guid>
		<description><![CDATA[I&#8217;ve long stopped caring what OS *other* people use. But to me, this describes the 3 of them perfectly (from the Android Developer manual): Setup your system to detect your device. If you&#8217;re developing on Windows, you need to install a USB driver for adb. See the Windows USB Driver documentation. If you&#8217;re developing on [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve long stopped caring what OS *other* people use.  But to me, this describes the 3 of them perfectly (<a href="http://developer.android.com/guide/developing/device.html">from the Android Developer manual</a>):</p>
<blockquote><p>Setup your system to detect your device.</p>
<ul>
<li><span style="font-size: 13.3333px;">If you&#8217;re developing on Windows, you need to install a USB driver for adb. See the Windows USB Driver documentation.</span></li>
<li><span style="font-size: 13.3333px;">If you&#8217;re developing on Mac OS X, it just works. Skip this step.</span></li>
<li><span style="font-size: 13.3333px;">If you&#8217;re developing on Ubuntu Linux, you need to add a rules file that contains a USB configuration for each type of device you want to use for development. Each device manufacturer uses a different vendor ID. The example rules files below show how to add an entry for a single vendor ID (the HTC vendor ID). In order to support more devices, you will need additional lines of the same format that provide a different value for the SYSFS{idVendor} property. For other IDs, see the table of USB Vendor IDs, below.<br />
</span><span style="font-size: 13.3333px;">Log in as root and create this file: /etc/udev/rules.d/51-android.rules.<br />
</span><span style="font-size: 13.3333px;">For Gusty/Hardy, edit the file to read:<br />
</span><span style="font-size: 13.3333px;">SUBSYSTEM==&#8221;usb&#8221;, SYSFS{idVendor}==&#8221;0bb4&#8243;, MODE=&#8221;0666&#8243;<br />
</span><span style="font-size: 13.3333px;">For Dapper, edit the file to read:<br />
</span><span style="font-size: 13.3333px;">SUBSYSTEM==&#8221;usb_device&#8221;, SYSFS{idVendor}==&#8221;0bb4&#8243;, MODE=&#8221;0666&#8243;<br />
</span><span style="font-size: 13.3333px;">Now execute:<br />
</span><span style="font-size: 13.3333px;">chmod a+r /etc/udev/rules.d/51-android.rules</span></li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2010/08/24/windows-vs-mac-vs-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why there won&#8217;t be a GPS Log HD</title>
		<link>http://omegadelta.net/2010/07/26/why-there-wont-be-a-gps-log-hd/</link>
		<comments>http://omegadelta.net/2010/07/26/why-there-wont-be-a-gps-log-hd/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 08:56:35 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone dev]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://omegadelta.net/?p=1780</guid>
		<description><![CDATA[When you port your App to the iPad, one of the first choices you get is whether to create a separate product, or a fat (i.e. &#8220;universal&#8221;) binary. It seems that many folks on the App store, including several apps in the GPS/travel space have gone done the separate-product route. Perhaps I understand why they [...]]]></description>
			<content:encoded><![CDATA[<p>When you port your App to the iPad, one of the first choices you get is whether to create a separate product, or a fat (i.e. &#8220;universal&#8221;) binary.</p>
<p>It seems that many folks on the App store, including several apps in the GPS/travel space have gone done the separate-product route.</p>
<p>Perhaps I understand why they did this.  After all, it is not trivial to port an App to the iPad (basically your UI needs a complete re-think).  For some apps, they have gone so far as to offer a totally new UI, using real life metaphors like &#8220;pages&#8221; and &#8220;books&#8221;.</p>
<p>I still think it&#8217;s a bad idea.  Why?  For two main reasons:<br />
1) customers don&#8217;t like paying for the same product twice<br />
2) how many people will actually buy <strong>both</strong> versions anyway?</p>
<p>Yes the iPad version costs you money to make. BUT, it will hopefully get you more customers.  <strong>New customers who buy it for their iPad</strong>.</p>
<p>Historically I know of several products that used to ship with multiple targets.  Warcraft 3 is one, and Adobe&#8217;s suite is another, both supported both Mac and Windows.  Many steam games now support Mac as well (and don&#8217;t require re-purchasing).</p>
<p>So my theory is most users won&#8217;t buy the App twice.  Some will buy it for the iPhone, some will buy it for the iPad.  If you have the one binary to support both, a few will run it on both, and find that useful.  If you sell it separately, I doubt most people would buy the counterpart, simply because they would use one device more than the other.  Furthermore, users that have already bought the iPhone version get that installed to their iPad anyway, which may be enough.</p>
<p>So rather than trying to milk your existing customers to pay for the port, think of it this way:  You get new customers (those who have never used your app, and want to use your App on the iPad), you add value to your product (by allowing use of both devices) which may give you an edge.  And you&#8217;re doing the right thing (ask yourself, do you like paying for the same thing twice?).</p>
<p>I think so few customers will buy the app TWICE, that you actually de-value your product.  I suspect that the number of additional people who buy your App <strong>because</strong> it supports both, will outweigh the number of people who would have bought a second copy, and that both categories of users represent only a small percentage anyway.</p>
<p>And please, don&#8217;t try to claim &#8220;but the iPad version is different&#8221;. I don&#8217;t care if it has a fancy book UI, a re-arranged layout, or up-res&#8217;d textures.  If it performs the same function, it&#8217;s the same App.</p>
<p><a href="http://gpslog.cc">GPS Log</a> for iPad.  Coming soon.  Free for existing users.</p>
<p></rant></p>
<p>Will</p>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2010/07/26/why-there-wont-be-a-gps-log-hd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Refunding Airline Taxes</title>
		<link>http://omegadelta.net/2010/07/11/refunding-airline-taxes/</link>
		<comments>http://omegadelta.net/2010/07/11/refunding-airline-taxes/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 03:39:06 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[tax]]></category>

		<guid isPermaLink="false">http://omegadelta.net/?p=1778</guid>
		<description><![CDATA[We all know if you buy a cheap, non-refundable ticket, then chance your mind you&#8217;re pretty much boned for getting a refund. And maybe fair enough, you knew it was non-refundable, and this is how the airline can make it so cheap (or so they say). However, this BBC article makes an extremely good point: [...]]]></description>
			<content:encoded><![CDATA[<p>We all know if you buy a cheap, non-refundable ticket, then chance your mind you&#8217;re pretty much boned for getting a refund.</p>
<p>And maybe fair enough, you knew it was non-refundable, and this is how the airline can make it so cheap (or so they say).</p>
<p>However, this <a href="http://news.bbc.co.uk/2/hi/business/10583101.stm">BBC article</a> makes an extremely good point:  you should be entitled to a refund of the TAX component, after all, this is not airline revenue.</p>
<p>To me this makes perfect sense.  The taxes and &#8220;surcharges&#8221; surely are only paid out if you actually take the flight.  Airport tax is per-passenger.  This was never revenue for the airlines, so why should it be if you cancel your ticket?</p>
<p>Given the huge amounts the Airlines charge in this category (some no doubt is legit, but who knows what is in the mystery &#8220;surcharge&#8221; category), perhaps this would also encourage more honesty in the break down of fares.</p>
<p>For me personally, I hate how airlines split the fare, and applaud Virgin Blue for not doing this.  The total amount is the only amount I care about.  But if in fact they want to be so careful to detail this tax component, then perhaps they can do us the courtesy of paying it back if they don&#8217;t pay it to the government.</p>
<p>Thanks for listening&#8230;</p>
<p>Will</p>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2010/07/11/refunding-airline-taxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Vuvuzelas</title>
		<link>http://omegadelta.net/2010/07/08/on-vuvuzelas/</link>
		<comments>http://omegadelta.net/2010/07/08/on-vuvuzelas/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 05:18:40 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://omegadelta.net/?p=1776</guid>
		<description><![CDATA[Not a bad take on it I think. Think rugby union&#8217;s governing bodies are being a bit square &#8211; Will Carling&#8217;s 57 old f*rts if you like. The Tri Nations series has already banned them, and now the World Cup in New Zealand next year is following suit, as befits an old school tie/public school [...]]]></description>
			<content:encoded><![CDATA[<p>Not a bad take on it I think.</p>
<blockquote><p>Think rugby union&#8217;s governing bodies are being a bit square &#8211; Will Carling&#8217;s 57 old f*rts if you like.<br />
The Tri Nations series has already banned them, and now the World Cup in New Zealand next year is following suit, as befits an old school tie/public school sport.<br />
The vuvuzelas are more common, culturally speaking, to the community-minded Third World nations and peoples who love to celebrate life noisily and together.<br />
The stiff shirts that watch rugby, eat prawn sandwiches, enjoy corporate hospitality, and often sit in silence have no interest in that kind of thing.<br />
Personally I think it all adds to the atmosphere of the sport to have the vuvuzelas and they should be encouraged.<br />
Anyone who wants to sit in silence can watch TV!!</p></blockquote>
<p>http://www.bbc.co.uk/dna/606/A70019840?s_fromedit=1&#038;s_type=15&#038;s_sport=football</p>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2010/07/08/on-vuvuzelas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is there no iPhone to iPad tethering?</title>
		<link>http://omegadelta.net/2010/06/01/why-is-there-no-iphone-to-ipad-tethering/</link>
		<comments>http://omegadelta.net/2010/06/01/why-is-there-no-iphone-to-ipad-tethering/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 04:26:12 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://omegadelta.net/?p=1740</guid>
		<description><![CDATA[So I have an iPhone.  It&#8217;s always in my pocket.  It has a 3G connection. I can share the 3G Connection to a laptop. So why the hell can&#8217;t I share this connection to an iPad? Even a Jobs-derided &#8220;Net Book&#8221; can use the iPhone&#8217;s 3G connection. What&#8217;s worse is that this is not only [...]]]></description>
			<content:encoded><![CDATA[<p>So I have an iPhone.  It&#8217;s always in my pocket.  It has a 3G connection.</p>
<p>I can share the 3G Connection to a laptop.</p>
<p>So why the hell can&#8217;t I share this connection to an iPad? E<span style="font-size: 13.3333px;">ven a <a href="http://www.youtube.com/watch?v=OBhYxj2SvRI">Jobs-derided</a> &#8220;Net Book&#8221; can use the iPhone&#8217;s 3G connection.</span></p>
<p>What&#8217;s worse is that this is not only technically feasible, but it&#8217;s <a href="http://www.fastcompany.com/1613882/tether-iphone-3g-ipad-mywi">been done</a>!  What a slap in the face.</p>
<p>So now we have to buy another data plan? Even if you&#8217;re willing to pay it&#8217;s not (currently) easy to find Micro-SIM 3G plans in all countries.</p>
<p>Thanks Apple, thanks AT&amp;T :-/</p>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2010/06/01/why-is-there-no-iphone-to-ipad-tethering/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PR NEWSWIRE: Tony Abbot amends list of things he &#8220;doesn&#8217;t believe&#8221;</title>
		<link>http://omegadelta.net/2009/12/07/pr-newswire-tony-abbot-amends-list-of-things-he-doesnt-believe/</link>
		<comments>http://omegadelta.net/2009/12/07/pr-newswire-tony-abbot-amends-list-of-things-he-doesnt-believe/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 04:34:48 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[climate change]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://omegadelta.net/?p=1521</guid>
		<description><![CDATA[PR NEWSWIRE: After some weekend deliberation over a bottle of scotch in a scientific setting, Tony Abbot amends list of things he &#8220;doesn&#8217;t believe&#8221;: Humans are not the cause of climate change Smoking doesn&#8217;t cause lung cancer and even if it did, then second hand smoke certainly wouldn&#8217;t anyway HIV doesn&#8217;t cause AIDS The earth [...]]]></description>
			<content:encoded><![CDATA[<p>PR NEWSWIRE: After some weekend deliberation <del datetime="2009-12-07T04:29:19+00:00">over a bottle of scotch</del> in a scientific setting, Tony Abbot amends list of things he &#8220;doesn&#8217;t believe&#8221;:</p>
<ul>
<li>Humans are not the cause of climate change</li>
<li>Smoking doesn&#8217;t cause lung cancer</li>
<ul>
<li>and even if it did, then second hand smoke certainly wouldn&#8217;t anyway</li>
</ul>
<li>HIV doesn&#8217;t cause AIDS</li>
<li>The earth is not spherical</li>
</ul>
<p>Sorry mate.  But some things you are free to &#8220;believe&#8221; or &#8220;not believe&#8221;.  These are things like your religion (for you, apparently in the &#8220;believe&#8221; category, at least on paper). But when it comes to science.  Either get a qualification and debate the science in the right forum, or <strong>shut the fuck up</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2009/12/07/pr-newswire-tony-abbot-amends-list-of-things-he-doesnt-believe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A new App Store low</title>
		<link>http://omegadelta.net/2009/12/02/a-new-app-store-low/</link>
		<comments>http://omegadelta.net/2009/12/02/a-new-app-store-low/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 06:54:07 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://omegadelta.net/2009/12/02/a-new-app-store-low/</guid>
		<description><![CDATA[$1 apps are one thing. Now people are releasing 15 games in 1, for $1. Wow&#8230; Seems like Apple needs to add some new pricing categories, especially for games. I suggest: $0.19 $0.09 and, my personal preference: $0.01 Just think about it &#8211; at 0.01, your audience could be HUGE!!!!!!!!%!!!!! Enjoy your instant noodle dinners!]]></description>
			<content:encoded><![CDATA[<p>$1 apps are one thing.  Now people are releasing <a href="http://itunes.apple.com/au/app/all-in-1-gamebox/id330759313?mt=8">15 games in 1</a>, for $1.  Wow&#8230;</p>
<p>Seems like Apple needs to add some new pricing categories, especially for games.  I suggest:</p>
<p>$0.19<br />
$0.09<br />
and, my personal preference:<br />
$0.01</p>
<p>Just think about it &#8211; at 0.01, your audience could be HUGE!!!!!!!!%!!!!!    Enjoy your instant noodle dinners!</p>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2009/12/02/a-new-app-store-low/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Give Apple a Break</title>
		<link>http://omegadelta.net/2009/12/02/give-apple-a-break/</link>
		<comments>http://omegadelta.net/2009/12/02/give-apple-a-break/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 05:30:22 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://omegadelta.net/?p=1512</guid>
		<description><![CDATA[I&#8217;ve got no issue with people modding/hacking their iphones (even as a developer myself), or any hardware they own for that matter. But please. Don&#8217;t blame Apple for viruses/malware that f*ck you up when you do. This &#8220;worm&#8221;, and the subsequent more malicious versions only run on hacked iPhones. You run unauthorised software on the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got no issue with people modding/hacking their iphones (even as a developer myself), or any hardware they own for that matter.</p>
<p>But please.  Don&#8217;t <a href="http://news.bbc.co.uk/2/hi/8349905.stm">blame Apple</a> for viruses/malware that f*ck you up when you do.  This &#8220;worm&#8221;, and the subsequent more malicious versions only run on hacked iPhones.  You run unauthorised software on the iPhone – you&#8217;re on your own&#8230;</p>
<p>The BBC (and the rest) really should make it clear that &#8220;anyone running Apple authorised software are completely unaffected&#8221;.  And put that in the first paragraph.</p>
<p>Rather than screaming &#8220;Worm attack bites at Apple iPhone&#8221; what about &#8220;Worm attack bites at Hacked iPhones&#8221;.  At least they didn&#8217;t spell bites, &#8220;bytes&#8221; :-S</p>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2009/12/02/give-apple-a-break/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rudd Money</title>
		<link>http://omegadelta.net/2009/05/29/rudd-money/</link>
		<comments>http://omegadelta.net/2009/05/29/rudd-money/#comments</comments>
		<pubDate>Thu, 28 May 2009 18:43:36 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://omegadelta.net/?p=1167</guid>
		<description><![CDATA[Source Finance Minister Lindsay Tanner did acknowledge that a &#8220;tiny proportion&#8221; of the money might be spend overseas, by expatriates OK, this has really got my goat people. Every time I read about the aussie stimulus package, someone complains that the money might be spent overseas (e.g. like mine), and politicians have to justify it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://news.bbc.co.uk/2/hi/asia-pacific/8071299.stm">Source</a></p>
<blockquote><p>Finance Minister Lindsay Tanner did acknowledge that a &#8220;tiny proportion&#8221; of the money might be spend overseas, by expatriates</p></blockquote>
<p>OK, this has really got my goat people.</p>
<p>Every time I read about the aussie stimulus package, someone complains that the money might be spent overseas (e.g. like mine), and politicians have to justify it (even if they know better).  Well get this:</p>
<p>1. You only get the money if you paid Australian Taxes.  I paid my taxes just as much as everyone else and I&#8217;m not even in the country to use the benefit of <em>any</em> of the services this money buys me (e.g. medical care).  I&#8217;m not asking for my tax back &#8211; so shut up about my stimulus money.</p>
<p>2.  THIS IS A GLOBAL PROBLEM.  IT DOES NOT MATTER WHERE YOU SPEND THE MONEY. Got it?  GLOBAL PROBLEM.  It didn&#8217;t start in Australia, and it won&#8217;t end there.  I spent my stimulus money in the United States of America, which probably did a lot more to help the world economy (and thus Australia&#8217;s) then spending it in Australia.</p>
<p>So just shut up, buy a plasma TV, and be happy.  OK?</p>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2009/05/29/rudd-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

