<?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>Scott Yang's Playground &#187; Australia</title>
	<atom:link href="http://scott.yang.id.au/tag/australia/feed/" rel="self" type="application/rss+xml" />
	<link>http://scott.yang.id.au</link>
	<description>Faith, Technology and Randomness in Life, According to Scott</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:01:12 +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>On 2010 Federal Election</title>
		<link>http://scott.yang.id.au/2010/08/on-2010-federal-election/</link>
		<comments>http://scott.yang.id.au/2010/08/on-2010-federal-election/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 13:21:20 +0000</pubDate>
		<dc:creator>scotty</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[election]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://scott.yang.id.au/?p=1982</guid>
		<description><![CDATA[2 days after the election and we still cannot sure who will be Australia&#8217;s next Prime Minister. Most exciting election in Australia over the last 50 years? More like most disastrous to me. Although I did vote for that Mid-Night Oil guy (who else is worthy in Kingsford-Smith?) I gotta say that I am really [...]]]></description>
			<content:encoded><![CDATA[<p>2 days after the election and we still cannot sure who will be Australia&#8217;s next Prime Minister. Most exciting election in Australia over the last 50 years? More like most disastrous to me. Although I did vote for that Mid-Night Oil guy (who else is worthy in Kingsford-Smith?) I gotta say that I am really disappointed with the blame game. Not saying the coalition is any better. Anyway. No wonder we have record high informal votes.</p>
<p>Here is a clipping from <a href="http://www.facebook.com/scottyang?v=wall&amp;story_fbid=101792053215447">my Facebook status</a>. Have to find a better way to backup the comments there.</p>
<p><img src="http://scott.yang.id.au/file/images/facebook-2010-election.png" class="bordered" alt="Facebook Status Update"/></p>
<p>Taiwanese news channel <a href="http://nma.com.tw/">Next Media Animation</a> did have a pretty good take on the election though :)</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/RQ_s6V1Kv6A?fs=1&amp;hl=en_GB"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/RQ_s6V1Kv6A?fs=1&amp;hl=en_GB" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://scott.yang.id.au/2010/08/on-2010-federal-election/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 500 Sites in Australia According to Alexa</title>
		<link>http://scott.yang.id.au/2009/05/top-500-sites-in-australia-according-to-alexa/</link>
		<comments>http://scott.yang.id.au/2009/05/top-500-sites-in-australia-according-to-alexa/#comments</comments>
		<pubDate>Fri, 29 May 2009 04:10:08 +0000</pubDate>
		<dc:creator>scotty</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[alexa]]></category>
		<category><![CDATA[Australia]]></category>

		<guid isPermaLink="false">http://scott.yang.id.au/2009/05/top-500-sites-in-australia-according-to-alexa/</guid>
		<description><![CDATA[Need to analyse a list of top sites in Australia, and the following Python scripts helped me to get the site name + domain name off from Alexa with minimum effort: #!/usr/bin/env python import re, urllib r = r'&#60;a href="/siteinfo/(.*?)" &#62;&#60;strong&#62;(.*?)&#60;/strong&#62;'; for i in range(25): u = 'http://www.alexa.com/topsites/countries;%d/AU' % i for x, m in enumerate(re.findall(r, [...]]]></description>
			<content:encoded><![CDATA[<p>Need to analyse a list of top sites in Australia, and the following Python scripts helped me to get the site name + domain name off <a href="http://www.alexa.com/topsites/countries/AU">from Alexa</a> with minimum effort:</p>
<pre class="code">
#!/usr/bin/env python
import re, urllib
r = r'&lt;a  href="/siteinfo/(.*?)"  &gt;&lt;strong&gt;(.*?)&lt;/strong&gt;';
for i in range(25):
    u = 'http://www.alexa.com/topsites/countries;%d/AU' % i
    for x, m in enumerate(re.findall(r, urllib.urlopen(u).read())):
        print '%d. %s (%s)' % (x + 1 + i * 20, m[1], m[0].strip())
</pre>
<p>YMMV. Considering how Alexa has been trying to obfuscate their HTML pages to prevent scrapping, I won&#8217;t be surprised that this script stops to work tomorrow&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://scott.yang.id.au/2009/05/top-500-sites-in-australia-according-to-alexa/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Kevin Rudd the new Prime Minister of Australia</title>
		<link>http://scott.yang.id.au/2007/11/kevin-rudd-the-new-australia-prime-minister/</link>
		<comments>http://scott.yang.id.au/2007/11/kevin-rudd-the-new-australia-prime-minister/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 12:06:03 +0000</pubDate>
		<dc:creator>scotty</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[election]]></category>

		<guid isPermaLink="false">http://scott.yang.id.au/2007/11/kevin-rudd-the-new-australia-prime-minister/</guid>
		<description><![CDATA[Watching the live stream from Kevin Rudd&#8217;s victory party in Brisbane right now. Looks like the election is now finally over &#8212; no more election campaign ads everywhere! Oh, Australia also has a new Mandarin-speaking, me-too echoing Prime Minister. Yeah. A new era. I went to vote this morning (in Kingsford-Smith). It was an easy [...]]]></description>
			<content:encoded><![CDATA[<p>Watching the live stream from Kevin Rudd&#8217;s victory party in Brisbane right now. Looks like the election is now finally over &#8212; no more election campaign ads everywhere! Oh, Australia also has a new Mandarin-speaking, me-too echoing Prime Minister.</p>
<p>Yeah. A new era.</p>
<p>I went to vote this morning (in Kingsford-Smith). It was an easy pick, and I do like the Midnight Oil :)</p>
]]></content:encoded>
			<wfw:commentRss>http://scott.yang.id.au/2007/11/kevin-rudd-the-new-australia-prime-minister/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AustPost PO Box &#8211; A $70/Year Spam Box</title>
		<link>http://scott.yang.id.au/2007/10/austpost-po-box-a-70year-spam-box/</link>
		<comments>http://scott.yang.id.au/2007/10/austpost-po-box-a-70year-spam-box/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 12:11:16 +0000</pubDate>
		<dc:creator>scotty</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Australia]]></category>

		<guid isPermaLink="false">http://scott.yang.id.au/2007/10/austpost-po-box-a-70year-spam-box/</guid>
		<description><![CDATA[There is an advantage and a disadvantage living on the southern side of Gardeners Road. I live in Daceyville, where most of my neighbours are of the state housing commission. As I have suspected that it is the reason &#8212; I actually do not get many unsolicited commercial mails, i.e. spam. Compare to the Kingsford [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://scott.yang.id.au/file/images/mailbox.jpg" width="146" height="123" alt="Mailbox" class="floaty bordered"/> There is an advantage and a disadvantage living on the southern side of Gardeners Road. I live in <a href="http://en.wikipedia.org/wiki/Daceyville,_New_South_Wales">Daceyville</a>, where most of my neighbours are of the state housing commission. As I have suspected that it is the reason &#8212; I actually do not get many unsolicited commercial mails, i.e. <b>spam</b>. Compare to the <a href="http://en.wikipedia.org/wiki/Kingsford%2C_New_South_Wales">Kingsford</a> residents just across the road, their street-facing mailboxes are usually filled with supermarket catalogues and promotion flyers, whereas we have got <em>none</em>. It is either the <del>spammer</del> delivery boy got too lazy to cross the road, or they reckon the housing commission guys over there are not going to afford any shopping anyway.</p>
<p>Unfortunately some of these spams, most notably the Coles/Woolies/Franklins catalogues, are Vivian&#8217;s weekly reading material. How are we supposed to know what to buy, what is on sale, what is cheap, etc when we go to the supermarket, if we don&#8217;t have their spams in our hands? So Vivian had to explicitly asked Woolies to post their catalogue to us (yes, they do that kind of service), but that is another story.</p>
<p>So I am sort of used to having very few unsolicited commercial mail in my mailbox, until&#8230; I got myself a <a href="http://www.auspost.com.au/BCP/0,1467,CH2149%257EMO19,00.html">Post Office Box</a>! I rented a PO Box in Kingsford a few weeks ago as I feel that it is safer to have your financial statements posted there. In some occasions I also do not wish to disclose my residential address so a PO Box is pretty handy. I went for the smallest one, and at <b>$70 per year</b> it is not too bad.</p>
<p>Upon signing up, there was an option whether I wish to receive unaddressed mail. How would a piece of mail with to TO: address landed in my PO Box, if it is not a <b>spam</b> put in there by an Australia Post staff? So I ticked on <b>NO</b>&#8230;</p>
<p>But apparently the spam filter at AustPost <b>does not work</b>!</p>
<p>Every morning when I go and pick up mails, there are <b>always</b> catalogues and flyers and pamphlets in my brand new PO Box. Some are trying to sell me mobile phones, or Dell computers, or other business necessities. Quite a few are actually explicitly targeting AustPost customers, as they spelt out their &#8220;Exclusive Offer to AustPost&#8221;. I am actually getting far more spams in my PO Box than my usual letter box &#8212; consider the only way to stuff a mail into a PO Box is <em>from inside the Post Office</em>!</p>
<p>So there we go. AustPost PO Box &#8212; it is a $70/year spam box. I read <a href="http://www.smh.com.au/">Sydney Morning Herald</a> and <a href="http://slashdot.org/">Slashdot</a> everyday, and advertisement kept those sites free. Why then am I still charged 70 bucks a year for receiving spams in my PO Box?</p>
]]></content:encoded>
			<wfw:commentRss>http://scott.yang.id.au/2007/10/austpost-po-box-a-70year-spam-box/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Do We Need Another Tax Cut?</title>
		<link>http://scott.yang.id.au/2007/10/do-we-need-another-tax-cut/</link>
		<comments>http://scott.yang.id.au/2007/10/do-we-need-another-tax-cut/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 07:31:35 +0000</pubDate>
		<dc:creator>scotty</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Current Affair]]></category>

		<guid isPermaLink="false">http://scott.yang.id.au/2007/10/do-we-need-another-tax-cut/</guid>
		<description><![CDATA[Do we need another tax cut? According to the latest promise from the Coalition, it seems to be a good thing for all Australians. No doubt that it is more likely the Coalitions need it more than the Australian tax payers, as November 24 the election day draws closer, but looking at the benefits &#8212; [...]]]></description>
			<content:encoded><![CDATA[<p>Do we need another tax cut? According to the <a href="http://www.smh.com.au/news/economy/costello-outlines-tax-plan/2007/10/15/1192300657771.html">latest promise from the Coalition</a>, it seems to be a good thing for all Australians. No doubt that it is more likely the Coalitions need it more than the Australian tax payers, as November 24 the election day draws closer, but looking at the benefits &#8212; everyone gets a raise in paypocket, and it is also a good incentive to encourage more people to stay at/join the workforce (and subsequently boosting the Australian economy). In 5 year time (2012), the top bracket will be at $180,000 and <b>40%</b>, and you&#8217;ll be pretty much tax free if you earn less than $15,000 per year!</p>
<style type="text/css">
  table.taxrate {
    border-bottom: #aaa solid 1px;
    border-top: #aaa solid 1px;
    font-size: 80%;
    line-height: 120%;
    margin: 20px 0;
  }
  table.taxrate td {
    padding-left: 5px;
    padding-right: 5px;
  }
  table.taxrate th {
    border-bottom: #aaa solid 1px;
  }
  table.taxrate .alt {
    background-color: #e0e0ee;
  }
  table.taxrate .incomefrom {
    text-align: right;
  }
  table.taxrate .percentage {
    text-align: right;
  }
</style>
<table cellpadding="2" cellspacing="0" class="taxrate">
<tr>
<th colspan="3">Current</th>
<th colspan="3" class="alt">2008 July</th>
<th colspan="3">2009 July</th>
<th colspan="3" class="alt">2010 July</th>
</tr>
<tr>
<td class="incomefrom">0</td>
<td class="incometo">- 6,000</td>
<td class="percentage">0%</td>
<td class="alt incomefrom">0</td>
<td class="alt incometo">- 6,000</td>
<td class="alt percentage">0%</td>
<td class="incomefrom">0</td>
<td class="incometo">- 6,000</td>
<td class="percentage">0%</td>
<td class="alt incomefrom">0</td>
<td class="alt incometo">- 6,000</td>
<td class="alt percentage">0%</td>
</tr>
<tr>
<td class="incomefrom">6,001</td>
<td class="incometo">- 30,000</td>
<td class="percentage">15%</td>
<td class="alt incomefrom">6,001</td>
<td class="alt incometo">- 34,000</td>
<td class="alt percentage">15%</td>
<td class="incomefrom">6,001</td>
<td class="incometo">- 35,000</td>
<td class="percentage">15%</td>
<td class="alt incomefrom">6,001</td>
<td class="alt incometo">- 37,000</td>
<td class="alt percentage">15%</td>
</tr>
<tr>
<td class="incomefrom">30,001</td>
<td class="incometo">- 75,000</td>
<td class="percentage">30%</td>
<td class="alt incomefrom">34,001</td>
<td class="alt incometo">- 80,000</td>
<td class="alt percentage">30%</td>
<td class="incomefrom">35,001</td>
<td class="incometo">- 80,000</td>
<td class="percentage">30%</td>
<td class="alt incomefrom">37,001</td>
<td class="alt incometo">- 80,000</td>
<td class="alt percentage">30%</td>
</tr>
<tr>
<td class="incomefrom">75,001</td>
<td class="incometo">- 15,000</td>
<td class="percentage">40%</td>
<td class="alt incomefrom">80,001</td>
<td class="alt incometo">- 180,000</td>
<td class="alt percentage">40%</td>
<td class="incomefrom">80,000</td>
<td class="incometo">- 180,000</td>
<td class="percentage">38%</td>
<td class="alt incomefrom">80,000</td>
<td class="alt incometo">- 180,000</td>
<td class="alt percentage">37%</td>
</tr>
<tr>
<td class="incomefrom">150,001</td>
<td class="incometo">+</td>
<td class="percentage">45%</td>
<td class="alt incomefrom">180,001</td>
<td class="alt incometo">+</td>
<td class="alt percentage">45%</td>
<td class="incomefrom">180,001</td>
<td class="incometo">+</td>
<td class="percentage">43%</td>
<td class="alt incomefrom">180,001</td>
<td class="alt incometo">+</td>
<td class="alt percentage">42%</td>
</tr>
</table>
<p>Is it affordable? Sure, with <b>huge</b> surplus in federal budget &#8212; why not use some of that to <del>buy votes</del> reward the hard working fair dinkum Aussies?! There is no better way to spend the budget surplus on tax cuts! Everyone can feel richer!</p>
<p>Unfortunately &#8220;better of&#8221; is usually a relative term, and the only thing that seems to keep the inflation low is the cheap imported Chinese-made goods. On the other hand, there are many things that I would love the government to fix &#8212; roads, hospitals, schools, etc &#8212; and I do hope they <em>have not</em> been taken out from the budget to cater for tax cuts.</p>
<p>We&#8217;ll see what Kevin07 has under his sleeves. Probably a &#8220;Me too&#8221;&#8230;</p>
<p>Who will you vote for on November 24?</p>
]]></content:encoded>
			<wfw:commentRss>http://scott.yang.id.au/2007/10/do-we-need-another-tax-cut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brisbane as Australia&#8217;s New Capital?</title>
		<link>http://scott.yang.id.au/2007/05/brisbane-as-australias-new-capital/</link>
		<comments>http://scott.yang.id.au/2007/05/brisbane-as-australias-new-capital/#comments</comments>
		<pubDate>Thu, 24 May 2007 13:15:23 +0000</pubDate>
		<dc:creator>scotty</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Australia]]></category>

		<guid isPermaLink="false">http://scott.yang.id.au/2007/05/brisbane-as-australias-new-capital/</guid>
		<description><![CDATA[Peter Beattie: &#8220;Brisbane is the place to be, Sydney knows that. We won the State of Origin and I think that Brisbane is the capital&#8221;. If State of Origin is the judging criteria for being the capital of Australia, then we&#8217;ll probably looking at changing capitals every year or two. Or at least Melbourne and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.smh.com.au/news/national/brisbane-should-be-capital/2007/05/24/1179601548136.html">Peter Beattie: &#8220;Brisbane is the place to be, Sydney knows that. We won the State of Origin and I think that Brisbane is the capital&#8221;</a>. If State of Origin is the judging criteria for being the capital of Australia, then we&#8217;ll probably looking at changing capitals every year or two. Or at least Melbourne and Adelaide will never be in the game.</p>
]]></content:encoded>
			<wfw:commentRss>http://scott.yang.id.au/2007/05/brisbane-as-australias-new-capital/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google is now Blogging Australia</title>
		<link>http://scott.yang.id.au/2007/05/google-is-now-blogging-australia/</link>
		<comments>http://scott.yang.id.au/2007/05/google-is-now-blogging-australia/#comments</comments>
		<pubDate>Wed, 02 May 2007 04:23:32 +0000</pubDate>
		<dc:creator>scotty</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://scott.yang.id.au/2007/05/google-is-now-blogging-australia/</guid>
		<description><![CDATA[Official Google Australia blog, and it is also their very first country-specific blog as well. It was just started 2 days ago so not much content yet, but hopefully we will see more action there. It does make me wonder, whether country-specific blog is going to be a trend in Google, or is there something [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://google-au.blogspot.com/"><img src="http://scott.yang.id.au/file/images/google-australia-blog.png" class="floaty" alt="Google Australia Blog" />Official Google Australia blog</a>, and it is also their very first country-specific blog as well. It was just started 2 days ago so not much content yet, but hopefully we will see more action there. It does make me wonder, whether country-specific blog is going to be a trend in Google, or is there something unique about the Google Australia?</p>
]]></content:encoded>
			<wfw:commentRss>http://scott.yang.id.au/2007/05/google-is-now-blogging-australia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Australian Blogs</title>
		<link>http://scott.yang.id.au/2007/04/top-australian-blogs/</link>
		<comments>http://scott.yang.id.au/2007/04/top-australian-blogs/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 05:11:55 +0000</pubDate>
		<dc:creator>scotty</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://scott.yang.id.au/2007/04/top-australian-blogs/</guid>
		<description><![CDATA[Blogpond: Top 100 Australian Blogs Index, listing all the top ranking Australian blogs using this algorithm, which is basically: R = (3 x A + X + T) / 5 R: Overall rankA: Alexa Australia rankX: Alexa rankT: Technorati rank Sounds fair to me, because this very blog is ranked number 17 on that list! [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogpond.wordpress.com/top-100-australian-blogs-index/">Blogpond: Top 100 Australian Blogs Index</a>, listing all the top ranking Australian blogs using <a href="http://blogpond.wordpress.com/top-100-australian-blogs-index/about-the-index/">this algorithm</a>, which is basically:</p>
<blockquote>
<p><i>R</i> = (3 x <i>A</i> + <i>X</i> + <i>T</i>) / 5</p>
<div style="font-size:80%"><em>R</em>: Overall rank<br/><em>A</em>: Alexa Australia rank<br/><em>X</em>: Alexa rank<br/><em>T</em>: Technorati rank<br/></dl>
</blockquote>
<p>Sounds fair to me, because <strong>this very blog is ranked number 17 on that list</strong>! I have no problem with the algorithm either. It is clearly putting more weight on the Australian visitors, but then again Alexa ranking is (1) never an accurate estimate (2) can be easily manipulated.</p>
<p>What I had issue with is, <strong>what makes a blog &#8220;Australian&#8221;</strong>? As I have commented on <a href="http://www.duncanriley.com/2007/04/11/top-100-australian-blogs/">Duncan Riley&#8217;s blog</a>, it might not be that trivial to determine. Because it is hosted on servers in Australia? Because it has .au ccTLD? Because it is written by an Australian? Because it is targeting the Australian audiences? It is nice to have a clearly defined formula to calculate the ranks, but I think it would also be nice to have a clear defined guideline on how an &#8220;Australian blog&#8221; is defined.</p>
<p>For example, I have a few other blogs &#8212; are they Australian blogs because they are written by an Aussie (and in one case, written for Australian audiences)? I have also written a small Python script to quickly calculate a blog&#8217;s &#8220;Australian blog rank&#8221;. After all, who is going to visit slow and ads-filled sites such as <a href="http://www.alexa.com/">Alexa</a> and <a href="http://www.technorati.com/">Technorati</a> just to copy and paste the numbers?</p>
<p><a href="http://scott.yang.id.au/file/python/ozblogrank.py">Here is the script</a>, which is tested under Python 2.4. Do note that you need to have both <a href="http://www.technorati.com/developers/apikey.html">Technorati API key</a> (free access) and sign up to <a href="http://aws.amazon.com/awis">Amazon AWIS</a> ($0.15 per 1,000 requests) to get the ranks. Here is an example when I run through my blogs:</p>
<pre class="code">
$ python ozblogrank.py scott.yang.id.au fucoder.com hostingfu.com www.ozbargainblog.com
  43801: scott.yang.id.au
  27237: fucoder.com
  54284: hostingfu.com
  84713: www.ozbargainblog.com
</pre>
<p>Yes, from the result <strong>all of my blogs should have been made to top 100</strong>, and <a href="http://fucoder.com/">FuCoder.com</a> would have an even better rank than this blog. Then again if all the Australian blogs are &#8220;discovered&#8221;, maybe there will be so many at top that none of my blogs will make to the list.</p>
<p>Another interesting fact &#8212; my <a href="http://blog.ozbargain.com.au/">Oz Bargain Blog</a> seems to have the lowest rank at 84,713. However my server log shows it has the most unique visitors every single day. It also generates most of my online revenue (although it is not much). However it is because of the audiences it is targeting (shoppers and bargain hunters) that give it a low Alexa and Technorati rank, which usually grace technology-inclined group.</p>
<p>Anyway. The ranking system is flawed, but I am still happy to be part of it :)</p>
]]></content:encoded>
			<wfw:commentRss>http://scott.yang.id.au/2007/04/top-australian-blogs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Would OLPC come to Australia?</title>
		<link>http://scott.yang.id.au/2007/01/would-olpc-come-to-australia/</link>
		<comments>http://scott.yang.id.au/2007/01/would-olpc-come-to-australia/#comments</comments>
		<pubDate>Sat, 13 Jan 2007 00:30:01 +0000</pubDate>
		<dc:creator>scotty</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Computer]]></category>

		<guid isPermaLink="false">http://scott.yang.id.au/2007/01/would-olpc-come-to-australia/</guid>
		<description><![CDATA[SMH: Australia Trials Low-Cost Laptop. Such a misleading title from the Heralds! The article talked about someone liaising with Australian local governments for trials of OLPC, but (1) no response from the actual government body, and (2) no response from the actual OLPC group/distributor. I thought OLPC was initially developed for 3rd world and developing [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://scott.yang.id.au/file/images/olpc.jpg" alt="OLPC" width="200" height="156" class="floaty"/> <a href="http://www.smh.com.au/news/laptops--desktops/australia-trials-lowcost-laptop/2007/01/12/1168105153500.html">SMH: Australia Trials Low-Cost Laptop</a>. Such a misleading title from the Heralds! The article talked about someone liaising with Australian local governments for trials of OLPC, but (1) no response from the actual government body, and (2) no response from the actual OLPC group/distributor. I thought <a href="http://www.laptop.org/">OLPC</a> was initially developed for 3rd world and developing countries, and I am not sure how Australia can be part of it other than contributing to the development and manufacturing! Are we being &#8220;so-cheap&#8221; thinking we can get those lappies for USD$150 each? Consider that&#8217;s the cost to actually manufacture one, let along the cost of design, development, retool the factory, etc.</p>
<p>World OLPC be deployed to Australia? I think not &#8212; unless we are willing to pay 2x to 3x the price to cover the cost of development and donate the rest so the kids in developing country who really cannot afford it can have one.</p>
<p><b>Update</b>: <a href="http://blog.slaven.net.au/archives/2007/01/12/one-laptop-per-nt-child/">Glenn</a> linked to this <a href="http://australianit.news.com.au/articles/0,7204,21048174%5E15306%5E%5Enbv%5E15306,00.html">Australian IT article</a> saying NT government is also planning trailing in schools. They have officially declared that they are a developing country that needs financial assistance to give students computers? In another news, <a href="http://arstechnica.com/news.ars/post/20070110-8593.html">Ars Technica reported that OLPC has no consumer version planned</a>, via <a href="http://hardware.slashdot.org/article.pl?sid=07/01/12/2135248">Slashdot</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://scott.yang.id.au/2007/01/would-olpc-come-to-australia/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ian Macfarlane in ABC Boyer Lectures 2006</title>
		<link>http://scott.yang.id.au/2006/12/ian-macfarlane-in-abc-boyer-lectures-2006/</link>
		<comments>http://scott.yang.id.au/2006/12/ian-macfarlane-in-abc-boyer-lectures-2006/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 11:42:15 +0000</pubDate>
		<dc:creator>scotty</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ABC]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Current Affair]]></category>
		<category><![CDATA[Economy]]></category>

		<guid isPermaLink="false">http://scott.yang.id.au/2006/12/ian-macfarlane-in-abc-boyer-lectures-2006/</guid>
		<description><![CDATA[Last year was Peter Jensen, this year RBA&#8217;s ex-boss Ian Macfarlane is on ABC Radio&#8217;s Boyer Lectures, on the topic of Searching for Stability. Very interesting talks, looking at Australia economy from after WW II to the recent years. A bit heavy for my engineer&#8217;s head, but it does give me some new perspective on [...]]]></description>
			<content:encoded><![CDATA[<p>Last year was Peter Jensen, this year RBA&#8217;s ex-boss Ian Macfarlane is on <a href="http://www.abc.net.au/rn/boyerlectures/">ABC Radio&#8217;s Boyer Lectures</a>, on the topic of <a href="http://www.abc.net.au/rn/boyerlectures/stories/2006/1769905.htm">Searching for Stability</a>. Very interesting talks, looking at Australia economy from after WW II to the recent years. A bit heavy for my engineer&#8217;s head, but it does give me some new perspective on the stability of economy.</p>
]]></content:encoded>
			<wfw:commentRss>http://scott.yang.id.au/2006/12/ian-macfarlane-in-abc-boyer-lectures-2006/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t sing Happy Birthday&#8230; Not until 2030</title>
		<link>http://scott.yang.id.au/2006/11/dont-sing-happy-birthday-not-until-2030/</link>
		<comments>http://scott.yang.id.au/2006/11/dont-sing-happy-birthday-not-until-2030/#comments</comments>
		<pubDate>Mon, 20 Nov 2006 03:43:03 +0000</pubDate>
		<dc:creator>scotty</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Copyright]]></category>

		<guid isPermaLink="false">http://scott.yang.id.au/2006/11/dont-sing-happy-birthday-not-until-2030/</guid>
		<description><![CDATA[Via Slashdot, apparently you are infringing copyright law and could be fined if you get caught singing &#8220;Happy Birthday to You&#8221; in public in Australia. The phrase has not only been trademarked, the 4-lines of lyrics has also been copyrighted by the Warner Chappell Music, and they won&#8217;t expire until 2030. Aargh!! I&#8217;ve just realised [...]]]></description>
			<content:encoded><![CDATA[<p>Via <a href="http://yro.slashdot.org/article.pl?sid=06/11/19/2214254">Slashdot</a>, <a href="http://www.iia.net.au/index.php?option=com_content&amp;task=view&amp;id=517&amp;Itemid=32">apparently you are infringing copyright law and could be fined</a> if you get caught singing &#8220;<a href="http://en.wikipedia.org/wiki/Happy_Birthday_to_You">Happy Birthday to You</a>&#8221; in public in Australia. The phrase has not only been <a href="http://scott.yang.id.au/2004/10/happy-bi/">trademarked</a>, the 4-lines of lyrics has also been copyrighted by the <a href="http://www.warnerchappell.com/wcm_2/song_search/song_detail/songview_2.jsp?esongId=126621000&amp;view=fulllyrics">Warner Chappell Music</a>, and they won&#8217;t expire until <strong>2030</strong>. Aargh!! I&#8217;ve just realised that I have been <em>stealing from the copyright holder</em> every month when I sing this song to whoever had a birthday! My bad.</p>
]]></content:encoded>
			<wfw:commentRss>http://scott.yang.id.au/2006/11/dont-sing-happy-birthday-not-until-2030/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Buying Technical Books in Australia</title>
		<link>http://scott.yang.id.au/2006/09/buying-technical-books-in-australia/</link>
		<comments>http://scott.yang.id.au/2006/09/buying-technical-books-in-australia/#comments</comments>
		<pubDate>Tue, 12 Sep 2006 07:58:13 +0000</pubDate>
		<dc:creator>scotty</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Book]]></category>

		<guid isPermaLink="false">http://scott.yang.id.au/2006/09/buying-technical-books-in-australia/</guid>
		<description><![CDATA[Just bought a programming related book on-line. It was released in Q2 2006 so I did not consider the second hand book market. I went straight to the oracle asking where can I find it in on-line bookshops in Australia. Only a handful of shops returned, and LSL Australia is around $10 cheaper than the [...]]]></description>
			<content:encoded><![CDATA[<p>Just bought a programming related book on-line. It was released in Q2 2006 so I did not consider the second hand book market. I went straight to <a href="http://www.google.com/">the oracle</a> asking where can I find it in on-line bookshops in Australia.</p>
<p>Only a handful of shops returned, and <a href="http://www.lsl.com.au/">LSL Australia</a> is around $10 cheaper than the <a href="http://www.dymocks.com.au/">big guys</a>, although both are cheaper than the RRP. Who buy things at RRP these days anyway. Except, if you are a student and shopped in <a href="http://www.coop-bookshop.com.au/">Co-op Bookshop</a>, which happened to be the most expensive of them all.</p>
<p>Sounds like LSL is the one to go? However, there&#8217;s a Dymocks 50 metres from the building where I work, and it costs $11 for LSL to post the book to my office. D&#8217;oh.</p>
<p><img src="http://scott.yang.id.au/file/images/amazon-logo.jpg" width="260" height="100" class="floaty" alt="Amazon.com Logo"/> I ended up buying the book from <a href="http://www.amazon.com/">the big A</a>, and it will be shipped from the States in 2 weeks. The listed price is <strong>less than half</strong> of Dymock&#8217;s &#8220;special price&#8221;, and even if you factor in the postage (about half the cost of the book) and plus 10% GST (just for the sake of comparison), it is <strong>still a good 7 bucks cheaper</strong> than LSL&#8217;s listed price <em>without</em> the delivery. Not to mention Amazon&#8217;s shopping cart is probably one of the best out there for your <em>Wow</em> experience.</p>
<p>I guess no one can really compete against Amazon for their volumes. Or is that so? Where do you buy your technical books in Australia?</p>
]]></content:encoded>
			<wfw:commentRss>http://scott.yang.id.au/2006/09/buying-technical-books-in-australia/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Geocoding on Google Maps for Aussies and Kiwis</title>
		<link>http://scott.yang.id.au/2006/09/geocoding-on-google-maps-for-aussies-and-kiwis/</link>
		<comments>http://scott.yang.id.au/2006/09/geocoding-on-google-maps-for-aussies-and-kiwis/#comments</comments>
		<pubDate>Thu, 07 Sep 2006 03:46:58 +0000</pubDate>
		<dc:creator>scotty</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://scott.yang.id.au/2006/09/geocoding-on-google-maps-for-aussies-and-kiwis/</guid>
		<description><![CDATA[Glenn Slaven: Australia and New Zealand Get Geocoding. You can now take Australian or New Zealand street address, feed it into Google Maps geocoder, and it gives you back latitude and longitude for you to plot on the map. Domain, the FF real estate website, has got this in action so you can easily see [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.slaven.net.au/archives/2006/09/07/australia-and-new-zealand-get-geocoding/">Glenn Slaven: Australia and New Zealand Get Geocoding</a>. You can now take Australian or New Zealand street address, feed it into <a href="http://www.google.com/apis/maps/documentation/#Geocoding_Etc">Google Maps geocoder</a>, and it gives you back latitude and longitude for you to plot on the map. <a href="http://www.domain.com.au/">Domain</a>, the FF real estate website, has got this in action so you can easily see where houses are on sale in a given suburb. This is just so cool, and I am sure many more web-based apps will take advantage of this new feature.</p>
]]></content:encoded>
			<wfw:commentRss>http://scott.yang.id.au/2006/09/geocoding-on-google-maps-for-aussies-and-kiwis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Australian or Overseas Web Hosting?</title>
		<link>http://scott.yang.id.au/2006/03/australian-or-overseas-web-hosting/</link>
		<comments>http://scott.yang.id.au/2006/03/australian-or-overseas-web-hosting/#comments</comments>
		<pubDate>Mon, 20 Mar 2006 02:31:34 +0000</pubDate>
		<dc:creator>scotty</dc:creator>
				<category><![CDATA[Australia]]></category>
		<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://scott.yang.id.au/2006/03/australian-or-overseas-web-hosting/</guid>
		<description><![CDATA[I wrote this quite a while ago on Whirlpool forum over a debate on Australian verses overseas (usually US-based) web hosting. Thread has since been closed (not my fault :) but I think I will repost my thoughts here, looking at what is the most suitable web hosting solution for Aussies. My take is this: [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote this quite a while ago on <a href="http://forums.whirlpool.net.au/">Whirlpool forum</a> over a debate on Australian verses overseas (usually US-based) web hosting. Thread has since been closed (not my fault :) but I think I will repost my thoughts here, looking at what is the most suitable web hosting solution for Aussies.</p>
<hr class="divider"/>
<p>My take is this:</p>
<ul>
<li>If a site is geo-targeting Australian audiences and utilising lots of HTTP connections, then Australian host is better.</li>
<li>Otherwise, choose an US hosting because it is <em>cheaper</em> and provides more <em>space/bandwidth</em>.</li>
</ul>
<p>We all know that it takes 3 way handshaking to <a href="http://en.wikipedia.org/wiki/Transmission_Control_Protocol#Connection_establishment">initiate a TCP connection</a>. Therefore to start a HTTP connection, 12ms to Sydney and 180ms to LA round-trip time will be boosted to at least 18ms and 270ms &#8212; more if the server is in US East Coast or Europe. So for sites where there are many external links (JS, CSS, images, etc) they do add up, if each request is on different HTTP connections in cases where HTTP Keep Alive has been turned off, and there exists restrictions on the number of simultaneous connections.</p>
<p>It can also be quite noticeable in interacting with those &#8220;Ajax&#8221; applications where each click might trigger a HTTP connection to be established. Assume that web server takes no time to process that request, feedback might range from &#8220;instantaneous&#8221; verses &#8220;half a second later&#8230;&#8221;</p>
<p>However, both Australian hosting and US-based hosting can easily saturated a 1500kbps ADSL connection (though you might need a <em>good</em> US shared-host to do that). In this case, 12ms vs. 270ms of TCP initiation time does not really matter, when it takes both 5 minutes to bring down the big AVI file. So for sites that have few large files (video, mp3, etc) then maybe US-based hosting is a cheaper choice. (Hint: <a href="http://h77p.com/www.dreamhost.com/" rel="nofollow">DreamHost</a> offers 20Gb storage + 1Tb bandwidth, from USD$8 per month [affiliated link])</p>
<p>So for sites geo-targeting Australia, maybe the best way to do it is to have 2 hosting plans &#8212; one in Australia and one in the states. Put all your interactive scripts in the Australian host, and all the large media files overseas.</p>
<p>Make sense?</p>
<hr class="divider"/>
<p>Actually I believe there are other reasons (which don&#8217;t actually apply to me).</p>
<ul>
<li>Prefer to support an Australian business.</li>
<li>Prefer to have support during business hours.</li>
</ul>
<p>Anything else?</p>
]]></content:encoded>
			<wfw:commentRss>http://scott.yang.id.au/2006/03/australian-or-overseas-web-hosting/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Why is Broadband Expensive in Australia?</title>
		<link>http://scott.yang.id.au/2004/01/why-is-broadband-expensive-in-australia/</link>
		<comments>http://scott.yang.id.au/2004/01/why-is-broadband-expensive-in-australia/#comments</comments>
		<pubDate>Tue, 06 Jan 2004 08:03:31 +0000</pubDate>
		<dc:creator>scotty</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Broadband]]></category>

		<guid isPermaLink="false">http://scott.yang.id.au/2004/01/why-is-broadband-expensive-in-australia/</guid>
		<description><![CDATA[According to this thread on the Whirlpool Forums, you can get 45Mbps down stream and 3Mbps up stream ADSL with no traffic quota and cheap VoIP phone for around ¥4,138 per month, which is just a bit more than AUD$50 today. At the same time, I am paying AUD$55 per month for Swiftel&#8216;s 512kbps/128kbps plan [...]]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://forums.whirlpool.net.au/forum-replies.cfm?t=146513">this thread</a> on the <a href="http://forums.whirlpool.net.au/">Whirlpool Forums</a>, you can get <a href="http://bbpromo.yahoo.co.jp/promotion/service/45m/">45Mbps down stream and 3Mbps up stream ADSL</a> with no traffic quota and cheap VoIP phone for around <a href="http://www.bbapply.com/prices.html">¥4,138</a> per month, which is just a bit more than AUD$50 today. At the same time, I am paying AUD$55 per month for <a href="http://www.swiftdsl.com.au/">Swiftel</a>&#8216;s <a href="http://bc.whirlpool.net.au/bc-isp-calc.cfm?id=129&#38;re=0&#38;p=2258">512kbps/128kbps plan with 4GB download quota</a>. So I am getting one Macca&#8217;s small value meal less every month (<em>not that I need it</em>) for 1/90 of download speed and 1/24 of upload speed &#8211; with a data cap at 4 gigabyte of quota every month that I need to watch for (that is 4,000 megabytes, according to the conversion rate every ISP has agreed upon). No wonder people are making comments about how <em>behind</em> Australia is in terms of broadband telecommunication.</p>
<p>But Australia is not Japan. There are reasons behind the high price of broadband Internet in Australia. Here are my analysis of this issue.</p>
<p>First of all, there are <b>geographical reasons</b> that makes Australia different from the other countries.</p>
<ul>
<li>According to <a href="http://wikipedia.org/wiki/Australia">Wikipedia</a>, Australia has land size of 7,686,850 km<sup>2</sup>. Large land area certainly makes telecommunication infrastructure building expensive. Especially when you started to lay copper/fibre for subscriber lines, every square metre costs. That brings Australians in big disadvantage in comparison with those in Japan, South Korea or Hong Kong.</li>
<li>It is around 11,935 km (7,416 miles) from Sydney to San Francisco, the data hub for Australia and United States. There&#8217;s Pacific Ocean in between, and laying cable in the sea would probably be much more expensive than laying on the dry land. Guess how much money Australian Internet users would have to pay to utilise the <a href="http://www.southerncrosscables.com/">Southern Cross Cable (SXC)</a>? In comparison, Canada pays minimal to exchange data with the states.</li>
</ul>
<p>But why is the United States so important? Because they have the content we want. Here&#8217;s some <b>demographical reasons</b> behind it.</p>
<ul>
<li>The majority of Australians speak and read <a href="http://en2.wikipedia.org/wiki/Australian+English">English</a>. So whenever an Aussie logged onto the web, he/she will most likely download content from a server that provides English content. That means majority of people will exchange packets with an overseas server (most likely in US) over one of few expensive pipes across the Pacific Ocean. That would again drive up the price when these pipes need to be constantly upgraded to cope with ever-increasing traffic. That is why countries in the Eastern Asia are not that worried about their links with the states, because people&#8217;s Internet usage are generally localised, be that Chinese, Japanese or Korean. I have actually used my parents&#8217; ADSL connection to access US contents when I was in Taiwan last year, and the speed was quite disappointing. But not many people over there care.</li>
<li>Australia also has a relatively small population (just a bit over 20 million) for its land size. At the end, telecommunication companies pay a high premium to set up the infrastructure on this big piece of land, but they cannot reap the same amount of reward due to a small population which produces small demand.</li>
<li>Some people argued that Australia is relatively urbanised &#8211; majority of people are living in the major metro cities &#8211; therefore the infrastructural cost might not be that huge due to concentrated population. However, it does not mean that there is <em>no one</em> living in the rural side of the state. What would these people say if Telstra decided not to enable their phone exchange with DSL support? Those regional infrastructural building will continue to cost more than reap, but on the other hand they are still necessary.</li>
</ul>
<p>Talking about the <b>economical reasons</b>, supply and demand &#8211; which one usually comes first? Should there be good supply if there isn&#8217;t enough demand?</p>
<ul>
<li>Broadband in Australia are still considered as an item of <em>luxury</em> than <em>commodity</em>. Most people I know (which are mostly university students) don&#8217;t have broadband Internet at home. They simply find no need for it. A dial up is enough for them to do emailing, Internet banking and weather checking. Most people certainly won&#8217;t download more than a gigabyte of data in a month, and there is just no demand for a fatter pipe for them. Price stays high when the demand stays low&#8230;</li>
<li>But is broadband that expensive? Considering <a href="http://bc.whirlpool.net.au/bc-isp-calc.cfm?id=129&#38;re=0&#38;p=2253">AUD$39/month 256kbps/64kbps 1GB plan</a> is not that much more expensive than a $20/month &#8220;unlimited&#8221; dial up account when you factor in call costs (at 17-25 cents per call), blocking the line while dialling in, better speed, etc. After all, $39 pm is what people paid for those &#8220;unlimited&#8221; dial ups 4-5 years ago anyway. However, the set up cost is another matter. It is something costs virtually <em>nil</em> on dial up plans that would set you back hundreds of dollars on ADSL. You need to pay at least <b>$150</b> initial cost to get your line connected + a budget DSL modem. That is just one reason why some people I know get scared off ADSL broadband.</li>
</ul>
<p>There got to be some other reasons &#8211; what about the market monopoly? What about the government?</p>
<ul>
<li>Yes. Telstra still owns most of the phone exchanges across Australia, and it is the <a href="http://www.telstrawholesale.com.au/">Telstra Wholesale</a> that sets the pricing for down stream ISPs. They are in the monopoly situation &#8211; but funny that the &#8220;competition&#8221; cannot give us more competitive pricing to break down the monopoly. <a href="http://broadbandsales.optusnet.com.au/">Optus Cable</a>? DSLAM roll out by <a href="http://adsl.internode.on.au/">Internode</a> and <a href="http://www.iinet.net.au/">iiNet</a>? Other DSL providers like <a href="http://www.xyzed.com.au/">XYZed</a>? Maybe the infrastructural cost is <em>really</em> that high.</li>
<li>Wouldn&#8217;t government stands up and grants telecommunication companies some &#8220;fund&#8221; to improve the infrastructure? Would you do it if you are John Howard? Would you vote for the party that slams tax payers&#8217; money to telecoms infrastructure? Who would it benefit, from an average tax payer&#8217;s point of view, other than enabling his 13 year old son to download the warez at 10x the speed? There are other areas that need funding &#8211; health system and education just to name two. Considering our Johnny boy might attempt to lower the income tax rate for the up-coming election. Spending money on telecoms infrastructure? Maybe not.</li>
</ul>
<p>But at the end, is broadband in Australia really that <em>expensive</em>? Well, yes it is relatively expensive. Affordable? Affirmative &#8211; it is still affordable by the general public I think. We do need the public to be aware of the benefit and actually subscribe to it, so hopefully the price will come down gradually when the demand picks up.</p>
<p>Moreover, many broadband ISP in Australia offers extra features to compensate lack of bandwidth, like virus/spam filtering, static IP address, and users are free to host servers/P2P services on their boxes, which I think might be rare on the other side of Pacific.</p>
<p>At the end of day, I would like my broadband access to be cheaper, faster and more reliable. But I do already enjoy what I have got at the moment, and hopefully the future is going to be better.</p>
<p><b>Update 11 Jan 2004</b>: Slashdot ran a interesting story on <a href="http://slashdot.org/article.pl?sid=04/01/10/2050232">broadband pricing across the world</a>, and people in different countries reported how much they have paid for their DSL/Cable access. I reckoned Australia is <em>okay</em> regarding to the cost of <em>access</em>, but expensive comparatively in traffic cost, as most overseas ISPs provide a flatrate pricing.</p>
]]></content:encoded>
			<wfw:commentRss>http://scott.yang.id.au/2004/01/why-is-broadband-expensive-in-australia/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>

