<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Fifth Wheel of andrewg &#187; Ranting</title>
	<atom:link href="http://andrewgdotcom.wordpress.com/category/ranting/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewgdotcom.wordpress.com</link>
	<description>How many blogs does one man need?</description>
	<lastBuildDate>Wed, 11 Nov 2009 00:27:54 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='andrewgdotcom.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/8aa0e77c5b8dc88c9f65e8f9e2508b53?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>The Fifth Wheel of andrewg &#187; Ranting</title>
		<link>http://andrewgdotcom.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://andrewgdotcom.wordpress.com/osd.xml" title="The Fifth Wheel of andrewg" />
		<item>
		<title>Do what I mean, dammit. Or, why being silently &#8220;helpful&#8221; is evil.</title>
		<link>http://andrewgdotcom.wordpress.com/2009/01/08/do-what-i-mean-dammit-or-why-being-silently-helpful-is-evil/</link>
		<comments>http://andrewgdotcom.wordpress.com/2009/01/08/do-what-i-mean-dammit-or-why-being-silently-helpful-is-evil/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 23:02:52 +0000</pubDate>
		<dc:creator>andrewgdotcom</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Ranting]]></category>

		<guid isPermaLink="false">http://andrewgdotcom.wordpress.com/?p=32</guid>
		<description><![CDATA[For the last three years (i.e. before Time Machine), I have been using rsync to make incremental backups to an external FireWire disk from my trusty iBook. Now, rsync does this by backing up into a fresh location each time and referring to the previous backup to check if any data can be de-duplicated, which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewgdotcom.wordpress.com&blog=416750&post=32&subd=andrewgdotcom&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>For the last three years (i.e. before Time Machine), I have been using rsync to make incremental backups to an external FireWire disk from my trusty iBook. Now, rsync does this by backing up into a fresh location each time and referring to the previous backup to check if any data can be de-duplicated, which it does by creating hard links.<br />
<code>rsync -a --link-dest=$PREVIOUS_BACKUP $SOURCE $NEW_BACKUP</code><br />
A wrapper script is needed because rsync doesn&#8217;t do any rotation of the backup paths (mine preserves six previous backups, which is quite enough), but overall the solution is elegant &#8211; restoration from any given backup is just a <strong>cp -pR</strong> away, due to the transparent nature of hard links. However (and this is the important bit) rsync only de-duplicates when the source file is identical to its previous backup in <em>every way</em>, including metadata.</p>
<p>As time went on and my laptop drive started getting full, I found that the backup window was getting suspiciously long for an 80GB disk. But it was the lack of space that finally drove me to buy a bigger external drive (admittedly, backups aren&#8217;t the only thing taking up GB on my FireWire farm).</p>
<p>Finally I ripped apart the wrapper script and dug through the previous backups. Turns out that rsync wasn&#8217;t preserving all the metadata, specifically file ownership. Google, as ever, gave me the answer:</p>
<p><a href="http://googlemac.blogspot.com/2007/03/user-99-unknown.html">Official Google Mac Blog: User 99, Unknown</a></p>
<p>By default, OS X <em>silently</em> maps all file ownership on external HFS+ disks to a special user &#8220;unknown&#8221;, while pretending to the user that he still owns the files. This is a &#8220;feature&#8221; to prevent weird permissions problems when swapping external drives between machines. It is so low-level that not even root can override it &#8211; if you try as root to chown a file on an external HFS+ filesystem, it will <em>silently do nothing.</em></p>
<p>The upshot is that rsync didn&#8217;t believe that <em>any</em> backed-up files were identical to their originals, and so didn&#8217;t de-duplicate anything. Instead of six lean incrementals, I have six wasteful bulk backups, some of them incomplete because I ran out of backup window. And all the file ownerships have been lost, so a system restore would have failed spectacularly &#8211; if I had been foolish enough to try.</p>
<p>You can turn off this behaviour for any given disk (Finder&gt;Drive&gt;right-click&gt;Get Info&gt;uncheck &#8220;Ignore ownership&#8230;&#8221;), but it&#8217;s a bit late now.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andrewgdotcom.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andrewgdotcom.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andrewgdotcom.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andrewgdotcom.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andrewgdotcom.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andrewgdotcom.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andrewgdotcom.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andrewgdotcom.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andrewgdotcom.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andrewgdotcom.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewgdotcom.wordpress.com&blog=416750&post=32&subd=andrewgdotcom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://andrewgdotcom.wordpress.com/2009/01/08/do-what-i-mean-dammit-or-why-being-silently-helpful-is-evil/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d118c29950aad6293423a630477d2db7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">andrewgdotcom</media:title>
		</media:content>
	</item>
		<item>
		<title>Particle smasher &#8216;not a threat to the Earth&#8217; &#8211; opinion &#8211; 28 March 2008 &#8211; New Scientist</title>
		<link>http://andrewgdotcom.wordpress.com/2008/03/29/particle-smasher-not-a-threat-to-the-earth-opinion-28-march-2008-new-scientist/</link>
		<comments>http://andrewgdotcom.wordpress.com/2008/03/29/particle-smasher-not-a-threat-to-the-earth-opinion-28-march-2008-new-scientist/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 20:58:08 +0000</pubDate>
		<dc:creator>andrewgdotcom</dc:creator>
				<category><![CDATA[Ranting]]></category>

		<guid isPermaLink="false">http://andrewgdotcom.wordpress.com/?p=29</guid>
		<description><![CDATA[A group in the US has taken out a lawsuit to try to prevent the Large Hadron Collider starting up. Why? Because it might destroy the earth, of course.
Particle smasher &#8216;not a threat to the Earth&#8217; &#8211; opinion &#8211; 28 March 2008 &#8211; New Scientist
I hate to say it, but that&#8217;s what happens when popular [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewgdotcom.wordpress.com&blog=416750&post=29&subd=andrewgdotcom&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A group in the US has taken out a lawsuit to try to prevent the Large Hadron Collider starting up. Why? Because it might destroy the earth, of course.</p>
<p><a href="http://www.newscientist.com/channel/opinion/dn13555-particle-smasher-not-a-threat-to-the-earth.html?feedId=online-news_rss20">Particle smasher &#8216;not a threat to the Earth&#8217; &#8211; opinion &#8211; 28 March 2008 &#8211; New Scientist</a></p>
<p>I hate to say it, but that&#8217;s what happens when popular science magazines blindly give credence to any old nonsense wittered by someone with a science degree. Planet-eating particles, my arse.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/andrewgdotcom.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/andrewgdotcom.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andrewgdotcom.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andrewgdotcom.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andrewgdotcom.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andrewgdotcom.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andrewgdotcom.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andrewgdotcom.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andrewgdotcom.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andrewgdotcom.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andrewgdotcom.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andrewgdotcom.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewgdotcom.wordpress.com&blog=416750&post=29&subd=andrewgdotcom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://andrewgdotcom.wordpress.com/2008/03/29/particle-smasher-not-a-threat-to-the-earth-opinion-28-march-2008-new-scientist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d118c29950aad6293423a630477d2db7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">andrewgdotcom</media:title>
		</media:content>
	</item>
		<item>
		<title>The ActiveX effect</title>
		<link>http://andrewgdotcom.wordpress.com/2008/02/18/the-activex-effect/</link>
		<comments>http://andrewgdotcom.wordpress.com/2008/02/18/the-activex-effect/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 00:47:14 +0000</pubDate>
		<dc:creator>andrewgdotcom</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Ranting]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://andrewgdotcom.wordpress.com/?p=28</guid>
		<description><![CDATA[In my current job, Microsoft Sharepoint rules. The decision was made long before my time to employ it as the common document repository, and for most people it works reasonably well. I have to force myself to use it though, and I can distil the reasons down to one root cause: ActiveX controls.
In its vanilla, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewgdotcom.wordpress.com&blog=416750&post=28&subd=andrewgdotcom&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In my current job, Microsoft Sharepoint rules. The decision was made long before my time to employ it as the common document repository, and for most people it works reasonably well. I have to force myself to use it though, and I can distil the reasons down to one root cause: ActiveX controls.</p>
<p>In its vanilla, static-page form, Sharepoint is barely functional. It takes a minimum of four clicks (open, edit, modify, save) to change a radio-button option. Checking files in and out is a pain &#8211; it&#8217;s easier to just overwrite. And I&#8217;ve never managed to attach a file to a list entry. To make it really <i>useable</i>, you need to run IE.</p>
<p>Oh wait, you&#8217;re using a Mac. Well you can just piss off then.</p>
<p>It&#8217;s interesting that Microsoft poured thousands of programmer-hours into developing an alternative to JavaScript and not one of the other browsers makes any attempt to support the resulting spec &#8211; this in a world of Mono, Samba, Moonlight and OpenOffice. MS dropped IE support on the Mac but keep pushing ActiveX in their server products. I&#8217;m no expert, but the only thing I see ActiveX doing that JS can&#8217;t is installing software updates without bothering the user with dialog boxes. Which is a good indication of why nobody else will touch it with a barge pole.</p>
<p>The problem is not confined to Sharepoint. The motivation for this post was finding that Microsoft&#8217;s certificate management server requires scripting to be turned on (it doesn&#8217;t say what sort of scripting, but it isn&#8217;t JS) in order to process a simple form that could have been written in 1995. In this case there was no option but to boot up the VM and use IE.</p>
<p>So what to do? Struggle manfully with Sharepoint&#8217;s prehistoric static interface or retreat into the VM, cut off from my usual editing suite &#8211; Office X for Mac. Somebody somewhere is no doubt enjoying this juicy irony. But it&#8217;s not me.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/andrewgdotcom.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/andrewgdotcom.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andrewgdotcom.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andrewgdotcom.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andrewgdotcom.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andrewgdotcom.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andrewgdotcom.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andrewgdotcom.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andrewgdotcom.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andrewgdotcom.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andrewgdotcom.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andrewgdotcom.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewgdotcom.wordpress.com&blog=416750&post=28&subd=andrewgdotcom&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://andrewgdotcom.wordpress.com/2008/02/18/the-activex-effect/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d118c29950aad6293423a630477d2db7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">andrewgdotcom</media:title>
		</media:content>
	</item>
	</channel>
</rss>