<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>A Donkey on the Edge</title>
    <link rel="alternate" type="text/html" href="http://donkeyontheedge.com/" />
    <link rel="self" type="application/atom+xml" href="http://donkeyontheedge.com/atom.xml" />
    <id>tag:donkeyontheedge.com,2011-02-04://22</id>
    <updated>2012-04-15T21:31:35Z</updated>
    <subtitle>The contents of Dug&apos;s head, in no particular order.</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 5.13-en</generator>

<entry>
    <title>Easter holiday fun</title>
    <link rel="alternate" type="text/html" href="http://donkeyontheedge.com/2012/04/easter-holiday-fun.html" />
    <id>tag:donkeyontheedge.com,2012://22.11173</id>

    <published>2012-04-15T09:44:45Z</published>
    <updated>2012-04-15T21:31:35Z</updated>

    <summary>Building MT5 on iPad2 Well, I&apos;ve been trying to get this to work for ages (yes, utterly pointless I know) but the screengrab below is from an iPad 2 running Movable Type 5. If you&apos;ve built MT before you&apos;ll know...</summary>
    <author>
        <name>Dug Falby</name>
        <uri>http://goodlookslikethis.com</uri>
    </author>
    
    <category term="ipad" label="iPad" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="movabletype" label="movable type" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="movabletype" label="movabletype" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="mt5" label="mt5" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="sharepoint" label="Sharepoint" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://donkeyontheedge.com/">
        <![CDATA[<h2>Building <span class="caps">MT5 </span>on iPad2</h2>

<p>Well, I've been trying to get this to work for ages (yes, utterly pointless I know) but the screengrab below is from an iPad 2 running <a href="http://movabletype.org">Movable Type 5</a>. If you've built MT before you'll know this is a happy screen:-) </p>

<p>The box is built with <a href="http://www.lighttpd.net/">lightty</a> as the web server, <a href="http://www.sqlite.org/">sqlite</a> as the driven database and <a href="http://coredev.nl/cydia/dists/iphone/main/binary-iphoneos-arm/">Cydia Perl p5</a> </p>

<p><a href="http://donkeyontheedge.com/assets_c/2012/04/installationMT5-700.html" onclick="window.open('http://donkeyontheedge.com/assets_c/2012/04/installationMT5-700.html','popup','width=1024,height=768,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://donkeyontheedge.com/assets_c/2012/04/installationMT5-thumb-580x435-700.png" width="580" height="435" alt="installationMT5.png" class="mt-image-none" style="" /></a></p>

<p>So far the only thing I haven't been able to work out is how to map "choose file" httpd post file uploads to the iPad "choose file from Air Sharing, Keynote etc." so all the "choose file" functions don't work. Not surprisingly there's not a lot of Google-searchable content on the topic... </p>

<p>Will keep looking:-)</p>

<h2>Metro <span class="caps">UI,</span> Sharepoint, iPad etc</h2>

<p>As part of my thinking about tablet-based experiences, I've been playing with the <a href="http://en.wikipedia.org/wiki/Metro_(design_language)">Metro UI</a> at work. </p>

<p>It's a really interesting project whereby a design framework is influencing the culture of a major technology company and bringing the UI of its software products into a really interesting space. The Metro project is still relatively young but it is sufficiently mature for enterprise product and software people to begin thinking about how the framework might help them connect all their stuff. </p>

<p>Over Easter I put a skin together as an experiment to show what a hypothetical enterprise Sharepoint web <span class="caps">CMS </span>installation might look like on iPad using the Metro visual language as a way to tie the different channel experiences together:</p>

<p><a href="http://donkeyontheedge.com/assets_c/2012/04/MT5_iPad2_MetroUI-703.html" onclick="window.open('http://donkeyontheedge.com/assets_c/2012/04/MT5_iPad2_MetroUI-703.html','popup','width=1024,height=768,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://donkeyontheedge.com/assets_c/2012/04/MT5_iPad2_MetroUI-thumb-580x435-703.png" width="580" height="435" alt="MT5_iPad2_MetroUI.png" class="mt-image-none" style="" /></a></p>

<p>Sharepoint has many more features than Movable Type but there are enough cross-overs to make this experiment interesting. Here are the primary UI tweaks to date for any curious <span class="caps">MT5 </span>people out there:</p>

<ul>
<li>Break "scope" nav object into two separate components 1) a drop-down list to set operating context and 2) a large &lt;h1&gt; title to give you strong situational awareness (this last item feels like a big improvement on stock <span class="caps">MT5</span> UI</li>
<li>Move "create new" menu items into a Metro-style "app bar" or "Charms bar" (haven't decided which to go with yet). These are nice as they become contextual the bar icons update based on application context</li>
<li>Move top-bar universal links (view site, search, rebuild) to this same app bar</li>
<li>Kill left-hand-nav and reload as a horizontal-scroll experience across the top of the main editing area. This isn't working yet but I've grabbed the jQuery from <a href="http://naghsheh.info/Pivot/Pivot.htm">jqMetro</a> which works well and looks great on the iPad</li>
<li>Use the Metro "back" arrow to provide a universal hook back to the "user dashboard" - kind of a "hyperspace" button for when you get confused</li>
<li>Serve the Segoe UI font in the <span class="caps">CSS</span></li>
</ul>

<p>One the the interesting user experience bits I've come across as I hacked the <span class="caps">CMS </span>templates was the behavior of the main left-hand-nav elements. </p>

<p>When I started pulling the 6A UI apart, one of my first worries was how was I going to handle the secondary nav items in the main left-hand-nav (things like "new", "manage" etc). What I found was that almost all of these links were un-necessary and most functions were accessible by hitting the left-hand-nav primary items ("tags", "comments", "members" etc). I say almost because I did find a few dead-ends but most were covered by either the publishing context drop-down or in-page links.</p>

<p>Mostly still broken and lots still to do but a fun holiday project:-)</p>]]>
        
    </content>
