<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Contempt</title>
    <link>http://weblog.leapster.org/</link>
    <description>Paul Dwerryhouse</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:paul@dwerryhouse.com.au" />
    <generator>Serendipity 1.5.5 - http://www.s9y.org/</generator>
    <pubDate>Thu, 15 Sep 2011 22:31:00 GMT</pubDate>

    <image>
        <url>http://leapster.org/paul/img/paul-small.jpg</url>
        <title>RSS: Contempt - Paul Dwerryhouse</title>
        <link>http://weblog.leapster.org/</link>
        <width></width>
        <height></height>
    </image>

<item>
    <title>Etherwaker - GPL wake on lan client for Android</title>
    <link>http://weblog.leapster.org/archives/168-Etherwaker-GPL-wake-on-lan-client-for-Android.html</link>
            <category>Android</category>
    
    <comments>http://weblog.leapster.org/archives/168-Etherwaker-GPL-wake-on-lan-client-for-Android.html#comments</comments>
    <wfw:comment>http://weblog.leapster.org/wfwcomment.php?cid=168</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=168</wfw:commentRss>
    

    <author>paul@dwerryhouse.com.au (Paul Dwerryhouse)</author>
    <content:encoded>
    I&#039;ve been playing around with Android application development quite a bit, over the last few months. The one thing I&#039;ve built that&#039;s actually quite usable has been the wake-on-lan client &lt;a href=&quot;http://apps.iomem.com/etherwaker/&quot;&gt;Etherwaker&lt;/a&gt; (because the world really needed another one of these, didn&#039;t it?)&lt;br /&gt;
&lt;br /&gt;
I&#039;ve just put the Mercurial &lt;a href=&quot;https://bitbucket.org/pdwerryhouse/etherwaker&quot;&gt;repository&lt;/a&gt; for it up on Bitbucket and released it under the GPL-3, for people to peruse or fork at their leisure.&lt;br /&gt;
&lt;br /&gt;
Five second guide to fetching the source: &lt;tt&gt;hg clone ssh://hg@bitbucket.org/pdwerryhouse/etherwaker&lt;/tt&gt;&lt;br /&gt;
&lt;br /&gt;
If you can&#039;t be bothered with all this, and just want to wake up your mythtv box from your bed, then it can be &lt;a href=&quot;https://market.android.com/details?id=com.dwerryhouse.etherwaker&quot;&gt;downloaded&lt;/a&gt; from the Android market. 
    </content:encoded>

    <pubDate>Fri, 16 Sep 2011 08:31:00 +1000</pubDate>
    <guid isPermaLink="false">http://weblog.leapster.org/archives/168-guid.html</guid>
    
</item>
<item>
    <title>Building a redundant mailstore with DRBD and GFS</title>
    <link>http://weblog.leapster.org/archives/167-Building-a-redundant-mailstore-with-DRBD-and-GFS.html</link>
            <category>Linux</category>
    
    <comments>http://weblog.leapster.org/archives/167-Building-a-redundant-mailstore-with-DRBD-and-GFS.html#comments</comments>
    <wfw:comment>http://weblog.leapster.org/wfwcomment.php?cid=167</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=167</wfw:commentRss>
    

    <author>paul@dwerryhouse.com.au (Paul Dwerryhouse)</author>
    <content:encoded>
    I&#039;ve recently been asked to build a redundant mailstore, using two server-class machines that are running Ubuntu. The caveat, however, is that no additional hardware will be purchased, so this rules out using any external filestorage, such as a SAN. I&#039;ve been investigating the use of &lt;a href=&quot;http://drbd.org/&quot; title=&quot;DRBD&quot;&gt;DRBD&lt;/a&gt; in a primary/primary configuration, to mirror a block device between the two servers, and then put &lt;a href=&quot;http://en.wikipedia.org/wiki/Global_File_System&quot; title=&quot;GFS2&quot;&gt;GFS2&lt;/a&gt; over the top of it, so that the filesystem can be mounted on both servers at once.&lt;br /&gt;
&lt;br /&gt;
While a set-up like this is more complex and fragile than using ext4 and DRBD in primary/secondary mode and clustering scripts to ensure that the filesystem is only ever mounted on one server at a time, it&#039;s likely that there will be a requirement for GFS on the same two servers for another purpose, in the near future, so it makes sense to use the same method of clustering for both.&lt;br /&gt;
&lt;br /&gt;
The following guide details how to get this going on Ubuntu 10.04 LTS (lucid). It won&#039;t work on any version older than this - the servers that this is destined for were originally running 9.04 (Jaunty), however, I&#039;ve tested DRBD+GFS on that release, and there&#039;s a problem that prevents it from working. As far as I&#039;m concerned, production servers should not be run on non-LTS Ubuntu releases, anyway, because the support lifecycle is far too short. This guide should also work fine for Debian 6.0 (squeeze), although I haven&#039;t tested it, yet.&lt;br /&gt;
&lt;br /&gt;
One thing to keep in mind - the Ubuntu package for gfs2-tools claims that &lt;i&gt;&quot;The GFS2 kernel modules themselves are highly experimental and &lt;strong&gt;MUST NOT&lt;/strong&gt; be used in a production environment yet&quot;&lt;/i&gt;. There&#039;s a problem with this, however - the gfs2 module is available in the kernel, in Ubuntu 10.04, but the original gfs isn&#039;t there (it wasn&#039;t ever there) and the redhat-cluster-source package which provides it, &lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/redhat-cluster/+bug/847615&quot; title=&quot;redhat-cluster-source bug&quot;&gt;doesn&#039;t build&lt;/a&gt;. I&#039;m inclined to say that the &quot;experimental&quot; warning is incorrect.&lt;br /&gt;
&lt;br /&gt;
Firstly, install DRBD:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;tt&gt;apt-get install drbd8-utils drbd8-source&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
We have to install the drbd8-source package in order to get  the drbd kernel module. When drbd is started, it should automatically run &lt;tt&gt;dkms&lt;/tt&gt; to build and install the module.&lt;br /&gt;
&lt;br /&gt;
Now, the servers I&#039;m using have their entire RAID already allocated to an LVM volume group named vg01, so I&#039;m going to create a 60Gb logical volume within this volume group, to be used as the backing store for the DRBD block device on each. Obviously, this step isn&#039;t compulsory and the DRBD block devices, can be put on a plain disk partition instead.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;tt&gt;lvcreate -L 60G -n mailmirror vg01&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
After this, configure &lt;tt&gt;/etc/drbd.conf&lt;/tt&gt; on both servers:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;pre&gt;global {
  usage-count yes;
}

