<?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; tech</title>
	<atom:link href="http://techdebug.com/blog/category/tech/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>iPhone 3GS announced</title>
		<link>http://techdebug.com/blog/2009/06/10/iphone-3gs-announced/</link>
		<comments>http://techdebug.com/blog/2009/06/10/iphone-3gs-announced/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 06:14:33 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[3gs]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[v3.0]]></category>
		<category><![CDATA[wwdc]]></category>

		<guid isPermaLink="false">http://techdebug.com/?p=457</guid>
		<description><![CDATA[The new iPhone 3GS was announced yesterday at WWDC. The main changes are in the hardware. The differences are now:

32GB Option
3 Megapixel camera with autofocus
Video Recording capabilities with upload to Youtube function
Voice Control
Compass

The other new features coming to the iPhone such as:

Cut, Copy &#038; Paste (about time!)
MMS and contact send/receive via SMS
Bluetooth transfer and A2DP [...]]]></description>
			<content:encoded><![CDATA[<p>The new iPhone 3GS was announced yesterday at WWDC. The main changes are in the hardware. The differences are now:</p>
<ul>
<li>32GB Option</li>
<li>3 Megapixel camera with autofocus</li>
<li>Video Recording capabilities with upload to Youtube function</li>
<li>Voice Control</li>
<li>Compass</li>
</ul>
<p>The other new features coming to the iPhone such as:</p>
<ul>
<li>Cut, Copy &#038; Paste (<em>about time!</em>)</li>
<li>MMS and contact send/receive via SMS</li>
<li>Bluetooth transfer and A2DP support</li>
<li>Data tethering to your laptop (USB or Bluetooth)</li>
<li>Spotlight Search</li>
<li>Landscape keyboard across all apps</li>
<li>Voice Memos</li>
</ul>
<p>will be available on the current iPhone 3G, the iPhone 2G and included oin the new 3GS. A free software upgrade to Version 3.0 of the firmware will be ready for download to the public June the 17th.</p>
<p>For the die-hard Apple fanboys, a Quicktime stream of the keynote speech given by Phil Schiller is <a href="http://www.apple.com/quicktime/qtv/wwdc09/">now online</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2009/06/10/iphone-3gs-announced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leopard, Apache2 and MySQL</title>
		<link>http://techdebug.com/blog/2009/05/23/leopard-apache2-and-mysql/</link>
		<comments>http://techdebug.com/blog/2009/05/23/leopard-apache2-and-mysql/#comments</comments>
		<pubDate>Sat, 23 May 2009 12:51:56 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://techdebug.com/?p=401</guid>
		<description><![CDATA[
I&#8217;ve just cloned this blog to a development version on my Macbook Pro. The Mac has Apache2 installed by default, so I just had to get mysql working. 
Downloading MySQL and installing on Leopard is a breeze with the native package.
I migrated my database (dump/restore) and recreated my wordpress user, but still kept getting this [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right; margin-bottom: 10px; margin-left: 10px" alt="MacBook Pro" src="http://images.apple.com/au/macbookpro/images/overview-15inch20090106.jpg" class="alignright" width="222" height="149" /><br />
I&#8217;ve just cloned this blog to a development version on my Macbook Pro. The Mac has Apache2 installed by default, so I just had to get mysql working. </p>
<p>Downloading MySQL and installing on Leopard is a breeze with the <a href="http://dev.mysql.com/doc/refman/5.0/en/mac-os-x-installation.html">native package</a>.</p>
<p>I <a href="http://www.mydigitallife.info/2007/07/21/how-to-backup-and-restore-export-and-import-mysql-databases-tutorial/">migrated</a> my database (dump/restore) and recreated my wordpress user, but still kept getting this error:</p>
<h3>Error establishing a database connection</h3>
<p>The user could log into the database from the console as shown:</p>
<pre>
lantrix@lexx:~ $ mysql -u wordpress -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 19
Server version: 5.1.34 MySQL Community Server (GPL)

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> use wordpress;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> show tables;
+-----------------------------+
| Tables_in_wordpress         |
+-----------------------------+
| sk2_blacklist               |
</pre>
<p>So what is the problem?</p>
<p>Google provides an answer, with a log lived post from My Macinations <a href="http://mymacinations.com/2007/10/28/apache-php-and-mysql-on-leopard/">providing the solution</a>. It&#8217;s all to do with correcting your php.ini with the proper MySQL socket location.</p>
<p>Now, back to testing my new version of the Twitter Tags wordpress plugin. <a href="http://search.twitter.com/search?q=%23hashtags" class="tweet-hashtag">#hashtags</a> now work!</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2009/05/23/leopard-apache2-and-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using your MacBookPro to PXEBoot OpenBSD</title>
		<link>http://techdebug.com/blog/2008/12/08/using-your-macbookpro-to-pxeboot-openbsd/</link>
		<comments>http://techdebug.com/blog/2008/12/08/using-your-macbookpro-to-pxeboot-openbsd/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 16:07:05 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[openbsd]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[pxe]]></category>
		<category><![CDATA[tftp]]></category>

		<guid isPermaLink="false">http://techdebug.com/?p=272</guid>
		<description><![CDATA[This post does not show a successful outcome in case that&#8217;s what you where hoping for.
I was trying to get OpenBSD bootstrapped using the PXEBoot NIC in a server. I decided to use my Mac which has tftp and bootpd installed. This post is quite in depth and technical so if you are game then [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This post does not show a successful outcome in case that&#8217;s what you where hoping for.</strong></p>
<p>I was trying to get OpenBSD bootstrapped using the PXEBoot NIC in a server. I decided to use my Mac which has tftp and bootpd installed. This post is quite in depth and technical so if you are game then read on.<br />
<span id="more-272"></span></p>
<p>The quick and short of it was I turned it all on, and copied my pxeboot image, like this from the Terminal:</p>
<p><code>sudo apachectl start<br />
sudo service tftp start<br />
sudo cp /Library/WebServer/Documents/pub/OpenBSD/4.4/i386/pxeboot  /private/tftpboot/<br />
</code></p>
<p>Then I neeed to setup the bootp server which comes with Internet Sharing. The idea was to add the pxeboot filename needed by OpenBSD (the file copied to tftpboot above) to the bootp (AKA dhcp) server options. The important file here is <em>/etc/bootpd.plist</em>. If this file doesn&#8217;t exist when Internet Sharing starts then bootpd will create it, removing it when it stops. But courtesy of <a href="http://www.jules.fm/Logbook/files/mac_squeezebox_connection_sharing.html">Jules.FM</a> &#8220;if the file already exists when it starts, the Mac will leave it alone and not overwrite or remove it&#8221;. So to add new dhcp options you perform these steps:</p>
<ol>
<li>Start Internet Sharing</li>
<li>Copy the file somewhere safe: &#8220;<code>cp /etc/bootpd.plist /tmp/</code>&#8220;</li>
<li>Stop Internet Sharing</li>
<li>Edit /tmp/bootpd.plist</li>
<li>Add your required options</li>
<li>Copy the file back in place: &#8220;<code>sudo cp /tmp/bootpd.plist /etc/</code>&#8220;</li>
<li>Start Internet Sharing</li>
</ol>
<p>Since the Mac bootpd.plist file has no option for &#8220;filename&#8221; <a href="http://developer.apple.com/documentation/Darwin/Reference/Manpages/man8/bootpd.8.html">documented</a> and since there appears to be a <a href="http://discussions.apple.com/thread.jspa?messageID=6021307&#6021307">bug in the bootpd implementation</a> with respect to supplying dhcp_options I added these <em>data</em> options to the <em>bootpd.plist</em> file:<br />
<code><br />
<key>dhcp_option_66</key><br />
<data><br />
wKgCAQ==<br />
</data><br />
<key>dhcp_option_67</key><br />
<data><br />
cHhlYm9vdA==<br />
</data><br />
<key>dhcp_option_93</key><br />
<data><br />
AA==<br />
</data><br />
</code></p>
<p>In <a href="http://www.networksorcery.com/enp/rfc/rfc2132.txt">RFC2132</a> (Paragraphs 9.4 and 9.5) it specifies that options 66 and 67 are for the tftp server and boot filename. However the bootpd bug meant I had to <a href="http://www.vortex.prodigynet.co.uk/misc/ascii_conv.html">encode</a> the string &#8220;<em>pxeboot</em>&#8221; to hexadecimal &#8220;<em>0&#215;707865626F6F74</em>&#8221; then Base64 <a href="http://hogehoge.tk/tool-i/">encode</a> it being &#8220;<em>cHhlYm9vdA==</em>&#8221; and that is way too time consuming to stuff around and try something else everytime the tftp file retrieval fails.</p>
<p>Don&#8217;t try using the dhcp_option_66 I had either as it is an encoded IP of my tftp server, not yours.</p>
<p>I got it all going, and the MacBookPro worked as planned, but the bootp server offered a filename of &#8220;<em>pxeboot</em>&#8221; and the silly Intel 10/100 card decided to fail due to missing files on the tftp server. Many hours later and I figured I should use a network sniffer instead of trying to turn on tftpd logging.</p>
<p>A packet dump showed \377 or 0xff being appended to the filename by the boot client (intel Nic on remote server) when using tftp to request the file. This made the filename &#8220;<em>pxeboot</em>&#8221; look like &#8220;<em>pxeboot\377</em>&#8221; in <a href="http://www.wireshark.org/">Wireshark&#8217;s</a> view of the packet, as <a href="http://osdir.com/ml/hardware.soekris.technical/2002-06/msg00016.html">discussed here</a> by other pioneers in netbooting.</p>
<p>If I get a full working implementation of dhcpd/tftp/pxe using the Mac &#8211; and actually working independent of the intel nic problem on the server, I&#8217;ll update this entry or write a complete run down.</p>
<p><strong>Don&#8217;t hold your breath though</strong>. I rebuilt the OpenBSD server using bsd.rd (being a ramdisk installation) so my need is no longer a driver.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/12/08/using-your-macbookpro-to-pxeboot-openbsd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Switching to multi-line mode using Textmate Regex</title>
		<link>http://techdebug.com/blog/2008/12/02/switching-to-multi-line-mode-using-textmate-regex/</link>
		<comments>http://techdebug.com/blog/2008/12/02/switching-to-multi-line-mode-using-textmate-regex/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 12:57:53 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[multiline]]></category>
		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/12/02/switching-to-multi-line-mode-using-textmate-regex/</guid>
		<description><![CDATA[So you have a pattern you want to match across multiple lines, and you have a regular expression that matches it.
You will probably be used to doing this in perl like this:
/some.+?stuff/s
or using regex in ruby like this:
/some.+?stuff/m
However you have just started to get used to Textmate as an editor and you see it supports [...]]]></description>
			<content:encoded><![CDATA[<p>So you have a pattern you want to match across multiple lines, and you have a regular expression that matches it.<br />
You will probably be used to doing this in perl like this:<br />
<code>/some.+?stuff/s</code><br />
or using <a href="http://www.regular-expressions.info/ruby.html" title="Ruby Regexp Class - Regular Expressions in Ruby">regex in ruby</a> like this:<br />
<code>/some.+?stuff/m</code><br />
However you have just started to get used to Textmate as an editor and you see it supports regex matching. Why though does it not use /s or /m for multi-line dot matching? The reason is that Textmate uses the Oniguruma regular expression library. Oniguruma requires switching to multi-line mode by using an extended group (?m:) so the dot matches the new line as well. So our pattern would be:<br />
<code>(?m:some.+?stuff)</code><br />
Essentially doing this turns multi-line on for the sub-expression, being <em>some.+?stuff</em><br />
Make sense? I thought not. Read <a href="http://manual.macromates.com/en/regular_expressions" title="TextMate Manual Â» Regular Expressions">on about Textmate Regex</a> for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/12/02/switching-to-multi-line-mode-using-textmate-regex/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>Telstra has rights to Sell iPhone on Australia</title>
		<link>http://techdebug.com/blog/2008/07/01/telstra-has-rights-to-sell-iphone-on-australia/</link>
		<comments>http://techdebug.com/blog/2008/07/01/telstra-has-rights-to-sell-iphone-on-australia/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 06:16:14 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[nextg]]></category>
		<category><![CDATA[telstra]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/07/01/telstra-has-rights-to-sell-iphone-on-australia/</guid>
		<description><![CDATA[Telstra have now announced they will be selling the iPhone as well. According to the Age, since Telstra&#8217;s NextG network covers 99% of the population the iPhone will get good coverage due to it using the 850Mhz 3G frequencies.

Additionally the Age have reported on the pricing Telstra will offer on their bundles:
The cheapest monthly plan [...]]]></description>
			<content:encoded><![CDATA[<p>Telstra have now announced they will be selling the iPhone as well. According to <a href="http://www.theage.com.au/national/telstra-wins-right-to-sell-iphone-20080630-2zbl.html" title="Telstra wins right to sell iPhone  | theage.com.au">the Age</a>, since Telstra&#8217;s NextG network covers 99% of the population the iPhone will get good coverage due to it using the 850Mhz 3G frequencies.</p>
<p><img style="float: right; margin-left: 10px; margin-bottom: 10px; margin-top: 10px;" src='http://techdebug.com/wp-content/uploads/2008/07/450px-iphone_black_bg.thumbnail.JPG' alt='iPhone' /></p>
<p>Additionally the Age have <a href="http://business.theage.com.au/telstras-iphone-entry-upsets-rivals-apple-cart-20080630-2zgg.html" title="Telstra's iPhone entry upsets rivals' apple cart | theage.com.au">reported</a> on the pricing Telstra will offer on their bundles:</p>
<blockquote><p>The cheapest monthly plan will be $30, paying either $279 upfront for an eight-gigabyte iPhone or $399 for a 16Gb model. Customers who do not want to pay upfront could sign up to an $80 plan for the 8Gb model or a $100 plan for the 16Gb model.</p></blockquote>
<p>I&#8217;ll still opting Vodafone for now, but lets see what the Vodafone pricing and data usage policy will be compare to Telstra&#8217;s. If they are almost the same (and I doubt it) it could prompt me to jump carrier. The coverage that NextG have is unrivalled in this country &#8211; but has been pricey to use for data so far. SMH Blogger Adam Turner correctly <a href="http://blogs.smh.com.au/gadgetsonthego/archives/2008/07/telstra_joins_the_iphone_party.html" title="The Sydney Morning Herald Blogs: Gadgets on the Go">speculates</a> that even though the pricing is out, there is no mention of data usage. Don&#8217;t get too hyped about Telstra&#8217;s offering just yet. Despite the fantastic infrastructure they are usually the most expensive.</p>
<p>Just to show I&#8217;m not entirely biased, Telstra are taking pre-registrations at their <a href="http://www.telstra.com.au/iphone/" title="">website</a>. Thanks to <a href="http://twitter.com/IdleThoughts" class="tweet-username">@IdleThoughts</a> for the heads up on this.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/07/01/telstra-has-rights-to-sell-iphone-on-australia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone pre-registration in Australia</title>
		<link>http://techdebug.com/blog/2008/06/12/iphone-pre-registration-in-australia/</link>
		<comments>http://techdebug.com/blog/2008/06/12/iphone-pre-registration-in-australia/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 01:20:39 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/06/12/iphone-pre-registration-in-australia/</guid>
		<description><![CDATA[Apple now have links to two of the major carriers in Australia from their Australian iPhone website. Telstra are, not surprisingly, missing from this list.
My preference is Vodafone so I clicked through and pre-registered with them. You can do so too at their pre-registration page &#8211; and apparently a sales rep will call you back. [...]]]></description>
			<content:encoded><![CDATA[<p>Apple now have links to two of the major carriers in Australia from their <a href="http://www.apple.com/au/iphone/" title="iPhone - Where to Buy - Apple">Australian iPhone website</a>. Telstra are, not surprisingly, missing from this list.</p>
<p>My preference is Vodafone so I clicked through and pre-registered with them. You can do so too at their <a href="http://store.vodafone.com.au/iphone/" title="Vodafone iPhone Pre-registration">pre-registration page</a> &#8211; and apparently a sales rep will call you back. I&#8217;m currently with them on the $79 cap, so I should be able to carry right on and hopefully get the best data plan possible. More details after a Sales person calls me.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/06/12/iphone-pre-registration-in-australia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone supposedly faster on Telstra &#8211; not so</title>
		<link>http://techdebug.com/blog/2008/06/11/iphone-supposedly-faster-on-telstra-not-so/</link>
		<comments>http://techdebug.com/blog/2008/06/11/iphone-supposedly-faster-on-telstra-not-so/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 07:49:44 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/06/11/iphone-supposedly-faster-on-telstra-not-so/</guid>
		<description><![CDATA[Now that we know the 3G iPhone is coming to Australia in July, I was reading back through the pre-announcment 3G rumours to see what where true. Late last month, Afterdawn wrote that according to an anonymous insider, the iPhone will be faster on Telstra by the end of 2008.

If you follow through and read [...]]]></description>
			<content:encoded><![CDATA[<p>Now that we know the 3G iPhone is coming to Australia in July, I was reading back through the pre-announcment 3G rumours to see what where true. Late last month, Afterdawn wrote that according to an anonymous insider, the iPhone will be <a href="http://www.afterdawn.com/news/archive/14234.cfm" title="3G iPhone to have fastest data plan ever on Telstra?">faster on Telstra</a> by the end of 2008.</p>
<p><img style="float: right; margin-left: 10px; margin-bottom: 10px; margin-top: 10px;" src="http://techdebug.com/wp-content/uploads/2008/06/iphone.png" alt="iPhone" height="354" width="170"/></p>
<p>If you follow through and read their referenced article at <a href="http://www.electronista.com/articles/08/05/23/3g.iphone.42mbps/" title="Electronista | 3G iPhone to support 42Mbps on Telstra?">Electronista</a> then the story changes slightly. They state that the iPhone will allegedly support up to 42Mbps by the end of 2008 in Australia (on NextG is inferred) &#8220;<em>according to a senior offical</em>&#8220;.</p>
<p>One more click through to the claim at <a href="http://www.itnews.com.au/News/69987,telstra-to-boost-next-g-speeds-to-21mbps-this-year.aspx" title="Telstra to boost Next G speeds to 21Mbps this year - Telecommunications - iTnews Australia">ITNews</a> and the referenced senior official is actually Sol Trujilo the Telstra CEO; and <strong>the article doesn&#8217;t mention anything about the iPhone</strong>. It is about Telstra offering a HSDPA+ service via their NextG by end of 2008.</p>
<p>The 3G iPhone does actually support the <a href="http://www.telstra.com.au/nextgnetwork/index.htm" title="Next G Network Home - Telstra">NextG</a> frequencies which operate on <a href="http://en.wikipedia.org/wiki/Nextg#Telstra_Mobile" title="Telstra - Wikipedia, the free encyclopedia">850 Mhz</a>. The technical specifications on Apples iPhone <a href="http://www.apple.com/au/iphone/specs.html" title="iPhone - Technical Specifications - Apple">page</a> show that the 3G unit works on UMTS/HSDPA frequencies of 850, 1900 and 2100 MHz. This doesn&#8217;t mean the 3G chipset actually supports these NextG speeds.</p>
<p>Telstra have <a href="http://www.smartcompany.com.au/Free-Articles/The-Briefing/20080611-Will-Telstra-miss-out-on-the-iPhone-frenzy.html" title="Will Telstra miss out on the iPhone frenzy? -">not yet</a> announced the iPhone to be available through them despite Optus and Vodafone issuing press releases intending to carry the phone.</p>
<p>And now we come to the price. Stevie J announced in his <a href="http://events.apple.com.edgesuite.net/0806wdt546x/event/index.html" title="Apple - QuickTime - WWDC 2008 Keynote">Keynote Speech</a> that the price of the 8GB model would not exceed USD$199 even in other countries. That comes in at about <em>AUD$210 for an iPhone 3G 8GB</em> at todays exchange rate. Historically there is a severe markup of 30% or more on products sole in Australia out of the USA, made by Apple.</p>
<p>We will see where there goes in the near future when pricing is actually announced. I&#8217;ll see you all with your new iPhone in July!</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/06/11/iphone-supposedly-faster-on-telstra-not-so/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Site slow due to DNS server failure</title>
		<link>http://techdebug.com/blog/2008/06/01/site-slow-due-to-dns-server-failure/</link>
		<comments>http://techdebug.com/blog/2008/06/01/site-slow-due-to-dns-server-failure/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 13:12:31 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[webhosting]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/06/01/site-slow-due-to-dns-server-failure/</guid>
		<description><![CDATA[The site has been slow recently. I can put this down to the failure of my DNS server. I used an internal caching DNS server for the intranet (where this site is hosted) and it techdebug.com resolves itself internally to a private IP. Whilst the server was off-line I was using an external DNS server, [...]]]></description>
			<content:encoded><![CDATA[<p>The site has been slow recently. I can put this down to the failure of my DNS server. I used an internal caching DNS server for the intranet (where this site is hosted) and it techdebug.com resolves itself internally to a private IP. Whilst the server was off-line I was using an external DNS server, so for the web-server itself apache was resolving the domain name to the external public facing firewall. This meant time-outs and slow pages.</p>
<p>It is all fixed now, and probably time to rebuilt the DNS server up to the latest OpenBSD (Version 4.3).</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/06/01/site-slow-due-to-dns-server-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the iPhone is coming</title>
		<link>http://techdebug.com/blog/2008/05/13/the-iphone-is-coming/</link>
		<comments>http://techdebug.com/blog/2008/05/13/the-iphone-is-coming/#comments</comments>
		<pubDate>Mon, 12 May 2008 14:55:16 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[vodafone]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/05/13/the-iphone-is-coming/</guid>
		<description><![CDATA[I can feel it&#8230;.. Hot on the heels of iPhone release rumours, TUAW post the rumour about iPhone on Vodafone in Australia; and the SMH follow soon thereafter based upon the actual press release from Vodafone.

June is just around the corner and my current Vodafone contract runs out this month. Perfect timing.
The reason I was [...]]]></description>
			<content:encoded><![CDATA[<p>I can feel it&#8230;.. Hot on the heels of iPhone <a href="http://www.smh.com.au/news/technology/3g-iphone-release-imminent/2008/04/03/1206851084530.html">release rumours</a>, TUAW <a href="http://www.tuaw.com/2008/05/07/rumor-australian-iphones-will-be-unlocked/">post the rumour</a> about iPhone on Vodafone in Australia; and the <a href="http://www.smh.com.au/articles/2008/05/06/1209839632618.html">SMH follow</a> soon thereafter based upon the actual <a href="http://www.vodafone.com/start/media_relations/news/group_press_releases/2007/vodafone_to_offer0.html">press release</a> from Vodafone.<br />
<a href="http://www.apple.com/iphone/"><img style="float: right; margin-left: 10px; margin-bottom: 10px; margin-top: 10px; border: 0px" src='http://techdebug.com/wp-content/uploads/2008/01/madeonamac20050720.gif' alt='Made on a Mac' /></a></p>
<p>June is just around the corner and my current Vodafone contract runs out this month. Perfect timing.<br />
The reason I was hoping for Vodafone is this: with a $79 cap, the $500 credit (currently) covers 3G data usage. You pay $1 per 5 minute block out of your cap. Its totally different how Telstra charge: $60 per month on top for data and <a href="http://www.telstra.com.au/mobile/plans/browsing_packs.html">$0.25 per MB</a>.</p>
<p>Since I make about $100 of calls in a month, that&#8217;s $400 of included data in my cap; or 33 constant hours of 3G data. But wouldn&#8217;t it be nice if Vodafone shifted to an untimed/uncounted data plan for the iPhone. That is the ultimate Geek Nirvana.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/05/13/the-iphone-is-coming/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
