<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Francis Irving</title>
    <link>https://www.flourish.org/</link>
    <description>Recent content on Francis Irving</description>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <lastBuildDate>Sun, 01 Sep 2024 14:20:03 +0000</lastBuildDate>
    <atom:link href="https://www.flourish.org/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Instalamb, my browser plugin to control Instagram</title>
      <link>https://www.flourish.org/2024/09/instalamb-my-browser-plugin-to-control-instagram/</link>
      <pubDate>Sun, 01 Sep 2024 14:20:03 +0000</pubDate>
      <guid>https://www.flourish.org/2024/09/instalamb-my-browser-plugin-to-control-instagram/</guid>
      <description>&lt;p&gt;Lots of dancers, civic society organisations, artists, musicians, clowns are only on Instagram. Unfortunately, my mind finds the platform distracting and overwhelming - for my own accessibilty I need to tame it.&lt;/p&gt;&#xA;&lt;p&gt;I prototyped a web browser plugin for this in my &lt;a href=&#34;https://www.flourish.org/2024/02/a-week-making-something-each-day/&#34;&gt;week making something every day&lt;/a&gt;, and it&amp;rsquo;s now pretty stable. Try it out!&lt;/p&gt;&#xA;&lt;p&gt;Plugin store links: &lt;a href=&#34;https://addons.mozilla.org/en-US/firefox/addon/instalamb/&#34;&gt;Firefox Instagram Plugin&lt;/a&gt;, &lt;a href=&#34;https://chromewebstore.google.com/detail/instalamb-control-what-in/pbongghmpamnclmnmildleojmpdkgipl&#34;&gt;Chrome Instagram Plugin&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;It has a bunch of features for you to take control of Instagram, but the critical one is stopping AI recommendations, so you can just view the accounts you&amp;rsquo;re following without being pulled into something you didn&amp;rsquo;t want to spend time on.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My mind sampling results</title>
      <link>https://www.flourish.org/2024/04/my-mind-sampling-results/</link>
      <pubDate>Fri, 05 Apr 2024 10:49:12 +0000</pubDate>
      <guid>https://www.flourish.org/2024/04/my-mind-sampling-results/</guid>
      <description>&lt;p&gt;One of the projects in my &lt;a href=&#34;https://www.flourish.org/2024/02/a-week-making-something-each-day/&#34;&gt;week long hackathon&lt;/a&gt; was to make a system to sample my own mind with a random alarm.&lt;/p&gt;&#xA;&lt;p&gt;This was crudely based on Hurlburt&amp;rsquo;s Descriptive Experience Sampling - there are lots of papers about that method, for an introduction see &lt;a href=&#34;https://www.bbc.com/future/article/20190819-what-your-inner-voice-says-about-you&#34;&gt;this overview BBC article&lt;/a&gt; or &lt;a href=&#34;https://www.flourish.org/2023/03/this-kind-of-rosy-yellow-glow-in-my-head/&#34;&gt;my own post about a book on the topic&lt;/a&gt;. Hurlburt has for a few years now &lt;a href=&#34;https://hurlburt.faculty.unlv.edu/lena/do_I_have_internal_monologue_sampling.html&#34;&gt;released videos&lt;/a&gt; of the method in progress, which are long and excellent - I&amp;rsquo;ve watched a lot of the first batch sampling Lena.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Announcing &#34;Mindful Media Club&#34;</title>
      <link>https://www.flourish.org/2024/03/announcing-mindful-media-club/</link>
      <pubDate>Thu, 07 Mar 2024 10:06:44 +0000</pubDate>
      <guid>https://www.flourish.org/2024/03/announcing-mindful-media-club/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m starting a meetup / online commnunity to share tips on skillful use of social media.&lt;/p&gt;&#xA;&lt;p&gt;Things like browser plugins that let you customise YouTube, tips on settings, social practices like how to form a healthy active WhatsApp group for a particular purpose. And so on.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://lu.ma/7vouuhon&#34;&gt;Sign up to the first event&lt;/a&gt; if you&amp;rsquo;re in London and you&amp;rsquo;re interested!&lt;/p&gt;&#xA;&lt;p&gt;Wherever you are, &lt;a href=&#34;https://discord.gg/hbSeb78cCv&#34;&gt;there&amp;rsquo;s a Discord&lt;/a&gt;. The aim is to make an online guide with all the tips in, depending how it goes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A week making something each day</title>
      <link>https://www.flourish.org/2024/02/a-week-making-something-each-day/</link>
      <pubDate>Tue, 27 Feb 2024 17:01:25 +0000</pubDate>
      <guid>https://www.flourish.org/2024/02/a-week-making-something-each-day/</guid>
      <description>&lt;p&gt;As a challenge, last week I made five things, one each day. Each had to be finished in some sense, and preferably published. This is what I made and what I learnt!&lt;/p&gt;&#xA;&lt;h2 id=&#34;monday---godot-game&#34;&gt;Monday - Godot game&lt;/h2&gt;&#xA;&lt;p&gt;My goal was to learn Godot enough to write some kind of video game and publish it, all in one day. Incredibly this was fairly straightforward. Things I learnt:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;This &lt;a href=&#34;https://www.youtube.com/watch?v=GwCiGixlqiU&#34;&gt;video tutorial&lt;/a&gt; and the &lt;a href=&#34;https://docs.godotengine.org/en/stable/getting_started/first_2d_game/index.html&#34;&gt;text one in the main docs&lt;/a&gt; are both great starting places.&lt;/li&gt;&#xA;&lt;li&gt;Physics engines are really good and easy to use compared to when I last coded games with them which was in 2002.&lt;/li&gt;&#xA;&lt;li&gt;??Open source game engines are genuinely very mature&lt;/li&gt;&#xA;&lt;li&gt;??It�s satisfying making something that just runs locally and is very visual&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Itch.io is extremely generous with letting you just make a page for your game. It&amp;rsquo;s pretty liberating - no servers or DNS to think about like with a website, and no complicated signing mechanism like an iOS app. Although, I&amp;rsquo;m not confident the Windows build I made worked, only the Mac one&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Netatmo smart thermostat! How much gas I saved last winter, and how to automate it to turn off when out (not using IFTTT)</title>
      <link>https://www.flourish.org/2023/11/netatmo-smart-thermostat-how-much-gas-i-saved-last-winter-and-how-to-automate-it-to-turn-off-when-out-not-using-ifttt/</link>
      <pubDate>Tue, 07 Nov 2023 23:43:54 +0000</pubDate>
      <guid>https://www.flourish.org/2023/11/netatmo-smart-thermostat-how-much-gas-i-saved-last-winter-and-how-to-automate-it-to-turn-off-when-out-not-using-ifttt/</guid>
      <description>&lt;p&gt;&lt;em&gt;This post has two sections, one about gas prices and energy savings, the other about Android automation and the Netatmo API.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-what-a-smart-thermostat-is-like-and-how-much-money-i-saved&#34;&gt;1. What a smart thermostat is like and how much money I saved&lt;/h2&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2023/11/netatmo.jpeg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Last year, with gas prices going up, I decided to get smart radiator valves. I&amp;rsquo;d thought the saving from these would be by only heating rooms when I&amp;rsquo;m in them. I was lazy about going round and adjusting the manual radiator valves several times a day!&lt;/p&gt;</description>
    </item>
    <item>
      <title>The little differences between Android and iOS in 2023</title>
      <link>https://www.flourish.org/2023/11/the-little-differences-between-android-and-ios-in-2023/</link>
      <pubDate>Wed, 01 Nov 2023 22:04:53 +0000</pubDate>
      <guid>https://www.flourish.org/2023/11/the-little-differences-between-android-and-ios-in-2023/</guid>
      <description>&lt;p&gt;These days I alternate mobile operating system. Partly because as an app-making professional I strongly feel I need to understand both, and partly because it slightly irritates people who are die-hard fans of one or the other.&lt;/p&gt;&#xA;&lt;p&gt;I don&amp;rsquo;t particularly love either - a plague on both their houses. I&amp;rsquo;d rather we all used a fully open operating system, or there was a lot more competition and a standard application platform. Still, they work, and both have lots of delights.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What is high-quality about the data that trained generative AI?</title>
      <link>https://www.flourish.org/2023/05/what-is-high-quality-about-the-data-that-trained-generative-ai/</link>
      <pubDate>Sun, 07 May 2023 18:03:00 +0000</pubDate>
      <guid>https://www.flourish.org/2023/05/what-is-high-quality-about-the-data-that-trained-generative-ai/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;Our brains have 100 trillion connections. Large language models have up to half a trillion, a trillion at most. Yet GPT-4 knows hundreds of times more than any one person does.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.technologyreview.com/2023/05/02/1072528/geoffrey-hinton-google-why-scared-ai/&#34;&gt;Geoffrey Hinton&lt;/a&gt;, deep learning pioneer&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;The recent surge in interest in generative AI was sparked by neural networks trained on high quality public, human culture.&lt;/p&gt;&#xA;&lt;p&gt;Their use of this culture is extremely focussed - they only saw good quality inputs, and only saw each input once (see the paper &lt;a href=&#34;https://arxiv.org/abs/1906.06669&#34;&gt;One Epoch Is All You Need&lt;/a&gt; for why). If you show them lots of bad quality stuff, they&amp;rsquo;re not adaptive enough to tell and ignore it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>This kind of rosy yellow glow in my head</title>
      <link>https://www.flourish.org/2023/03/this-kind-of-rosy-yellow-glow-in-my-head/</link>
      <pubDate>Sun, 26 Mar 2023 13:24:40 +0000</pubDate>
      <guid>https://www.flourish.org/2023/03/this-kind-of-rosy-yellow-glow-in-my-head/</guid>
      <description>&lt;p&gt;&lt;em&gt;A book review of &amp;ldquo;Describing Inner Experience? Proponent Meets Skeptic&amp;rdquo; by Russell T. Hurlburt and Eric Schwitzgebel&lt;/em&gt; &lt;em&gt;(2007)&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;A couple of years ago &lt;a href=&#34;https://www.flourish.org/2021/05/blind-sided/&#34;&gt;I realised I didn&amp;rsquo;t have a visual imagination&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This was ultimately quite inspiring - it&amp;rsquo;s led me to ask maybe a hundred people about their own inner lives. The answers so varied, I&amp;rsquo;m left in wonder at this hidden world that we barely talk about.&lt;/p&gt;&#xA;&lt;p&gt;My favourite source about this is &amp;ldquo;&lt;a href=&#34;https://hurlburt.faculty.unlv.edu/heavey-hurlburt-2008.pdf&#34;&gt;The pheneomena of inner experience&lt;/a&gt;&amp;rdquo; (a paper by Heavy, Hurlburt 2008). It uses a method (Descriptive Experience Sampling, or DES) to randomly beep a bunch of volunteers in their every day lives, and get them to then capture their current mental phenomena.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Art I enjoyed in 2022 - top eight</title>
      <link>https://www.flourish.org/2022/12/art-i-enjoyed-in-2022-top-eight/</link>
      <pubDate>Fri, 30 Dec 2022 12:09:26 +0000</pubDate>
      <guid>https://www.flourish.org/2022/12/art-i-enjoyed-in-2022-top-eight/</guid>
      <description>&lt;p&gt;To my surprise this list is television heavy - I didn&amp;rsquo;t find any incredible new board games, and I was disappointed in most video games. It&amp;rsquo;s somewhat in order - my favourite is roughly last.&lt;/p&gt;&#xA;&lt;p&gt;Thanks everyone who recommended these to me - you know who you are! I&amp;rsquo;m not going to link to where to watch things - for TV and films I use &lt;a href=&#34;https://www.justwatch.com/&#34;&gt;JustWatch&lt;/a&gt; to find a suitable source.&lt;/p&gt;</description>
    </item>
    <item>
      <title>On intuition&#39;s relationship to rationality via language</title>
      <link>https://www.flourish.org/2022/12/on-intuitions-relationship-to-rationality-via-language/</link>
      <pubDate>Fri, 30 Dec 2022 09:49:33 +0000</pubDate>
      <guid>https://www.flourish.org/2022/12/on-intuitions-relationship-to-rationality-via-language/</guid>
      <description>&lt;p&gt;&lt;em&gt;A three year old draft blog post I just found. Feels worth publishing - the improvements in AI since then if anything make it clearer, and all the &amp;ldquo;right now&amp;rdquo; caveats justified.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;It&amp;rsquo;s better to start by thinking of us as pattern matching devices first.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Not simple ones - such as modern deep learning AI that essentially does layered functions to measure correlation. Complex ones, that model causality in a sophisticated way we don&amp;rsquo;t remotely understand yet.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Blind-sided</title>
      <link>https://www.flourish.org/2021/05/blind-sided/</link>
      <pubDate>Sun, 16 May 2021 06:38:34 +0000</pubDate>
      <guid>https://www.flourish.org/2021/05/blind-sided/</guid>
      <description>&lt;p&gt;It was a rushing, a burning, an all-things-are-change, a compulsion.&lt;/p&gt;&#xA;&lt;p&gt;I was torn up for three days or was it two weeks, except the long moments when I just forgot. Intertially, suddenly remembering, half weeping, half positively reconstructing my own construction of who I am and why.&lt;/p&gt;&#xA;&lt;p&gt;Everyone I talked to I would grill - wait, what do the sheep look like when you try to go to sleep by counting them? And when you read a book, how good quality are the faces of the people you imagine?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Pressure cooked split black urad dhal</title>
      <link>https://www.flourish.org/2019/10/pressure-cooked-split-black-urad-dhal/</link>
      <pubDate>Sun, 20 Oct 2019 16:34:50 +0000</pubDate>
      <guid>https://www.flourish.org/2019/10/pressure-cooked-split-black-urad-dhal/</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a recipe from Phil the Dhal, a friend who has been experimenting with pressure cooking Indian food. I&amp;rsquo;m posting it here so it doesn&amp;rsquo;t get lost. Ask if you want this just to be the first of a series!&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;First pressure cook of split urad dhal was a success.&lt;/p&gt;&#xA;&lt;p&gt;Needs some understanding and refinement of what you can put in with the dhal in the pressure cooker. i.e. salt and turmeric are uncontroversial, but stuff like chilli powder or garlic and ginger paste or chopped chillies I don&amp;rsquo;t fully understand.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Brainstorming a better YouTube recommendation algorithm</title>
      <link>https://www.flourish.org/2018/10/brainstorming-a-better-youtube-recommendation-algorithm/</link>
      <pubDate>Sun, 07 Oct 2018 16:54:15 +0000</pubDate>
      <guid>https://www.flourish.org/2018/10/brainstorming-a-better-youtube-recommendation-algorithm/</guid>
      <description>&lt;p&gt;This year, the public narrative around Facebook has switched - the company feels on the defensive in lots of ways. I think it deserves to be - with billions of users, it is long past time for them to spend their energy on reducing harm, rather than on more growth.&lt;/p&gt;&#xA;&lt;p&gt;There&amp;rsquo;s a bit less talk about YouTube (owned by Google), and the problems with its recommendation algorithm.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;The problems&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Here are an article and a video which show the span of problems - from causing political radicalisation in every direction, to creating vast farms of weird, abusive videos targetted at children:&lt;/p&gt;</description>
    </item>
    <item>
      <title>A cycle home along the river</title>
      <link>https://www.flourish.org/2018/04/a-cycle-home-along-the-river/</link>
      <pubDate>Fri, 20 Apr 2018 11:56:26 +0000</pubDate>
      <guid>https://www.flourish.org/2018/04/a-cycle-home-along-the-river/</guid>
      <description>&lt;p&gt;A tasty early morning breakfast with friends in town, and time to cycle home. A sunny day, so take the route along the river!&lt;/p&gt;&#xA;&lt;p&gt;Crossing the road by the docks. The sky impeccable. Delicious light of being away from the tropics, strong and clear, but not overly harsh.&lt;/p&gt;&#xA;&lt;p&gt;The dome of one of the three graces is just visible, and at the right hand edge the tower which has sucked car pollution out of the tunnel under the river for over 100 years.&lt;/p&gt;</description>
    </item>
    <item>
      <title>On using a variety of information services</title>
      <link>https://www.flourish.org/2017/12/on-using-a-variety-of-information-services/</link>
      <pubDate>Tue, 05 Dec 2017 16:20:27 +0000</pubDate>
      <guid>https://www.flourish.org/2017/12/on-using-a-variety-of-information-services/</guid>
      <description>&lt;p&gt;In the last couple of weeks I&amp;rsquo;ve:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Deactivated my Facebook account.&lt;/li&gt;&#xA;&lt;li&gt;Logged out of Twitter on my desktop.&lt;/li&gt;&#xA;&lt;li&gt;Stopped using Google Contacts, Calendar and Photos&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;I&amp;rsquo;m not really sure why, but there it is, I have. I think over the last five years in excitement at the good user experience and high user adoption, I forgot why I was negative about such centralised, out of control services in the first place.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A thousand times an ant colony of fifty times a cat</title>
      <link>https://www.flourish.org/2017/11/a-thousand-times-an-ant-colony-of-fifty-times-a-cat/</link>
      <pubDate>Fri, 24 Nov 2017 14:19:30 +0000</pubDate>
      <guid>https://www.flourish.org/2017/11/a-thousand-times-an-ant-colony-of-fifty-times-a-cat/</guid>
      <description>&lt;p&gt;Culture is important.&lt;/p&gt;&#xA;&lt;p&gt;Particularly, it&amp;rsquo;s important for technology which is about how we as humans talk to one another.&lt;/p&gt;&#xA;&lt;p&gt;Telephones, computers, mobile phones, internet&amp;hellip; They&amp;rsquo;re all about how our particular species of primate communicates. And now they&amp;rsquo;re becoming one powerful industry newly reformed.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2017/11/cafe.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2017/11/cafe-1024x768.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;We&amp;rsquo;re each a neural network, thrown abruptly into a chaotic world, which by sheer force and pain and amazement has cohered into the awareness that we are.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A fugue on authoritarian high modernism</title>
      <link>https://www.flourish.org/2017/10/a-fugue-on-authoritarian-high-modernism/</link>
      <pubDate>Sun, 29 Oct 2017 09:05:03 +0000</pubDate>
      <guid>https://www.flourish.org/2017/10/a-fugue-on-authoritarian-high-modernism/</guid>
      <description>&lt;p&gt;He listened.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=F8mi1LxtOAc&#34;&gt;The speaker started&lt;/a&gt; with a natural forest.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2017/10/forest.jpeg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2017/10/forest-1024x506.jpeg&#34; alt=&#34;Slide of natural forest&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;A gorgeous, maddening, complex, survived-of-the-fittest, multi-species, layered, organic feedback pathways, mycella-ridden delightful speckled sunlight happy, violent/eating/parasiting/singing insects/birds/people, robust kind of a forest.&lt;/p&gt;&#xA;&lt;p&gt;They followed with a timber forest.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2017/10/wooden.jpeg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2017/10/wooden-1024x506.jpeg&#34; alt=&#34;Slide of timber-producing forest&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;A straight-laced, single specied, splatted down, polygonally-bounded-tree-age-contoured, money spinning, automation hugging, zen simple, database-like, timber-producing, silent, vulnerable all-lined-up-in-rows kind of a forest.&lt;/p&gt;&#xA;&lt;p&gt;The for loop iterated.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The peace to know what you don&#39;t know</title>
      <link>https://www.flourish.org/2017/10/the-peace-to-know-what-you-dont-know/</link>
      <pubDate>Wed, 11 Oct 2017 20:53:23 +0000</pubDate>
      <guid>https://www.flourish.org/2017/10/the-peace-to-know-what-you-dont-know/</guid>
      <description>&lt;p&gt;I avoided statistics at school like a rash - filled myself up with super powered double A-levels in Maths And &lt;em&gt;Mechanics&lt;/em&gt; instead. I&amp;rsquo;m not sure why, as it turns out statistics is vital to the good functioning of our world in 2017.&lt;/p&gt;&#xA;&lt;p&gt;We have plenty of computers and plenty of data, and plenty of willingness to make evidence based decisions. Alas it is easy to fool yourself into thinking you know something you don&amp;rsquo;t. For your confirmation bias to convince yourself you&amp;rsquo;ve found evidence, so you don&amp;rsquo;t feel guilty when you report up your management chain.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Email review #1: FastMail</title>
      <link>https://www.flourish.org/2017/02/email-review-1-fastmail/</link>
      <pubDate>Sun, 12 Feb 2017 18:44:13 +0000</pubDate>
      <guid>https://www.flourish.org/2017/02/email-review-1-fastmail/</guid>
      <description>&lt;p&gt;&lt;em&gt;I&amp;rsquo;m personally still frustrated with the email services I know about. I&amp;rsquo;m going to start by reviewing what I use now, which is FastMail.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;This is for my personal email, which I use for identity on many web services, for notifications and for writing letters to people. I&amp;rsquo;m working for myself at the moment too, so I use it for business in that context.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;As background, be aware that I don&amp;rsquo;t think the email protocols (SMTP, POP3, IMAP) cut it any more. So I&amp;rsquo;m not splitting my email up by rating apps separately from service. I think the two are integrated together. This is because the user experience is better - setup is simpler, and unfortunately basic features like search, spam and filtering have to have a proprietary interface as the standards aren&amp;rsquo;t good enough. I&amp;rsquo;d love better protocols to be adopted on a wide scale, but realistically they&amp;rsquo;re not yet.&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Textures and colours, India</title>
      <link>https://www.flourish.org/2017/02/textures-and-colours-india/</link>
      <pubDate>Sat, 11 Feb 2017 17:36:51 +0000</pubDate>
      <guid>https://www.flourish.org/2017/02/textures-and-colours-india/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161025_152307.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161025_152307.jpg&#34; alt=&#34;&#34; title=&#34;Tourists at the Amber Fort near Jaipur, Rajasthan&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161102_080028.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161102_080028.jpg&#34; alt=&#34;&#34; title=&#34;Detail with ants of a mosque at Champaner, Gujarat&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161103_133950.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161103_133950.jpg&#34; alt=&#34;&#34; title=&#34;Stone at one of the Buddhist cave carvings at Ellora in Maharashtra&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161105_115715.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161105_115715.jpg&#34; alt=&#34;&#34; title=&#34;Ceiling in ancient Buddhist cave at Ajunta, Maharashtra&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161122_100243.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161122_100243.jpg&#34; alt=&#34;&#34; title=&#34;Tree near my hotel in Bangalore&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161121_173116.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161121_173116.jpg&#34; alt=&#34;&#34; title=&#34;Detail in Zenrainman&#39;s house, Bangalore&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161121_173101.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161121_173101.jpg&#34; alt=&#34;&#34; title=&#34;Detail of brick in Zenrainman&#39;s house, Bangalore&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161216_065726.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161216_065726.jpg&#34; alt=&#34;&#34; title=&#34;Bicycle in a pastel alleyway in Varanasi&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161216_141137.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161216_141137.jpg&#34; alt=&#34;&#34; title=&#34;Random doorways in Varanasi old town&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161219_080003.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2017/02/IMG_20161219_080003.jpg&#34; alt=&#34;&#34; title=&#34;Decorated corner on the Taj Mahal, Uttar Pradesh&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>A short walk around Vote Leave&#39;s software VICS</title>
      <link>https://www.flourish.org/2017/02/a-short-walk-around-vote-leaves-software-vics/</link>
      <pubDate>Thu, 02 Feb 2017 18:13:35 +0000</pubDate>
      <guid>https://www.flourish.org/2017/02/a-short-walk-around-vote-leaves-software-vics/</guid>
      <description>&lt;p&gt;The campaign which won last year&amp;rsquo;s referendum for the UK to leave the European Union immediately dissolved, and in the process kindly open sourced some of its innovative canvassing software VICS - &lt;a href=&#34;https://dominiccummings.wordpress.com/2016/10/29/on-the-referendum-20-the-campaign-physics-and-data-science-vote-leaves-voter-intention-collection-system-vics-now-available-for-all/&#34;&gt;blog post&lt;/a&gt;, &lt;a href=&#34;https://github.com/celestial-winter/vics&#34;&gt;github repository&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This afternoon, prompted by a chat with &lt;a href=&#34;http://www.incubatorofchange.com/&#34;&gt;Incubator of Change&lt;/a&gt; (a Liverpool based think tank working on new ideas for how to develop policies), I took a quick look at the code. Rather than lose what I learnt, I&amp;rsquo;m just throwing it up in this blog post.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hindu holy mountain #2: Arunachala</title>
      <link>https://www.flourish.org/2017/01/hindu-holy-mountain-2-arunachala/</link>
      <pubDate>Wed, 11 Jan 2017 23:08:28 +0000</pubDate>
      <guid>https://www.flourish.org/2017/01/hindu-holy-mountain-2-arunachala/</guid>
      <description>&lt;p&gt;In the late 1890s - the story goes - an ordinary boy in southern India heard an uncle mention the name of this holy mountain.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Arunchala!&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Just this, just the name, started pulling him to it. The mountain is meant to be, literally, an incarnation of the deity Shiva.&lt;/p&gt;&#xA;&lt;p&gt;Then, a while later, for no apparent reason, the boy had a sudden spiritual awakening on the nature of death. In final frustration during some pointless grammar exercises, he left home, headed for the mountain. He stayed there for the rest of his life.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Rant on the failure of news media</title>
      <link>https://www.flourish.org/2017/01/rant-on-the-failure-of-news-media/</link>
      <pubDate>Sun, 01 Jan 2017 06:51:21 +0000</pubDate>
      <guid>https://www.flourish.org/2017/01/rant-on-the-failure-of-news-media/</guid>
      <description>&lt;p&gt;Last night I watched Charlie Brooker&amp;rsquo;s news &lt;a href=&#34;http://www.bbc.co.uk/programmes/b086khl3&#34;&gt;recap of the year&lt;/a&gt;. As I watched, the humour leavened things and left me entertained. But in my sleep, my mind has realised it had made me pretty angry. So a brief change in tone for this blog - a rant!&lt;/p&gt;&#xA;&lt;p&gt;Charlie - both you personally, and you as a representative of the media - stop whining about the news bubble! You collectively all &lt;em&gt;made&lt;/em&gt; the news bubble. Take some responsibility for it!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Notes on a meditation</title>
      <link>https://www.flourish.org/2016/12/notes-on-a-meditation/</link>
      <pubDate>Wed, 21 Dec 2016 01:14:03 +0000</pubDate>
      <guid>https://www.flourish.org/2016/12/notes-on-a-meditation/</guid>
      <description>&lt;p&gt;I went on a 10 day silent Vipassana meditation &lt;a href=&#34;http://www.bodhi.dhamma.org/index.shtml&#34;&gt;course&lt;/a&gt; in the Goenka school, at Bodhgaya in Bihar province in north India.&lt;/p&gt;&#xA;&lt;p&gt;It was a complex event - my emotions and thoughts about it have often changed dramatically in a day.&lt;/p&gt;&#xA;&lt;p&gt;This blog post is more in note form than a cohesive, final account.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2016/12/img_20161212_060441.jpg&#34; alt=&#34;&#34; title=&#34;Teaching and meditation hall at dawn on the last day&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;1. Silence&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;For 9 of the 12 days on site we were silent. Not just no spoken words - also no eye contact, no gestures, no communication with others.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hindu holy mountain #1: Pavagadh</title>
      <link>https://www.flourish.org/2016/12/hindu-holy-mountain-1-pavagadh/</link>
      <pubDate>Sun, 18 Dec 2016 08:34:20 +0000</pubDate>
      <guid>https://www.flourish.org/2016/12/hindu-holy-mountain-1-pavagadh/</guid>
      <description>&lt;p&gt;He took my hand. &amp;ldquo;Follow me. Move fast. Don&amp;rsquo;t stop.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;d spent the early morning looking round the tranquil mosques of ancient Champaner at the bottom of the holy hill.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2016/12/img_20161102_081724.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;(This is a &lt;a href=&#34;http://asocialnomad.com/india/champaner-pavagadh/&#34;&gt;good guide to them&lt;/a&gt;, plus I left a comment on buses which might be useful. It&amp;rsquo;s in Gujarat, west India, a little north of Bombay.)&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;Now it was time to get to the top. Pavagadh. During the Diwali national holiday.&lt;/p&gt;</description>
    </item>
    <item>
      <title>First, do no harm</title>
      <link>https://www.flourish.org/2016/12/first-do-no-harm/</link>
      <pubDate>Sun, 18 Dec 2016 07:59:41 +0000</pubDate>
      <guid>https://www.flourish.org/2016/12/first-do-no-harm/</guid>
      <description>&lt;p&gt;&lt;em&gt;A two year old draft blog post I just found, which is too good not to publish. Age leavens its earnest attempts to be ahead of trend.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;New computer technology used to be my relaxation, my hope.&lt;/p&gt;&#xA;&lt;p&gt;As the world has changed, that comfort has gone.&lt;/p&gt;&#xA;&lt;p&gt;We grew up in a digital village. Now we&amp;rsquo;re in its seedy metropolis.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.goodreads.com/book/show/790192.Tintin_in_America&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2014/12/Tintin-in-America-29.jpg&#34; alt=&#34;Tintin in America 29&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;A decade or so ago, I used my energy for emotionally hard problems to try and help with &lt;a href=&#34;https://cambridgeoxfam.wordpress.com/&#34;&gt;international development&lt;/a&gt; or &lt;a href=&#34;https://bill111.wordpress.com/2006/10/31/write-to-your-lord-to-save-parliament/&#34;&gt;democracy&lt;/a&gt; or &lt;a href=&#34;http://seriouschange.org.uk/&#34;&gt;climate change&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>In praise of temple elephants</title>
      <link>https://www.flourish.org/2016/12/in-praise-of-temple-elephants/</link>
      <pubDate>Fri, 16 Dec 2016 09:41:29 +0000</pubDate>
      <guid>https://www.flourish.org/2016/12/in-praise-of-temple-elephants/</guid>
      <description>&lt;p&gt;They all seem to be called Lakshmi.&lt;/p&gt;&#xA;&lt;p&gt;The first one I met at the Virupaksha Temple in Hampi.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2016/12/img_20161119_121400.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;You pay a small coin for a blessing, which he takes with his trunk and passes on to his minder.&lt;/p&gt;&#xA;&lt;p&gt;Then he touches your bowed head like this woman in Pondicherry.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2016/12/img_20161129_105928.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;That one was at the Sri Manakula Vinayagar Temple. An amazingly clean temple, worth visiting to see what Hinduism would be like in a clean India - something I hadn&amp;rsquo;t imagined possible, but it works!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Scouring pad</title>
      <link>https://www.flourish.org/2016/12/scouring-pad/</link>
      <pubDate>Tue, 13 Dec 2016 07:29:27 +0000</pubDate>
      <guid>https://www.flourish.org/2016/12/scouring-pad/</guid>
      <description>&lt;p&gt;&lt;em&gt;I wrote this post two weeks ago before going on a meditation retreat. It felt too negative at the time; it isn&amp;rsquo;t in that it reflects my mood then.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;India is like a scouring pad.&lt;/p&gt;&#xA;&lt;p&gt;The dirt the dust.&lt;/p&gt;&#xA;&lt;p&gt;Litter cast uncaringly - except in Pondicherry, as if to show it is deliberate everywhere else.&lt;/p&gt;&#xA;&lt;p&gt;The highest ambition of the government cleanup campaign is to end public human shitting.�&lt;a href=&#34;http://www.thehindu.com/news/national/modi-launches-my-clean-india-campaign/article6468047.ece&#34;&gt;By 2019&lt;/a&gt;, in this space faring nation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Houses like trees</title>
      <link>https://www.flourish.org/2016/11/house-is-like-a-tree/</link>
      <pubDate>Tue, 22 Nov 2016 08:28:03 +0000</pubDate>
      <guid>https://www.flourish.org/2016/11/house-is-like-a-tree/</guid>
      <description>&lt;p&gt;Zenrainman&amp;rsquo;s house is like a tree.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2016/11/wp-image-1360656128jpg.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2016/11/wp-image-1360656128jpg.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Grown out of the earth of its own basement on the edge of Bangalore, pressed into bricks.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2016/11/wp-image-1427511112jpg.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2016/11/wp-image-1427511112jpg.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Nurtured entirely by water and light from its own roof.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2016/11/wp-image-605328484jpg.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2016/11/wp-image-605328484jpg.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;It breeds, symbiotically, large primates to maintain it.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2016/11/wp-image-603385861jpg.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2016/11/wp-image-603385861jpg.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Treating their sewage.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2016/11/wp-image-1784842025jpg.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2016/11/wp-image-1784842025jpg.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;To water a rooftop rice paddy ready to grow enough to feed them.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2016/11/wp-image-2049475223jpg.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2016/11/wp-image-2049475223jpg.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The spaces are full of art and light.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Changing money</title>
      <link>https://www.flourish.org/2016/11/changing-money/</link>
      <pubDate>Sun, 13 Nov 2016 14:47:02 +0000</pubDate>
      <guid>https://www.flourish.org/2016/11/changing-money/</guid>
      <description>&lt;p&gt;Oh India!&lt;/p&gt;&#xA;&lt;p&gt;There&amp;rsquo;s always another surprise, toughening your way through the day.&lt;/p&gt;&#xA;&lt;p&gt;This week Modi, the Hindu nationalist PM, &lt;a href=&#34;http://indianexpress.com/article/business/banking-and-finance/narendra-modi-500-100-indian-rupee-notes-scrapped-4365069/&#34;&gt;announced to the nation&lt;/a&gt; that the two largest bank notes were now worthless pieces of paper.&lt;/p&gt;&#xA;&lt;p&gt;This clamp down on black markets and electoral bribes has a &lt;a href=&#34;http://wap.business-standard.com/article/finance/need-rs-100-notes-here-are-rules-for-using-atms-cheques-this-week-116110900168_1.html&#34;&gt;complex set of rules&lt;/a&gt; which let you trade in the old notes in limited ways, and heavily restricts use of ATMs.&lt;/p&gt;&#xA;&lt;p&gt;As a result, for the last few days banks have turned into queues like these ones in Hyderabad.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Communal pets</title>
      <link>https://www.flourish.org/2016/11/communal-pets/</link>
      <pubDate>Fri, 11 Nov 2016 23:07:32 +0000</pubDate>
      <guid>https://www.flourish.org/2016/11/communal-pets/</guid>
      <description>&lt;p&gt;India is unusual in having two shared public &amp;ldquo;pets&amp;rdquo;.&lt;/p&gt;&#xA;&lt;p&gt;Dogs are the ones that I&amp;rsquo;ve seen before in other countries, prowling every street and temple. These puppies with their sore-furred mum are in Pushkar.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2016/11/wp-image-294666240jpg.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2016/11/wp-image-294666240jpg.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Unusually, people feed them. The other day while waiting for a safari at a tiger reserve, I saw a woman feed a whole packet of sweet biscuits to a cute dog with lovely fur. Apparently the last chapati of a batch is reserved for a dog.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Zero marginal cost</title>
      <link>https://www.flourish.org/2016/10/zero-marginal-cost/</link>
      <pubDate>Mon, 24 Oct 2016 08:42:00 +0000</pubDate>
      <guid>https://www.flourish.org/2016/10/zero-marginal-cost/</guid>
      <description>&lt;p&gt;The next page I found in the notebook (&lt;a href=&#34;https://www.flourish.org/2016/10/sea-sunlight-calm-trees-laughter/&#34;&gt;after the last one&lt;/a&gt;) is my own view of the problem of information goods having zero marginal cost, so not functioning within capitalism. Paul Mason describes this in &lt;a href=&#34;https://www.penguin.co.uk/books/188551/postcapitalism/&#34;&gt;Postcapitalism&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2016/10/IMG_20160923_210915.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2016/10/IMG_20160923_210915-1024x768.jpg&#34; alt=&#34;&#34; class=&#34;alignleft&#34;/&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Walking through the diagram&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;&amp;ldquo;Zero marginal cost newtech&lt;/strong&gt;&amp;rdquo; is the starting point. A &amp;ldquo;marginal cost&amp;rdquo; is a business term for the extra amount it costs to make one more of something. For digital goods, such as MP3s or &lt;a href=&#34;https://pdftables.com/&#34;&gt;converted PDFs&lt;/a&gt;, this is essentially nothing. This leads to the possibility of cheaper and cheaper, more and more freemium business models, driving the value of the information good &lt;em&gt;in and of itself&lt;/em&gt; to nothing. The arrows lead out to four options at this point.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sea. Sunlight. Calm. Trees. Laughter.</title>
      <link>https://www.flourish.org/2016/10/sea-sunlight-calm-trees-laughter/</link>
      <pubDate>Tue, 11 Oct 2016 23:05:34 +0000</pubDate>
      <guid>https://www.flourish.org/2016/10/sea-sunlight-calm-trees-laughter/</guid>
      <description>&lt;p&gt;I found another oldish &lt;a href=&#34;https://www.flourish.org/2015/11/dont-play-the-game-mutate-the-board/&#34;&gt;notebook&lt;/a&gt;. It&amp;rsquo;s about the &lt;a href=&#34;https://en.wikipedia.org/wiki/Edge_of_chaos&#34;&gt;edge of chaos&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The more lightly shaded left hand edge is absence, null, non existence. The dark shaded right hand side is total chaos, randomness. The sharp line down the middle is the edge of chaos - where things are balanced, interest lies, life grows.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2016/10/IMG_20160923_210830.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2016/10/IMG_20160923_210830-1024x768.jpg&#34; alt=&#34;&#34; class=&#34;alignleft&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;There are four examples.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;1. &amp;ldquo;Too few forum members&amp;rdquo; vs &amp;ldquo;Too many forum members&amp;rdquo;.&lt;/strong&gt; If you start a new community, and nobody joins, it&amp;rsquo;s pointless emptiness. If it goes wild, and too many join, it ends up like a newspaper comments thread. There&amp;rsquo;s a pure balance, where the community is interesting and viable. (Reddit tries to avoid this dilemma by dividing itself in a cellular way making lots of subreddits)&lt;/p&gt;</description>
    </item>
    <item>
      <title>On finding political axes using maths</title>
      <link>https://www.flourish.org/2016/07/on-finding-political-axes-using-maths/</link>
      <pubDate>Fri, 22 Jul 2016 00:18:06 +0000</pubDate>
      <guid>https://www.flourish.org/2016/07/on-finding-political-axes-using-maths/</guid>
      <description>&lt;p&gt;Drifting in the sea of political beliefs, left and right &lt;a href=&#34;https://www.google.co.uk/?gws_rd=ssl#q=left+right+meaningless&#34;&gt;don&amp;rsquo;t seem&lt;/a&gt; to have any meaning any more.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s possible to &lt;a href=&#34;https://www.politicalcompass.org/faq#faq16&#34;&gt;make up new axes&lt;/a&gt;. Alas, these aren&amp;rsquo;t grounded in real views of the population, instead they&amp;rsquo;re distorted by the politics of their creators.&lt;/p&gt;&#xA;&lt;p&gt;Luckily, there is a way of finding &lt;em&gt;actual&lt;/em&gt; axes by experiment, using opinion polls and maths.&lt;/p&gt;&#xA;&lt;p&gt;Back in 2005, my friends &lt;a href=&#34;http://mk.ucant.org/archives/000129.html&#34;&gt;Chris&lt;/a&gt; and &lt;a href=&#34;https://www.mysociety.org/about/team/tom-steinberg/&#34;&gt;Tom&lt;/a&gt; persuaded a youthful YouGov to add a complete set of political position questions to their demographically weighted UK poll.&lt;/p&gt;</description>
    </item>
    <item>
      <title>History of libraries</title>
      <link>https://www.flourish.org/2015/11/history-of-libraries/</link>
      <pubDate>Thu, 26 Nov 2015 20:48:11 +0000</pubDate>
      <guid>https://www.flourish.org/2015/11/history-of-libraries/</guid>
      <description>&lt;p&gt;Thanks to the excellent &lt;a href=&#34;http://www.thinkingliverpool.com/&#34;&gt;Thinking Liverpool&lt;/a&gt; [1], a lunchtime talk about the &lt;a href=&#34;http://vgm.liverpool.ac.uk/whats-on/adults/name,678643,en.html&#34;&gt;history of libraries&lt;/a&gt; caught my eye.&lt;/p&gt;&#xA;&lt;p&gt;I mention the history of public libraries &lt;a href=&#34;https://www.flourish.org/2015/08/making-our-information-society-safe-and-fair/&#34;&gt;worryingly&lt;/a&gt; &lt;a href=&#34;https://www.flourish.org/2015/01/long-cold-cyberwar/&#34;&gt;often&lt;/a&gt;. I make an analogy between libraries in the age of the printing pres and the modern need for equivalently novel public institutions in the age of the networked computer. Time to find out more.&lt;/p&gt;&#xA;&lt;p&gt;It was in the Victoria Gallery, just across the road from work. Great!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Don&#39;t play the game, mutate the board</title>
      <link>https://www.flourish.org/2015/11/dont-play-the-game-mutate-the-board/</link>
      <pubDate>Thu, 19 Nov 2015 00:55:21 +0000</pubDate>
      <guid>https://www.flourish.org/2015/11/dont-play-the-game-mutate-the-board/</guid>
      <description>&lt;p&gt;I found some notes I&amp;rsquo;d written at the start of this notebook, a few months old.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2015/11/zoo.jpg&#34; alt=&#34;Notebook cover&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I used to campaign in Cambridge for more Fairtrade coffee and chocolate. That was a &amp;ldquo;closed&amp;rdquo; tactic, as opposed to an &amp;ldquo;open&amp;rdquo; tactic like open source software or open data.&lt;/p&gt;&#xA;&lt;p&gt;It worked - even the best selling chocolate bar Dairy Milk is Fairtrade now. The tactic slightly shifted the board of global economics.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sync/Backup workshop at Redecentralize Conference</title>
      <link>https://www.flourish.org/2015/11/syncbackup-workshop-at-redecentralize-conference/</link>
      <pubDate>Sat, 07 Nov 2015 20:56:32 +0000</pubDate>
      <guid>https://www.flourish.org/2015/11/syncbackup-workshop-at-redecentralize-conference/</guid>
      <description>&lt;p&gt;The fabulous &lt;a href=&#34;http://redecentralize.org/conference/&#34;&gt;Redecentralize Conference&lt;/a&gt; was organised by &lt;a href=&#34;http://shevski.com/&#34;&gt;Ira&lt;/a&gt; and a bunch of other volunteers. Its subject - how do we make the net resilient, private and fun again?&lt;/p&gt;&#xA;&lt;p&gt;It was an unconference, so I decided to do a session on a personal itch I&amp;rsquo;ve had for the last few years - file synchronisation and backup.&lt;/p&gt;&#xA;&lt;p&gt;I don&amp;rsquo;t have a nice way to manage my files - documents, music, photos, email. Syncing them across devices and keeping them backed up seems strangely harder than it did in the 1990s. At least, if you don&amp;rsquo;t just go all in and trust Google or Dropbox with them.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Making our information society safe and fair</title>
      <link>https://www.flourish.org/2015/08/making-our-information-society-safe-and-fair/</link>
      <pubDate>Sun, 30 Aug 2015 03:23:23 +0000</pubDate>
      <guid>https://www.flourish.org/2015/08/making-our-information-society-safe-and-fair/</guid>
      <description>&lt;p&gt;The topic of how to make our information society safe and fair regularly comes up in conversations.&lt;/p&gt;&#xA;&lt;p&gt;I think we need some quite big, radical things. They&amp;rsquo;ll need &lt;a href=&#34;https://www.youtube.com/watch?v=DV1nhASQJaA&#34;&gt;new public service Internet organisations&lt;/a&gt; to implement.&lt;/p&gt;&#xA;&lt;p&gt;This is my high level view list.&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-access-to-culture&#34;&gt;1. Access to culture&lt;/h2&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&amp;ldquo;People have too much knowledge already: it was much easier to manage them twenty years ago; the more education people get the more difficult they are to manage.&amp;rdquo; (one MP&amp;rsquo;s &lt;a href=&#34;http://spartacus-educational.com/Llibrary.htm&#34;&gt;response&lt;/a&gt; to the Public Libraries Act 1850)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Those brief moments when winning seems possible</title>
      <link>https://www.flourish.org/2015/08/those-brief-moments-when-winning-seems-possible/</link>
      <pubDate>Fri, 07 Aug 2015 19:59:38 +0000</pubDate>
      <guid>https://www.flourish.org/2015/08/those-brief-moments-when-winning-seems-possible/</guid>
      <description>&lt;p&gt;This mad dash bad mixen fun up down world.&lt;/p&gt;&#xA;&lt;p&gt;Forces smash hither and fither, 7 billion of us strange qualia,&#xA;doing, being human.&lt;/p&gt;&#xA;&lt;p&gt;Web culture, open source culture&amp;hellip; sucked out of academia,&#xA;hacking, sharing, making, funning, building. Just late enough&#xA;for usability to be just there just cheap enough.&lt;/p&gt;&#xA;&lt;p&gt;Smashed with.&lt;/p&gt;&#xA;&lt;p&gt;Political culture&amp;hellip; burnt out, tired, so so so good best&#xA;world has ever been, so so so broken, media corporate&#xA;capitalist socialist thought tangle.&lt;/p&gt;</description>
    </item>
    <item>
      <title>&#34;I find politics inaccessible&#34;: User testing voter advice apps</title>
      <link>https://www.flourish.org/2015/04/i-find-politics-inaccessible-user-testing-voter-advice-apps/</link>
      <pubDate>Sat, 25 Apr 2015 19:21:17 +0000</pubDate>
      <guid>https://www.flourish.org/2015/04/i-find-politics-inaccessible-user-testing-voter-advice-apps/</guid>
      <description>&lt;p&gt;How is she going to vote? My friend (let&amp;rsquo;s call her F) just doesn&amp;rsquo;t know.&lt;/p&gt;&#xA;&lt;p&gt;This isn&amp;rsquo;t unusual - about 20% of voters are like her (&lt;a href=&#34;http://www.comres.co.uk/uploads/2015/04/ITV-News-Daily-Mail-Political-Poll-23rd-April-2015-74832.pdf&#34;&gt;see Q3&lt;/a&gt;).&lt;/p&gt;&#xA;&lt;p&gt;She needs to work it out fast. She doesn&amp;rsquo;t like polling stations, so has a postal vote. She has to decide this weekend - or she&amp;rsquo;ll get busy with work, and not remember to post the ballot in time.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flickr.com/photos/lynnepettinger/4583274425/&#34;&gt;&lt;img class=&#34;aligncenter&#34; src=&#34;https://www.flourish.org/uploads/2015/04/4583274425_1919afba4c_b-1024x683.jpg&#34; alt=&#34;4583274425_1919afba4c_b&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;mySociety &lt;a href=&#34;https://www.mysociety.org/2015/03/20/a-list-of-voter-advice-applications-aka-who-should-i-vote-for-tools-for-the-uk-general-election/&#34;&gt;helpfully list 16 voter advice apps&lt;/a&gt;, so I decided this was a chance to test them out!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why I&#39;m collecting every MP candidate&#39;s CV</title>
      <link>https://www.flourish.org/2015/03/why-im-collecting-every-mp-candidates-cv/</link>
      <pubDate>Sat, 21 Mar 2015 18:11:14 +0000</pubDate>
      <guid>https://www.flourish.org/2015/03/why-im-collecting-every-mp-candidates-cv/</guid>
      <description>&lt;p&gt;My side project for the last month is to try and collect the Curriculum Vitae of everyone standing for Parliament.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s called &lt;a href=&#34;http://cv.democracyclub.org.uk/&#34;&gt;Democracy Club CVs&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve been working every spare hour - &lt;a href=&#34;https://github.com/frabcus/mpcv/graphs/punch-card&#34;&gt;mainly&lt;/a&gt; around midnight and on Sundays. Partly it is &lt;a href=&#34;https://www.flourish.org/2015/02/which-web-development-tools-are-commodities/&#34;&gt;technically interesting&lt;/a&gt;, partly the other &lt;a href=&#34;http://democracyclub.org.uk/&#34;&gt;Democracy Club&lt;/a&gt; volunteers are fun to hang out with&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s also just enjoyable, with leaflets from &lt;a href=&#34;http://cv.democracyclub.org.uk/show_cv/3611&#34;&gt;ex-whips&lt;/a&gt;, &lt;a href=&#34;http://cv.democracyclub.org.uk/show_cv/6039&#34;&gt;professional musicians&lt;/a&gt; and &lt;a href=&#34;http://cv.democracyclub.org.uk/show_cv/422&#34;&gt;raving loony leaders&lt;/a&gt; (that last one is standing against Boris).&lt;/p&gt;&#xA;&lt;p&gt;But that doesn&amp;rsquo;t really explain &amp;hellip; why am I doing it?&lt;/p&gt;</description>
    </item>
    <item>
      <title>The advert wars</title>
      <link>https://www.flourish.org/2015/02/the-advert-wars/</link>
      <pubDate>Tue, 24 Feb 2015 22:47:09 +0000</pubDate>
      <guid>https://www.flourish.org/2015/02/the-advert-wars/</guid>
      <description>&lt;p&gt;One of the pitched battles in this century&amp;rsquo;s &lt;a href=&#34;https://www.flourish.org/2015/01/long-cold-cyberwar/&#34;&gt;cyber war&lt;/a&gt; is about advert blocking and injecting.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s in full flow.&lt;/p&gt;&#xA;&lt;p&gt;You can tell - journalist friends &lt;a href=&#34;http://www.makeuseof.com/tag/ethics-stealing-games-journalism-ad-block-needs-die-priority/&#34;&gt;complaining&lt;/a&gt; that ad blockers have killed Joystiq, a 10 year old gaming magazine; web friends &lt;a href=&#34;https://twitter.com/thatdavidmiller/status/565063015478071296&#34;&gt;complaining&lt;/a&gt; that an ad blocker charges advertisers to not block some ads.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve got some perspective.&lt;/p&gt;&#xA;&lt;p&gt;Back in 1996, I helped make one of the earliest web advert blockers, &lt;a href=&#34;https://www.flourish.org/webmask/index.html&#34;&gt;WebMask&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Why did we do it?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Which web development tools are commodities?</title>
      <link>https://www.flourish.org/2015/02/which-web-development-tools-are-commodities/</link>
      <pubDate>Sat, 21 Feb 2015 17:55:46 +0000</pubDate>
      <guid>https://www.flourish.org/2015/02/which-web-development-tools-are-commodities/</guid>
      <description>&lt;p&gt;We&amp;rsquo;re really bad at thinking about innovation.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://blog.gardeviance.org/2015/02/an-introduction-to-wardley-value-chain.html&#34;&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/uploads/2015/02/valuechain-300x230.png&#34; alt=&#34;valuechain&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;To improve my own sense, I&amp;rsquo;ve been gradually absorbing Simon Wardley&amp;rsquo;s Value Chain Mapping since first seeing him talk about it a few years ago.&lt;/p&gt;&#xA;&lt;p&gt;The picture to the right is an example of one of his maps. Each blob is a technology need.&lt;/p&gt;&#xA;&lt;p&gt;As you go from left to right in the map, the technologies go from custom built, through product to commodities. (You can read more in an &lt;a href=&#34;http://blog.gardeviance.org/2015/02/an-introduction-to-wardley-value-chain.html&#34;&gt;introduction by Simon&lt;/a&gt;, also see my post about the &lt;a href=&#34;https://www.flourish.org/2012/07/the-vast-multi-dimensional-productmarket-space/&#34;&gt;product/market space&lt;/a&gt;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Promising to make software safer</title>
      <link>https://www.flourish.org/2015/01/promising-to-make-software-safer/</link>
      <pubDate>Wed, 28 Jan 2015 01:47:18 +0000</pubDate>
      <guid>https://www.flourish.org/2015/01/promising-to-make-software-safer/</guid>
      <description>&lt;h3 id=&#34;1-virtual-bugs&#34;&gt;1. Virtual bugs&lt;/h3&gt;&#xA;&lt;p&gt;I first really knew that all software was fundamentally insecure back in 2001.&lt;/p&gt;&#xA;&lt;p&gt;I was working for an artificial life games company. We made virtual pets - amazing ones with a simulated brain, biochemistry and genetics.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.generation5.org/content/2001/cds_pc.asp&#34;&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/uploads/2015/01/cds03.jpg&#34; alt=&#34;Creatures Docking Station&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;d just built a new networked version called &lt;a href=&#34;http://creaturesdockingstation.com/&#34;&gt;Creatures Docking Station&lt;/a&gt;. It let the cute, furry, egg-laying Norns travel through portals, crossing the Internet directly between player&amp;rsquo;s computers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Blog</title>
      <link>https://www.flourish.org/blog/</link>
      <pubDate>Sat, 24 Jan 2015 23:33:57 +0000</pubDate>
      <guid>https://www.flourish.org/blog/</guid>
      <description>&lt;p&gt;Recent posts will be here!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Long, cold cyberwar</title>
      <link>https://www.flourish.org/2015/01/long-cold-cyberwar/</link>
      <pubDate>Sat, 24 Jan 2015 22:34:10 +0000</pubDate>
      <guid>https://www.flourish.org/2015/01/long-cold-cyberwar/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://commons.wikimedia.org/wiki/File:Berlinermauer.jpg&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2015/01/Berlinermauer.jpg&#34; alt=&#34;Berlinermauer&#34; class=&#34;alignright&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s keep this post simple.&lt;/p&gt;&#xA;&lt;p&gt;We&amp;rsquo;re near the start of a long cold, cyber war. Many things make this clear - from Stuxnet to Snowden, from the Sony hacks to &lt;a href=&#34;https://news.ycombinator.com/item?id=8931827&#34;&gt;Chinese DNS poisoning&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This is a hard time to be in information technology.&lt;/p&gt;&#xA;&lt;p&gt;Just in raw, technical security terms this is tough - rebuilding every layer of computing infrastructure so that it is safe.&lt;/p&gt;&#xA;&lt;p&gt;And that&amp;rsquo;s the easy problem.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Archive</title>
      <link>https://www.flourish.org/archive/</link>
      <pubDate>Sat, 13 Dec 2014 19:59:10 +0000</pubDate>
      <guid>https://www.flourish.org/archive/</guid>
      <description></description>
    </item>
    <item>
      <title>I blinked and missed 6 exciting things in the last 20 years of space</title>
      <link>https://www.flourish.org/2014/11/space-in-a-20-year-blink/</link>
      <pubDate>Tue, 04 Nov 2014 00:00:07 +0000</pubDate>
      <guid>https://www.flourish.org/2014/11/space-in-a-20-year-blink/</guid>
      <description>&lt;p&gt;I blinked.&lt;/p&gt;&#xA;&lt;p&gt;A long, slow, twenty year blink.&lt;/p&gt;&#xA;&lt;p&gt;And meanwhile, space exploration went&amp;hellip; Phoooom!&lt;/p&gt;&#xA;&lt;p&gt;From a distance it looks bad. We haven&amp;rsquo;t sent humans to the moon for over forty years. There&amp;rsquo;s no grand, visible, memorable showpiece - apart from space shuttles exploding and being decomissioned.&lt;/p&gt;&#xA;&lt;p&gt;And yet, when I recently got interested again, I found a flurry of things had happened. Many I had seen in passing, but not really looked at. All together, they add up to something amazing.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Upsidedown Map Page</title>
      <link>https://www.flourish.org/upsidedownmap/</link>
      <pubDate>Sun, 02 Nov 2014 17:55:00 +0000</pubDate>
      <guid>https://www.flourish.org/upsidedownmap/</guid>
      <description>&lt;p&gt;&lt;strong&gt;It needn&amp;rsquo;t be a Eurocentric world&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.flourish.org/upsidedownmapimages/upsidedownmap.jpg&#34; alt=&#34;Upsidedown World Map&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;It came as a surprise to me after over 20 years of seeing &amp;ldquo;normal&amp;rdquo; world maps to come across an upside down one. The most surprising thing was that I found it surprising. It is completely artificial that we have North at the top of a map.&lt;/p&gt;&#xA;&lt;p&gt;The convention came a few centuries ago when Northern hemisphere, European navigators started using the North star and the magnetic compass. Before that, the top of the map was to the East which is where the word &lt;em&gt;orient&lt;/em&gt;ation comes from.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Francis Irving</title>
      <link>https://www.flourish.org/highlights/</link>
      <pubDate>Sat, 01 Nov 2014 18:45:16 +0000</pubDate>
      <guid>https://www.flourish.org/highlights/</guid>
      <description>&lt;h3 id=&#34;things-i-do&#34;&gt;Things I do&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://landtalks.org/&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2025/08/output.jpg&#34; alt=&#34;&#34;&gt;Organise evenings of lightning talks about radical land policy&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://zencastr.com/Imagine-an-apple&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2024/07/cropped2.png&#34; alt=&#34;&#34;&gt;Podcast about the richness of our varying inner mental worlds&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;things-ive-done&#34;&gt;Things I&amp;rsquo;ve done&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.theyworkforyou.com/&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2014/11/parliament-x-0.png&#34; alt=&#34;&#34;&gt;Helped millions find out how their Member of Parliament voted&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.whatdotheyknow.com/&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2014/11/allotments-med-x-0.png&#34; alt=&#34;&#34;&gt;With the crowd, freed hundreds of thousands of Government documents&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.tortoisecvs.org/&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2014/11/charlie-x.png&#34; alt=&#34;&#34;&gt;Made version control user interfaces on Windows much better&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://redecentralize.org/&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2014/11/rdc-kitchen.png&#34; alt=&#34;&#34;&gt;Curated apps which make the Internet more resilient, private and fun&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://awesomeliverpool.co.uk/&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2014/11/awesome-kite-x-0.png&#34; alt=&#34;&#34;&gt;Arranged �500, no-strings-attached gifts for cool projects in Liverpool&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Francis Irving&#39;s CV</title>
      <link>https://www.flourish.org/cv/</link>
      <pubDate>Mon, 29 Sep 2014 01:21:53 +0000</pubDate>
      <guid>https://www.flourish.org/cv/</guid>
      <description>&lt;p&gt;British citizen, &lt;a href=&#34;mailto:francis@flourish.org&#34;&gt;francis@flourish.org&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Summary:&lt;/strong&gt; Highly skilled and responsible entrepreneur, programmer and campaigner. Proven track record with seeing successful projects through to completion. Excellent team player and completer-finisher.&lt;/p&gt;&#xA;&lt;h2 id=&#34;contents&#34;&gt;Contents&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;Career History&lt;/strong&gt;:&#xA;&lt;a href=&#34;#self-employed-3&#34;&gt;Trunk&lt;/a&gt; (construction), &lt;a href=&#34;#memrise&#34;&gt;Memrise&lt;/a&gt; (languages), &lt;a href=&#34;#scraperwiki&#34;&gt;ScraperWiki&lt;/a&gt; (data science), &lt;a href=&#34;#mysociety&#34;&gt;mySociety.org&lt;/a&gt; (civic tech), &lt;a href=&#34;#creaturelabs&#34;&gt;Creature Labs&lt;/a&gt; (games), &lt;a href=&#34;#ncgraphics&#34;&gt;NC Graphics&lt;/a&gt; (manufacturing), &lt;a href=&#34;#vega&#34;&gt;VEGA Group&lt;/a&gt; (military).&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Voluntary Work&lt;/strong&gt;:&#xA;&lt;a href=&#34;#awesome&#34;&gt;Awesome Liverpool&lt;/a&gt; (dean), &lt;a href=&#34;#saveparliament&#34;&gt;Save Parliament&lt;/a&gt; (campaigns director), &lt;a href=&#34;#publicwhip&#34;&gt;Public Whip&lt;/a&gt; (founder), &lt;a href=&#34;#oxfam&#34;&gt;Oxfam Campaigns Group&lt;/a&gt; (co-ordinator), &lt;a href=&#34;#tortoisecvs&#34;&gt;TortoiseCVS&lt;/a&gt; (founder).&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Education&lt;/strong&gt;:&#xA;&lt;a href=&#34;#degree&#34;&gt;1st Class Degree in Mathematics&lt;/a&gt; (Oxford University), &lt;a href=&#34;#alevels&#34;&gt;A Levels&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;career-history&#34;&gt;Career History&lt;/h2&gt;&#xA;&lt;h3 id=&#34;self-employed-2023--&#34;&gt;Self-Employed (2023 -)&lt;/h3&gt;&#xA;&lt;p&gt;Software engineering and management consultancy for various clients, including &lt;a href=&#34;https://trunk.works/&#34;&gt;Trunk&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>An email to Nicholas</title>
      <link>https://www.flourish.org/2014/05/an-email-to-nicholas/</link>
      <pubDate>Mon, 26 May 2014 14:28:07 +0000</pubDate>
      <guid>https://www.flourish.org/2014/05/an-email-to-nicholas/</guid>
      <description>&lt;p&gt;Dear Nicholas,&lt;/p&gt;&#xA;&lt;p&gt;Thank you for your &lt;a href=&#34;http://ntoll.org/article/pachelbel-canon&#34;&gt;previous&lt;/a&gt; &lt;a href=&#34;http://ntoll.org/article/experience-of-music&#34;&gt;two&lt;/a&gt; letters.�I&amp;rsquo;m sorry I was so slow getting back to you after the first one, that you had to write another.&lt;/p&gt;&#xA;&lt;p&gt;I didn&amp;rsquo;t know Canon meant essentially the same things as Round. I&amp;rsquo;m�sure I must have been told, but I never got what it meant or cared. I�only really appreciated rounds at all in actually &lt;strong&gt;singing&lt;/strong&gt; them with�people at Kentwell (the Tudor recreation thing I do).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Properly funding Democracy Club</title>
      <link>https://www.flourish.org/2014/04/properly-funding-democracy-club/</link>
      <pubDate>Mon, 28 Apr 2014 22:32:06 +0000</pubDate>
      <guid>https://www.flourish.org/2014/04/properly-funding-democracy-club/</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2014/04/logo.png&#34;&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/uploads/2014/04/logo-e1398504461289-300x60.png&#34; alt=&#34;Democracy Club logo&#34; /&gt;&lt;/a&gt;Politics is broken.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;At the last election, a few�people�made an amazing organisation to try and fix it.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Democracy Club is a non-party-political group of volunteers. At the next election, we want to�&lt;strong&gt;hold candidates to account&lt;/strong&gt;, and�&lt;strong&gt;stimulate public engagement&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;We do this by emailing people�&lt;strong&gt;small, easily achievable tasks&lt;/strong&gt;. These small tasks will add up to�&lt;strong&gt;hugely useful resources&lt;/strong&gt;. (&lt;a href=&#34;http://www.democracyclub.org.uk/aboutus/&#34;&gt;Democracy Club about page&lt;/a&gt;)&#xA;7000 volunteers (in every constituency!) found�out who the candidates are, what they thought about local and national issues, and monitored their election leaflets. (I &lt;a href=&#34;http://blog.okfn.org/2010/05/05/election-data/&#34;&gt;wrote up what they did&lt;/a&gt; on the OKFN blog.)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Irony of extensions that remove junk slowing Chrome down</title>
      <link>https://www.flourish.org/2014/03/irony-of-extensions-that-remove-junk-slowing-chrome-down/</link>
      <pubDate>Tue, 04 Mar 2014 22:49:04 +0000</pubDate>
      <guid>https://www.flourish.org/2014/03/irony-of-extensions-that-remove-junk-slowing-chrome-down/</guid>
      <description>&lt;p&gt;I thought I was ruthless at not installing browser extensions. It&amp;rsquo;s part of the process of getting old, customising things less and less. Despite that, I&amp;rsquo;ve accumulated seven extensions.&lt;/p&gt;&#xA;&lt;p&gt;(The most unusual and interesting one lurking in there is &lt;a href=&#34;http://churnalism.com/&#34;&gt;Churnalism&lt;/a&gt;, which tries to tell you whose press release each newspaper story is copied and pasted from)&lt;/p&gt;&#xA;&lt;p&gt;As you can see, this morning I disabled them all.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2014/03/extensions.png&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2014/03/extensions-270x300.png&#34; alt=&#34;Chrome extensions&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Why?&lt;/p&gt;&#xA;&lt;p&gt;I noticed that to load my list of datasets on ScraperWiki, a relatively complicated but in modern days not untypical SaaS application, was taking round about 2 seconds (that&amp;rsquo;s the DOMContentLoaded number in the Network tab of Chrome&amp;rsquo;s developer tools - actually I use Chromium on a Mac, if that matters).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Skills you need to get product/market fit, all in a line</title>
      <link>https://www.flourish.org/2014/02/skills-you-need-to-get-productmarket-fit-all-in-a-line/</link>
      <pubDate>Wed, 12 Feb 2014 00:04:21 +0000</pubDate>
      <guid>https://www.flourish.org/2014/02/skills-you-need-to-get-productmarket-fit-all-in-a-line/</guid>
      <description>&lt;p&gt;When &lt;a href=&#34;https://www.flourish.org/2011/11/what-does-it-mean-to-start-something-up/&#34;&gt;delivering a�new product or service under conditions of extreme uncertainty&lt;/a&gt;,�you need a range of skills.&lt;/p&gt;&#xA;&lt;p&gt;To help understand what skills are needed in a startup team, I&amp;rsquo;ve found it useful to think of people&amp;rsquo;s skills�as being spread out along this line.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2014/02/Line-of-startup-skills.png&#34;&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2014/02/Line-of-startup-skills.png&#34; alt=&#34;Line of startup skills&#34;&gt;&lt;/a&gt;Consider people you know, and place them on the line. e.g. A UX designer who�can also code Javascript is maybe somewhere towards the technical end of�product.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How we used email as a customer support system at mySociety</title>
      <link>https://www.flourish.org/2013/05/how-we-used-email-as-a-customer-support-system-at-mysociety/</link>
      <pubDate>Tue, 07 May 2013 13:08:24 +0000</pubDate>
      <guid>https://www.flourish.org/2013/05/how-we-used-email-as-a-customer-support-system-at-mysociety/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/usnationalarchives/4545457453/&#34;&gt;&lt;img class=&#34;alignleft&#34; alt=&#34;Customers&#34; src=&#34;https://www.flourish.org/uploads/2013/05/4545457453_b0e906c871-300x243.jpg&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;You&amp;rsquo;ve seen it. The red eyes&amp;hellip; An ennui for life&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;The drained sadness of someone who has been lost for weeks in a customer�support ticket tracking system.&lt;/p&gt;&#xA;&lt;p&gt;At &lt;a href=&#34;http://www.mysociety.org/&#34;&gt;mySociety&lt;/a&gt; (the awesome�Internet democracy charity I was on the founding team of) we tried using &lt;a href=&#34;http://bestpractical.com/rt/&#34;&gt;Request Tracker&lt;/a&gt; for a while, and�quickly fled.&lt;/p&gt;&#xA;&lt;p&gt;We could flee, because we had the comfort of a simple email based system to�return to.&lt;/p&gt;&#xA;&lt;p&gt;It worked like this:&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to use time-travelling anthropologist pollsters to tell good from evil marketing</title>
      <link>https://www.flourish.org/2013/04/how-to-use-time-travelling-anthropologist-pollsters-to-tell-good-from-evil-marketing/</link>
      <pubDate>Sat, 13 Apr 2013 21:46:04 +0000</pubDate>
      <guid>https://www.flourish.org/2013/04/how-to-use-time-travelling-anthropologist-pollsters-to-tell-good-from-evil-marketing/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://commons.wikimedia.org/wiki/File:Splinter.jpg&#34;&gt;&lt;img class=&#34;alignright&#34; alt=&#34;Splinter&#34; src=&#34;https://www.flourish.org/uploads/2013/04/Splinter-240x300.jpg&#34; /&gt;&lt;/a&gt;Many British geeks (including me, once) have an instinctive distaste for marketing.&lt;/p&gt;&#xA;&lt;p&gt;This is wrong - it lets the evil people get all the advantages of marketing. It hides really good and useful products and services from people.&lt;/p&gt;&#xA;&lt;p&gt;Instead we need a morality to distinguish the good from the bad.�The only definition that I&amp;rsquo;ve come across - and it&amp;rsquo;s custom designed for geeks - is as follows (this is courtesy of�&lt;a href=&#34;http://www.freesteel.co.uk/wpblog/&#34;&gt;Julian Todd&lt;/a&gt;):&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tudor time travel - Episode 1 of Crazy theories.txt</title>
      <link>https://www.flourish.org/2013/03/tudor-time-travel-episode-1-of-crazy-theories-txt/</link>
      <pubDate>Wed, 27 Mar 2013 06:15:44 +0000</pubDate>
      <guid>https://www.flourish.org/2013/03/tudor-time-travel-episode-1-of-crazy-theories-txt/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2013/03/potter.jpg&#34;&gt;&lt;img class=&#34;aligncenter&#34; title=&#34;Me as a potter. We&#39;ve wheels you have to kick with your foot, and an amazing wood burning kiln which roars like a dragon.&#34; alt=&#34;Kentwell Potter&#34; src=&#34;https://www.flourish.org/uploads/2013/03/potter-300x225.jpg&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Because I work in technology, people are often surprised that I spend 2 weeks a year living in the 16th Century.&lt;/p&gt;&#xA;&lt;p&gt;The first episode of a new Podcast by�&lt;a href=&#34;http://ashotofjd.com/&#34;&gt;Jonathan Deamer&lt;/a&gt; and I explains why.&lt;/p&gt;&#xA;&lt;p&gt;What is�&lt;a href=&#34;http://www.kentwell.co.uk/events/tudor/about&#34;&gt;Kentwell Hall&lt;/a&gt;?�Were the Tudors a high technology society? What does it mean to be human? Why &lt;em&gt;do&lt;/em&gt; both Jonathan and I have a long file of interesting subjects we never get round to blogging about?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Awesome Foundation - Liverpool Chapter</title>
      <link>https://www.flourish.org/2013/03/awesome-foundation-liverpool-chapter/</link>
      <pubDate>Sat, 23 Mar 2013 13:50:39 +0000</pubDate>
      <guid>https://www.flourish.org/2013/03/awesome-foundation-liverpool-chapter/</guid>
      <description>&lt;p&gt;There&amp;rsquo;s not enough awesomeness in the universe.&lt;/p&gt;&#xA;&lt;p&gt;Don&amp;rsquo;t get me wrong, there&amp;rsquo;s quite a lot. But we could do with a bit more.&lt;/p&gt;&#xA;&lt;p&gt;That&amp;rsquo;s why we&amp;rsquo;re lucky that Tim Hwang set up the Awesome Foundation a few years ago. It began in Boston, and has spread to dozens of cities.&lt;/p&gt;&#xA;&lt;p&gt;How&amp;rsquo;s it work? 10 trustees pay $100 a month each to fund a $1000 prize. The prizes are awarded to things that 1) Have a purpose, 2) Are on a budget, 3) Create joy.�Things like phones that can make calls�&lt;a href=&#34;http://www.awesomefoundation.org/en/projects/1388&#34;&gt;without a base station&lt;/a&gt;, flooding a whole city�&lt;a href=&#34;http://blog.awesomefoundation.org/2011/06/14/random-swings-of-joy/&#34;&gt;with swings&lt;/a&gt;, or a�&lt;a href=&#34;http://www.awesomefoundation.org/en/projects/1157&#34;&gt;stunning weather balloon&lt;/a&gt;�to monitor the gulf oil spill. Things like that.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Four ways we&#39;ll help WhipCar if they tell us what went wrong</title>
      <link>https://www.flourish.org/2013/03/four-ways-well-help-whipcar-if-they-tell-us-what-went-wrong/</link>
      <pubDate>Thu, 14 Mar 2013 07:36:19 +0000</pubDate>
      <guid>https://www.flourish.org/2013/03/four-ways-well-help-whipcar-if-they-tell-us-what-went-wrong/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2013/03/whipcar_ad.jpg&#34;&gt;&lt;img class=&#34;alignright&#34; alt=&#34;Love they neighbour - drive their car&#34; src=&#34;https://www.flourish.org/uploads/2013/03/whipcar_ad-200x300.jpg&#34; /&gt;&lt;/a&gt;It&amp;rsquo;s as if your best friend had suddenly died and nobody would tell you how.&lt;/p&gt;&#xA;&lt;p&gt;Heart attack? Car crash? Murder?&lt;/p&gt;&#xA;&lt;p&gt;This time the afflicted isn&amp;rsquo;t a person, but a &lt;a href=&#34;https://www.flourish.org/2011/11/what-does-it-mean-to-start-something-up/&#34;&gt;startup&lt;/a&gt;�called WhipCar.&lt;/p&gt;&#xA;&lt;p&gt;The idea of WhipCar&amp;hellip; Rent your car out for the odd day or weekend to your neighbour to cover its vast cost. Or, if you don&amp;rsquo;t own a car, rent your neighbour&amp;rsquo;s car more cheaply and easily than a hire car.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why did we love the giants coming to town?</title>
      <link>https://www.flourish.org/2012/11/why-did-we-love-the-giants-coming-to-town/</link>
      <pubDate>Sat, 10 Nov 2012 22:52:18 +0000</pubDate>
      <guid>https://www.flourish.org/2012/11/why-did-we-love-the-giants-coming-to-town/</guid>
      <description>&lt;div class=&#34;wp-caption alignleft&#34; style=&#34;max-width:225px&#34;&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2012/04/IMG_1276.jpg&#34;&gt;&lt;img class=&#34;size-medium wp-image-675 &#34; title=&#34;There&#39;s a giant at the top of my street&#34; src=&#34;https://www.flourish.org/uploads/2012/04/IMG_1276-225x300.jpg&#34; alt=&#34;&#34; width=&#34;225&#34; height=&#34;300&#34; /&gt;&lt;/a&gt;&lt;p class=&#34;wp-caption-text&#34;&gt;Taller than houses, the uncle passes the top of a street in Anfield, Liverpool&lt;/p&gt;&lt;/div&gt;&#xA;&lt;p&gt;Earlier this year, &lt;a href=&#34;http://www.dailymail.co.uk/news/article-2132798/Giant-puppets-stride-Liverpool-mark-Titanic-anniversary.html&#34;&gt;giants came to Liverpool&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I was rapt. Addicted.&lt;/p&gt;&#xA;&lt;p&gt;Each day I woke my girlfriend early. A morning taxi to see a giant diver wake up near two football stadiums. Forced rushing after a night&amp;rsquo;s drinking to see what a little giant girl would do next.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mapping the product/market space - an hallucination</title>
      <link>https://www.flourish.org/2012/07/the-vast-multi-dimensional-productmarket-space/</link>
      <pubDate>Wed, 25 Jul 2012 06:40:22 +0000</pubDate>
      <guid>https://www.flourish.org/2012/07/the-vast-multi-dimensional-productmarket-space/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://commons.wikimedia.org/wiki/File:Hypercubeorder.svg&#34;&gt;&lt;img class=&#34;alignright&#34; title=&#34;Hypercube&#34; src=&#34;https://www.flourish.org/uploads/2012/07/300px-Hypercubeorder.png&#34; alt=&#34;&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Imagine a vast multi-dimensional space.&lt;/p&gt;&#xA;&lt;p&gt;Each point of it represents a specific need that a specific person has, an iota of utility.&lt;/p&gt;&#xA;&lt;p&gt;The dimensions represent crazy things&amp;hellip; Is the need in Africa or in Europe? Is the need on a LAN or on the web? Can travel to satisfaction of the need be done by public transport? How much does the need meet each of the &lt;a href=&#34;http://en.wikipedia.org/wiki/Basic_needs&#34;&gt;basic needs&lt;/a&gt;?�Is the need for shelter from the weather? Does satisfaction of the need require the skill of programming?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Heroku&#39;s early history: 4 home pages that made $212 million</title>
      <link>https://www.flourish.org/2012/05/herokus-early-history-4-home-pages-that-made-212-million/</link>
      <pubDate>Sat, 05 May 2012 21:24:00 +0000</pubDate>
      <guid>https://www.flourish.org/2012/05/herokus-early-history-4-home-pages-that-made-212-million/</guid>
      <description>&lt;p&gt;I decided to investigate Heroku&amp;rsquo;s early years.&lt;/p&gt;&#xA;&lt;p&gt;You can learn a lot from even quite recent tech history (&lt;a href=&#34;https://www.flourish.org/2011/12/astonishments-ten-in-the-history-of-version-control/&#34;&gt;see my previous article on version control&lt;/a&gt;).&lt;/p&gt;&#xA;&lt;p&gt;My tool? The Internet Archive. It&amp;rsquo;s an elephant that�&lt;a href=&#34;http://wayback.archive.org/web/20070915000000*/http:////www.heroku.com&#34;&gt;never forgets&lt;/a&gt;�your pivots.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2012/05/Screen-Shot-2012-05-05-at-20.34.19.png&#34;&gt;&lt;img class=&#34;alignright&#34; title=&#34;Heroku homepage 2007-11-05&#34; src=&#34;https://www.flourish.org/uploads/2012/05/Screen-Shot-2012-05-05-at-20.34.19-300x193.png&#34; alt=&#34;&#34; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;1. November 2007 - code in the cloud&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Ruby on Rails is riding high. But impossibly hard to deploy.&lt;/p&gt;&#xA;&lt;p&gt;Y Combinator startup Heroku&amp;rsquo;s &lt;a href=&#34;http://web.archive.org/web/20071105005403/http://heroku.com/&#34;&gt;first home page&lt;/a&gt;�(see right - apologies for the lack of images, which archive.org has not recorded) screams onto the web.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Products and markets are the same thing</title>
      <link>https://www.flourish.org/2012/04/product-market/</link>
      <pubDate>Wed, 04 Apr 2012 04:59:41 +0000</pubDate>
      <guid>https://www.flourish.org/2012/04/product-market/</guid>
      <description>&lt;img class=&#34;alignright&#34; title=&#34;Bestin product range&#34; alt=&#34;&#34; src=&#34;https://www.flourish.org/uploads/2012/04/bestin_product_range-300x221.jpg&#34; /&gt;&#xA;At�[mySociety](http://www.mysociety.org/)&#39;s annual retreat�I gave a lightning talk about how I&#39;ve come to realise that products and markets are the same thing. I&#39;d originally intended it to be a blog post, so here you are.&#xA;&lt;p&gt;It&amp;rsquo;s a story of geeks learning.&#xA;&lt;strong&gt;What is a product?&lt;/strong&gt;&#xA;It really is magic.&lt;/p&gt;&#xA;&lt;p&gt;Before the invention of products (whatever that means!) you had to make bespoke things. You want a tool, you have to bash the rocks together to make your own custom tool.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Do epic shit! On being the first friend of DoESLiverpool</title>
      <link>https://www.flourish.org/2012/03/do-epic-shit-on-being-the-first-friend-of-doesliverpool/</link>
      <pubDate>Thu, 22 Mar 2012 21:36:18 +0000</pubDate>
      <guid>https://www.flourish.org/2012/03/do-epic-shit-on-being-the-first-friend-of-doesliverpool/</guid>
      <description>&lt;p&gt;Today&amp;rsquo;s audio blog is about the excellent DoESLiverpool, and why you should be their friend too.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://audioboo.fm/boos/723620-do-epic-shit&#34;&gt;listen to �Do epic shit� on Audioboo&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;// &amp;lt; ![CDATA[&#xA;// &amp;lt; ![CDATA[&#xA;// &amp;lt; ![CDATA[&#xA;// &amp;lt; ![CDATA[&#xA;// &amp;lt; ![CDATA[&#xA;// &amp;lt; ![CDATA[&#xA;// &amp;lt; ![CDATA[&#xA;// &amp;lt; ![CDATA[&#xA;// &amp;lt; ![CDATA[&#xA;(function() { var po = document.createElement(&amp;ldquo;script&amp;rdquo;); po.type = &amp;ldquo;text/javascript&amp;rdquo;; po.async = true; po.src = &amp;ldquo;http://d15mj6e6qmt1na.cloudfront.net/assets/embed.js&amp;rdquo;; var s = document.getElementsByTagName(&amp;ldquo;script&amp;rdquo;)[0]; s.parentNode.insertBefore(po, s); })();&#xA;// ]]&amp;gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>On the need for a new profession</title>
      <link>https://www.flourish.org/2012/03/on-the-need-for-a-new-profession/</link>
      <pubDate>Sat, 17 Mar 2012 14:16:08 +0000</pubDate>
      <guid>https://www.flourish.org/2012/03/on-the-need-for-a-new-profession/</guid>
      <description>&lt;p&gt;Complaining that I have a deluge of interesting things that I never get round to blogging, &lt;a href=&#34;https://twitter.com/#!/Defnetmedia&#34;&gt;Neil&lt;/a&gt; suggested I use audio instead. Here&amp;rsquo;s the first one.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://audioboo.fm/boos/715763-public-knowledge-gap-filler-a-new-profession&#34;&gt;listen to �Public Knowledge Gap Filler, a new profession� on Audioboo&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;// &amp;lt; ![CDATA[&#xA;(function() { var po = document.createElement(&amp;ldquo;script&amp;rdquo;); po.type = &amp;ldquo;text/javascript&amp;rdquo;; po.async = true; po.src = &amp;ldquo;http://d15mj6e6qmt1na.cloudfront.net/assets/embed.js&amp;rdquo;; var s = document.getElementsByTagName(&amp;ldquo;script&amp;rdquo;)[0]; s.parentNode.insertBefore(po, s); })();&#xA;// ]]&amp;gt;&lt;/p&gt;&#xA;&lt;p&gt;Links to the topics in this audio blog:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Part 2: Why I think PledgeBank failed, when GroupOn and Kickstarter flew</title>
      <link>https://www.flourish.org/2012/02/part-2-why-i-think-pledgebank-failed-when-groupon-and-kickstarter-flew/</link>
      <pubDate>Sun, 05 Feb 2012 16:08:48 +0000</pubDate>
      <guid>https://www.flourish.org/2012/02/part-2-why-i-think-pledgebank-failed-when-groupon-and-kickstarter-flew/</guid>
      <description>&lt;p&gt;&lt;em&gt;This is the second part of a series of two posts. &lt;a href=&#34;https://www.flourish.org/2012/01/part-1-why-did-pledgebank-fail-when-groupon-and-kickstarter-flew/&#34;&gt;Part 1&lt;/a&gt;�explains how we came to make PledgeBank, what it does, its similarities to GroupOn and Kickstarter, and how we iterated on the product. It ends asking, &amp;ldquo;Why did GroupOn and Kickstarter succeed, when PledgeBank failed?&amp;rdquo; This part gives my answer.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s what I think:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;1. Giving up.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;In his essay &amp;ldquo;&lt;a href=&#34;http://www.paulgraham.com/die.html&#34;&gt;How not do die&lt;/a&gt;&amp;rdquo;, Paul Graham points out that the real reason startups fail is that the founders give up. They stop changing the product, they stop doing deals.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Part 1: Why did PledgeBank fail when GroupOn and Kickstarter flew?</title>
      <link>https://www.flourish.org/2012/01/part-1-why-did-pledgebank-fail-when-groupon-and-kickstarter-flew/</link>
      <pubDate>Fri, 27 Jan 2012 01:29:01 +0000</pubDate>
      <guid>https://www.flourish.org/2012/01/part-1-why-did-pledgebank-fail-when-groupon-and-kickstarter-flew/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;&amp;ldquo;I&amp;rsquo;ll do X but only if N other people will do Y&amp;rdquo;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;I was abuzz.&lt;/p&gt;&#xA;&lt;p&gt;A cafe in Holborn. 2003. A secret meeting. James Cronin and Tom Loosemore, who&amp;rsquo;d made the genius does-what-it-says-on-the-tin FaxYourMP, bought me coffee and changed my world.&lt;/p&gt;&#xA;&lt;p&gt;Wow, there&amp;rsquo;s actually &lt;em&gt;other people&lt;/em&gt;�who think computers can revolutionise democracy!&lt;/p&gt;&#xA;&lt;p&gt;And they&amp;rsquo;ve an amazing top secret, ludicrously ambitious project to repurpose the whole of Hansard to make Parliament &lt;a href=&#34;http://www.theyworkforyou.com/&#34;&gt;easy for the masses&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Newsflash: Geeks now good at usability, everyone else crap</title>
      <link>https://www.flourish.org/2011/12/newsflash-geeks-now-good-at-usability-everyone-else-crap/</link>
      <pubDate>Thu, 22 Dec 2011 20:35:09 +0000</pubDate>
      <guid>https://www.flourish.org/2011/12/newsflash-geeks-now-good-at-usability-everyone-else-crap/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.amazon.co.uk/Design-Everyday-Things-Donald-Norman/dp/0262640376&#34;&gt;&lt;img class=&#34;alignright&#34; title=&#34;everyday&#34; src=&#34;https://www.flourish.org/uploads/2011/11/everyday.jpg&#34; alt=&#34;&#34; /&gt;&lt;/a&gt;We really struggled.&lt;/p&gt;&#xA;&lt;p&gt;We felt guilt. Wracked with pain.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s the mid 1990s, and computers are impossibly hard to use.&lt;/p&gt;&#xA;&lt;p&gt;Anyone who could program them, and who also cared about people, was ashamed.&lt;/p&gt;&#xA;&lt;p&gt;So we fixed it.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/The_Design_of_Everyday_Things&#34;&gt;Books&lt;/a&gt;�&lt;a href=&#34;http://www.amazon.com/About-Face-Essentials-Interface-Design/dp/1568843224&#34;&gt;were&lt;/a&gt;�&lt;a href=&#34;http://en.wikipedia.org/wiki/The_Humane_Interface&#34;&gt;published&lt;/a&gt;,�&lt;a href=&#34;http://www.asktog.com/&#34;&gt;websites&lt;/a&gt;�launched, a new�&lt;a href=&#34;http://en.wikipedia.org/wiki/Usability_Professionals&#39;_Association&#34;&gt;profession&lt;/a&gt;�was born.&lt;/p&gt;&#xA;&lt;p&gt;It took a while but many of the key insights from that furore benefit us all every day.&lt;/p&gt;&#xA;&lt;p&gt;For example, on an iPad, or in Google Docs, you don&amp;rsquo;t need to remember to press save to not lose your work.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Astonishments, ten, in the history of version control</title>
      <link>https://www.flourish.org/2011/12/astonishments-ten-in-the-history-of-version-control/</link>
      <pubDate>Sat, 17 Dec 2011 12:18:32 +0000</pubDate>
      <guid>https://www.flourish.org/2011/12/astonishments-ten-in-the-history-of-version-control/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;&amp;ldquo;If you really want to &amp;hellip; truly ancient history, you have to go back to delta decks on punch cards.&amp;rdquo; (&lt;a href=&#34;http://codicesoftware.blogspot.com/2010/11/version-control-timeline.html?showComment=1290030685523#c6370267992526571007&#34;&gt;Jim Rootham&lt;/a&gt;)&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;img class=&#34;alignright&#34; title=&#34;Cod by Mark Kurlansky&#34; alt=&#34;&#34; src=&#34;https://www.flourish.org/uploads/2011/12/cod-by-mark-kurlansky.png&#34; /&gt;&#xA;In a world where [biographies of cod](http://www.amazon.co.uk/Cod-Biography-Fish-Changed-World/dp/0099268701)�are not just accepted, but rightly popular, it wouldn&#39;t seem entirely crazy to write a history book on how computer programmers store the vital product of their labours - source code.&#xA;&lt;p&gt;Since neither you nor I have time to read or write such a thing, we&amp;rsquo;re going to have to settle on this one blog post.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Why I just joined the Green party</title>
      <link>https://www.flourish.org/2011/12/why-i-just-joined-the-green-party/</link>
      <pubDate>Wed, 14 Dec 2011 00:54:58 +0000</pubDate>
      <guid>https://www.flourish.org/2011/12/why-i-just-joined-the-green-party/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.flourish.org/uploads/2011/12/small.jpg&#34;&gt;&lt;img class=&#34;alignright&#34; title=&#34;Lark Lane shops&#34; src=&#34;https://www.flourish.org/uploads/2011/12/small.jpg&#34; alt=&#34;&#34; /&gt;&lt;/a&gt;I&amp;rsquo;m pretty sure lots of people are going to ask me why I just joined the Green party, so here&amp;rsquo;s the reasons.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;I&amp;rsquo;ve moved to an area of Liverpool where green is strong - two Green councillors live nearby, there&amp;rsquo;s a very local organic box delivery, and the main indy co-op food shop has just moved up the road. It&amp;rsquo;s nicer to be in a party when there is local activity to join in and build on.&lt;/li&gt;&#xA;&lt;li&gt;Since I&amp;rsquo;m no longer being paid to work for mySociety, I&amp;rsquo;m no longer worried about any accidental partisanship being a member of a party might bring. Not that I think you can&amp;rsquo;t be a good civil servant or work for mySociety if you are a member of a political party, but it requires extra energy. Lack of bias is extremely important for both.&lt;/li&gt;&#xA;&lt;li&gt;I&amp;rsquo;m &lt;a href=&#34;https://www.flourish.org/2008/10/save-our-economy-from-climate-change/&#34;&gt;quite worried&lt;/a&gt; about Climate Change (and &lt;a href=&#34;http://www.dark-mountain.net/&#34;&gt;other things&lt;/a&gt;). We need to continue to try to both prevent it and to build up our societal resilience to deal with the consequences of it. We can&amp;rsquo;t do either unless we act in groups, and politics is part of that. More on this another time.&lt;/li&gt;&#xA;&lt;li&gt;Strategically I think the Greens are where it&amp;rsquo;s at in Liverpool. &lt;em&gt;Democratically&lt;/em&gt;, i.e. to meet the needs and wishes of Liverpudlians,�what Liverpool needs is a (slightly) more &amp;ldquo;left&amp;rdquo; party than modern Labour. Every city needs a strong opposition, and the Greens are the best candidate.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;img class=&#34;alignleft&#34; title=&#34;Green Party&#34; src=&#34;https://www.flourish.org/uploads/2011/12/green-150x150.jpg&#34; alt=&#34;&#34; /&gt;&#xA;&lt;p&gt;Finally, and to be clear, I think the Labour party, Liberal Democrat party and Conservative party are all excellent. I think the recent Labour Government did many good things particularly in its first term, and I think that the Tory/Lib Dem coalition is doing many good things and will continue to do so too.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What&#39;s a &#34;startup&#34; and why do I care?</title>
      <link>https://www.flourish.org/2011/11/what-does-it-mean-to-start-something-up/</link>
      <pubDate>Wed, 30 Nov 2011 08:09:00 +0000</pubDate>
      <guid>https://www.flourish.org/2011/11/what-does-it-mean-to-start-something-up/</guid>
      <description>&lt;p&gt;You know when you have those &lt;em&gt;really annoying&lt;/em&gt; arguments that turn into disputes about definitions of words? And they end up a tangled mess of pointlessness, and you just don&amp;rsquo;t want to be there any more?&lt;/p&gt;&#xA;&lt;p&gt;Well, I&amp;rsquo;ve just realised that they&amp;rsquo;re much more important than I thought, but you have to think about them in terms of shared group culture. By which I mean, lack of shared group culture.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Seven facts about the Global Village Construction Kit</title>
      <link>https://www.flourish.org/2011/09/seven-facts-about-the-global-village-construction-kit/</link>
      <pubDate>Tue, 20 Sep 2011 20:04:31 +0000</pubDate>
      <guid>https://www.flourish.org/2011/09/seven-facts-about-the-global-village-construction-kit/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://blog.opensourceecology.org/2010/07/open-source-drill-press-prototype-debut/&#34;&gt;&lt;img class=&#34;alignright&#34; title=&#34;Global Village Construction Set&#34; src=&#34;https://www.flourish.org/uploads/2011/09/gvcs-300x223.jpg&#34; alt=&#34;&#34; /&gt;&lt;/a&gt;Every now and again a project comes along that could change everything. I&amp;rsquo;ve been lucky enough this year to come across two of them.&lt;/p&gt;&#xA;&lt;p&gt;The first I wrote about in &lt;a href=&#34;https://www.flourish.org/2011/01/seven-facts-about-unhosted/&#34;&gt;Seven facts about Unhosted&lt;/a&gt;. It has the potential to decentralised the web again, while simultaneously keeping it just as easy to use and powerful.&lt;/p&gt;&#xA;&lt;p&gt;Today I&amp;rsquo;m writing about the &lt;a href=&#34;http://opensourceecology.org/wiki/Global_Village_Construction_Set&#34;&gt;Global Village Construction Set&lt;/a&gt;. It has the potential to decentralise our industrial society.&lt;/p&gt;</description>
    </item>
    <item>
      <title>We take extraordinary business models for granted</title>
      <link>https://www.flourish.org/2011/09/we-take-extraordinary-business-models-for-granted/</link>
      <pubDate>Sat, 10 Sep 2011 23:28:02 +0000</pubDate>
      <guid>https://www.flourish.org/2011/09/we-take-extraordinary-business-models-for-granted/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/george_eastman_house/3122875541/&#34;&gt;&lt;img class=&#34;alignleft&#34; style=&#34;margin-left: 20px; margin-right: 20px;&#34; title=&#34;MCCALL STYLE &amp;amp; BEAUTY&#34; src=&#34;https://www.flourish.org/uploads/2011/09/3122875541_11bf6685c2_m.jpg&#34; alt=&#34;&#34; /&gt;&lt;/a&gt;It&amp;rsquo;s really easy to get used to business models. As if they were natural things that have always been there.&lt;/p&gt;&#xA;&lt;p&gt;But actually, all the successful machines that make money were at one point extraordinary - inspired wonder when the first company found them.&lt;/p&gt;&#xA;&lt;p&gt;Here are some recent examples:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;1) Flickr&lt;/strong&gt;. Invented &amp;ldquo;freemium&amp;rdquo; for SaaS on an at all large scale. Before then on the Internet you had to either buy things, or things were free.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Seven facts about Unhosted</title>
      <link>https://www.flourish.org/2011/01/seven-facts-about-unhosted/</link>
      <pubDate>Mon, 10 Jan 2011 21:21:57 +0000</pubDate>
      <guid>https://www.flourish.org/2011/01/seven-facts-about-unhosted/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.unhosted.org/&#34;&gt;Unhosted&lt;/a&gt; is finally the project I&amp;rsquo;ve been waiting for, that stands a chance of decentralising the web.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img class=&#34;alignright&#34; title=&#34;Unhosted logo&#34; src=&#34;https://www.flourish.org/uploads/2011/01/island.png&#34; alt=&#34;Unhosted logo&#34;/&gt;It separates application writing from hosting your data. Encryption magic means that neither the writer of the application nor the storer of your data can access your data.&lt;/p&gt;&#xA;&lt;p&gt;This will empower users, create more competition and boost open source web applications.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m sufficiently excited about Unhosted that I decided to tweet once a day about it for a week. Here&amp;rsquo;s what I said:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Dinosaur media and the Internet both suck, a Booktrust story</title>
      <link>https://www.flourish.org/2010/12/why-the-booktrust-story-shows-media-must-cite-sources/</link>
      <pubDate>Mon, 27 Dec 2010 00:29:40 +0000</pubDate>
      <guid>https://www.flourish.org/2010/12/why-the-booktrust-story-shows-media-must-cite-sources/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.flickr.com/photos/53264755@N00/381631956/&#34;&gt;&lt;img class=&#34;alignright&#34; title=&#34;Edwardian Childrens Books&#34; src=&#34;http://farm1.static.flickr.com/168/381631956_4fa1ba5188.jpg&#34; alt=&#34;&#34; /&gt;&lt;/a&gt;&lt;a href=&#34;http://www.independent.co.uk/news/uk/politics/government-uturn-over-book-scheme-cuts-2169569.html&#34;&gt;&amp;ldquo;Government U-turn over book scheme cuts&lt;/a&gt;&amp;rdquo; blares the Independent newspaper today. Apparently the UK Government decided to cut a scheme that gives books to all children last week, and has now changed their mind in order to decide not to cut it.&lt;/p&gt;&#xA;&lt;p&gt;I don&amp;rsquo;t have any knowledge, or a particularly strong view, about how we should best encourage people to read as a society.&lt;/p&gt;&#xA;&lt;p&gt;I do want to use this as an example, a simple and basic one, of how terrible information flow on the Internet is, and on how terrible modern journalism is. By terrible here, I mean just how utterly our society fails at giving the most basic tools for intelligent people to be able to have opinions based on any sort of knowledge or evidence.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Monsters not loony enough</title>
      <link>https://www.flourish.org/2010/03/monsters-not-loony-enough/</link>
      <pubDate>Mon, 29 Mar 2010 10:35:38 +0000</pubDate>
      <guid>https://www.flourish.org/2010/03/monsters-not-loony-enough/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2010/03/Official-Monster-Raving-Loony-Party-The_1.gif&#34; alt=&#34;Official Monster Raving Loony Party [The]_1&#34; title=&#34;Official Monster Raving Loony Party [The]_1&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Looking for some sample data for the election quiz software I&amp;rsquo;m writing, I naturally went to the Official Monster Raving Loony Party website. The very first policy they list is:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;em&gt;&lt;strong&gt;Cool on the outside:&lt;/strong&gt;&#xA;To combat global warming and climate change all buildings should be fitted with air conditioning units on the outside. (Source: &lt;a href=&#34;http://www.loonyparty.com/index.php?page=manifestoproposals-1&#34;&gt;Monster Raving Loony manifesto proposals&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;At first this sounds just funny&amp;hellip; Until you realise that we do have a technology that is the same as &amp;ldquo;air conditioners on the outside&amp;rdquo;. Indeed, the office building I&amp;rsquo;m in right now is heated by one. They&amp;rsquo;re called &lt;a href=&#34;http://www.energysavingtrust.org.uk/Generate-your-own-energy/Air-source-heat-pumps&#34;&gt;air source heat pumps&lt;/a&gt; (Energy Saving Trust link).&lt;/p&gt;</description>
    </item>
    <item>
      <title>John Redwood is a climate change denier</title>
      <link>https://www.flourish.org/2009/12/john-redwood-is-a-climate-change-denier/</link>
      <pubDate>Fri, 11 Dec 2009 00:35:19 +0000</pubDate>
      <guid>https://www.flourish.org/2009/12/john-redwood-is-a-climate-change-denier/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2009/12/john_redwood_flooding.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I like John Redwood. I started reading his blog in 2006 while I was involved in the &lt;a href=&#34;http://www.saveparliament.org.uk/index.php&#34;&gt;Save Parliament campaign&lt;/a&gt;, trying to stop the Government pass a Bill whose craziness you&amp;rsquo;ll have to read about by following the link. John spoke prominently on the Internet and in Parliament against the Bill.&lt;/p&gt;&#xA;&lt;p&gt;Since then, I&amp;rsquo;ve seen eye to eye with him on issues such as &lt;a href=&#34;http://www.johnredwoodsdiary.com/2008/06/12/david-davis-what-a-stand/&#34;&gt;David Davis&amp;rsquo;s resignation over civil liberties&lt;/a&gt; and the &lt;a href=&#34;http://www.johnredwoodsdiary.com/2007/12/17/ignorance-of-the-law-is-no-excuse/&#34;&gt;lack of quality in Parliament&amp;rsquo;s law making process&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Your wildest predictions for 2010</title>
      <link>https://www.flourish.org/2009/12/your-wildest-predictions-for-2010/</link>
      <pubDate>Thu, 10 Dec 2009 21:23:53 +0000</pubDate>
      <guid>https://www.flourish.org/2009/12/your-wildest-predictions-for-2010/</guid>
      <description>&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/uploads/2009/12/crystal_ball.jpg&#34; alt=&#34;crystal_ball&#34; title=&#34;crystal_ball&#34; width=&#34;343&#34; height=&#34;500&#34;/&gt;&#xA;&lt;p&gt;Someone asked me to think up counterintuitive predictions for the next year - things which might happen, but where it would not be ordinary for them to happen. Things with a hint in the present world of their possibility.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s some, make your own in the comments.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Ordnance Survey will go bust - i.e. their revenue will suddenly fall dramatically (due to competition from OpenStreetMap, Google).&lt;/li&gt;&#xA;&lt;li&gt;Vince Cable will be Prime Minister (with backing of tabloids, after a hung Parliament coalition Government collapses due to a further financial crisis, and then the formation of a Government of national unity).&lt;/li&gt;&#xA;&lt;li&gt;Someone will work out how to print photovoltaic solar panels on a device as cheap as a household inkjet printer, shares in all other energy businesses will collapse.&lt;/li&gt;&#xA;&lt;li&gt;There will be a nuclear war, with a bomb at least as large as&#xA;Hiroshima used on a civilian population. I don&amp;rsquo;t know where, because it&amp;rsquo;ll be somewhere we don&amp;rsquo;t quite expect.&lt;/li&gt;&#xA;&lt;li&gt;At least one famous person will lose their job, reputation and spouse due to an affair discovered using reverse face-image recognition on Flickr photos of crowds.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;What are your wild predictions for the next year?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Slightly dizzy after 2008</title>
      <link>https://www.flourish.org/2008/12/slightly-dizzy-after-2008/</link>
      <pubDate>Mon, 29 Dec 2008 11:26:26 +0000</pubDate>
      <guid>https://www.flourish.org/2008/12/slightly-dizzy-after-2008/</guid>
      <description>&lt;p&gt;&lt;em&gt;A year ago, I predicted &amp;ldquo;&lt;a href=&#34;https://www.flourish.org/2007/12/post-173/&#34;&gt;2008 to be quite a ride&lt;/a&gt;&amp;rdquo;. What happened?&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2008/12/walk-in-park.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;On holiday, &lt;a href=&#34;https://www.eddieizzard.com/thingie_things/tomtom/buynow.izz&#34;&gt;Eddie Izzard&amp;rsquo;s voice&lt;/a&gt; guided me round Wales. As we drove, a box smaller than my hand sang songs by a band that &lt;a href=&#34;http://en.wikipedia.org/wiki/The_Beatles%27_breakup&#34;&gt;broke up nearly 40 years ago&lt;/a&gt;, as if they were in the car.&lt;/p&gt;&#xA;&lt;p&gt;The same part of the US military which created the Internet &lt;a href=&#34;http://p9.hostingprod.com/@modha.org/blog/2008/11/ibm_awarded_darpa_funding_via_1.html&#34;&gt;funded the rat-sized cortex simulations&lt;/a&gt;. Most such projects in 60 years of Artificial Intelligence have come to nothing. I wouldn&amp;rsquo;t bet on them all, always coming to nothing.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Save our economy from Climate Change</title>
      <link>https://www.flourish.org/2008/10/save-our-economy-from-climate-change/</link>
      <pubDate>Fri, 24 Oct 2008 13:30:26 +0000</pubDate>
      <guid>https://www.flourish.org/2008/10/save-our-economy-from-climate-change/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://www.flourish.org/uploads/2008/10/cherry.jpg&#34; alt=&#34;&#34; title=&#34;cherry&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve written before about how I &lt;a href=&#34;https://www.flourish.org/2007/06/sometimes-there-are-partial-victories/&#34;&gt;cherry pick&lt;/a&gt; campaigns that are most likely to be successful. You&amp;rsquo;d have thought that on such a large, difficult subject as climate change and our energy security, it would be impossible to cherry pick.&lt;/p&gt;&#xA;&lt;p&gt;But it turns out there is a big gaping hole.&lt;/p&gt;&#xA;&lt;p&gt;Nobody is running a single issue campaign for people across the political spectrum. One to lobby the UK Government to stop climate change destroying our economy and way of life, and at the same time to safeguard our supply of energy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>2008 to be quite a ride</title>
      <link>https://www.flourish.org/2007/12/post-173/</link>
      <pubDate>Fri, 28 Dec 2007 23:29:56 +0000</pubDate>
      <guid>https://www.flourish.org/2007/12/post-173/</guid>
      <description>&lt;img class=&#34;alignleft&#34; src=&#34;https://www.flourish.org/~blog/trec-uk.jpg&#34;/&gt;&#xA;&lt;p&gt;Travelling by car back from relatives yesterday, a woman&amp;rsquo;s voice, inside &lt;a href=&#34;http://www.tomtom.com/products/product.php?ID=395&amp;amp;Category=0&amp;amp;Lid=1&#34;&gt;a box as small as my hand&lt;/a&gt;, knew exactly where we were at all times, and gave my mother detailed directions at every turn.&lt;/p&gt;&#xA;&lt;p&gt;Earlier this year, a multinational corporation simulated a brain the size of a mouse&amp;rsquo;s on a supercomputer. This almost interactive simulation will help people learn more about the function of our own cerebral cortex, and hence how our minds work. They are moving on to a &lt;a href=&#34;http://p9.hostingprod.com/@modha.org/blog/2007/11/faq_anatomy_of_a_cortical_simu.html&#34;&gt;rat&amp;rsquo;s cortex&lt;/a&gt;, which is three times larger.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sometimes there are victories</title>
      <link>https://www.flourish.org/2007/06/sometimes-there-are-partial-victories/</link>
      <pubDate>Wed, 13 Jun 2007 23:06:36 +0000</pubDate>
      <guid>https://www.flourish.org/2007/06/sometimes-there-are-partial-victories/</guid>
      <description>&lt;p&gt;Some people complain that all the activism, campaigning, trying to change the world for the better never has any affect. In the last year I can think of 4 major victories, all in campaigns I&amp;rsquo;ve had a small involvement in.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Legislative and Regulatory Reform Bill&lt;/strong&gt; - I &lt;a href=&#34;https://www.flourish.org/2006/03/accidentally-abolishing-parliament/&#34;&gt;posted about this&lt;/a&gt; boring sounding but deadly Bill at the beginning of last year. We had to set up a whole &lt;a href=&#34;http://www.saveparliament.org.uk&#34;&gt;Save Parliament&lt;/a&gt; campaign to try and stop it. The Bill was still passed, but &lt;a href=&#34;http://bill111.wordpress.com/2006/11/08/lrrb-passed-by-commons/&#34;&gt;was much less dangerous&lt;/a&gt; partly because the &lt;a href=&#34;http://www.timesonline.co.uk/tol/news/politics/article705323.ece&#34;&gt;Government rewrote it under public pressure&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Life</title>
      <link>https://www.flourish.org/2007/03/life/</link>
      <pubDate>Mon, 05 Mar 2007 19:36:32 +0000</pubDate>
      <guid>https://www.flourish.org/2007/03/life/</guid>
      <description>&lt;p&gt;Three weeks ago my friend and colleague Chris Lightfoot committed suicide. He&amp;rsquo;d been taking anti-depressants for a long time. My mind flips like a &lt;a href=&#34;http://en.wikipedia.org/wiki/Necker_cube&#34;&gt;necker cube&lt;/a&gt; between loving anger and complete compassion. Anger with anyone for deliberately leaving the privilege of being in this beautiful world. Compassion for the extreme pain that he must have been in, and that I am lucky enough never to have known.&lt;/p&gt;&#xA;&lt;p&gt;I met Chris originally because he was &lt;a href=&#34;http://www.mythic-beasts.com/&#34;&gt;my new ISP&lt;/a&gt;, and because of our shared interest in politics and computers. Tom&amp;rsquo;s written an &lt;a href=&#34;http://www.mysociety.org/2007/03/05/rip-chris-lightfoot-1978-to-2007/&#34;&gt;excellent post&lt;/a&gt; summarising Chris&amp;rsquo;s achievements in software, politics and policy. He was argumentative, cussed, and super bright. He was loving and affectionate, for the world and his friends.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Restricted shorts and newspaper hagiography</title>
      <link>https://www.flourish.org/2007/01/post-168/</link>
      <pubDate>Wed, 24 Jan 2007 10:47:39 +0000</pubDate>
      <guid>https://www.flourish.org/2007/01/post-168/</guid>
      <description>&lt;p&gt;The unusual short film competition with board games which I was at two weeks ago was fantastic fun. Again, Mark has &lt;a href=&#34;http://writinghawk.livejournal.com/8540.html&#34;&gt;a bit to say&lt;/a&gt; about it. There&amp;rsquo;s also loads on the &lt;a href=&#34;http://www.reallyrestrictiveshorts.com/&#34;&gt;Really Restrictive Shorts blog&lt;/a&gt; which I wrote some of. Click the &amp;ldquo;1, 2, 3, 4&amp;hellip; next&amp;hellip; last&amp;hellip;&amp;rdquo; links right at the bottom of the page to see more. There are photos and videos and so on.&lt;/p&gt;&#xA;&lt;p&gt;Also today, there&amp;rsquo;s a &lt;a href=&#34;http://society.guardian.co.uk/e-public/story/0,,1996917,00.html&#34;&gt;good description of mySociety in the Guardian&lt;/a&gt;. That&amp;rsquo;s the, also unusual, charity that I work for. Given we&amp;rsquo;re anarchically structured, Tom Steinberg clearly can&amp;rsquo;t be my boss. Instead you could think of him as the person the rest of us delegate fundraising, client management and making sure the accounts balance to. I missed it, but they &lt;a href=&#34;http://society.guardian.co.uk/publicinquiry/story/0,,1986219,00.html&#34;&gt;put me in the week before last&lt;/a&gt; talking about PledgeBank.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Short films and long journeys</title>
      <link>https://www.flourish.org/2007/01/short-films-and-long-journeys/</link>
      <pubDate>Tue, 09 Jan 2007 19:22:35 +0000</pubDate>
      <guid>https://www.flourish.org/2007/01/short-films-and-long-journeys/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m in Wales, helping out at a most unusual short film competition, with boardgames. I can&amp;rsquo;t do better than my flatmate Mark at explaining it, so if you want to know what we&amp;rsquo;re doing &lt;a href=&#34;http://writinghawk.livejournal.com/8447.html&#34;&gt;read his post&lt;/a&gt; on the subject.&lt;/p&gt;&#xA;&lt;p&gt;Also since writing here last, I&amp;rsquo;ve spent a while in North America. New York ate all my money. I found the Statue of Liberty surprisingly moving - it&amp;rsquo;s original purpose, representing real freedom, is important to remember. Toronto was fantastic. I stayed with &lt;a href=&#34;http://blogs.cadince.com/blojsom/blog/musicstar/&#34;&gt;Martin Crawford&lt;/a&gt;, who knows the extensive and fun live music scene like the back of his hand. The food in Toronto is amazing, and the layout of streets with busy tram-field, small shop, main roads, and quiet cross streets of wooden houses all different. Canada really is the best bits of Europe and best bits of America mixed together in one country. I was quite surprised.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Quadruply offset</title>
      <link>https://www.flourish.org/2006/10/quadruply-offset/</link>
      <pubDate>Tue, 31 Oct 2006 02:56:09 +0000</pubDate>
      <guid>https://www.flourish.org/2006/10/quadruply-offset/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://flickr.com/photos/aroseo/223980097/&#34;&gt;&lt;img src=&#34;https://www.flourish.org/~blog/icecap.jpg&#34; alt=&#34;&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;So, I just bought a return flight from London Heathrow to Boston (Massachusetts, not Lincolnshire, cheap short haul flights haven&amp;rsquo;t got that crazy yet!), leaving the day after tomorrow. This cost a mere £308, which is very cheap. Today is the day the &lt;a href=&#34;http://www.hm-treasury.gov.uk/independent_reviews/stern_review_economics_climate_change/stern_review_report.cfm&#34;&gt;Stern Review&lt;/a&gt; came out, which means it was impossible to do anything other than go directly to &lt;a href=&#34;http://www.climatecare.org/&#34;&gt;Climate Care&lt;/a&gt;&amp;rsquo;s website and buy some carbon offsetting. Or think of it as a voluntary aviation fuel tax, whatever.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sand and clay</title>
      <link>https://www.flourish.org/2006/10/sand-and-clay/</link>
      <pubDate>Sun, 08 Oct 2006 09:41:22 +0000</pubDate>
      <guid>https://www.flourish.org/2006/10/sand-and-clay/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://flickr.com/photos/darren/111857886/&#34;&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/organic-box.jpg&#34; border=0 /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;For three years now I&amp;rsquo;ve subscribed irregularly to a box of fruit and vegetables from &lt;a href=&#34;http://www.cofco.co.uk/&#34;&gt;Cambridge Organic Food Co&lt;/a&gt;. On Sunday or Monday, If I&amp;rsquo;m going to be at home enough later in the week, I leave them an answer phone message. Then on Wednesday afternoon there&amp;rsquo;s a knock on the door, and a friendly man gives me a crate of freshly selected seasonal goodness. (Photo right is illustrative and actually in New Zealand, it is licensed for free reuse by &lt;a href=&#34;http://flickr.com/photos/darren/111857886/&#34;&gt;darren131&lt;/a&gt;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>In March the gypsies returned</title>
      <link>https://www.flourish.org/2006/07/miss-rockaway-armada/</link>
      <pubDate>Fri, 07 Jul 2006 21:13:13 +0000</pubDate>
      <guid>https://www.flourish.org/2006/07/miss-rockaway-armada/</guid>
      <description>&lt;p&gt;I have a rule, implied in the text at the top of this page, not just to post links to other stories and websites in this blog. But these crazy American artists are too much fun not to.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&amp;ldquo;This summer we are building rafts and floating down the Mississippi River. Here’s the plan: We meet in Minneapolis in late July with sections of our raft in tow. We piece together our pontoons and fill them with salvaged blocks of foam. We make it beautiful and tie on anything that floats, adding it to our junk armada, our anarchist county fair, our fools ark. Our precious cargo is everything we hold dear: pieces and parts of the culture we are already creating. Our zines and puppets, sewing projects and poster campaigns. Mutant bicycles and punk rock marching bands. Plus our thoughts and dreams and irrepressible energy. Together we float down the Mississippi river, as far as we can &amp;ndash; anchoring here and there to perform, give workshops, and create the big huge spectacle we wished would have stopped in our hometowns. And at each place we invite anyone to contribute performances or workshops of their own.&amp;rdquo; - &lt;a href=&#34;http://www.missrockaway.org/wordpress/?page_id=5&#34;&gt;Miss Rockaway Armada&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Great firewall</title>
      <link>https://www.flourish.org/2006/07/great-firewall/</link>
      <pubDate>Fri, 07 Jul 2006 21:11:55 +0000</pubDate>
      <guid>https://www.flourish.org/2006/07/great-firewall/</guid>
      <description>&lt;p&gt;China has a new great wall, which blocks parts of the Internet from its citizens. This is partly done by absolute blocks, for example banning the BBC because it has a Chinese language news site. But it is also done by more subtle means - letting the companies who run forums know that they might be shut down if they don&amp;rsquo;t remove unacceptable posts, but never quite defining what unacceptable is. That way the companies have to err on the side of caution, and require less direct supervision and enforcement.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Four more photos of old Shanghai</title>
      <link>https://www.flourish.org/2006/07/final-family-history/</link>
      <pubDate>Tue, 04 Jul 2006 22:07:02 +0000</pubDate>
      <guid>https://www.flourish.org/2006/07/final-family-history/</guid>
      <description>&lt;p&gt;(For background, read my posts &lt;a href=&#34;https://www.flourish.org/2006/05/chinese-family-history/&#34;&gt;Chinese family history&lt;/a&gt; and &lt;a href=&#34;https://www.flourish.org/2006/05/yangshupu-camp/&#34;&gt;Child of the atom bomb&lt;/a&gt; first)&lt;/p&gt;&#xA;&lt;p&gt;In Shanghai, Rosemary and I went to a few more places related to our family history. Shanghai has undergone massive development, knocking down of whole areas, building of new skyscrapers. Amazingly, everywhere we went was still there. A hundred year old colonial buildings, with quite different architectures to those surrounding them. And still used in modern China. It was also great that the guards and porters would let us in. When Rosemary went 20 years ago, all she managed to do was peer from a distance. China is opening up, and relaxing.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Holy mountain</title>
      <link>https://www.flourish.org/2006/06/holy-mountain/</link>
      <pubDate>Tue, 27 Jun 2006 23:33:39 +0000</pubDate>
      <guid>https://www.flourish.org/2006/06/holy-mountain/</guid>
      <description>&lt;img class=&#34;alignleft&#34; src=&#34;https://www.flourish.org/~blog/china-emei-porter.jpg&#34;/&gt;&#xA;&lt;p&gt;(Just to explain, I&amp;rsquo;ve been back from China for a couple of weeks now, but still have blog posts to make about it, which I&amp;rsquo;m gradually catching up on)&lt;/p&gt;&#xA;&lt;p&gt;When &lt;a href=&#34;https://www.flourish.org/2006/06/post-156/&#34;&gt;we were in Chengdu&lt;/a&gt; we went on a trip a couple of hours south to Emei Shan. This is where the religious thread of the holiday met the family history one.&lt;/p&gt;&#xA;&lt;p&gt;My grandmother went on a journey up the Yangtze river to Emei Shan in 1936, with her friend Gracie. She&amp;rsquo;d been in Shanghai for six years, and in her summer holidays had already visited Peking, the Philippines, Saigon, Angkor, Bangkok, Korea and Japan. So by 1936 there wasn&amp;rsquo;t much left - they had to go to inland China. At the time, this was a very adventurous thing for two unaccompanied English ladies to do.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Holy island</title>
      <link>https://www.flourish.org/2006/06/piety/</link>
      <pubDate>Mon, 19 Jun 2006 23:19:31 +0000</pubDate>
      <guid>https://www.flourish.org/2006/06/piety/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignleft&#34; src=&#34;https://www.flourish.org/~blog/china-putuoshan-incense.jpg&#34;/&gt;Even though I&amp;rsquo;m an atheist, it&amp;rsquo;s fun and moving to seek out pious people and watching them going about their business. A few years ago I used to do this in the UK via &lt;a href=&#34;http://www.cam.net.uk/home/interfaith/&#34;&gt;Cambridge Interfaith&lt;/a&gt;, who organised such things as a visit to the synagogue on a Friday evening, and a day trip to the Hari Krishna temple George Harrison paid for in Hertfordshire. And I saw lots of religious places with Phil in Burma (see parts of &lt;a href=&#34;https://www.flourish.org/2003/01/post-35/&#34;&gt;this post&lt;/a&gt; and all of &lt;a href=&#34;https://www.flourish.org/2003/03/post-51/&#34;&gt;this one&lt;/a&gt;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Buried in the sky</title>
      <link>https://www.flourish.org/2006/06/sky-burial/</link>
      <pubDate>Fri, 09 Jun 2006 13:07:34 +0000</pubDate>
      <guid>https://www.flourish.org/2006/06/sky-burial/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/tibet-langmusi-burial.jpg&#34;/&gt;Tibetan sky burials sound very odd, exotic, macabre. After being shown a sky burial ground by a native who takes part in them, my mind began to twist round and see them as normal. Just as many Tibetans do - I don&amp;rsquo;t know figures, but it is widespread. A sky burial goes like this.&lt;/p&gt;&#xA;&lt;p&gt;The funeral party meets at the house of the deceased and his or her family. They have some sort of a gathering (I&amp;rsquo;m imagining, similar to an Irish wake). Then the friends and other villagers take the body of the deceased to the sky burial ground. This is a gentle grassy place, a little way up on the edge of a hill just outside the town or village. Close relatives of the dead person stay at home.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tibetan language</title>
      <link>https://www.flourish.org/2006/06/langmusi/</link>
      <pubDate>Tue, 06 Jun 2006 10:34:53 +0000</pubDate>
      <guid>https://www.flourish.org/2006/06/langmusi/</guid>
      <description>&lt;p&gt;On the bus from Zoige to Langmusi, I met a girl who for all the world looked Han Chinese, but turned out to be Tibetan. She had reasonable English, and was well turned out in the fashionable way that city Chinese are. She was an accountant in a government-run Tibetan medicine hospital in Zoige, on the way to visit a friend for the day, it being a Sunday.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img class=&#34;alignleft&#34; src=&#34;https://www.flourish.org/~blog/tibet-langmusi-view.jpg&#34;/&gt;Two interesting things. Her first language was the Amdo dialect of Tibetan, but she was only taught to read and write in Chinese at school. Now, in her mid 20s, she was finally starting to learn the Tibetan alphabet.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building a new highway</title>
      <link>https://www.flourish.org/2006/06/post-158/</link>
      <pubDate>Mon, 05 Jun 2006 15:28:59 +0000</pubDate>
      <guid>https://www.flourish.org/2006/06/post-158/</guid>
      <description>&lt;p&gt;Everywhere in the People&amp;rsquo;s Republic of China there is building. In Shanghai, deep foundations of new skyscrapers. In Songpan, new apartments paid for by the government to relocate people from slumy areas. And north of Songpan, a newly upgraded highway across into Gansu province. The only problem is, it isn&amp;rsquo;t finished yet.&lt;/p&gt;&#xA;&lt;p&gt;The bus left at about 7am. The first part was easy, and after one last stop to pick up passengers in another small town, we entered the area where they&amp;rsquo;re rebuilding the road. Rebuilding it, that is, as we drive along it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tibet, horses, water prayers</title>
      <link>https://www.flourish.org/2006/06/into-tibet/</link>
      <pubDate>Mon, 05 Jun 2006 07:06:20 +0000</pubDate>
      <guid>https://www.flourish.org/2006/06/into-tibet/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/tibet-songpan-horse.jpg&#34;/&gt;At the moment I&amp;rsquo;m in Tibet.&lt;/p&gt;&#xA;&lt;p&gt;No, I don&amp;rsquo;t mean the Tibetan Autonomous Region (TAR), I mean historic and ethnic Tibet. TAR is the province occupied by China which contains Lhasa, and which we lazily often refer to as &amp;ldquo;Tibet&amp;rdquo; in English. Tibet proper also includes all of Qinghai province, and parts of several other Chinese provinces. Tibetan people making a political point refer to themselves as living in Tibet, even if they don&amp;rsquo;t live in TAR. As a tourist this is good news - it is much easier to visit the non-TAR parts of Tibet, than suffer the complex web of permits and travel restrictions in TAR itself.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chengdu</title>
      <link>https://www.flourish.org/2006/06/post-156/</link>
      <pubDate>Mon, 05 Jun 2006 06:45:53 +0000</pubDate>
      <guid>https://www.flourish.org/2006/06/post-156/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/china-chengdu-dufu.jpg&#34;/&gt; If you fall off the eastern edge of the Himalayan mountains, the first major city (population 4.1 million) that you come to is Chengdu, in China&amp;rsquo;s Sichuan province. You&amp;rsquo;ve heard of it from the spicy Chinese food, called &amp;ldquo;Szechuan&amp;rdquo; in the west.&lt;/p&gt;&#xA;&lt;p&gt;Rosemary and I spent 5 or 6 days based around there. A few of those were visiting a Buddhist holy mountain, and the largest Buddha in the world - I&amp;rsquo;ll write about them in another post.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Quick post</title>
      <link>https://www.flourish.org/2006/05/quick-post/</link>
      <pubDate>Mon, 29 May 2006 10:08:43 +0000</pubDate>
      <guid>https://www.flourish.org/2006/05/quick-post/</guid>
      <description>&lt;p&gt;Just a quick post to say what&amp;rsquo;s happening. Rosemary is flying back to Shanghai tomorrow, and then home later in the week. I&amp;rsquo;m in China for another 10 days, heading tomorrow into Northern Sichuan. I&amp;rsquo;m writing some more about things we&amp;rsquo;ve seen in the last week, but won&amp;rsquo;t put them up until I get some more photographs out of my camera.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hope in the air</title>
      <link>https://www.flourish.org/2006/05/post-153/</link>
      <pubDate>Mon, 29 May 2006 09:48:49 +0000</pubDate>
      <guid>https://www.flourish.org/2006/05/post-153/</guid>
      <description>&lt;p&gt;We took the magical modern teleport from Xi&amp;rsquo;an to Chengdu. 18 hours in a train a bit too much for Rosemary, and saving a day was useful.&lt;/p&gt;&#xA;&lt;p&gt;I wandered round the airport looking for an English language newspaper. A shiny glossy building with high ceilings, much nicer than Heathrow. Clear layout and signs, clean toilets. Well, I guess Xi&amp;rsquo;an is the capital of a province of 38 million people, so I don&amp;rsquo;t know why I was surprised. But I was.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Warriors or pigs?</title>
      <link>https://www.flourish.org/2006/05/warriors-or-pigs/</link>
      <pubDate>Tue, 23 May 2006 23:06:46 +0000</pubDate>
      <guid>https://www.flourish.org/2006/05/warriors-or-pigs/</guid>
      <description>&lt;p&gt;Two emperors, roughly 2000 years ago, supervised the creation of their own burial treasures before they died. One (called Qin Shi Huang) created an entire pottery army, in formation, with infantry, cavalry, chariots, archers and a command section. The other (called in various places Han Jing, Liu Qi, or Jindi, I can&amp;rsquo;t quite work out his name) created pigs, horses, goats, carts, pots, peasants, managers of food supply and representations of judicial functions. Han Jing the yin to Qin Shi&amp;rsquo;s yang. Which would you take?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Penguins in Shanghai</title>
      <link>https://www.flourish.org/2006/05/penguins-in-shanghai/</link>
      <pubDate>Tue, 23 May 2006 15:06:47 +0000</pubDate>
      <guid>https://www.flourish.org/2006/05/penguins-in-shanghai/</guid>
      <description>&lt;img class=&#34;alignleft&#34; src=&#34;https://www.flourish.org/~blog/shanghai-penguin.jpg&#34;/&gt;&#xA;&lt;p&gt;Most people wouldn&amp;rsquo;t have seen it, but it instantly caught my eye. I saw this (picture left) last week in Shanghai, on the corner of Shaanxi Lu and Huaihai Zhonglu. It&amp;rsquo;s an animated advertising hording, which as you can see was mostly black with a cartoon Penguin and the words &amp;ldquo;Welcome to&amp;rdquo;. The mirror writing gives away that the Pepsi logo is a reflection of a sign opposite, and is only noticeable in my photo. The Penguin wasn&amp;rsquo;t moving at all.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Shanghai, goodbye</title>
      <link>https://www.flourish.org/2006/05/shanghai/</link>
      <pubDate>Sat, 20 May 2006 12:38:18 +0000</pubDate>
      <guid>https://www.flourish.org/2006/05/shanghai/</guid>
      <description>&lt;img class=&#34;alignleft&#34; src=&#34;https://www.flourish.org/~blog/shanghai-advert.jpg&#34;/&gt;&#xA;It&#39;s always a bad idea to have expectations. There&#39;s been lots of hype about how fast Shanghai is developing - accelerating out of poverty, and into a world class city. And it&#39;s true - Rosemary was here 20 years ago, and is amazed that you now can&#39;t cross the road without being killed, that everyone is fashionably dressed, rather than in Mao costumes. However, I had higher expectations. This is because I&#39;d [been to Kunming](/2003/03/post-52/), far away provincial capital of Yunnan, and was surprised how developed it was. So I thought Shanghai would be more like Tokyo than Bangkok.&#xA;&lt;p&gt;Actually, it is quite dirty. There isn&amp;rsquo;t the century-long burnt in elegance of a European capital, the clean efficiency of a Japanese megalopolis, or much culture backing the poverty, as in Bangkok. Shanghai has old-style department stores with goods and prices that people don&amp;rsquo;t want. It has no large open spaces. There are lots of new buildings, but they don&amp;rsquo;t look like they&amp;rsquo;ve been built terribly well. The forest of new skyscrapers are (to me - Rosemary liked them) tacky, and the main city is badly laid out.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Child of the atom bomb</title>
      <link>https://www.flourish.org/2006/05/yangshupu-camp/</link>
      <pubDate>Mon, 15 May 2006 11:09:23 +0000</pubDate>
      <guid>https://www.flourish.org/2006/05/yangshupu-camp/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignleft&#34; src=&#34;https://www.flourish.org/~blog/shanghai-sacredheart-plaque.jpg&#34;/&gt;Imagine it&amp;rsquo;s May 1945, the war in Europe has ended, and the Americans have captured (parts of?) Okinawa, the tropical island in the very south of Japan. Allied air raids are starting over Shanghai.&lt;/p&gt;&#xA;&lt;p&gt;Your husband has been sent by truck with your belongings, and you are with your two daughters, aged 3 and 6. You&amp;rsquo;re being marched by Japanese soldiers part of the way from one internment camp to another. You haven&amp;rsquo;t been out into the streets for over 2 years. You&amp;rsquo;re probably suspicious, afraid. Where are you really going? Will you continue to be treated tolerably, as you have been the rest of the war? Will you and your family survive?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chinese family history</title>
      <link>https://www.flourish.org/2006/05/chinese-family-history/</link>
      <pubDate>Sat, 13 May 2006 13:58:31 +0000</pubDate>
      <guid>https://www.flourish.org/2006/05/chinese-family-history/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/shanghai-cathedral.jpg&#34;/&gt;Almost as soon as we got off the plane on Wednesday, Rosemary (my mum) dragged me from the tourist trap of the Bund, into some overcrowded, grimy backstreets hunting for the derelict cathedral where her parents were married and she was christened. The magnetic levitation train from Pudong Airport was great fun - not because it travelled at 431 km/h, the fastest train in the world, but because at some points the earth around us seemed to rotate at what felt like, but could not have been, an unnerving 45 degrees. It turned out that we were tilting, but so exactly as we cornered that you couldn&amp;rsquo;t feel any force.&lt;/p&gt;</description>
    </item>
    <item>
      <title>東南西北 (DongNanXiBei, EastSouthWestNorth)</title>
      <link>https://www.flourish.org/2006/04/middle-kingdom/</link>
      <pubDate>Sun, 30 Apr 2006 15:30:59 +0000</pubDate>
      <guid>https://www.flourish.org/2006/04/middle-kingdom/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/bigeyes.jpg&#34;/&gt;A week on Tuesday I&amp;rsquo;m going to China again. Starting in Shanghai, which is on the East coast in the centre, at the mouth of the Yangtze river. I&amp;rsquo;m travelling with Rosemary, my mum (who I spent a few weeks with in Japan three years ago; see the last few articles &lt;a href=&#34;https://www.flourish.org/search/?q=rosemary&#34;&gt;here&lt;/a&gt;). We&amp;rsquo;re going to head for Chengdu, route still to be decided. Email me or post comments if you have suggestions, particularly if you know anybody living in China who could show us around.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Rush hour, six minutes from my window</title>
      <link>https://www.flourish.org/2006/04/post-145/</link>
      <pubDate>Thu, 27 Apr 2006 17:04:52 +0000</pubDate>
      <guid>https://www.flourish.org/2006/04/post-145/</guid>
      <description>&lt;p&gt;A woman with a pink crash helmet baby on the back of her bicycle. A cycling man with a red rucksack. A fast helmeted man overtaking a cute girl, overtaking a pair of friends. Depressed looking woman in a long coat riding away. Sporty man talking on his mobile cycling to my right. Two friendly small-backpackers with short (but below knee) trousers. A green sports utility vehicle. A man in a yellow flourescent jacket, with a pannier. Another fluorescent jacket, but helmeted, and this time with sunglasses. A peroxide blonde. A couple of indistinct people. A girl in a bright purple top, and shorts. Long haired guy, cycling, must play jazz. A family, with two little girls, walking (first walkers for a while). A tough, young, bearded, fun, australian like guy with a green rucksack. Somebody with a small plastic carrier bag hanging of their handle bars. Two friends (sisters?) one younger than the other. A black coat, rucksacked man man pushing his bicycle, accompanied by a jolly grey coated woman. Fluorescent yellow bicycle clips. A chinese girl, in technical trousers. A besuited asian carrying one end of a metal ladder, the other end a short blonde white girl. A rush of eight cyclists of all types, in one direction. A couple of walkers. A cycling girl the other way, in a super green checked coat. Three girl friends in trendy clothes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Who is your birth Lord?</title>
      <link>https://www.flourish.org/2006/04/who-is-your-birth-lord/</link>
      <pubDate>Wed, 19 Apr 2006 16:02:41 +0000</pubDate>
      <guid>https://www.flourish.org/2006/04/who-is-your-birth-lord/</guid>
      <description>&lt;p&gt;OK, your mission for today, should you choose to accept it, is to find out who your &lt;strong&gt;birth Lord&lt;/strong&gt; is. This is a &lt;strong&gt;special mission&lt;/strong&gt;.&#xA;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/pompidou.jpeg&#34;/&gt;My birth Lord is Richard Rogers of Riverside (&lt;a href=&#34;http://en.wikipedia.org/wiki/Lord_Rogers_of_Riverside&#34;&gt;biography&lt;/a&gt;, &lt;a href=&#34;http://www.theyworkforyou.com/peer/lord_rogers_of_riverside&#34;&gt;Parliamentary record&lt;/a&gt;). He was born on the same day at the end of July as me. He&amp;rsquo;s a famous architect, responsible for the Pompidou Centre (picture right). More recently his career has flopped, as he designed the Millennium Dome! He&amp;rsquo;s in the Labour party, doesn&amp;rsquo;t vote much, and has once or twice rebelled on Terrorism. He sticks to his special skills when talking in Parliament, always on subjects like planning and urban renewal. I&amp;rsquo;ve written him a polite letter to find out his views on the &lt;a href=&#34;http://www.saveparliament.org.uk&#34;&gt;Legislative and Regulatory Reform Bill&lt;/a&gt;.&#xA;&lt;strong&gt;Instructions for finding your own birth Lord&lt;/strong&gt;:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Four unusual hobbies</title>
      <link>https://www.flourish.org/2006/04/four-unusual-hobbies/</link>
      <pubDate>Mon, 17 Apr 2006 21:13:01 +0000</pubDate>
      <guid>https://www.flourish.org/2006/04/four-unusual-hobbies/</guid>
      <description>&lt;p&gt;A while ago, over a period of a few months, I happened to come across a whole set of activities which are quite different from the normal day to day of society. It&amp;rsquo;s difficult to describe what they have in common, so I&amp;rsquo;ll tell you about them first, and try to explain it after.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://en.wikipedia.org/wiki/Urban_exploration&#34;&gt;Urban Exploring&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Spelunking is historically done in natural caves, but those all seem a bit prissy and green to these modern city people. Instead they break into ruined hospitals, brave university steam tunnels, explore abandoned sea forts and &lt;a href=&#34;http://www.iussa.org/&#34;&gt;numerous other places&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Think of a website</title>
      <link>https://www.flourish.org/2006/04/think-of-a-website/</link>
      <pubDate>Tue, 04 Apr 2006 15:03:07 +0000</pubDate>
      <guid>https://www.flourish.org/2006/04/think-of-a-website/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;http://www.mysociety.org/proposals-radio.png&#34;/&gt;The Internet is getting on now - it&amp;rsquo;s about ten years since significant numbers of people started getting access from home. I meet students who&amp;rsquo;ve had access to search engines through all their teenage years. My own childhood looks like a drought of information in retrospect. I remember sucking in monthly magazines and books, writing to university friends of my brothers to get vital data. Now they can just Google.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Save what?</title>
      <link>https://www.flourish.org/2006/03/accidentally-abolishing-parliament/</link>
      <pubDate>Mon, 20 Mar 2006 00:33:03 +0000</pubDate>
      <guid>https://www.flourish.org/2006/03/accidentally-abolishing-parliament/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignleft&#34; src=&#34;https://www.flourish.org/~blog/saveparliament_logo.png&#34;/&gt;This is an impossibly hard subject to introduce. It&amp;rsquo;s easy enough to explain why you want to save whales or children, even if it is very hard to actually save them. But why would anybody want to save &amp;ldquo;Parliament&amp;rdquo;? A talking shop for corrupt politicians, no?&lt;/p&gt;&#xA;&lt;p&gt;Unfortunately, if you don&amp;rsquo;t save it, then you&amp;rsquo;re left with something even worse. Government, and ministers. Watch a few episodes of &lt;a href=&#34;http://www.bbc.co.uk/bbcfour/thickofit/&#34;&gt;The Thick of It&lt;/a&gt; to convince yourself how bad that would be.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Surrounded by miracles</title>
      <link>https://www.flourish.org/2006/03/surrounded-by-miracles/</link>
      <pubDate>Sun, 19 Mar 2006 01:06:50 +0000</pubDate>
      <guid>https://www.flourish.org/2006/03/surrounded-by-miracles/</guid>
      <description>&lt;p&gt;On Christmas day I broke my collarbone (clavicule). Inattention on some ice in the street in Switzerland, and I fell before realising I was falling. I don&amp;rsquo;t know how I landed, as my body instinctively leapt up and sat against a shop window away from the street for safety. Clever thing, the human body.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/myshoulder.jpeg&#34;/&gt;A Frenchman came and asked me if I wanted a doctor (luckily basic French doesn&amp;rsquo;t disappear with injury). I thought I was just winded, but then realised I couldn&amp;rsquo;t lift up my arm. He kindly gave me a lift to the surgery and an efficient medical system filled me with morphine and gave me a sling. (Paid for later via the &lt;a href=&#34;http://www.dh.gov.uk/PolicyAndGuidance/HealthAdviceForTravellers/GettingTreatmentAroundTheWorld/EEAAndSwitzerland/fs/en&#34;&gt;European Health Insurance Card&lt;/a&gt; which luckily Rosemary had told me to get earlier in the year. &lt;a href=&#34;https://www.ehic.org.uk/&#34;&gt;Apply for yours&lt;/a&gt; online).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Thrown out of Freedom of Expression seminar</title>
      <link>https://www.flourish.org/2006/03/thrown-out-freedom-of-expression-seminar/</link>
      <pubDate>Mon, 13 Mar 2006 01:04:32 +0000</pubDate>
      <guid>https://www.flourish.org/2006/03/thrown-out-freedom-of-expression-seminar/</guid>
      <description>&lt;p&gt;(Actually, I wasn&amp;rsquo;t thrown out, but that made the best title, read on)&lt;/p&gt;&#xA;&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/exceldocklands.jpg&#34;/&gt;So, I&amp;rsquo;m alone at a book industry trade fair in the colossal ExCel centre in London&amp;rsquo;s docklands, wearing a suit on top of a Campaign Against the Arms (CAAT) T-shirt, and carrying a bag of subversive anti-Reed Elsevier literature. (&lt;a href=&#34;https://www.flourish.org/2006/03/selling-books-and-guns/&#34;&gt;See previous post&lt;/a&gt; for why).&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s late in the afternoon, and everyone on the stands is much more chilled out than they were earlier. They have lots of little tables you can go and sit at, and chat casually about how many of next week&amp;rsquo;s bestseller you want to order, or get quotes for printing your books in India. They don&amp;rsquo;t have many customers now, the stall holders are mainly sitting and nattering to each other.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Selling books and guns</title>
      <link>https://www.flourish.org/2006/03/selling-books-and-guns/</link>
      <pubDate>Sat, 11 Mar 2006 00:43:46 +0000</pubDate>
      <guid>https://www.flourish.org/2006/03/selling-books-and-guns/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s a bit of a strange campaign, but luckily nobody seems to notice.&lt;/p&gt;&#xA;&lt;p&gt;If you knew someone who ran a bookshop, and later you discovered that he also owned a gunshop down the road, what would you do? Stop using the bookshop? And what if you knew the gunshop was used lots by local criminals, and not just for gun sports? And would you try to get your friends to boycott the bookshop as well?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Checking up on your goals</title>
      <link>https://www.flourish.org/2006/03/checking-up-on-your-goals/</link>
      <pubDate>Tue, 07 Mar 2006 12:59:09 +0000</pubDate>
      <guid>https://www.flourish.org/2006/03/checking-up-on-your-goals/</guid>
      <description>&lt;p&gt;Julian and I made an entertaining list of goals, and now I&amp;rsquo;m going to check back on how we did. We made them in mid-2003, just after discovering that &lt;a href=&#34;http://www.publicwhip.org.uk&#34;&gt;Public Whip&lt;/a&gt; was an idea that might just take off. Amazingly, we&amp;rsquo;ve actually accomplished some of them, although many are left still to do.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Visit the House of Commons, have a tour by a clerk.&lt;/strong&gt; Success. We&amp;rsquo;ve got a few contacts in Parliament now (although see below), and I&amp;rsquo;ve even had high tea in the famous members tea room.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Appear on the Today programme.&lt;/strong&gt; Success. Well OK, not quite. It was &lt;a href=&#34;https://www.flourish.org/2005/02/post-116/&#34;&gt;Today in Parliament&lt;/a&gt;, but probably a more substantial and useful discussion than could be had on the Today programme.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Companies with unusual structures</title>
      <link>https://www.flourish.org/2005/12/post-135/</link>
      <pubDate>Thu, 15 Dec 2005 12:46:14 +0000</pubDate>
      <guid>https://www.flourish.org/2005/12/post-135/</guid>
      <description>&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/cranberry.jpg&#34;/&gt;&#xA;&lt;p&gt;Here are some companies which are large and successful, but have either a non-hierarchical management structure, or an unusual pattern of ownership. Not everything profitable is stock market listed with an all-powerful CEO.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.oceanspray.com&#34;&gt;Ocean Spray&lt;/a&gt; may at first glance look like a huge top-down Coca-Cola-but-for-juice corporation. But it&amp;rsquo;s not, it&amp;rsquo;s a &lt;a href=&#34;http://www.oceanspray.com/aboutus/coop_history.asp&#34;&gt;co-operative owned by 650 cranberry farmers&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.gore.com&#34;&gt;Gore &amp;amp; Associates&lt;/a&gt; (of GORE-TEX fabric fame) have &lt;a href=&#34;http://www.gore.com/en_xx/aboutus/culture/index.html&#34;&gt;associates rather than employees&lt;/a&gt;. There&amp;rsquo;s no chain of command, nobody has a job title, there&amp;rsquo;s no office-ghetto for sales separate from research.When a product group gets too large (above 150?) it splits into two.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Moving house</title>
      <link>https://www.flourish.org/2005/11/walking-willows/</link>
      <pubDate>Fri, 04 Nov 2005 12:54:28 +0000</pubDate>
      <guid>https://www.flourish.org/2005/11/walking-willows/</guid>
      <description>&lt;p&gt;The main disadvantage of renting property is that you can&amp;rsquo;t control things if your landlord decides to sell it. In the long term, I feel like there should be something clever halfway between renting and leasehold which gives you more rights over the freeholder. But until somebody works out what that is, I suggest getting a landlord who lets you move with him!&lt;/p&gt;&#xA;&lt;p&gt;&lt;img class=&#34;alignleft&#34; src=&#34;https://www.flourish.org/~blog/willowwalk.jpg&#34;/&gt; Today is completion day, although at what time it completes I&amp;rsquo;m not quite sure. House buying is much more ephemeral than I thought, with solicitors talking by telephone. I always imagined exchanging contracts would be round a table in a smoke-filled room. As you can see from the photo, I&amp;rsquo;m sitting on the floor of the large new living room, which is filled with all my and Mark&amp;rsquo;s worldly possessions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>School without rules</title>
      <link>https://www.flourish.org/2005/10/school-without-rules/</link>
      <pubDate>Tue, 18 Oct 2005 11:12:22 +0000</pubDate>
      <guid>https://www.flourish.org/2005/10/school-without-rules/</guid>
      <description>&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/Westminster_school_grants_view_small.jpg&#34;/&gt;&#xA;&lt;p&gt;Imagine a school with a set of complicated rules. It&amp;rsquo;s an old school, very old. About 1000 years. Numerous head teachers have modified the rules over time - banning running in corridors, or creating tort for pencil poking. Occasionally the deputy head of timetabling thinks they are getting a bit complicated, and simplifies them a little. But this doesn&amp;rsquo;t keep up at all with advances in technology - new rules about smart whiteboards, PFI and computer hacking. So it gets harder and harder to understand all the rules as time goes on.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Usability errors in Google</title>
      <link>https://www.flourish.org/2005/09/usability-errors-in-google/</link>
      <pubDate>Fri, 09 Sep 2005 10:05:08 +0000</pubDate>
      <guid>https://www.flourish.org/2005/09/usability-errors-in-google/</guid>
      <description>&lt;p&gt;By and large, all of Google&amp;rsquo;s services are astonishingly usable. That is, both people who are comfortable with computers, and those who are new to them, find the interface clean, fast, and understand how to use it. Recently I&amp;rsquo;ve become aware of two major flaws, which are both enlightening.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;You can drag &lt;a href=&#34;http://maps.google.co.uk&#34;&gt;Google maps&lt;/a&gt; to scroll the map around. i.e. Press and hold the mouse down on the map, and then move the mouse around, and the map moves, as if you were sliding it about on a table. Everyone talked about this in blog posts when Google first came out, so all the techy people and Google watchers know that it is the main advance above older internet mapping services. But it isn&amp;rsquo;t obvious the first time you go to Google maps that you can do this. Solution: They need to add arrows on the edge of the map. Much as it will ruin the clean design, at the moment most users probably find it worse than multimap. I can&amp;rsquo;t think of a way to help people discover that they can drag the map, except putting some text below it, which hardly anyone will read.&lt;/li&gt;&#xA;&lt;li&gt;What does &lt;a href=&#34;http://froogle.google.co.uk&#34;&gt;Froogle&lt;/a&gt; mean? On the front page of Google, with a prominent &amp;ldquo;new!&amp;rdquo; flash next to it, is a button saying &amp;ldquo;Froogle&amp;rdquo;. It isn&amp;rsquo;t at all obvious that this is a price comparison service. It&amp;rsquo;s the most brilliant pun ever (the only other common word that &lt;a href=&#34;http://www.rhymezone.com/r/rhyme.cgi?Word=frugal&amp;amp;typeofrhyme=perfect&amp;amp;org1=syl&amp;amp;org2=l&#34;&gt;rhymes with Google&lt;/a&gt; is &amp;ldquo;bugel&amp;rdquo;, apart from &amp;ldquo;frugal&amp;rdquo;). So when I first read about it on some technology website, I remembered it because of this cleverness. Solution: Rename it to Google Shopping, or Google Prices. Their traffic will immediately jump, as at the moment it is impossible to discover Google have a price comparison service.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;OK, now can I have my cut of the millions of dollars in advertising revenue the above two suggestions are worth, please?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Working for your self</title>
      <link>https://www.flourish.org/2005/08/working-for-your-self/</link>
      <pubDate>Tue, 23 Aug 2005 16:21:48 +0000</pubDate>
      <guid>https://www.flourish.org/2005/08/working-for-your-self/</guid>
      <description>&lt;p&gt;So today, I&amp;rsquo;m filling in my self-employed tax return for the last tax year. I&amp;rsquo;ve never used the website for doing this before, and in general I&amp;rsquo;m quite impressed. However, it had two simple but major usability flaws, both of which nearly stopped me using the service at all.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The address gateway.gov.uk doesn&amp;rsquo;t work at all, it gives an error. You have to remember to type in the www, as in &lt;a href=&#34;https://www.gateway.gov.uk&#34;&gt;www.gateway.gov.uk&lt;/a&gt;. Luckily, a friend figured this out for me.&lt;/li&gt;&#xA;&lt;li&gt;When you&amp;rsquo;ve registered with the gateway, it doesn&amp;rsquo;t tell you what to do next to get to the form. There is no link from the gateway, even though it lists that you are enrolled for self-assessment online. You have to go to hmrc.gov.uk and log in using the gateway user id and password. I had to ring a customer support helpline to find this out.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;There are lessons here in both attention to detail, and in how large corporate bodies can make fatal mistakes. Apparently there used to be a link from the gateway to the HMRC form, but someone got rid of it. The only reason I can imagine for this is some internal bureaucracy failure caused because the gateway is run by different people to the tax office. But who knows.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Don&#39;t be evil</title>
      <link>https://www.flourish.org/2005/05/post-130/</link>
      <pubDate>Fri, 27 May 2005 15:40:30 +0000</pubDate>
      <guid>https://www.flourish.org/2005/05/post-130/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s getting on for a year ago that I posted about &lt;a href=&#34;https://www.flourish.org/2004/08/post-103/&#34;&gt;organic bodies&lt;/a&gt;, and the quest for a form of incorporation that I actually like. One that lets you organise a group of people, is efficient and agile enough to compete with for-profit companies, but which doesn&amp;rsquo;t sell out the world down the line. A form of incorporation which you could use to start a Google, that would enable it to grow just as large, but with a guarantee of &lt;a href=&#34;http://investor.google.com/conduct.html&#34;&gt;&amp;ldquo;don&amp;rsquo;t be evil&amp;rdquo;&lt;/a&gt; that a stock-listed corporation could never have.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Suriname with engineers</title>
      <link>https://www.flourish.org/2005/05/suriname-with-engineers/</link>
      <pubDate>Sun, 15 May 2005 21:43:25 +0000</pubDate>
      <guid>https://www.flourish.org/2005/05/suriname-with-engineers/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.pledgebank.com/Suriname&#34;&gt;&amp;ldquo;I will give 10 pounds towards the 500 pounds needed for Engineers Without Borders UK&amp;rsquo;s project in Suriname but only if 49 other people will too.&amp;rdquo;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;What were your first, and subsequent reactions on seeing the sentence/link above?&lt;/li&gt;&#xA;&lt;li&gt;If you followed the link, what was your first rection to the page?&lt;/li&gt;&#xA;&lt;li&gt;Could you understand the page? In particular, describe any false lines of understanding which the page layout or text led you down before you understood it.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;I&amp;rsquo;m going to pretend this is a &amp;ldquo;usability study&amp;rdquo; by asking you the above follow up questions (you may think I really just want you to sign up and if we succeed to give money, but actually I want to improve PledgeBank as well). Do answer in the comments, or if you like by email&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Vote based on a quiz</title>
      <link>https://www.flourish.org/2005/04/vote-based-on-a-quiz/</link>
      <pubDate>Tue, 19 Apr 2005 11:25:18 +0000</pubDate>
      <guid>https://www.flourish.org/2005/04/vote-based-on-a-quiz/</guid>
      <description>&lt;p&gt;There are lots of different approaches to deciding how to vote, and to the power relation between politicans and you. Here is a list of them (courtesy of &lt;a href=&#34;http://www.eur.nl/fsw/english/staff/homepages/edwards/&#34;&gt;Arthur Edwards&lt;/a&gt; in Holland, who studies these things). Excuse the posh names for them, just pretend we&amp;rsquo;re in a university for a paragraph or two.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Promissory - Voter judges representative on how well they carried out their promises (made in manifesto before last election)&lt;/li&gt;&#xA;&lt;li&gt;Anticipatory - Representative acts in a way that he hopes the voter likes, so he is voted for at next election. This opens up the possibility of the representative changing the voters mind.&lt;/li&gt;&#xA;&lt;li&gt;Gyroscopic - Based on character, the voter selects an MP from a background, with a biography, that he believes they are likely to act well.&lt;/li&gt;&#xA;&lt;li&gt;Surrogate - Representation by somebody you can&amp;rsquo;t elect. e.g. A congressman who represents all gays.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Of course our beautiful ad-hoc British democratic system flitters shiftily between these categories. And all the crazy kids who spit out new websites faster than you can keep up, have produced lots of ways for you to work out how to vote.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Yawn</title>
      <link>https://www.flourish.org/2005/04/yawn/</link>
      <pubDate>Thu, 07 Apr 2005 14:13:35 +0000</pubDate>
      <guid>https://www.flourish.org/2005/04/yawn/</guid>
      <description>&lt;p&gt;I just can&amp;rsquo;t be bothered to vote. Or even to &lt;a href=&#34;http://www.notapathetic.com/&#34;&gt;tell the world why I can&amp;rsquo;t be bothered to vote&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Thanks to Sam and Matthew B for building such a great site. It is mySociety&amp;rsquo;s first one that was made entirely by volunteers. It&amp;rsquo;s nice to launch a whole website when all I had to do was configure the web server and write a deploy script :)&lt;/p&gt;</description>
    </item>
    <item>
      <title>How your MP voted on important issues</title>
      <link>https://www.flourish.org/2005/04/how-your-mp-voted-on-important-issues/</link>
      <pubDate>Wed, 06 Apr 2005 08:31:35 +0000</pubDate>
      <guid>https://www.flourish.org/2005/04/how-your-mp-voted-on-important-issues/</guid>
      <description>&lt;p&gt;Soon you&amp;rsquo;re going to have to vote for a new MP, so it seems fitting to have a quick look at how your last one voted on your behalf. For example, my MP &lt;a href=&#34;http://www.theyworkforyou.com/mp/anne_campbell/cambridge#votingrecord&#34;&gt;Anne Campbell voted&lt;/a&gt;:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Very strongly for introducing foundation hospitals.&lt;/li&gt;&#xA;&lt;li&gt;Moderately for introducing student top-up fees.&lt;/li&gt;&#xA;&lt;li&gt;Quite strongly for Labour&amp;rsquo;s anti-terrorism laws.&lt;/li&gt;&#xA;&lt;li&gt;A mixture of for and against the Iraq war.&lt;/li&gt;&#xA;&lt;li&gt;Moderately for introducing ID cards.&lt;/li&gt;&#xA;&lt;li&gt;Very strongly for the fox hunting ban.&lt;/li&gt;&#xA;&lt;li&gt;Very strongly for equal gay rights.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;To have a look at your own, &lt;a href=&#34;http://www.theyworkforyou.com/&#34;&gt;stick your postcode in&lt;/a&gt; to TheyWorkForYou.com. This is all done by taking a monstrous slice of Public Whip and barbarically simplifying it into TheyWorkForYou. Pass it on.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Say &#34;Hello&#34;</title>
      <link>https://www.flourish.org/2005/03/say-hello/</link>
      <pubDate>Mon, 28 Mar 2005 00:17:00 +0000</pubDate>
      <guid>https://www.flourish.org/2005/03/say-hello/</guid>
      <description>&lt;p&gt;Finally bowing to modern two-way communication, I&amp;rsquo;ve enabled comments for this blog. To add your own thoughts to one of my posts, click on the little link which says &amp;ldquo;No comments&amp;rdquo; (or the number of comments that there are). And fill in the form. Please say &amp;ldquo;Hello&amp;rdquo; now to check it works!&lt;/p&gt;&#xA;&lt;p&gt;If you get the email subscription to this, note that I&amp;rsquo;ve migrated it from Yahoo Groups to the new blogging software I&amp;rsquo;m using. Let me know if this email is or isn&amp;rsquo;t working, or doesn&amp;rsquo;t look right. I&amp;rsquo;ll post to the Yahoo Group soon, and then shut it down if everything is fine.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Found this week in Bristol election leaflet</title>
      <link>https://www.flourish.org/2005/03/post-119/</link>
      <pubDate>Thu, 03 Mar 2005 09:38:30 +0000</pubDate>
      <guid>https://www.flourish.org/2005/03/post-119/</guid>
      <description>&lt;p&gt;This is the sort of thing Julian was after when he thought up Public Whip&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.flourish.org/~blog/valerie_election_newsletter_small.jpeg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Love letter to democracy</title>
      <link>https://www.flourish.org/2005/02/post-118/</link>
      <pubDate>Mon, 14 Feb 2005 10:52:46 +0000</pubDate>
      <guid>https://www.flourish.org/2005/02/post-118/</guid>
      <description>&lt;p&gt;Today we&amp;rsquo;ve launched our first finished mySociety project. It&amp;rsquo;s called &lt;a href=&#34;http://www.writetothem.com&#34;&gt;WriteToThem&lt;/a&gt; and it performs magic. OK, not quite magic, but some things which haven&amp;rsquo;t been done before. Go on, try it out:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.writetothem.com&#34;&gt;Enter your postcode&lt;/a&gt;.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Find out &lt;strong&gt;all&lt;/strong&gt; of your elected representatives.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;And then easily send them a letter.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;I&amp;rsquo;m betting you didn&amp;rsquo;t know who your local councillors or your MEPs were before, never mind had such a convenient way of contacting them.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fifty springs are little room</title>
      <link>https://www.flourish.org/2005/02/post-117/</link>
      <pubDate>Tue, 08 Feb 2005 00:23:55 +0000</pubDate>
      <guid>https://www.flourish.org/2005/02/post-117/</guid>
      <description>&lt;p&gt;This afternoon it was sunny, and I went out to look at the crocuses near the back of St John&amp;rsquo;s and Trinity colleges. They&amp;rsquo;re &lt;a href=&#34;http://www.cam.ac.uk/map/v3/drawmap.cgi?mp=main;xx=1500;yy=720;mt=c;mx=1531;my=740;ms=90;tl=St%20John%27s%20College;gf=png&#34;&gt;roughly here on a map&lt;/a&gt;. Every spring I wait for them to magically appear, the first magnificent sweep of flowers, they make the eyes glow to stare at them. Today there was even a bee happily buzzing between them, as if in a childrens&amp;rsquo; book. You can kneel down and peer, but no amount of biology will resolve the flowers&amp;rsquo; mystery.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A High Indignity</title>
      <link>https://www.flourish.org/2005/02/post-116/</link>
      <pubDate>Sat, 05 Feb 2005 17:51:27 +0000</pubDate>
      <guid>https://www.flourish.org/2005/02/post-116/</guid>
      <description>&lt;p&gt;&amp;ldquo;Which MPs are the most assiduous, the most expensive, the most inquisitive, and even the most revolting?&amp;rdquo; Last night &lt;a href=&#34;http://www.whitelabel.org/&#34;&gt;Stef&lt;/a&gt; and I were on &amp;ldquo;Today in Parliament&amp;rdquo;, Radio 4 talking about &lt;a href=&#34;http://www.theyworkforyou.com&#34;&gt;TheyWorkForYou.com&lt;/a&gt; and &lt;a href=&#34;http://www.publicwhip.org.uk&#34;&gt;Public Whip&lt;/a&gt;. Rather than explaining further, you can &lt;a href=&#34;http://www.bbc.co.uk/radio/aod/shows/rpms/radio4/tip_fri.ram&#34;&gt;just listen to it&lt;/a&gt;. The item starts 9 mins 15 seconds into the programme. Be quick though, BBC Listen Again only keeps it up for a week.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bindery and Conservation</title>
      <link>https://www.flourish.org/2005/01/bindery-and-conservation/</link>
      <pubDate>Sat, 29 Jan 2005 14:04:39 +0000</pubDate>
      <guid>https://www.flourish.org/2005/01/bindery-and-conservation/</guid>
      <description>&lt;p&gt;On Wednesday a couple of friends who work at the Cambridge University Library showed me round. The only bit I took notes on was the book conservation section and the bindery. The UL is a &lt;a href=&#34;http://en.wikipedia.org/wiki/Deposit_library#Legal_deposit_and_copyright&#34;&gt;copyright library&lt;/a&gt;, so gets all books printed in the UK for free, and it also buys foreign books and pamphlets. In total &lt;a href=&#34;http://www.lib.cam.ac.uk/About/annual_report_2002-3.pdf&#34;&gt;over 120,000&lt;/a&gt; new books arrive every year. Some of these are lent out, and many of those have to be rebound to be strong enough. As well as all these new books, they also have lots of very old ones.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google is Your Menu</title>
      <link>https://www.flourish.org/2004/12/post-114/</link>
      <pubDate>Wed, 29 Dec 2004 22:11:56 +0000</pubDate>
      <guid>https://www.flourish.org/2004/12/post-114/</guid>
      <description>&lt;p&gt;Last week, some of us finally made &lt;a href=&#34;http://www.directionlessgov.com&#34;&gt;Directionlessgov.com&lt;/a&gt;, a search engine as your interface to the UK government. Have a go, it&amp;rsquo;s actually quite useful. It&amp;rsquo;s a bit of an in-joke, but makes a simple point well; these days everyone finds everything by Google. Normal people don&amp;rsquo;t go to fat, carefully crafted &amp;ldquo;web portals&amp;rdquo; like &lt;a href=&#34;http://www.direct.gov.uk&#34;&gt;Directgov&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I saw this myself yesterday when my Mum was trying to &lt;a href=&#34;http://www.dec.org.uk/&#34;&gt;give towards relief after the Tsunami&lt;/a&gt;. At the time the appeal website wasn&amp;rsquo;t yet up, and she searched for all sorts of things on Google, none of which got anywhere. In the end going to Oxfam&amp;rsquo;s home page first, then following the prominant link, worked well. But it was far harder than it should have been.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How many people will you influence this afternoon?</title>
      <link>https://www.flourish.org/2004/12/post-113/</link>
      <pubDate>Fri, 03 Dec 2004 11:31:09 +0000</pubDate>
      <guid>https://www.flourish.org/2004/12/post-113/</guid>
      <description>&lt;p&gt;There&amp;rsquo;s one strange thing which makes the job of writing software quite unlike any other sort of artisan. You can finely craft something just once, yet thousands, even millions of people end up using it.&lt;/p&gt;&#xA;&lt;p&gt;Four years ago, I spent maybe ten evenings making the first version of a useful tool that I wanted myself. And then the occasional evening every few weeks for the next two years improving it. Ever so slightly obsessive, but not compared to the amateur mechanic who spends all summer in the garage building a kit car.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Last Two Days at Burning Man</title>
      <link>https://www.flourish.org/2004/11/post-112/</link>
      <pubDate>Tue, 16 Nov 2004 08:31:53 +0000</pubDate>
      <guid>https://www.flourish.org/2004/11/post-112/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/burningman-polyps.jpg&#34;&gt;(Third and final part of a series. It&amp;rsquo;ll make more sense if you read &lt;a href=&#34;https://www.flourish.org/2004/10/post-108/&#34;&gt;First Two Days at Burning Man&lt;/a&gt; and &lt;a href=&#34;https://www.flourish.org/2004/10/post-110/&#34;&gt;Middle Two Days at Burning Man&lt;/a&gt; first. And &lt;a href=&#34;https://www.flourish.org/2004/09/post-106/&#34;&gt;What is Burning Man?&lt;/a&gt; if it&amp;rsquo;s still puzzling. The photo to the right is of the polyps I found in the desert on Friday. The photo below of the viewing platform in Illumination Village.)&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Saturday&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Shower queue, long now. Ice cream while waiting.&lt;/li&gt;&#xA;&lt;li&gt;Repainted green, another two coats.&lt;/li&gt;&#xA;&lt;li&gt;Burning man - paniced prepare&lt;/li&gt;&#xA;&lt;li&gt;it was an art car rally!&lt;/li&gt;&#xA;&lt;li&gt;standing on my shoulders to get better view- Group party hopping&lt;/li&gt;&#xA;&lt;li&gt;spinning thing to sit on&lt;/li&gt;&#xA;&lt;li&gt;fell asleep everywhere&lt;/li&gt;&#xA;&lt;li&gt;braziers warm- Dawn&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/burningman-viewingplatform.jpg&#34;&gt;&lt;strong&gt;Sunday&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>mySociety Job</title>
      <link>https://www.flourish.org/2004/11/post-111/</link>
      <pubDate>Mon, 08 Nov 2004 11:21:08 +0000</pubDate>
      <guid>https://www.flourish.org/2004/11/post-111/</guid>
      <description>&lt;p&gt;The charity that I work for (&amp;ldquo;shadowy social-software funders mySociety&amp;rdquo; as we were &lt;a href=&#34;http://www.ntk.net/2004/10/15/&#34;&gt;described in NTK&lt;/a&gt;) are hiring. We&amp;rsquo;re looking for someone to make all the websites we&amp;rsquo;re building as easy to use as possible, as well as look good. Or as the &lt;a href=&#34;http://www.mysociety.org/cgi-bin/moin.cgi/PhpJobAd&#34;&gt;job advert&lt;/a&gt; says, &amp;ldquo;Strong PHP experience&amp;rdquo; and &amp;ldquo;Fanatical obsession with usability&amp;rdquo;. Please tell anybody you know who might fit this description, and post to relevant mailing lists.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Middle Two Days at Burning Man</title>
      <link>https://www.flourish.org/2004/10/post-110/</link>
      <pubDate>Mon, 25 Oct 2004 00:37:26 +0000</pubDate>
      <guid>https://www.flourish.org/2004/10/post-110/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/burningman-ourcamp.jpg&#34;&gt;(This is a continuation of my earlier post &lt;a href=&#34;https://www.flourish.org/2004/10/post-108/&#34;&gt;First Two Days at Burning Man&lt;/a&gt;. The shoddy photo to the right is of illumination village where we stayed, our camp is just behind the big yellow shade structure at the front left. The thing on the right is the pink pleasure palace.)&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Thursday&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Ice run with Serena&lt;/li&gt;&#xA;&lt;li&gt;Stairway to Hairven girl in queue, taking a snip of everyone&amp;rsquo;s hair&lt;/li&gt;&#xA;&lt;li&gt;Playa beautiful- Trying to find people, fail and get lost&lt;/li&gt;&#xA;&lt;li&gt;Suburban BRC, not the nicest place to be&lt;/li&gt;&#xA;&lt;li&gt;Clara visits- Greek salad, and emotionally overwhelmed while eating barbecued chicken&lt;br&gt;&#xA;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/burningman-climbing.jpg&#34;&gt;- Troll trip, set out looking for fancy dress clothes&lt;/li&gt;&#xA;&lt;li&gt;Questionnaire in the dust storm at a table&lt;/li&gt;&#xA;&lt;li&gt;Body sprayed (2 coats)&lt;/li&gt;&#xA;&lt;li&gt;Post office, woman with stilts went inside it (didn&amp;rsquo;t really fit)&lt;/li&gt;&#xA;&lt;li&gt;Delivered mail in dust storm, green post troll, went to three places:&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Bouncy Bouncy Club&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Heavenly something bar&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Wagasomething place, camp further round 7 o&amp;rsquo;clock&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Took ages as given lots of drinks.&lt;/li&gt;&#xA;&lt;li&gt;Back home, flag building- Wondering neighbourhood&lt;/li&gt;&#xA;&lt;li&gt;Climbing small scaffold&lt;/li&gt;&#xA;&lt;li&gt;Talking to Kate by caravan, Geena in truck&lt;/li&gt;&#xA;&lt;li&gt;Blacklight theatre- Dinner&lt;/li&gt;&#xA;&lt;li&gt;at Serena&amp;rsquo;s brothers, hippies&lt;/li&gt;&#xA;&lt;li&gt;Back to illumination village propane music, firey hat etc.&lt;/li&gt;&#xA;&lt;li&gt;Burning mini-temple, atmosphere felt like Nov 5th bonfire night&lt;/li&gt;&#xA;&lt;li&gt;Cycling round playa, mad light view near man&lt;/li&gt;&#xA;&lt;li&gt;Back to lost penguin&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/burningman-thunderdome.jpg&#34;&gt;&lt;strong&gt;Friday&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Your and my society</title>
      <link>https://www.flourish.org/2004/10/post-109/</link>
      <pubDate>Fri, 22 Oct 2004 19:21:40 +0000</pubDate>
      <guid>https://www.flourish.org/2004/10/post-109/</guid>
      <description>&lt;p&gt;The last week or two I&amp;rsquo;ve started working for &lt;a href=&#34;http://www.mysociety.org&#34;&gt;mySociety&lt;/a&gt;, a new charity which builds websites which are civically useful. We&amp;rsquo;ve got funding indirectly from ODPM (Office of the Deputy Prime Minister) to build &lt;a href=&#34;http://www.mysociety.org/cgi-bin/moin.cgi/LaunchProjects&#34;&gt;five interesting projects&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;First up is &lt;a href=&#34;http://www.mysociety.org/cgi-bin/moin.cgi/FaxYourRepresentative&#34;&gt;Fax Your Representative&lt;/a&gt; (working title) which is an updated version of &lt;a href=&#34;http://www.faxyourmp.com&#34;&gt;FaxYourMP&lt;/a&gt;. You enter your postcode to find out who all your elected representatives are at different levels of government, and their areas of responsibility. Then you can easily send your District Councillor, Welsh Assembly Member, London Assembly Member, County Councillor or whoever an email or fax. And you have a clue for the first time who they all are, previously very hard information to find out.&lt;/p&gt;</description>
    </item>
    <item>
      <title>First Two Days at Burning Man</title>
      <link>https://www.flourish.org/2004/10/post-108/</link>
      <pubDate>Sat, 16 Oct 2004 10:46:21 +0000</pubDate>
      <guid>https://www.flourish.org/2004/10/post-108/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/burningman-tron.jpg&#34;&gt;It&amp;rsquo;s hard to give a good feel for what Burning Man was like, since so much happens so quickly. Every line below is just a passing incident. Yet if it happened to you on a normal day, it&amp;rsquo;d be worth ringing up your best friend to tell them about it.&lt;/p&gt;&#xA;&lt;p&gt;Each morning, after breakfast, I tried to write down every notable thing I&amp;rsquo;d seen the day before. I&amp;rsquo;m posting them up largely unedited, so it may not make sense, but should give you an impression. Here are the first two days.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Californian Cities</title>
      <link>https://www.flourish.org/2004/09/californian-cities/</link>
      <pubDate>Thu, 23 Sep 2004 18:21:18 +0000</pubDate>
      <guid>https://www.flourish.org/2004/09/californian-cities/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/sanfransisco-castro.jpg&#34;/&gt;I&amp;rsquo;m back in San Francisco after a road trip all the way down to San Diego. I&amp;rsquo;m flying back to Europe later today, so it&amp;rsquo;s time to post some impressions of America.&lt;/p&gt;&#xA;&lt;p&gt;California is itself quite diverse, and no doubt the rest of the US is even more so. When I arrived here, I was surprised how roughly cut it felt. San Francisco feels most like a Latin American country, curiously the most similar feeling place I&amp;rsquo;ve been to before is Cuba. Of course, San Francisco is much richer, but it lacks glitz. The road surfaces are imperfectly maintained. There don&amp;rsquo;t seem to be any shops because their hoardings are so modest. No glaring neon adverts, or bright bold colours advertising their windows.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What is Burning Man?</title>
      <link>https://www.flourish.org/2004/09/post-106/</link>
      <pubDate>Sun, 12 Sep 2004 18:51:28 +0000</pubDate>
      <guid>https://www.flourish.org/2004/09/post-106/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/burningman-rotoscope.jpg&#34;&gt;It&amp;rsquo;s clearly an arts festival. Crazy large scale modern art, sitting on the beautiful stark canvas of the Nevada desert. Grant funded mechanical theatre. On the first evening, we were taken to these twenty-odd sculpted divers hanging from a mechanical wheel (photo right). James and I raced round to the powering cycles on the other side, and managed to get it spinning, a strobe light flashing every frame. Not fast enough. A few days later someone had hooked a motorbike up, it rotated smoothly and the diving-man sculptures leapt one after another into the desert. Walking round the playa and the camps, you&amp;rsquo;d stumble upon things this good everywhere.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Land of the Free</title>
      <link>https://www.flourish.org/2004/08/post-105/</link>
      <pubDate>Tue, 24 Aug 2004 23:38:00 +0000</pubDate>
      <guid>https://www.flourish.org/2004/08/post-105/</guid>
      <description>&lt;p&gt;Tomorrow I&amp;rsquo;m going to the US for the first time. I&amp;rsquo;ve saved it up, mainly because I&amp;rsquo;ve been more interested in going to countries which contrast more with my own. Many who have been tell me I&amp;rsquo;ll be unnerved, confused, by American culture. Shocked. But somehow I can&amp;rsquo;t quite believe them, I expect it to feel a bit like home.&lt;/p&gt;&#xA;&lt;p&gt;There&amp;rsquo;s an interesting bit in the introduction to Lonely Planet guides to Britain. It says that for Australian/American/Canadian (and even Malaysian/Indian/Burmese) backpackers, a trip to what was once their imperial mother (or slave-driver) is always an emotional occasion. Like it or not, I&amp;rsquo;m part of imperial America, and it&amp;rsquo;s no surprise that I partly have the same feeling.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Moved House</title>
      <link>https://www.flourish.org/2004/08/post-104/</link>
      <pubDate>Fri, 13 Aug 2004 19:04:41 +0000</pubDate>
      <guid>https://www.flourish.org/2004/08/post-104/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve finally settled into my new house, which means I&amp;rsquo;ve cleaned my bedroom window so I can see peoples feet more clearly as they walk past. After living for five years in a pre-gentrified old-industrial area of Cambridge, Portugal Place where I am now seems very busy.&lt;/p&gt;&#xA;&lt;p&gt;Although many tourists do walk past, not many find this narrow pedestrian place. Unfortunately, if you head up to the main road it doesn&amp;rsquo;t feel very real and full of community. More like Cambridge the theme park. But going the other way there are quiet streets, Jesus Green park, and easy access to the cafes on King Street.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Organic Bodies</title>
      <link>https://www.flourish.org/2004/08/post-103/</link>
      <pubDate>Thu, 05 Aug 2004 23:19:17 +0000</pubDate>
      <guid>https://www.flourish.org/2004/08/post-103/</guid>
      <description>&lt;p&gt;Did you know, you can make completely new people? Extra special people. They have super powers. They can split apart into multiple new people, or fuse together back into one. You can destroy them and nobody feels any pain, but sometimes they can live almost forever. All without the hard work of having a baby.&lt;/p&gt;&#xA;&lt;p&gt;Most importantly, in many circumstances, you can use them as super shields. If you&amp;rsquo;re about to get sued, you can hold up one of these magic people, and let them get obliterated on your behalf. You emerge unscathed, and the person won&amp;rsquo;t complain or even exist any more. All perfectly legal, and you won&amp;rsquo;t even feel guilty.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Two Immodest Events</title>
      <link>https://www.flourish.org/2004/07/post-101/</link>
      <pubDate>Mon, 19 Jul 2004 12:44:30 +0000</pubDate>
      <guid>https://www.flourish.org/2004/07/post-101/</guid>
      <description>&lt;p&gt;Even if a website isn&amp;rsquo;t yet as useful as it should be, sometimes it attracts attention and excitement. On Thursday, Julian and I were presented with an award for &lt;a href=&#34;http://www.publicwhip.org.uk&#34;&gt;The Public Whip&lt;/a&gt;. It&amp;rsquo;s the winner of the &amp;ldquo;Civic Renewal&amp;rdquo; category for the &lt;a href=&#34;http://www.newstatesman.co.uk/nma/nma2004/nma2004home.htm&#34;&gt;New Statesman New Media&lt;/a&gt; awards. There are &lt;a href=&#34;http://www.newstatesman.co.uk/nma/nma2004/nma2004winners.htm&#34;&gt;photos&lt;/a&gt;. Partly this was a good excuse for the New Statesman to get sponsorship for their summer party, which was great fun.&lt;/p&gt;&#xA;&lt;p&gt;The week before, a few of us involved in &lt;a href=&#34;http://www.downingstreetsays.com&#34;&gt;Downing Street Says&lt;/a&gt; went to visit Number 10. Again, there is &lt;a href=&#34;http://pics.whitelabel.org/p5711493.html&#34;&gt;a photo&lt;/a&gt;. 10 Downing Street is much less like a home and much more like an office block than I expected. Albeit, an office block with beautiful paintings, carpets and furniture that you normally find in the Victoria and Albert museum. No, we didn&amp;rsquo;t meet the Prime Minister, lots of other people work at Number 10. We were meeting those who make the PM&amp;rsquo;s website.&lt;/p&gt;</description>
    </item>
    <item>
      <title>They Work for You</title>
      <link>https://www.flourish.org/2004/06/post-100/</link>
      <pubDate>Mon, 07 Jun 2004 18:23:14 +0000</pubDate>
      <guid>https://www.flourish.org/2004/06/post-100/</guid>
      <description>&lt;p&gt;Political engagement, it&amp;rsquo;s a struggle. It&amp;rsquo;s summer, the beer is fine, and house prices haven&amp;rsquo;t fallen for over ten years. Too busy being taught how to decorate by the latest television programme, why should anyone be bothered with politics?&lt;/p&gt;&#xA;&lt;p&gt;Imagine a manager who never came into work. A boss who never even rang you up to ask you what you were doing. How hard would you slave away if he was always off walking in the countryside? If he still paid you your salary no matter what you did?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tension Between Information and Action</title>
      <link>https://www.flourish.org/2004/05/post-98/</link>
      <pubDate>Wed, 26 May 2004 01:44:13 +0000</pubDate>
      <guid>https://www.flourish.org/2004/05/post-98/</guid>
      <description>&lt;p&gt;I have some interesting scrawled notes from a train conversation with Richard earlier today. He was talking about software engineering management (don&amp;rsquo;t go away, I&amp;rsquo;m going to relate it to other things in a moment), and how there is a scale upon which you can slide too far one way and things go wrong. This is about varying how much managers tell their staff about what is happening:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Insufficient information given to workers &amp;lt; &amp;mdash;&amp;mdash;&amp;mdash;-&amp;gt; Too much information given to workers&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Stopping Me Make Toast</title>
      <link>https://www.flourish.org/2004/05/post-97/</link>
      <pubDate>Fri, 14 May 2004 19:03:14 +0000</pubDate>
      <guid>https://www.flourish.org/2004/05/post-97/</guid>
      <description>&lt;p&gt;&lt;em&gt;Imagine that someone owned a patent giving them the exlusive right to know how to make a piece of toast, or how to lock a front door. Everytime you did one of these simple actions, you risk being sued and forced to pay huge damages for patent violation. In the world of software developers, this absurd situation is about to become a reality.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;Public Whip is &amp;ldquo;suspending services&amp;rdquo; for a few days, while the EU Council of Ministers is taking an important decision on software patents. If the directive in question is passed, it will make it very hard for small businesses to make software, and will make it risky for people like me to make websites like The Public Whip.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Comment on the Prime Minister</title>
      <link>https://www.flourish.org/2004/02/post-96/</link>
      <pubDate>Fri, 27 Feb 2004 02:29:54 +0000</pubDate>
      <guid>https://www.flourish.org/2004/02/post-96/</guid>
      <description>&lt;p&gt;The media is an interesting and double edged sword. Newspapers and TV can act for freedom and democracy, unearthing problems in government, championing what the common man would do himself (if he had the time and the contacts). On the other hand, they can be a divisive barrier, splitting us apart from our elected representatives, devaluing politics into gossip and invented entertainment.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s something a bit different. It&amp;rsquo;s a project I&amp;rsquo;ve been working on in my spare time the last couple of weeks, and it&amp;rsquo;s been launched tomorrow. &lt;em&gt;&lt;a href=&#34;http://www.downingstreetsays.com&#34;&gt;Downing Street Says&lt;/a&gt;&lt;/em&gt; is an easy way to read what the Prime Minister has said about the issues of the day. And - the twist - anyone can comment on what he is saying. In some ways this bypasses the media, but we&amp;rsquo;re hoping that it will also empower them by providing juicy source material.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Independent Story</title>
      <link>https://www.flourish.org/2004/01/post-95/</link>
      <pubDate>Sat, 03 Jan 2004 20:07:53 +0000</pubDate>
      <guid>https://www.flourish.org/2004/01/post-95/</guid>
      <description>&lt;p&gt;Exciting national media fame. Yesterday, the Independent newspaper printed &lt;a href=&#34;http://news.independent.co.uk/uk/politics/story.jsp?story=477390&#34;&gt;a story about MP voting records&lt;/a&gt; (view it now before the Indy charge you for it next week). It&amp;rsquo;s entirely based on data from &lt;a href=&#34;http://www.publicwhip.org.uk&#34;&gt;Public Whip&lt;/a&gt;. I made them a special report of the voting record for the 2002-2003 parliamentary session. You can find the full figures in an &lt;a href=&#34;http://www.publicwhip.org.uk/mps.php?session=2002&amp;amp;sort=attendance&#34;&gt;unlinked page&lt;/a&gt; on the Public Whip site.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Public Whip Newsletter</title>
      <link>https://www.flourish.org/2003/12/post-94/</link>
      <pubDate>Wed, 03 Dec 2003 14:17:50 +0000</pubDate>
      <guid>https://www.flourish.org/2003/12/post-94/</guid>
      <description>&lt;p&gt;Some of my blogging energy has been siphoned off into an irregular newsletter for &lt;a href=&#34;http://www.publicwhip.org.uk&#34;&gt;Public Whip&lt;/a&gt;, the MP voting website that I do with Julian. I just sent out the second issue. &lt;a href=&#34;http://www.publicwhip.org.uk/newsletters/archive.php&#34;&gt;You can read it here&lt;/a&gt;. You might want to &lt;a href=&#34;http://www.publicwhip.org.uk/newsletters/account/register.php&#34;&gt;sign up&lt;/a&gt; if you like what you see.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fun Flea Game</title>
      <link>https://www.flourish.org/2003/11/post-92/</link>
      <pubDate>Fri, 14 Nov 2003 21:36:42 +0000</pubDate>
      <guid>https://www.flourish.org/2003/11/post-92/</guid>
      <description>&lt;p&gt;This week we released the game that I&amp;rsquo;ve been working on. It&amp;rsquo;s called FleaFall, and it rocks.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.fleafall.com&#34;&gt;Try it out!&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Naturally, now comes the job of marketing. You don&amp;rsquo;t understand capitalism until you&amp;rsquo;ve had a go yourself.&lt;/p&gt;&#xA;&lt;p&gt;Most of us are quite isolated in corners of a hierarchy somewhere. We&amp;rsquo;re not really sure what the organisation we work for is doing or why. I could never get to the bottom of what was happening at Creature Labs over the last couple of years, and there were only 50 people there to analyse. Once I even went to visit the CFO to ask him who owned the company, how, on what basis and for whom decisions were made. The answer had little connection to the impenetrably complex political reality. Luckily I&amp;rsquo;ve never had to find out how it feels in a multinational corporation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sarajevo to London</title>
      <link>https://www.flourish.org/2003/09/post-91/</link>
      <pubDate>Wed, 10 Sep 2003 01:46:23 +0000</pubDate>
      <guid>https://www.flourish.org/2003/09/post-91/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignleft&#34; src=&#34;https://www.flourish.org/~blog/sarajevo-view.jpeg&#34;&gt;Sarajevo (first photo) was absolutely astonishing. I arrived unknowningly some way out of town at an eastern bus station, and was amazed by the taxi ride through what seemed like a teaming metropolis. I&amp;rsquo;d expected it to be rundown and wartorn, but by night it was a thriving European capital. After leaving my luggage at the private room I was staying in, I walked round the town to find somewhere to have dinner. I stumbled upon the most beautiful mosque (Gazi Husref-Bey). The courtyard was tranquil, with a few people sitting about in quiet contemplation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Albania to Montenegro</title>
      <link>https://www.flourish.org/2003/08/post-90/</link>
      <pubDate>Sun, 31 Aug 2003 20:11:02 +0000</pubDate>
      <guid>https://www.flourish.org/2003/08/post-90/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignleft&#34; src=&#34;https://www.flourish.org/~blog/montenegro-kotorfjord.jpeg&#34;&gt;I quickly visited the ancient ruins of Butrint in the south-west, which were a bit disappointing. Tirana, the capital of Albania, was even more so. I arrived too near sunset, with the guidebooks both warning you to be careful going out at night, at least in the suburbs. In a rush, I found a decent hotel and then went out to buy a newspaper and get some food.&lt;/p&gt;&#xA;&lt;p&gt;Shortly after leaving the Tirana International Hotel, where I had bought the Guardian in order to read about Tony Blair&amp;rsquo;s testimony to the Hutton inquiry, a man started talking to me in Albanian on some pretext. I replied in English, and he looked all surprised, and flatteringly said back also in high-quality English that he had thought I was Albanian. He muttered something about the world service, and then started chatting to me. He was a teacher.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gjirokastra</title>
      <link>https://www.flourish.org/2003/08/post-89/</link>
      <pubDate>Sun, 31 Aug 2003 19:01:45 +0000</pubDate>
      <guid>https://www.flourish.org/2003/08/post-89/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/albania-castlepicnic.jpeg&#34;&gt;Land borders are always fascinating places, and the one between Greece and Albania was no exception. The bus services are awkward or non-existent to border posts in this part of the world, so you have to hire a taxi to drop you off there.&lt;/p&gt;&#xA;&lt;p&gt;After crossing the Greek checkpoint on foot there was a long stretch of no-man&amp;rsquo;s-road divided by a tall wire fence. Alone, I trudged my way up it towards the Albanian border post. Twenty or so Albanian men were hanging out there slouching by the road, shouting out names of places as I past. It was creepy. Usually borders are bustling places full of local trade, people too busy crossing over to do business for them to even notice me. I said I wanted a lift to Gjirokastra, and somebody called to his friend on the other side of the wire. He slipped through a small hole, and became my next driver. So much for the border controls - it would be easy to smuggle anything into Albania through that hole, and I don&amp;rsquo;t have much faith that the guards were watching it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Meteora</title>
      <link>https://www.flourish.org/2003/08/post-88/</link>
      <pubDate>Wed, 27 Aug 2003 17:48:45 +0000</pubDate>
      <guid>https://www.flourish.org/2003/08/post-88/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/greece-meteora.jpeg&#34;&gt;Just a quick post, as internet access is expensive here. Or at least it &lt;em&gt;feels&lt;/em&gt; expensive as you have to put coins in a slot. I&amp;rsquo;m in Kalambaka towards the north of Greece. The attraction here are the impressive Meteora, huge pillars of rock topped by 14th century monastries.&lt;/p&gt;&#xA;&lt;p&gt;The Byzantine empire was collapsing, and as the surrounding lands became more dangerous the monks fled further upwards. They used retractable ladders and windlasses to climb to their retreats; now you can go by bus on a tarmac road, and climb steps hewn into the rock. I took the much more enjoyable route on foot, which involved scaling winding paths through the trees between the rocks, suddenly to emerge next to huge greek coach parties and stalls selling refreshing water and slightly dodgy spinach pies.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Big Fat Greek Wedding</title>
      <link>https://www.flourish.org/2003/08/post-87/</link>
      <pubDate>Wed, 27 Aug 2003 17:46:49 +0000</pubDate>
      <guid>https://www.flourish.org/2003/08/post-87/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m in Greece after going to Tim and Xenya&amp;rsquo;s wedding at the weekend. It was good fun, great to stay for a while with lots of my university friends. The service was at a tiny chapel on the coastline just north-east of Athens. The congregation could never have fitted in the chapel, which was just about big enough to contain the legal paperwork for signing. So the wedding was outdoors, which feels splendid. Bright summer sun, cool blue water, the stark white paint on the chapel building. The ceremony was held in ancient Greek, with chanting and singing. It was restful, both upbeat yet serious at the same time.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Burning Punts</title>
      <link>https://www.flourish.org/2003/08/post-86/</link>
      <pubDate>Thu, 07 Aug 2003 00:35:13 +0000</pubDate>
      <guid>https://www.flourish.org/2003/08/post-86/</guid>
      <description>&lt;p&gt;&lt;em&gt;Photos courtesy of Ben, who spent the evening taking zillions of snaps. Thank you!&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/cambridge-puntpagans.jpeg&#34;&gt;On Saturday I went to a curious and quasi-pagan event at Granchester. Some Trinity puntspeople had the desire to dispose of an old warn out punt. I got there quite early with some friends and spent a while drinking beer, walking up and down the river waiting for the punts to arrive, watching the sunset. There were couples lighting barbecues along the bank, and even someone camping. Eventually a small flotilla turned up, packed with people from the smaller punting companies and syndicates. And petrol.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Current Projects</title>
      <link>https://www.flourish.org/2003/07/post-85/</link>
      <pubDate>Tue, 29 Jul 2003 17:07:50 +0000</pubDate>
      <guid>https://www.flourish.org/2003/07/post-85/</guid>
      <description>&lt;p&gt;Hello! It&amp;rsquo;s time for an update on what I&amp;rsquo;ve been up to. I&amp;rsquo;m working on two projects at the moment.&lt;/p&gt;&#xA;&lt;p&gt;The first one is &lt;a href=&#34;http://www.publicwhip.org.uk&#34;&gt;the Public Whip&lt;/a&gt;, a website which analyses the voting record of MPs in the House of Commons. It was Julian&amp;rsquo;s idea to do it. There&amp;rsquo;s some nasty backend code which extracts information from the Hansard transcripts online and puts it into a database. We then run various statistical analyses off this, and present the results as a web page.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Japanese Charities</title>
      <link>https://www.flourish.org/2003/07/post-80/</link>
      <pubDate>Sat, 05 Jul 2003 11:31:54 +0000</pubDate>
      <guid>https://www.flourish.org/2003/07/post-80/</guid>
      <description>&lt;p&gt;In Tokyo in May, I went to visit people from two different development charities. They were both Christian charities because the contact that I found them through was Christian. However there isn&amp;rsquo;t a strong secular philanthropic tradition in Japan, as people are more inclined to let the government do everything.&lt;/p&gt;&#xA;&lt;p&gt;Keep in mind that although these notes have come from Japanese people, they are quite Christian and American points of view. They may be unbalanced.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Back in Cambridge</title>
      <link>https://www.flourish.org/2003/05/post-74/</link>
      <pubDate>Tue, 27 May 2003 20:43:04 +0000</pubDate>
      <guid>https://www.flourish.org/2003/05/post-74/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m back in Cambridge now, and I&amp;rsquo;m likely to post less frequently here for a while.&lt;/p&gt;&#xA;&lt;p&gt;For the first couple of days after I got back, I inevitably examined my country with a tourist&amp;rsquo;s eye. The diversity of people on the London underground was really striking and astonishing. In Japan nearly everyone is ethnically Japanese. In London you&amp;rsquo;ll see tall African men in fun hats, small Chinese ladies quietly reading. Even the white people are incredibly diverse, short and fat, tall and thin, faces of all different shapes and sizes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Island Nation off the Edge of Eurasia</title>
      <link>https://www.flourish.org/2003/05/post-75/</link>
      <pubDate>Fri, 23 May 2003 11:20:59 +0000</pubDate>
      <guid>https://www.flourish.org/2003/05/post-75/</guid>
      <description>&lt;p&gt;Last week I flew right across the largest landmass in the world, taking what those of us who spend too much time with maps and too little with globes would consider to be a surprising shortcut across Siberia. I&amp;rsquo;ve always had an affection for the next country that I&amp;rsquo;m visiting, although I admit to being somewhat confused by its name. Can&amp;rsquo;t they make up their mind whether it is called Britain, or the United Kingdom, or Great Britain and Northern Ireland, or England, or what? In most countries people refer to it with a local pronunciation of the word &amp;ldquo;England&amp;rdquo;, but I think in Ghana this confused people and it was called UK. Quite what the Welsh think about this, I don&amp;rsquo;t know.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Future Technology</title>
      <link>https://www.flourish.org/2003/05/post-76/</link>
      <pubDate>Thu, 15 May 2003 10:39:06 +0000</pubDate>
      <guid>https://www.flourish.org/2003/05/post-76/</guid>
      <description>&lt;p&gt;Living in Japan isn&amp;rsquo;t quite as futuristic as you might have hoped, perhaps Europe has been catching up the last few years as the Asian tiger economies have crumbled. However there are lots of interesting innovations to spot.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Rotating seats on trains. At the terminal station the train pulls in, the doors on the other side open and everyone piles out. Just as you&amp;rsquo;re wondering if you&amp;rsquo;re on the wrong platform, the doors close, all the seats magically rotate to face the other way, and the doors on your side open to let you in. I was gobsmacked. OK, I&amp;rsquo;ve only seen this level of efficiency once - Japanese trains do vary in quality a fair bit. But a manual seat rotating lever is standard fair, so everyone can always sit facing forwards.&lt;/li&gt;&#xA;&lt;li&gt;Electric map on underground trains. A light shows where you are, which direction you&amp;rsquo;re going in, and which station is next. When you are about to pull into a station, a light flashes on the side of the carriage that will open up. I&amp;rsquo;ve also seen a more sophisticated system on an overground train - it had a full computer screen, with not only a map of the line, and text in English, Japanese (both Kanji and Hiragana), but also at each station a map of the platform telling you exactly where the escalators are relative to your carriage.&lt;/li&gt;&#xA;&lt;li&gt;Automatic taxi doors. Unfortunately not high tech ones that lift up Back to the Future style, but a cunning little metal arm that can open or close the rear, pavement-side door. It&amp;rsquo;s ferocious, and you always worry that you&amp;rsquo;ll get your foot caught in it.&lt;/li&gt;&#xA;&lt;li&gt;Infra-red soap dispensors. Even in England we&amp;rsquo;ve started to get used to automatic taps, those hygenic and water saving things that turn on when you put your hands under them. In Japan this is occasionally taken one step further, with a second infrared device that dispenses liquid soap when you put your hands under it. If only they could figure out a decent hand dryer, they all suck.&lt;/li&gt;&#xA;&lt;li&gt;Electric toilets. You&amp;rsquo;ve no doubt seen these on TV programmes about Japan. We may have invented the western style toilet, but only the Japanese decided that it has to have a heated seat in winter, and that the lack of a built in bidet would be atrociously unhygenic&amp;hellip; When the bidet spray doesn&amp;rsquo;t miss these are simply the best toilets in the world, but I still think the Burmese/Thai nozzle hoses are a better compromise of complexity, cost and utility.&lt;/li&gt;&#xA;&lt;li&gt;Cameras in your phone. If it hasn&amp;rsquo;t caught on already, prepare yourself for this in Britain over the next year. Sometimes I felt almost embarrassed to have a merely ordinary digital camera, which couldn&amp;rsquo;t instantaneously beam pictures of tourist sites to my friends across the world. A school girl on a train admired my blue eyes (really they&amp;rsquo;re off-grey, but in a society where all eyes are brown and all hair is black, caucasian variety is loved), took a photo of me with her phone, and then I daren&amp;rsquo;t think who it was sent to&amp;hellip;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>One Day Using Only Vending Machines</title>
      <link>https://www.flourish.org/2003/05/post-77/</link>
      <pubDate>Thu, 15 May 2003 10:08:13 +0000</pubDate>
      <guid>https://www.flourish.org/2003/05/post-77/</guid>
      <description>&lt;p&gt;This morning on my way out of the hotel I noticed it was raining. The Japanese love umbrellas, and wouldn&amp;rsquo;t be seen dead in a waterproof coat except when hiking in the mountains. For a 500 yen coin (between two and three quid) I bought an umbrella from the, yes!, umbrella dispensor in the lobby.&lt;/p&gt;&#xA;&lt;p&gt;Earlier in the week I was outside an electronics store and spotted an amazing machine for creating digital photos. For 50 yen a piece, you could pop in any sort of digital media card, select the photos you want from the screen, and print them out within a minute.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hitchhiking to Christ&#39;s Grave</title>
      <link>https://www.flourish.org/2003/05/post-78/</link>
      <pubDate>Thu, 08 May 2003 14:26:25 +0000</pubDate>
      <guid>https://www.flourish.org/2003/05/post-78/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignleft&#34; src=&#34;https://www.flourish.org/~blog/japan-kamikochi.jpeg&#34;&gt;When I was a child there was only one thing considered more dangerous than taking sweets off strangers. It&amp;rsquo;s so ingrained in me by the ambient protection of society not to hitch hike that I have never even considered doing it. All sorts of unclarified bad things might happen. For example, people might have conversations with other people that they didn&amp;rsquo;t know already, or (gasp!) who belong to a different social class. Perhaps, like in China, people might learn to start paying each other for lifts, thus creating a more efficient and more capitalist transport economy, with the added side effect of being better for the environment. The consequences both for society, and in increasing everyones standard of living, could have no end of positive implications.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Concrete Electricity Pole</title>
      <link>https://www.flourish.org/2003/05/post-79/</link>
      <pubDate>Thu, 08 May 2003 14:10:46 +0000</pubDate>
      <guid>https://www.flourish.org/2003/05/post-79/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/japan-concrete-pole.jpeg&#34;&gt;Now I can finally reveal the goal of all my travelling, the destination which I&amp;rsquo;ve been striving for all these long, last five months. In Hakodate at the end of last week Rosemary and I finally made it to this technological mecca. For you to fully understand I will first explain some background.&lt;/p&gt;&#xA;&lt;p&gt;Many people don&amp;rsquo;t appreciate the ugly aspects of the industrial infrastucture which enmeshes us, providing all the comforts which those able to read this have. It&amp;rsquo;s easy to stand on a once beautiful coastline and bemoan the oppressive lines of the new nuclear power station, or to look out from our efficiently built low price flat and complain about the aesthetics of the identical apartment building across the road. If you use electricity, what right do you have to complain about how it is generated? If you wear clothes mass produced by light factories, then what right do you have to lament their grim facia?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Inland Sea and Hiroshima</title>
      <link>https://www.flourish.org/2003/04/post-59/</link>
      <pubDate>Wed, 30 Apr 2003 13:54:51 +0000</pubDate>
      <guid>https://www.flourish.org/2003/04/post-59/</guid>
      <description>&lt;p&gt;&lt;em&gt;It is an atomic bomb. It is a harnessing of the basic power of the universe. The force from which the sun draws its power has been loosed against those who brought war to the Far East.&lt;/em&gt; - President Truman, &lt;a href=&#34;http://www.pbs.org/wgbh/amex/presidents/nf/resource/truman/primdocs/hiroshima.html&#34;&gt;announcement on Hiroshima&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/japan-inlandsea.jpeg&#34;&gt;Japan has a sea with no waves, where only narrow connections to the vast Pacific add salt and stop us calling it a lake. It&amp;rsquo;s an enchanting place, the distinctive shape of the islands a familiar romantic myth from much Japanese art. Rosemary and I spent much of last week travelling from Kansai along the north coast of the sea to Hiroshima and back. This picture is taken from a hillside temple at the fishing port of Tomo no Ura; it gives a good feel for the dramatic but cosy views across the sea in the sun. Even better was the Sete Ohashi bridge which we crossed on a day trip to Takamatsu. It was a dreadful foggy day, and all we could see from the train was white mist with peaks of the islands coming in and out of view. Only seeing the tops made them all the more mystical in shape.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Favourite Garden and Tree</title>
      <link>https://www.flourish.org/2003/04/post-60/</link>
      <pubDate>Wed, 30 Apr 2003 12:47:40 +0000</pubDate>
      <guid>https://www.flourish.org/2003/04/post-60/</guid>
      <description>&lt;p&gt;The astonishingly varied coloured carp in this photo are at Ritsurin-koen in Takamatsu. Their patterns are gorgeously speckled, and I think Frimlin would have had the &lt;a href=&#34;http://glenm.home.texas.net/grendelcaverns/rainbow_sharkling_pics.htm&#34;&gt;Rainbow Sharklings&lt;/a&gt; in Creatures 3 like that if we could only have provided the engine to do it. Ritsurin-koen is my favourite of the gardens that we&amp;rsquo;ve seen. All the trees are regimented just enough to make the views from the various higher vantage points stunning, out across lakes and bridges with the wild forested hillside as a canvas behind.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Japanese Gardens</title>
      <link>https://www.flourish.org/2003/04/post-61/</link>
      <pubDate>Sat, 26 Apr 2003 07:49:42 +0000</pubDate>
      <guid>https://www.flourish.org/2003/04/post-61/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m now in Kyoto, ancient capital of Japan, and complete overload of temples. Unfortunately you don&amp;rsquo;t get to see much of the insides of the temples, just darkened views of distant painted screens and laquerware. The temples with active worshippers all require advanced reservations to visit, so no insights into Zen Buddhism. Instead, just as in Myanamar I acquired a taste for Theravadin Buddha statues from Phil, I&amp;rsquo;m acquiring a taste for Japanese gardens from Rosemary (my mum). The Japanese seem universally excellent at all art forms, and particularly at generating weird and unique new ones. The peculiar list includes tea ceremonies, all over body tattoos (for the yakuza mafia only), and handmade paper as well as more &amp;ldquo;normal&amp;rdquo; arts such as lacquerware, flower arranging and video games. Good gardens have been grown in Japan for centuries, and some are maintained to this day.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Pictures of Japan</title>
      <link>https://www.flourish.org/2003/04/post-62/</link>
      <pubDate>Sat, 19 Apr 2003 13:43:32 +0000</pubDate>
      <guid>https://www.flourish.org/2003/04/post-62/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignleft&#34; src=&#34;https://www.flourish.org/~blog/koyasan-cemetry.jpeg&#34;&gt;I&amp;rsquo;ve spent the last few days touristing, and have now met up with a new travelling companion, my mum. We&amp;rsquo;re journeying round Japan together for four weeks. I&amp;rsquo;ve added a couple of pictures to the last few posts, and here are a few more. The photo to the left is of a Buddhist graveyard on Koyasan mountain. People are interred here to await the return of Maitreya, the Buddha of the future, buried in poll position next to one of his mates. The grave stones were different from a Christian cemetery with more curves, spheres and posts. But the feel of the place was still the same, a purpose to respect and mourn the dead.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Nara, Buddhism, Suburbanity</title>
      <link>https://www.flourish.org/2003/04/post-63/</link>
      <pubDate>Tue, 15 Apr 2003 04:06:54 +0000</pubDate>
      <guid>https://www.flourish.org/2003/04/post-63/</guid>
      <description>&lt;p&gt;Yesterday I went to Nara, site of numerous Buddhist and Shinto temples, but in particular to see one called Todai-Ji which I&amp;rsquo;d read about two weeks ago in a book on Mahayana Buddhism. Housed inside the largest wooden building in the world is a statue of Vairocana, the cosmic Buddha. I like the original theoretical Buddhism which Buddha taught, but by the time it got as far as Japan it became a bit wild. Vairocana is infinitely vast and free, showering all multiverses with his pure tranquil light, entering all atoms in all lands. There are brass lotus leaves there with pictures of him and his retinue of advanced Bodhisattvas, whom he eminates in order to teach his doctrine, and seven of the universes. If mankind could make this up in only fourteen hundred years (from Buddha&amp;rsquo;s time around 700 BCE, to when the monastry was built around 700 CE), it no longer surprises me how complex Hinduism and Judaism are.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Japanese Entertainments</title>
      <link>https://www.flourish.org/2003/04/post-64/</link>
      <pubDate>Thu, 10 Apr 2003 14:12:14 +0000</pubDate>
      <guid>https://www.flourish.org/2003/04/post-64/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/osaka-horsegame.jpeg&#34;&gt;There are amazing gambling alleys near here (Minami area of Osaka) with countless ball bearings which get shovelled into machines that bounce them round and spit them out again at their own whim. In the morning there were queues outside, the addicts reading comics waiting for it to open so they can get their fix. Another place people were betting at machines in groups round a real, physical electro-magnetic horse race (see picture). Others had chosen a curious automatic roulette-like wheel, or something else a bit like a lottery machine.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Osaka, Japan</title>
      <link>https://www.flourish.org/2003/04/post-65/</link>
      <pubDate>Thu, 10 Apr 2003 13:23:28 +0000</pubDate>
      <guid>https://www.flourish.org/2003/04/post-65/</guid>
      <description>&lt;p&gt;Wow! I&amp;rsquo;m in a slightly different sort of internet cafe, and not just because it is ten times more expensive than in China. It&amp;rsquo;s called Kinko&amp;rsquo;s and is more of a 24 hour business services centre, with photocopiers, binders and large volume printers. The computer I&amp;rsquo;m on is a Mac, which makes a nice change even though I don&amp;rsquo;t know the keyboard shortcuts. No new fangled OS X stuff alas, just OS 9. There&amp;rsquo;s a scanner and about four different sorts of zip/superdrives plugged into it, plus a &lt;em&gt;choice&lt;/em&gt; of printers colour or black and white. Your&amp;rsquo;re even provided with a Merriam Webster thesaurus and a dictionary; yes, physical ones made out of paper. There&amp;rsquo;s nobody else here using the computers - obviously no Japanese person would be seen dead in such a place. Why bother, when you have a DoCoMo mobile phone with all its services? Give it a few years and there&amp;rsquo;ll be no public internet access at all and you&amp;rsquo;ll have to add buying a laptop to the considerable expense of Japanese travel.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Japan and SARS</title>
      <link>https://www.flourish.org/2003/04/post-66/</link>
      <pubDate>Mon, 07 Apr 2003 05:50:15 +0000</pubDate>
      <guid>https://www.flourish.org/2003/04/post-66/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve finally given up, and bought a plane ticket to Japan. I&amp;rsquo;m flying from Kunming to Osaka on Wednesday. Some reasons for this action motivated by fear:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;The Chinese government is &lt;a href=&#34;http://www1.chinadaily.com.cn/news/2003-04-07/110944.html&#34;&gt;protesting too much&lt;/a&gt; about how safe China is from SARS. I object to this propaganda, when it is not based on sound detail of the health situation across the country. Every other country with SARS cases at least appears to have announced them in public as soon as it knows about them, and described what measures it is taking to prevent the disease from spreading. China has been covering it up for months, is still covering up the full situation, and is only even talking about it now because of international pressure.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Friday&amp;rsquo;s China Daily &lt;a href=&#34;http://www1.chinadaily.com.cn/news/2003-04-04/110799.html&#34;&gt;mentions in passing&lt;/a&gt; that all the cases in 四川 province (Sichuan, Four Rivers) have been cured. Umm, what cases in 四川 province? These haven&amp;rsquo;t been mentioned until now, and I&amp;rsquo;ve been reading enough information sources. 四川 is where I was heading next. I&amp;rsquo;ve guessed for a long time that there must be other cases in the Chinese provinces, it can&amp;rsquo;t have spread to over 15 other countries in the world, but only to 2 or 3 provinces in China. This is definitive proof, if you needed it, that they are hiding information.&lt;/li&gt;&#xA;&lt;li&gt;I&amp;rsquo;m not afraid of travelling in a country which has SARS cases. Indeed, there are &lt;a href=&#34;http://www.alertnet.org/thenews/newsdesk/T67682.htm&#34;&gt;14 suspected cases&lt;/a&gt; in Japan. However, I want to have confidence that the government is taking action to prevent spread throughout the population. And I want to know which areas are particularly dangerous, so I can avoid them. The Chinese government is not providing this information.&lt;/li&gt;&#xA;&lt;li&gt;A key irrational reason that all this has bothered me more than others is that I&amp;rsquo;ve been ill for about a week. It&amp;rsquo;s basically a cold that has gone to my chest and hasn&amp;rsquo;t gone away. But this has meant that I&amp;rsquo;ve had nothing much to do except read too much about SARS on the internet. When you&amp;rsquo;re not well everything seems worse, especially fear of diseases whose symptoms are different but not a million miles away from what you are suffering.&lt;/li&gt;&#xA;&lt;li&gt;I could take a rational decision that it is probably safe, that travelling on buses over Tibetan mountain passes or being in a country that is target of North Korean aggression is much more danegrous. However the irrational fears would still stop me enjoying myself. If I&amp;rsquo;m spending all my time on trains and at tourist sites with people from all over the country, I&amp;rsquo;m going to be thinking about SARS rather than living in the now.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve wanted to go to Japan for a long while, but hadn&amp;rsquo;t planned to arrive for another month or two. So I&amp;rsquo;m busily reading websites to find out what to do and where to stay in Osaka. Suggestions and tips welcome!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Outskirts of Kunming</title>
      <link>https://www.flourish.org/2003/04/post-67/</link>
      <pubDate>Sat, 05 Apr 2003 06:32:16 +0000</pubDate>
      <guid>https://www.flourish.org/2003/04/post-67/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/kunming-outskirt-view.jpg&#34;&gt;On the first Friday afternoon I was in Kunming, I finished my last class and looked out the window at the alluring mountains on the edge of town. So I hopped on an appropriate looking bus, and went to the end of the line to see what was there.&lt;/p&gt;&#xA;&lt;p&gt;As you get further out of town, things become that much rougher and less developed. Distinctive kerbed pavements vanish away, replaced by rougher road edges. I got off the bus as near as I could get to the mountain, and explored the local area to see if I could get up for a view. People&amp;rsquo;s expressions were much bleaker. In town you&amp;rsquo;re largely ignored; here you are ignored but it is clear and unsurprising that people are a bit suspicious of you.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Kunming Local Tourists</title>
      <link>https://www.flourish.org/2003/04/post-68/</link>
      <pubDate>Thu, 03 Apr 2003 09:56:03 +0000</pubDate>
      <guid>https://www.flourish.org/2003/04/post-68/</guid>
      <description>&lt;p&gt;While I&amp;rsquo;ve been in Kunming, I&amp;rsquo;ve been doing a bit of touristing at the weekends. The great thing is that most of the other people visiting attractions are Chinese. Unlike in SE Asia, the Chinese are both wealthy enough and keen enough to be domestic tourists. And, well, they don&amp;rsquo;t quite do it the same way as Europeans.&lt;/p&gt;&#xA;&lt;p&gt;The first weekend I went to 大观 park (Daguan, Great View) which is on the edge of a lake just outside town. Local people rave about it. It was a decidedly clinical place, very formal and unnatural. Square is the best description. Nothing was left even slightly untamed to nature, with lots of walkways across parts of the lake, carefully controlled and cropped trees and grass. There was no flow in the outline of anything, except the old pagodas - all the new buildings selling snacks or providing toilets had sharp corners and flat roofs. Nevertheless it was pleasantly charming walking round it, with lots of happy Chinese folk mainly flying kites in the large but carefully demarked kite flying area.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chinese Language School</title>
      <link>https://www.flourish.org/2003/04/post-69/</link>
      <pubDate>Wed, 02 Apr 2003 12:19:58 +0000</pubDate>
      <guid>https://www.flourish.org/2003/04/post-69/</guid>
      <description>&lt;p&gt;The Chinese class that I&amp;rsquo;ve been attending has an interesting diversity of people. Nearly everyone is here for six months or a year. People are mostly Thai and South Korean, with a few Westerners, one Vietnamese and one (I think) Japanese. Many of those from Thailand and Korea are young university students, often majoring in Chinese in their own university, and taking a sandwhich year here. Of the Westerners, two are already working or have been working in China (setting up an Irish pub, opening fitness centres), one is going to teach English for an NGO in the north-west of Yunnan province, and one is likely to work in China after the course.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Various SARS links</title>
      <link>https://www.flourish.org/2003/04/post-70/</link>
      <pubDate>Wed, 02 Apr 2003 06:00:43 +0000</pubDate>
      <guid>https://www.flourish.org/2003/04/post-70/</guid>
      <description>&lt;p&gt;I finally found some more useful SARS information from the UK government other than the FCO&amp;rsquo;s &lt;a href=&#34;http://www.fco.gov.uk/servlet/Front?pagename=OpenMarket%2FXcelerate%2FShowPage&amp;amp;c=Page&amp;amp;cid=1007029390590&amp;amp;a=KCountryAdvice&amp;amp;aid=1013618385765&#34;&gt;China travel advice&lt;/a&gt;. Two places to go are &lt;a href=&#34;http://www.doh.gov.uk/traveladvice/emerg.htm&#34;&gt;Department of Health emerging travel advice&lt;/a&gt; and &lt;a href=&#34;http://www.phls.co.uk/topics_az/SARS/public_page.htm&#34;&gt;Public Health Laboratory Service&lt;/a&gt; (they handily protects the population from infection). These sources are all reassuringly calm, basically saying travel anywhere, but watch for symptoms even when you get back.&lt;/p&gt;&#xA;&lt;p&gt;Of course, the &lt;a href=&#34;http://www.who.int/csr/sars/en/&#34;&gt;World Health Organisation&lt;/a&gt; is the place for the latest news. With today&amp;rsquo;s press briefing you even get to practice a foreign language - one of the questions asks in French about regions of China other than Guangdong province. The reply is that the healthcare system is decentralised, that regions have been asked to report on SARS centrally, but that there are no results from that yet. They&amp;rsquo;re working on getting results. I&amp;rsquo;d feel safer in Vietnam&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>&amp;#27721;&amp;#23383; (Chinese Characters)</title>
      <link>https://www.flourish.org/2003/04/post-71/</link>
      <pubDate>Tue, 01 Apr 2003 15:31:06 +0000</pubDate>
      <guid>https://www.flourish.org/2003/04/post-71/</guid>
      <description>&lt;p&gt;I love Chinese characters. They&amp;rsquo;re great fun, so much more interesting than rather dull alphabets. I know at first they seem like a really stupid idea - surely it is better to have a phonetic representation in writing, rather than arbitary and innumerable pictures? One way to look at it is that they are at a granularity inbetween the letter and the word. By this I mean that one character has slightly more meaning than one letter of the alphabet, but slightly less meaning than an English word. Similarly, there are very few letters (only 26), slightly more characters (about 3000 are needed to read a newspaper), and many more words. So you spend the effort to learn characters in the first place, but that makes learning words easier than in an alphabetic language.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Disinformation on SARS</title>
      <link>https://www.flourish.org/2003/04/post-72/</link>
      <pubDate>Tue, 01 Apr 2003 14:11:22 +0000</pubDate>
      <guid>https://www.flourish.org/2003/04/post-72/</guid>
      <description>&lt;p&gt;To go completely against my non-linking byline, and to fuel the misinformation fire, here&amp;rsquo;s some stuff about SARS. Here&amp;rsquo;s &lt;a href=&#34;http://www.japantimes.co.jp/cgi-bin/geted.pl5?eo20030328ht.htm&#34;&gt;an article in a Japanese newspaper&lt;/a&gt;, describing how irresponsible the Chinese government has been in their handling of the case. This certainly fits with my suspicions the other day based on how WHO is having to tiptoe round them.&lt;/p&gt;&#xA;&lt;p&gt;And then &lt;a href=&#34;http://home.wangjianshuo.com/archives/20030327_no_sars_case_found_in_shanghai.htm&#34;&gt;an interesting blog&lt;/a&gt; which has comments saying that local doctors say the disease has spread to other cities, which the Chinese government hasn&amp;rsquo;t admitted to yet. This could either be true, or it could be fear and hype based on some ordinary pneumonia cases.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Expat Protest and WHO</title>
      <link>https://www.flourish.org/2003/03/post-46/</link>
      <pubDate>Sun, 30 Mar 2003 11:26:33 +0000</pubDate>
      <guid>https://www.flourish.org/2003/03/post-46/</guid>
      <description>&lt;p&gt;Today the Chinese government allowed &lt;a href=&#34;http://asia.reuters.com/newsArticle.jhtml?type=worldNews&amp;amp;storyID=2472645&#34;&gt;a small expat anti-war protest&lt;/a&gt; in Beijing. Even the English language China Daily has &lt;a href=&#34;http://www1.chinadaily.com.cn/news/2003-03-30/109981.html&#34;&gt;reported on it&lt;/a&gt;, albeit it in an alternate reality way with regard to the stopped Chinese student protestors. Some delicate balancing going on here between the government criticising the US, stroking the US to make sure it doesn&amp;rsquo;t get upset, and not setting a precedent for local protests.&lt;/p&gt;&#xA;&lt;p&gt;The &lt;a href=&#34;http://www.who.int/en/&#34;&gt;World Health Organisation&lt;/a&gt; website worryingly vanished behind the Great Firewall yesterday. I&amp;rsquo;m hoping this is because of politicing about the status of Taiwan, rather than government covering something up. I &lt;em&gt;think&lt;/em&gt; that the day before yesterday the SARS infection table listed Taiwan as a separate country, whereas now it is magically a province of China, but I&amp;rsquo;m not sure. Anyway, at least it&amp;rsquo;s back up today.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Kunming Life</title>
      <link>https://www.flourish.org/2003/03/post-47/</link>
      <pubDate>Sat, 29 Mar 2003 03:08:28 +0000</pubDate>
      <guid>https://www.flourish.org/2003/03/post-47/</guid>
      <description>&lt;p&gt;&lt;img class=&#34;alignright&#34; src=&#34;https://www.flourish.org/~blog/kunming-street-overhead.jpg&#34;&gt;I&amp;rsquo;ve been in Kunming for three weeks now, and it&amp;rsquo;s a pleasant place to live. I&amp;rsquo;m studying at the &lt;a href=&#34;http://webstar.ynu.edu.cn/ynuclc/emain.htm&#34;&gt;Center of Chinese for Foreign Students Yunnan University&lt;/a&gt;. The university is very eminent for a place so remote from Beijing. This is because during the Cultural Revolution lots of academics either fled or were exiled here. I&amp;rsquo;m also staying in university accommodation, although I upgraded my room to one more like a hotel than a student room. The first two pictures are views from my window.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Some Photos</title>
      <link>https://www.flourish.org/2003/03/post-48/</link>
      <pubDate>Sat, 29 Mar 2003 02:52:45 +0000</pubDate>
      <guid>https://www.flourish.org/2003/03/post-48/</guid>
      <description>&lt;p&gt;I finally got round to finding a computer I can plug my digital camera into, so I&amp;rsquo;ve added a few photos. Go to the &lt;a href=&#34;https://www.flourish.org/~blog/2003_03_01_archive.html&#34;&gt;March archive page&lt;/a&gt; and scroll down. You can find a photo of the terraces at Bac Ha in Vietnam, and one of the pig on the back of a moto. By popular demand, there&amp;rsquo;s even a picture of me at Tam Coc.&lt;/p&gt;</description>
    </item>
    <item>
      <title>This Blog is Censored</title>
      <link>https://www.flourish.org/2003/03/post-49/</link>
      <pubDate>Sat, 22 Mar 2003 14:34:56 +0000</pubDate>
      <guid>https://www.flourish.org/2003/03/post-49/</guid>
      <description>&lt;p&gt;With that provocative title, you might expect that the Chinese government have clamped down in a purge on me, or perhaps the Vietnamese secret police have chased me across electronic borders. Not quite, this is self-censorship. And, no, I don&amp;rsquo;t mean the unconscious &amp;ldquo;censor&amp;rdquo; from psychology, or the very conscious way that I select which things to talk about so publicly.&lt;/p&gt;&#xA;&lt;p&gt;In Vietnam, I talked to a few other people who I haven&amp;rsquo;t mentioned in my accounts. I would like to write up what they said, although none of it is particularly surprising if you have read the literature about the Vietnamese government. Which you probably haven&amp;rsquo;t. Basically, the communist government are scared. They are as a group afraid of other sources of power, and as individual bureaucrats are trying to preserve their own position. They also try to gain advantage for themselves, whether manipulating perks and resources their way, or through outright corruption. This all leads to excessive, complex, and ever changing paperwork, which requires bribes to slice through it. Control-freakery due to fear.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Unhappy New War&#39;s Day</title>
      <link>https://www.flourish.org/2003/03/post-50/</link>
      <pubDate>Thu, 20 Mar 2003 13:26:19 +0000</pubDate>
      <guid>https://www.flourish.org/2003/03/post-50/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s slightly unnerving being in a foreign land when your country is going to war. There isn&amp;rsquo;t much fuss about the war here, it doesn&amp;rsquo;t affect China that much, only some potential economic damage relating to oil prices. A couple of people today talked to me about it. The main concern, presumably one that comes from the Chinese media, is not that the US/UK/Spain are acting in an immoral way, or that the US doesn&amp;rsquo;t have the right to exert its power to protect its interests. The fear here is that the war will spill out into a larger and more dangerous conflict across the Middle East.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mandalay Monastry</title>
      <link>https://www.flourish.org/2003/03/post-51/</link>
      <pubDate>Wed, 19 Mar 2003 13:01:04 +0000</pubDate>
      <guid>https://www.flourish.org/2003/03/post-51/</guid>
      <description>&lt;p&gt;This week I was tidying up my notebook, and found the notes from a conversation I had with a monk in a monastry in Burma. I promised at the start of January that I&amp;rsquo;d write about it, and now I&amp;rsquo;ve got round to it. So we go both back in time to the end of December and change note to the subject of religion. I&amp;rsquo;d been in Myanmar for about two weeks, and was recovering from minor illness in the disappointing city of Mandalay.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Arrival in Kunming</title>
      <link>https://www.flourish.org/2003/03/post-52/</link>
      <pubDate>Mon, 10 Mar 2003 13:47:10 +0000</pubDate>
      <guid>https://www.flourish.org/2003/03/post-52/</guid>
      <description>&lt;p&gt;The bus journey to Kunming was less exciting than the train ride to Kaiyuan, but was nevertheless very atmospheric. It was quite a small bus with maybe 20 people on it. They all wore thick, warm coats, and looked like important working people. They sat quietly, in a disciplined way, with their hands lightly resting on top of each other on their laps. No chitter, no chatter, no spitting in the aisle, throwing rubbish out the window, or the like.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Night with The Journalist</title>
      <link>https://www.flourish.org/2003/03/post-53/</link>
      <pubDate>Mon, 10 Mar 2003 12:44:26 +0000</pubDate>
      <guid>https://www.flourish.org/2003/03/post-53/</guid>
      <description>&lt;p&gt;The Journalist enthusiastically showed me round Kaiyuan in the evening. It&amp;rsquo;s a clean, bright, bold place. With wide boulevards, and cruising cars. Lots of pucker shops, but not at the gluttonous extremeties of a Ho Chi Minh City department store, these were clearly targetted at a substantial middle class. People were all smart and confident.&lt;/p&gt;&#xA;&lt;p&gt;My slightest whim was catered for by The Journalist. For example, I had trouble looking up a word in my phrasebook, and had indicated that I needed to buy a dictionary soon. Next thing I know he was confidently asking all sorts of people in the street for directions, and we arrived at a bookshop. It did indeed have English-Chinese dictionaries, but I thought I&amp;rsquo;d wait for both better choice and advice in Kunming. So, he took me to another bookshop, which had a different choice. I had to say &amp;ldquo;Kun-ming&amp;rdquo; very clearly, and indicate that I quite wanted something to eat.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Goodbye Playboy, Hello Journalist</title>
      <link>https://www.flourish.org/2003/03/post-54/</link>
      <pubDate>Sun, 09 Mar 2003 12:23:07 +0000</pubDate>
      <guid>https://www.flourish.org/2003/03/post-54/</guid>
      <description>&lt;p&gt;The train journey along the Red River from Vietnam into 云南 province (Yunnan, Cloud South) is stunning. I embarked at 河口 (Hekou, River Entrance) , the border town, armed with only half a bottle of water and no food. The Playboy kindly met me in the morning, albeit half an hour late. I&amp;rsquo;d given up and gone to the station on my own, but he found me half way there. To get in with the spirit of things I checked to see if he&amp;rsquo;d been with a girl, but he denied it. He helped me buy a ticket and get on the train. Immediately the station was impressive, clean, organised, with neatly tended plants. A security guard searched my luggage before boarding. The Playboy wrote a note in Chinese to help me later on with the second leg of the journey, but I put it away thinking that with my phrasebook I wouldn&amp;rsquo;t really need it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Welcome to China!</title>
      <link>https://www.flourish.org/2003/03/post-55/</link>
      <pubDate>Sat, 08 Mar 2003 07:45:09 +0000</pubDate>
      <guid>https://www.flourish.org/2003/03/post-55/</guid>
      <description>&lt;p&gt;The population of all the other countries I&amp;rsquo;ve been in during the last three months (Myanmar, Thailand, Cambodia and Vietnam) is about 200 million. The population of China is about 1250 million. If I took the perhaps reasonable attitude of spending time in a country proportional to the number of people who live there, then I&amp;rsquo;d have to spend the next year and a half here.&lt;/p&gt;&#xA;&lt;p&gt;When I got to the border town of Lao Cai, I had one day left on my visa so headed to Bac Ha to see some countryside Vietnam. This is the upcoming place (now Sapa is getting too self-contaminated by the tourists) to look at the beautiful mountain scenery and check out the ethnic minority hill tribes. Midweek, when I was there, it is completely empty, and I didn&amp;rsquo;t see another white person for a whole day until I found two on the bus back to Lao Cai. At the weekend there are colourful markets to which people come down from the hills, and some tour groups arrive to photograph people in their traditional costumes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Vietnam Impressions</title>
      <link>https://www.flourish.org/2003/03/post-56/</link>
      <pubDate>Tue, 04 Mar 2003 11:39:06 +0000</pubDate>
      <guid>https://www.flourish.org/2003/03/post-56/</guid>
      <description>&lt;p&gt;Last weekend, Nat took us further along the coast to Cam Pha just east of Halong bay. The area is where they mine coal, and it adjoins the beautiful Bai Tu Long bay which is just as fantastic as Halong. I predict that within a few years Lonely Planet will tell everyone to go there for the authentic experience and skip Halong, then in another ten years it will be completely touristy. We went up to a cave where the guide kept pointing out dubious animal shapes in the rock which Nat had to translate from Vietnamese. Bizarrely, at the end of the cave there was a big open area with a huge atmospheric bar and no doubt karaoke if you come at the right time. On the Sunday we went to another island in mid-development off Halong bay and saw a dolphin show. I haven&amp;rsquo;t seen dolphins before, and found them really amazing. I was surprised by their strength, and also impressed by the agility of sea lions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Expatriates, Prostitution and Gambling</title>
      <link>https://www.flourish.org/2003/03/post-57/</link>
      <pubDate>Mon, 03 Mar 2003 06:37:31 +0000</pubDate>
      <guid>https://www.flourish.org/2003/03/post-57/</guid>
      <description>&lt;p&gt;I spent the last two weekends with people from the expatriate community; first in Halong bay and then in Hanoi. Being an expat is pretty different from being a tourist. You are away for so long without the constant newness of travelling, so finding places with home comforts is more important. And western comforts are very much available in Hanoi, and in a form even in Halong.&lt;/p&gt;&#xA;&lt;p&gt;If you work in Vietnam and are on a European wage, then locally you&amp;rsquo;re very rich. For $30 a month you can employ a full time maid to do your cleaning and washing. The office by necessity employs cars with drivers to transport staff around, but they also get to use them in the evening and at weekends. No need for taxis or to buy a car.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Water Engineering</title>
      <link>https://www.flourish.org/2003/02/post-38/</link>
      <pubDate>Tue, 25 Feb 2003 15:48:38 +0000</pubDate>
      <guid>https://www.flourish.org/2003/02/post-38/</guid>
      <description>&lt;p&gt;Vietnam has been ravaged by first of all war and then the poverty of an undeveloped economy. Unlike Cambodia and Laos, or even Myanmar, it has managed to rebuild lots of infrastructure. The roads are universally excellent, with flat tarmac surfaces. Bridges are easily destroyed in war, but now there are many new ones, including a magnificent one that I went over in the Mekong Delta. I&amp;rsquo;ve seen maybe even a dozen new bridges being built in my short journey through Vietnam.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Quiet American Irony</title>
      <link>https://www.flourish.org/2003/02/post-39/</link>
      <pubDate>Fri, 21 Feb 2003 11:36:34 +0000</pubDate>
      <guid>https://www.flourish.org/2003/02/post-39/</guid>
      <description>&lt;p&gt;Me, mindlessly propogate links? I&amp;rsquo;m going to make an exception to the byline at the top of this page. It relates to both Vietnam (where I am at the moment) and to the impending Iraq war, so perhaps we can forgive me.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://news.pacificnews.org/news/view_article.html?article_id=07b46fefc15d4416d606bca1d8462d31&#34;&gt;&amp;lsquo;Quiet American&amp;rsquo; Irony article&lt;/a&gt;. &lt;em&gt;Seeing the film &amp;ldquo;The Quiet American&amp;rdquo; in Vietnam months before its long-delayed opening in the United States, PNS Associate Editor Andrew Lam finds a country where activists and artists risk government crackdown to promote freedom of expression. Back in America, though, self-censorship is rising as an anti-war masterpiece is draped and a poetry reading cancelled.&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Across the Demilitarised Zone</title>
      <link>https://www.flourish.org/2003/02/post-40/</link>
      <pubDate>Fri, 21 Feb 2003 11:23:53 +0000</pubDate>
      <guid>https://www.flourish.org/2003/02/post-40/</guid>
      <description>&lt;p&gt;Last week, I made my way into the old North Vietnam. I went on a tour of the old DMZ (Demilitarised Zone) which separated the North from the South, and across which the Vietnam war was fought. The trees are starting to grow back, and replacement houses in all the bombed towns have been largely rebuilt. Our guide was a child during the war, from a village near the border. He was moved several times when fighting came too close, ending up as a refugee far away in the South, separated from his parents.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tombs</title>
      <link>https://www.flourish.org/2003/02/post-41/</link>
      <pubDate>Fri, 14 Feb 2003 12:14:53 +0000</pubDate>
      <guid>https://www.flourish.org/2003/02/post-41/</guid>
      <description>&lt;p&gt;This afternoon I saw some amazing tombs, also from the Nguyen dynasty. One of them was also used as a hideaway by the king - not happy with the imperial palace, he has a second palace next to his tomb. The high taxes and forced labour to build it were so detested there was an attempted coup during the building.&lt;/p&gt;&#xA;&lt;p&gt;The tomb itself is magnificently landscaped, with a huge slab describing the kings life in his own words (in the old Chinese-like characters the Vietnamese used to use). He even says bad things on it about his reign, apparently! How someone, along with his society, can accumulate the power to build things like this is extraordinary, fascinating, and I believe quite wrong.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Proposition in the Imperial Palace</title>
      <link>https://www.flourish.org/2003/02/post-42/</link>
      <pubDate>Fri, 14 Feb 2003 10:56:08 +0000</pubDate>
      <guid>https://www.flourish.org/2003/02/post-42/</guid>
      <description>&lt;p&gt;Rain rain rain. Vietnam is meterologically mysterious. All the books say that when you pass through the strip of mountains just north of Dangang, the weather changes, and becomes pretty awful. I couldn&amp;rsquo;t quite believe them. Yesterday morning I was in tropical winter, beautiful, hot dry climate, giving you the feeling of no care in the world. Today I toured the ancient city of Hue in the rain. This is the same latitude as Yangon (Rangoon, in Myanmar), which instead is hot and tropical. So from now on it&amp;rsquo;s cold and wet, a good job spring is coming on, although there isn&amp;rsquo;t really such a thing as spring until a lot further north.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Vietnam Coast by Train</title>
      <link>https://www.flourish.org/2003/02/post-43/</link>
      <pubDate>Mon, 10 Feb 2003 11:42:58 +0000</pubDate>
      <guid>https://www.flourish.org/2003/02/post-43/</guid>
      <description>&lt;p&gt;The last few days I&amp;rsquo;ve been travelling up the coast of Vietnam by railway. It&amp;rsquo;s good to have a change from buses, boats and pick-up trucks. I haven&amp;rsquo;t been on a train since an early, and somewhat bad, experience in Myanmar. It&amp;rsquo;s 1726km along the iron road from Ho Chi Minh City to Hanoi, the whole journey taking 30 to 40 hours depending on how express the trains you get are.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Pho 2000 vs Burger King</title>
      <link>https://www.flourish.org/2003/02/post-44/</link>
      <pubDate>Thu, 06 Feb 2003 04:10:40 +0000</pubDate>
      <guid>https://www.flourish.org/2003/02/post-44/</guid>
      <description>&lt;p&gt;Time to talk about shopping. The nice thing about shopping is that it is easy for a tourist to make some kind of judgement about it. Shops are designed to be open, visitable, and for you to be able to find out about them. Also, coming from the consumerist culture that I do, even a bad shopper like me is very well trained. This makes it much easier than trying to analyse, say, the system of government.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cacooned by Ho Chi Minh City</title>
      <link>https://www.flourish.org/2003/02/post-45/</link>
      <pubDate>Tue, 04 Feb 2003 09:01:27 +0000</pubDate>
      <guid>https://www.flourish.org/2003/02/post-45/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been here for five and a half days now, and see no sign of leaving yet. I&amp;rsquo;m staying in a really good guesthouse, a bit away from the main backpacker area, and friendly and hospitable.&lt;/p&gt;&#xA;&lt;p&gt;My long visit is partly because you have to chill out during the Tet festival. That&amp;rsquo;s the Lunar New Year, which is the same as the Chinese New Year. For three days people go back to visit their family, so the city is relatively deserted, as recent migration patterns mean that more people in the city have families in the country than vice versa.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cambodia Highlights</title>
      <link>https://www.flourish.org/2003/01/post-30/</link>
      <pubDate>Sat, 25 Jan 2003 12:06:09 +0000</pubDate>
      <guid>https://www.flourish.org/2003/01/post-30/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m leaving Cambodia, catching the boat tomorrow afternoon to Chau Doc in Vietnam. Internet access probably won&amp;rsquo;t be as easy and cheap in the Mekong Delta (it&amp;rsquo;s only half a dollar an hour here, cheapest so far in SE Asia!), and I&amp;rsquo;d like to be away from computers to take things in, so I&amp;rsquo;ll probably disappear for a bit. Some final thoughts on Cambodia.&lt;/p&gt;&#xA;&lt;p&gt;Since Battambang, I&amp;rsquo;ve only been in Siem Reap and Phnom Penh. They&amp;rsquo;re both highly touristy, so I feel more hassled by people rather than befriended. In Battambang, I&amp;rsquo;d managed to learn the Khmer numbers, and was starting to learn phrases like &amp;ldquo;How much is it?&amp;rdquo; and &amp;ldquo;Where is the toilet?&amp;rdquo;. Khmer is much easier for me than Thai and Burmese, as it isn&amp;rsquo;t tonal at all. Since then it&amp;rsquo;s been much harder to get support with Khmer, so I gave up. In Siem Reap people would laugh at me if I even said &amp;ldquo;Thank you!&amp;rdquo; in Khmer - I guess the thousands of tourists jetting in to see Angkor Wat don&amp;rsquo;t bother to learn it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wrath of Conrad</title>
      <link>https://www.flourish.org/2003/01/post-31/</link>
      <pubDate>Thu, 23 Jan 2003 10:25:27 +0000</pubDate>
      <guid>https://www.flourish.org/2003/01/post-31/</guid>
      <description>&lt;p&gt;Gosh, this blog has been flamed in another blog. (Translation out of Internet jargon: Somebody else on the internet has read part of this online journal, and written a bilious reply on their journal). &lt;a href=&#34;http://www.gweilodiaries.com/archives/000471.html&#34;&gt;Head on over and join in the fun.&lt;/a&gt; I&amp;rsquo;ve posted a reply (defense!) at the bottom of their blog.&lt;/p&gt;</description>
    </item>
    <item>
      <title>English, World Language</title>
      <link>https://www.flourish.org/2003/01/post-32/</link>
      <pubDate>Tue, 21 Jan 2003 11:54:57 +0000</pubDate>
      <guid>https://www.flourish.org/2003/01/post-32/</guid>
      <description>&lt;p&gt;English really is a global second language. At least, in SE Asia, in every country it is the &lt;em&gt;lingua franca&lt;/em&gt;. It&amp;rsquo;s assumed that if you&amp;rsquo;re a tourist, actually if you&amp;rsquo;re white, then you&amp;rsquo;ll speak English. And fluently. If you&amp;rsquo;re a French or a German independent traveller then you really have no choice; learning even basic English is such good value that you&amp;rsquo;d be foolish not to.&lt;/p&gt;&#xA;&lt;p&gt;In Cambodia, the local people are desperate to learn the language. This wasn&amp;rsquo;t as obvious in Myanmar, but it was still the case. In Thailand the whole process is formalised as in France, so you don&amp;rsquo;t know that people are learning English, they&amp;rsquo;re kind of shy about it. It&amp;rsquo;s only that all people working in the tourist industry speak it which reveals the truth. In Cambodia on every street corner, on the steps of every ancient temple, in monastries, at the tables of exhibitions&amp;hellip; Everywhere, people are lurking to practice their English on you. &amp;ldquo;Where do you come from?&amp;rdquo; &amp;ldquo;How old are you?&amp;rdquo; &amp;ldquo;Are you married?&amp;rdquo; It&amp;rsquo;s their ticket to wealth, to knowledge.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Friendly Cambodia</title>
      <link>https://www.flourish.org/2003/01/post-33/</link>
      <pubDate>Sat, 18 Jan 2003 08:20:36 +0000</pubDate>
      <guid>https://www.flourish.org/2003/01/post-33/</guid>
      <description>&lt;p&gt;I arrived here in Cambodia on Tuesday, travelling overland from Thailand. Within eight hours of crossing the border, eight people or groups of people had made warm and friendly contact with me. This left me deeply moved, and in love with Cambodia. Completely different from Thailand where, as in Europe, everyone is too rich, too congested with people, and ignores you.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;A hassling, fluent English, border truck tout. OK, not the best start and not the most friendly of people, as he hassled and lied about having a pick-up to Battambang. However, he was friendly, and helped me across the border. When I then refused his father&amp;rsquo;s pick-up, which had no other passengers yet, he was helpful and found me another one. And he taught me the essential first two phrases of Khmer, &amp;ldquo;Hello!&amp;rdquo; and &amp;ldquo;Thank you!&amp;rdquo;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;People on the back of the first pickup truck. The most fun and cheapest, and if you don&amp;rsquo;t book the only, way to get from the Thai border town of Poipet to Battambang is on the back a pickup truck. They fill the thing to bursting, you never quite believe what small space, and precariously balanced cargo another will sit on. An old man sitting next to me held my knee in the kindest, warmest, most unconscious way possible, as he couldn&amp;rsquo;t reach part of the truck to hold onto. A very young boy fell asleep with his head on my lap. Innocent, friendly, spirited togetherness.&lt;/li&gt;&#xA;&lt;li&gt;People on the back of the second pickup truck (had to change truck at Sisophon). Three friendly smiley young women, an older guy with two children and two dogs, who tried chatting with me in English.&lt;/li&gt;&#xA;&lt;li&gt;Sombat (aka Bat) at the transport stop in Battambang. Fed up after the tout at the border, I was first of all rude to him, but he turned out to be a great moto driver and guide who took me out to surrounding sites for the next two days.&lt;/li&gt;&#xA;&lt;li&gt;NGO man in restaurant. He was sitting at the next table to me, working for an educational charity in the villages, and just started talking to me. He was Christian, and told me a bit about their work.&lt;/li&gt;&#xA;&lt;li&gt;Group of friends at the dessert stall. Cambodia has great fun night markets where you can buy food after 4pm, including Khmer dessert stalls. Sickly concoctions, of jelly or rice sweets with condensed milk, ice, or a strange almost potato-like fruit. More fun to eat than delicious. I sat a dark and candle lit stall. The young people who ran it and their friends, were chatty, jokey, and warm.&lt;/li&gt;&#xA;&lt;li&gt;Hotel staff playing cards outside. They invited me to join as I went in to go to bed, although I declined.&lt;/li&gt;&#xA;&lt;li&gt;Receptionist. Amusingly, after giving me my key, he then changed the television channels to show me which one was the (best?) local porn channel. This is some kind of level of service that I&amp;rsquo;m not used to!&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Since then I&amp;rsquo;ve been giving English lessons to Buddhist monks, having teenagers teach me to count, and being offered to join a group of people at the next table in a restaurant (Cambodian saying: &amp;ldquo;The more people at a meal, the tastier it is!&amp;rdquo;). On the country roads all the children wave to foreigners.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bangkok Public Transport</title>
      <link>https://www.flourish.org/2003/01/post-34/</link>
      <pubDate>Mon, 13 Jan 2003 05:40:55 +0000</pubDate>
      <guid>https://www.flourish.org/2003/01/post-34/</guid>
      <description>&lt;p&gt;Bangkok has some excellent public transport, at least great fun if you&amp;rsquo;re a tourist. There are several canals with super-fast water buses on them, you quickly leap on, pay them 5 baht (about 7 pence) and they zoom much faster than the jammed traffic. There are canvas shields which raise and lower along the side to reduce splashing, although you still get a bit wet with all the wakes it causes. Under some bridges they have to lower the entire roof, and the young lads clinging to the outside who collect your fare duck down.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Myanmar Impressions</title>
      <link>https://www.flourish.org/2003/01/post-35/</link>
      <pubDate>Thu, 09 Jan 2003 16:40:30 +0000</pubDate>
      <guid>https://www.flourish.org/2003/01/post-35/</guid>
      <description>&lt;p&gt;Before I forget them, I&amp;rsquo;m going to post some general impressions of Myanmar/Burma, since I spent the last month there. I spent most of the time being a proper tourist, so I don&amp;rsquo;t have any real insights into the political situation that you can&amp;rsquo;t get elsewhere. However, I did talk to an interesting Wa monk (from Shan &amp;ldquo;state&amp;rdquo;) in a monastry in Mandalay - I&amp;rsquo;ll post up some of the stuff he said another day.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bus to Bangkok</title>
      <link>https://www.flourish.org/2003/01/bus-to-bangkok/</link>
      <pubDate>Wed, 08 Jan 2003 15:58:39 +0000</pubDate>
      <guid>https://www.flourish.org/2003/01/bus-to-bangkok/</guid>
      <description>&lt;p&gt;Wow! I just had the most luxurious bus journey I could ever imagine. Sometimes people who like cars have a lack of imagination about how good public transport could potentially be these days. To inspire you, here are the highlights of todays trip:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The bus was due to leave Chang Rai in the far north of Thailand at 8am. It was ten minutes late leaving, the only flaw in the whole journey. It arrived at 7:30pm this evening (11.5 hrs later) in Bangkok. The journey is a distance of 785km, slightly shorter but roughly equivalent to travelling from Aberdeen to London.&lt;/li&gt;&#xA;&lt;li&gt;I travelled VIP class, at a cost of 700 Baht, about 14 US dollars or 10 pounds. Admittedly everything is a bit cheaper in Thailand, but even allowing for that, this seems excellent value (National express charge 35 pounds for the &lt;em&gt;economy&lt;/em&gt; class trip from Aberdeen to London, which curiously takes about the same amount of time).&lt;/li&gt;&#xA;&lt;li&gt;The coach had only three seats across, two on one side of the aisle, one on the other. There were only 24 seats in the whole coach, half the number of economy class seats that could have been squeezed in. I had lots of space and leg room, and I&amp;rsquo;m very tall.&lt;/li&gt;&#xA;&lt;li&gt;Not only was it air conditioned, but they gave you a blanket in case this made you cold. Or to huggle under to help you sleep.&lt;/li&gt;&#xA;&lt;li&gt;Like an airplane, refreshments were servered at your seat. At the start, a bottle of chilled water. In the morning, coffee and some excellent pastries. In the late afternoon a can of cool coke, and a refreshing perfumed napkin thing. We stopped for lunch (included in the price), which was rice and a Thai curry. Yum.&lt;/li&gt;&#xA;&lt;li&gt;There was a film in the afternoon. Admittedly it was a ludicrously silly Chinese movie for kids, about the God of Cooking who would use marshal arts maneuvers to slice vegetables, mix sauces and create excellent food, and compete with similarly talented rivals. Dubbed in Thai with no subtitles, so perhaps I just didn&amp;rsquo;t understand what was going on.&lt;/li&gt;&#xA;&lt;li&gt;Most importantly, there was a toilet at the back of the coach. This is a great luxury, not featured in even the most upmarket executive cars. Thai roads are very straight and very good quality, so the bus hardly had to turn a short corner, which meant the toilet was usable.&lt;/li&gt;&#xA;&lt;li&gt;You could walk round and read books and write and look at the scenary and sleep and think.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;If private cars were to be banned, the free market would make all journeys this good within months. Of course, in the new high tech economy these vehicles would also feature:&lt;/p&gt;</description>
    </item>
    <item>
      <title>January 6, 2003</title>
      <link>https://www.flourish.org/2003/01/post-37/</link>
      <pubDate>Mon, 06 Jan 2003 10:55:05 +0000</pubDate>
      <guid>https://www.flourish.org/2003/01/post-37/</guid>
      <description>&lt;p&gt;Hello, and Happy New Year! I&amp;rsquo;m in Chiang Rai, a town in northern Thailand. Phil and I came overland this morning from Kengtung, which is in Shan state to the east of Myanmar. Thailand is a civilised rest stop; with everything from English language bookshops and internet cafes, to Walls ice cream and first class bus transport. They even drive on the left to make me feel that extra bit at home. It really does feel like a European country, albeit with its own Asian culture, stumbled upon in SE Asia.&lt;/p&gt;</description>
    </item>
    <item>
      <title>December 7, 2002</title>
      <link>https://www.flourish.org/2002/12/post-27/</link>
      <pubDate>Sat, 07 Dec 2002 19:41:00 +0000</pubDate>
      <guid>https://www.flourish.org/2002/12/post-27/</guid>
      <description>&lt;p&gt;Right, I had synced my palm, checked for any recent changes on the FCO website, and put a vacation message on my email. This meant that technically I should have packed up the computer, but that would have meant losing my music&amp;hellip; So instead I played Ben&amp;rsquo;s open source game &lt;a href=&#34;http://movezig.sourceforge.net/&#34;&gt;Zig&lt;/a&gt; for half an hour.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve fitted everything in a small space in the loft, and I&amp;rsquo;ve packed my luggage. It&amp;rsquo;s actually much easier packing when you are packing up your whole room as well, as you have to evaluate every item for inclusion, so you don&amp;rsquo;t accidentally forget the maglite torch, for instance.&lt;/p&gt;</description>
    </item>
    <item>
      <title>December 6, 2002</title>
      <link>https://www.flourish.org/2002/12/post-28/</link>
      <pubDate>Fri, 06 Dec 2002 12:16:50 +0000</pubDate>
      <guid>https://www.flourish.org/2002/12/post-28/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve posted up information on my web site about how to contact me while I&amp;rsquo;m away, and where I&amp;rsquo;m going. To find it, follow the link &amp;ldquo;How to contact me, while I&amp;rsquo;m travelling&amp;rdquo; at the bottom of my &lt;a href=&#34;http://www.flourish.org&#34;&gt;home page&lt;/a&gt;. It&amp;rsquo;s marked with &lt;img src=&#34;https://www.flourish.org/new.gif&#34; alt=&#34;(new)&#34;&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>December 6, 2002</title>
      <link>https://www.flourish.org/2002/12/post-29/</link>
      <pubDate>Fri, 06 Dec 2002 02:22:38 +0000</pubDate>
      <guid>https://www.flourish.org/2002/12/post-29/</guid>
      <description>&lt;p&gt;Well, I&amp;rsquo;m having a busy week. As well as packing, buying things to pack, and working out how to pack up my room, more people than usual keep ringing me up and emailing me, to see me before I go. Today I started putting some of my things in the attic here. I&amp;rsquo;ll need a few more boxes, and it&amp;rsquo;s not clear how to get them in modern supermarkets (I&amp;rsquo;m feeling my age!).&lt;/p&gt;</description>
    </item>
    <item>
      <title>November 30, 2002</title>
      <link>https://www.flourish.org/2002/11/post-18/</link>
      <pubDate>Sat, 30 Nov 2002 18:46:32 +0000</pubDate>
      <guid>https://www.flourish.org/2002/11/post-18/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve finished my &lt;a href=&#34;https://www.flourish.org/ghana&#34;&gt;Ghana writeup&lt;/a&gt;, and you get privileged first showing. Let me know your comments, whether spelling mistakes, factual errors, or your thoughts and feelings about it.&lt;/p&gt;&#xA;&lt;p&gt;Special bonus bit that didn&amp;rsquo;t fit in anywhere on the page, another exclusive to this blog:&lt;/p&gt;&#xA;&lt;p&gt;In Ghana, we were a bit puzzled because whenever we introduced ourselves everyone would stumble over Stu-art and Gray-ham&amp;rsquo;s names, but when I said I was called Francis this was very exciting to them. Quite a few of our taxi drivers were called Francis as well, and it turns out to be a very popular name in Ghana.&lt;/p&gt;</description>
    </item>
    <item>
      <title>November 27, 2002</title>
      <link>https://www.flourish.org/2002/11/post-19/</link>
      <pubDate>Wed, 27 Nov 2002 11:34:19 +0000</pubDate>
      <guid>https://www.flourish.org/2002/11/post-19/</guid>
      <description>&lt;p&gt;This blog now features subscription! Follow the link above which says &amp;ldquo;Subscribe by email&amp;rdquo;, and join the Yahoo group there. You will then be emailed with the content of every new post that I make. Please try this out and let me know if it does or does not work for you.&lt;/p&gt;</description>
    </item>
    <item>
      <title>November 27, 2002</title>
      <link>https://www.flourish.org/2002/11/post-20/</link>
      <pubDate>Wed, 27 Nov 2002 01:32:36 +0000</pubDate>
      <guid>https://www.flourish.org/2002/11/post-20/</guid>
      <description>&lt;p&gt;I went to London on Tuesday to apply for my visa for Myanmar, and meet up with a couple of people. Today I&amp;rsquo;ve been working on my Ghana writeup, which is making some progress. I also took my analogue camera to the Oxfam shop, so I&amp;rsquo;m now totally digital. This evening I spent learning about neural networks with my friend Dave - I help him with the maths, and he helps me with the artificial intelligence. It&amp;rsquo;s a nice change studying something academic and new again, and I get dinner cooked for me as well!&lt;/p&gt;</description>
    </item>
    <item>
      <title>November 25, 2002</title>
      <link>https://www.flourish.org/2002/11/post-21/</link>
      <pubDate>Mon, 25 Nov 2002 10:16:57 +0000</pubDate>
      <guid>https://www.flourish.org/2002/11/post-21/</guid>
      <description>&lt;p&gt;To give you a flavour of my trip to Ghana, and to try out image posting, this is one of my photos. It&amp;rsquo;s taken out the back of Major&amp;rsquo;s truck, at a school in Wa where we stopped for an errand. The kids were so excited to see us, so I asked them if I could take a photograph.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.flourish.org/~blog/school-small.jpeg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>November 25, 2002</title>
      <link>https://www.flourish.org/2002/11/post-22/</link>
      <pubDate>Mon, 25 Nov 2002 01:29:55 +0000</pubDate>
      <guid>https://www.flourish.org/2002/11/post-22/</guid>
      <description>&lt;p&gt;The least laid plans escalate the easiest.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m going to go to Maynamar (Burma) with my friend Phil, and I&amp;rsquo;m leaving in two weeks time. Just going there as a tourist is ethically controversial - see &lt;a href=&#34;http://www.tourismconcern.org.uk/campaigns/campaigns_burma.htm&#34;&gt;Tourism Concern&lt;/a&gt; and &lt;a href=&#34;http://www.lonelyplanet.com/destinations/south_east_asia/myanmar/&#34;&gt;Lonely Planet&lt;/a&gt; for both sides of the story. I have been persuaded that it is OK to go for two main reasons:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://www.dassk.com/&#34;&gt;Aung San Suu Kyi&lt;/a&gt;, the charasmatic pro-democracy leader, told tourists not to go to Myanmar a few years ago. However, other members of her party the NLD have said that they think travel there is good, as it opens up communications lines with the outside world.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Nowdays you can travel in Myanmar, but spend very little money at government-owned places.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Since deciding to go, my plans have escalated somewhat. First I decided that whilst I&amp;rsquo;m in the area, I may as well go to Vietnam as well. By that point I was planning to go for two months, so I figured I may as well give up my room here in Cambridge, leaving myself free to travel for longer if I&amp;rsquo;m enjoying myself. I&amp;rsquo;d like to make it to China.&lt;/p&gt;</description>
    </item>
    <item>
      <title>November 21, 2002</title>
      <link>https://www.flourish.org/2002/11/post-23/</link>
      <pubDate>Thu, 21 Nov 2002 11:51:14 +0000</pubDate>
      <guid>https://www.flourish.org/2002/11/post-23/</guid>
      <description>&lt;p&gt;Been busy this week catching up with things. Done some work on the &lt;a href=&#34;http://www.think-twice.org.uk&#34;&gt;Think Twice&lt;/a&gt; conference website. You can now find transcripts of the talks from the last conference.&lt;/p&gt;&#xA;&lt;p&gt;On Monday I made a CD with a Windows installer for Mozilla on and a local copy of the &lt;a href=&#34;https://www.flourish.org/oxfam&#34;&gt;Cambridge Oxfam Group&lt;/a&gt; website. Chris, one of the group members, is taking on the website from me. Actually, I stopped updating the site, and when you give things up, if they are important other people do come along to take them on. On Monday evening I showed him how to use Mozilla composer, so now he can update the site. Hopefully he&amp;rsquo;ll become adventurous and put a bit more imagination into it than I have!&lt;/p&gt;</description>
    </item>
    <item>
      <title>November 17, 2002</title>
      <link>https://www.flourish.org/2002/11/post-24/</link>
      <pubDate>Sun, 17 Nov 2002 20:54:03 +0000</pubDate>
      <guid>https://www.flourish.org/2002/11/post-24/</guid>
      <description>&lt;p&gt;Pete, the excellent Half-head challenge chief poobah and bean counter, has finally got to the end of working out how much money we made in September by shaving our heads in half down the middle.&lt;/p&gt;&#xA;&lt;p&gt;Pete says&amp;hellip; &amp;ldquo;&lt;em&gt;In the end, we raised a rather large £1333.73 to split between the Big Issue Foundation and Jimmy&amp;rsquo;s NightShelter, so sincere thanks to everyone who either sponsored myself, Guy,Francis or Pete, or donated online, or donated on the day, or generally helped out with any of the organising bits and pieces. Even better - after Gift Aid (which allows the charities involved to recoup from the government 28.5% of money donated if the person donating the money gave their permission), the total rockets up to over £1600! Excellent stuff!&lt;/em&gt;&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>November 15, 2002</title>
      <link>https://www.flourish.org/2002/11/post-25/</link>
      <pubDate>Fri, 15 Nov 2002 13:22:28 +0000</pubDate>
      <guid>https://www.flourish.org/2002/11/post-25/</guid>
      <description>&lt;p&gt;Hello! I&amp;rsquo;m in a cool, chilled internet cafe in Accra (capital of Ghana) at the moment, catching up on the news from the BBC website. It&amp;rsquo;s the end of the trip, and I don&amp;rsquo;t feel too physically exhausted, mainly because we&amp;rsquo;ve managed to get plenty of sleep. I&amp;rsquo;m sipping Mirinda, a fizzy backcurrant drink.&lt;/p&gt;&#xA;&lt;p&gt;Even though phyiscally I&amp;rsquo;m not too tired, mentally I&amp;rsquo;m exhausted. We&amp;rsquo;ve travelled all over Ghana, from the colonial slave forts on the coast, to the remote village of Funsi in the Upper West Region, and back. My digital camera is bursting with over 200 photos, and my mind is full of lots of new things. If I can work out how to organise it all I&amp;rsquo;ll write a separate trip account next week&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>November 1, 2002</title>
      <link>https://www.flourish.org/2002/11/post-26/</link>
      <pubDate>Fri, 01 Nov 2002 17:55:27 +0000</pubDate>
      <guid>https://www.flourish.org/2002/11/post-26/</guid>
      <description>&lt;p&gt;Well, I&amp;rsquo;ve spent all week in a mild state of packing stress, but I&amp;rsquo;m pretty sure I&amp;rsquo;ve got everything now, and it&amp;rsquo;s all packed. It&amp;rsquo;s noticeable that the only things I&amp;rsquo;ve got which I like were recommended to me by someone. So in return&amp;hellip;&lt;/p&gt;&#xA;&lt;p&gt;Some items that I would recommend: Travel towel (they&amp;rsquo;re much smaller, and seem really good), Teva sandals (Terra Firma, recommended to me by Ben, thanks Ben!), shaving oil (it rules, a tiny bottle lasts forever, and I think it&amp;rsquo;s a nicer shave than overly-visible, but underly-useful foam).&lt;/p&gt;</description>
    </item>
    <item>
      <title>October 30, 2002</title>
      <link>https://www.flourish.org/2002/10/post-10/</link>
      <pubDate>Wed, 30 Oct 2002 02:10:55 +0000</pubDate>
      <guid>https://www.flourish.org/2002/10/post-10/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been away round the UK visiting friends and family last week and the start of this, and have just got back. This evening I met up with Stuart and Graham in London for a planning meeting on Ghana. We leave early Saturday morning.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve read all the instructions on my digital camera (thanks everyone from Creature Labs for giving it to me!), have a spare set of batteries, so perhaps I can upload some pictures here from Accra, or else I&amp;rsquo;ll do a proper write-up afterwards.&lt;/p&gt;</description>
    </item>
    <item>
      <title>October 16, 2002</title>
      <link>https://www.flourish.org/2002/10/post-11/</link>
      <pubDate>Wed, 16 Oct 2002 10:45:51 +0000</pubDate>
      <guid>https://www.flourish.org/2002/10/post-11/</guid>
      <description>&lt;p&gt;Last Wednesday I went to visit &lt;a href=&#34;http://www.microrobotics.co.uk/&#34;&gt;Microrobotics&lt;/a&gt; as part of my research into co-operative businesses. This one being particularly relevant to me as it is high tech. Their website describes it as &amp;ldquo;employee-owned&amp;rdquo;, which is accurate, although there is lots of interesting history to this. Karl kindly explained it to me, and there are some much more gritty lessons than I got from the &lt;a href=&#34;http://www.colc.co.uk/cambridge/ccda/&#34;&gt;CCDA&lt;/a&gt; the week before.&lt;/p&gt;&#xA;&lt;p&gt;A summary and some interesting things:&lt;/p&gt;</description>
    </item>
    <item>
      <title>October 9, 2002</title>
      <link>https://www.flourish.org/2002/10/post-12/</link>
      <pubDate>Wed, 09 Oct 2002 17:06:06 +0000</pubDate>
      <guid>https://www.flourish.org/2002/10/post-12/</guid>
      <description>&lt;p&gt;Last night the &lt;a href=&#34;http://www.think-twice.org.uk&#34;&gt;Think Twice&lt;/a&gt; nameservers and DNS transferred from &lt;a href=&#34;http://www.easily.co.uk&#34;&gt;Easily&lt;/a&gt; (where it was inelegantly forwarding to part of some Demon webpages) to a new account at &lt;a href=&#34;http://www.pepperfish.net&#34;&gt;Pepperfish&lt;/a&gt;. This means we can have mailing lists and things, when Daniel sorts them out (thanks Daniel!). Pepperfish rules.&lt;/p&gt;&#xA;&lt;p&gt;Think Twice was a really good conference this year, and I recommend you go if you&amp;rsquo;re in Cambridge next spring. OK, even if you&amp;rsquo;re not. Mark was busily making some flyers for fresher&amp;rsquo;s fair this week. The conference date is Saturday 22 March 2003, and it&amp;rsquo;s on the general topic of social justice. What that actually means is that it&amp;rsquo;s about social &lt;em&gt;injustice&lt;/em&gt;, and more importantly about what anyone can do about it. Rather than just whinging.&lt;/p&gt;</description>
    </item>
    <item>
      <title>October 6, 2002</title>
      <link>https://www.flourish.org/2002/10/post-13/</link>
      <pubDate>Sun, 06 Oct 2002 12:43:12 +0000</pubDate>
      <guid>https://www.flourish.org/2002/10/post-13/</guid>
      <description>&lt;p&gt;OK, I&amp;rsquo;ve decided not to write up my visit to &lt;a href=&#34;http://www.windhorsetrading.co.uk/&#34;&gt;Windhorse Trading&lt;/a&gt; as I don&amp;rsquo;t have enough of a journalistic angle on it, and the trail has gone cold. It&amp;rsquo;s a &lt;a href=&#34;http://www.fwbo.org&#34;&gt;Buddhist&lt;/a&gt; warehouse business on the outskirts of Cambridge which I had a tour of a couple of weeks ago.&lt;/p&gt;&#xA;&lt;p&gt;I am interested in it because it is a different form of ethical business. The ethics here comes direct from religious need and experience; in many ways the place is more of a monastry than part of the capitalist system. There are no laws to the ethics of Windhorse, instead they have belief which informs the taking of right-action in the world.&lt;/p&gt;</description>
    </item>
    <item>
      <title>October 4, 2002</title>
      <link>https://www.flourish.org/2002/10/post-14/</link>
      <pubDate>Fri, 04 Oct 2002 22:10:24 +0000</pubDate>
      <guid>https://www.flourish.org/2002/10/post-14/</guid>
      <description>&lt;p&gt;This week I did some more work at &lt;a href=&#34;http://www.ravenbrook.com&#34;&gt;Ravenbrook&lt;/a&gt;, and I&amp;rsquo;m doing more next week. On the shelves there (or perhaps it was &lt;a href=&#34;http://www.zoonami.com&#34;&gt;Zoonami&lt;/a&gt;&amp;rsquo;s, who they share an office with) I found an excellent book called &lt;a href=&#34;http://www.josseybass.com/cda/product/0,,0471350265%7Cdesc%7C2510,00.html&#34;&gt;Creative Company&lt;/a&gt; by Andy Law, about an advertising agency in London which turned into a co-operative, equally owned by everyone who works there.&lt;/p&gt;&#xA;&lt;p&gt;On Wednesday, Mark organised a planning meeting for next year&amp;rsquo;s &lt;a href=&#34;http://www.think-twice.org.uk&#34;&gt;Think Twice&lt;/a&gt; conference. Last year&amp;rsquo;s conference had excellent speakers, and was a brilliant day. However, Mark would like the next one to turn more people into action, to actually assert their democratic power. Rather than just whinging.&lt;/p&gt;</description>
    </item>
    <item>
      <title>October 2, 2002</title>
      <link>https://www.flourish.org/2002/10/post-15/</link>
      <pubDate>Wed, 02 Oct 2002 12:18:05 +0000</pubDate>
      <guid>https://www.flourish.org/2002/10/post-15/</guid>
      <description>&lt;p&gt;Yesterday I impulsively decided to go to Ghana with my friend Stuart. He used to work there about six years ago, for &lt;a href=&#34;http://www.wycliffe.org.uk/&#34;&gt;Wycliffe&lt;/a&gt; the bible translating missionaries. He&amp;rsquo;s going back for a ceremony to dedicate the completion of the definition of written language for the village that he was in.&lt;/p&gt;&#xA;&lt;p&gt;I don&amp;rsquo;t approve of bible translation, because I don&amp;rsquo;t believe in God or Christianity. However, it&amp;rsquo;s a great opportunity to see another world, to see Africa, to visit remote and materially poor villages, and meet some people working in development. With a guide who is a good friend and knows the area.&lt;/p&gt;</description>
    </item>
    <item>
      <title>October 2, 2002</title>
      <link>https://www.flourish.org/2002/10/post-16/</link>
      <pubDate>Wed, 02 Oct 2002 12:13:38 +0000</pubDate>
      <guid>https://www.flourish.org/2002/10/post-16/</guid>
      <description>&lt;p&gt;Today I showed Sheila at the Harambee Centre how to turn a Word document into a sensible email questionnaire. We just went for copy and paste from Word into an HTML email, then asking people to reply and fill in their answers.&lt;/p&gt;&#xA;&lt;p&gt;Outlook 2000 has a nice feature that if you type within a reply to an email beyond the end of lines of the replied-to message, then it marks your text with your name and a special colour. This makes it much easier to read the responses!&lt;/p&gt;</description>
    </item>
    <item>
      <title>October 1, 2002</title>
      <link>https://www.flourish.org/2002/10/post-17/</link>
      <pubDate>Tue, 01 Oct 2002 23:55:22 +0000</pubDate>
      <guid>https://www.flourish.org/2002/10/post-17/</guid>
      <description>&lt;p&gt;Went to the &lt;a href=&#34;http://www.colc.co.uk/cambridge/ccda/&#34;&gt;Cambridge Co-operative Development Agency&lt;/a&gt; (CCDA) today and had a good long chat with Adrian Ashton there.&lt;/p&gt;&#xA;&lt;p&gt;I am investigating the possibility of persuading someone to start their new software-related business as a co-operative, rather than a more normally structured sort of company limited by guarantee. But that&amp;rsquo;s just an excuse, as I want to know about it myself anyway. Maybe I will start an open source charity consultancy, and then I&amp;rsquo;ll need to know.&lt;/p&gt;</description>
    </item>
    <item>
      <title>September 27, 2002</title>
      <link>https://www.flourish.org/2002/09/post-1/</link>
      <pubDate>Fri, 27 Sep 2002 12:13:01 +0000</pubDate>
      <guid>https://www.flourish.org/2002/09/post-1/</guid>
      <description>&lt;p&gt;Oh yes, and the &lt;a href=&#34;http://www.harambeecentre.org.uk/&#34;&gt;new domain name&lt;/a&gt; has propagated but there is nothing there yet.&lt;/p&gt;</description>
    </item>
    <item>
      <title>September 27, 2002</title>
      <link>https://www.flourish.org/2002/09/post-2/</link>
      <pubDate>Fri, 27 Sep 2002 12:12:33 +0000</pubDate>
      <guid>https://www.flourish.org/2002/09/post-2/</guid>
      <description>&lt;p&gt;Had a really good day at the Harambee centre. Wayne arrived just before 11am with the new computer, and quickly and consummately set it up. &lt;a href=&#34;http://www.crimsontechnology.com&#34;&gt;Crimson Technology&lt;/a&gt; provides proper service. He moved the old computer, set up the new one, installed printer drivers for the printer, and even put in a network card that i had bought along. You try and get Dell to do that.&lt;/p&gt;&#xA;&lt;p&gt;A little before he left, Phil arrived, and then we spent all afternoon setting up the network between the two machines, with internet connection sharing. I say &amp;ldquo;we&amp;rdquo;, but I mainly made tea, wallpaper and looked up Swahili names for the computers. They&amp;rsquo;re called Hujambo (&amp;ldquo;Are you fine?&amp;rdquo;) and Sijambo (&amp;ldquo;I&amp;rsquo;m fine!&amp;rdquo;). Harambee means &amp;ldquo;Let&amp;rsquo;s pull together!&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>September 26, 2002</title>
      <link>https://www.flourish.org/2002/09/post-3/</link>
      <pubDate>Thu, 26 Sep 2002 10:29:58 +0000</pubDate>
      <guid>https://www.flourish.org/2002/09/post-3/</guid>
      <description>&lt;p&gt;Last Thursday I went to an introductory meeting about &lt;a href=&#34;http://www.rc.org&#34;&gt;Re-evaluation Counseling&lt;/a&gt; (RC), also known as Co-counseling.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s a curious thing. The core is that you sit down with some one, and listen to them talk for 45 minutes. You don&amp;rsquo;t add anything to the conversation, just nod, be interested, engage, but certainly not ask questions or tell your own story. Then you swap over and they listen to you for 45 minutes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>September 26, 2002</title>
      <link>https://www.flourish.org/2002/09/post-4/</link>
      <pubDate>Thu, 26 Sep 2002 10:12:16 +0000</pubDate>
      <guid>https://www.flourish.org/2002/09/post-4/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s a strange sort of loneliness living your life as a free agent. I&amp;rsquo;m use to some social interaction at the club that is &lt;a href=&#34;http://www.creaturelabs.com&#34;&gt;Creature Labs&lt;/a&gt; in amongst writing and coding. Yesterday afternoon I went for a run to stop myself going to sleep. If I was working from home for an extended period I&amp;rsquo;d have to create a system of hour-long afternoon or late lunch time activities to sustain all my needs.&lt;/p&gt;</description>
    </item>
    <item>
      <title>September 24, 2002</title>
      <link>https://www.flourish.org/2002/09/post-5/</link>
      <pubDate>Tue, 24 Sep 2002 19:37:10 +0000</pubDate>
      <guid>https://www.flourish.org/2002/09/post-5/</guid>
      <description>&lt;p&gt;Happy Tuesday. This afternoon I went into the Harambee centre again. Talked to Sheila there about the &lt;a href=&#34;http://www.dfid.gov.uk&#34;&gt;DFID&lt;/a&gt; research project, and I&amp;rsquo;m going to help her next week with sending out an email questionnaire. You&amp;rsquo;d be amazed at how hard it is deciding what format to send a questionnaire in. We decided against emailing Word documents in the end because it&amp;rsquo;s easier to just hit reply to a text email.&lt;/p&gt;&#xA;&lt;p&gt;Also updated the virus checker, and had another go with incremental CD backup. The CD software didn&amp;rsquo;t work quite how I expected - it claims to have appended files to the CD, but they don&amp;rsquo;t appear. Needs more work. Finally, we registered a domain name! harambeecentre.org.uk&lt;/p&gt;</description>
    </item>
    <item>
      <title>September 23, 2002</title>
      <link>https://www.flourish.org/2002/09/post-6/</link>
      <pubDate>Mon, 23 Sep 2002 17:35:26 +0000</pubDate>
      <guid>https://www.flourish.org/2002/09/post-6/</guid>
      <description>&lt;p&gt;OK, that&amp;rsquo;s enough blogging for today, I&amp;rsquo;m off to Tesco. I&amp;rsquo;ll tell you about the weekend and other things from last week on Wednesday when I&amp;rsquo;ll have nothing else to say.&lt;/p&gt;</description>
    </item>
    <item>
      <title>September 23, 2002</title>
      <link>https://www.flourish.org/2002/09/post-7/</link>
      <pubDate>Mon, 23 Sep 2002 17:33:04 +0000</pubDate>
      <guid>https://www.flourish.org/2002/09/post-7/</guid>
      <description>&lt;p&gt;After having been half shaved my hair is definitely back up to furry length now. It was prickly to start with, but when the gap between the hairs becomes smaller than the length of the hairs, it suddenly feels like a cat.&lt;/p&gt;&#xA;&lt;p&gt;Thanks to everyone who made a donation for Jimmy&amp;rsquo;s Nightshelter / The Big Issue Foundation. It was a fun experience, and much appreciated. Pete, I think my halfhead email signature got you one extra donation today from an old employee.&lt;/p&gt;</description>
    </item>
    <item>
      <title>September 23, 2002</title>
      <link>https://www.flourish.org/2002/09/post-8/</link>
      <pubDate>Mon, 23 Sep 2002 17:23:03 +0000</pubDate>
      <guid>https://www.flourish.org/2002/09/post-8/</guid>
      <description>&lt;p&gt;Recently I&amp;rsquo;ve been trying to help out the &lt;a href=&#34;http://www.harambee.dial.pipex.com/&#34;&gt;Harambee Centre&lt;/a&gt; with their computers. They&amp;rsquo;re a development education resource centre in Cambridge, which basically means they help teach children about international development. This ranges from being a library of lesson plans and resources, to organising events at schools.&lt;/p&gt;&#xA;&lt;p&gt;Last Monday afternoon (when I should have been writing about Buddhist warehouses) we ordered a new computer from &lt;a href=&#34;http://www.crimsontechnology.com/&#34;&gt;Crimson Technology&lt;/a&gt;, Wayne&amp;rsquo;s company. He&amp;rsquo;s delivering it on Thursday. It&amp;rsquo;s paid for by a grant from the City Council. It seems almost accepted that computers are disposable and you have to get a new one every three years.&lt;/p&gt;</description>
    </item>
    <item>
      <title>September 23, 2002</title>
      <link>https://www.flourish.org/2002/09/post-9/</link>
      <pubDate>Mon, 23 Sep 2002 17:07:03 +0000</pubDate>
      <guid>https://www.flourish.org/2002/09/post-9/</guid>
      <description>&lt;p&gt;Hello. I meant to begin last week, but got myself in a tangle deciding what a blog is and isn&amp;rsquo;t. &lt;a href=&#34;http://www.frimlin.com/blog/&#34;&gt;Frimlin&lt;/a&gt; just told me to post anyway, so here I am.&lt;/p&gt;&#xA;&lt;p&gt;Last week was my first week after finishing work at &lt;a href=&#34;http://www.creaturelabs.com&#34;&gt;Creature Labs&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;On Monday I went to visit Windhorse Trading, a warehousing business on the outskirst of Cambridge entirely staffed by Buddhists. It was an interesting place, I took notes and I&amp;rsquo;m going to write it up. I&amp;rsquo;m just not sure what form to write about it in. It might be a suitable &lt;a href=&#34;http://www.kuro5hin.org&#34;&gt;K5&lt;/a&gt; article, perhaps an entry in this blog, or a web page of my writeup. Journalism without a goal is hard.&lt;/p&gt;</description>
    </item>
    <item>
      <title>About</title>
      <link>https://www.flourish.org/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.flourish.org/about/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m Francis Irving, a computer programmer and activist. Read my &lt;a href=&#34;https://en.wikipedia.org/wiki/Francis_Irving&#34;&gt;biography&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Please get in touch by email &lt;a href=&#34;mailto:francis@flourish.org&#34;&gt;francis@flourish.org&lt;/a&gt;, or message me via &lt;a href=&#34;https://bsky.app/profile/flourish.org&#34;&gt;Bluesky&lt;/a&gt; or&#xA;&lt;a href=&#34;https://mastodon.social/@frabcus&#34;&gt;Mastodon&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Search</title>
      <link>https://www.flourish.org/search/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.flourish.org/search/</guid>
      <description></description>
    </item>
  </channel>
</rss>