</entry>

<entry>
    <title>European standard EN1176</title>
    <link rel="alternate" type="text/html" href="http://donkeyontheedge.com/2012/04/european-standard-en1176.html" />
    <id>tag:donkeyontheedge.com,2012://22.11172</id>

    <published>2012-04-01T23:50:08Z</published>
    <updated>2012-04-02T01:10:13Z</updated>

    <summary> &quot;Look at me Dad, I can run up the slide&quot;. Well done, Hal! nice moves:-) I can&apos;t remember the last time I was in a park with the kids. Mostly it seems we&apos;re dropping off or picking up from...</summary>
    <author>
        <name>Dug Falby</name>
        <uri>http://goodlookslikethis.com</uri>
    </author>
    
    <category term="ae" label="A&amp;E" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="accidentemergency" label="accident &amp; emergency" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="barnetgeneral" label="Barnet General" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="en1176" label="en1176" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="firstaid" label="first aid" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="haldane" label="Haldane" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://donkeyontheedge.com/">
        <![CDATA[<p><a href="http://donkeyontheedge.com/assets_c/2012/04/Hal_neck_brace-697.html" onclick="window.open('http://donkeyontheedge.com/assets_c/2012/04/Hal_neck_brace-697.html','popup','width=2592,height=1936,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://donkeyontheedge.com/assets_c/2012/04/Hal_neck_brace-thumb-580x433-697.jpg" width="580" height="433" alt="Hal at Barn Gen A&amp;E" class="mt-image-none" style="" /></a></p>

<p>"Look at me Dad, I can run up the slide". Well done, Hal! nice moves:-) I can't remember the last time I was in a park with the kids. Mostly it seems we're dropping off or picking up from viola practice or Enjoyaball, it's so rare to just be killing time, goofing around on the zip-wire, climbing the tension frame...</p>

<p>Today was pretty sucky from the get-go, I'd been trying to squeeze in a few productive hours of work for a few days now but with Nicki away, the time just seemed to get eaten-up by one thing or another. Today was time to bite the bullet and get the presentation Powerpoint done. Park the kids in front of movies / Playstation and knuckle down to sorting things out. Yeah right... anyway by late afternoon I was feeling so guilty I piled them off the park.</p>

<p>We had a lovely walk around Oakfield Park. The sun was not yet setting but the light was fantastic, the weeping willows dipping their branches in the brook and the air smelling reasonably fresh. All in all a  good walk around the park with Clem getting a view of her future school up on a hill in the distance (how did she know this and why didn't I?).</p>

<p>Hal wanted to play in the park so ran ahead and pretty soon I'm sitting in the grass with Hal on the zip-wire and Clem on the climbing frame.</p>

<p>I remember following Clem on the climbing frame when she was younger. I wanted her to explore, and climb and throw herself into it. When she was three she could climb right to the top of the wooden bars in the gym, she was fearless and we spent ages larking round the various North London climbing frames.</p>

<p>But I used to do this dance. Every time she'd head towards an opening, an area with no railings I'd (as discretely as possible) position myself to either block the gap or catch her if she fell. Of course she never did. Most of her playground traumas came from over-egging the push on the swings (but that's another story).</p>

<p>I did the same with Hal as well on the few occasions I've taken him to the park but for some reason today felt different, I had two, confident, sure-footed big kids. I let Hal walk the long way round to the park entrance (keeping an eye on him from a distance) and then both of them got a good old stretch after a day of being cooped up.</p>

<p>Hal pitched forwards from the top of the climbing frame. He fell head-first, his forehead connecting squarely with the ground and his body collapsing on top of him, snapping his head back and folding his back. An eight-foot vertical drop, landing directly on his skull...</p>

<p>When I got to him he was in shock. He couldn't breath, he was looking terrified and making a grunting, rasping sound as he tried to get his lungs to work.</p>

<p>He was conscious and mobile so I scooped him up and put him on his side to relax his breathing. At that point what do you do? I got ready to start blowing into his mouth but I was worried about his neck. Luckily he started crying and screaming which was a relief. I had this terrible moment of trying to decide what to do, weighing the possible outcomes, the possible damages. With a violent head trauma you've got a clock running, shock sets in, inflammation, vomiting, things get bad very quickly and permanent damage is a very real possibility.</p>

<p>But moving him has it's own risks, what to do? I was kneeling on the floor, phone in one hand about to dial 999 when I remembered an incident in this same park the previous year. It took the better part of 45 minutes for the ambulance guys to make it to the victim and the better part of an hour before she was moved.</p>

<p>I was looking at the little guy thinking I didn't want to lose him. He was conscious, he could move his feet and squeeze my hands. He had rolled over and started to get up on his own.</p>

<p>I guess I just took a decision. Given a choice of paralysis or the damage from trauma and internal bleeding I decided to carry him back to the car, strap him in as carefully as I could manage and get him to <span class="caps">A&amp;E </span>as quickly as possible.</p>

<p>I'm guessing I'll be hearing from Barnet council about the very large number of red lights I converted to stop signs today but we quickly had the little guy in resuscitation (Clem wanted to take a picture of him when we got there but I thought that was too weird. The shot above is after the x-rays confirmed his spine was intact and the restraints where just about to come off). In the end, the doctors did all the checks and observations but the deciding factor had to be the floor surface. An hour into the <span class="caps">A&amp;E </span>session Hal had gone from screaming and crying to lecturing anyone who would listen on the correct pronunciation of maul (as in "Darth Maul"). You cannot imagine how incredible a feeling it was to hear that Maul is not pronounced "mow-re"...</p>

<p>He's upstairs now. I've checked on him a few times now and he's still breathing. </p>

<p>Bloody hell.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Copyright isn&apos;t dead just because we&apos;re not willing to let it regulate us</title>
    <link rel="alternate" type="text/html" href="http://donkeyontheedge.com/2012/03/copyright-isnt-dead-just-because-were-not-willing-to-let-it-regulate-us.html" />
    <id>tag:donkeyontheedge.com,2012://22.11171</id>

    <published>2012-03-24T11:47:39Z</published>
    <updated>2012-03-24T11:56:23Z</updated>

    <summary>Love this from @doctorow in theguardian ...the tautological legitimacy of success: &quot;You are an upstanding firm because you got rich, therefore the way you got rich must be upstanding.&quot; And yes, this is a little embarrassing having two Doctorow posts...</summary>
    <author>
        <name>Dug Falby</name>
        <uri>http://goodlookslikethis.com</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://donkeyontheedge.com/">
        <![CDATA[<p>Love this from <a href="http://twitter.com/doctorow">@doctorow</a> in <a href="http://www.guardian.co.uk/technology/2012/mar/23/copyright-regulate-us?newsfeed=true">theguardian</a></p>

<blockquote><p>...the tautological legitimacy of success: "You are an upstanding firm because you got rich, therefore the way you got rich must be upstanding."</p></blockquote>

<p>And yes, this <strong>is</strong> a little embarrassing having two Doctorow posts in a row. What can I say, the guy is prolific and his content majorly resonates OK;-)</p>]]>
        
    </content>
</entry>

<entry>
    <title>The Doctorow Aberration</title>
    <link rel="alternate" type="text/html" href="http://donkeyontheedge.com/2012/03/the-doctorow-aberrration.html" />
    <id>tag:donkeyontheedge.com,2012://22.11170</id>

    <published>2012-03-15T23:06:12Z</published>
    <updated>2012-03-15T23:22:00Z</updated>

    <summary>Not a Ludlum novel in my case but the remarkable effect of one retweet by mr @doctorrow. Looks like a 7-point hike in a day....</summary>
    <author>
        <name>Dug Falby</name>
        <uri>http://goodlookslikethis.com</uri>
    </author>
    
    <category term="klout" label="klout" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="social" label="social" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="twitter" label="twitter" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://donkeyontheedge.com/">
        <![CDATA[<p>Not a Ludlum novel in my case but the remarkable effect of one retweet by mr <a href="http://twitter.com/doctorow">@doctorrow</a>. Looks like a 7-point hike in a day.</p>

<p><a href="http://donkeyontheedge.com/assets_c/2012/03/coryklout-694.html" onclick="window.open('http://donkeyontheedge.com/assets_c/2012/03/coryklout-694.html','popup','width=632,height=224,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://donkeyontheedge.com/assets_c/2012/03/coryklout-thumb-580x205-694.png" width="580" height="205" alt="coryklout.png" class="mt-image-none" style="" /></a></p>]]>
        
    </content>
</entry>

<entry>
    <title>11 March 1934</title>
    <link rel="alternate" type="text/html" href="http://donkeyontheedge.com/2012/03/11-march-1934.html" />
    <id>tag:donkeyontheedge.com,2012://22.11169</id>

    <published>2012-03-11T02:02:02Z</published>
    <updated>2012-03-11T02:19:09Z</updated>

    <summary> The more time passes, the more I want to recall on an emotional level the memories and dreams and things I fell in love with over many years. I wanted to remember Ruth on her birthday with a tiny...</summary>
    <author>
        <name>Dug Falby</name>
        <uri>http://goodlookslikethis.com</uri>
    </author>
    
    <category term="ruth" label="ruth" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://donkeyontheedge.com/">
        <![CDATA[<p><iframe width="580" height="325" src="http://www.youtube.com/embed/EBnbYDDB9KE?rel=0" frameborder="0" allowfullscreen></iframe></p>

<p>The more time passes, the more I want to recall on an emotional level the memories and dreams and things I fell in love with over many years. I wanted to remember <a href="http://www.flickr.com/photos/bozo/sets/72157623381777119/">Ruth</a> on her birthday with a tiny fragment of a passion I've had since as far back as I can remember. This is Eddie Lawson on the <a href="http://www.moriwaki.co.jp/global/about/04_01.html">Moriwaki</a> <span class="caps">R1100J </span>at Daytona.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Kiva</title>
    <link rel="alternate" type="text/html" href="http://donkeyontheedge.com/2012/03/kiva.html" />
    <id>tag:donkeyontheedge.com,2012://22.11168</id>

    <published>2012-03-08T15:45:59Z</published>
    <updated>2012-03-08T16:05:45Z</updated>

    <summary>So it&apos;s #IWD today and I&apos;ve just received an email from Kiva. I&apos;ve been sending spare cash their way and investing in smallholders. The link at the bottom is designed to attract new investors. This is a process that makes...</summary>
    <author>
        <name>Dug Falby</name>
        <uri>http://goodlookslikethis.com</uri>
    </author>
    
    <category term="equality" label="equality" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="humanrights" label="humanrights" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="iwd" label="iwd" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="women" label="women" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://donkeyontheedge.com/">
        <![CDATA[<p>So it's #IWD today and I've just received an email from Kiva. I've been sending spare cash their way and investing in smallholders. The link at the bottom is designed to attract new investors. This is a process that makes sense and you should at least take a look</p>

<ul>
<li>Over 1 billion people live in extreme poverty - 75% are women and girls.</li>
<li>76 million primary school-age children are not in school - 60% are girls.</li>
<li>There are 876 million illiterate adults in the developing world - over 65% are women.</li>
<li>Women produce half the world's food, but own only 1% of the world's farmland.</li>
</ul>

<p>So go <a href="http://www.kiva.org/women">invest in a woman</a> </p>]]>
        
    </content>
</entry>

<entry>
    <title>4 O&apos;clock boost</title>
    <link rel="alternate" type="text/html" href="http://donkeyontheedge.com/2012/02/flatwhite.html" />
    <id>tag:donkeyontheedge.com,2012://22.11167</id>

    <published>2012-02-24T15:40:28Z</published>
    <updated>2012-02-24T15:43:45Z</updated>

    <summary> Thank you Flat White...</summary>
    <author>
        <name>Dug Falby</name>
        <uri>http://goodlookslikethis.com</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://donkeyontheedge.com/">
        <![CDATA[<p><a href="http://donkeyontheedge.com/assets_c/2012/02/flatwhite-691.html" onclick="window.open('http://donkeyontheedge.com/assets_c/2012/02/flatwhite-691.html','popup','width=2592,height=1936,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://donkeyontheedge.com/assets_c/2012/02/flatwhite-thumb-580x433-691.jpg" width="580" height="433" alt="flatwhite.jpg" class="mt-image-none" style="" /></a></p>

<p>Thank you <a href="http://flatwhitecafe.com">Flat White</a></p>]]>
        
    </content>
</entry>

<entry>
    <title>Fun with Lego</title>
    <link rel="alternate" type="text/html" href="http://donkeyontheedge.com/2012/02/fun-with-lego.html" />
    <id>tag:donkeyontheedge.com,2012://22.11166</id>

    <published>2012-02-18T15:19:23Z</published>
    <updated>2012-02-18T16:23:40Z</updated>

    <summary> Hal keeps getting given these Lego sets. Most recently, he&apos;s had a Pirates of the Caribbean thing with a mill-wheel and a bell tower (set 4183-1) and before that it was Mandalorian fighters (set 7914-1) and the Space Shuttle...</summary>
    <author>
        <name>Dug Falby</name>
        <uri>http://goodlookslikethis.com</uri>
    </author>
    
    <category term="family" label="family" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="fun" label="fun" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="kids" label="kids" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="lego" label="lego" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="toys" label="toys" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://donkeyontheedge.com/">
        <![CDATA[<p><a href="http://www.flickr.com/photos/bozo/6896601469/"><img alt="F-22 Raptor" src="http://donkeyontheedge.com/i/f22.png" width="580" height="280" class="mt-image-none" style="border:none;" /></a></p>

<p>Hal keeps getting given these Lego sets. Most recently, he's had a Pirates of the Caribbean thing with a mill-wheel and a bell tower (set <a href="http://www.brickset.com/detail/?Set=4183-1">4183-1</a>) and before that it was Mandalorian fighters (set <a href="http://www.brickset.com/detail/?Set=7914-1">7914-1</a>) and the Space Shuttle (set <a href="http://www.brickset.com/detail/?Set=3367-1">3367-1</a>) as well as a bunch of others I can't locate. </p>

<p>I pretty much build these as Hal wants the finished product in a hurry but what tends to happen is that he goes for it and pretty soon the toy breaks. Of course it's Lego, so it's not <em>breaking</em> as such, it's supposed to come apart after all...</p>

<p>Recently, after spending a good hour assembling the pirates set I decided that the thing to do would be to glue the parts with super-glue. Not the whole assembly, but those groups of parts that moved or were hinged in some way (the Shuttle's bay doors only stayed attached to the mother ship for a few minutes under heavy playing). </p>

<p>So, I read up on the Lego forums to find out what the best glue was and did anyone have any techniques for glueing with a light touch to prevent destroying the bricks. I can't imagine I'm the only dad out there who has had this idea so I was really surprised to read the <a href="http://messageboards.lego.com/en-US/showpost.aspx?PostID=1000440077">near universal condemnation</a> of glue in Lego assembly...</p>

<p>So in the end I gave up on the glue and this morning I was playing with Hal and we smashed up the Space Shuttle and I put this F-22 Raptor together. <span class="caps">OK, </span>so it looks nothing like a raptor and it's missing its nose cone among other things but it was really fun to do.</p>

<p>I just never tire of the way a couple of bricks can suggest a familiar profile, a familiar shape:-)</p>

<p>The other kind of interesting thing was that in trying to get the two jet engines as close as possible, I made the main body lift area (the bit between the two turbines) with an odd number of rows. Normally my models are symmetrical but in this instance I had to have a central, single-row brick running down the middle. For some reason this made progress way more difficult. The cockpit glass comes from a dinosaur set and was four rows wide so to fit the nose cone (or make a gap where the nose-cone would go) I had to use flat pieces with uneven numbers of rows on top and bottom (I think they were claws from another animal, with two rows on the bottom but a single, centred row on the top)</p>

<p>So yeah, so do you glue your Lego?</p>]]>
        
    </content>
</entry>

<entry>
    <title>Sois jeune et tais toi</title>
    <link rel="alternate" type="text/html" href="http://donkeyontheedge.com/2012/02/68.html" />
    <id>tag:donkeyontheedge.com,2012://22.11156</id>

    <published>2012-02-03T17:43:32Z</published>
    <updated>2012-02-03T18:08:35Z</updated>

    <summary> Had company drinks last night and met a nice man from France. I was explaining how my family moved to paris in 1968 and it turns out he was six years old at the time of the summer événements....</summary>
    <author>
        <name>Dug Falby</name>
        <uri>http://goodlookslikethis.com</uri>
    </author>
    
    <category term="demonstation" label="demonstation" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="mai68" label="mai 68" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="manif" label="manif" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="paris" label="paris" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://donkeyontheedge.com/">
        <![CDATA[<p><a href="http://donkeyontheedge.com/assets_c/2012/02/soisjeune-662.html" onclick="window.open('http://donkeyontheedge.com/assets_c/2012/02/soisjeune-662.html','popup','width=1104,height=1214,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://donkeyontheedge.com/assets_c/2012/02/soisjeune-thumb-580x637-662.jpg" width="580" height="637" alt="Sois jeune et tais-toi" class="mt-image-none" style="" /></a></p>

<p>Had company drinks last night and met a nice man from France. I was explaining how my family moved to paris in 1968 and it turns out he was six years old at the time of the summer <a href="http://fr.wikipedia.org/wiki/Mai_68">événements</a>. My family lived in the quiet western suburb of Vaucresson, 10 kilometres from Notre-Dame and as a five-year old trying to get to grips with a new school, a  new language and new friends I let the events pass without noticing.</p>

<p>Turns out this guy lived in the Quartier Latin and had barricades on his doorstep! He remembers the sights and smells to this day. The confusion, overturned Renault Dauphines, benches and bins piled high, paving stones pried up for use as projectiles. One of his most vivid memories is students turning the Luxembourg Gardens into open-air debating chambers...</p>

<p>Anyhow, always loved this print, the silhouette in the background doing the censorship is of course the Général de Gaulle who was running the country at the time.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Al Green on 125th Street</title>
    <link rel="alternate" type="text/html" href="http://donkeyontheedge.com/2012/01/President-in-Harlem.html" />
    <id>tag:donkeyontheedge.com,2012://22.11153</id>

    <published>2012-01-22T12:57:01Z</published>
    <updated>2012-04-02T01:03:33Z</updated>

    <summary> OK, call me a lefty ideologue who laps up whatever nonsense the Democrats put out but I&apos;ve been watching the Romney v. Gingritch thing and I just don&apos;t understand how these massively un-presidential types think they have more to...</summary>
    <author>
        <name>Dug Falby</name>
        <uri>http://goodlookslikethis.com</uri>
    </author>
    
    <category term="politics" label="politics" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="potus" label="POTUS" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="video" label="video" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://donkeyontheedge.com/">
        <![CDATA[<p><iframe width="580" height="393" src="http://www.youtube.com/embed/7xbVNIWR9UA" frameborder="0" allowfullscreen></iframe></p>

<p><span class="caps">OK, </span>call me a lefty ideologue who laps up whatever nonsense the Democrats put out but I've been watching the Romney v. Gingritch thing and I just don't understand how these massively un-presidential types think they have more to offer than President Obama? True, Gingritch played to the "authenticity" megatrend by speaking his mind about his ex-wife's <span class="caps">ABC </span>appearance and it's probably this same megatrend that caused South Carolina Republicans to down-grade Romney for his evasiveness around his taxes. But that doesn't make him White House material, not by a mile.</p>

<p>But the point of this post is that I was wondering why this video of <a href="http://youtu.be/7xbVNIWR9UA">President Obama signing Al Green</a> didn't make more of a splash? The President of the United States of America, in the Apollo Theatre on 125th street. The President, in Manhattan, in Harlem, amongst friends, face to face with the Reverend Al Green and singing?!? In tune!?! It was <span class="caps">AWESOME</span>! Just made me feel great to see this:-)</p>]]>
        
    </content>
</entry>

<entry>
    <title>11:11:11:2011</title>
    <link rel="alternate" type="text/html" href="http://donkeyontheedge.com/2011/11/fred.html" />
    <id>tag:donkeyontheedge.com,2011://22.11152</id>

    <published>2011-11-11T11:11:11Z</published>
    <updated>2011-11-13T10:43:28Z</updated>

    <summary> This is Fred&apos;s letter to Polly, his mum. It was written on the eve of the May 8, 1915 offensive and signed with the words I&apos;m going to do my duty gladly. Fred survived both the offensive and the...</summary>
    <author>
        <name>Dug Falby</name>
        <uri>http://goodlookslikethis.com</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://donkeyontheedge.com/">
        <![CDATA[<p><a href="http://donkeyontheedge.com/assets_c/2011/11/fred-to-polly-655.html" onclick="window.open('http://donkeyontheedge.com/assets_c/2011/11/fred-to-polly-655.html','popup','width=694,height=692,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://donkeyontheedge.com/assets_c/2011/11/fred-to-polly-thumb-580x578-655.jpg" width="580" height="578" alt="A letter from Frederick Charles Falby to his mother, Polly Anne. Dated May 7, 1915" class="mt-image-none" style="" /></a></p>

<p>This is Fred's letter to Polly, his mum. It was written on the eve of the May 8, 1915 offensive and signed with the words <em>I'm going to do my duty gladly</em>. Fred survived both the offensive and the war and the regimental padre kept the letters, unopened.</p>

<p>In the note, Fred mentions a papal blessing. He may be referring to Pope Benedict <span class="caps">XV'</span>s <a href="http://www.vatican.va/holy_father/benedict_xv/apost_exhortations/documents/hf_ben-xv_exh_19150728_fummo-chiamati_it.html">Allorché fummo chiamati</a> which was issued on 28 July 1915.</p>]]>
        
    </content>
</entry>

<entry>
    <title>For Clem and Hal who need to get on their decks</title>
    <link rel="alternate" type="text/html" href="http://donkeyontheedge.com/2011/08/longboarding-juanrayos.html" />
    <id>tag:donkeyontheedge.com,2011://22.11150</id>

    <published>2011-08-23T16:24:02Z</published>
    <updated>2011-08-23T16:27:25Z</updated>

    <summary> Just love this. I&apos;m counting the days til I get my apex 37 so I can go practise sliding (and no doubt seriously injure myself)....</summary>
    <author>
        <name>Dug Falby</name>
        <uri>http://goodlookslikethis.com</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://donkeyontheedge.com/">
        <![CDATA[<p><iframe src="http://player.vimeo.com/video/24195442?title=0&amp;byline=0&amp;portrait=0" width="580" height="326" frameborder="0"></iframe></p>

<p>Just love this. I'm counting the days til I get my <a href="http://www.originalskateboards.com/longboards/apex-longboard">apex 37</a> so I can go practise sliding (and no doubt seriously injure myself).</p>]]>
        
    </content>
</entry>

<entry>
    <title>Patent absurdity</title>
    <link rel="alternate" type="text/html" href="http://donkeyontheedge.com/2011/08/patent-absurdity.html" />
    <id>tag:donkeyontheedge.com,2011://22.11149</id>

    <published>2011-08-21T21:35:26Z</published>
    <updated>2011-08-21T21:54:01Z</updated>

    <summary> I feel like I spend a lot of time explaining why not having a commons of arts and sciences is a bad thing that we should try an avoid. I bang on about Sony Bono and Mickey Mouse and...</summary>
    <author>
        <name>Dug Falby</name>
        <uri>http://goodlookslikethis.com</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://donkeyontheedge.com/">
        <![CDATA[<p><iframe src="http://player.vimeo.com/video/11206098?title=0&amp;byline=0&amp;portrait=0" width="580" height="326" frameborder="0"></iframe></p>

<p>I feel like I spend a lot of time explaining why not having a commons of arts and sciences is a bad thing that we should try an avoid. I bang on about <a href="http://en.wikipedia.org/wiki/Copyright_Term_Extension_Act">Sony Bono and Mickey Mouse</a> and the great <a href="http://store.doverpublications.com/0486236951.html#productdescription">Dover books that helped crafters and artists</a> in the 70s and I feel like I just can't frame the argument in a sufficiently compelling way. </p>

<p>I've just recently come across a couple of wonderful items. One, the <a href="http://vimeo.com/11206098">short film</a> embedded above. The other, a Guardian article penned by Richard Stallman in 2005. <a href="http://www.guardian.co.uk/technology/2005/jun/20/comment.comment">He uses Victor Hugo to explain</a> how patenting processes can be dangerous:</p>

<blockquote><p>Here's one example of a hypothetical literary patent:</p>

<p>Claim 1: a communication process that represents, in the mind of a reader, the concept of a character who has been in jail for a long time and becomes bitter towards society and humankind.</p>

<p>Claim 2: a communication process according to claim 1, wherein said character subsequently finds moral redemption through the kindness of another.</p>

<p>Claim 3: a communication process according to claims 1 and 2, wherein said character changes his name during the story.</p>

<p>If such a patent had existed in 1862 when Les Misérables was published, the novel would have infringed all three claims - all these things happened to Jean Valjean in the novel. Hugo could have been sued, and would have lost. The novel could have been prohibited - in effect, censored - by the patent holder.</p></blockquote>

<p>I went to see Stallman talk at the <span class="caps">LSE </span>in 2005 (he was clearly motoring around Europe in anticipation of the vote in the European parliament) and it was like a light-bulb moment. If you get a chance I highly recommend catching one of his talks.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Dear Lovefilm, please fix your VOD proposition.</title>
    <link rel="alternate" type="text/html" href="http://donkeyontheedge.com/2011/07/lovefilmpropositionfail.html" />
    <id>tag:donkeyontheedge.com,2011://22.11148</id>

    <published>2011-07-16T12:37:09Z</published>
    <updated>2011-07-17T11:12:32Z</updated>

    <summary>Dear Lovefilm, thanks for taking the time to compose such a thorough response explaining what you are doing with your customer proposition. Netflix is on my media center, why aren&apos;t you? Unfortunately, you haven&apos;t addressed the core of my question...</summary>
    <author>
        <name>Dug Falby</name>
        <uri>http://goodlookslikethis.com</uri>
    </author>
    
    <category term="bigcopyright" label="Big Copyright" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="lovefilm" label="lovefilm" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="netflix" label="netflix" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="premium" label="premium" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="vod" label="vod" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://donkeyontheedge.com/">
        <![CDATA[<p>Dear Lovefilm, thanks for taking the time to compose such a thorough response explaining what you are doing with your customer proposition.</p>

<p><a href="http://donkeyontheedge.com/assets_c/2011/07/boxee-netflix-647.html" onclick="window.open('http://donkeyontheedge.com/assets_c/2011/07/boxee-netflix-647.html','popup','width=800,height=377,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://donkeyontheedge.com/assets_c/2011/07/boxee-netflix-thumb-580x273-647.png" width="580" height="273" alt="Netflix on the Boxee media centre" class="mt-image-none" style="" /></a>
<small><em>Netflix is on my media center, why aren't you?</em></small></p>

<p>Unfortunately, you haven't addressed the core of my question which was to do with the commercial background to your customer experience design. My point is, the way you've approached this you are simply spreading ill will and damaging what is really quite a nice brand.</p>

<p><b>Lovefilm was built on a great service experience that trumped the video rental store by not relying on trickery, customer inertia and subterfuge to generate revenue.</b></p>

<p>Not only was Lovefilm a fairer and more transparent offer (and therefore more likely to engage the customer in the longer term) but the range extended far beyond what Blockbuster could hope to stock. You guys were basically, a 5-star service with a market-leading customer proposition.</p>

<p>So why make a mess of your online offer?</p>

<p>You need to stop explaining how content owners set pricing and new releases cost more and mensch up a bit and design an offer that shields the customer from the greed and foul-play of Big Copyright. The video-on-demand offer needs to give the same ubiquitous access to content the Disk-to-home service does and needs to avoid becoming a 'two tier' experience. </p>

<p>Some suggestions:</p>

<ul>
<li>Lose the multiple price points. The more price points you have the more you feel desperate like a cheap hotel that charges for wi-fi</li>
<li>Offer Lovefilm at a single price-point: say £10.75/month gets you unlimited streaming access to the entire film library</li>
<li>Avoid using the word "package". Packages are all about making life easier and more profitable for distributors and not about getting the customer a better experience. Lovefilm shouldn't be like one of those satellite television brands that forces people to buy 300 channels they don't want just so they can see the football</li>
<li>Lovefilm could be a quality proposition that has "members" and membership gets you into the club (and what a club, where else can I get Russ Meyer, Godard and Die Hard 4 delivered to my door at a moment's notice?)</li>
</ul>

<p>If you absolutely can't monetise without premiumising new releases, then distribute them through a completely different channel ("Amazon Hot Stuff" or something) so it doesn't dilute the Lovefilm proposition.</p>

<p>From a brand-building point of view, I really hope your research shows that for film-lovers, media quality and the range of the library trump newness in the long run. The movie industry just doesn't release enough good blockbusters to sustain a genuinely high-quality "all new, all of the time" proposition and after all, your logo says it all: "Love Film". </p>

<p>Thanks for your support and please do keep up this fantastic service. </p>]]>
        
    </content>
</entry>

<entry>
    <title>Versailles part deux...</title>
    <link rel="alternate" type="text/html" href="http://donkeyontheedge.com/2011/07/versailles-part-deux.html" />
    <id>tag:donkeyontheedge.com,2011://22.11147</id>

    <published>2011-07-01T06:58:11Z</published>
    <updated>2011-07-01T07:28:54Z</updated>

    <summary>OK so just a quickie as I take in Today on R4... I haven&apos;t read the story on the NYT site yet but by the sound of it, the maid who accused DSK of rape collected a bunch of cash...</summary>
    <author>
        <name>Dug Falby</name>
        <uri>http://goodlookslikethis.com</uri>
    </author>
    
    <category term="christinelagarde" label="Christine Lagarde" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="dominiquestrausskahn" label="Dominique Strauss-Kahn" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="imf" label="IMF" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="newyorktimes" label="New York Times" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="nyt" label="NYT" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://donkeyontheedge.com/">
        <![CDATA[<p>OK so just a quickie as I take in Today on <span class="caps">R4...</span></p>

<p>I haven't read <a href="http://www.nytimes.com/2011/07/01/nyregion/strauss-kahn-case-seen-as-in-jeopardy.html">the story on the <span class="caps">NYT </span>site</a> yet but by the sound of it, the maid who accused <span class="caps">DSK </span>of rape collected a bunch of cash payments from some hoods doing time in a New York jail.</p>

<p>So I get it that a hotel maid on minimum wage benefits from some extra cash. But...</p>

<ul>
<li>What benefit did the small-time crims get from the sting operation?</li>
<li>How did a bunch of dealers know to pick <span class="caps">DSK </span>or indeed what hotel he'd be staying at?</li>
<li>If the crims had no motive for the sting, who did?</li>
</ul>

<p>If was Agatha Christie I'd have to say Christine Lagarde looked like a good candidate:-)</p>

<p>Talk about intrigue...</p>]]>
        
    </content>
</entry>

</feed>

