<?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; Musings</title>
	<atom:link href="http://techdebug.com/blog/category/musings/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>Fixed iChat AV thru OpenBSD PF Firewall</title>
		<link>http://techdebug.com/blog/2010/01/14/fixed-ichat-av-thru-openbsd-pf-firewall/</link>
		<comments>http://techdebug.com/blog/2010/01/14/fixed-ichat-av-thru-openbsd-pf-firewall/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 01:41:08 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[4.5]]></category>
		<category><![CDATA[NAT]]></category>
		<category><![CDATA[TCP]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[ichat]]></category>
		<category><![CDATA[opebsd]]></category>
		<category><![CDATA[pf]]></category>
		<category><![CDATA[scrub]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2010/01/14/fixed-ichat-av-thru-openbsd-pf-firewall/</guid>
		<description><![CDATA[This has been bugging me for ages, but the fix is so simple.
I use OpenBSD for my router, and have PF (Packet Filter) running the firewall and NAT rules.
I have previously setup the port forwarding, etc. according to Apple, but never could get a successful connection using video or audio (or screen sharing).
After reading a [...]]]></description>
			<content:encoded><![CDATA[<p>This has been bugging me for ages, but the fix is so simple.<br />
I use OpenBSD for my router, and have PF (Packet Filter) running the firewall and NAT rules.</p>
<p>I have previously setup the port forwarding, etc. <a href="http://support.apple.com/kb/HT1507">according to Apple</a>, but never could get a successful connection using video or audio (or screen sharing).</p>
<p>After reading <a href="http://marc.info/?l=openbsd-misc&#038;m=126323736521729&#038;w=2">a post</a> on the OpenBSD misc mailing list I went back and read the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&#038;apropos=0&#038;sektion=0&#038;manpath=OpenBSD+4.5&#038;arch=i386&#038;format=html">OpenBSD 4.5 pf.conf man page</a>.</p>
<p>There is a section of the man page that states (my emphasis):</p>
<blockquote><p>
<i>fragment reassemble</i><br />
Using scrub rules, fragments can be reassembled by normalization.<br />
In this case, fragments are buffered until they form a complete<br />
packet, and only the completed packet is passed on to the filter.<br />
The advantage is that filter rules have to deal only with complete<br />
packets, and can ignore fragments.  The drawback of caching frag-<br />
ments is the additional memory cost.  <strong>But the full reassembly<br />
method is the only method that currently works with NAT.</strong>  This is<br />
the default behavior of a scrub rule if no fragmentation modifier<br />
is supplied.
</p></blockquote>
<p>My scrub settings were such that I was filtering not complete packets, but fragments. The moment I changed the scrub settings to this:<br />
<code><br />
scrub in on $ext_if all fragment reassemble<br />
</code></p>
<p>All worked perfect. I can initiate iChat calls and receive them too. Desktop sharing now works as well. All using Google talk (jabber) in iChat.</p>
<p>Note that in OpenBSD 4.6 or current there have been PF changes, so the wording of the scrub rule may be different. <strong>Always read the pf.conf man page for the release you are on.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2010/01/14/fixed-ichat-av-thru-openbsd-pf-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Migration Complete</title>
		<link>http://techdebug.com/blog/2009/05/20/server-migration-complete-2/</link>
		<comments>http://techdebug.com/blog/2009/05/20/server-migration-complete-2/#comments</comments>
		<pubDate>Tue, 19 May 2009 16:40:44 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[server migration]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2009/05/20/server-migration-complete-2/</guid>
		<description><![CDATA[Thanks for your patience whilst I&#8217;ve been offline, and stick around!
I&#8217;ve moved off a vm infrastructure back to a real server that I&#8217;m in control of.
]]></description>
			<content:encoded><![CDATA[<p>Thanks for your patience whilst I&#8217;ve been offline, and stick around!<br />
I&#8217;ve moved off a vm infrastructure back to a real server that I&#8217;m in control of.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2009/05/20/server-migration-complete-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Translation for the Mac by Kavasoft</title>
		<link>http://techdebug.com/blog/2008/12/05/translation-for-the-mac-by-kavasoft/</link>
		<comments>http://techdebug.com/blog/2008/12/05/translation-for-the-mac-by-kavasoft/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 07:25:25 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[customer service]]></category>
		<category><![CDATA[kavasoft]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://techdebug.com/?p=255</guid>
		<description><![CDATA[About 24 months ago I purchased a version of KavaSoft&#8217;s Translation Service application for the Mac. With the recent move from my old Powerbook to my new MacBookPro the application stopped working. Apparently the licence is tied not just to your purchase but to the computer you installed it on.
As I had used the Apple [...]]]></description>
			<content:encoded><![CDATA[<p>About 24 months ago I purchased a version of KavaSoft&#8217;s Translation Service application for the Mac. With the recent move from my old Powerbook to my new MacBookPro the application stopped working. Apparently the licence is tied not just to your purchase but to the computer you installed it on.</p>
<p>As I had used the Apple migration tool to move everything across to the new laptop, Translation Service stopped working. I dropped an email to the developer and <em>literally got an email response 60 minutes later</em> with an updated licence.</p>
<p>Now that&#8217;s customer service! There is nothing like a Mac application developer to renew your faith in customer service. After dealing with so many large companies for other IT support issues (Telstra I&#8217;m looking at you) &#8211; it is very refreshing to get such a favourable response. I&#8217;m a happy user and can still translate the odd French or Italian comments on flickr photo-streams I look at. </p>
<p>There is an updated version of Translation Services called <a href="http://www.kavasoft.com/KavaServices/">KavaServices which sells for $20</a> and it does a whole lot of other conversion as well. I&#8217;m nothing more than a happy customer. The application is perfect for quick on the fly internet based language translation, and even translate right in the browser. Seen here are before/after shots from a <a href="http://www.flickr.com/photos/valpopando/461198115/in/set-72157600121154943/">flickr photo page</a>.</p>
<p><strong>Before Translation</strong><br />
<img src="http://techdebug.com/wp-content/uploads/2008/12/before.jpg" alt="Before Translation" title="Before Translation" width="389" height="217" class="alignright size-full wp-image-254" /><br />
<strong>After Translation</strong> &#8211; <em>directly in the browser</em>!<br />
<img src="http://techdebug.com/wp-content/uploads/2008/12/after.jpg" alt="After Translation" title="After Translation" width="389" height="217" class="alignleft size-full wp-image-253" /></p>
<p>Thanks Kavasoft for the enjoyable support experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/12/05/translation-for-the-mac-by-kavasoft/feed/</wfw:commentRss>
		<slash:comments>2</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>More Work?</title>
		<link>http://techdebug.com/blog/2008/06/25/more-work/</link>
		<comments>http://techdebug.com/blog/2008/06/25/more-work/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 06:53:05 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[WoW]]></category>
		<category><![CDATA[busy]]></category>
		<category><![CDATA[wc3]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/06/25/more-work/</guid>
		<description><![CDATA[
I&#8217;m not posting much these days since I&#8217;m currently heavily involved in a current development and build effort for a Client. (Solaris platform with Oracle 10g)
All other hours are either commuting, sleeping or playing WoW. Look forward to a number of upcoming posts on Dansguardian SQL logging, OpenBSD and of course Apple and the iPhone.
Zug [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: left; margin-right: 10px; margin-bottom: 10px; margin-top: 10px;" src='http://techdebug.com/wp-content/uploads/2008/06/peon.thumbnail.gif' alt='Zug Zug. Thanks to roirevolution for the image' /></p>
<p>I&#8217;m not posting much these days since I&#8217;m currently heavily involved in a current development and build effort for a Client. (Solaris platform with Oracle 10g)</p>
<p>All other hours are either commuting, sleeping or playing <a href="http://www.worldofwarcraft.com">WoW</a>. Look forward to a number of upcoming posts on Dansguardian SQL logging, OpenBSD and of course Apple and the iPhone.</p>
<p>Zug Zug&#8230;. you <a href="http://www.blizzard.com/us/war3x/">WC3</a> fans will know what I mean.</p>
<p>
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/06/25/more-work/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Little Brother</title>
		<link>http://techdebug.com/blog/2008/05/13/little-brother/</link>
		<comments>http://techdebug.com/blog/2008/05/13/little-brother/#comments</comments>
		<pubDate>Tue, 13 May 2008 02:22:38 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[fiction]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/05/13/little-brother/</guid>
		<description><![CDATA[I just started reading Cory Doctorow&#8217;s Little Brother using one of his ebooks he has relesed under the 	Creative Commons license.
I have to admit that I had never heard of Cory of BoingBoing fame, or his books until I read about them via CelticBear.
As a &#8216;paranoid&#8217; geeked I&#8217;m hooked on Little Brother, and if you [...]]]></description>
			<content:encoded><![CDATA[<p>I just started reading Cory Doctorow&#8217;s <strong>Little Brother</strong> using one of his ebooks he has relesed under the 	Creative Commons license.<br />
I have to admit that I had never heard of Cory of BoingBoing fame, or his books until I read about them <a href='http://www.celticbear.com/weblog/2008/04/22/little-brothers-watching-big-brother-and-bush-hates-literacy/'>via CelticBear</a>.</p>
<p>As a &#8216;paranoid&#8217; geeked I&#8217;m hooked on Little Brother, and if you like tech, geek and drama you should <a href='http://craphound.com/littlebrother/about/'>check it out</a> as well.</p>
<p><strong>Update:</strong> I went to buy a copy from a local bookstore, but it is not released in Australia yet. You can read the <a href="http://craphound.com/littlebrother/download/">ebook</a> or buy it from amazon.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/05/13/little-brother/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coral Content Distributed network</title>
		<link>http://techdebug.com/blog/2008/04/20/coral-distributed-dns-network/</link>
		<comments>http://techdebug.com/blog/2008/04/20/coral-distributed-dns-network/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 11:06:28 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[content distribution]]></category>
		<category><![CDATA[slashdot]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/04/20/coral-distributed-dns-network/</guid>
		<description><![CDATA[Have you ever had your website hit on a topic that people find conflicting? When the site gets viewed by the masses, you need to be prepared. If you have access to modify your web server .htaccess file then go and have a read of the Coral CDN Overview
For those interested in the techie bits, [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever had your website hit on a topic that people find conflicting? When the site gets viewed by the masses, you need to be prepared. If you have access to modify your web server .htaccess file then go and have a read of the <a href="http://www.coralcdn.org/overview/">Coral CDN Overview</a><br />
For those interested in the techie bits, here is my .htaccess for news site flood protection, and to allow CDN to serve up all my site images &#8211; thus offloading from my puny connection the bandwidth burden for images.<br />
<code><br />
<ifmodule mod_rewrite.c><br />
RewriteEngine On<br />
<a href="http://search.twitter.com/search?q=%23prevent" class="tweet-hashtag">#prevent</a> slashdot effect<br />
RewriteCond %{HTTP_USER_AGENT} !^CoralWebPrx<br />
RewriteCond %{HTTP_REFERER} blogspot\.com [NC,OR]<br />
RewriteCond %{HTTP_REFERER} reddit\.com [NC,OR]<br />
RewriteCond %{HTTP_REFERER} digg\.com [NC,OR]<br />
RewriteCond %{HTTP_REFERER} news\.slashdot\.org [NC,OR]<br />
RewriteCond %{HTTP_REFERER} slashdot\.org<br />
RewriteRule ^(.*)$ http://techdebug.com.nyud.net/$1 [R,L]<br />
<a href="http://search.twitter.com/search?q=%23Rewrite" class="tweet-hashtag">#Rewrite</a> images to allow CDN to serve them<br />
RewriteCond %{HTTP_USER_AGENT} !^CoralWebPrx<br />
RewriteRule ^(.*)/(.*\.(gif|png|jpe?g))$ http://techdebug.com.nyud.net/$1/$2 [R,L]<br />
<a href="http://search.twitter.com/search?q=%23Wordpress" class="tweet-hashtag">#Wordpress</a> rewites<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
</ifmodule><br />
</code><br />
mod_rewrite is your <a href="http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html">friend</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/04/20/coral-distributed-dns-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storms and Power outages</title>
		<link>http://techdebug.com/blog/2008/04/03/storms-and-power-outages/</link>
		<comments>http://techdebug.com/blog/2008/04/03/storms-and-power-outages/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 01:57:21 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[outage]]></category>
		<category><![CDATA[power]]></category>
		<category><![CDATA[storm]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/04/03/storms-and-power-outages/</guid>
		<description><![CDATA[We&#8217;ve had some stong winds in Melbourne yesterday. Up to 130 kph!
These winds were good enough to cause a 24 hour extended power outage in my area, meaning my provider had upstream outages and the internet connection was down. Add that to the errant html comment in my last post which made the whole page [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve had some stong winds in Melbourne yesterday. Up to 130 kph!<br />
These winds were good enough to cause a 24 hour extended power outage in my area, meaning my provider had upstream outages and the internet connection was down. Add that to the errant html comment in my last post which made the whole page commented out.<br />
All resolved now. Now what else do I have to debug that is technical?</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/04/03/storms-and-power-outages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free stuff</title>
		<link>http://techdebug.com/blog/2008/03/29/free-stuff/</link>
		<comments>http://techdebug.com/blog/2008/03/29/free-stuff/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 05:12:10 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/03/29/free-stuff/</guid>
		<description><![CDATA[You may have noticed that my last 3 posts were about free software.
I like free stuff. Everyone likes free stuff. Why talk about free stuff?
A friend told me that the reason he enjoys using Open Source (and usually free) apps is he can customise them. He finds it frustrating that when you pay $1K per [...]]]></description>
			<content:encoded><![CDATA[<p>You may have noticed that my last 3 posts were about free software.<br />
I like free stuff. Everyone likes free stuff. Why talk about free stuff?</p>
<p>A <a href="http://90kts.com/blog/?s=open+source">friend told me</a> that the reason he enjoys using Open Source (and usually free) apps is he can customise them. He finds it frustrating that when you pay $1K per seat for an application like <a href="https://h10078.www1.hp.com/cda/hpms/display/main/hpms_home.jsp?zn=bto&#038;cp=1_4011_100&#038;jumpid=hpr_R1002_USEN">Mercury</a> (now owned by HP) that sometimes it just wont do what you need. You either work with the (often times) limited and expensive tool, or you extend the functions using your own coding and software.</p>
<p>You can keep up with 90kts and his Open Source load testing efforts <a href="http://90kts.com/blog/">on his blog</a>.</p>
<p>Everyone likes free stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/03/29/free-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disco burning software updated</title>
		<link>http://techdebug.com/blog/2008/03/02/disco-burning-software-updated/</link>
		<comments>http://techdebug.com/blog/2008/03/02/disco-burning-software-updated/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 15:34:41 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[burning]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[disco.app]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2008/03/02/disco-burning-software-updated/</guid>
		<description><![CDATA[Disco is one of the smartest looking and basic (yet powerful) CD/DVD burning solutions for your Mac. Yesterday it was updated with a maintenance release to V1.0.3, which includes quite a number of fixes for crashing that may have occurred. It has been almost 1 year since the last update so this is welcomed.
Incidentally, the [...]]]></description>
			<content:encoded><![CDATA[<p>Disco is one of the smartest looking and basic (yet powerful) CD/DVD burning solutions for your Mac. Yesterday it was updated with a <a href="http://www.discoapp.com/releasenotes.html">maintenance release to V1.0.3</a>, which includes quite a number of fixes for crashing that may have occurred. It has been almost 1 year since the last update so this is welcomed.</p>
<p>Incidentally, the developer is offering this software for USD$19.95 (and there is a very good USD->AUD exchange rate) for a <a href="http://www.discoapp.com/store/">limited time</a>.<br />
Disco has the following features:</p>
<ul>
<li>Disc spanning &#8211; if the total size of the files you&#8217;re burning is bigger than the disc, it tries to divide them amongst multiple discs</li>
<li>Discography &#8211; it catalogues all the discs you have burnt for quick searching</li>
<li>Multi-session</li>
<li>And a pledge to support Blu-ray as soon as it is available on Macs</li>
</ul>
<p>I&#8217;m not affiliated, just a happy Disco user (Thanks <a href="http://www.macheist.com">Mac-Heist</a>!)</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2008/03/02/disco-burning-software-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
