<?xml version="1.0"?>
<!-- name="generator" content="pyblosxom/0.8rc1" -->

<rss version="0.91">
  <channel>
    <title>Feet up!   </title>
    <link>http://feetup.org/blog/</link>
    <description>Feet up! Jim Hughes' weblog</description>
    <language>en</language>
<item>
    <title>4G Auction, or is it just another tax?</title>
    <link>http://feetup.org/blog/mobile/AuctionOrTax.html</link>
    <description>&lt;p&gt;Disclaimer, I&apos;m not an economist so some of this may be arrant bollocks, but, please read on...&lt;/p&gt;

&lt;p&gt;In economics there&apos;s a term called the &lt;a href=&quot;http://en.wikipedia.org/wiki/Laffer_curve&quot;&gt;Laffer curve&lt;/a&gt; which describes the relationship between rates of taxation and the resulting level of government revenue received, for example a low tax rate may achieve a better return than a higher tax that restricts the incentive to perform an activity, equally a tax rate that is too low may not receive the maximum possible revenue.&lt;/a&gt;

&lt;p&gt;My contention is that an auction of 4G spectrum to mobile network operators may effectively be on the wrong (high) side of this curve, the UK operators may also believe so, as the recent &lt;a href=&quot;http://www.bbc.co.uk/news/business-21516243&quot;&gt;UK auction results suggest&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;A simplistic view may be that the 4G license is effectively a license for the operators to print money - to some extent this is true (but that&apos;s where corporation tax should come into play) - but it ignores the reality of the costs of network rollout (even if in some cases this is little more than software upgrades to existing masts), and the fact that the operators are running their businesses in a competitive regulated non-monopoly environment. The operators need to recoup their auction costs, and this invariably involves higher costs to the consumer (in effect following yet another Laffer style curve). Whilst these higher costs will in themselves raise more taxation (VAT) for the government, they will restrict innovation, and in a global market this may have a far more serious impact on the economy and the eventual tax take.&lt;/p&gt;

&lt;p&gt;In these financially interesting times, should the government be encouraging mobile innovation, or hamstringing it via higher costs? Does the UK want to take the lead in the global mobile market, or not? Just a thought...&lt;/p&gt;

</description>
  </item>
<item>
    <title>Beyond torrents, using the cloud</title>
    <link>http://feetup.org/blog/tech/Beyond-Torrents.html</link>
    <description>&lt;p&gt;If you download a file with http or ftp it&apos;s obvious that you&apos;ve &quot;downloaded&quot; it and where you downloaded it from, with a torrent it&apos;s less clear-cut, but what if the file just turns up in you Dropbox directory? I suspect this and similar situations are likely to keep lawyers busy in the future.&lt;/p&gt;

&lt;p&gt;Case 1 is &lt;a href=&quot;https://en.wikipedia.org/wiki/Dropship_%28software%29&quot;&gt;Dropship&lt;/a&gt; a software project which took advantage of Dropbox&apos;s file de-duplication functionality to &quot;copy&quot; files between different users&apos; Dropbox accounts requiring only file meta-data (filename, hash) information. Dropbox have made api changes such that &lt;a href=&quot;https://github.com/driverdan/dropship&quot;&gt;Dropship&lt;/a&gt; no longer works, but future projects that take advantage of the de-duplication loophole are &lt;a href=&quot;http://forwardfeed.pl/index.php/2011/04/28/dropship-whats-next/&quot;&gt;almost inevitable&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Case 2 is &lt;a href=&quot;http://torrentfreak.com/boxopus-downloads-torrents-to-dropbox-120623/&quot;&gt;Boxupus&lt;/a&gt; who also download torrents &quot;directly&quot; to your Dropbox account. I don&apos;t know the mechanics of how they do this, but taking advantage of Dropbox&apos;s de-duplication algorithms seems to be a possibility. They also have been &lt;a href=&quot;http://blog.boxopus.com/index.php/2012/06/25/dropbox-disconnects-us/&quot;&gt;stopped by Dropbox&lt;/a&gt;, but surely they or others will be back.&lt;/p&gt;