common {
  protocol C;
}
resource r0 {
  net {
    allow-two-primaries;
    after-sb-0pri discard-zero-changes;
    after-sb-1pri discard-secondary;
    after-sb-2pri disconnect;
  }
  syncer {
    verify-alg sha1;
  }
  startup {
    become-primary-on both;
  }
  on mail01 {
    device    /dev/drbd0;
    disk      /dev/vg01/mailmirror;
    address   10.50.0.11:7789;
    meta-disk internal;
  }
  on mail02 {
    device    /dev/drbd0;
    disk      /dev/vg01/mailmirror;
    address   10.50.0.12:7789;
    meta-disk internal;
  }
}&lt;/pre&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
With this done, we can now set up the DRBD mirror, by running these commands on each server:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;tt&gt;drbdadm create-md r0 &lt;br /&gt;
modprobe drbd &lt;br /&gt;
drbdadm attach r0 &lt;br /&gt;
drbdadm syncer r0 &lt;br /&gt;
drbdadm connect r0&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
...and to start the replication between the two block devices, run the following on only &lt;b&gt;one&lt;/b&gt; server:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;tt&gt;drbdadm -- --overwrite-data-of-peer primary r0&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
By looking at &lt;tt&gt;/proc/drbd&lt;/tt&gt;, we&#039;ll be able to see the servers syncing. It&#039;s likely that this will take a long time to complete, but the drbd device can still be used, while that&#039;s happening. One last thing we need to do is move it from primary/secondary mode, into primary/primary mode, by running this on the &lt;i&gt;other&lt;/i&gt; server:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;tt&gt;drbdadm primary r0&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
So, now we want to create a GFS2 filesystem. There&#039;s a catch here, however: GFS2 cannot sit directly on a DRBD block device. Instead, we need to put an LVM physical volume on the DRBD device, and then create a volume group and logical volume within that. Furthermore, because this is going on a cluster, we need to use clustered LVM and associated clustering software:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;tt&gt;apt-get install cman clvm gfs2-tools&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
And then configure the cluster manager on each server. Put the following in &lt;tt&gt;/etc/cluster/cluster.conf&lt;/tt&gt;:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;pre&gt;&amp;lt;?xml version=&quot;1.0&quot; ?&amp;gt;
&amp;lt;cluster alias=&quot;mailcluster&quot; config_version=&quot;6&quot; name=&quot;mailcluster&quot;&amp;gt;
        &amp;lt;fence_daemon post_fail_delay=&quot;0&quot; post_join_delay=&quot;3&quot;/&amp;gt;
        &amp;lt;totem consensus=&quot;6000&quot; token=&quot;3000&quot;/&amp;gt;
        &amp;lt;clusternodes&amp;gt;
                &amp;lt;clusternode name=&quot;mail01&quot; nodeid=&quot;1&quot; votes=&quot;1&quot;&amp;gt;
                        &amp;lt;fence&amp;gt;
                                &amp;lt;method name=&quot;1&quot;&amp;gt;
                                        &amp;lt;device name=&quot;clusterfence&quot; nodename=&quot;mail01&quot;/&amp;gt;
                                &amp;lt;/method&amp;gt;
                        &amp;lt;/fence&amp;gt;
                &amp;lt;/clusternode&amp;gt;
                &amp;lt;clusternode name=&quot;mail02&quot; nodeid=&quot;2&quot; votes=&quot;1&quot;&amp;gt;
                        &amp;lt;fence&amp;gt;
                                &amp;lt;method name=&quot;1&quot;&amp;gt;
                                        &amp;lt;device name=&quot;clusterfence&quot; nodename=&quot;mail02&quot;/&amp;gt;
                                &amp;lt;/method&amp;gt;
                        &amp;lt;/fence&amp;gt;
                &amp;lt;/clusternode&amp;gt;
        &amp;lt;/clusternodes&amp;gt;
        &amp;lt;cman expected_votes=&quot;1&quot; two_node=&quot;1&quot;/&amp;gt;
        &amp;lt;fencedevices&amp;gt;
                &amp;lt;fencedevice agent=&quot;fence_manual&quot; name=&quot;clusterfence&quot;/&amp;gt;
        &amp;lt;/fencedevices&amp;gt;
        &amp;lt;rm&amp;gt;
                &amp;lt;failoverdomains/&amp;gt;
                &amp;lt;resources/&amp;gt;
        &amp;lt;/rm&amp;gt;
&amp;lt;/cluster&amp;gt;&lt;/pre&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
In the above, I&#039;m using manual fencing, because at the moment, I don&#039;t have any other method for fencing available to me. This should &lt;i&gt;not&lt;/i&gt; be done in production; it needs a real fencing device, such as an out-of-band management card (eg, Dell DRAC, HP iLO) to kill power to the opposite node, if something is amiss. All that manual fencing does is write messages to syslog, saying that fencing is needed.&lt;br /&gt;
&lt;br /&gt;
Without fencing, it&#039;s possible to encounter a situation where the DRBD device might have stopped mirroring, yet the mail spool is still mounted on each server, with the mail daemon on each one writing to its GFS filesystem independently, and that would be a very difficult mess to clean up.&lt;br /&gt;
&lt;br /&gt;
One other thing: there&#039;s an Ubuntu-specific catch here - Ubuntu&#039;s installer has this irritating habit of putting a host entry in &lt;tt&gt;/etc/hosts&lt;/tt&gt; for the hostname with an IP address of &lt;tt&gt;127.0.1.1&lt;/tt&gt;. This will break the clustering, so remove the entry from both servers, and either make sure your DNS is set up correctly for the name that you&#039;re using in your cluster interfaces, or add the correct addresses to the hosts file.&lt;br /&gt;
&lt;br /&gt;
You can now start up clustering on both hosts:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;tt&gt;/etc/init.d/cman start&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Run &lt;tt&gt;cman_tool nodes&lt;/tt&gt;, and if all is well, you&#039;ll see:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;pre&gt;Node  Sts   Inc   Joined               Name
   1   M    120   2011-09-14 10:53:32  mail01
   2   M    120   2011-09-14 10:53:32  mail02&lt;/pre&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
