<?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; internet</title>
	<atom:link href="http://omegadelta.net/tag/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://omegadelta.net</link>
	<description>It&#039;s good</description>
	<lastBuildDate>Fri, 03 Feb 2012 00:03:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Request: browser tabs should be default:mute</title>
		<link>http://omegadelta.net/2011/06/09/request-browser-tabs-should-be-defultmute/</link>
		<comments>http://omegadelta.net/2011/06/09/request-browser-tabs-should-be-defultmute/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 09:32:38 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[request]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://omegadelta.net/?p=2941</guid>
		<description><![CDATA[The other day I found myself with about 200 tabs in 5 windows opened. Travel searches (flights, visas, etc), development, questions, and some entertainment. Then suddenly some music starts playing on my computer. Where is it coming from? Who knows‽ I had to go on a big hunt. Since I rarely want the non-focused tab [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I found myself with about 200 tabs in 5 windows opened. Travel searches (flights, visas, etc), development, questions, and some entertainment.</p>
<p>Then suddenly some music starts playing on my computer. Where is it coming from? Who knows‽ I had to go on a big hunt.</p>
<p>Since I rarely want the non-focused tab to be emitting any sounds whatsoever, I really think a default:mute policy would make a lot of sense here.</p>
<p>Or at least, some visual indication of which tab is emitting sounds, maybe by replacing the favicon.</p>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2011/06/09/request-browser-tabs-should-be-defultmute/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Preventing Google from indexing AJAX HTML fragments/partials.</title>
		<link>http://omegadelta.net/2011/06/08/preventing-google-from-indexing-ajax-html-fragmentspartials/</link>
		<comments>http://omegadelta.net/2011/06/08/preventing-google-from-indexing-ajax-html-fragmentspartials/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 14:22:46 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://omegadelta.net/?p=2929</guid>
		<description><![CDATA[So you&#8217;ve created a neat new site using AJAX. Your server code renders up partial HTML pages which you slap directly into the DOM. Problem is, somehow Google found these partials (even though they are only referenced in Javascript), and has indexed them. Furthermore, because they are not whole HTML pages (and not designed to [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve created a neat new site using AJAX. Your server code renders up partial HTML pages which you slap directly into the DOM. Problem is, somehow Google found these partials (even though they are only referenced in Javascript), and has indexed them.  Furthermore, because they are not whole HTML pages (and not designed to be), there is no <head> tag where you can place a robots &lt;meta&gt; tag to prevent them being indexed.</p>
<p>Enter the new <code>X-Robots-Tag</code> HTTP header. You can set this header to &#8216;noindex&#8217; when you return the HTML fragment, so that if google somehow finds it, it still won&#8217;t cache it.</p>
<p><a href="http://code.google.com/web/controlcrawlindex/docs/robots_meta_tag.html">Details are here.</a></p>
<p>I applied this today to <a href="http://geospike.com/">geospike.com</a>, Google indexed a few of these &lt;head&gt;-less pages which is pretty terrible if the user clicks on them (they see unstyled crap), hopefully they will drop from the index shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2011/06/08/preventing-google-from-indexing-ajax-html-fragmentspartials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link Shorteners and the Eternal URL</title>
		<link>http://omegadelta.net/2011/01/17/link-shorteners-and-the-eternal-url/</link>
		<comments>http://omegadelta.net/2011/01/17/link-shorteners-and-the-eternal-url/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 02:16:30 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://omegadelta.net/?p=2528</guid>
		<description><![CDATA[URLs are (or should be) eternal. Once you create some content and slap it up on the web, people will start referencing it. If you change the URL or remove the content, then these references break – which is sad. Enter link shorteners. All of a sudden, you are referencing a whole bunch of content (your [...]]]></description>
			<content:encoded><![CDATA[<p>URLs are (or should be) eternal.  Once you create some content and slap it up on the web, people will start referencing it. If you change the URL or remove the content, then these references break – which is sad.</p>
<p>Enter link shorteners. All of a sudden, you are referencing a whole bunch of content (your own, and others) through an additional 3rd party. So now you not only have to worry about whether the referenced content will still be there, but also that the link shortener hasn&#8217;t run out of money and closed up shop too.</p>
<p>A big problem I see is that link shorteners earn no money (read: operating costs) when you simply click the links. They *do* get brand recognition, which helps drive people to their site to shorten links of their own (which in turn can earn money through ad impressions, etc). But what happens when we&#8217;ve all moved on to something new. The link shortener won&#8217;t be earning as much money (nobody shortning urls any more), but still has to pay to keep their infrastructure online.</p>
<p>This troubles me. And, with log.ly – a new link shortener for <a href="http://geospike.com">Geospike.com</a> I am also now a link shortener operator!</p>
<p>To combat this potential issue, I propose the following idea: Somebody reputable (The Internet Archive would be a good candidate) creates a global link shortener database with 3 basic keys [domain, link key, full link]. Link shorteners can then periodically – or just when they go bust – import their database into this master database.</p>
<p>Then, if they do go bust, then can transfer their domain to The Internet Archive, to operate the links on a read-only basis. In the event such a transfer is not possible (such as Libya suddenly commandeering all .ly domains), then at least people could manually look up the short link through a form on The Internet Archive&#8217;s website. If link shorteners operators are concerned about people farming the DB, then perhaps the archive could be private, while said link shortener is in active operation.</p>
<p>Without such a service, the situation link shortener operators would face if they became unprofitable would be to keep paying the bills for the good of humanity, or hear a great many URLs cry out in terror before being suddenly silenced.</p>
<p>The short URL for this post is: http://b.log.ly/fmD1EG ;-)</p>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2011/01/17/link-shorteners-and-the-eternal-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AWS Customer Support not like Amazon.com&#8217;s</title>
		<link>http://omegadelta.net/2010/11/06/aws-customer-support-not-like-amazon-coms/</link>
		<comments>http://omegadelta.net/2010/11/06/aws-customer-support-not-like-amazon-coms/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 02:20:21 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://omegadelta.net/?p=1910</guid>
		<description><![CDATA[AWS, or Amazon Web Services is Amazon.com&#8217;s cloud computing arm. They do some pretty cool stuff like S3 storage and EC2 cloud computing. Recently EC2 announced the availability of a free cloud &#8220;instance&#8221; (basically a linux box running in the cloud).  (google &#8216;aws free tier&#8217; for info).  Publicaly they say it is to &#8220;To help new AWS customers get started in the [...]]]></description>
			<content:encoded><![CDATA[<p>AWS, or Amazon Web Services is Amazon.com&#8217;s cloud computing arm.</p>
<p>They do some pretty cool stuff like S3 storage and EC2 cloud computing.</p>
<p>Recently EC2 announced the availability of a free cloud &#8220;instance&#8221; (basically a linux box running in the cloud).  (google &#8216;aws free tier&#8217; for info).  Publicaly they say it is to &#8220;To help new AWS customers get started in the cloud&#8221;.</p>
<p>Seems like a good deal to me.  Lets my startup save $200 in the first year and experiment with the cloud.</p>
<p>However, unfortunately I have already been using an AWS service – S3.  While many EC2 instances will use S3, <strong>the inverse is not true</strong>.  I use S3 on a standard shared hosting setup and it works well.  I would argue that this doesn&#8217;t mean I am using &#8220;cloud computing&#8221; yet (since I&#8217;m not running any programs in the cloud, just hosting some images there).</p>
<p>I applied to AWS Customer support to use the free tier, and I was denied, purely because I had already used S3 in the past.  Given my S3-using site is not even live yet, I even asked if I could &#8220;delete my entire account and sign up again&#8221; (what better way to prove I am new to cloud computing, if not a new signup?).</p>
<p>Regretfully, the AWS Customer Support refused (albiet politely).  Now I can&#8217;t understand why they would deny a free EC2 instance to a startup like me – given that I am probably the exact type of customer they want to attract with the free plan – new business, thinking of getting their feet wet with EC2, but unsure how to proceed.</p>
<p>So in conclusion, I have to say that the AWS Customer Support is not nearly as understanding or accommodating as their Amazon.com counterparts (who are absolutely amazing at acknowledging and re-shipping lost orders, for example).</p>
<p>All this has left a bit of a sour taste in my mouth, because I can&#8217;t really work out why my startup should pay $200 for something almost everyone else who is in my position gets for free.  It seems like a poorly thought out, inflexible arbitrary policy.</p>
<p>And now I&#8217;m considering other providers.</p>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2010/11/06/aws-customer-support-not-like-amazon-coms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WHR-HP-G54 running OpenVPN</title>
		<link>http://omegadelta.net/2010/10/12/whr-hp-g54-running-openvpn/</link>
		<comments>http://omegadelta.net/2010/10/12/whr-hp-g54-running-openvpn/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 07:00:24 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://omegadelta.net/?p=1848</guid>
		<description><![CDATA[Today I set up a second wired+wireless network in my home – this one running a secure VPN (provided by StrongVPN). What follows is my setup experience, and some links that were helpful to me.  YMMV. Firstly I had to install the DD-WRT firmware. This is an open source firmware that runs on a bunch of [...]]]></description>
			<content:encoded><![CDATA[<p>Today I set up a second wired+wireless network in my home – this one running a secure VPN (provided by StrongVPN).</p>
<p>What follows is my setup experience, and some links that were helpful to me.  YMMV.</p>
<p>Firstly I had to install the <a href="http://www.dd-wrt.com/">DD-WRT firmware</a>. This is an open source firmware that runs on a bunch of routers (I chose the router specifically because I learnt it was capable of running this firmware well).  Make sure you <a href="http://www.dd-wrt.com/site/support/router-database">check</a> before you buy.</p>
<p>Following the steps <a href="http://dd-wrt.com/wiki/index.php/Buffalo#Linux.2C_OS_X_or_other_OS:_TFTP_flashing">here</a> worked fine (on OS X).  Apparently you have to get the timing just right, I managed to get it to flash on the first attempt.  Now that DD-WRT is installed, I can easily re-flash the device with my desired version of DD-WRT (in my case, the vpn build) from the web interface.</p>
<p>My first crack at setting up the VPN failed (using the latest vpn version <a href="http://www.dd-wrt.com/site/support/router-database">from here</a>), I think because I had too little available flash memory (they say you need 5.5kb and I didn&#8217;t).. The helpful folks at <a href="http://strongvpn.com">StrongVPN</a> linked me to <a href=" http://dd-wrt.com/routerdb/de/download/Buffalo/WHR-HP-G54/-/dd-wrt.v24_vpn_generic.bin/3401">this version</a> to try, which worked a treat (after following <a href="http://strongvpn.com/forum/viewtopic.php?id=590">the StrongVPN setup instructions</a> to the letter).  StrongVPN is not only a great service, but they actually <a href="http://www.strongvpn.com/setup.shtml">officially support DD-WRT</a>, provide a single shell script which you run on the device to install it, and can even provide live troubleshooting help.  wow.</p>
<pre class="brush: bash;">
$ scp ovpn272_ddwrt.sh root@192.168.11.1:/tmp/
$ ssh -l root 192.168.11.1
# once you're connected...
$ sh /tmp/ovpn272_ddwrt.sh
# which should output something like "size: 27011 bytes (5757 left)"
$ reboot
</pre>
<p>First troubleshooting tip: make sure you can actually connect to the VPN using your computer (via the router&#8217;s network) before you try to debug it on the router.  If you can&#8217;t connect from your PC then what hope does your router have?</p>
<p>If you&#8217;re uncomfortable working in a bash shell with ssh/scp tools, then these steps may be pretty difficult for you.  Otherwise it&#8217;s not that hard.</p>
<p>So now I have two networks to pick from my devices which is handy.  Previously the VPN would only work on my laptop, whereas now I can use it on all devices, and also switch rapidly when needed.</p>
<p>WHR-HP-G54 is a damn fine piece of hardware (even if you don&#8217;t need DD-WRT). I recognise it from the awesome Ace Inn Shinjuku hostel which had one on every floor, and I&#8217;ve seen the distinctive default SSID network names around (they assign a random one, not a stupid one like &#8216;dlink&#8217;).</p>
<p>Starting and stopping:</p>
<pre class="brush: bash;">
killall openvpn
sleep 10
openvpn --daemon --config /tmp/ovpn/ovpn.conf
</pre>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2010/10/12/whr-hp-g54-running-openvpn/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A tale of 2M</title>
		<link>http://omegadelta.net/2010/10/11/a-tale-of-2m/</link>
		<comments>http://omegadelta.net/2010/10/11/a-tale-of-2m/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 04:26:16 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[china]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://omegadelta.net/?p=1844</guid>
		<description><![CDATA[If you want something done right, do it yourself :-/ I moved into this house back in February.  It has a 1M unlimited internet connection.  I was happy with this at the time, it was better than anything I used throughout 2009, but nevertheless I asked to be upgraded to the best available.  The account is [...]]]></description>
			<content:encoded><![CDATA[<p>If you want something done right, do it yourself :-/</p>
<p>I moved into this house back in February.  It has a 1M unlimited internet connection.  I was happy with this at the time, it was better than anything I used throughout 2009, but nevertheless I asked to be upgraded to the best available.  The account is in the landlord&#8217;s name (in China, the internet is like gas and electricity – they don&#8217;t switch it off between tenants which is really freaking smart).  So I asked my landlord to make it happen.</p>
<p>It took so long I basically gave up.  Until this week, it really started to piss me off (the iPhone SDK is now a whopping 3.5GB which takes a while).</p>
<p>Landlord said he had tried many times to upgrade me at the shop, but they didn&#8217;t let it happen.  We tried the chinese language hotline and they said I had to go to the office with my ID card and the landlords.</p>
<p>So today I rang the company (10000), got the English hotline, spoke to #9434.  Asked to be upgraded.  They said sure.  Cost is ¥1958 for the year (pro-rated for the remainder of this year as I&#8217;d already paid for 1M). Contract is 3 years with a minimum of 1. I asked what happens if I cancelled it within a year – she said I&#8217;d have to go to the store for that (???).  She then asked me the name of the landlord (I gave her the surname but only knew the english nickname – &#8220;close enough&#8221; she said).  Then she asked me for the ID card number, which fortunately I had from the lease agreement.  And now I will have 2M (and still unlimited) internet in 24 hours :)</p>
<p>I also feel the ripe fool.  Why didn&#8217;t I do this back in Feb?  Old assumptions I guess – no Australian teleco would have let me do what I just did.  It seems even the chinese ones don&#8217;t – <em>unless you ring the English hotline</em>!  We get special treatment (probably because they know if we go to the shop an hour of miscommunication would ensue).  how nice&#8230;</p>
<p>Hope the contract I agreed to on behalf of someone else wasn&#8217;t too onerous&#8230;  :-/  (shouldn&#8217;t be&#8230; I think).</p>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2010/10/11/a-tale-of-2m/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>petition @GoogleChromeDev to reinstate full URLs (with the http://) in the address bar http://act.ly/2dw RT to sign</title>
		<link>http://omegadelta.net/2010/09/15/petition-googlechromedev-to-reinstate-full-urls-with-the-http-in-the-address-bar-httpact-ly2dw-rt-to-sign/</link>
		<comments>http://omegadelta.net/2010/09/15/petition-googlechromedev-to-reinstate-full-urls-with-the-http-in-the-address-bar-httpact-ly2dw-rt-to-sign/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 04:15:28 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://omegadelta.net/?p=1835</guid>
		<description><![CDATA[Lets get put the http back in the address bar of Google Chrome.   Please read &#38; sign my petition here: http://act.ly/2dw]]></description>
			<content:encoded><![CDATA[<p>Lets get put the http back in the address bar of Google Chrome.   Please read &amp; sign my petition here: <span style="font-size: 13.3333px;">http://act.ly/2dw</span></p>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2010/09/15/petition-googlechromedev-to-reinstate-full-urls-with-the-http-in-the-address-bar-httpact-ly2dw-rt-to-sign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steven Conroy Announces Additional Protocol Filtering</title>
		<link>http://omegadelta.net/2010/06/14/steven-conroy-announces-additional-protocol-filtering/</link>
		<comments>http://omegadelta.net/2010/06/14/steven-conroy-announces-additional-protocol-filtering/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 12:06:01 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://omegadelta.net/?p=1761</guid>
		<description><![CDATA[PARLIAMENT HOUSE, CANBERRA: Today Steven Conroy accepted the mounting criticism that his proposed &#8220;Great Firewall of China – Down Under&#8221; would be inept at achieving it&#8217;s stated goal of preventing distribution of refused-classification material due to only filtering web traffic. Henceforth, he directed the engineering team to add the GOPHER, TELNET and LIBERAL.ORG.AU protocols to the [...]]]></description>
			<content:encoded><![CDATA[<p>PARLIAMENT HOUSE, CANBERRA:  Today Steven Conroy accepted the <a href="http://img1.imagehousing.com/100126/cabb5711c08bae446c2cd81143cf5ed0.jpg">mounting criticism</a> that his proposed &#8220;Great Firewall of China – Down Under&#8221; would be inept at achieving it&#8217;s stated goal of preventing distribution of refused-classification material due to only filtering web traffic.</p>
<p>Henceforth, he directed the engineering team to add the GOPHER, TELNET and <del datetime="2010-06-14T11:54:24+00:00">LIBERAL.ORG.AU</del> protocols to the filter.</p>
<p>When asked to quantify just how much porn was shared over GOPHER, he waved his hand and said &#8220;I am not the Communications Minister you are looking for&#8221; and promptly left the podium to stunned silence.</p>
<p>._.</p>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2010/06/14/steven-conroy-announces-additional-protocol-filtering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MiFi</title>
		<link>http://omegadelta.net/2010/06/09/mifi/</link>
		<comments>http://omegadelta.net/2010/06/09/mifi/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 09:34:53 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://omegadelta.net/2010/06/09/1759/</guid>
		<description><![CDATA[Gigamom is clueless on the actual problem, confusing cellular and WiFi. The issue isn’t Jobs asking people to turn off their abusive MiFis,or AT&#038;T’s problematic network. It’s that devices like the MiFi are an incredibly stupid replacement for a one-foot USB cable, which is all these audience members were using it for. 802.11 does not [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Gigamom is clueless on the actual problem, confusing cellular and WiFi. The issue isn’t Jobs asking people to turn off their abusive MiFis,or AT&#038;T’s problematic network. It’s that devices like the MiFi are an incredibly stupid replacement for a one-foot USB cable, which is all these audience members were using it for. 802.11 does not support AP densities of more than three per 100′ radius under the best conditions. The WWDC had more like 50 per 100′.</p>
<p>If the clueless MiFiers (and other cellular personal hotspot users) simply USB-tethered their hotspots the problem would have never occurred. It’s scary that so-called “developers” couldn’t predict this problem and sensibly head it off.</p>
<p>“MiFi Jamming” is a usability killer in many Starbucks now, where a dozen or more thoughtless users smear the room with unnecessary interfering 802.11 radiation, jamming access for everyone trying to use Starbucks’ wireless. All for want of a one-foot cable that ships with the cellular modem! Idiots all.</p>
<p>The thing is, the 802.11 standards committee predicted this problem FIVE YEARS ago. MiFi is just the first wave a self-defeating wireless decablers, wielded by clueless users that ignore spectrum realities, potentially destroying WiFi as a useful technology.</p></blockquote>
<p>Packetguy on <a href="http://gigaom.com/2010/06/07/steve-jobs-survives-gizmodo-but-not-mifi/">http://gigaom.com/2010/06/07/steve-jobs-survives-gizmodo-but-not-mifi/</a></p>
<p>Using Wifi to network a single device does seem like overkill.</p>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2010/06/09/mifi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conroy is an idiot</title>
		<link>http://omegadelta.net/2010/06/01/conroy-is-an-idiot/</link>
		<comments>http://omegadelta.net/2010/06/01/conroy-is-an-idiot/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 04:29:53 +0000</pubDate>
		<dc:creator>Will</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://omegadelta.net/?p=1742</guid>
		<description><![CDATA[It&#8217;s confirmed My sentiments exactly.  There is no need for an internet filter to slow down the internet and remove our liberties, while not even satisfying the task it was put there for.]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitpic.com/1sxnmk">It&#8217;s confirmed</a></p>
<p>My sentiments exactly.  There is no need for an internet filter to slow down the internet and remove our liberties, while not even satisfying the task it was put there for.</p>
]]></content:encoded>
			<wfw:commentRss>http://omegadelta.net/2010/06/01/conroy-is-an-idiot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

