<?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>David Kellam &#187; Technology</title>
	<atom:link href="http://www.drkellam.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drkellam.com</link>
	<description>The blog of David Robert Kellam, Melbourne Australia</description>
	<lastBuildDate>Fri, 06 Aug 2010 06:37:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>10 years of advertising&#8230;</title>
		<link>http://www.drkellam.com/2010/08/06/10-years-of-advertising/</link>
		<comments>http://www.drkellam.com/2010/08/06/10-years-of-advertising/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 06:37:10 +0000</pubDate>
		<dc:creator>dkellam</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.drkellam.com/?p=155</guid>
		<description><![CDATA[After 10 years of ignoring them, I&#8217;ve finally earned the right to remove advertising from my slashdot page:

Whilst it&#8217;s a low-cost move (particularly as they can presumably make that offer based on me having clicked maybe 1 ad in 10 years), it&#8217;s an interesting way of building community&#8230; I wonder what the difference would be [...]]]></description>
			<content:encoded><![CDATA[<p>After 10 years of ignoring them, I&#8217;ve finally earned the right to <strong>remove</strong> advertising from my slashdot page:<br />
<img src="http://www.drkellam.com/images/slashdot_ads.jpg" alt="Slashdot remove advertising image" /></p>
<p>Whilst it&#8217;s a low-cost move (particularly as they can presumably make that offer based on me having clicked maybe 1 ad in 10 years), it&#8217;s an interesting way of building community&#8230; I wonder what the difference would be if they offered this as a carrot years ago.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drkellam.com/2010/08/06/10-years-of-advertising/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup &#8211; what you need to consider</title>
		<link>http://www.drkellam.com/2009/08/05/backup-what-you-need-to-consider/</link>
		<comments>http://www.drkellam.com/2009/08/05/backup-what-you-need-to-consider/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 05:04:17 +0000</pubDate>
		<dc:creator>dkellam</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[prevention]]></category>

		<guid isPermaLink="false">http://www.drkellam.com/?p=149</guid>
		<description><![CDATA[Ah a topic dear to my heart. Both my business partner and I care fanatically about data integrity and hence backups. I guess that makes us appropriate people to manage data for people  
We address backup from multiple dimensions:

Prevention
Technology
People
Risk Events
Recovery Times
Economics
Communication

1. Prevention
We use software RAID1 under Linux on commodity PC hardware. We also use [...]]]></description>
			<content:encoded><![CDATA[<p>Ah a topic dear to my heart. Both my business partner and I care fanatically about data integrity and hence backups. I guess that makes us appropriate people to manage data for people <img src='http://www.drkellam.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>We address backup from multiple dimensions:</p>
<ol>
<li>Prevention</li>
<li>Technology</li>
<li>People</li>
<li>Risk Events</li>
<li>Recovery Times</li>
<li>Economics</li>
<li>Communication</li>
</ol>
<p><strong>1. Prevention</strong><br />
We use software RAID1 under Linux on commodity PC hardware. We also use different branded hard drives as this decreases the probability of simultaneous drive failure. We use hard-drive based backup (with monitoring to detect imminent drive failures) rather than tapes because of increased reliability. All our servers are under maintenance agreements and monitored (and yes, this is affordable for small businesses due to our process innovation). All of this means the likelihood of something happening to destroy your data in the first place is drastically reduced.</p>
<p><strong>2. Technology</strong><br />
The technology used in your backup matters. Are you using tapes? They can have up to 70% failure rates when you attempt to recover from them! Are you backing up your whole system or just files? Do you know how long it will take to recreate your server from scratch with all the undocumented hacks your IT person has made? Are your backups actually working &#8211; are you doing test restores? How are you handling off-site backup? Does your backup software deal with open files (like your Outlook or Exchange databases)? Is all your data stored in one spot? </p>
<p>This makes backup much much easier. Are you using RAID5? On a hardware RAID device? You&#8217;ll be sold one of these if you ring up Dell and say you need backup, but do you realise that this scenario makes you MORE likely to lose data and incur considerable expense in attempting to recover it (as compared with RAID1, particularly software-baseder under Linux). Your Operating System matters too &#8211; Windows and its applications are a lot harder to back up and generally require more expensive hardware to run on too (which often means recovery time is slowed whilst waiting for replacement parts, or that you pay much more for fast warranty replacements).</p>
<p><strong>3. People</strong><br />
People delete data. Deliberately or accidentally, it doesn&#8217;t matter. Design your backup system around this fact and you&#8217;ll be much happier. For example, some automated backup solutions simply mirror what&#8217;s on the fileserver. This includes mirroring any delete operations! Many companies only find out this was a limit to their system after the fact. Too late.</p>
<p>We automate solutions where possible, because leaving backup to busy overworked staff members is a sure way to guarantee it won&#8217;t get done, or won&#8217;t get done properly. Ask your IT person next time when the last time *they* backed up was. Chances are if they&#8217;re using a manual system it was months ago, and they supposedly care!</p>
<p><strong>4. Risk Events</strong><br />
Consider the risk events you are exposed to. The most common are:</p>
<ul>
<li>accidental file deletion</li>
<li>hard drive failure</li>
<li>other system component failure</li>
<li>virus/hacker attack</li>
<li>disgruntled employees</li>
<li>failure of your backups</li>
</ul>
<p>The rarer, but still deadly events can include:</p>
<ul>
<li>fire/flood/theft</li>
<li>dedicated hacker/industrial espionage</li>
<li>&#8230; and all the other weird and wonderful events you can dream up!</li>
</ul>
<p>You need a plan to address each and every event you can think of. You have a choice of:<br />
<strong>accept</strong> &#8211; you accept the risk of it happening and lose data<br />
<strong>mitigate</strong> &#8211; you put processes in place to reduce the likelihood or occurrence and/or reduce the<br />
cost of recovery when it does happen (ideally do both)<br />
<strong>offload</strong> &#8211; offload the risk to someone else, e.g. an insurance company. N.B. This is tricky with data</p>
<p><strong>5. Recovery Times</strong><br />
This is often overlooked. Assume you have a perfect backup, how long does it take to recover? Windows servers in particular can take days to recover. Even with an image (snapshot) of the whole server and separate file-based backup, you&#8217;ll run into trouble if you don&#8217;t have near-identical hardware lying around to restore the image to. This is particularly a problem when your server is more than 12 months old and you can no longer buy replacement parts for it.</p>
<p>What about off-site backup? How long would it take you to download 100GB of data from your off-site backup or to drive and get it? The list of acceptable recovery times needs to be correlated with the list of risk events. For example, if your building burns down you might accept everything taking a week to get back up. </p>
<p>But if your hard drive fails, you want your recovery to be in a matter of hours. Ideally this type of failure would have been prevented with RAID1 and drive monitoring.</p>
<p><strong>5. Economics</strong><br />
Often overlooked, this is considering what&#8217;s worth backing up, how, how often and how expensive and time-consuming the retrieval process is. It&#8217;s not possible to have 100% secure data (although sending it to the moon $10,000/hard disk at a time might be worth it to some!), so considering the economics of what data you have and its value to the organisation is important.</p>
<p><strong>6. Communication</strong><br />
As Mal said above, the disaster prevention and recovery process (of which backup is a part) needs to be communicated and understood by business owners. All too often we see half-baked backup solutions that we know will fail under so many situations, but the business owner is blissfully unaware. In my opinion, this is worse than no backup at all as it provides a false sense of security.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drkellam.com/2009/08/05/backup-what-you-need-to-consider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seasons Greetings!</title>
		<link>http://www.drkellam.com/2007/12/23/seasons-greetings/</link>
		<comments>http://www.drkellam.com/2007/12/23/seasons-greetings/#comments</comments>
		<pubDate>Sun, 23 Dec 2007 01:46:27 +0000</pubDate>
		<dc:creator>dkellam</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://www.drkellam.com/2007/12/23/seasons-greetings/</guid>
		<description><![CDATA[It&#8217;s a while since I posted on this blog, quite possibly because I&#8217;m too busy with my new company and reading much better or funnier blogs. Oh well, in the spirit of the Festive Season, I thought I&#8217;d share a few gems from the last year of RSS:

Great post on today&#8217;s generation that echoes my [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a while since I posted on this blog, quite possibly because I&#8217;m too busy with <a href="http://www.coremind.com.au">my new company</a> and reading <a href="http://www.readwriteweb.com/">much</a> <a href="http://www.feld.com/blog/">better</a> or <a href="http://blog.dreamhost.com">funnier</a> <a href="http://blogsearch.google.com/">blogs</a>. Oh well, in the spirit of the Festive Season, I thought I&#8217;d share a few gems from the last year of RSS:</p>
<ul>
<li><a href="http://www.businesspundit.com/50226711/not_built_for_business_are_we_the_greatest_generation.php">Great post on today&#8217;s generation that echoes my sentiments</a></li>
<li><a href="http://feeds.feedburner.com/~r/GetVenture/~3/190692309/types-of-risks.html">If you want to know about VCs&#8217; role in the world</a>
</li>
<li><a href="http://feeds.feedburner.com/~r/readwriteweb/~3/192277860/10_semantic_apps_to_watch.php">Semantic Web (possibly Web 3.0) &#8211; watch this space</a></li>
<li><a href="http://bokardo.com/archives/facebooks-brilliant-but-evil-design/">The evil power of the &#8220;default&#8221;</a></li>
<li><a href="http://bokardo.com/archives/the-difference-between-a-recommendation-and-an-ad/">Recommendations vs Ads. Obvious, but they still don&#8217;t learn&#8230;</a></li>
<li><a href="http://www.pbs.org/cringely/pulpit/2007/pulpit_20071102_003354.html">Google as the next Microsoft, from the more-often-right-than-wrong department of Bob Cringely</a></li>
<li><a href="http://www.businesspundit.com/50226711/google_at_700_what_about_the_quality_of_assets.php">When will everybody realise Google only has one good product?</a></li>
<li><a href="http://feeds.feedburner.com/~r/readwriteweb/~3/168374766/new_vc_model_for_small_scale_funding.php">VCs? Get with the program</a></li>
<li><a href="http://feeds.feedburner.com/~r/readwriteweb/~3/165615325/creative_entrepreneurs_masters_of_the_universe.php">These people will rule small business in the 21st Century</a></li>
<li><a href="http://feeds.feedburner.com/~r/pmarca/~3/163462511/the-pmarca-gu-1.html">For the more down-to-earth of you who would prefer a &#8220;real job&#8221;, Marc&#8217;s posts on Career Planning are gold</a></li>
</ul>
<p>There, this blog post is now more informative than the sum of all blog posts before it <img src='http://www.drkellam.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.drkellam.com/2007/12/23/seasons-greetings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Global Obligation</title>
		<link>http://www.drkellam.com/2007/05/29/a-global-obligation/</link>
		<comments>http://www.drkellam.com/2007/05/29/a-global-obligation/#comments</comments>
		<pubDate>Mon, 28 May 2007 14:13:25 +0000</pubDate>
		<dc:creator>dkellam</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://www.drkellam.com/2007/05/28/a-global-obligation/</guid>
		<description><![CDATA[Dear all,
By now some of you will have heard my talk about my latest project &#8211; A Global Obligation. Well the good news is it&#8217;s open for all (Web 2.0-compliant beta mode of course!) Please do your part for humanity and check it out. If you have any feedback or bugs, please let me know. [...]]]></description>
			<content:encoded><![CDATA[<p>Dear all,</p>
<p>By now some of you will have heard my talk about my latest project &#8211; A Global Obligation. Well the good news is it&#8217;s open for all (Web 2.0-compliant beta mode of course!) Please do your part for humanity and check it out. If you have any feedback or bugs, please let me know. Of course, don&#8217;t let that stop you from <a href="http://www.aglobalobligation.org/share">sharing the word</a> once you&#8217;ve donated!</p>
<p>Click the image below to donate!<br />
<a href='http://www.aglobalobligation.org/?r=a3c10d1643129a95211007ae7a5d55fe'><img src='http://www.aglobalobligation.org/b/badge1.php?r=a3c10d1643129a95211007ae7a5d55fe'/></a></p>
<p>If you can&#8217;t see it, you can access it via <a href="http://www.aglobalobligation.org?r= a3c10d1643129a95211007ae7a5d55fe">this URL</a> instead.</p>
<p>Yes, we&#8217;ve got referrals tracking working, so refer all your friends, add a banner to your blog and make the biggest dent in the Universe you can!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drkellam.com/2007/05/29/a-global-obligation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A DRM-Free World</title>
		<link>http://www.drkellam.com/2007/02/14/a-drm-free-world/</link>
		<comments>http://www.drkellam.com/2007/02/14/a-drm-free-world/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 23:18:55 +0000</pubDate>
		<dc:creator>dkellam</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.drkellam.com/2007/02/14/a-drm-free-world/</guid>
		<description><![CDATA[I usually whole-heartedly agree with John Gruber&#8217;s posts. This time, I think he&#8217;s got a little sloppy towards the end of his argument. Specifically:

People who are already buying from iTunes would continue to. People who refused to buy from iTunes because of DRM might start. And people who bootleg would continue to bootleg. This situation [...]]]></description>
			<content:encoded><![CDATA[<p>I usually whole-heartedly agree with <a href="www.daringfireball.net">John Gruber&#8217;s</a> <a href="http://daringfireball.net/2007/02/command_option_control">posts</a>. This time, I think he&#8217;s got a little sloppy towards the end of his argument. Specifically:</p>
<blockquote><p>
People who are already buying from iTunes would continue to. People who refused to buy from iTunes because of DRM might start. And people who bootleg would continue to bootleg. This situation would be better for the music industry, not worse.
</p></blockquote>
<p>Gruber&#8217;s argument here doesn&#8217;t go far enough, and it makes a big difference to the likelihood of getting the Big 4 to agree to a DRM-free world. Talk profit. Specifically, the net increase in additional users purchasing songs and increased volumes of songs being purchased by existing iTunes (etc.) users as a direct input to the profit function.</p>
<p>&#8220;People who are already buying from iTunes would continue to (do so)&#8221;. False.<br />
You need to talk in marginal numbers, comprising:</p>
<ul>
<li>loss of sales (customers and customer downloads) due to greater ease of piracy</li>
<li><b>increased</b> sales due to easier use of legally-downloaded music (as opposed to fear/hatred/dark side of DRM)</li>
</ul>
<p>I would argue that the iTMS has been the most successful because it is the easiest to use. It&#8217;s still a nightmare. Anyone who has dealt with reformatting iPods, moving computers, etc. would attest to the &#8216;too hard&#8217; nature of such processes for average consumers. Even if you don&#8217;t agree on that, there&#8217;s at least a significant marginal increase in utility as a result of no DRM. We already have some evidence for a relationship (probably non-linear) between utility and willingness to purchase legal music, on-line or off-line. For many consumers, buying a CD, ripping it and then adding it to their personal audio device of choice is of <i>greater</i> utility than buying something off the iTMS.</p>
<p>There also exists a general insensitivity to price, within a non-free non-inconsequential band. If only 10% (a guess) of people are buying legal music, chances are they&#8217;re a less price-sensitive bunch than the entire market. So the chances are they could afford and would willingly pay more. They won&#8217;t, due to market forces (price of CDs in comparison, competition in a high-margin industry), but knowing that they <i>would</i> is important. Knowing that your customers are primarily purchasing based on something <b>other than price</b> is the key to unlocking this whole mystery.</p>
<p>allofmp3.com has already shown people are willing to pay for (probably) illegal music (OK, they claim the site is legal in Russia, but I&#8217;m sure you could get stung on some kind of parallel importing/failure to pay customs rules, let alone the risk of going through such proceedings) because it&#8217;s easy to use. They&#8217;re banking on price sensitivity, but they&#8217;re really baiting people because of their ease of use, lack of restrictions &#8211;> increased utility.</p>
<p>So as thousands have already said, Apple does have an interest in expanding the size of the market, given they have very little room to grow in gobbling up more of the pie. We do also need to consider fixed costs vs marginal costs. Sure, Apple is paying a hefty percentage to the record labels for each song, but there are significant fixed costs as well (e.g. iTMS staff salaries, marketing expenses, R&#038;D amortisation, etc.). Given iTMS is hardly making any money (which is fine for Apple due to its status as an economic complement of iPods), Apple could be looking at it from a MES (minimum efficient scale) operations perspective and looking to drive further profitability from the iTMS. After all, if you own a business, you might as well try for a profit maximising result, even if you don&#8217;t have to.</p>
<p>Apple thus far has focussed on two things: becoming the power broker in the online music industry, and establishing the economic link between music sales and availability and iPod sales. Both of these serve as barriers to entry and protection against competition. Apple established the 2nd point long ago, but is only now in a position of sufficient clout that it can dictate terms to the record companies. The music execs have started to realise online sales are the way of the future. Their costs are lower and their profit higher. Their only concern is a flawed assumption that piracy kills the business model. They&#8217;ll soon wake up to this too. When they do, Apple is looking to be in a position to accept the supplicant grovelling to their new masters. And it will be a happy day for consumers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drkellam.com/2007/02/14/a-drm-free-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PC Recommendations</title>
		<link>http://www.drkellam.com/2007/02/09/pc-recommendations/</link>
		<comments>http://www.drkellam.com/2007/02/09/pc-recommendations/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 04:24:51 +0000</pubDate>
		<dc:creator>dkellam</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.drkellam.com/2007/02/09/pc-recommendations/</guid>
		<description><![CDATA[In response to Richard&#8217;s post, I provide as a rough guide the following regarding any new PC purchase:
I echo those pains! John and I are constantly complaing about it: particularly Dell. Apple is nice and easy to follow. You can even run Windows on their MacBooks now  
My advice to people is thus:
1. If [...]]]></description>
			<content:encoded><![CDATA[<p>In response to <a href="http://richardjackson.org/?p=116">Richard&#8217;s post</a>, I provide as a rough guide the following regarding any new PC purchase:</p>
<p>I echo those pains! John and I are constantly complaing about it: particularly Dell. Apple is nice and easy to follow. You can even run Windows on their MacBooks now <img src='http://www.drkellam.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>My advice to people is thus:</p>
<p>1. If you&#8217;re buying a PC laptop, stick to the BUSINESS range models, as these almost always have far better industrial design and durability. e.g. Dell has two product lines: Latitude and Ispiron. The latter have heaps of features, but are hunks of junk. The former are pretty stable and reliable (although I&#8217;ve seen exceptions).</p>
<p>2. Either buy extended warranty, use a Gold credit card that gives you $warranty+12 OR buy the base model of something<br />
e.g. Apple MacBook circa $1,500 will cost you ~$300 to make up 3 year&#8217;s warranty. Even given Apple&#8217;s high notebook resale values, the machine won&#8217;t be worth more than $400 in 3 years&#8217; time. So warranty makes sense if you:<br />
- can&#8217;t afford the risk of it failing in months 13-24<br />
- buy warranty on everything else you buy<br />
IMHO, if you NEVER buy extended warranties, you&#8217;re better off. It&#8217;s essentially self-insuring. But with the (e.g. ANZ Visa Gold) credit card bonus warranty, you can get the best of both worlds. ANZ Gold cards are $87 per year. NAB had a $0 first year special, ANZ probably have one too. Worth getting.</p>
<p>3. Factor on at least $300 per year in security software and PC technician costs per Windows computer. And that&#8217;s just to keep it working. (Obviously you can do this yourself)</p>
<p>4. Factor in another $300-$500 to get home wireless working reliably when not using Apple equipment. If you&#8217;re willing to put up with frustration and manual reconfiguration you can get around this, but these last two notes are for the uninitiated.</p>
<p>5. Buy a Mac<br />
I used to be pro-Mac, then I was ambivalent (particularly when Macs were demonstrably slower), then impartial (&#8221;it depends&#8230;&#8221;) now I&#8217;m so totally pro mac that it&#8217;s not funny. Particularly with Boot Camp and Parallels. The hardware is better; the support costs (financial or otherwise) are significantly reduced; the ease of use is significantly enhanced.</p>
<p>6. Don&#8217;t touch Vista.<br />
Nobody trusts Microsoft with an OS they&#8217;ve had 6 years to perfect. I&#8217;m recommending a 12-month wait on Vista (in which time we&#8217;ll see SP1, SP1a and the announcement of SP2 rush past). Then it will at least be acceptable to run.</p>
<p>Also note that the major reason for upgrading to Vista is to make your swanky new computer look swanky. Which means don&#8217;t buy the Home version, or you miss out on the swanky Aero interface. It&#8217;s no coincidence wanky is only one letter off&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drkellam.com/2007/02/09/pc-recommendations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Failsafe copying</title>
		<link>http://www.drkellam.com/2007/01/15/failsafe-copying/</link>
		<comments>http://www.drkellam.com/2007/01/15/failsafe-copying/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 05:23:46 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.drkellam.com/2007/01/15/failsafe-copying/</guid>
		<description><![CDATA[All I want for Christmas (a month late, but let&#8217;s assume OS X Leopard is Christmas  ) is an operating system that copies something from location A to location B, without choking in the middle. Do what you can, then give me a list at the end of what didn&#8217;t work. Or prompt me [...]]]></description>
			<content:encoded><![CDATA[<p>All I want for Christmas (a month late, but let&#8217;s assume OS X Leopard is Christmas <img src='http://www.drkellam.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ) is an operating system that copies something from location A to location B, without choking in the middle. Do what you can, then give me a list at the end of what didn&#8217;t work. Or prompt me to continue or not. None of this waiting 3 hours for something to copy only to have one of the last 500 files not copy, then have the whole process stop. And I want it standard. filesync.exe is OK on windows (but takes too long), but there is nothing for Mac.<br />
It should be standard.</p>
<p>End Rant.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drkellam.com/2007/01/15/failsafe-copying/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BigPond Movies &amp; Webflicks</title>
		<link>http://www.drkellam.com/2006/10/28/bigpond-movies-dvds/</link>
		<comments>http://www.drkellam.com/2006/10/28/bigpond-movies-dvds/#comments</comments>
		<pubDate>Sat, 28 Oct 2006 06:25:04 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.drkellam.com/2006/10/28/bigpond-movies-dvds/</guid>
		<description><![CDATA[I have just signed up for a BigPond Movies trial. The link I got sent was:
http://www.bigpondmovies.com/user/homeExistingUser.php
This is curiously similar to the think for my old (2004) service, Webflicks:
http://webflicks.com.au/user/homeExistingUser.php
Hmmm&#8230; more than a superficial resemblance (look at the URLs, not the sites). Let&#8217;s delve closer:




+

-







This shows a section of the rendered html, differing only by bits in [...]]]></description>
			<content:encoded><![CDATA[<p>I have just signed up for a BigPond Movies trial. The link I got sent was:<br />
http://www.bigpondmovies.com/user/homeExistingUser.php</p>
<p>This is curiously similar to the think for my old (2004) service, Webflicks:<br />
http://webflicks.com.au/user/homeExistingUser.php</p>
<p>Hmmm&#8230; more than a superficial resemblance (look at the URLs, not the sites). Let&#8217;s delve closer:<br />
<code></p>
<form name="form1" method="post" action="movieKeywordSearch.php" enctype="multipart/form-data">
</form>
<p></code><b><code><br />
+<br />
<input type="hidden" name="form_cache_buster" value="1162012356"/>
-<br />
<input type="hidden" name="form_cache_buster" value="1162012341"/></code></b><code></p>
<input type="hidden" name="form_task" value=""/>
<input type="hidden" name="form_display" value=""/>
<input type="hidden" name="form_movie_id" value=""/>
<input type="hidden" name="form_search_id" value=""/>
<input type="hidden" name="form_search_type" value=""/>
</code><br />
This shows a section of the rendered html, differing only by bits in bold. But wait, there&#8217;s more:</p>
<p><code><br />
<option value="-1">&gt; All Genres &lt;</option><br />
<option value="1">Action &#038; Adventure</option><br />
<option value="2">Animated</option><br />
<option value="3">Anime</option><br />
<option value="156">Art House</option><br />
<option value="140">Australian</option><br />
<option value="4">Children &#038; Family</option><br />
<option value="5">Comedy</option><br />
<option value="14">Documentary</option><br />
<option value="6">Drama</option><br />
<option value="154">Erotic</option><br />
<option value="149">Foreign</option><br />
<option value="7">Horror</option><br />
<option value="8">Music &#038; Concert</option><br />
<option value="155">Reality</option><br />
<option value="9">Romance</option><br />
<option value="10">Sci-fi &#038; Fantasy</option><br />
<option value="13">Sports</option><br />
<option value="12">Suspense &#038; Thriller</option><br />
<option value="150">Television</option><br />
<option value="11">Various</option><br />
<option value="15">Western</option><br />
</code></p>
<p>This Webflicks list is slightly larger than the corresponding BigPond Movies one:<br />
<code><br />
<option value="-1">&gt; All Genres &lt;</option><br />
<option value="1">Action &#038; Adventure</option><br />
<option value="2">Animated</option><br />
<option value="3">Anime</option><br />
<option value="140">Australian</option><br />
<option value="4">Children &#038; Family</option><br />
<option value="5">Comedy</option><br />
<option value="335">DVD Games</option><br />
<option value="14">Documentary</option><br />
<option value="6">Drama</option><br />
<option value="149">Foreign</option><br />
<option value="7">Horror</option><br />
<option value="8">Music &#038; Concert</option><br />
<option value="9">Romance</option><br />
<option value="10">Sci-fi &#038; Fantasy</option><br />
<option value="295">Short Films</option><br />
<option value="13">Sports</option><br />
<option value="12">Suspense &#038; Thriller</option><br />
<option value="150">Television</option><br />
<option value="11">Various</option><br />
<option value="15">Western</option><br />
</code></p>
<p>Look at the striking similarities between not only the categories, but the option values ascribed to them (there is no technical reason for these having the same absolute numbers &#8211; it&#8217;s just a ranking mechanism). Anyway, you get the idea. Identical site infrastructure.</p>
<p>So far, it remains to be determined whether Webflicks have merely licensed the infrastructure to BigPond (which came later) or whether BigPond is essentially a reseller of Webflicks&#8217; service. At the very least, they have different member databases. Webflicks is based on your email address whereas bigpond is based on your username (although it also asks for your email address). It also appears (as the following images attest) that they have different user ratings databases as well. In fact, whilst the vast majority of their library appears identical, there are some differences (also below):</p>
<p>BigPond Movies search for &#8220;Teenage&#8221; (Looking for TMNT):<br />
<img src="/images/bigpond_teenage.png"/></p>
<p>Webflicks search for &#8220;Teenage&#8221;:<br />
<img src="/images/webflicks_teenage.png"/></p>
<p>Both returned 9 results, but with slightly different titles and ratings. Evidence of separate databases. The code for these results pages is largely similar as well. Heck, even the html output has not only the same elements, but the same names (e.g. Top Movie Title Matches)</p>
<p>I tried Googling for any evidence of an overt partnership between the two, but found nothing (comment to update this view). Now, from here one can assume:</p>
<ul>
<li>Covert partnership/Out-sourcing arrangement</li>
<li>Violation of copyright and trade secrets (e.g. BigPond could have poached some of the WebFlicks developers</li>
<li>Theft of publically-available HTML output only</li>
<li>Mere coincidence</li>
</ul>
<p>The last two are not likely. You just wouldn&#8217;t steal html structures and not the design. It would be much harder to code the site to produce syntactically identical html output than it would be to rewrite it, and you open yourself up to massive amounts of litigation in the process. Mere coincidence is just not probable. BigPond violating trade secrets? Hardly likely.</p>
<p>What we have on our hands here is a <b>SCOOP</b> my dear readers. BigPond movies is at best a fork of Webflicks and at worst a reseller/front.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drkellam.com/2006/10/28/bigpond-movies-dvds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System Architecture</title>
		<link>http://www.drkellam.com/2006/09/27/system-architecture/</link>
		<comments>http://www.drkellam.com/2006/09/27/system-architecture/#comments</comments>
		<pubDate>Wed, 27 Sep 2006 02:57:45 +0000</pubDate>
		<dc:creator>dkellam</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.drkellam.com/2006/09/27/system-architecture/</guid>
		<description><![CDATA[Just when you thought System Architecture didn&#8217;t really count&#8230;
http://www.nuclearfiles.org/menu/key-issues/nuclear-weapons/issues/accidents/20-mishaps-maybe-caused-nuclear-war.htm
]]></description>
			<content:encoded><![CDATA[<p>Just when you thought System Architecture didn&#8217;t really count&#8230;</p>
<p><a href="http://www.nuclearfiles.org/menu/key-issues/nuclear-weapons/issues/accidents/20-mishaps-maybe-caused-nuclear-war.htm">http://www.nuclearfiles.org/menu/key-issues/nuclear-weapons/issues/accidents/20-mishaps-maybe-caused-nuclear-war.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.drkellam.com/2006/09/27/system-architecture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best. Review. Ever.</title>
		<link>http://www.drkellam.com/2006/09/20/best-review-ever/</link>
		<comments>http://www.drkellam.com/2006/09/20/best-review-ever/#comments</comments>
		<pubDate>Wed, 20 Sep 2006 01:17:41 +0000</pubDate>
		<dc:creator>dkellam</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.drkellam.com/2006/09/20/best-review-ever/</guid>
		<description><![CDATA[Joel Spolsky&#8217;s rant is an absolute classic. I rant like this about restaurants (although with less clarity!) &#8211; expect a social reviews site soon.
DRK
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.joelonsoftware.com/items/2006/09/19b.html">Joel Spolsky&#8217;s rant</a> is an absolute classic. I rant like this about restaurants (although with less clarity!) &#8211; expect a social reviews site soon.</p>
<p>DRK</p>
]]></content:encoded>
			<wfw:commentRss>http://www.drkellam.com/2006/09/20/best-review-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