We&#039;ll need to make a couple of modifications to /etc/lvm/lvm.conf on both servers. Firstly, to make LVM use its built-in clustered locking:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;tt&gt;locking_type = 3&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
...and secondly, to make it look for LVM signatures on the drbd device (in addition to local disks):&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;tt&gt;filter = [&quot;a|sd.*|&quot;, &quot;a|drbd.*|&quot;, &quot;r|.*|&quot;]&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Now start up clvm:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;tt&gt;/etc/init.d/clvm start&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
At this point, we can create the LVM physical volume on the drbd device. Because we now have a mirror running between the two servers, we only need to do this on one server:&lt;/p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;tt&gt;pvcreate /dev/drbd0&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Run &lt;tt&gt;pvscan&lt;/tt&gt; on the other server, and we&#039;ll be able to see that we have a new PV there.&lt;br /&gt;
&lt;br /&gt;
Now, again, on only one server, create the volume group:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;tt&gt;vgcreate mailmirror /dev/drbd0&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Run &lt;tt&gt;vgscan&lt;/tt&gt; on the other server, to see that the VG also appears there.&lt;br /&gt;
&lt;br /&gt;
Next, we&#039;ll create a logical volume for the GFS filesystem (I&#039;m leaving 10Gb of space spare for a second GFS filesystem in the future):&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;tt&gt;lvcreate -L 50Gb -n spool mailmirror&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
And then &lt;tt&gt;lvscan&lt;/tt&gt; on the other server should show the new LV.&lt;br /&gt;
&lt;br /&gt;
The final step is to create the GFS2 filesystem:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;tt&gt;mkfs.gfs2 -t mailcluster:mailspool -p lock_dlm -j 2 /dev/mailmirror/spool&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;mailcluster&lt;/i&gt; is the name of the cluster, as defined in &lt;i&gt;/etc/cluster/cluster.conf&lt;/i&gt;, while &lt;i&gt;mailspool&lt;/i&gt; is a unique name for this filesystem.&lt;br /&gt;
&lt;br /&gt;
We can now to mount this filesystem on both servers, with:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;tt&gt;mount -t gfs2 /dev/mailmirror/spool /var/mail&lt;/tt&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
That&#039;s it! We now have have a redundant mailstore. Before starting your mail daemon, however, I&#039;d suggest changing its configuration to use maildir instead of mbox format, because having multiple servers writing to an mbox file is bound to cause corruption at some point.&lt;br /&gt;
&lt;br /&gt;
Other recommended changes would be to alter the servers&#039; init scripts so that drbd is started before cman and clvm.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;Paul Dwerryhouse is a freelance Open Source IT systems and software consultant, based in Australia. Follow him on twitter at &lt;a href=&quot;http://twitter.com/pdwerryhouse&quot; title=&quot;Paul Dwerryhouse on Twitter&quot;&gt;http://twitter.com/pdwerryhouse/&lt;/a&gt;.&lt;/i&gt; 
    </content:encoded>

    <pubDate>Wed, 14 Sep 2011 13:47:00 +1000</pubDate>
    <guid isPermaLink="false">http://weblog.leapster.org/archives/167-guid.html</guid>
    
</item>
<item>
    <title>Why Victorians should not put Senator Conroy last</title>
    <link>http://weblog.leapster.org/archives/163-Why-Victorians-should-not-put-Senator-Conroy-last.html</link>
            <category>Politics</category>
            <category>Religion</category>
            <category>Society</category>
            <category>Technology</category>
    
    <comments>http://weblog.leapster.org/archives/163-Why-Victorians-should-not-put-Senator-Conroy-last.html#comments</comments>
    <wfw:comment>http://weblog.leapster.org/wfwcomment.php?cid=163</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://weblog.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=163</wfw:commentRss>
    

    <author>paul@dwerryhouse.com.au (Paul Dwerryhouse)</author>
    <content:encoded>
    There has been quite a campaign to encourage people to &lt;a href=&quot;http://filter-conroy.org/&quot;&gt;put Senator Stephen Conroy last&lt;/a&gt; on the Victorian Senate ballot paper, in light of his never-ending attempts to filter the internet in Australia.&lt;br /&gt;
