<?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>Tech Debug &#187; internet</title>
	<atom:link href="http://techdebug.com/blog/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://techdebug.com</link>
	<description>My tech thoughts put out on the blogosphere</description>
	<lastBuildDate>Thu, 14 Jan 2010 01:42:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Snow Leopard: WWAN using Merlin XU870 ExpressCard</title>
		<link>http://techdebug.com/blog/2009/09/02/snow-leopard-wwan-using-merlin-xu870-expresscard/</link>
		<comments>http://techdebug.com/blog/2009/09/02/snow-leopard-wwan-using-merlin-xu870-expresscard/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 12:20:32 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[WWAN]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[three broadband]]></category>
		<category><![CDATA[xu870]]></category>

		<guid isPermaLink="false">http://techdebug.com/?p=550</guid>
		<description><![CDATA[This is the same issue I&#8217;ve posted on a couple of forums. It&#8217;s seemed detailed enough to be a blog post, so here it is. Under 10.5.8 (Leopard) I was successfully using my Merlin XU870 ExpressCard (supplied by ISP) with Three Broadband (3) in Australia. I did not use the 3 drivers, but used the [...]]]></description>
			<content:encoded><![CDATA[<p>This is the same issue I&#8217;ve posted on a couple of forums. It&#8217;s seemed detailed enough to be a blog post, so here it is. Under 10.5.8 (Leopard) I was successfully using my Merlin XU870 ExpressCard (supplied by ISP) with Three Broadband (3) in Australia. I did not use the 3 drivers, but used the Leopard WWAN built-in to connect. There was never an issue as Leopard detected the card as a &#8220;Novatel Wireless HSDPA Modem&#8221;, and I configured the Network Advanced settings for 3 postpaid services as:</p>
<ul>
<li>Vendor: Novatel Wireless Inc.</li>
<li>Model: GSM</li>
<li>APN: 3netaccess</li>
<li>CID: 1</li>
</ul>
<p>
I installed Snow Leopard as an Upgrade (not a fresh install) after having a CCC backup and a Time machine backup in place.<br />
<br />
When I plugged in my 3 expresscard, 10.6 detects the card, initialises and populates the WWAN icon with &#8220;Telstra 3G: Not Configured&#8221;.<br />
<img src="http://s375.photobucket.com/albums/oo195/lantrix/apple/wwan01.png" alt="Screenshot 1"/><br />
It detects the card as a &#8220;Novatel Wireless HSDPA Modem&#8221;, and automatically configures the Network Advanced settings of the card, as shown:<br />
<img src="http://s375.photobucket.com/albums/oo195/lantrix/apple/wwan02.png" alt="Screenshot 2"/><br />
The question is: Why is the APN <em>telstra.datapack</em> setup as default?<br />
<br />
I am able to <b>change the APN to <em>3netaccess</em></b>, which results in a successful connection to 3:<br />
<code>Wed Sep  2 15:38:25 2009 : Initializing phone: ATE0V1&#038;F&#038;D2&#038;C1S0=0<br />
Wed Sep  2 15:38:25 2009 : Initializing PDP context: AT+CGDCONT=1,"IP","3netaccess"<br />
Wed Sep  2 15:38:25 2009 : Initializing with secondary command: AT$NWPDN=0<br />
Wed Sep  2 15:38:25 2009 : Dialing: ATD*99***1<a href="http://search.twitter.com/search?q=%23" class="tweet-hashtag">#</a><br />
Wed Sep  2 15:38:25 2009 : Waiting for connection<br />
Wed Sep  2 15:38:25 2009 : Connection established<br />
Wed Sep  2 15:38:28 2009 : Serial connection established.<br />
Wed Sep  2 15:38:28 2009 : Using interface ppp0<br />
Wed Sep  2 15:38:28 2009 : Connect: ppp0 &lt;--&gt; /dev/cu.wwan<br />
Wed Sep  2 15:38:32 2009 : Could not determine remote IP address: defaulting to 10.64.***.***<br />
Wed Sep  2 15:38:32 2009 : local  IP address 115.130.***.***<br />
Wed Sep  2 15:38:32 2009 : remote IP address 10.64.***.***<br />
Wed Sep  2 15:38:32 2009 : primary   DNS address 202.124.68.182<br />
Wed Sep  2 15:38:32 2009 : secondary DNS address 202.124.65.22</code></p>
<p>The <b>annoying thing is the WWAN menu still shows Telstra</b> when connected.<br />
<img src="http://s375.photobucket.com/albums/oo195/lantrix/apple/wwan03.png" alt="Screenshot 3"/><br />
<br />
Looking at the WWAN system file:<br />
<code>cd /System/Library/Extensions/IOSerialFamily.kext/\<br />
Contents/PlugIns/AppleWWANSupport.kext/Contents/\<br />
Resources/<br />
less countryCodes.plist</code><br />
it has only Telstra, Optus and Vodafone carriers listed. I think this could be the cause of the default APN being populated in the Advanced settings. I can&#8217;t find where the &#8220;Telstra 3G&#8221; in the WWAN menu item is coming from though.<br />
<br />
I&#8217;d appreciate if anyone can give their thoughts on how to fix this.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2009/09/02/snow-leopard-wwan-using-merlin-xu870-expresscard/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Maps Australia to use Yellow Pages</title>
		<link>http://techdebug.com/blog/2008/11/05/google-maps-australia-to-use-yellow-pages/</link>
		<comments>http://techdebug.com/blog/2008/11/05/google-maps-australia-to-use-yellow-pages/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 20:57:05 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[sensis]]></category>
		<category><![CDATA[telstra]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/11/05/google-maps-australia-to-use-yellow-pages/</guid>
		<description><![CDATA[In a move that is a win for the end user, Sensis and Google have signed a commercial agreement to allow users to find Yellow (previously known as Yellow Pages) business listings on Google Maps.
â€œThe agreement means Yellowâ„¢ advertisers can now potentially be found by more customers than ever before. They can be found in [...]]]></description>
			<content:encoded><![CDATA[<p>In a move that is a win for the end user, Sensis and Google have signed a commercial agreement to allow users to find <a href="http://www.yellowpages.com.au/">Yellow</a> (previously known as Yellow Pages) business listings on Google Maps.</p>
<blockquote><p>â€œThe agreement means Yellowâ„¢ advertisers can now potentially be found by more customers than ever before. They can be found in our print and online directories, over the phone, in a growing range of satellite navigation devices, on mobile phones, on search engines and on online mapping sites, which now includes the popular Google Mapsâ€</p></blockquote>
<p>Currently Google Maps in Australia uses the True Local business listings. Whilst there is nothing wrong with this, it misses out on the businesses who traditionally list on Yellow Pages.</p>
<p>In Australia it is considered a must to list your business using Yellow Pages since these are printed yearly and a copy delivered to every household (being regionally specific). The businesses who already list will automatically gain the benefit and not be charged any additional fees to appear on Google maps. With the rise of mobile devices using Google maps, such as the iPhone, the end user and the business both benefit from on the spot, realtime, and often locational based business searches.</p>
<p>The use of the <a href="http://www.about.sensis.com.au/news/media_releases/mediaRelease.php?id=20081103">business listings commences</a> in the first Quarter of 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/11/05/google-maps-australia-to-use-yellow-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bigpond (Telstra) start selling MP3 Music</title>
		<link>http://techdebug.com/blog/2008/08/13/bigpond-telstra-start-selling-mp3-music/</link>
		<comments>http://techdebug.com/blog/2008/08/13/bigpond-telstra-start-selling-mp3-music/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 01:55:23 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[bigpond]]></category>
		<category><![CDATA[digital rights management]]></category>
		<category><![CDATA[drm]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[telstra]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/08/13/bigpond-telstra-start-selling-mp3-music/</guid>
		<description><![CDATA[A big surprise is an announcement today that Bigpond Music (A Telstra owned service) has from today started offering tracks in MP3 format. This is a move away from the DRM windows media format that all their songs were sold as.
When Bigpond started offering music sales a few years ago I was an early adopter [...]]]></description>
			<content:encoded><![CDATA[<p>A big surprise is an announcement today that Bigpond Music (A Telstra owned service) has from today started offering tracks in <a href="http://en.wikipedia.org/wiki/Mp3">MP3</a> format. This is a move away from the <a href="http://en.wikipedia.org/wiki/Digital_rights_management">DRM</a> windows media format that all their songs were sold as.</p>
<p>When Bigpond started offering music sales a few years ago I was an early adopter and purchased music from their offerings. However it soon became obvious that the windows media DRM was a difficult beast to deal with. Windows users know only too well the pain of having to rebuild/reinstall a bloated operating system; the licensing for the Bigpond music files where often lost if you rebuilt windows and did NOT backup your <a href="http://en.wikipedia.org/wiki/Digital_rights_management">DRM</a> licences.</p>
<p>So I took the lesser of two evils and signed up to the Apple iTunes Music Store (iTMS), where although under a DRM system the licencing was more relaxed (5 Computers, unlimited iPods, burn to CD). Apple, specifically Steve Jobs, <a href="http://www.apple.com/hotnews/thoughtsonmusic/">wrote about</a> the restrictiveness that is Digital Rights Management, and soon thereafter started offering MP3 downloads. It took the music studios to start understanding the whole premise that <a href="http://en.wikipedia.org/wiki/Digital_rights_management">DRM</a> was not where the future lay.</p>
<p>Fast forward to August 2008, and today Telstra&#8217;s Now We Are Talking site has <a href="http://www.nowwearetalking.com.au/news/bigpond-turns-up-mp3-downloads">announced</a> that MP3s are now on offer from Bigpond Music. Not only are they now DRM free, but they encode at a <em>minimum</em> of <strong>256Kbps and up to 320Kbps</strong> for their audio tracks. For the end user this means close to if not indistinguishable from CD audio quality. The procrastinators I know who have shunned digital music no longer have an excuse to legally purchase their music.</p>
<p> <img src='http://techdebug.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>Pricing is the same as the iTMS being AUD$1.69 per track</strong> and a similar price for albums. Downloads for Bigpond internet customers are also uncharged for data usage. A double bonus for some.</p>
<p>While I think purchasing music in this fashion is a good thing for the end user; if you care about the artists you should consider <a href="http://magnatune.com/compare_plans">Magnatune</a>. You wont find the latest top 10 tracks there but you will find fantastic music where the artist gets a large amount of the purchase price. They also allow you to pay an amount you choose for an album, or sign up for monthly unlimited downloads and streaming.</p>
<p>You can start purchasing MP3 music from Bigpond Music <a href="http://bigpondmusic.com/mp3/">right away</a>. Although it is not the entire catalogue for now, this is a correct step for Telstra in the right direction. Music sales figures do not lie!</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/08/13/bigpond-telstra-start-selling-mp3-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail goes to 7GB</title>
		<link>http://techdebug.com/blog/2008/08/07/gmail-goes-to-7gb/</link>
		<comments>http://techdebug.com/blog/2008/08/07/gmail-goes-to-7gb/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 02:09:17 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[7gb]]></category>
		<category><![CDATA[gmail]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/08/07/gmail-goes-to-7gb/</guid>
		<description><![CDATA[Logging into Gmail today and I note: You are currently using 885 MB (12%) of your 7005 MB. 7GB is a massive amount of email to offer for free, and it is only the next point in their ever growing offering.
In comparison, Windows live (aka hotmail) currently offers 5GB when you login into their product.
The [...]]]></description>
			<content:encoded><![CDATA[<p>Logging into Gmail today and I note: <strong>You are currently using 885 MB (12%) of your <em>7005 MB</em></strong>. 7GB is a massive amount of email to offer for free, and it is only the next point in their ever growing offering.</p>
<p>In comparison, Windows live (aka hotmail) currently offers 5GB when you login into their product.</p>
<p>The counter on the gmail login page shows <strong>Over 7005.197177 megabytes (and counting) of free storage so you&#8217;ll never need to delete another message.</strong> Well they are right there&#8230;.. I don&#8217;t need to delete anything at this time &#8211; and probably never will.</p>
<p>The conspiracy theorist in me wonders what it means to have your entire archive of communications stored in one place. Who can really access that 7 GigaBytes of mail, on US based servers in the current world climate.</p>
<p>The geek in me says &#8220;Its not really 7GB yet! GibiBytes people &#8211; <a href="http://en.wikipedia.org/wiki/Binary_numeral_system">Base-2</a>!!!&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/08/07/gmail-goes-to-7gb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Podiobooks</title>
		<link>http://techdebug.com/blog/2008/08/02/podiobooks/</link>
		<comments>http://techdebug.com/blog/2008/08/02/podiobooks/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 15:51:45 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[evo]]></category>
		<category><![CDATA[jc hutchins]]></category>
		<category><![CDATA[podiobook]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/08/02/podiobooks/</guid>
		<description><![CDATA[
A Podiobook is an Audiobook delivered via a podcast. Evo Terra coined the phrase back in 2005 when podcasting was in its infancy. 2005 you say? Well sometimes I take a bit of time to come around to something good.
I&#8217;ve started listening to my first one. Descent &#8211; Book one of the 7th Son series [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.podiobooks.com/title/7th-son-book-one---descent/"><img style="float: right; margin-bottom: 10px; margin-left: 10px"src="http://www.podiobooks.com/images/covers/7son_cover.jpg" alt="7th Son - Book 1" /></a></p>
<p>A Podiobook is an Audiobook delivered via a podcast. Evo Terra <a href="http://www.dragonpage.com/2005/04/11/lets-call-them-podiobooks/">coined the phrase</a> back in 2005 when podcasting was in its infancy. 2005 you say? Well sometimes I take a bit of time to come around to something good.</p>
<p>I&#8217;ve started listening to my first one. <a href="http://www.podiobooks.com/title/7th-son-book-one---descent/feed/">Descent &#8211; Book one of the 7th Son</a> series by J.C. Hutchins (click through on that link to start listening to it as well).
</p>
<p>The cool thing about this is when you sign up (instead of just subscribing to the feed I linked above) you can actually set how often the audio chapters get released to you. One a day or longer &#8211; and best of all it is Free!!! Well if you like the book you can and should donate an amount to <a href="http://podiobooks.com">podiobooks</a>, and the author will get 75% of your donation.</p>
<p>Stuck on a train 3 hours a day? Run out of podcasts? Sick of your Music? Try a Podiobook.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/08/02/podiobooks/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Server Migration complete</title>
		<link>http://techdebug.com/blog/2008/07/06/server-migration-complete/</link>
		<comments>http://techdebug.com/blog/2008/07/06/server-migration-complete/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 12:29:58 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/07/06/server-migration-complete/</guid>
		<description><![CDATA[I&#8217;ve had an on/off outage for most of the past 4 days, so to avoid hassles I put the site into maintenance mode.
I&#8217;ve actually had to decommission my 19&#8243; server rack and the multiple servers I had for Tech Debug. There was a DNS server, kerberos, Database and web server. All the separate functions are [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had an on/off outage for most of the past 4 days, so to avoid hassles I put the site into maintenance mode.</p>
<p>I&#8217;ve actually had to decommission my 19&#8243; server rack and the multiple servers I had for Tech Debug. There was a DNS server, kerberos, Database and web server. All the separate functions are now hosted on one OpenBSD VM that I&#8217;ve built recently. It&#8217;s running on the only remaining &#8220;non-laptop&#8221; left in my residence, which runs 24&#215;7.</p>
<p>The only delay in getting back online in the last 48 hours was the MySQL data export and import. It&#8217;s a bit convoluted, and not documented in entirely one place on the MySQL documentation site (backup <a href="http://dev.mysql.com/doc/refman/5.0/en/backup.html">here</a>, restore <a href="http://dev.mysql.com/doc/refman/5.0/en/mysqlimport.html">here</a>), however once done once it will be easy to repeat. I still like the simplicity of PostgreSQL administration. Specifically the backup and restore:</p>
<p>Backup:<br />
<code>pg_dumpall > savefile.dump</code><br />
Restore:<br />
<code>psql -f savefile.dump postgres</code></p>
<p>Well, there are some prep steps you should do; but it is all in <a href="http://www.postgresql.org/docs/8.1/static/backup.html">one place</a> on their documentation page.</p>
<p>Let me know how the site performs on the VM.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/07/06/server-migration-complete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Wordpress plugin &#8211; Autolink to Username</title>
		<link>http://techdebug.com/blog/2008/07/01/twitter-wordpress-plugin-autolink-to-username/</link>
		<comments>http://techdebug.com/blog/2008/07/01/twitter-wordpress-plugin-autolink-to-username/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 13:59:01 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[2.3]]></category>
		<category><![CDATA[2.7.1]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[username]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/07/02/twitter-wordpress-plugin-autolink-to-username/</guid>
		<description><![CDATA[
Seeing as it is International Wordpress Day, I&#8217;ve written a new Wordpress plugin that auto links a twitter at username (like @lantrix) in a post automatically.
Developed initally on Wordpress 2.3, it has successfully been tested on Wordpress 2.7.1.
Most of the other plugins out there either did this only in their &#8220;badge&#8221; or &#8220;widget&#8221; or where [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com" title="Twitter: What are you doing?"><img style="float: right; margin-bottom: 10px; margin-left: 10px" src="http://techdebug.com/wp-content/uploads/2007/10/twitter-logo.png" alt="Twitter Logo" height="49" width="210"/></a></p>
<p class="snap_noshots">Seeing as it is International Wordpress Day, I&#8217;ve written a new Wordpress plugin that auto links a twitter at username (like <a href="http://twitter.com/lantrix" class="tweet-username">@lantrix</a>) in a post automatically.</p>
<p>Developed initally on Wordpress 2.3, it has successfully been tested on Wordpress 2.7.1.</p>
<p>Most of the other plugins out there either did this only in their &#8220;badge&#8221; or &#8220;widget&#8221; or where too full featured. This is a simple and quick plugin to get links in place to twitter people for the lazy blogger.</p>
<p>Visit my <a href="http://techdebug.com/wordpress-plugins/tweet/">plugin page</a>, give it a try and let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/07/01/twitter-wordpress-plugin-autolink-to-username/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Great Firewall of China gone?</title>
		<link>http://techdebug.com/blog/2008/06/02/great-firewall-of-china-gone/</link>
		<comments>http://techdebug.com/blog/2008/06/02/great-firewall-of-china-gone/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 14:25:45 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/06/02/great-firewall-of-china-gone/</guid>
		<description><![CDATA[An friend of mine who lives in China recently wrote to me and said &#8220;guess what.. the great firewall of China seems to be gone&#8230;&#8221; My friend advised that you can read anything you like.
An example of this is the UK BBC news site, who a few months ago reported that their English site is [...]]]></description>
			<content:encoded><![CDATA[<p>An friend of mine who lives in China recently wrote to me and said &#8220;guess what.. the great firewall of China seems to be gone&#8230;&#8221; My friend advised that you can read anything you like.</p>
<p>An example of this is the UK BBC news site, who a few months ago <a href="http://news.bbc.co.uk/2/hi/asia-pacific/7312240.stm" title="BBC NEWS | Asia-Pacific | BBC website 'unblocked in China'">reported</a> that their English site is available inside China for first time in a decade; but the point of interest is that the <a href="http://news.bbc.co.uk/chinese/simp/hi/default.stm" title="BBC ä¸­æ–‡ç½‘ | ä¸­æ–‡ç½‘ä¸»é¡µ">BBC Chinese site</a> is also available for use within China.</p>
<p>A quick search, by my friend from within China, for <a href="http://newssearch.bbc.co.uk/cgi-bin/search/results.pl?tab=chinesesimp&amp;scope=chinesesimp&amp;order=sortboth&amp;threshold=50&amp;q=tiananmen&amp;go.x=0&amp;go.y=0&amp;go=go" title="BBC NEWS - Search Results For tiananmen">tiananmen</a>, <a href="http://newssearch.bbc.co.uk/cgi-bin/search/results.pl?order=sortboth&amp;q=dalai+lama&amp;x=0&amp;y=0&amp;scope=chinesesimp&amp;tab=chinesesimp" title="BBC NEWS - Search Results For dalai lama">dalai lama</a> and <a href="http://newssearch.bbc.co.uk/cgi-bin/search/results.pl?order=sortboth&amp;q=taiwan&amp;x=0&amp;y=0&amp;scope=chinesesimp&amp;tab=chinesesimp" title="BBC NEWS - Search Results For taiwan">taiwan</a> yields links to articles that seems to make it evident that the so called <a href="http://news.bbc.co.uk/2/hi/technology/2234154.stm" title="BBC NEWS | Technology | Behind China's internet Red Firewall">Red Firewall</a> doesn&#8217;t reset connections anymore.</p>
<p>Is this a show to the world that China is no longer the perceived oppressor of their own peoples right to information? A way to &#8220;shake-hands&#8221; with the world before the upcoming Olympics? This possible change in policy or network filtering <a href="http://www.greatfirewallofchina.org/" title="Great Firewall of China | Home">may re-enable other people</a> to test the status of the filtering once again.</p>
<p>Whether it will stay that way permanently remains to be seen.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/06/02/great-firewall-of-china-gone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wikipedia Article creates Circular references</title>
		<link>http://techdebug.com/blog/2008/04/19/wikipedia-article-creates-circular-references/</link>
		<comments>http://techdebug.com/blog/2008/04/19/wikipedia-article-creates-circular-references/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 12:57:33 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[actor]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[circular]]></category>
		<category><![CDATA[financial sector]]></category>
		<category><![CDATA[references]]></category>
		<category><![CDATA[sacha baron cohen]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/04/19/wikipedia-article-creates-circular-references/</guid>
		<description><![CDATA[A recent post on SlashDot quotes an IT professor saying:
People are unwittingly trusting the information they find on Wikipedia, yet experience has shown it can be wrong, incomplete, biased, or misleading
After reading this, I thought it was time to write about a something I found that backs this up. An anonymous user added information about [...]]]></description>
			<content:encoded><![CDATA[<p>A recent <a href="http://tech.slashdot.org/article.pl?sid=08/04/14/1220243">post</a> on SlashDot quotes an IT professor saying:</p>
<blockquote><p>People are unwittingly trusting the information they find on Wikipedia, yet experience has shown it can be wrong, incomplete, biased, or misleading</p></blockquote>
<p>After reading this, I thought it was time to write about a something I found that backs this up. An <a href="http://en.wikipedia.org/wiki/Special:Contributions/211.26.151.10">anonymous user</a> added information about Sacha Baron Cohen (known onscreen as Ali G.) to Wikipedia on <a href="http://en.wikipedia.org/w/index.php?title=Sacha_Baron_Cohen&#038;diff=prev&#038;oldid=87679263">November the 14th 2006</a>. This entry added information about Baron Cohen working for investment bank Goldman Sachs prior to becoming famous as an actor.</p>
<p>Three days later, on November the 17th 2006 an <a href="http://www.independent.co.uk/news/uk/this-britain/baron-cohen-comes-out-of-character-to-defend-borat-424656.html">article appeared</a> in the Independent with the same information. The article included Baron Cohen&#8217;s career information almost as a footnote, at the end of the article &#8211; <i>possibly</i> using Wikipedia as the source of his &#8220;Goldman Sachs&#8221; career and other family information.</p>
<p>On November the 21st 2006 a <em>second</em> anonymous user <a href="http://en.wikipedia.org/w/index.php?title=Sacha_Baron_Cohen&#038;diff=89288374&#038;oldid=89241519">added information</a> to the Wikipedia entry on Baron Cohen that his early career included work at not only Goldman Sachs, but JP Morgan. Doing a lookup on this users IP address <a href="http://ws.arin.net/whois/?queryinput=170.148.10.21">shows</a> that it <strong>belongs to an address block allocated to JP Morgan Chase &#038; Co</strong>! Someone at the company either new it to be true &#8211; or didn&#8217;t like the fact that he had been listed as working at a rival company; showing this addition as a potential <a href="http://en.wikipedia.org/wiki/One-upmanship">one-upmanship</a> entry.</p>
<p>A number of months later, a wikipedian actually did his homework, and on the 23rd February 2007 <a href="http://en.wikipedia.org/w/index.php?title=Sacha_Baron_Cohen&#038;diff=110296890&#038;oldid=110296405">removed</a> the bogus career information stating:</p>
<blockquote><p>remove Goldman Sacks career as it is not mentioned in the Rolling Stone interview or anywhere else I can find</p></blockquote>
<p><em>But it was too late.</em> From 2007 onwards the Wikipedia entry detailing his career has been modified in an on again off again fashion. As of April 2008, the Independent and the <a href="http://www.guardian.co.uk/business/2007/oct/02/usnews.useconomy">Guardian</a> <del datetime="2008-04-20T06:43:08+00:00">are now used</del> where still used (but have since been <a href="http://en.wikipedia.org/w/index.php?title=Sacha_Baron_Cohen&#038;diff=206709326&#038;oldid=206561181">removed</a> and <a href="http://en.wikipedia.org/wiki/Talk:Sacha_Baron_Cohen#Independent.2FForbes.2FGuardian_articles_mentioning_Goldman_Sachs">discussed</a>) as the source of the information &#8211; external references that exist outside Wikipedia &#8211; albeit written after the initial entry to Wikipedia. Since Wikipedia <del datetime="2008-04-20T06:57:20+00:00">references</del> used to referenced these articles as the source for this career move from investment banking to acting; it&#8217;s deemed permanent information.</p>
<p>The anonymous Wikipedia entries appear to have been &#8220;jokes&#8221;, or methods of associating famous people with a company &#8211; by financial industry insiders. Not only in the case of the initial change on 14 November, but also in the additional change by someone at JP Morgan on the 21st November, and subsequent additions, removals and <a href="http://en.wikipedia.org/w/index.php?title=Sacha_Baron_Cohen&#038;diff=121602201&#038;oldid=121600872">swapping</a> of big-time rival company names from Wikipedia.
</p>
<p>The bottom line is that <strong>NO <em>verifiable</em> information existed anywhere on the internet that Baron Cohen worked for any investment banks (Goldman Sachs or JP Morgan) prior to the 14th November 2006.</strong> The only person that can tell us the truth now is Sacha Baron Cohen himself.</p>
<p>In February <a href="http://en.wikipedia.org/wiki/User_talk:211.26.151.10#Self_referencing_reference_created">I wrote</a> on the user talk page of the first &#8220;prankster&#8221; about this issue, but only recently has an another anonymous user <a href="http://tech.slashdot.org/comments.pl?sid=521670&#038;cid=23103370">commented</a> over at SlashDot on this exact information of the same article &#8211; It could even be the same person who started this as they say:</p>
<blockquote><p>It is now down to the rest of the world to prove that Sacha Baron Cohen DID NOT work for Goldman Sachs.</p></blockquote>
<p>All of these thing show how easy is this to do. But how many other times has this been done? Is it the corporations, insiders or just people who work in related industries having a laugh. <em>I&#8217;ll leave you with this (long) quote from <a href="http://tech.slashdot.org/comments.pl?sid=521670&#038;cid=23103370">anonymous@slashdot</a></em>&#8230;</p>
<blockquote><p>The real Wiki-vandals are the companies, governments and lobby groups of all sorts that flood Wikipedia with their squeaky clean corporate profiles (yes, corporate governments), whipped <a href="http://www.cinemablend.com/technology/Corporations-Get-Caught-Getting-Wiki-With-It-5903.html">straight</a> from their websites &#8230; These entities are the true threat to the laudable goal of Wikipedia to provide a freely accessible forum for the production and storage of (hopefully well-referenced) articles for the masses and a forum that does not restrict the privilege of contribution to those that have jumped through the all the right hoops. &#8230; The printed word is no more reliable than the plasma. Lies may be propagated on Wikipedia, but not without debate. Politicians spouting their sludge find their propaganda sitting side-by-side with those that <a href="http://www.youtube.com/watch?v=e5jtiJPlv4Y">mock them</a>&#8230; If knowing that anything in a Wikipedia article is as likely to be crap as correct, the average reader becomes more vigilant in clicking through to the supporting sources; then Wikipedia has served the purpose of bringing to the masses the healthy skepticism that is, after all, the cornerstone of all academic pursuits.<br />
<strong>Dark eyes look down from ivory towers. Do they cheer or do they fear?</strong></p></blockquote>
<p><strong>Update 20 April</strong>: since I wrote about this, and got <a href="http://news.slashdot.org/article.pl?sid=08/04/19/1452244">slash-dotted</a>, Wikipedian editors (and numerous slash-dotters) have <a href="http://en.wikipedia.org/wiki/Talk:Sacha_Baron_Cohen#Independent.2FForbes.2FGuardian_articles_mentioning_Goldman_Sachs">discussed this</a> entire issue; and the general consensus of the editors is that these two external sources are no longer valid. I think my point was understood. This may only be the tip of the iceberg and it is up to people checking their Wikipedia information to verify first, or remove &#8211; and be conscious of timelines!</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/04/19/wikipedia-article-creates-circular-references/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Telstra ADSL2 upgrade complete</title>
		<link>http://techdebug.com/blog/2008/04/11/telstra-adsl2-upgrade-complete/</link>
		<comments>http://techdebug.com/blog/2008/04/11/telstra-adsl2-upgrade-complete/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 08:29:59 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[adsl2]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[telstra]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/04/11/telstra-adsl2-upgrade-complete/</guid>
		<description><![CDATA[Telstra announced yesterday that their ADSL 2+ (what&#8217;s with the plus?) upgrade has now been completed Australia wide. What does this give the average end user access to? The Telstra PR and discussion site explains:

The ADSL2+ upgrade of 907 telephone exchanges serving 2.4 million homes and businesses announced in February is now complete. This means [...]]]></description>
			<content:encoded><![CDATA[<p>Telstra announced yesterday that their ADSL 2+ (what&#8217;s with the plus?) upgrade has now been completed Australia wide. What does this give the average end user access to? The <a href="http://www.nowwearetalking.com.au/news/telstras-adsl2--upgrades-complete">Telstra PR and discussion site</a> explains:<br />
<img style="float: right; margin-left: 10px; margin-bottom: 10px; margin-top: 10px;" src="http://www.nowwearetalking.com.au/Common/nwat/images/telstra.gif" alt="Telstra Logo" /></p>
<blockquote><p>The ADSL2+ upgrade of 907 telephone exchanges serving 2.4 million homes and businesses announced in February is now complete. This means millions of additional Australian families, businesses, non-profit organisations and government agencies across every state and territory can now enjoy the benefits of high-speed broadband</p></blockquote>
<p>This is a double edged sword. On one side it is a good thing that this increases high speed access to the end user; on the other side its Telstra. Even though I am a Bigpond Cable user, I <strong>would not recommend Bigpond ADSL2 unless it was last resort</strong> &#8211; for a number of reasons;</p>
<ul>
<li>high price for data plans (<a href="http://my.bigpond.com/internetplans/broadband/adsl/plansandoffers/default.jsp">AU$59.95 entry level ADSL2 for 600MB per month</a>!);</li>
<li>uploads count towards your monthly limit; and</li>
<li>if you are not on a shaped (liberty) plan their excess price is AU$150 per <a href="http://en.wikipedia.org/wiki/Gigabyte">GB</a>.</li>
</ul>
<p>These cons mean that a non tech person getting ADSL2 could start of with the entry level 600MB plan, spend a few days surfing YouTube and having clocked up, lets say 1.6<a href="http://en.wikipedia.org/wiki/Gigabyte">GB</a> of usage, would be up for AU$209.95 for their initial monthly cost, on top of installation and hardware costs.</p>
<p>But in some cases this is the only ADSL2 on offer where previously there was none, dialup or very expensive wireless. Before Telstra commenced the turn on they made sure that &#8220;the Government &#8230; made clear it did not consider a compelling case had been made for regulating third-party access to the service&#8221;. Other ISPs <a href="http://whirlpool.net.au/article.cfm/1779">don&#8217;t think so</a>, even though I have to side with Telstra on this one. They are in the money making business for their shareholders. If these networks were to be available for the people, then <i>the government of the day should NOT have sold off Telstra, but left it as a public utility</i>.</p>
<p><strong>Bottom line:</strong> Despite this new capacity and services, <em>cheap, fast broadband</em> is still <a href="http://en.wikipedia.org/wiki/Unobtainium#Late-contemporary_usage">unobtainium</a> in Australia if you don&#8217;t live in a Metropolitan location.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/04/11/telstra-adsl2-upgrade-complete/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