&lt;p&gt;One thing is certain &quot;downloading&quot; and file sharing are not going away any time soon, and at some point it&apos;s going to be difficult to determine &quot;where&quot; the bits are, and &quot;who&quot; is actually downloading.&lt;/p&gt;

</description>
  </item>
<item>
    <title>Over the Bubble</title>
    <link>http://feetup.org/blog/dev/OverTheBubble.html</link>
    <description>&lt;p&gt;Over the Bubble (&lt;a href=&quot;https://twitter.com/overthebubble&quot;&gt;@OverTheBubble&lt;/a&gt;) is a Twitter bot I run based on &lt;a href=&quot;http://www.dracos.co.uk/&quot;&gt;Matthew Somerville&apos;s&lt;/a&gt; &lt;a href=&quot;http://www.dracos.co.uk/play/above-brum/&quot;&gt;Above Brum&lt;/a&gt; project. Matthew&apos;s bot sends a message approx 30 minutes before an &lt;a href=&quot;https://en.wikipedia.org/wiki/Iridium_flares&quot;&gt;Iridium flare&lt;/a&gt; or an &lt;a href=&quot;https://en.wikipedia.org/wiki/International_Space_Station&quot;&gt;ISS&lt;/a&gt; flyby over Birmingham, mine does exactly the same but for &lt;a href=&quot;https://en.wikipedia.org/wiki/Whitstable&quot;&gt;Whitstable&lt;/a&gt; (aka the Bubble) instead of Brum.&lt;/p&gt;

&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://feetup.org/images/OverTheBubble.png&quot; /&gt;&lt;/p&gt;

&lt;p&gt;My bot is based on Matthew&apos;s code (with different lat/long), and both bots scrape their data from &lt;a href=&quot;http://www.heavens-above.com/&quot;&gt;Heavens Above&lt;/a&gt;. Other Earth-visible satellites could easily be added to the bot&apos;s reporting, if required please ask!&lt;/p&gt;

</description>
  </item>
<item>
    <title>2012-06-15 links</title>
    <link>http://feetup.org/blog/linkblog/links_2012-06-15.html</link>
    <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://wbell.web.cern.ch/wbell/BashIntro/&quot; title=&quot;A basic overview of the BASH scripting language, with examples&quot;&gt;An introduction to Bash&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/reference&quot;&gt;reference&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/linux&quot;&gt;linux&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://linuxcommand.org/learning_the_shell.php&quot; title=&quot;great overview of how to use the Linux shell&quot;&gt;LinuxCommand.org: Learning the shell.&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/reference&quot;&gt;reference&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/linux&quot;&gt;linux&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Taken from &lt;a href=&quot;http://del.icio.us/jimh&quot;&gt;Jim&amp;#8217;s del.icio.us links&lt;/a&gt;&lt;/p&gt;</description>
  </item>
<item>
    <title>Ten</title>
    <link>http://feetup.org/blog/blogging/Ten.html</link>
    <description>&lt;p&gt;&lt;a href=&quot;http://www.cix.co.uk/~jimh/weblog/2002_05_01_archive.html#76796726&quot;&gt;Ten years of blogging&lt;/a&gt;?! That&apos;s come as a bit of a surprise to me, admittedly I&apos;ve been hardly prolific for the last 2-3 years, but I am still going to keep this going. Much of the shorter content that I used to blog now goes to &lt;a href=&quot;https://twitter.com/jimh&quot;&gt;Twitter&lt;/a&gt;, &lt;a href=&quot;http://identi.ca/jimh&quot;&gt;Identi.ca&lt;/a&gt; or &lt;a href=&quot;http://www.delicious.com/jimh&quot;&gt;Delicious&lt;/a&gt;, and arguably gets exposed to a far smaller audience. With that thought in mind I&apos;m aiming to bring more content back here, let&apos;s see how that works out.&lt;/p&gt;

&lt;p&gt;I suggest you put your feet up, and watch how this evolves.&lt;/p&gt;

</description>
  </item>
<item>
    <title>Re-enabling Ubuntu Hibernation</title>
    <link>http://feetup.org/blog/tech/hibernate.html</link>
    <description>&lt;p&gt;For some (sightly odd, imho) reason, Ubuntu decided to &lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/policykit-desktop-privileges/+bug/812394&quot;&gt;disable hibernation by default&lt;/a&gt; in the latest release - 12.04&lt;/p&gt;

&lt;p&gt;Fortunately re-enabling &lt;a href=&quot;http://en.wikipedia.org/wiki/Hibernation_%28computing%29&quot;&gt;hibernation&lt;/a&gt; (on machines that support it) is reasonably simple, with step by step instructions on &lt;a href=&quot;https://help.ubuntu.com/12.04/ubuntu-help/power-hibernate.html&quot;&gt;help.ubuntu.com&lt;/a&gt; and &lt;a href=&quot;http://askubuntu.com/questions/94754/how-to-enable-hibernation-in-12-04&quot;&gt;askubuntu.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This is one of those occasions where I believe Ubuntu made the wrong decision, it might save them bug reports from unsupported hardware, but disabling a useful - working - feature on many machines is never a great idea.&lt;/p&gt;
</description>
  </item>
<item>
    <title>Imola revisited</title>
    <link>http://feetup.org/blog/motorsport/Imola-Revisited.html</link>
    <description>&lt;p&gt;Out of the archives of Fun-1, &lt;a href=&quot;http://www.ewanspence.com/blog/&quot;&gt;Ewan&lt;/a&gt; finds an old post of mine about the &lt;a href=&quot;http://www.ewanspence.com/blog/2012/05/01/remembering-roland/&quot;&gt;tragic events at Imola in 1994&lt;/a&gt;, which I had also &lt;a href=&quot;http://feetup.org/blog/motorsport/Imola-94.html&quot;&gt;revisited in 2009&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;18 years on, I&apos;m still stunned when I think of the event, although Asif Kapadia&apos;s &lt;a href=&quot;http://en.wikipedia.org/wiki/Senna_%28film%29&quot;&gt;Senna documentary&lt;/a&gt; has softened my viewpoint on Ayrton. Perhaps the events of the day should be required viewing for anyone desiring a motorsport license; a little reflection is never a bad thing.&lt;/p&gt;

&lt;p&gt;Roland, Ayrton, rest in peace.&lt;/p&gt;
</description>
  </item>
<item>
    <title>2012-04-13 links</title>
    <link>http://feetup.org/blog/linkblog/links_2012-04-13.html</link>
    <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://formula1livetiming.com/&quot; title=&quot;Brilliant use of html5&quot;&gt;Unofficial Formula 1 Live Timing&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/web&quot;&gt;web&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/f1&quot;&gt;f1&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Taken from &lt;a href=&quot;http://del.icio.us/jimh&quot;&gt;Jim&amp;#8217;s del.icio.us links&lt;/a&gt;&lt;/p&gt;</description>
  </item>
<item>
    <title>2012-04-05 links</title>
    <link>http://feetup.org/blog/linkblog/links_2012-04-05.html</link>
    <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://startupsthisishowdesignworks.com/&quot; title=&quot;good post about design, amusingly it renders poorly on a narrow display&quot;&gt;Startups, This Is How Design Works &amp;#8211; by Wells Riley&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/reference&quot;&gt;reference&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/design&quot;&gt;design&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://gfxmonk.net/dist/doc/piep/&quot; title=&quot;a command line utility in the spirit of awk, sed, grep, tr, cut, etc. - Looks very handy&quot;&gt;piep &amp;#8211; documentation&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/linux&quot;&gt;linux&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/tools&quot;&gt;tools&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/python&quot;&gt;python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Taken from &lt;a href=&quot;http://del.icio.us/jimh&quot;&gt;Jim&amp;#8217;s del.icio.us links&lt;/a&gt;&lt;/p&gt;</description>
  </item>
<item>
    <title>2011-09-15 links</title>
    <link>http://feetup.org/blog/linkblog/links_2011-09-15.html</link>
    <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.carbonology.com/&quot; title=&quot;carbon tubes, rods, cloth and sheet&quot;&gt;Carbonology, Welcome to our online Carbon Shop!&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/myog&quot;&gt;myog&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/craft&quot;&gt;craft&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/composites&quot;&gt;composites&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.fibretechgb.com/&quot; title=&quot;carbon fibre, glass fibre, and aramid, bits and pieces&quot;&gt;Fibretech GB&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/craft&quot;&gt;craft&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/myog&quot;&gt;myog&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/composites&quot;&gt;composites&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.carbonfibreshop.co.uk/&quot; title=&quot;carbon tubes, rods, and bits&quot;&gt;Carbon Fibre Shop&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/craft&quot;&gt;craft&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/myog&quot;&gt;myog&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/composites&quot;&gt;composites&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.thehighwaymen.co.uk/acatalog/Kite_Materials_Spare_Parts.html&quot; title=&quot;carbon tubes, ripstop nylon, plus weird bits and bobs&quot;&gt;Kite Materials, Spares and Fittings&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/craft&quot;&gt;craft&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/myog&quot;&gt;myog&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/composites&quot;&gt;composites&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.ripstopshop.co.uk/&quot; title=&quot;interesting kite-focussed range of light ripstop nylon, useful for tarps too?&quot;&gt;RipstopShop.co.uk&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/camping&quot;&gt;camping&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/craft&quot;&gt;craft&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/myog&quot;&gt;myog&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/textile&quot;&gt;textile&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Taken from &lt;a href=&quot;http://del.icio.us/jimh&quot;&gt;Jim&amp;#8217;s del.icio.us links&lt;/a&gt;&lt;/p&gt;</description>
  </item>
<item>
    <title>2011-08-24 links</title>
    <link>http://feetup.org/blog/linkblog/links_2011-08-24.html</link>
    <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.extremtextil.de/index_en.html&quot; title=&quot;cuben-fibre and more, exotic and interesting outdoor materials&quot;&gt;extremtextil &amp;#8211; outdoor-fabrics and accessorries&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/camping&quot;&gt;camping&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/craft&quot;&gt;craft&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/clothing&quot;&gt;clothing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Taken from &lt;a href=&quot;http://del.icio.us/jimh&quot;&gt;Jim&amp;#8217;s del.icio.us links&lt;/a&gt;&lt;/p&gt;</description>
  </item>
<item>
    <title>2011-08-23 links</title>
    <link>http://feetup.org/blog/linkblog/links_2011-08-23.html</link>
    <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://blogs.computerworlduk.com/simon-says/2011/08/amazon-escapes-the-app-trap-too/index.htm&quot; title=&quot;Amazon avoids the  Apple app-store, who&apos;s next?&quot;&gt;Amazon Escapes the App Trap Too &amp;#8211; Simon Says&amp;#8230;&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/amazon&quot;&gt;amazon&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/apple&quot;&gt;apple&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/html&quot;&gt;html&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/web&quot;&gt;web&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/business&quot;&gt;business&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://webmink.com/2011/08/23/long-road-to-software-freedom/&quot; title=&quot;nice overview of the corporate path to open source software&quot;&gt;The Long Road To Software Freedom &amp;#8211; Wild Webmink&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/free&quot;&gt;free&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/opensource&quot;&gt;opensource&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/business&quot;&gt;business&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://goldengridsystem.com/&quot; title=&quot;interesting looking tools for grid layout&quot;&gt;Golden Grid System&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/web&quot;&gt;web&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/css&quot;&gt;css&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/javascript&quot;&gt;javascript&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://datashirts.spreadshirt.com/&quot; title=&quot;great shirts, money raised appears to go towards open data too&quot;&gt;Datashirts &amp;#8211; shirts for data scientists by data scientists&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/clothing&quot;&gt;clothing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.mysociety.org/2011/08/11/mobile-operators-breaking-content/&quot; title=&quot;broken mobile web compression from T-mobile and Orange&quot;&gt;mySociety &amp;#8211; Mobile operators altering (and breaking) web content&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/mobile&quot;&gt;mobile&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/javascript&quot;&gt;javascript&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/web&quot;&gt;web&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Taken from &lt;a href=&quot;http://del.icio.us/jimh&quot;&gt;Jim&amp;#8217;s del.icio.us links&lt;/a&gt;&lt;/p&gt;</description>
  </item>
<item>
    <title>2011-04-22 links</title>
    <link>http://feetup.org/blog/linkblog/links_2011-04-22.html</link>
    <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://tins.rklau.com/2011/04/google-account-security-best-practices.html&quot; title=&quot;useful tips for those people who trust Google&quot;&gt;Rick Klau&amp;#8217;s weblog: Google Account security best practices&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/security&quot;&gt;security&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/google&quot;&gt;google&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/privacy&quot;&gt;privacy&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/gmail&quot;&gt;gmail&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wiki.dropbox.com/TipsAndTricks/TextBasedLinuxInstall&quot; title=&quot;how to use Dropbox on a text based Linux box&quot;&gt;TipsAndTricks/TextBasedLinuxInstall &amp;#8211; Dropbox Wiki&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/linux&quot;&gt;linux&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/ubuntu&quot;&gt;ubuntu&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/tools&quot;&gt;tools&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/dropbox&quot;&gt;dropbox&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/reference&quot;&gt;reference&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://formula-one.speedtv.com/article/f1-red-bull-kers-components-scattered-on-rb7-report/&quot; title=&quot;Red Bull&apos;s KERS installation sounds a bit of a mess, is this Newey&apos;s achilles heel?&quot;&gt;&lt;span class=&quot;caps&quot;&gt;FORMULA&lt;/span&gt; &lt;span class=&quot;caps&quot;&gt;ONE&lt;/span&gt; &amp;#8211; F1: Red Bull &lt;span class=&quot;caps&quot;&gt;KERS&lt;/span&gt; Components &amp;#8216;Scattered&amp;#8217; On RB7 &amp;#8211; Report&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/motorsport&quot;&gt;motorsport&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/technology&quot;&gt;technology&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.omgubuntu.co.uk/tag/postler/&quot; title=&quot;more on postler&quot;&gt;&lt;span class=&quot;caps&quot;&gt;OMG&lt;/span&gt;! Ubuntu! &amp;#8211; postler&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/linux&quot;&gt;linux&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/email&quot;&gt;email&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/tools&quot;&gt;tools&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://the.taoofmac.com/space/links/2011/04/19/2009#postler&quot; title=&quot;simple useful email client&quot;&gt;Postler &amp;#8211; Tao of Mac&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/linux&quot;&gt;linux&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/email&quot;&gt;email&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/tools&quot;&gt;tools&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Taken from &lt;a href=&quot;http://del.icio.us/jimh&quot;&gt;Jim&amp;#8217;s del.icio.us links&lt;/a&gt;&lt;/p&gt;</description>
  </item>
<item>
    <title>Happy New Year</title>
    <link>http://feetup.org/blog/general/HNY.html</link>
    <description>&lt;p&gt;Happy new decade too, if you&apos;re one of those folks who start counting from 1.&lt;/p&gt;

&lt;p&gt;Long time, no post, but I&apos;ve a new job, which somehow grabs more time than before, guess I&apos;d better re-read the four hour work-week...&lt;/p&gt;

&lt;p&gt;No predictions here, other than perhaps Apple and Android making some major slip-ups (Symbian&apos;s nowhere near as lame or near death as some might suppose). &lt;a href=&quot;http://the.taoofmac.com/space/blog/2010/12/31/1245#2011-is-upon-us&quot;&gt;Rui&apos;s predictions&lt;/a&gt; are no doubt more exact and precise.&lt;/p&gt;

&lt;p&gt;Happy New Year!&lt;/p&gt;
</description>
  </item>
<item>
    <title>2010-12-07 links</title>
    <link>http://feetup.org/blog/linkblog/links_2010-12-07.html</link>
    <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.ukclimbing.com/forums/t.php?t=432769&quot;&gt;&lt;span class=&quot;caps&quot;&gt;UKC&lt;/span&gt; Forums &amp;#8211; How to build a home climbing wall()&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/climbing&quot;&gt;climbing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.visionofbritain.org.uk/maps/&quot; title=&quot;interesting old maps of the UK and Europe&quot;&gt;Old maps of Britain and Europe from A Vision of Britain through Time&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/maps&quot;&gt;maps&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/uk&quot;&gt;uk&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/history&quot;&gt;history&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.knog.com.au/&quot; title=&quot;great looking, functional, cycling stuff&quot;&gt;&lt;span class=&quot;caps&quot;&gt;KNOG&lt;/span&gt; &amp;#8211; General Pages&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/cycling&quot;&gt;cycling&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/art&quot;&gt;art&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.dutchbikeco.com/_blog/Dutch_Bike_Co_Weblog/post/Seattle_Snowpocalypse/&quot;&gt;Seattle Snowpocalypse &amp;#8211; diy snow tyres(cable ties to the rescue (again))&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/cycling&quot;&gt;cycling&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/snow&quot;&gt;snow&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/hacks&quot;&gt;hacks&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Taken from &lt;a href=&quot;http://del.icio.us/jimh&quot;&gt;Jim&amp;#8217;s del.icio.us links&lt;/a&gt;&lt;/p&gt;</description>
  </item>
<item>
    <title>2010-11-03 links</title>
    <link>http://feetup.org/blog/linkblog/links_2010-11-03.html</link>
    <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.red-dove.com/config-doc/&quot; title=&quot;nice way to configure python apps&quot;&gt;Configuring Python applications with the config module &amp;#8211; documentation&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/opensource&quot;&gt;opensource&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/python&quot;&gt;python&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/tools&quot;&gt;tools&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/reference&quot;&gt;reference&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Taken from &lt;a href=&quot;http://del.icio.us/jimh&quot;&gt;Jim&amp;#8217;s del.icio.us links&lt;/a&gt;&lt;/p&gt;</description>
  </item>
<item>
    <title>2010-09-30 links</title>
    <link>http://feetup.org/blog/linkblog/links_2010-09-30.html</link>
    <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://blog.mozilla.com/gen/2010/10/01/korean-banks-starting-cross-browser-services/&quot;&gt;Mozilla in Asia &amp;#8211; Korean banks starting cross-browser services()&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/standards&quot;&gt;standards&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/stupidity&quot;&gt;stupidity&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/Korea&quot;&gt;Korea&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/microsoft&quot;&gt;microsoft&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/security&quot;&gt;security&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.pygtk.org/articles/applets_arturogf/index.html&quot;&gt;Gnome applets with Python()&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/gnome&quot;&gt;gnome&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/python&quot;&gt;python&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/tutorial&quot;&gt;tutorial&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://library.gnome.org/devel/panel-applet/2.30/applet-writing.html&quot; title=&quot;Gnome applet manual&quot;&gt;Writing Applets&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/gnome&quot;&gt;gnome&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/reference&quot;&gt;reference&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.znasibov.info/blog/post/gnome-applet-with-python-part-1.html&quot;&gt;Zaur Nasibov&amp;#8217;s Beginner&amp;#8217;s guide to creating a &lt;span class=&quot;caps&quot;&gt;GNOME&lt;/span&gt; applet with Python (Part I)()&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/gnome&quot;&gt;gnome&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/python&quot;&gt;python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://onlamp.com/pub/a/python/2000/07/25/gnome_applet.html?page=3&quot; title=&quot;Yet another how-to on writing GNOME applets&quot;&gt;&lt;span class=&quot;caps&quot;&gt;GNOME&lt;/span&gt; Panel Applets &amp;#8211; O&amp;#8217;Reilly Media&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/gnome&quot;&gt;gnome&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/python&quot;&gt;python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://blog.movieos.org/post/690304938&quot; title=&quot;I&apos;m still surprised how little privacy seems to be discussed onliner&quot;&gt;movieos &amp;#8211; The End of Privacy&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/privacy&quot;&gt;privacy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.christchurchquakemap.co.nz/&quot; title=&quot;Insane stuff, still 10 or more quakes a day, surprised there&apos;s so little UK press&quot;&gt;Christchurch Quake Map&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/maps&quot;&gt;maps&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/nz&quot;&gt;nz&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/earthquake&quot;&gt;earthquake&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/christchurch&quot;&gt;christchurch&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Taken from &lt;a href=&quot;http://del.icio.us/jimh&quot;&gt;Jim&amp;#8217;s del.icio.us links&lt;/a&gt;&lt;/p&gt;</description>
  </item>
<item>
    <title>2010-09-17 links</title>
    <link>http://feetup.org/blog/linkblog/links_2010-09-17.html</link>
    <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://faq.netvibes.com/i_want_to_leave_my_old_service_for_netvibes#from_bloglines_to_netvibes&quot; title=&quot;Post-Bloglines approach for feed reading?&quot;&gt;I want to leave my old service for netvibes&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/rss&quot;&gt;rss&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/web&quot;&gt;web&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/tools&quot;&gt;tools&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.theatlantic.com/technology/archive/2010/08/market-data-firm-spots-the-tracks-of-bizarre-robot-traders/60829/&quot;&gt;Market Data Firm Spots the Tracks of Bizarre Robot Traders &amp;#8211; Alexis Madrigal &amp;#8211; Technology &amp;#8211; The Atlantic()&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/trading&quot;&gt;trading&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/algorithms&quot;&gt;algorithms&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://andrewsullivan.theatlantic.com/the_daily_dish/2010/05/investing-and-aspergers.html&quot;&gt;Investing And Asperger&amp;#8217;s &amp;#8211; The Daily Dish By Andrew Sullivan()&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/finance&quot;&gt;finance&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/trading&quot;&gt;trading&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www2.pbxes.com/iptel_virtual-pbx.html&quot; title=&quot;interesting looking pbx solution for sip&quot;&gt;p  b  x es &amp;#8211; virtual &lt;span class=&quot;caps&quot;&gt;PBX&lt;/span&gt; &amp;#8211; hosted &lt;span class=&quot;caps&quot;&gt;PBX&lt;/span&gt;&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/sip&quot;&gt;sip&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/free&quot;&gt;free&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/pbx&quot;&gt;pbx&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/voip&quot;&gt;voip&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Taken from &lt;a href=&quot;http://del.icio.us/jimh&quot;&gt;Jim&amp;#8217;s del.icio.us links&lt;/a&gt;&lt;/p&gt;</description>
  </item>
<item>
    <title>2010-08-30 links</title>
    <link>http://feetup.org/blog/linkblog/links_2010-08-30.html</link>
    <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.cutoutandkeep.net/projects/travel_card_wallet&quot; title=&quot;Now to find some funky pics for another of these, easy to make&quot;&gt;Travel Card Wallet &amp;#8211; How To &amp;#8211; Cut Out + Keep&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/travel&quot;&gt;travel&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/craft&quot;&gt;craft&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://b3.crashplan.com/consumer/index.html&quot; title=&quot;Brilliant looking multi-platform distributed backup&quot;&gt;CrashPlan &amp;#8211; &lt;span class=&quot;caps&quot;&gt;FREE&lt;/span&gt; automatic, secure backup for your life.&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/backup&quot;&gt;backup&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/free&quot;&gt;free&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/tools&quot;&gt;tools&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.keepassx.org/&quot; title=&quot;GPL secure password store&quot;&gt;KeePassX&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;Tags &lt;a href=&quot;http://del.icio.us/tag/free&quot;&gt;free&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/opensource&quot;&gt;opensource&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/security&quot;&gt;security&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/tools&quot;&gt;tools&lt;/a&gt; &lt;a href=&quot;http://del.icio.us/tag/privacy&quot;&gt;privacy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Taken from &lt;a href=&quot;http://del.icio.us/jimh&quot;&gt;Jim&amp;#8217;s del.icio.us links&lt;/a&gt;&lt;/p&gt;</description>
  </item>
<item>
    <title>Twhirly, too early, whatever...</title>
    <link>http://feetup.org/blog/general/twhirly.html</link>
    <description>&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://feetup.org/images/Sunrise.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;Sunrise picture&quot;/&gt;&lt;/p&gt;

&lt;p&gt;I woke before five, thought I&apos;d get into some interesting coding before heading into the office.&lt;/p&gt;

&lt;p&gt;Achievements so far, updated &lt;a href=&quot;http://developer.symbian.org/wiki/index.php/Carbide.c%2B%2B_Development_Kit_Quick_Start&quot;&gt;Carbide.c++&lt;/a&gt;, fiddled around in the emulator, charged two phones and my netbook, and caught up with &lt;a href=&quot;http://diveintomark.org/&quot;&gt;dive into Mark&lt;/a&gt;. Code written, 0 lines.&lt;/p&gt;

&lt;p&gt;But, I&apos;ve blogged for the first time in ages, that counts, doesn&apos;t it? Does it?&lt;/p&gt;

</description>
  </item>
   </channel>
</rss>