&lt;br /&gt;
I can sympathise - several years ago, I was advising people to put Senator Richard Alston last on the same ballot paper, for similar reasons, and did so myself. I was wrong to do this.&lt;br /&gt;
&lt;br /&gt;
By putting Senator Conroy last, you are effectively saying that his policies are worse than everyone else on the ballot paper. I am utterly against the filter, but, that said, there are plenty of issues just as serious, and there are some absolute nutcases standing for election for Victoria&#039;s senate seats. Let me provide a few examples:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://en.wikipedia.org/wiki/Family_first&quot;&gt;Family First&lt;/a&gt; are a group of extreme religious social conservatives, and most of their members belong to strange pentecostal sects. They too want a mandatory filter, but beyond that, they want to ban internet pornography entirely (good luck with that), they&#039;re firmly against abortion and euthanasia, and they believe that &quot;Small Business (are) the True Heroes of the Economy&quot;, whatever that means. Now, I&#039;m not saying that Family First are a front for whack-job churches like Hillsong and the Assembly of God, but whenever Senator Steven Fielding opens his mouth, I&#039;m pretty sure he&#039;s speaking in tongues. Their Queensland lead Senate &lt;a href=&quot;http://twitter.com/wendy4senate&quot;&gt;candidate&lt;/a&gt; has, err, &lt;a href=&quot;http://www.smh.com.au/technology/technology-news/family-first-candidate-wendy-francis-stands-by-gay--slur-on-twitter-20100809-11s5c.html&quot;&gt;issues&lt;/a&gt;, and in the last election, the party demonstrated their lack of judgement by endorsing &lt;a href=&quot;http://www.catchthefire.com.au/&quot;&gt;Pastor Danny Nalliah&lt;/a&gt; of Victoria&#039;s-bushfires-were-an-act-of-retribution-from-God fame. Stephen Conroy may be a devout Catholic, but he&#039;s not beyond ignoring stupid church doctrine and taking advantage of &lt;a href=&quot;http://www.theage.com.au/news/national/conroy-birth-prompts-review-of-surrogacy-laws/2006/11/07/1162661685121.html&quot;&gt;the NSW surrogacy laws&lt;/a&gt;, something which his own state doesn&#039;t allow. He&#039;s far better than the Family First nutters and should be put higher on the ballot paper than them.&lt;br /&gt;
&lt;br /&gt;
The &lt;a href=&quot;http://en.wikipedia.org/wiki/Citizens_Electoral_Council&quot;&gt;Citizens Electoral Council&lt;/a&gt; are a pack of &lt;a href=&quot;http://en.wikipedia.org/wiki/Lyndon_LaRouche&quot;&gt;Larouchite&lt;/a&gt; loons who should be put absolutely last on any sane human being&#039;s ballot paper. Conroy is far preferable to them.&lt;br /&gt;
&lt;br /&gt;
We all know who &lt;a href=&quot;http://en.wikipedia.org/wiki/One_Nation_(Australia)&quot;&gt;One Nation&lt;/a&gt; are, and what they stand for. The only reason I put them above the Citizens Electoral Council is that One Nation couldn&#039;t organise a dinner in a room full of fish-and-chip shop owners. They&#039;ve proved that they&#039;re too incompetent to be dangerous. Nevertheless, they&#039;re racist and extreme-right. Conroy is easily better than them.&lt;br /&gt;
&lt;br /&gt;
The &lt;a href=&quot;http://en.wikipedia.org/wiki/Liberal_Party_of_Australia&quot;&gt;Liberal Party of Australia&lt;/a&gt; is a socially conservative party with an almost-dead small-l liberal faction. It is led by a man who, when health minister, pulled out all stops &lt;a href=&quot;http://www.theage.com.au/news/National/Abbott-determined-to-keep-ban-on-RU486/2006/01/30/1138469630614.html&quot;&gt;to keep RU486 banned in Australia&lt;/a&gt;. He believes that &quot;climate change is crap&quot; and is so creepy that he &lt;a href=&quot;http://www.abc.net.au/news/stories/2010/01/27/2802087.htm&quot;&gt;talks to the media about his daughters&#039; virginity&lt;/a&gt;. One of the Liberal Party&#039;s Victorian candidates that is running for re-election is a former National Party member named &lt;a href=&quot;http://en.wikipedia.org/wiki/Julian_McGauran&quot;&gt;Julian McGauran&lt;/a&gt;. The Age has an interesting &lt;a href=&quot;http://www.theage.com.au/news/national/row-grows-in-lateterm-abortion-case/2005/07/01/1119724809174.html&quot;&gt;article&lt;/a&gt; that refers to him. Definitely going below Conroy.&lt;br /&gt;
&lt;br /&gt;
Obviously, there are plenty of &lt;i&gt;good&lt;/i&gt; parties to put above Labor: the Greens, The Australian Sex Party and The Australian Democrats are all socially liberal parties. Stephen Mayne (of &lt;a href=&quot;http://www.crikey.com.au/&quot;&gt;Crikey&lt;/a&gt; fame) is also running for the Senate, and while I disagree with a few things he&#039;s said in the past, he&#039;s shown himself to be honest and generally progressive.&lt;br /&gt;
&lt;br /&gt;
But to put Senator Conroy last on your ballot paper is to say that he&#039;s worse than a herd of far-right, bigoted religious fundamentalists, who want to interfere with your life. Despite his ridiculous stance on the filter, I don&#039;t believe that he is as bad as them. 
    </content:encoded>

    <pubDate>Thu, 19 Aug 2010 07:16:00 +1000</pubDate>
    <guid isPermaLink="false">http://weblog.leapster.org/archives/163-guid.html</guid>
    
</item>
<item>
    <title>Voting in Stockholm</title>
    <link>http://weblog.leapster.org/archives/162-Voting-in-Stockholm.html</link>
            <category>Politics</category>
            <category>Travel</category>
    
    <comments>http://weblog.leapster.org/archives/162-Voting-in-Stockholm.html#comments</comments>
    <wfw:comment>http://weblog.leapster.org/wfwcomment.php?cid=162</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=162</wfw:commentRss>
    

    <author>paul@dwerryhouse.com.au (Paul Dwerryhouse)</author>
    <content:encoded>
    So, I&#039;ve finished my mad dash from the north of Norway, to Stockholm, in order to vote in one of the only two locations in Scandinavia and the Baltics that Australia makes available (the other being Copenhagen). Australia typically only provides voting facilities in embassies, and as Norway, Finland, Estonia, Latvia and Lithuania only have honorary Australian consulates, there&#039;s no opportunity to vote in any of those countries (unless, of course, you have a permanent address there, and thus can get a postal vote).&lt;br /&gt;
&lt;br /&gt;
The voting process was all very straightforward - a room had been set up on the ground floor of the building which houses the embassy, so there was no need to pass through any faux-security measures in order to get in, unlike when I voted in The Hague back in 2001.&lt;br /&gt;
&lt;br /&gt;
No identification was required, as is typical for Australian elections - it was just a matter of completing what was probably a postal vote envelope, and then filling out the ballot papers. The electoral officer then explained how to vote on each paper - the instructions were accurate, though I felt she emphasised a little too strongly that the Senate ballot paper was big, which I suspect caused a couple of people who followed me to vote above the line. That said, she did point out that all the group ticket preference allocations were available for people to read, if they wanted. I always vote below the line, so I didn&#039;t have any need for this.&lt;br /&gt;
&lt;br /&gt;
I was amazed, however, at a question from one of the other voters in the room: &quot;This isn&#039;t for local elections, is it?&quot;. Seriously, I know I&#039;m more attuned to politics than the average person, but a question like this is probably a good argument for compulsory &lt;a href=&quot;http://en.wikipedia.org/wiki/Civics&quot;&gt;civics&lt;/a&gt; lessons in schools. I find it somewhat unbelievable that state schools still brainwash children with religious education, but fail to teach them the basics of how our democracy works.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 19 Aug 2010 05:45:00 +1000</pubDate>
    <guid isPermaLink="false">http://weblog.leapster.org/archives/162-guid.html</guid>
    
</item>
<item>
    <title>Arctic Circle</title>
    <link>http://weblog.leapster.org/archives/159-Arctic-Circle.html</link>
            <category>Travel</category>
    
    <comments>http://weblog.leapster.org/archives/159-Arctic-Circle.html#comments</comments>
    <wfw:comment>http://weblog.leapster.org/wfwcomment.php?cid=159</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=159</wfw:commentRss>
    

    <author>paul@dwerryhouse.com.au (Paul Dwerryhouse)</author>
    <content:encoded>
    For the last two weeks, I&#039;ve been drifting around northern Norway, spending a few days in the university town of &lt;a href=&quot;http://en.wikipedia.org/wiki/Trondheim&quot; title=&quot;Trondheim&quot;&gt;Trondheim&lt;/a&gt;, before moving further north to &lt;a href=&quot;http://en.wikipedia.org/wiki/Bod%C3%B8&quot; title=&quot;Bodø&quot;&gt;Bodø&lt;/a&gt; and the &lt;a href=&quot;http://en.wikipedia.org/wiki/Lofoten&quot; title=&quot;Lofotens&quot;&gt;Lofotens&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;serendipity_imageComment_right&quot; style=&quot;width: 110px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://weblog.leapster.org/uploads/travel/trondheim.jpg&#039; onclick=&quot;F1 = window.open(&#039;/uploads/travel/trondheim.jpg&#039;,&#039;Zoom&#039;,&#039;height=524,width=702,top=45.5,left=168.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:30 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;110&quot; height=&quot;81&quot;  src=&quot;http://weblog.leapster.org/uploads/travel/trondheim.serendipityThumb.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Trondheim sunset&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
I was lucky enough to arrive in Trondheim during the &lt;a href=&quot;http://www.olavsfestdagene.no&quot;&gt;St. Olav festival&lt;/a&gt;, a week-long smörgåsbord (ok, that&#039;s a Swedish term) of music and food, including a concert by one of Sweden&#039;s biggest bands, &lt;a href=&quot;http://en.wikipedia.org/wiki/Kent_(band)&quot;&gt;Kent&lt;/a&gt; who, surprisingly, have absolutely no profile in English-speaking countries whatsoever.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;serendipity_imageComment_left&quot; style=&quot;width: 110px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://weblog.leapster.org/uploads/travel/a_i_lofoten.jpg&#039; onclick=&quot;F1 = window.open(&#039;/uploads/travel/a_i_lofoten.jpg&#039;,&#039;Zoom&#039;,&#039;height=510,width=675,top=52.5,left=182,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:32 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;110&quot; height=&quot;83&quot;  src=&quot;http://weblog.leapster.org/uploads/travel/a_i_lofoten.serendipityThumb.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Å&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
My visit to the Lofoten islands included a couple of nights in a small fishing village with the simple, easy to spell name of &lt;a href=&quot;http://en.wikipedia.org/wiki/%C3%85,_Moskenes&quot; title=&quot;Å&quot;&gt;Å&lt;/a&gt;, after a three hour ferry ride from Bodø, which left me feeling decidedly nauseous, although I&#039;m not entirely sure if that was from the rough seas, or just the smell from the other passengers who had thrown up. Either way, I was glad to get back onto land.&lt;br /&gt;
&lt;br /&gt;
The Lofotens would be, I imagine, a hiker&#039;s ultimate dream. Huge dramatic peaks emerging from the sea, and unbelievable views from the top. I&#039;m not anywhere close to being an experienced hiker or bushwalker, but I have been getting out and walking up quite a few of these mountains, and in one case, high enough that there was still some snow at the top. On a clear day, you can see for miles, and there&#039;s virtually no sound other than the wind, and in some cases, running water.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve found Norway to be particularly easy to travel in; almost everyone speaks English to some degree - and furthermore, Norwegian is very similar to both Swedish, which I took a short-course in three years ago, and written Danish, which I&#039;ve attempted to teach myself, in the past, thus reading signs, menus and travel websites isn&#039;t too much of a problem. Being a Germanic language, Norwegian also shares quite a bit of vocabulary with German and Dutch (both of which I&#039;ve had quite a bit of exposure to), as well as English itself, or at least the parts of it that weren&#039;t bastardised by the Normans. Unfortunately, my attempts to try a bit of Norwegian don&#039;t usually work too well, and I usually have to fall back to English.&lt;br /&gt;
&lt;br /&gt;
One thing that is really fantastic here is the extent of good broadband internet access; I&#039;ve been in tiny little towns, often with populations of one hundred or less, and it&#039;s been clear from the wifi signals (and, admittedly, a little prodding of the open ones, on my part) that good broadband is available widely. There would be towns of similar size in Victoria who still have trouble getting a reliable dial-up connection. Mobile broadband also appears to be widespread, and not just from the former monopoly telco &lt;a href=&quot;http://telenor.no/&quot; title=&quot;Telenor&quot;&gt;Telenor&lt;/a&gt;, but also a second carrier &lt;a href=&quot;http://netcom.no/&quot; title=&quot;Netcom&quot;&gt;Netcom&lt;/a&gt; - and while the prices are, naturally, fairly expensive for an Australian, Netcom at least allows unlimited downloads for 20kr (AUD$3.6 / €2.50) per day, rather than capping or just pretending that it&#039;s unlimited and then charging for excess usage (ie, more than 50Mb per day) like a certain telco in the Netherlands did to me.&lt;br /&gt;
&lt;br /&gt;
I&#039;m now in &lt;a href=&quot;http://en.wikipedia.org/wiki/Narvik&quot; title=&quot;Narvik&quot;&gt;Narvik&lt;/a&gt;, a port city and part-time &lt;a href=&quot;http://www.narvikfjellet.no/&quot;&gt;ski-resort&lt;/a&gt;, waiting for a bus to take me to my northernmost destination, &lt;a href=&quot;http://en.wikipedia.org/wiki/Troms%C3%B8&quot; title=&quot;Tromsø&quot;&gt;Tromsø&lt;/a&gt;. I had originally planned to go further north to &lt;a href=&quot;http://en.wikipedia.org/wiki/Nordkapp&quot; title=&quot;Nordkapp&quot;&gt;Nordkapp&lt;/a&gt;, but unfortunately the Australian election has put paid to that, and I have to get to Stockholm before August 21st, to vote.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;serendipity_imageComment_right&quot; style=&quot;width: 110px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://weblog.leapster.org/uploads/travel/narvik_summit.jpg&#039; onclick=&quot;F1 = window.open(&#039;/uploads/travel/narvik_summit.jpg&#039;,&#039;Zoom&#039;,&#039;height=510,width=675,top=52.5,left=182,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:31 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;110&quot; height=&quot;83&quot;  src=&quot;http://weblog.leapster.org/uploads/travel/narvik_summit.serendipityThumb.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Narvikfjelle summit&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
While the midnight sun has long passed, it still does not get completely dark at night; it&#039;s possible to wander around at midnight and not require any artificial lighting at all. Two evenings ago, I walked up Narvik&#039;s closest mountain, leaving at about 3.30pm and not reaching the summit until around 8pm - the sun was still high in the sky, and it was as bright as it had been in the middle of the day. It took me another two hours to walk back down again, and at 10pm, the sun was only just beginning to drop below the mountains to the west.&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 10 Aug 2010 19:32:00 +1000</pubDate>
    <guid isPermaLink="false">http://weblog.leapster.org/archives/159-guid.html</guid>
    
</item>
<item>
    <title>Scotland - Highlands tour</title>
    <link>http://weblog.leapster.org/archives/157-Scotland-Highlands-tour.html</link>
            <category>Travel</category>
    
    <comments>http://weblog.leapster.org/archives/157-Scotland-Highlands-tour.html#comments</comments>
    <wfw:comment>http://weblog.leapster.org/wfwcomment.php?cid=157</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=157</wfw:commentRss>
    

    <author>paul@dwerryhouse.com.au (Paul Dwerryhouse)</author>
    <content:encoded>
    Wow. I really am inept at keeping this up-to-date.&lt;br /&gt;
&lt;br /&gt;
Well, I&#039;ll make the last month brief: Toronto (a week recovering from my travel so far); London - UK (two weeks recovering from my week in Toronto); Edinburgh (not surprisingly, recovering from London - I see a pattern developing here).&lt;br /&gt;
&lt;br /&gt;
Following Edinburgh, I signed up with &lt;a href=&quot;http://macbackpackers.com/&quot;&gt;Macbackpackers&lt;/a&gt; for a &lt;a href=&quot;http://macbackpackers.com/tours/5-day-skye-highland-fling/&quot;&gt;five day tour&lt;/a&gt; of Scotland&#039;s Highlands and Isle of Skye. I don&#039;t normally take tours, generally preferring to travel independently, but not wanting to drive, this tends to limit my options to cities and larger towns. I&#039;d also had recommendations from friends about this company, so I decided that it would be a nice change.&lt;br /&gt;
&lt;br /&gt;
And they certainly weren&#039;t wrong; the tour was the most fun I&#039;ve had during my trip so far. Our guide, a native highlander was excellent. From the moment he entered the bus, he had the group (of around 21-22 people) laughing and kept it up for the entire trip. His knowledge of the area and its history was first-rate, and had an amazing gift for storytelling while keeping the bus on the road.&lt;br /&gt;
&lt;br /&gt;
The tour is designed for people under 35, but they don&#039;t enforce this, unlike many of the &quot;youth tour&quot; operators in Europe (who won&#039;t let someone like me, two years older than the cutoff point, aboard); they&#039;ll welcome anyone onto the tour, as long as you&#039;re happy to keep up with the fairly vigorous program, such as walking up steep hills, swimming in the freezing Loch Ness and late, alcohol-fueled nights in pubs. And then 9am starts the next morning.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;serendipity_imageComment_left&quot; style=&quot;width: 360px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;!-- s9ymdb:27 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;360&quot; height=&quot;270&quot;  src=&quot;http://weblog.leapster.org/uploads/travel/loch_ness_swim.jpg&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Swimming in Loch Ness&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Accomodation is at the company&#039;s many &lt;a href=&quot;http://scotlandstophostels.com/&quot;&gt;hostels&lt;/a&gt;, which range from utterly excellent (&lt;a href=&quot;http://scotlandstophostels.com/edinburgh/castle-rock-hostel/&quot;&gt;Castle Rock&lt;/a&gt;, Edinburgh) to fairly cramped and lacking sufficient numbers of showers, but otherwise clean and friendly (&lt;a href=&quot;http://scotlandstophostels.com/inverness/&quot;&gt;Inverness&lt;/a&gt;); but you&#039;re not obligated to stay in these - you can book hotels or B&amp;Bs seperately, if you prefer.&lt;br /&gt;
&lt;br /&gt;
The first day took us north from Edinburgh, via Pitlochry, to Inverness, visiting Ruthven Barracks and the Culloden Moor Battlefield. Day two was onwards to Skye, with a stop in Ullapool for lunch, and a scenic drive south along the west coast.&lt;br /&gt;
Following this was a day doing a circuit of Skye, including a couple of walks through the highlands.&lt;br /&gt;
&lt;br /&gt;
The fourth day was packed with a boat trip on Loch Ness, and yet more walking, this time through Glen Coe. The tour&#039;s evening grand finale was a night of Ceilidh Dancing in Oban, which is great fun; essentially it&#039;s barn-style dancing, sometimes with one partner, sometimes with multiple partners, to traditional Scottish music.&lt;br /&gt;
&lt;br /&gt;
After that, we wound down with a tour of Oban&#039;s whisky distillery and a visit to the National Wallace Monument... and then a relaxing drive back to Edinburgh.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;serendipity_imageComment_right&quot; style=&quot;width: 360px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;!-- s9ymdb:28 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;360&quot; height=&quot;270&quot;  src=&quot;http://weblog.leapster.org/uploads/travel/ceilidh_dancing.jpg&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Ceilidh Dancing in Oban&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
I didn&#039;t know any of the people I was travelling with prior to the trip, but within just a few hours we all got along really well. It&#039;s amazing how quickly people will bond, if you pack them into a bus, goad them to strip down to their underwear (or bathers, for those of us who are slightly more prepared), bribe them to get into a freezing lake, and follow it with a bottle of whiskey (allegedly to warm them up, but frankly I think there was an ulterior motive).&lt;br /&gt;
&lt;br /&gt;
Anyway, I now find myself back where I started: it&#039;s taken me the best part of a week in Glasgow and Belfast to recover from this...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Standard disclaimer applies: I&#039;m not affiliated with this company at all, but I really really enjoyed the tour, and highly recommend it.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 26 Jun 2010 07:31:00 +1000</pubDate>
    <guid isPermaLink="false">http://weblog.leapster.org/archives/157-guid.html</guid>
    
</item>
<item>
    <title>Quebec City, Montreal and Ottawa</title>
    <link>http://weblog.leapster.org/archives/155-Quebec-City,-Montreal-and-Ottawa.html</link>
            <category>Travel</category>
    
    <comments>http://weblog.leapster.org/archives/155-Quebec-City,-Montreal-and-Ottawa.html#comments</comments>
    <wfw:comment>http://weblog.leapster.org/wfwcomment.php?cid=155</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://weblog.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=155</wfw:commentRss>
    

    <author>paul@dwerryhouse.com.au (Paul Dwerryhouse)</author>
    <content:encoded>
    I&#039;ve spent the last week in Canada, firstly in Quebec City and then Montreal. Quebec City gave me a bit of a chance to improve what little French knowledge I have - this amounts to a four week &lt;a href=&quot;http://www.languages.unimelb.edu.au/short/summer/&quot;&gt;summer school course&lt;/a&gt; that I took at Melbourne University back in 1997, most of which I&#039;ve forgotten.&lt;br /&gt;
&lt;br /&gt;
Montreal, on the other hand, turned out to have a large English-speaking population, which is something I didn&#039;t expect from the largest city in a province that is so rabidly francophone that even their stop signs are in French:&lt;br /&gt;
&lt;br /&gt;
&lt;!-- s9ymdb:26 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;248&quot; height=&quot;330&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://weblog.leapster.org/uploads/arret.jpg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
From what I remember of France, for all of their anti-English sentiment, they have &quot;Stop&quot; on their stop signs. Clearly, they&#039;re softies in the face of anglophonic cultural imperialism.&lt;br /&gt;
&lt;br /&gt;
I&#039;m now in Ottawa, and hoping very much that this city, which seems to have had a history not unlike that of Australia&#039;s capital (chosen for its location midway between two bickering groups), isn&#039;t anywhere near as boring as Canberra.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 16 May 2010 11:00:00 +1000</pubDate>
    <guid isPermaLink="false">http://weblog.leapster.org/archives/155-guid.html</guid>
    
</item>
<item>
    <title>New York</title>
    <link>http://weblog.leapster.org/archives/154-New-York.html</link>
            <category>Travel</category>
    
    <comments>http://weblog.leapster.org/archives/154-New-York.html#comments</comments>
    <wfw:comment>http://weblog.leapster.org/wfwcomment.php?cid=154</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=154</wfw:commentRss>
    

    <author>paul@dwerryhouse.com.au (Paul Dwerryhouse)</author>
    <content:encoded>
    I&#039;m currently in New York, and have had the chance to see a &lt;a href=&quot;http://www.abc.net.au/news/stories/2010/05/03/2888304.htm&quot;&gt;live amateurish terrorist attack&lt;/a&gt; in progress. Well, at least, thousands of people standing around, on the streets surrounding Times Square, while police yell &quot;Keep moving! You can&#039;t stay here!&quot; to little effect.&lt;br /&gt;
&lt;br /&gt;
I haven&#039;t exactly been keeping this blog up-to-date with my travel progress; so far, since Vancouver, I&#039;ve travelled to Seattle, Chicago, Boston, Washington DC, and now here, all by train (and one bus). So I&#039;ve now officially travelled the US from west to east coast, entirely over land. I haven&#039;t even done that in Australia.&lt;br /&gt;
&lt;br /&gt;
In the unlikely event that one of you actually wants to read more of my travels (and other mindless, off-the-cuff thoughts), I&#039;m on Twitter as &lt;a href=&quot;http://twitter.com/paul88888&quot;&gt;paul88888&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Mon, 03 May 2010 08:25:00 +1000</pubDate>
    <guid isPermaLink="false">http://weblog.leapster.org/archives/154-guid.html</guid>
    
</item>
<item>
    <title>1984</title>
    <link>http://weblog.leapster.org/archives/153-1984.html</link>
            <category>Society</category>
    
    <comments>http://weblog.leapster.org/archives/153-1984.html#comments</comments>
    <wfw:comment>http://weblog.leapster.org/wfwcomment.php?cid=153</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://weblog.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=153</wfw:commentRss>
    

    <author>paul@dwerryhouse.com.au (Paul Dwerryhouse)</author>
    <content:encoded>
    I don&#039;t quite know how I have managed to go this long without actually ever having read Orwell&#039;s &lt;a href=&quot;http://en.wikipedia.org/wiki/Nineteen_Eighty-Four&quot;&gt;1984&lt;/a&gt;, but I&#039;m ashamed to admit that until this week, that was the case.&lt;br /&gt;
&lt;br /&gt;
Evidently, the novel is public domain in Australia, and thus can be downloaded from &lt;a href=&quot;http://gutenberg.net.au/ebooks01/0100021h.html&quot;&gt;The Gutenberg Project&lt;/a&gt;, which is how I obtained it, and all keen readers of my weblog will know that I am definitely located in Australia right now. Yep. Yessiree. That&#039;s right.&lt;br /&gt;
&lt;br /&gt;
Anyway, since I imagine that you all have probably read it years ago, I won&#039;t bore you with the details, other than to comment how similar Orwell&#039;s depressing, dystopian, totalitarian world seems to that of the environment created by huge multinational IT services companies: pointless busywork, more managers than productive workers and a constant stream of meaningless management-speak. &lt;br /&gt;
&lt;br /&gt;
What actually stirred up my interest in reading 1984, however, was &lt;a href=&quot;http://www.abc.net.au/news/stories/2010/04/15/2874257.htm?section=justin&quot;&gt;this story&lt;/a&gt; from the ABC, a couple of weeks ago, about pubs and clubs in Australia scanning the ID of patrons at the door, and the utterly knob-ended comment from a concerned party that &quot;partygoers who have nothing to hide should not be afraid&quot; and &quot;Big brother is here to stay. It&#039;s not just venues. Everywhere you go they collect data and they store it&quot;.&lt;br /&gt;
&lt;br /&gt;
I can only presume that it&#039;s this sort of dimwit who would be the first to have the telescreen installed in their house. 
    </content:encoded>

    <pubDate>Mon, 26 Apr 2010 09:34:00 +1000</pubDate>
    <guid isPermaLink="false">http://weblog.leapster.org/archives/153-guid.html</guid>
    
</item>
<item>
    <title>Vancouver and a request for travel advice.</title>
    <link>http://weblog.leapster.org/archives/151-Vancouver-and-a-request-for-travel-advice..html</link>
            <category>Travel</category>
    
    <comments>http://weblog.leapster.org/archives/151-Vancouver-and-a-request-for-travel-advice..html#comments</comments>
    <wfw:comment>http://weblog.leapster.org/wfwcomment.php?cid=151</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=151</wfw:commentRss>
    

    <author>paul@dwerryhouse.com.au (Paul Dwerryhouse)</author>
    <content:encoded>
    I&#039;ve temporarily re-entered the real world of metric measurements and free public health care in Vancouver, Canada. &lt;br /&gt;
&lt;br /&gt;
My plans are to backtrack to Seattle tomorrow, and then on Thursday, catch a train eastbound to Chicago. However, I have a slight problem - the train journey takes over two days, and the last thing I really want to do is spend two nights in a row in a coach class seat on a train. Hence, I&#039;m looking to break up the journey somewhere, preferably in a location where the train arrives late-morning or very early afternoon, so that I don&#039;t have to get out of bed at an insane hour the next day.&lt;br /&gt;
&lt;br /&gt;
As far as I can tell, this limits my options to some very small towns in Montana: &lt;a href=&quot;http://en.wikipedia.org/wiki/Cut_Bank_Montana&quot;&gt;Cut Bank&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Shelby,_Montana&quot;&gt;Shelby&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Havre_Montana&quot;&gt;Havre&lt;/a&gt; or &lt;a href=&quot;http://en.wikipedia.org/wiki/Malta_Montana&quot;&gt;Malta&lt;/a&gt;. I know very little about any of them, and on past experience, small towns tend to bore the hell out of me. If anyone has any recommendations about the pros and cons of staying in any these towns, I&#039;d appreciate it. (And before anyone suggests it, no, I&#039;m not flying. That&#039;s cheating). 
    </content:encoded>

    <pubDate>Tue, 13 Apr 2010 02:45:00 +1000</pubDate>
    <guid isPermaLink="false">http://weblog.leapster.org/archives/151-guid.html</guid>
    
</item>
<item>
    <title>At least it's not 47 hours in the air.</title>
    <link>http://weblog.leapster.org/archives/152-At-least-its-not-47-hours-in-the-air..html</link>
            <category>Travel</category>
    
    <comments>http://weblog.leapster.org/archives/152-At-least-its-not-47-hours-in-the-air..html#comments</comments>
    <wfw:comment>http://weblog.leapster.org/wfwcomment.php?cid=152</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=152</wfw:commentRss>
    

    <author>paul@dwerryhouse.com.au (Paul Dwerryhouse)</author>
    <content:encoded>
    Well, the question I asked in my &lt;a href=&quot;http://weblog.leapster.org/archives/151-Vancouver-and-a-request-for-travel-advice..html&quot;&gt;previous post&lt;/a&gt; is redundant. Turns out that due to &lt;a href=&quot;http://www.amtrak.com/&quot;&gt;Amtrak&#039;s&lt;/a&gt; strange pricing, it would have cost me US$100 extra to break the journey, which seems pretty silly. I&#039;m not going to hand over that amount of money for something which effectively costs Amtrak nothing at all, and therefore am now an hour into a &lt;em&gt;47 hour&lt;/em&gt; train journey from Seattle to Chicago. In coach class.&lt;br /&gt;
&lt;br /&gt;
Fortunately, I have a power-point, a netbook and a mobile broadband adaptor, although I suspect that net access is unlikely to be available between towns... 
    </content:encoded>

    <pubDate>Fri, 16 Apr 2010 10:50:00 +1000</pubDate>
    <guid isPermaLink="false">http://weblog.leapster.org/archives/152-guid.html</guid>
    
</item>
<item>
    <title>Portland, Oregon</title>
    <link>http://weblog.leapster.org/archives/150-Portland,-Oregon.html</link>
            <category>Travel</category>
    
    <comments>http://weblog.leapster.org/archives/150-Portland,-Oregon.html#comments</comments>
    <wfw:comment>http://weblog.leapster.org/wfwcomment.php?cid=150</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://weblog.leapster.org/rss.php?version=2.0&amp;type=comments&amp;cid=150</wfw:commentRss>
    

    <author>paul@dwerryhouse.com.au (Paul Dwerryhouse)</author>
    <content:encoded>
    I&#039;m currently sitting in Portland&#039;s Union station, waiting for a train that will take me north to Seattle, to connect with a bus on to Vancouver. I&#039;ve been in Portland for the last three nights, staying at the Hostelling International North-West hostel (see &lt;a href=&quot;http://lastcarriage.com/archives/152-Review-Portlands-HI-Northwest-hostel.html&quot;&gt;here&lt;/a&gt; for my review of it).&lt;br /&gt;
&lt;br /&gt;
Portland is reputedly one of the US&#039;s most liberal cities, and there&#039;s certainly no shortage of &lt;a href=&quot;http://images7.cafepress.com/product/82681777v4_150x150_Front.jpg&quot;&gt;anti-Bush&lt;/a&gt; stickers still attached to the bumper bars of the cars here, even though it&#039;s well over a year since he left office. It&#039;s a pretty relaxed city, but it doesn&#039;t have the buzz to it that San Francisco and Berkeley had - in fact, there didn&#039;t seem to be an awful lot of people out and about, and Portland&#039;s Chinatown was utterly dead, even at lunchtime, a far-cry from what I&#039;ve seen from Melbourne and Sydney&#039;s Chinatowns.&lt;br /&gt;
&lt;br /&gt;
Liberal and relaxed or not, I&#039;ve had my first encounter with an angry, middle-aged, paranoid, white American male, who threw a hissy-fit in the middle of the street because he thought I was staring at him. Apparently walking around in mirrored-sunglasses freaks out the nutjobs - it&#039;s not just a fashion-crime on my part, anymore. 
    </content:encoded>

    <pubDate>Sun, 11 Apr 2010 04:24:14 +1000</pubDate>
    <guid isPermaLink="false">http://weblog.leapster.org/archives/150-guid.html</guid>
    
</item>

</channel>
</rss>
