<?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>Technical analysis of various topics</description>
	<lastBuildDate>Sat, 07 Jan 2012 13:05:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The tale of BizTalk &amp; BPMS</title>
		<link>http://techdebug.com/blog/2011/09/02/the-tale-of-biztalk-bpms/</link>
		<comments>http://techdebug.com/blog/2011/09/02/the-tale-of-biztalk-bpms/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 09:41:28 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[B2B]]></category>
		<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[BPMS]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[ESB]]></category>
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://techdebug.com/?p=830</guid>
		<description><![CDATA[It&#8217;s been a long time since I&#8217;ve posted anything, so here goes. I&#8217;m currently working for a client who wants BizTalk installed as an ESB. They don&#8217;t know why they want it, they just know that they want it. Since they are a Microsoft shop it&#8217;s an assumption on their behalf, but a good one [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long time since I&#8217;ve posted anything, so here goes. I&#8217;m currently working for a client who wants BizTalk installed as an ESB. They don&#8217;t know why they want it, they just know that they want it.</p>
<p>Since they are a Microsoft shop it&#8217;s an assumption on their behalf, but a good one in this case. They are dealing with external agencies who will submit data on a daily basis to be consumed within the organisation. This is BizTalk&#8217;s bread and butter especially in the <a href="http://en.wikipedia.org/wiki/B2B">B2B</a> space. Unfortunately at the moment the client will be accepting data from business partners via manual submission using web forms on Sharepoint 2010.</p>
<p>At least once we get BizTalk in, we can show them how then next phase of operations can automate a number of external business interactions.</p>
<p>One of the other benefits of BizTalk, acting as an Enterprise Service Bus, is for facilitating communications between isolated systems and applications &#8211; allowing one to avoid point to point design when applications integrate.</p>
<p>So the client is, without understanding it, thinking of implementing the start of Service Orientated Architecture.</p>
<p>The only thing that&#8217;s disappointing is this: they understand that BizTalk can orchestrate Business processes across systems, but they still don&#8217;t think of their IT system(s) as one entire <a href="http://en.wikipedia.org/wiki/BPMS">Business Process Management System</a> (BPMS). They have 5 standalone applications at launch, and are aiming to bring on board and integrate up to 15 separate business applications &#8211; most of which will be new.</p>
<p>They talk ITIL, Agile, methodology, and &#8220;Frameworks&#8221; &#8211; but still practice waterfall project management and don&#8217;t understand the <a href="http://en.wikipedia.org/wiki/BPMS#BPM_life-cycle">lifecycle</a> of a true BPMS.</p>
<p>In the end IT delivers not for themselves, but for the Business. The core functions of the Business is what IT is there to facilitate and support. Business and IT departments need to be engaged and working to together right from the start, hopefully with key minds that are visionary enough to deliver a BPMS to support the process of the Business!</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2011/09/02/the-tale-of-biztalk-bpms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to try OpenBSD</title>
		<link>http://techdebug.com/blog/2010/07/04/how-to-try-openbsd/</link>
		<comments>http://techdebug.com/blog/2010/07/04/how-to-try-openbsd/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 16:22:06 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[openbsd]]></category>
		<category><![CDATA[operating system]]></category>

		<guid isPermaLink="false">http://techdebug.com/?p=631</guid>
		<description><![CDATA[Download and try the following OS, and give it a go. OpenBSD v4.7 OpenBSD is a multi-platform 4.4BSD-based UNIX-like operating system, and is fast, simple to install and secure &#8220;out of the box&#8221;. Download installation files Read the Installation guide Read the Frequently Asked Questions A good introductory book for OpenBSD is the &#8220;OpenBSD Command [...]]]></description>
			<content:encoded><![CDATA[<p>Download and try the following OS, and give it a go.</p>
<h3>OpenBSD v4.7</h3>
<p>OpenBSD is a multi-platform 4.4BSD-based UNIX-like operating system, and is fast, simple to install and secure &#8220;out of the box&#8221;.</p>
<ol>
<li><a href="http://www.openbsd.com/ftp.html#http">Download installation files</a></li>
<li>Read the <a href="http://www.openbsd.com/faq/faq4.html">Installation guide</a></li>
<li>Read the <a href="http://www.openbsd.com/faq/index.html">Frequently Asked Questions</a></li>
</ol>
<p>A good introductory book for OpenBSD is the &#8220;<a href="http://www.devguide.net/books/">OpenBSD Command Line Companion</a>&#8221; by Jacek Artymiak. It walks you through an install and an intro to OpenBSD.</p>
<p>Other books on the OS are:</p>
<ul>
<li><a href="http://www.amazon.com/dp/1886411999/?tag=techdebug-20">Absolute OpenBSD: UNIX for the Practical Paranoid</a><img src="http://www.assoc-amazon.com/e/ir?t=techdebug-20&#038;l=as2&#038;o=1&#038;a=1886411999" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></li>
<li><a href="http://www.amazon.com/dp/1593271654/?tag=techdebug-20">The Book of PF: A No-Nonsense Guide to the OpenBSD Firewall</a><img src="http://www.assoc-amazon.com/e/ir?t=techdebug-20&#038;l=as2&#038;o=1&#038;a=1593271654" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2010/07/04/how-to-try-openbsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mantra: backup backup backup backup</title>
		<link>http://techdebug.com/blog/2010/03/16/mantra-backup-backup-backup-backup/</link>
		<comments>http://techdebug.com/blog/2010/03/16/mantra-backup-backup-backup-backup/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 08:00:21 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://techdebug.com/?p=633</guid>
		<description><![CDATA[Someone sent me an email which asked what to do since: one of my external hard drives, the one with EVERYTHING I REALLY, REALLY WANT on it has died]]></description>
			<content:encoded><![CDATA[<p>Someone sent me an email which asked what to do since:</p>
<blockquote><p>
one of my external hard drives, the one with EVERYTHING I REALLY, REALLY WANT on it has died</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2010/03/16/mantra-backup-backup-backup-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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[audio]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[ichat]]></category>
		<category><![CDATA[NAT]]></category>
		<category><![CDATA[opebsd]]></category>
		<category><![CDATA[pf]]></category>
		<category><![CDATA[scrub]]></category>
		<category><![CDATA[TCP]]></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). [...]]]></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 />
<pre><code>
scrub in on $ext_if all fragment reassemble
</code></pre></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 [...]]]></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://cdn.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://cdn.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[internet]]></category>
		<category><![CDATA[Musings]]></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 [...]]]></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 &gt; 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[busy]]></category>
		<category><![CDATA[wc3]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[WoW]]></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 [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: left; margin-right: 10px; margin-bottom: 10px; margin-top: 10px;" src='http://cdn.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 [...]]]></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 <a href="http://www.amazon.com/dp/0765319853/?tag=techdebug-20">amazon</a>.</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 [...]]]></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 />
<pre><code>
&lt;ifmodule mod_rewrite.c&gt;
RewriteEngine On
#prevent slashdot effect
RewriteCond %{HTTP_USER_AGENT} !^CoralWebPrx
RewriteCond %{HTTP_REFERER} blogspot\.com [NC,OR]
RewriteCond %{HTTP_REFERER} reddit\.com [NC,OR]
RewriteCond %{HTTP_REFERER} digg\.com [NC,OR]
RewriteCond %{HTTP_REFERER} news\.slashdot\.org [NC,OR]
RewriteCond %{HTTP_REFERER} slashdot\.org
RewriteRule ^(.*)$ http://techdebug.com.nyud.net/$1 [R,L]
#Rewrite images to allow CDN to serve them
RewriteCond %{HTTP_USER_AGENT} !^CoralWebPrx
RewriteRule ^(.*)/(.*\.(gif|png|jpe?g))$ http://techdebug.com.nyud.net/$1/$2 [R,L]
#Wordpress rewites
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&lt;/ifmodule&gt;
</code></pre><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 [...]]]></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 [...]]]></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, [...]]]></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>
		<item>
		<title>Caffeine drives the Tech World</title>
		<link>http://techdebug.com/blog/2007/12/17/caffeine-drives-the-tech-world/</link>
		<comments>http://techdebug.com/blog/2007/12/17/caffeine-drives-the-tech-world/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 08:31:12 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[caffeine]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2007/12/17/caffeine-drives-the-tech-world/</guid>
		<description><![CDATA[A number of weeks ago I gave up caffeine, and was pretty OK with that. But, I have come to the conclusion that there is a direct correlation with Caffeine and all other things tech, including tech blogging. As you may have noticed if you subscribed to my feed, or read this site, my posts [...]]]></description>
			<content:encoded><![CDATA[<p>A number of weeks ago I gave up caffeine, and was pretty OK with that. But, I have come to the conclusion that there is a direct correlation with Caffeine and all other things tech, including tech blogging.</p>
<p>As you may have noticed if you subscribed to my feed, or read this site, my posts have been minimal.</p>
<p>Yet after having caffeine on the weekend in an energy drink, and subsequently picking up where I left of with <a href="http://www.flickr.com/photos/lantrix/1811779175/">decent illy coffee</a>, I have had the urge to blog again. Nothing tech yet &#8211; but here I am.</p>
<p>I&#8217;m back baby!</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2007/12/17/caffeine-drives-the-tech-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The End of Input Managers and Safari Extensions?</title>
		<link>http://techdebug.com/blog/2007/11/18/the-end-of-input-managers-and-safari-extensions/</link>
		<comments>http://techdebug.com/blog/2007/11/18/the-end-of-input-managers-and-safari-extensions/#comments</comments>
		<pubDate>Sun, 18 Nov 2007 13:18:11 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[Musings]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2007/11/18/the-end-of-input-managers-and-safari-extensions/</guid>
		<description><![CDATA[With the 10.4.11 upgrade came Safari V3. It looks neat, but I started having issues with closing Windows. It turns out the SIMBL input manager that I was using on Safari was conflicting with it. By deleting ~/Library/InputManagers/SIMBL it fixed the issue. On the same theme, here has been a lot of talk lately about [...]]]></description>
			<content:encoded><![CDATA[<p>With the 10.4.11 upgrade came Safari V3. It looks neat, but I started having issues with closing Windows. It turns out the SIMBL input manager that I was using on Safari was conflicting with it. By deleting ~/Library/InputManagers/SIMBL it fixed the issue.</p>
<p>On the same theme, here has been a lot of talk lately about Input Managers and whether they will be completely removed in Leopard. Just recently David Watanabe blogged about the uncertain future of Inquisitor. </p>
<p>It would be a shame for such an awesome Safari extension to become extinct, but thankfully Input Managers are not the only way to skin this cat.</p>
<p><a href="http://switchersblog.com/2007/08/31/the-end-of-the-input-manager-and-pimping-mac-os-x.html">read more</a> | <a href="http://digg.com/apple/The_End_of_Input_Managers_and_Safari_Extensions">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2007/11/18/the-end-of-input-managers-and-safari-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Information Overload</title>
		<link>http://techdebug.com/blog/2007/11/13/information-overload/</link>
		<comments>http://techdebug.com/blog/2007/11/13/information-overload/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 10:32:21 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[fourhourworkweek]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[overload]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2007/11/13/information-overload/</guid>
		<description><![CDATA[Did you ever have too many RSS feeds you are subscribed to? Wasting your time posting updates to Flickr, Twitter, facebook, and so on? This guy thinks he has the answers. Cut out the IM and stop reading your email so often. Me? I just removed 70% of my news feeds in my reader, turned [...]]]></description>
			<content:encoded><![CDATA[<p>Did you ever have too many RSS feeds you are subscribed to?<br />
Wasting your time posting updates to Flickr, Twitter, facebook, and so on?<br />
<a href="http://www.fourhourworkweek.com/">This guy thinks he has the answers</a>. Cut out the IM and stop reading your email so often. Me? I just removed 70% of my news feeds in my reader, turned my phone off, and I&#8217;m going to bed to read a book (and get away from this blog for now).<br />
As for four hours a week working? I don&#8217;t think I can scale back to that yet &#8211; but it would be nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2007/11/13/information-overload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keep your beliefs to yourself</title>
		<link>http://techdebug.com/blog/2007/10/18/keep-your-beliefs-to-yourself/</link>
		<comments>http://techdebug.com/blog/2007/10/18/keep-your-beliefs-to-yourself/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 23:33:18 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[christianity]]></category>
		<category><![CDATA[religion]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2007/10/18/keep-your-beliefs-to-yourself/</guid>
		<description><![CDATA[Some guy was on the train today reading his &#8220;Face to Face with God&#8221; book, an he kept glancing over my way. No doubt noticing my copy of Morning of the Magicians that I was reading. As he got off the train, he starts saying a bunch of Jesus stuff and handing out these cards [...]]]></description>
			<content:encoded><![CDATA[<p>Some guy was on the train today reading his &#8220;Face to Face with God&#8221; book, an he kept glancing over my way. No doubt noticing my copy of <a href="http://www.amazon.com/dp/0285635832/?tag=techdebug-20" title="Amazon.com: The Morning of the Magicians (Mysteries of the Universe S.): Books: Louis Pauwels,Jacques Bergier">Morning of the Magicians</a> that I was reading. As he got off the train, he starts saying a bunch of Jesus stuff and handing out these cards &#8211; and as he passes me I say NO THANKS! But he forces it on me. It has a tired cliché &#8220;Know Jesus No Hell, No Jesus Know Hell&#8221;.</p>
<p>He shows himself as some crazy evangelical feeling he has to save everyone to be saved himself, which shows him as being in the final moment only concerned with his own welfare. The thing I hate is that my own background and parental teachings (Hi Mum!) about religion gave me, at that moment, a gut wrenching nagging feeling. Its the polarisation of these issues &#8211; Heaven/Hell that get on my goat. I won&#8217;t do this guy the justice of linking to his website shown on his card, as it&#8217;s full of religious ideology.</p>
<p><em>Keep your beliefs to yourself people, and I will do the same (unless you ask).</em></p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2007/10/18/keep-your-beliefs-to-yourself/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quit WoW again</title>
		<link>http://techdebug.com/blog/2007/09/26/quit-wow-again/</link>
		<comments>http://techdebug.com/blog/2007/09/26/quit-wow-again/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 23:15:52 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[WoW]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2007/09/26/quit-wow-again/</guid>
		<description><![CDATA[Looking in my inbox today I read this: This message is being sent to confirm that all credit card information has been removed from the World of Warcraft account ********, effectively cancelling its recurring subscription as of September 23, 2007 5:47 AM UTC. The account will not bill or renew any further unless new payment [...]]]></description>
			<content:encoded><![CDATA[<p>Looking in my inbox today I read this:</p>
<blockquote><p>This message is being sent to confirm that all credit card information has been removed from the World of Warcraft account ********, effectively cancelling its recurring subscription as of September 23, 2007 5:47 AM UTC.  The account will not bill or renew any further unless new payment information (credit card or game card) is manually entered in.<br />
The account will remain playable for the remaining time it has already paid for.</p></blockquote>
<p>So I did it&#8230; again. Cancelled. I was wasting money. Hadn&#8217;t played the game in weeks, and when I got on even with my mains and alts it was boring. I have BC expansion, but still am lvl 51 on my main, so I&#8217;ve never seen the new content except on the public test realms. Its all a pretty useless game at the moment. Having no one else I know who plays doesn&#8217;t help either.<br />
They do say:</p>
<blockquote><p>At this time, Blizzard has no plans to delete or &#8220;expire&#8221; characters, even if an account is deactivated</p></blockquote>
<p>which means there will always be the nag in the back of my mind that I could go back &#8211; in fact they are betting on it. I think I&#8217;ll trade one addiction (WoW) for another (exercise) and I&#8217;ll be a lot healthier for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2007/09/26/quit-wow-again/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Taking a Break</title>
		<link>http://techdebug.com/blog/2007/08/23/taking-a-break/</link>
		<comments>http://techdebug.com/blog/2007/08/23/taking-a-break/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 12:48:08 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[Musings]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2007/08/23/taking-a-break/</guid>
		<description><![CDATA[I&#8217;ll be taking a blog-break due to workload at work&#8230; Back soon! In the mean time listen to some decent music. Ssssh! It&#8217;s Secret!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll be taking a blog-break due to workload at work&#8230; Back soon! In the mean time <a href="http://somafm.com/secretagent.pls">listen to some decent music.</a> Ssssh! It&#8217;s Secret!</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2007/08/23/taking-a-break/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Public Transport Woes</title>
		<link>http://techdebug.com/blog/2007/07/25/public-transport/</link>
		<comments>http://techdebug.com/blog/2007/07/25/public-transport/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 01:36:20 +0000</pubDate>
		<dc:creator>lantrix</dc:creator>
				<category><![CDATA[health]]></category>
		<category><![CDATA[Musings]]></category>

		<guid isPermaLink="false">http://techdebug.com/blog/2007/07/25/public-transport/</guid>
		<description><![CDATA[I have to say something about policing transport in Melbourne. I have had a number of occasions where I have called emergency services. Only once were they able to respond, and they let the crazy violent people back onto the train &#8211; the crazy people acted normal for the Police and resumed their craziness after [...]]]></description>
			<content:encoded><![CDATA[<p>I have to say something about policing transport in Melbourne. I have had a number of occasions where I have called emergency services. Only once were they able to respond, and they let the crazy violent people back onto the train &#8211; the crazy people acted normal for the Police and resumed their craziness after they left. In the case of calling 000, it is difficult to advise the operator where you will be (which station, town, etc.) by the time Police will get to respond, hence I see a low level of response from them.</p>
<p>Any other policing on Melbourne trains is done by the internal security of Connex Melbourne. Their main focus appears to be revenue gain by ticketing as many people as they can. I have had them stand on a carriage watching the crazies in the next carriage, and do nothing. It was my action in initiating a 000 call that got something done about it, but as I said previously the Police were able to do little. I don&#8217;t blame the Police here, I think they do the best with what resources they have. It is the engagement of Connex and Police that is lacking.</p>
<p>Trains are dirty. Seats stained with whom knows what. Barrier jumping graffiti taggers get away (the ones I see and report). Why is it that I have to call 000 to report graffiti? I think an SMS/Text reporting number would help, so the train cops could respond.</p>
<p>The reason I care to blog about all this? <strong>The train driver was smoking on the train this morning</strong>. I had to move carriages, and will raise a complaint today. How do you police that? Had I been smoking (I don&#8217;t smoke, but hypothetically) then I would have the full extent of the transport law applied to me to prosecute or fine me. What happens to the driver? Nothing, Nil, Nada.</p>
<p>Ultimately, Melbourne transport is an undesirable necessity.</p>
]]></content:encoded>
			<wfw:commentRss>http://techdebug.com/blog/2007/07/25/public-transport/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/103 queries in 0.041 seconds using disk: basic
Object Caching 1160/1438 objects using disk: basic
Content Delivery Network via Rackspace Cloud Files: cdn.techdebug.com

Served from: techdebug.com @ 2012-02-05 13:30:45 -->
