<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Perfect Path</title>
	<atom:link href="http://perfectpath.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://perfectpath.co.uk</link>
	<description>I&#039;m the founder of the Tuttle Club and fascinated by organisation.  I enjoy making social art and building communities, if you&#039;d like some help from me feel free to e-mail me: Lloyd dot Davis at Gmail dot Com or call +44 (0)79191 82825</description>
	<lastBuildDate>Wed, 19 Jun 2013 03:56:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='perfectpath.co.uk' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Perfect Path</title>
		<link>http://perfectpath.co.uk</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://perfectpath.co.uk/osd.xml" title="Perfect Path" />
	<atom:link rel='hub' href='http://perfectpath.co.uk/?pushpress=hub'/>
		<item>
		<title>Importing old posterous blogs to stand-alone wordpress</title>
		<link>http://perfectpath.co.uk/2013/06/17/importing-old-posterous-blogs-to-stand-alone-wordpress/</link>
		<comments>http://perfectpath.co.uk/2013/06/17/importing-old-posterous-blogs-to-stand-alone-wordpress/#comments</comments>
		<pubDate>Mon, 17 Jun 2013 19:17:53 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://perfectpath.wordpress.com/?p=2033</guid>
		<description><![CDATA[I have downloaded a number of my posterous blogs and they&#8217;ve been sitting there looking at me. I also made a resolution recently to get as much of my stuff together under lloyddavis.co.uk. That meant some faffing with domain registrations, hosting and DNS but I finally got that sorted out last week. I made a [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2033&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p class="pConcord">I have downloaded a number of my posterous blogs and they&#8217;ve been sitting there looking at me.  I also made a resolution recently to get as much of my stuff together under lloyddavis.co.uk.  That meant some faffing with domain registrations, hosting and DNS but I finally got that sorted out last week.</p>
<p class="pConcord">I made a couple of false starts with the posterous archives.  I foolishly thought that because they said they were wordpress export files, that they&#8217;d just be straightforward to import.  Well no. Quelle surprise!  The wordpress importer doesn&#8217;t like them at all and the posterous import plugins I tried made a mess too.</p>
<p class="pConcord">The most obvious thing first of all was that everything came through in the &#8220;Uncategorized&#8221; category.  I went round in circles with this one, but in the end came up with the following recipe. </p>
<p class="pConcord">This example uses the tuttle consulting blog, note that I use Ubuntu, it&#8217;s probably much easier to load the file into a text editor and do fancy search and replace stuff, but especially after I spent the weekend at barcamp, I was in the mood for command line shenanigans&#8230;</p>
<ul class="ulConcord">
<li class="liConcord liLevel3" style="list-style-type:none;">Extract the export file and shorten it&#8217;s name for typing convenience.  I called mine <b>tce.xml</b> (because it was the <b>t</b>uttle <b>c</b>onsulting <b>e</b>xport)</li>
<li class="liConcord liLevel3" style="list-style-type:none;">[please excuse my hacking, there's sure to be a more elegant way of doing the same thing - do let me know if it's obvious to you.]</li>
<li class="liConcord liLevel3" style="list-style-type:none;">run <b>sed &#8216;s/&gt;\t/&gt;\n\t/g&#8217; tce.xml &gt; tce1.xml</b> to insert a newline between all closing brackets followed by a tab otherwise it&#8217;s just all one line and grep doesn&#8217;t do anything.</li>
<li class="liConcord liLevel3" style="list-style-type:none;">run <b>grep -v Uncategorized tce1.xml &gt; tce2.xml</b> to strip out the lines tagging posts as Uncategorized</li>
<li class="liConcord liLevel3" style="list-style-type:none;">run <b>cat tce2.xml | tr -d &#8216;\n&#8217; &gt; tce3.xml</b> to remove the newlines because the importer didn&#8217;t seem to like them
</li>
<li class="liConcord liLevel3" style="list-style-type:none;">if you don&#8217;t already have one sign up for a wordpress.com account, we&#8217;re going to use that to import and export in a friendly format.</li>
<li class="liConcord liLevel3" style="list-style-type:none;">create a new wordpress.com blog tcposterous.wordpress.com</li>
<li class="liConcord liLevel3" style="list-style-type:none;">create a new &#8220;tuttle-consulting&#8221; category and set it as the default for new posts</li>
<li class="liConcord liLevel3" style="list-style-type:none;">realise that not all posts were written by me, I think the fix for this is to note all of the post authors names (they&#8217;re in a dc:creator tag in the xml file) and then create them as users on the blog.</li>
<li class="liConcord liLevel3" style="list-style-type:none;">ask the wordpress.com importer to do it&#8217;s magic</li>
<li class="liConcord liLevel3" style="list-style-type:none;">wait while wordpress.com did the import (for this file it was a minute or so, but larger files do take longer)</li>
<li class="liConcord liLevel3" style="list-style-type:none;">export from wordpress.com</li>
<li class="liConcord liLevel3" style="list-style-type:none;">import this file to my own wordpress on lloyddavis.co.uk</li>
<li class="liConcord liLevel3" style="list-style-type:none;">stand back to admire your work</li>
<li class="liConcord liLevel3" style="list-style-type:none;">Outstanding Issues</li>
<ul class="ulConcord">
<li class="liConcord liLevel5" style="list-style-type:none;">commenters&#8217; names weren&#8217;t exported properly in the first place.  They are in the html files, but somehow didn&#8217;t get converted in the export file&#8230; this needs some work before the bigger ones get done.</li>
<li class="liConcord liLevel5" style="list-style-type:none;">there are a few coding glitches &#8211; tags as &lt;&gt; etc</li>
<li class="liConcord liLevel5" style="list-style-type:none;">an audioboo which I&#8217;d attached to one post didn&#8217;t turn up.  I said yes to downloading attachments but I&#8217;m not sure what that&#8217;s actually doing</li>
<li class="liConcord liLevel5" style="list-style-type:none;">one post with a photo from flickr came through alright (ie links back to flickr), but one didn&#8217;t there&#8217;s a copy in the archive and that&#8217;s now been uploaded to my server.  I presume this is to do with how they were embedded in the first place.</li>
</ul>
<li class="liConcord liLevel3" style="list-style-type:none;">No guarantees or warranties, YMMV etc.  All suggestions for improvement gratefully accepted.</li>
<li class="liConcord liLevel3" style="list-style-type:none;"></li>
</ul>
<p class="pConcord">
<p class="pConcord">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/2033/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/2033/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2033&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/06/17/importing-old-posterous-blogs-to-stand-alone-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
		<item>
		<title>Barcamp Berkshire day 2 thought &amp; link dump #bcb13</title>
		<link>http://perfectpath.co.uk/2013/06/17/barcamp-berkshire-day-2-thought-link-dump-bcb13/</link>
		<comments>http://perfectpath.co.uk/2013/06/17/barcamp-berkshire-day-2-thought-link-dump-bcb13/#comments</comments>
		<pubDate>Mon, 17 Jun 2013 12:13:03 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://perfectpath.wordpress.com/?p=2031</guid>
		<description><![CDATA[I&#8217;m always tempted to stay overnight, but I&#8217;ve never actually done it. I may not have slept perfectly last night anyway, but I&#8217;m sure it was better than lying on a corporate head office meeting room floor. People did come to my early morning session on &#8220;the future of blogging?&#8221; despite being up against an [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2031&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p class="pConcord">I&#8217;m always tempted to stay overnight, but I&#8217;ve never actually done it. I may not have slept perfectly last night anyway, but I&#8217;m sure it was better than lying on a corporate head office meeting room floor.</p>
<p class="pConcord">People did come to my early morning session on &#8220;the future of blogging?&#8221; despite being up against an <a href="http://dalelane.co.uk/blog/?p=2755">eight-year-old girl</a>. </p>
<p class="pConcord"> It helped me recognise what it is that I want &#8211; a bunch of people who are broadly interested in the same things, but actively eating their own dogfood.  <a href="http://tommorris.org">Tom Morris</a> helped draw this out further in his session on <a href="http://indiewebcamp.com">indieweb</a>.  Tom, for example, has stripped back his blogging input box so that it&#8217;s almost the original Twitter &#8220;What are you doing ?&#8221; box &#8211; except it accepts Markdown and more than 140 characters <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   There&#8217;s an indiewebcamp in Portland, OR, next weekend (June 22/23) and a <a href="http://indiewebcamp.com/2013/UK">UK one in Brighton on Sep 8th</a></p>
<p class="pConcord">The main reason I&#8217;m interested in a good RSS reader is not that I&#8217;m a writer who wants other people to read, it&#8217;s that I want to be able to find and read stuff in a non-fragmented way without having to scour FB, Twitter, Tumblr *and* Son of Google Reader.</p>
<p class="pConcord">It got me thinking too about archiving and my current ongoing project to draw all my stuff together under my own domain. </p>
<p class="pConcord">There was a small but lively discussion about bitcoin.  Things got most heated during the discussion about forking&#8230;</p>
<p class="pConcord">I bumped into <a href="http://www.twitter.com/ketan">Ketan</a> who&#8217;d brought in <a href="http://www.flickr.com/photos/lloyd-davis/9055564167/">this</a> and, usefully, an early viewmaster that had batteries to backlight the screen.</p>
<p class="pConcord">After a deliciously substantial lunch I did an impromptu (well, I did put it on the grid) meeting room gig, which was much like a <a href="http://en.wikipedia.org/wiki/House_concert">house gig</a>, but, y&#8217;know with a big table, uncomfortable chairs, a whiteboard&#8217;n'shit.</p>
<p class="pConcord">And I rounded off with a geek dive into <a href="https://docs.google.com/presentation/d/1IlP-BNhZckibUC8D6k79npmsMsi-x3IkfjfJ_Z-16Vs/edit#slide=id.p">Rail API data</a> with <a href="http://www.twitter.com/oddessay">Paul Freeman</a></p>
<p class="pConcord">A really good barcamp, well-balanced for me in terms of giving and receiving.  I&#8217;m feeling refreshed, encouraged and inspired.  Thanks to all who played a part in making it happen.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/2031/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/2031/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2031&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/06/17/barcamp-berkshire-day-2-thought-link-dump-bcb13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
		<item>
		<title>Barcamp Berkshire day 1 thought &amp; link dump #bcb13</title>
		<link>http://perfectpath.co.uk/2013/06/15/barcamp-berkshire-day-1-thought-link-dump-bcb13/</link>
		<comments>http://perfectpath.co.uk/2013/06/15/barcamp-berkshire-day-1-thought-link-dump-bcb13/#comments</comments>
		<pubDate>Sat, 15 Jun 2013 19:06:47 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://perfectpath.wordpress.com/?p=2029</guid>
		<description><![CDATA[I missed doing any sort of participant intros, it&#8217;s a good way to set up the day and it does more to make people feel part of the organisation than any amount of telling them that it&#8217;s all about them. I confirmed for myself that I understand github well enough to use it (I thought [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2029&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p class="pConcord">I missed doing any sort of participant intros, it&#8217;s a good way to set up the day and it does more to make people feel part of the organisation than any amount of telling them that it&#8217;s all about them. </p>
<p class="pConcord">I confirmed for myself that I understand github well enough to use it (I thought I might have been missing something.  I probably still am, but nothing serious.) So <a href="https://github.com/lloyddavis">now this exists</a>.</p>
<p class="pConcord">#hackthebarbican makes some people very very excited.</p>
<p class="pConcord">I miss <a href="http://en.wikipedia.org/wiki/Tomorrow's_World">Tomorrow&#8217;s World</a> badly. Thanks to <a href="http://www.bbcredux.com">BBC Redux</a> for making it possible for us to see Judith Hann demonstrating a nasal-spray contraceptive.</p>
<p class="pConcord">Barcamps are just full of good people, I&#8217;m really looking forward to spending more time with them tomorrow.</p>
<p class="pConcord">You still hear the darnedest things in little conversations inbetween.</p>
<p class="pConcord">For example, where else would you stumble over someone you knew who is trying to improve <a href="http://xn--jlQ54W7yPemW.org">how Shakespeare&#8217;s plays are displayed on the web in Mandarin</a>? That&#8217;ll be <a href="http://twitter.com/edent">Terence Eden</a>.</p>
<p class="pConcord">It&#8217;s really good to do a session where you get to say &#8220;I don&#8217;t know what to do, I don&#8217;t know what the answer is, you tell me.&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/2029/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/2029/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2029&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/06/15/barcamp-berkshire-day-1-thought-link-dump-bcb13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
		<item>
		<title>At #bcb13 I talked about #hackthebarbican</title>
		<link>http://perfectpath.co.uk/2013/06/15/at-bcb13-i-talked-about-hackthebarbican/</link>
		<comments>http://perfectpath.co.uk/2013/06/15/at-bcb13-i-talked-about-hackthebarbican/#comments</comments>
		<pubDate>Sat, 15 Jun 2013 13:30:50 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://perfectpath.wordpress.com/?p=2027</guid>
		<description><![CDATA[I gave people the lowdown on why we&#8217;re doing it, what we&#8217;re doing, how far we&#8217;ve got, what we need now: why we&#8217;re doing it The Barbican Centre approached Charles Armstrong to produce something for the month of August while the concert hall and theatre space are being refurbished. Charles sensibly asked some of his [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2027&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p class="pConcord">I gave people the lowdown on why we&#8217;re doing it, what we&#8217;re doing, how far we&#8217;ve got, what we need now:</p>
<p class="pConcord">why we&#8217;re doing it</p>
<ul class="ulConcord">
<li class="liConcord liLevel3" style="list-style-type:none;">The Barbican Centre approached <a href="https://thetrampery.com">Charles Armstrong</a> to produce something for the month of August while the concert hall and theatre space are being refurbished.  Charles sensibly asked some of his friends to come together to think about it and they invited more people. </li>
</ul>
<p class="pConcord">what</p>
<ul class="ulConcord">
<li class="liConcord liLevel3" style="list-style-type:none;">during the month of August the indoor public areas of the Barbican Centre will be taken over by a self-organising, interdisciplinary experiment in creative collaboration &#8211; there will be residencies, events, talks, installations &#8211; the biggest limit on the list of things there&#8217;ll be is the law&#8230; and the fact that the Barbican is a <a href="http://en.wikipedia.org/wiki/Listed_building">Grade II listed building</a>.</li>
</ul>
<p class="pConcord">how far we&#8217;ve got</p>
<ul class="ulConcord">
<li class="liConcord liLevel3" style="list-style-type:none;">We&#8217;ve had an organising group meeting every week since the beginning of the year.  We&#8217;ve run <a href="http://hackthebarbican.org/bazaar/">a Bazaar weekend</a> to try out how it might work.  We&#8217;re just about to start doing weekly social collaboration sessions to help people who want to get involved to get to know each other better and talk about things they might do in August.</li>
</ul>
<p class="pConcord">what we need now</p>
<ul class="ulConcord">
<li class="liConcord liLevel3" style="list-style-type:none;">We need people to propose <a href="http://hackthebarbican.org/submit-your-project/">residencies</a> and <a href="http://hackthebarbican.org/submit-your-project/">events</a>.  Those links are to pages with forms to submit ideas on the website.  We also need people to get involved &#8211; take a look at the site and see what you think &#8211; you can join the <a href="https://groups.google.com/group/hackthebarbican">mailing list</a>. </li>
</ul>
<p class="pConcord">Ideas popped up:  Making a map of the centre in Minecraft, a Silent Disco, messing with the lights, messing with the plasma screen etc.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/2027/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/2027/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2027&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/06/15/at-bcb13-i-talked-about-hackthebarbican/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
		<item>
		<title>10 (OK 11) things about #bigpix #bigpictureday</title>
		<link>http://perfectpath.co.uk/2013/06/04/10-ok-11-things-about-bigpix-bigpictureday/</link>
		<comments>http://perfectpath.co.uk/2013/06/04/10-ok-11-things-about-bigpix-bigpictureday/#comments</comments>
		<pubDate>Tue, 04 Jun 2013 12:11:00 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://perfectpath.wordpress.com/?p=2025</guid>
		<description><![CDATA[The first Big Picture Day happened on Saturday at the LimeWharf space in Vyner Street &#8211; it was an unconference/hackday/jam to work through stuff about improving unconferences/hackdays/jams. 0. This is a pattern that&#8217;s grown out of the #ukgovcamp community &#8211; write a blog post on the day after or as soon as you can, just [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2025&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p class="pConcord">The first Big Picture Day happened on Saturday at the LimeWharf space in Vyner Street &#8211; it was an unconference/hackday/jam to work through stuff about improving unconferences/hackdays/jams.</p>
<p class="pConcord">0.  This is a pattern that&#8217;s grown out of the #ukgovcamp community &#8211; write a blog post on the day after or as soon as you can, just getting the key things for you out of your head, rather than trying to write up everything &#8220;perfectly&#8221;</p>
<p class="pConcord">1. I had to leave way earlier than I wanted to, but probably later than I should, because I was overtaken by what started as a tickly throat but by lunchtime had made me a sniffly, headachy mess.</p>
<p class="pConcord">2. I&#8217;m still not 100% and the following may read as overly negative because I&#8217;m generally feeling down in the dumps.  Forgive me if I sound whiney in anything that follows.  Take what you like and leave the rest.</p>
<p class="pConcord">3. So first of all, majorly, wow! I didn&#8217;t expect as many people, I was thrilled to see people who&#8217;d travelled a very long way to be there.  It felt really good to connect several communities that I feel part of and to meet some new people as well. Thank you for coming and sharing your experience. I hope everyone got something useful out of the day.  I wish I&#8217;d seen Studio 45, the pictures look amazing. Big kudos to Vinay and Tom for co-curating and hosting.  Big thanks to Tam for sorting everything else out.</p>
<p class="pConcord">4. I boobed with my talk big time.  I hadn&#8217;t really thought through 10 minutes and ended up talking too much about what I was doing years ago (mostly #tuttle) rather than the interesting things that I&#8217;m working on now &#8211; #wewillgather, #hackthebarbican, #ukgovcamp and its many spinoffs.</p>
<p class="pConcord">5. The folk at LimeWharf have made a great space but&#8230;</p>
<ul class="ulConcord">
<li class="liConcord liLevel3" style="list-style-type:none;">I find East London, well that bit of Hackney especially, depressing.  This is about me, not about Hackney&#8230;</li>
<li class="liConcord liLevel3" style="list-style-type:none;">I am not inspired by big, open, flat-walled, bare, concrete space.  My idea of conviviality (and I suggest that conviviality is *vital* to these sorts of gatherings) is soft furnishings, warmth, small spaces for intimate conversations.  I also don&#8217;t get on well with standing up while conversing.</li>
<li class="liConcord liLevel3" style="list-style-type:none;">There was something weird about being served tea and coffee through the hatch.  It&#8217;s lovely to be served and I get and appreciate the care that&#8217;s being offered, but it felt difficult to just help myself when I needed it. There&#8217;s a thing in OST about no coffee breaks but easy access to refreshment and beverages.  That please.</li>
</ul>
<p class="pConcord">6. I think we had too many different experiences of different kinds of gathering to say anything useful to all of them.  I also think that while it&#8217;s useful to get these things together, a hackday is different from a tech unconference is different from a public service unconference is different from a cash mob is different from a self-organising festival.  I felt  sometimes like we disagreed about stuff because we were talking about different things without knowing it.  I think some people were &#8220;feeling different parts of the elephant&#8221; than I was.</p>
<p class="pConcord">7. I think we tried to do too much by having the conversation and not settling on a methodology up front. I&#8217;m not so attached to open space technology that I can&#8217;t do anything else, but I think that opening up the conversation we did the equivalent of trying to rewrite the kernel while applications were running, or put another way, trying to redesign and rebuild the engine of a car while driving along the M4.</p>
<p class="pConcord">8. I think that trying to merge sessions as a group is a bad idea. In my view, a few individuals took control of the agenda to suit them.  I heard people say &#8220;nine sessions in two hours is too many&#8221; I don&#8217;t believe this is true.  I do believe that trying to collapse everything into two or three groups makes for too general a conversation.  But I didn&#8217;t get to stick around long enough to properly find out. It probably worked out marvellously and I&#8217;m being an idiot.</p>
<p class="pConcord">9. Measuring complex human systems is a slippery slope &#8211; the kind of measurement we default to means assuming that the human system is like a machine that has measurable inputs and outputs &#8211; it&#8217;s a way of dealing with complexity by pretending it doesn&#8217;t exist.  I just haven&#8217;t seen that work for anyone other than people who like measuring things or who make judgements without having skin in the game.  It&#8217;s a distraction and it leads to people gaming the measurement system to look good.  People told me this when I was part of the effort to introduce performance measurement to public services.  I didn&#8217;t believe them.  I was wrong about this then, they were right, I don&#8217;t think anything&#8217;s fundamentally changed.</p>
<p class="pConcord">10. We need to keep practicing this stuff.  We&#8217;re actually really crap at having real conversations of any kind &#8211; people who&#8217;ve avoided having this beaten out of them through a combination of school, work and corporatised media are very very rare.  But we are getting better and it&#8217;s really good to do it, it&#8217;s really powerful.  Let&#8217;s keep doing it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/2025/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/2025/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2025&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/06/04/10-ok-11-things-about-bigpix-bigpictureday/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
		<item>
		<title>Kickstart these please: @philcampbell @debbiedavies @monkchips</title>
		<link>http://perfectpath.co.uk/2013/05/22/kickstart-these-please-philcampbell-debbiedavies-monkchips/</link>
		<comments>http://perfectpath.co.uk/2013/05/22/kickstart-these-please-philcampbell-debbiedavies-monkchips/#comments</comments>
		<pubDate>Wed, 22 May 2013 11:04:32 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>
		<category><![CDATA[crowdfunding]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[kickstarter]]></category>

		<guid isPermaLink="false">http://perfectpath.co.uk/?p=2021</guid>
		<description><![CDATA[I&#8217;ve been through four crowd-funding campaigns myself now. It&#8217;s not an experience I would heartily recommend to friends, although I think a lot more learning has been done now about what works. I was, at times, turned into a link-spouting push-marketer of the worst kind, but I also got to do some cool stuff and [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2021&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been through four crowd-funding campaigns myself now. It&#8217;s not an experience I would heartily recommend to friends, although I think a lot more learning has been done now about what works. I was, at times, turned into a link-spouting push-marketer of the worst kind, but I also got to do some cool stuff and was glad to have involved a large group of people in helping make things happen and I learned a lot about the actual value and perceived value of my work.</p>
<p>That aside, I see three of my pals engaged in the closing stages of their campaigns and I suggest you have a look and see if there&#8217;s anything there that floats your boat. They&#8217;re all fun and worthy of support in my view &#8211; I present them here in closing date order &#8211; if you can give them all a fiver it would make me smile and make some goodness happen in various bits of the world. Thankyou.</p>
<table width="100%">
<tbody>
<tr>
<td valign="top" width="33%"><a href="http://www.kickstarter.com/projects/philcampbell/thepistreet-socialscreens-for-the-high-street-inde" target="_blank">Phil Campbell</a> wants to put social-software enabled plasma screens in independent retailers in Nottingham, from cake shops to barbers and it&#8217;s all open-source based on Raspberry Pi.</p>
<p><strong>closes just after midnight UK time on Friday 24th/Saturday 25th.</strong></td>
<td valign="top" width="33%"><a href="http://www.kickstarter.com/projects/2097123472/luma-module-interactive-spaceship-for-burning-man" target="_blank">Debbie Davies</a> will be taking an interactively-illuminating spaceship to Burning Man 2013. I have actually sat on some of the timber she&#8217;s going to use to build it!</p>
<p><strong>closes just *before* midnight UK time on Saturday 25th/Sunday 26th.</strong></td>
<td valign="top" width="33%"><a href="http://www.kickstarter.com/projects/179276400/open-the-shoreditch-village-hall" target="_blank">James Governor</a> is turning an old warehouse into the Shoreditch Village Hall providing a focal point for the startup community &#8211; there are plenty of places to hangout or work in Shoreditch but most have some corporate agenda &#8211; this one&#8217;s for the folk.</p>
<p><strong>closes late on Friday June 7th UK time.</strong></td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/2021/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/2021/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2021&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/05/22/kickstart-these-please-philcampbell-debbiedavies-monkchips/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
		<item>
		<title>Connecting to Fargo</title>
		<link>http://perfectpath.co.uk/2013/05/02/connecting-to-fargo/</link>
		<comments>http://perfectpath.co.uk/2013/05/02/connecting-to-fargo/#comments</comments>
		<pubDate>Thu, 02 May 2013 21:37:47 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://perfectpath.wordpress.com/?p=2018</guid>
		<description><![CDATA[This is a not a very interesting post demonstrating something that&#8217;s a bit mind-blowing. I&#8217;m writing this in Fargo, the web-based HTML5 outliner from Dave Winer&#8217;s new company. It hit version 0.54 today and now includes posting to a wordpress blog. So I&#8217;m trying it out. I mean, I&#8217;m trying out the wordpress functionality &#8211; [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2018&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p class="pConcord">This is a not a very interesting post demonstrating something that&#8217;s a bit mind-blowing.  I&#8217;m writing this in <a href="http://fargo.io">Fargo</a>, the web-based HTML5 outliner from <a href="http://smallpicture.com">Dave Winer&#8217;s new company</a>.  It hit version 0.54 today and now includes posting to a wordpress blog.</p>
<p class="pConcord">So I&#8217;m trying it out.  I mean, I&#8217;m trying out the wordpress functionality &#8211; I&#8217;ve been playing with Fargo for a little while now.  It has all the thought-organising outlining power of the OPML Editor but it just sits on a web page and stores the actual text file in my Dropbox account.  This means I don&#8217;t have to start up a separate app and I can keep a bunch of outlines open at all times in the place where I&#8217;m doing most of my work &#8211; the files are autosaved every now and then (I just saw &#8220;SAVE&#8221; pop up in the sidebar) </p>
<p class="pConcord">Another thing I really value is the way new features are introduced.  I haven&#8217;t had to install anything new (just give the page my blog details) and nothing is broken since earlier on today before the new version came in &#8211; I just reopened my browser and my outlines were there, just the same.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/2018/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/2018/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2018&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/05/02/connecting-to-fargo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
		<item>
		<title>The Vital Importance of Being Earnest</title>
		<link>http://perfectpath.co.uk/2013/04/17/vital-importance-earnest/</link>
		<comments>http://perfectpath.co.uk/2013/04/17/vital-importance-earnest/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 16:30:05 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>
		<category><![CDATA[acting]]></category>
		<category><![CDATA[bromsgrove]]></category>
		<category><![CDATA[NBHS]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[theatre]]></category>

		<guid isPermaLink="false">http://perfectpath.co.uk/?p=2016</guid>
		<description><![CDATA[This from the Bromsgrove Messenger in December 1982, I guess. I do mostly remember this production for the thing the reviewer picked up where we repeated 14 pages of the first act because we got lost. I&#8217;m pretty sure I was hamming it up appallingly, and I probably was doing a lot of &#8220;face acting&#8221; [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2016&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a title="Earnest2 by Lloyd Davis, on Flickr" href="http://www.flickr.com/photos/lloyd-davis/8657430501/"><img alt="Earnest2" src="http://farm9.staticflickr.com/8114/8657430501_18ec3403a9_n.jpg" width="320" height="260" /></a></p>
<p>This from the <em>Bromsgrove Messenger</em> in December 1982, I guess. I do mostly remember this production for the thing the reviewer picked up where we repeated 14 pages of the first act because we got lost. I&#8217;m pretty sure I was hamming it up appallingly, and I probably was doing a lot of &#8220;face acting&#8221; but it seems to have gone down well.</p>
<p>I think it was during rehearsals for this that I had a meeting with the headmaster, who tried to drive any silly ideas about working in theatre out of my little head. &#8220;Much better to keep these sorts of things as a hobby.&#8221;</p>
<p>Here we all are:<br />
<a href="http://www.flickr.com/photos/lloyd-davis/8657429875/" title="Earnest1 by Lloyd Davis, on Flickr"><img src="http://farm9.staticflickr.com/8113/8657429875_346163727c_n.jpg" width="320" height="202" alt="Earnest1"></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/2016/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/2016/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2016&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/04/17/vital-importance-earnest/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>

		<media:content url="http://farm9.staticflickr.com/8114/8657430501_18ec3403a9_n.jpg" medium="image">
			<media:title type="html">Earnest2</media:title>
		</media:content>

		<media:content url="http://farm9.staticflickr.com/8113/8657429875_346163727c_n.jpg" medium="image">
			<media:title type="html">Earnest1</media:title>
		</media:content>
	</item>
		<item>
		<title>That Bloody Woman</title>
		<link>http://perfectpath.co.uk/2013/04/10/that-bloody-woman/</link>
		<comments>http://perfectpath.co.uk/2013/04/10/that-bloody-woman/#comments</comments>
		<pubDate>Wed, 10 Apr 2013 15:18:15 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>
		<category><![CDATA[human scale conversations]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[resentment]]></category>

		<guid isPermaLink="false">http://perfectpath.co.uk/?p=2012</guid>
		<description><![CDATA[I&#8217;ve heard and read lots of people over the last couple of days telling us what Margaret Thatcher did to harm them and make their lives more difficult.  Her sins are then recounted to make it clear how right  this person is that it was her fault.  But as that well-known &#8220;terrorist&#8221; Nelson Mandela said [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2012&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve heard and read lots of people over the last couple of days telling us what Margaret Thatcher did to harm them and make their lives more difficult.  Her sins are then recounted to make it clear how right  this person is that it was her fault.  But as that well-known &#8220;terrorist&#8221; Nelson Mandela said &#8220;Resentment is like drinking poison and hoping that it will kill your enemies.&#8221;</p>
<p>Nonetheless, I have a lot of sympathy with those who are picking away at their old wounds.  If you&#8217;d asked me in November  1990 (while I was honeymooning in Malta and desperately trying to find out what was really going on back in London)what reaction I&#8217;d have if she actually died, I&#8217;d have probably given you a list of reasons why I would enjoy dancing on her grave.</p>
<p>I joined the Labour Party at the age of 18, toward the end of 1983, partly in response to the horrendous election result in June of that year.  I think I was told at home to &#8220;stop moaning about it and go and do something about it&#8221;.</p>
<p>As a recent school-leaver without a job and as a member of the Labour Party Young Socialists, I was active throughout the following year in campaigns to support the printworkers in dispute with Eddie Shah and supporting miners on strike through 1984 and &#8217;85.</p>
<p>So all through the eighties I was involved and awake to what was going on.  And all through that period, I hated Thatcher and the rest of the Government.  But I can&#8217;t do that any more, it stopped working for me.  This isn&#8217;t piety, it&#8217;s self-preservation.</p>
<p>Next Wednesday, while a coffin-bearing gun carriage trundles down Fleet Street to St Paul&#8217;s  I&#8217;d like to do something other than the obvious choices of cheering or jeering.</p>
<p>I think we need to focus rather on the release of resentment and ways to find reconciliation, preferably without talking about MHT or her colleagues at all.  So I&#8217;ll be holding Human Scale Conversations on those themes.  If you&#8217;re interested in doing something different on that day, come along.  I&#8217;ve not settled on a venue yet, but somewhere away from Whitehall and The City &#8211; maybe the weather will be kind and we can go somewhere in Hyde Park.  I&#8217;ve put up <a href="http://www.wewillgather.co.uk/p/958" target="_blank">a #wewillgather event</a> and see what happens.</p>
<p><a href="http://perfectpath.co.uk/2009/07/09/what-i-did-at-rebootbritain/" target="_blank">BTW this explains Human Scale Conversations</a>.</p>
<p>UPDATE/AFTERTHOUGHT I&#8217;m doing this in Central London, but if you&#8217;re not here on Wednesday, I&#8217;d strongly encourage you to organise you&#8217;re own event in a similar vein.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/2012/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/2012/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2012&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/04/10/that-bloody-woman/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
		<item>
		<title>Unschooling and the Self-unemployed #unschool13</title>
		<link>http://perfectpath.co.uk/2013/03/25/unschooling-and-the-self-unemployed-unschool13/</link>
		<comments>http://perfectpath.co.uk/2013/03/25/unschooling-and-the-self-unemployed-unschool13/#comments</comments>
		<pubDate>Mon, 25 Mar 2013 13:14:40 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>
		<category><![CDATA[#unschool13]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[tuttle]]></category>
		<category><![CDATA[unconference]]></category>

		<guid isPermaLink="false">http://perfectpath.co.uk/?p=2009</guid>
		<description><![CDATA[I spent a day last week at #unschool13 an unconference called by  Simon Gough to &#8220;explore learning outside school together&#8221;.  I qualified both as a parent of two young people who&#8217;ve had unconventional school experiences and as a witness to the learning powers of unconferences and gatherings like Everything Unplugged and of course #tuttle. All [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2009&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I spent a day last week at #unschool13 an unconference called by  <a href="http://twitter.com/mistergough" target="_blank">Simon Gough</a> to &#8220;explore learning outside school together&#8221;.  I qualified both as a parent of two young people who&#8217;ve had unconventional school experiences and as a witness to the learning powers of unconferences and gatherings like Everything Unplugged and of course #tuttle.</p>
<p>All were welcome and the right people were the ones who came.  It was a really interesting and at times challenging experience.  Just when I thought I was used to the uncertainty of the unconference format (after all, even the most wacky groups have a limited range of social interactions and odd ideas) we go and try doing one &#8230; with kids!  I appreciated it being small enough to remain one conversation for most of the day.</p>
<p>The thing that struck me most was the similarity between the conversations we were having about unschooling families engaging with schools and education authorities; and those we have at other times about self-unemployed people engaging with corporate entities.</p>
<p>In both conversations, the people know that they&#8217;re doing something useful and valuable in working in a different way.  Both sets of people believe that others would enjoy and prosper from following their way of life if they knew that it was an option.</p>
<p>The conversation went round in a few circles.  Substitute the word &#8220;school&#8221; with &#8220;corporate&#8221; and you&#8217;ll see what I mean: &#8220;What should our relationship with schools be ?  Should we be going in and using their facilities?  What value might schools get from having us visit and work there?  How do we do what we know is right and at the same time make enough money to pay our bills?  If we don&#8217;t engage with schools but form groups of families to learn specialist things together, then aren&#8217;t we just becoming a school?&#8221;</p>
<p>So it got me thinking about what social aspects of my self-unemployed life map across.  I don&#8217;t know, you tell me.</p>
<p>#tuttle-like meetups &#8211; I think that most home-schoolers do this kind of thing, getting together in a coffee shop and annoying the staff by sitting there all day.</p>
<p>#jelly and co-working &#8211; I&#8217;m not sure how much this happens, the equivalent would be people working on their own learning but having others nearby to help out, perhaps now and then co-operating on joint-learning projects.  I think it would be interesting to create a C4CC-like space for unschoolers, but would that just be like a <a href="http://en.wikipedia.org/wiki/Summerhill_School" target="_blank">Summerhill</a>-y kind of school?</p>
<p>unconferences &#8211; of course these start to bridge the gap between the employed and the self-unemployed &#8211; it would be good to see some young(er) people at unconferences in some other role than prodigy or  hack-cannon-fodder.  I&#8217;d also be interested to see an unconference that just was under-eighteens only.</p>
<p>consulting &#8211; the things we&#8217;re learning by being outside the system *are* valuable to those inside, but it&#8217;s sometimes difficult to quantify that value and to set up a contractual arrangement to exchange value that suits both parties well enough.  I think we started to get there, especially with the first round of the Tuttle Consulting work.  It&#8217;s more about knowledge-sharing perhaps.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/2009/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/2009/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2009&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/03/25/unschooling-and-the-self-unemployed-unschool13/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
		<item>
		<title>Some things about Govcamp #ukgc13</title>
		<link>http://perfectpath.co.uk/2013/03/13/some-things-about-govcamp-ukgc13/</link>
		<comments>http://perfectpath.co.uk/2013/03/13/some-things-about-govcamp-ukgc13/#comments</comments>
		<pubDate>Wed, 13 Mar 2013 20:55:05 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>
		<category><![CDATA[#ukgc13]]></category>
		<category><![CDATA[govcamp]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[southbank]]></category>

		<guid isPermaLink="false">http://perfectpath.co.uk/?p=2004</guid>
		<description><![CDATA[Haven&#8217;t really got my head on straight since #ukgc13 on Saturday, so many lovely people, so much happened, moved forward, settled into a comfortable space.  So here&#8217;s my list of blurbages: 0.  I miss posterous because it really made it easy to getting people blogging after an event &#8211; the follow-up posts have been fewer [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2004&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a title="The #ukgc13 ukulele boys caught in action by @nettienoodles - Steady Eddie @pseudograph &amp; Soggy Bottom @lloyddavis by Lloyd Davis, on Flickr" href="http://www.flickr.com/photos/lloyd-davis/8544078727/"><img alt="The #ukgc13 ukulele boys caught in action by @nettienoodles - Steady Eddie @pseudograph &amp; Soggy Bottom @lloyddavis" src="http://farm9.staticflickr.com/8227/8544078727_07a70d9759_m.jpg" width="240" height="240" align="right" /></a>Haven&#8217;t really got my head on straight since <a href="http://ukgovcamp.com/" target="_blank">#ukgc13</a> on Saturday, so many lovely people, so much happened, moved forward, settled into a comfortable space.  So here&#8217;s my list of blurbages:</p>
<p>0.  I miss posterous because it really made it easy to getting people blogging after an event &#8211; the follow-up posts have been fewer this year and I&#8217;m sure it&#8217;s something to do with not being able to just grab a space and do it even for people without a regular blog.</p>
<p>1. Spam twitterbots are <a href="http://perfectpath.co.uk/2013/03/11/twitterbot-ageddon/" target="_blank">ruining the use of Twitter </a>as a backchannel for events in real-time.  As a record afterwards it&#8217;s OK but something must be done if we want real-time conversation around a hashtag.</p>
<p>2.  The conversations could have been edgier for my liking.  I worry that there aren&#8217;t enough &#8220;let&#8217;s kill this sacred cow&#8221; sessions being pitched, not enough argument, fighting, death threats, throwing of furniture, etc.</p>
<p>3. I think this is partly related to the fact that many people in this community started out as rebels and now they find themselves mainstream.  It&#8217;s a difficult shift to handle and each individual reacts in their own way.  If you have a keen eye for what&#8217;s not right, and are ready for resistance, it gets really difficult when people keep saying &#8220;yes, you&#8217;re right, let&#8217;s get on with it&#8221;.  It&#8217;s a nice problem to have, but that doesn&#8217;t make it any easier.</p>
<p>4.  I want more slots on the grid so that the keen people can chat away while the rest of us have dedicated space for napping and playing ukulele together.</p>
<p>5.  I really should leave the gags to <a href="http://www.kindofdigital.com" target="_blank">Dave Briggs</a>, he does a smashing job, I end up going down embarrassing rabbit-holes.</p>
<p>6. I&#8217;m glad I recapped on the <a href="http://en.wikipedia.org/wiki/Open_Space_Technology" target="_blank">principles of open space</a> at the beginning.  It&#8217;s easy for us to slip into thinking that some of the rituals and traditions we&#8217;ve accumulated over the years have to be part of the process, they don&#8217;t, we should always be questioning whether they serve us, today.</p>
<p>7.  I missed having Paul Clarke and Jeremy Gould around.</p>
<p>8.  I&#8217;m really glad to see service-specific camps springing up, I&#8217;ve been to a #librarycamp and #bluelightcamp.  I&#8217;m looking forward to #housingcamp.  I&#8217;ve also been talking to people recently about running unconference/open space for individual organisations as a means to stakeholder engagement or for organisational learning.</p>
<p>9. Please don&#8217;t make me choose between Chicken Curry and Bangers and Mash for lunch.</p>
<p>10.  This will be remembered as &#8220;the one where Lloyd played his ukulele to an audience of stuffed rats while a man danced  the Charleston.&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/2004/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/2004/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2004&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/03/13/some-things-about-govcamp-ukgc13/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>

		<media:content url="http://farm9.staticflickr.com/8227/8544078727_07a70d9759_m.jpg" medium="image">
			<media:title type="html">The #ukgc13 ukulele boys caught in action by @nettienoodles - Steady Eddie @pseudograph &#38; Soggy Bottom @lloyddavis</media:title>
		</media:content>
	</item>
		<item>
		<title>TwitterBot-ageddon</title>
		<link>http://perfectpath.co.uk/2013/03/11/twitterbot-ageddon/</link>
		<comments>http://perfectpath.co.uk/2013/03/11/twitterbot-ageddon/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 15:35:22 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[backchannel]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[hashtags]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[tweet]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://perfectpath.co.uk/?p=2000</guid>
		<description><![CDATA[In the last couple of weeks I&#8217;ve been at #commscamp13 and #ukgc13 &#8211; at each there where plenty of people at the event and away from it who were tweeting using the hashtags &#8211; this sort of backchannel has become an important part of the event experience since the early days when people started appearing [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2000&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In the last couple of weeks I&#8217;ve been at #commscamp13 and #ukgc13 &#8211; at each there where plenty of people at the event and away from it who were tweeting using the hashtags &#8211; this sort of backchannel has become an important part of the event experience since the early days when people started appearing in conference halls with internet devices, a way to say &#8220;hello, I&#8217;m here&#8221; and &#8220;I just spoke to X &#8211; she&#8217;s amazing!&#8221; or &#8220;what Y just said reminded me of <a href="http://&#8230;&#038;#8221" rel="nofollow">http://&#8230;&#038;#8221</a>; etc.  it also lets people &#8220;outside the room&#8221; join in <a href="http://perfectpath.co.uk/2013/02/28/5-ways-we-give-power/" target="_blank">to an extent</a>.</p>
<p>On both of these recent occasions the channel has been disrupted by an invasion of spambots, to the point that the stream became unusable temporarily for those actually interested in the topic.</p>
<p>These bots latch onto the trending hashtag, saying something inane like &#8220;I can&#8217;t believe this!&#8221; plus a spammy link and flood the stream.</p>
<p>I know nothing about the creation of twitterbots, but I assume the accounts are programmatically created and they sit listening for trending hashtags and then throw themselves into the stream with the hope that from the large number of people taking part, there&#8217;ll be one or two who end up clicking on the link or even (yikes!) following the bot themselves.  Today I&#8217;ve seen them swarming around the #uksnow hashtag, the other day, when the trumpeter Kenny Ball died, his name was mentioned in spambot tweets.  It&#8217;s ridiculous.</p>
<p>At both the events recently, I&#8217;ve witnessed the bot tweets have died out over time, during the day, but it&#8217;s not clear whether this is simply because the tag became unusable and so stopped trending from non-bot-traffic or because Twitter noticed and did something (but see point 1. below) or because people following the stream reported the bots quickly.  I&#8217;m guessing it&#8217;s a combination.</p>
<p>So we&#8217;re all asking, &#8220;What can we do?&#8221;</p>
<p>0) Use another platform for the backchannel.  hmm&#8230;  any suggestions that have the ease of use and userbase of Twitter?</p>
<p>1) Get Twitter to sort it out.  Good luck with that one.  I&#8217;m sceptical of the idea that Twitter are actually able to do anything &#8211; the bots are all over the #sxsw stream right now for example.  Surely, if Twitter could kill this sort of thing easily, they would be doing it routinely on the tag associated with the biggest social media event of the year. Twitter also have shown themselves to be repeatedly clueless about what&#8217;s really happening on their network.</p>
<p>2) Build better filters &#8211; as Twitter increase the amount of metadata associated with tweets, perhaps there&#8217;ll be ways of identifying the little monsters quickly and removing them from searches.</p>
<p>3) Start a bot war &#8211; fight bots with bots. The most tempting, it&#8217;s kind of like point 1, but we do it rather than leave it to Twitter, but who&#8217;s the we that&#8217;s going to do this?  And like any war, it might remove the present symptoms, but does it just lead to retaliation and escalation?</p>
<p>Sorry, that&#8217;s all I&#8217;ve got right now.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/2000/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/2000/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=2000&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/03/11/twitterbot-ageddon/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
		<item>
		<title>What @amandapalmer reminded me about street performing #AFP #llobo</title>
		<link>http://perfectpath.co.uk/2013/03/06/what-amandapalmer-reminded-me-about-street-performing-afp-llobo/</link>
		<comments>http://perfectpath.co.uk/2013/03/06/what-amandapalmer-reminded-me-about-street-performing-afp-llobo/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 15:55:49 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>
		<category><![CDATA[#AFP]]></category>
		<category><![CDATA[#llobo]]></category>
		<category><![CDATA[busking]]></category>
		<category><![CDATA[giving]]></category>
		<category><![CDATA[gratitude]]></category>
		<category><![CDATA[lifeisacircle]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[receiving]]></category>
		<category><![CDATA[tube]]></category>
		<category><![CDATA[ukulele]]></category>
		<category><![CDATA[underground]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://perfectpath.co.uk/2013/03/06/what-amandapalmer-reminded-me-about-street-performing-afp-llobo/</guid>
		<description><![CDATA[The only people who can possibly not have seen or heard about Amanda Palmer&#8216;s TED Talk from last week yet are those who resist words of wisdom on principle, or perhaps those poor bastards who restrict their internet time to &#8220;serious stuff&#8221;. If you&#8217;re in one of those categories and you read this blog, a) [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1999&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The only people who can possibly not have seen or heard about <a href="http://twitter.com/amandapalmer" target="_blank">Amanda Palmer</a>&#8216;s TED Talk from last week yet are those who resist words of wisdom on principle, or perhaps those poor bastards who restrict their internet time to &#8220;serious stuff&#8221;.</p>
<p>If you&#8217;re in one of those categories and you read this blog, a) I&#8217;d be surprised and b) get <a href="http://www.amandapalmer.net/news/ted/" target="_blank">over to her site</a> and have a look, go on.  It firmly places AFP and <a href="http://www.youtube.com/watch?v=ikAb-NYkseI" target="_blank">her hubby</a> as the goto motivators for creative people of the here and now &#8211; &#8220;Make Good Art &#8230;and&#8230; Let People Pay You For It!&#8221; </p>
<p>Anyhow, the first time I heard her talk about her experience as the eight-foot bride and how that informed her relationship to her &#8220;audience&#8221; now, <a href="https://twitter.com/LloydDavis/status/307602075905310720" target="_blank">what I said on twitter</a> in response was &#8220;thank you for reminding me that being a street performer is more than OK, it&#8217;s a job&#8221;</p>
<p>It&#8217;s a job, it&#8217;s part of my work.  It&#8217;s part of my overall contribution to the happiness of my community, and I&#8217;m rewarded in many more ways than the pile of coins in my uke case.</p>
<p>I&#8217;ve been meaning to write something for a long time (actually it occurs to me every time I go out to play) about what busking has taught me about my business.  But I couldn&#8217;t find a decent frame for it &#8211; it kept coming out as a translation from what I knew to be true to the sort of language that &#8220;business people&#8221; understand (yikes!) and too much was being lost in translation.</p>
<p>So here&#8217;s what it&#8217;s really been like for me.  You do your own translation.</p>
<p>My first sober, adult experience of busking was <a href="http://perfectpath.co.uk/busking-on-london-underground/" target="_blank">on the tube</a>.  It&#8217;s not the same as the street, but I had a licence for a year and it gave me a good grounding in just standing there with my ukulele, showing up, playing, singing, getting tipped, getting ignored, getting occasionally and very mildly abused.  I also got to meet a few other buskers at the swap-over time, made some friends, was able to talk about the common nuisances of being a tube-busker.  And I heard a story over and over that made me uncomfortable.  It was that people are horrible, they hate buskers, they don&#8217;t want us there, they think we&#8217;re beggars, they&#8217;re mean and ungrateful and we give much more than they reward.   Which wasn&#8217;t really my experience, I&#8217;d already clocked that the best way to get through a two-hour session playing at, say, Bond St, where you&#8217;re in a tunnel between the platform and the escalator hall, so everybody&#8217;s always zipping past, is to lock-on to people and smile and give your performance to them, give your all to that one person right now and when they&#8217;ve gone, let them go.  And yeah, some of them are grumpy and embarrassed and ignore you or tell you to &#8220;Shut up!&#8221; or &#8220;Get a Job!&#8221; but then when I had a job and I was always on the way somewhere else and I saw someone spending their time doing what they love, I probably was a bit grumpy too.  The other thing is, you&#8217;re in the middle of one of the busiest transport networks in the world &#8211; people don&#8217;t go there for entertainment, they go there to get somewhere else, quickly.</p>
<p>Still, the money was rubbish.  And I kept trying to find some correlation between what I was doing and what ended up in the pot.  And there wasn&#8217;t any really, one day certain songs would &#8220;work&#8221;, the next day the same songs would bomb.  Some days I&#8217;d get an endless stream of 10p and coppers, others, nobody would give anything except for one guy who tossed in £5.  I kept telling myself to give up trying to work it out, but then when I was there on the pitch and my stomach was rumbling and I&#8217;d already laid out for a tube ticket and I somehow had to fix it so that I could make them get that money out of their pocket and into my uke case.  But that never worked.  I gave up my tube licence mainly because of the way the scheme was managed, but also it was just too hit and miss as a means of income.</p>
<p>And so I left it.  I stopped busking for a couple of years.  And in the meantime I did other things, I put into practice lots of ideas I had about organising without organisations, I tried out crowdfunding for projects and I couchsurfed and I <a href="http://tuttle2texas.posterous.com" target="_blank">went coast-to-coast</a> across<a href="http://t2t2.posterous.com/" target="_blank"> the USA twice</a> with the help of my online social network.  And then <a href="http://www.google.co.uk/#q=%23llobo" target="_blank">I went completely homeless and hobo-style</a> and spent a year on the road going where you and the digital world took me and paid me and fed me and gave me (some very nice) rooves over my head.</p>
<p>And while I was on the road that year, I picked up the busking habit again.  I&#8217;d found in the USA that carrying my uke around everywhere was a great social opener, so why not put it to use when I was on my own?</p>
<p>And this time it was different.  I was different.  I had a different attitude.  I can&#8217;t pretend that I instantly transformed, I still had a rumbling tum and empty pockets much of the time and I *was* doing it for the money, but I was less attached to making it happen, making them get their money out, making them put it in the pot.  Something just clicked, on the street, in a way that I hadn&#8217;t felt in the tube, that the amount in the pot was none of my business until I got to the end of the set.  And how it got there was none of my business either.  My job was to entertain these people to the best of my ability and trust that I would be rewarded.  It took some practice, I&#8217;d often drift off into control-mode again, but I kept pulling myself back, like a meditation, to remembering that my job there is to collect smiles &#8211; to get as much eye-contact and human connection as possible in the few moments from when they approached to when the passed.  And I regularly make about twice as much as I ever did on the tube.</p>
<p>I also have way more fun and if there is any key factor that correlates with how much money is there at the end, it&#8217;s how much fun I had.  I&#8217;ve learned too to just let people give.  Some people want to give me food and drink &#8211; when I started out, I&#8217;d decline, politely, letting them know that I can&#8217;t eat cookies, for example.  Now, I take it all with a smile and thanks and pass on the stuff my digestive system can&#8217;t cope with to the guys and gals who are sitting out on the street who don&#8217;t have a ukulele or a talent for singing.</p>
<p>So what I&#8217;m really grateful for, Amanda, is the reminder that my job is not what I think it is.  My job isn&#8217;t to rake in the dosh.  My job is to collect smiles, human connections, hugs, and  to generate conversation, laughter at or laughter with and to ignore the hecklers. No matter what it is that I&#8217;m doing, those are the metrics that count.</p>
<p>I&#8217;ve become comfortable lately saying &#8220;I don&#8217;t do *anything* full-time&#8221;.  And I certainly couldn&#8217;t busk full-time, my fingers and voice wouldn&#8217;t hack it.  But I like to get out there from time to time and I&#8217;m looking at ways of doing street-like performance that gets the intimacy but doesn&#8217;t require me to freeze. And so I try also to carry the spirit of my street performance into all the work I do, give my best and let people give back what they want to.   </p>
<p>Thanks, see you on the street.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/1999/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/1999/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1999&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/03/06/what-amandapalmer-reminded-me-about-street-performing-afp-llobo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
		<item>
		<title>Help Me See &#8220;The Mind of Evil&#8221; #llobo</title>
		<link>http://perfectpath.co.uk/2013/03/06/help-me-see-the-mind-of-evil-llobo/</link>
		<comments>http://perfectpath.co.uk/2013/03/06/help-me-see-the-mind-of-evil-llobo/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 12:37:45 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>
		<category><![CDATA[#llobo]]></category>
		<category><![CDATA[asking]]></category>
		<category><![CDATA[conversation]]></category>
		<category><![CDATA[Dr Who]]></category>
		<category><![CDATA[What I Do]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://perfectpath.co.uk/?p=1946</guid>
		<description><![CDATA[Andy Mabbett pointed this out this morning.  My resemblance to the late Roger Delgado seems to get creepier as I get older.  I&#8217;d love to go to this but it&#8217;s up in Birmingham and I&#8217;m in London.   Does anybody have a lloyd-shaped hole in what they&#8217;re doing around the weekend of 30th that would [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1946&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://twitter.com/pigsonthewing" target="_blank">Andy Mabbett</a> <a href="http://www.flatpackfestival.org.uk/event/the-mind-of-evil/" target="_blank">pointed this out</a> this morning.  My resemblance to the late Roger Delgado seems to get creepier as I get older.  I&#8217;d love to go to this but it&#8217;s up in Birmingham and I&#8217;m in London.  </p>
<p>Does anybody have a lloyd-shaped hole in what they&#8217;re doing around the weekend of 30th that would help me justify a trip up?  Perhaps at the end of the week before, given that the Friday is Good Friday.  For the uninitiated, most lloyd-shaped holes include working with groups of 2 to 200 (or more!) to have amazing conversations and get amazing things done and/or ukulele-accompanied warbling and/or talking about creating value through social media/networking/technology/conversation and many other things besides.</p>
<p>The ideal solution would include a fee, accommodation &amp; travel expenses and of course I&#8217;d love it if you&#8217;d come with me to see Dr Who and The Master lock horns on Saturday afternoon!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/1946/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/1946/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1946&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/03/06/help-me-see-the-mind-of-evil-llobo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
		<item>
		<title>On Channels and Combinations #ukgc13 #commscamp13 #tuttle</title>
		<link>http://perfectpath.co.uk/2013/03/05/on-channels-and-combinations-ukgc13-commscamp13-tuttle/</link>
		<comments>http://perfectpath.co.uk/2013/03/05/on-channels-and-combinations-ukgc13-commscamp13-tuttle/#comments</comments>
		<pubDate>Tue, 05 Mar 2013 13:13:39 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>
		<category><![CDATA[comms]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[connections]]></category>
		<category><![CDATA[conversations]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[numbers]]></category>
		<category><![CDATA[organising]]></category>
		<category><![CDATA[relationship]]></category>
		<category><![CDATA[tuttle]]></category>
		<category><![CDATA[unconference]]></category>

		<guid isPermaLink="false">http://perfectpath.co.uk/?p=1943</guid>
		<description><![CDATA[Sitting in groups of traditional marketers or comms people I often groan.  The most likely trigger is hearing words like: &#8220;Social media is just another channel&#8221; Yes, you can see social media as a channel, but if you treat it like the other &#8220;channels&#8221; that you&#8217;ve had in the past (TV, radio, press) you&#8217;re missing [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1943&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Sitting in groups of traditional marketers or comms people I often groan.  The most likely trigger is hearing words like: &#8220;Social media is just another channel&#8221;</p>
<p>Yes, you can see social media as a channel, but if you treat it like the other &#8220;channels&#8221; that you&#8217;ve had in the past (TV, radio, press) you&#8217;re missing out on the secret magic.</p>
<p>What&#8217;s importantly different about social media is that they encourage many-to-many connections rather than one-to-one or one-to-many connections.  The counting that goes on is all 1:1 or 1:M &#8211; how many followers do you have, how many people saw this tweet/ad/page/article/video.  But what really counts, what really makes a difference is relationship, including the relationships that you foster with your media but aren&#8217;t part of yourself.   This is social object territory &#8211; make stuff that other people use to connect with each other.  Most traditional comms efforts are still focused on creating a relationship between the creator and their audience whereas the real value for the community as a whole is the potential for connection between members of the audience and that&#8217;s what the internet and social media unlock.</p>
<p>This is the magic of unconferences and #tuttle-like meetings too.  They are designed to create connections between participants rather than building a dependent relationship between participants and the organiser.  Traditional conferences want you to sit and listen and know how brilliant the organisers are so that you will buy subscriptions to their publication or pony up to come to the next event.  They grudgingly give you more networking time because you are connected people who understand the value of having many, diverse, connections and you understand the power of conversation.  But there&#8217;s a payoff in this for organisers &#8211; they want you to have just enough networking time to have your conversation-hunger satisfied, but not so much that you start to think that you can do without them and omniscience.</p>
<p>At an unconference or #tuttle though the whole point is about making connections and building relationships.  Most newbies, when you ask them, think that they&#8217;re coming for information, but by the end, most know (even if they can&#8217;t articulate it) that what they  really got was the benefit of conversation with fellow human beings and the potential for new actions that arise from the new connection.</p>
<p>Just quickly a bit of maths &#8211; In any group, the number of potential pairings is n(n-1)/2</p>
<p>(check it if  you&#8217;re not used to this sort of numberwork &#8211; If I&#8217;m in a room  containing n people, I can make n-1 pairs with others and there are n of us who can all do that. My pairing with, say, @danslee is the same as @danslee&#8217;s pairing with me, so divide by two)</p>
<p>At #commscamp13 there were 135 people &#8211; in traditional terms this would be quite a small gathering because we&#8217;d only be able to get our message to 135 people.  But by focusing on connections and the relationships that result from that, we get (135 x 134)/2 = 9,045 &#8211; nine thousand potential connections being nurtured feels a lot more valuable than 135  people receiving the message through the channel, doesn&#8217;t it? Is it surprising that from those nine thousand pairs some amazing conversations happened?  And that&#8217;s not even taking into account the three-way or four-way conversations that could have happened too.</p>
<p>That&#8217;s  why I spend my time creating spaces where people can connect without being told what to talk about or when to talk and when to listen.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/1943/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/1943/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1943&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/03/05/on-channels-and-combinations-ukgc13-commscamp13-tuttle/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
		<item>
		<title>On Red Pills and Anarchists in the Boardroom #morelikepeople #commscamp13 #ukgc13</title>
		<link>http://perfectpath.co.uk/2013/03/03/on-red-pills-and-anarchists/</link>
		<comments>http://perfectpath.co.uk/2013/03/03/on-red-pills-and-anarchists/#comments</comments>
		<pubDate>Sun, 03 Mar 2013 21:04:17 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>
		<category><![CDATA[#morelikepeople]]></category>
		<category><![CDATA[anarchy]]></category>
		<category><![CDATA[crowdfunding]]></category>
		<category><![CDATA[hackofalltrades]]></category>
		<category><![CDATA[hierarchy]]></category>
		<category><![CDATA[self-publishing]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[tuttle]]></category>

		<guid isPermaLink="false">http://perfectpath.co.uk/?p=1917</guid>
		<description><![CDATA[I&#8217;m going to ask you to contribute to a crowdfunding campaign, but this time it&#8217;s not one of mine. Having spent some time at a couple of unconferences this week, both of which focused in on the experiences of professionals working in public service (Commscamp for Communications folk, LibCampLdn for library peeps) and preparing (mentally) [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1917&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m going to ask you to contribute to a crowdfunding campaign, but this time it&#8217;s not one of mine.</p>
<p>Having spent some time at a couple of unconferences this week, both of which focused in on the experiences of professionals working in public service (<a href="http://www.commscamp.com" target="_blank">Commscamp</a> for Communications folk, <a href="http://libcampldn.wikispaces.com" target="_blank">LibCampLdn</a> for library peeps) and preparing (mentally) for next weekend&#8217;s mammoth, all-encompassing, UKGovCamp, I&#8217;ve noticed a bit of a pattern emerging.</p>
<p>Sessions held at both events this week contained a theme that can be boiled down to: &#8220;How do we as professionals who&#8217;ve seen the light of digital revolution, survive and thrive in corporate bureaucracies that refuse to change?&#8221;</p>
<p>I think it&#8217;s allied to what <a href="http://twitter.com/emercoleman" target="_blank">Emer Coleman</a> has written about this week in her <a href="http://www.emercoleman.com/2/post/2013/03/im-leaving-government-here-is-what-ive-learned.html" target="_blank">valediction to government</a> saying &#8221;When you take the red pill everything looks like The Matrix&#8221;</p>
<p>I often say that my own &#8220;red pill&#8221; moment was in the board room of the Audit Commission, with <a href="http://twitter.com/euan" target="_blank">Euan</a> in 2002 but I&#8217;d seen others before that who seemed to be able to fly, do things incredibly quickly or smash through walls at will without hurting themselves &#8211; there was something going on here, but I didn&#8217;t know what it was, did I, Mr Jones?</p>
<p>But what is it really?</p>
<p>Isn&#8217;t it &#8220;just&#8221; that <a href="http://en.wikipedia.org/wiki/The_Cluetrain_Manifesto#Thesis_7:_Hyperlinks_Subvert_Hierarchy" target="_blank">hyperlinks subvert hierarchy</a>? By which I mean, isn&#8217;t it that connection through the network is destroying the control and decision-making structures and putting tremendous pressure on organisations to stop pretending that they&#8217;re machines and start being more like people?</p>
<p>About a year ago <a href="http://twitter.com/hackofalltrades" target="_blank">Liam Barrington-Bush</a>, (a regular at #tuttle who started out as<a href="http://twitter.com/SoloBassSteve" target="_blank"> Steve Lawson</a>&#8216;s mate whose employers might buy coffee one week, but quickly emerged as a red-pill man through and through) interviewed me about the early days and what I&#8217;d been trying to do.  He was going to go off to Mexico to write up a book on how social media and social movements can help your organisation to be more like people.</p>
<p>Well he went and he wrote it and he sent me the draft of his chapter that talks about me and #tuttle.</p>
<p>One of the things he wrote that had me cheering was this:</p>
<p><em>&#8220;When we don’t have specific aims, we are freer to be ourselves. When we are freer to be ourselves, we can let our minds wander. Tuttle – like so many naturally occurring conversations in our lives – demonstrates what can emerge when we make the effort to release ourselves from the responsibility of aims, goals, and targets.&#8221;</em></p>
<p>Now, the rest of the book is about other folk much more exciting and interesting than me.  Liam is fundraising to publish the book himself &#8211; I&#8217;m right behind his decision to do this and to keep as much control over the content as possible.  It&#8217;s really important that truly independent voices like Liam&#8217;s are heard without going through the filter of a publishing house, no matter how well-meaning.</p>
<p>So I encourage you to <a href="http://startsomegood.com/venture/more_like_people/campaigns/show/anarchists_in_the_boardroom" target="_blank">pop some cash in the pot</a>.  You know that every little helps, but especially if you can contribute on behalf of an organisation, some of the higher-priced perks that involve conversation with Liam himself would be top-value.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/1917/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/1917/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1917&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/03/03/on-red-pills-and-anarchists/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
		<item>
		<title>When domain names expire</title>
		<link>http://perfectpath.co.uk/2013/03/03/when-domain-names-expire/</link>
		<comments>http://perfectpath.co.uk/2013/03/03/when-domain-names-expire/#comments</comments>
		<pubDate>Sun, 03 Mar 2013 14:02:08 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[webrot]]></category>

		<guid isPermaLink="false">http://perfectpath.co.uk/?p=1875</guid>
		<description><![CDATA[This has been annoying me for a little while, but just below the level of making me do something about it. Sometime in 2010 I subscribed to e-mail notifications from the Transmedia Artists Guild blog &#8211; it looked interesting, it probably helped me to hook up with Transmedia-interested people at SXSWi 2011 while I was [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1875&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This has been annoying me for a little while, but just below the level of making me do something about it.</p>
<p>Sometime in 2010 I subscribed to e-mail notifications from the Transmedia Artists Guild blog &#8211; it looked interesting, it probably helped me to hook up with Transmedia-interested people at SXSWi 2011 while I was #plate11-ing.</p>
<p>I remember at some point seeing a notification that said something like &#8220;So long, and thanks for all the fish!&#8221;  So it was over, forget about it.</p>
<p>And then.</p>
<p>Then notifications started popping back up in my e-mail, but with titles like &#8220;Limiting sofa time adds years to your life&#8221;.  Hmmm&#8230;. it turns out transmediaguild.com has now home to a poorly-written blog about how fabulous exercise is with links out mostly to a certain startup gym company &#8211; I&#8217;m assuming that they&#8217;re doing this to generate some &#8220;natural&#8221; search engine optimisation, by um&#8230; writing about themselves on a domain name that has nothing to do with the parent company.   Which is why I&#8217;m deliberately not linking to any of this stuff.</p>
<p>Thankfully, I&#8217;m only aware of it because I left a feedburner e-mail subscription running, so I can turn it off.</p>
<p>But with a little searching, I can see though that at least serve2011.org, nationalnano.org, bluedogdemocrats.com and tellmeaboutyourselfanswer.com are being used in the same way by the same people&#8230;</p>
<p>Can someone who knows more about SEO shenanigans explain what&#8217;s going on?</p>
<p><strong>UPDATE:</strong> A little bird suggests that googling &#8220;Dropped domains SEO&#8221; might be useful.  Yes it is, it points me <a href="http://www.seorigami.org/tips-for-building-an-seo-network-from-dropped-domains/" target="_blank">to this</a> &#8211; it&#8217;s a thing, a ridiculous (to me) thing, but using expired domains for SEO is a well-known thing.  Still don&#8217;t know whether this is a well-executed example or not.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/1875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/1875/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1875&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/03/03/when-domain-names-expire/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
		<item>
		<title>You go yoga, I no go</title>
		<link>http://perfectpath.co.uk/2013/03/03/you-go-yoga-i-no-go/</link>
		<comments>http://perfectpath.co.uk/2013/03/03/you-go-yoga-i-no-go/#comments</comments>
		<pubDate>Sun, 03 Mar 2013 12:32:03 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>
		<category><![CDATA[calm]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[love]]></category>
		<category><![CDATA[meditation]]></category>
		<category><![CDATA[serenity]]></category>
		<category><![CDATA[spirituality]]></category>
		<category><![CDATA[yoga]]></category>

		<guid isPermaLink="false">http://perfectpath.co.uk/?p=1873</guid>
		<description><![CDATA[On emerging from our meditation this morning&#8230; She: &#8220;I think you should come with me to yoga now&#8221; I: &#8220;For the sake of the group&#8217;s serenity, I don&#8217;t think I should attend until I am able to bend more than 30 degrees at the waist without shrieking &#8220;I&#8217;m going to die! I&#8217;m going to die&#8221; [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1873&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>On emerging from our meditation this morning&#8230;</p>
<p>She: &#8220;I think you should come with me to yoga now&#8221;</p>
<p>I: &#8220;For the sake of the group&#8217;s serenity, I don&#8217;t think I should attend until I am able to bend more than 30 degrees at the waist without shrieking &#8220;I&#8217;m going to die! I&#8217;m going to die&#8221;</p>
<p>She: &#8220;Perhaps the natural inhibition of being in a room with 30 others (mostly fit young women) would  prevent you from shrieking.&#8221;</p>
<p>I: &#8220;That&#8217;s not &#8216;natural inhibition&#8217;, that&#8217;s FASCISM!&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/1873/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/1873/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1873&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/03/03/you-go-yoga-i-no-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
		<item>
		<title>5 ways we give power to people outside the room #commscamp13 #ukgc13</title>
		<link>http://perfectpath.co.uk/2013/02/28/5-ways-we-give-power/</link>
		<comments>http://perfectpath.co.uk/2013/02/28/5-ways-we-give-power/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 22:41:32 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>
		<category><![CDATA[#ukgc13]]></category>
		<category><![CDATA[barcamp]]></category>
		<category><![CDATA[commscamp13]]></category>
		<category><![CDATA[facilitation]]></category>
		<category><![CDATA[open space]]></category>
		<category><![CDATA[unconference]]></category>

		<guid isPermaLink="false">http://perfectpath.co.uk/?p=1867</guid>
		<description><![CDATA[One of Harrison Owen&#8217;s principles for Open Space (on which most unconferences are based) is &#8220;Whoever comes is the right people&#8221;.  It&#8217;s there to remind us that we don&#8217;t need the boss or experts to have a useful conversation, we just need people who care enough to show up. I&#8217;ve found that one of my [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1867&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>One of Harrison Owen&#8217;s principles for <a href="http://en.wikipedia.org/wiki/Open-space_technology" target="_blank">Open Space</a> (on which most unconferences are based) is &#8220;Whoever comes is the right people&#8221;.  It&#8217;s there to remind us that we don&#8217;t need the boss or experts to have a useful conversation, we just need people who care enough to show up.</p>
<p>I&#8217;ve found that one of my jobs as a facilitator is to remind people that the event is about the people in the room, not those who couldn&#8217;t or wouldn&#8217;t make it.  The draw to give power away to people outside the room is strong, it&#8217;s expected in lots of meetings  where we&#8217;re essentially delegates for the rest of our team or organisation.</p>
<p>Here are 5 ways in which I&#8217;ve seen us (me included) do that:</p>
<p><strong>1. Working on the agenda beforehand</strong></p>
<p>Open Space and unconferences start with no initial agenda, just a purpose, a common interest that we want to talk about and a bunch of people who have something to contribute.  It&#8217;s tempting to make the day &#8220;more efficient&#8221; by having lots of conversations online setting out your stall for what you want to talk about, getting feedback, but it inadvertently gives power to people who aren&#8217;t in the room.  It sets an expectation, at least for those who have a look at this &#8220;prep work&#8221; that these are the things we&#8217;ll talk about.  It leaves the door open to people who want to influence the agenda without committing to a day in the room, because we tend to fall in with what&#8217;s already there.  If I come late to the online conversation, especially if I&#8217;m not terribly <em>au fait</em> with the subject area, I will look to see what norms have been established about subjects so that I can fit in well.  I don&#8217;t want to propose something that has people looking at me in a funny way.</p>
<p>It also gives disproportionate power to those who have, for whatever reason, more time to spend on preparation in the run up to the event than others do.  I think it probably also affects the number of people who show up ready to be &#8220;spectators&#8221;.  I can see that there are plenty of clever people with a much stronger grasp of the subject than I so I think I&#8217;ll just keep my silly little idea to myself.</p>
<p><strong>2. Trying to represent your team&#8217;s wishes</strong></p>
<p>They&#8217;re not here.  You are.  You&#8217;re one of the right people to be here.  They&#8217;re not (because they&#8217;re not here!) Stop worrying about what so-and-so would say if they were here and say what you want to say.  This goes too for paying too much attention to people who manage large departments or organisations.  The fact that they lead programmes employing hundreds of people costing millions of pounds doesn&#8217;t mean that they know any more about the problem in hand than you do.  They may well know less.</p>
<p><strong>3. Going to sessions because &#8220;you should&#8221;</strong></p>
<p>I know.   It&#8217;s really hard.  There are 10 sessions all going on at once and you want to go to three of them but you ought to go to one of the others and stay there because it&#8217;s directly related to your job &#8211; what will your manager say if she sees that this was on the agenda and you didn&#8217;t go?  I think the best way to deal with this is to remember, for today, that your job is to learn and to contribute.  Pop into the &#8220;should&#8221; session to see whether you missed anything but otherwise, keep using the law of two feet to find the places where you can best learn and/or contribute.</p>
<p><strong>4. Letting technology get in the way</strong></p>
<p>It&#8217;s great to have an audio or video record of a session.  It&#8217;s really cool to have a live-stream so that people who couldn&#8217;t make it can watch along in real-time.  It&#8217;s really useful to the whole community if people can live-tweet and live-blog sessions.  But.  All of these things have the possibility of becoming more important than the conversation we&#8217;re actually having.  Common adverse effects are people unconsciously censoring what they say because they know they&#8217;re being reported or recorded or people saying things deliberately to make sure that they are on record.  The other difficulty arises when the interactivity of twitter and live-streaming take over.  This can take the form of trolling from outside or something as apparently benign as people outside asking that people speak more clearly for them to hear on the stream.</p>
<p><strong>5. Thinking too much about the future</strong></p>
<p>In this case, the &#8220;people not in the room&#8221; are &#8220;future me&#8221; and/or &#8220;future other people&#8221;. I worry about what future me will think of what I&#8217;m saying.  I worry that future me will be somehow disadvantaged because I say something stupid.  And then I worry about what future other people will think when they get home and they reflect on the day and &#8220;oh my god what was that dickhead, Lloyd, saying???&#8221;  They&#8217;re not here, they&#8217;re not real, they don&#8217;t get to decide what gets said in the room.</p>
<p>PS I generally don&#8217;t like writing list-based posts but today I&#8217;ve done two &#8211; my thinking may be becoming dangerously structured! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/1867/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/1867/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1867&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/02/28/5-ways-we-give-power/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
		<item>
		<title>Some things from my head following #commscamp13</title>
		<link>http://perfectpath.co.uk/2013/02/28/some-things-from-my-head-following-commscamp13/</link>
		<comments>http://perfectpath.co.uk/2013/02/28/some-things-from-my-head-following-commscamp13/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 12:09:13 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>
		<category><![CDATA[13]]></category>
		<category><![CDATA[commscamp13]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[unconference]]></category>

		<guid isPermaLink="false">http://perfectpath.co.uk/?p=1864</guid>
		<description><![CDATA[I&#8217;m grateful to have been asked to facilitate CommsCamp13 which was organised by @annkempster @danslee and @darrencaveney in Birmingham the other day. These are some the things that are rolling round in my head as a result. Not all of them come directly from experiences at CommsCamp13, they may be things I&#8217;ve wanted to rant [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1864&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a title="View from the front #commscamp13 by Lloyd Davis, on Flickr" href="http://www.flickr.com/photos/lloyd-davis/8508887423/"><img alt="View from the front #commscamp13" src="http://farm9.staticflickr.com/8379/8508887423_66129989bc_m.jpg" width="240" height="240" align="right" /></a>I&#8217;m grateful to have been asked to facilitate CommsCamp13 which was organised by <a href="http://twitter.com/annkempster" target="_blank">@annkempster</a> <a href="http://twitter.com/danslee" target="_blank">@danslee</a> and <a href="http://twitter.com/darrencaveney" target="_blank">@darrencaveney </a>in Birmingham the other day.</p>
<p>These are some the things that are rolling round in my head as a result. Not all of them come directly from experiences at CommsCamp13, they may be things I&#8217;ve wanted to rant about for some time, and now seems to be as good a time as any. Some of these may turn into longer pieces, although it&#8217;s more likely that they&#8217;ll just sit here taunting me, saying &#8220;Why don&#8217;t you explain what you really mean there Lloyd?&#8221;</p>
<p>0. <strong>People are amazing.</strong> Groups of people are amazinger.  Groups of people allowed and encouraged to talk about the things that they really care about are the amazingest.</p>
<p>1. <strong>Lloyd! Stop trying to be right.</strong>  I find it really hard, but I try to keep following the golden rule: &#8220;Be prepared to be wrong, even when you&#8217;re right&#8221;.  Having said that, many of the following points read as pompous declarations of my unshakable will.  Prepare your pinch of salt.</p>
<p>2. <strong>If you don&#8217;t like this thing, start your own thing.</strong>  Nobody is gripping onto this &#8220;brand identity&#8221; nearly as hard as you imagine.  If you don&#8217;t like the fact that there&#8217;s only one UKGovCamp a year and the same 200 people always seem to go, set up your own (you might even <a href="http://grants.ukgovcamp.com/" target="_blank">get a grant</a> to help). If you want a #jelly or some tweetup in your town or region, do your own. Use #wewillgather for smaller things if it helps.</p>
<p>3.  <strong>Run sessions your way.</strong>  This is a development of the previous point &#8211; nobody has decreed, nor do they have the right to decree, that all sessions at a camp have to be sitting round in a circle having a therapy session.  We can do whatever we like &#8211; some of the best sessions I&#8217;ve been to at other camps have been &#8220;I know nothing about X, please come and enlighten me&#8221; or &#8220;Let&#8217;s make a Y in 45 minutes&#8221;.</p>
<p>4. <strong>No spectators.</strong>  I felt that we&#8217;d lost this a bit &#8211; it&#8217;s much harder in a one-day event and using traditional conference venues but we had 25-35 potential sessions and 140 people attending, so even with every session leader doubling up we&#8217;d only have half of the group able to lead even if they wanted to.  The no spectator rule is there, imho, to ensure that we don&#8217;t get into an us and them situation &#8211; encouraging everyone to have something even in their back pocket is an important part of pre-camp that we forget.  We saw a special case of this on Tuesday which was a lack of women pitching for sessions in the first round, fortunately there were some brave enough to point it out and I think we fixed it, but still, I think it would  help to make it clearer that there&#8217;s an expectation that you bring something to talk about, that it&#8217;s just part of the process.</p>
<p>5.  <strong>We&#8217;re all just folk here.</strong>  This is hard at UKGovCamp, but it was even harder this week &#8211; leave the corporate ego at the door &#8211; remember that everyone else is in the same boat as you, no-one has all the answers, we all have an equal responsibility for the success of the event.  Some people are effectively paying to be there, not everyone has a job that either treats this as part of your development or paid leave.</p>
<p>6. <strong>I love &#8220;Fuck it&#8221; moments.</strong>  One of the best stories I heard was from <a href="http://twitter.com/RaeWatson_" target="_blank">Rae Watson</a> talking about her experience of doing the right thing once she&#8217;d heard she was being made redundant.  Lovely, nothing to lose attitude which inspired me to call for a rolling programme of redundancies across the public sector <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>7. <strong>&#8220;The future is &#8230;not very evenly distributed.&#8221;</strong> You think?  This may come under the heading of &#8220;stop trying to be right&#8221; but really, the world *has* changed, hyperlinks really do subvert hierarchies, this is what is going on here, the institutions we work in are struggling and collapsing because the network crosses their boundaries without permission and with great ease.  I heard way more people than I expected to still talking about messaging and selling social media to senior execs.  Keep the focus off technologies and put it on power and service structures.</p>
<p>8. <strong>A camp is not about information dissemination.</strong>  It probably will happen as a by-product, but the purpose of the day is to encourage conversation and the resultant building of relationships. These are vital elements of the networked world &#8211; the ability to have good conversation and the richness of relationship that emerges therefrom.  This is where the value is, both to us as participants and to the organisations we&#8217;re part of.</p>
<p>9.  <strong>It&#8217;s your process.</strong> I know I&#8217;ve got it right when you don&#8217;t credit me and you say &#8220;we did this&#8221;.  It&#8217;s one of my favourite bits of the Tao Te Ching &#8211; Chapter 17</p>
<p>&#8220;<em>The Sage is self-effacing and scanty of words.</em><br />
<em>When his task is accomplished and things have been completed,</em><br />
<em>All the people say, &#8216;We ourselves have achieved it!&#8217;&#8221;</em></p>
<p>10.  <strong>It&#8217;s a 3-day commitment for me.</strong>  There&#8217;s very little traditional prep and follow-up but I need a good half-day before to warm-up and clear out the rest of the world and then a full day afterwards to recover.  I need to reflect this in my diary-planning and in my fees.</p>
<p>11. <strong>We *will* break your wifi.</strong>  John Popham has already <a href="http://johnpopham.wordpress.com/2013/02/27/conference-venues-and-connectivity/" target="_blank">summed up the connectivity issue</a> for most conference venues. Related: spambots may break your hashtag&#8230;</p>
<p>12. <strong>The view from the front.</strong>  That&#8217;s the title I gave the picture above.  It shouldn&#8217;t be like this.  There&#8217;s no reason to put everyone else face-front: we embrace circles when we go into sessions, we should do the same in plenary.  I think it would do a lot to reduce the sense of us-and-them.</p>
<p>13.  <strong>Stop trying to please everyone.</strong>  Media folk in public service have to juggle the goodwill of elected representatives, organisational managers, journalists and the public.  You can&#8217;t please all of these groups all of the time.  If you have to pick one, pick the public.</p>
<p>Turns out there&#8217;s thirteen, which is good since I&#8217;ve noticed many events this year have 13 in the title for some reason&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/1864/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/1864/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1864&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/02/28/some-things-from-my-head-following-commscamp13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>

		<media:content url="http://farm9.staticflickr.com/8379/8508887423_66129989bc_m.jpg" medium="image">
			<media:title type="html">View from the front #commscamp13</media:title>
		</media:content>
	</item>
		<item>
		<title>My five-year old: #tuttle</title>
		<link>http://perfectpath.co.uk/2013/02/15/my-five-year-old-tuttle/</link>
		<comments>http://perfectpath.co.uk/2013/02/15/my-five-year-old-tuttle/#comments</comments>
		<pubDate>Fri, 15 Feb 2013 18:11:44 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[events]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[tuttle]]></category>
		<category><![CDATA[tuttle club]]></category>
		<category><![CDATA[birthday]]></category>
		<category><![CDATA[Royal Festival Hall]]></category>

		<guid isPermaLink="false">http://perfectpath.co.uk/?p=1861</guid>
		<description><![CDATA[Yes, on 15th February five years ago, the London Social Media Cafe which was soon to become better known as The Tuttle Club held the first regular meetup at the Coach &#38; Horses in Greek Street and we&#8217;ve done the same thing (more or less) somewhere or other every week (give or take) since then. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1861&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/lloyd-davis/8474934979/" title="Birthday #Tuttle in full swing by Lloyd Davis, on Flickr"><img src="http://farm9.staticflickr.com/8525/8474934979_a277bd08dd_m.jpg" width="240" height="240" align="right" alt="Birthday #Tuttle in full swing"></a>Yes, on 15th February five years ago, <a href="http://londonsocialmediacafe.pbworks.com/w/page/18874317/080215%20Prototype" target="_blank">the London Social Media Cafe</a> which was soon to become better known as The Tuttle Club held the first regular meetup at the Coach &amp; Horses in Greek Street and we&#8217;ve done the same thing (more or less) somewhere or other every week (give or take) since then.</p>
<p>A bunch of lovely folk turned up this morning to do the same lovely thing as ever: talk, drink coffee, laugh, talk, meet new people, have a moan, whatever it is that you all do, I don&#8217;t know, I just wander around grinning inanely.</p>
<p>First thing this morning, <a href="http://www.twitter.com/robocallaghan" target="_blank">Rob O&#8217;Callaghan</a> showed his appreciation for #tuttle (which inspired his Tunbridge Wells group:  (<a href="http://www.twuttle.com" target="_blank">#twuttle</a> and its various spin-offs) by treating me to breakfast at the top of the Gherkin in the City.  Because it was something he could do.  It was great.  I&#8217;ve never been up in any of these super-tall structures before and the 40th floor with it&#8217;s 360-degree view is amazing.  Thanks to Rob and Phil Macleod who hosted us.</p>
<p>Back down at the RFH #tuttle buzzed its way through three hours (at least).  I was asked, by people who&#8217;d been around for a while and new people too, what I got out of doing it.  It&#8217;s a question that obsessed me at the beginning, but the answers aren&#8217;t what I expected back then.</p>
<p>It hasn&#8217;t made me rich or particularly famous.  I&#8217;m skint most of the time and I have been for five years, but I&#8217;m happier than I&#8217;ve ever been and anyone who wants to tell me that it&#8217;s all a failure because it doesn&#8217;t make money is missing the point of life, in my opinion.</p>
<p>About six months in, I decided that  I would commit to just showing up and welcoming new people  and I knew then that I wasn&#8217;t ever going to make money directly from #tuttle and that it wouldn&#8217;t thrive for long if I made it all about me and used it as a vehicle to get well-known and cash-in from there.  And I wanted it to thrive for a long time.  I still do.</p>
<p>But I&#8217;d already learned this from blogging &#8211; that you get your rewards *because* of the things you do, not *for* the things you do.  So what are the things I got?</p>
<p>Well doing this thing changed the whole way I see my life and work and it changed how I am perceived by others.  I no longer think of myself as any kind of consultant,(though I will still happily take consulting fees!) I&#8217;m an artist, I make beautiful things, and #tuttle is one of them.  The biggest thrill I got today was being told by a newcomer that &#8220;it was beautiful&#8221;.</p>
<p>I&#8217;ve been able to do things that I didn&#8217;t think possible.  I&#8217;ve traveled and written and photographed my way <a href="http://tuttle2texas.posterous.com" target="_blank">coast-to-coast</a> (and <a href="http://t2t2.posterous.com" target="_blank">friend-to-friend</a>) across the USA twice and then <a href="https://www.google.co.uk/search?q=%23llobo" target="_blank">hobo-ed</a> around the UK for a whole year living and working with people I&#8217;d met on the internet who&#8217;d got to know and trust me because I did #tuttle.</p>
<p>I got to call myself Social Artist in Residence at the <a href="http://www.creativecollaboration.org.uk" target="_blank">Centre for Creative Collaboration</a> and then spend a couple of years really thinking about what the hell that meant.</p>
<p>I got to work with a group of the simultaneously nicest *and* smartest people I&#8217;ve ever met on creating <a href="http://tuttleclub.wordpress.com/2009/07/15/our-first-consulting-gig/" target="_blank">a new approach to business consulting</a>, a process that resulted in <a href="http://film.britishcouncil.org/british-council-film-collection" target="_blank">some fabulous open data</a> and the creation of <a href="http://www.timeimage.org.uk" target="_blank">at least one company</a>.</p>
<p>My recent work on <a href="http://ourdigitalplanet.co.uk" target="_blank">#ourdigitalplanet</a> and <a href="http://www.wewillgather.co.uk" target="_blank">#wewillgather</a> (I&#8217;m considering amending my bio to say just &#8220;I work on hashtags&#8221;) has been successful because of this weekly deep experience of organising without an organisation.</p>
<p>And I got to meet you all and share in your journeys.  I got to see you grow and be encouraged and build your lives and projects and businesses.  I got to listen when you were down and depressed and couldn&#8217;t see the light just around the corner.   I saw hungry young things take flight and soar and become industry stalwarts. I saw a <a href="http://vimeo.com/2775430" target="_blank">certain entrepreneur meet hardcore users</a> of his product and get real user insights into the thing he&#8217;d later sell for millions.  And I got to partake in the multitude of fascinating soap-operas of our intersecting lives, laughing and scheming and crying and dreaming and, conversation by conversation, reaching a far better understanding of this social web thing together than we could ever have done on our own.</p>
<p>Thank you all, everyone who&#8217;s been along on a Friday morning, even just the one.  Thanks to everyone who picked up the idea and started one in their own town (otherwise how would I have ever known to <a href="http://tuttlela.com/2010/03/17/a-very-special-tuttle-la-on-fri-319/" target="_blank">visit Long Beach</a>?!?) Thanks to everyone who offered suggestions and guidance on making it better.  Thanks to the trolls who spewed and stewed and (thankfully) repeatedly went hungry; please, if they wake up, don&#8217;t start feeding them now&#8230;</p>
<p>OK, that&#8217;s all, go back to what you were doing.  See you next week.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/1861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/1861/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1861&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/02/15/my-five-year-old-tuttle/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>

		<media:content url="http://farm9.staticflickr.com/8525/8474934979_a277bd08dd_m.jpg" medium="image">
			<media:title type="html">Birthday #Tuttle in full swing</media:title>
		</media:content>
	</item>
		<item>
		<title>I&#8217;ve started watching &#8220;House of Cards&#8221; on Netflix #houseofcards</title>
		<link>http://perfectpath.co.uk/2013/02/11/ive-started-watching-house-of-cards-on-netflix-houseofcards/</link>
		<comments>http://perfectpath.co.uk/2013/02/11/ive-started-watching-house-of-cards-on-netflix-houseofcards/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 22:30:49 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>
		<category><![CDATA[House of Cards]]></category>
		<category><![CDATA[netflix]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[Spacey]]></category>
		<category><![CDATA[TV]]></category>

		<guid isPermaLink="false">http://perfectpath.co.uk/?p=1858</guid>
		<description><![CDATA[I had a long period of TV abstinence beginning in about 2004 (I guess it was about when I started writing here &#8211; something had to go to make time for it).  But Netflix has drawn me back into fairly regular TV watching because it&#8217;s totally under my control and it makes a decent fist [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1858&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I had a long period of TV abstinence beginning in about 2004 (I guess it was about when I started writing here &#8211; something had to go to make time for it).  But Netflix has drawn me back into fairly regular TV watching because it&#8217;s totally under my control and it makes a decent fist most of the time of alerting me to things I&#8217;d like to see.</p>
<p>Lots has been written about the new <a href="http://www.twitter.com/HouseofCards" target="_blank">House of Cards</a> which is not being shown on regular TV.  It&#8217;s on Netflix-only, and the 13 episodes were released all in one go last week.  Mostly though people are focusing their attention on the novelty of the release rather than the programme itself.</p>
<p>Which is a shame, because it&#8217;s very good.  I haven&#8217;t gone full throttle into TV addiction yet so I haven&#8217;t succumbed to the temptation of just watching the whole thing in a 13-hour marathon, but I&#8217;ve managed the first three episodes and we&#8217;re getting used to the characters and seeing some of the storylines start to firm up.</p>
<p>I was initially disappointed to realise (it came in the first few shots when Kevin Spacey turned and started talking to camera) that it&#8217;s the <a href="http://en.wikipedia.org/wiki/House_of_Cards_(UK_TV_series)" target="_blank">Michael Dobbs/Andrew Davies House of Cards</a> remade in today&#8217;s US political scene.  Disappointed only because the original was *so* good, so captivating, so of the time and shockingly near to what we suspected the inside of party politics was like, long before The Thick of It.  And because Ian Richardson was so compelling: simultaneously adorable and despicable.  And because I&#8217;m rarely won over by American remakes of British TV.  Where I am at the end of episode 3, Spacey hasn&#8217;t quite reached Richard III levels of despicability but he&#8217;s getting there and I fully believe that he pulls it off by Episode 13 and Robin Wright is an able Lady Macbeth.   Part of the draw for me is seeing how the other recognisable characters might turn out &#8211; although it&#8217;s pretty much a question of how they will meet their various sticky ends rather that whether they do (I hope).</p>
<p>I like the graphic overlays that denote when people are texting each other.  It lets the acting continue without cutting away to a close-up of the phone screen.  I haven&#8217;t seen it done as authentically before.</p>
<p>It&#8217;s very interesting to see it transplanted into American politics and the DC village rather than the Westminster one.  Though I am wondering why it took 23 years for this story to be acceptable to a US audience.  Is American politics in a similar place now to where we were at the end of the Thatcher era?  I guess there are similar levels of disillusionment with the system, but has that come about recently? Is it a new thing?  If we got any faith in the system back in 1997 we&#8217;ve lost it again since.</p>
<p>One thing that does crop up with the all-in-one release thing is that it makes it hard to have an online social experience around it and so it&#8217;s hard to write about without some spoilers &#8211; it&#8217;s neither like a movie (which you&#8217;ve either seen or you haven&#8217;t) nor like a standard TV series (where you might allow people to be a few episodes behind, but pretty much you expect everyone to be up to date or avoiding any reviews).  And of course it&#8217;s also a remake.</p>
<p>But do I hate spoilers so I shall wait until a significantly larger number of my friends are admitting to having seen it.</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/1858/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/1858/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1858&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/02/11/ive-started-watching-house-of-cards-on-netflix-houseofcards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
		<item>
		<title>Pick-up lines</title>
		<link>http://perfectpath.co.uk/2013/01/28/pick-up-lines/</link>
		<comments>http://perfectpath.co.uk/2013/01/28/pick-up-lines/#comments</comments>
		<pubDate>Mon, 28 Jan 2013 18:42:51 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>
		<category><![CDATA[bible]]></category>
		<category><![CDATA[cafe life]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[soup]]></category>

		<guid isPermaLink="false">http://perfectpath.co.uk/?p=1855</guid>
		<description><![CDATA[Karin sat in Caffe Nero and waited for her soup. When it came she heard a laugh, well, more of a snigger, but not a cruel one. &#8220;Your soup matches your dress!&#8221;  The guy sitting at the next table was grinning and looking at her.  She tried to work out whether he was being an [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1855&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Karin sat in Caffe Nero and waited for her soup.</p>
<p>When it came she heard a laugh, well, more of a snigger, but not a cruel one.</p>
<p>&#8220;Your soup matches your dress!&#8221;  The guy sitting at the next table was grinning and looking at her.  She tried to work out whether he was being an idiot or just inappropriately friendly for this part of south London.  She saw a heavy, large-print Bible, it&#8217;s pages covered in annotations and faded highlighter, lying open in his lap.  She smiled, but decided against further engagement.</p>
<p>She stirred her soup and looked at it intently.  So did he.</p>
<p>He sniggered again, &#8220;I saw a movie yesterday where something just like this happened.&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/1855/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/1855/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1855&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/01/28/pick-up-lines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
		<item>
		<title>St Mary Street</title>
		<link>http://perfectpath.co.uk/2013/01/28/st-mary-street/</link>
		<comments>http://perfectpath.co.uk/2013/01/28/st-mary-street/#comments</comments>
		<pubDate>Mon, 28 Jan 2013 18:20:08 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>
		<category><![CDATA[#ourdigitalplanet]]></category>

		<guid isPermaLink="false">http://perfectpath.co.uk/?p=1852</guid>
		<description><![CDATA[[Written in a notebook while I was in Cardiff in October 2012] &#8220;A quiet morning on the street, the rain hasn&#8217;t yet kicked in but the cold wind tells you that it isn&#8217;t far off. It&#8217;s time for the town&#8217;s drunks to converge on the Spar to buy their first tins of the day. Not [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1852&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a title="My glamorous life #ourdigitalplanet by Lloyd Davis, on Flickr" href="http://www.flickr.com/photos/lloyd-davis/8053212600/"><img alt="My glamorous life #ourdigitalplanet" src="http://farm9.staticflickr.com/8180/8053212600_816213def5_m.jpg" width="240" height="240" align="right" /></a>[Written in a notebook while I was in Cardiff in October 2012]</p>
<p>&#8220;A quiet morning on the street, the rain hasn&#8217;t yet kicked in but the cold wind tells you that it isn&#8217;t far off. It&#8217;s time for the town&#8217;s drunks to converge on the Spar to buy their first tins of the day.</p>
<p>Not their first beers, mind, they needed a beer at home to get out and about but this will be the first they part with cash for.</p>
<p>Ten minutes later &#8220;Babyface&#8221; appears. He hasn&#8217;t saved enough from last night to go in the shop, so he hangs in front of the Spar asking for change until someone buys him a single can of Tennants which he downs almost in one.</p>
<p>A dark haired man in a track-suit walks slowly up from the Morgan Arcade. &#8220;Listen to me good. No, you listen to me ya fat c**t I&#8217;m calling you now, so just listen&#8230;&#8221;</p>
<p>A fat bald man, in a grey hoodie and white shorts with black slippers on his feet, goes to the cashpoint. His head is so fat he has to move the phone from his ear to his mouth when he speaks.</p>
<p>Babyface bumps fists with a straggly bearded dwarf and they walk off together.&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/1852/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/1852/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1852&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/01/28/st-mary-street/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>

		<media:content url="http://farm9.staticflickr.com/8180/8053212600_816213def5_m.jpg" medium="image">
			<media:title type="html">My glamorous life #ourdigitalplanet</media:title>
		</media:content>
	</item>
		<item>
		<title>Today&#8217;s thought</title>
		<link>http://perfectpath.co.uk/2013/01/28/todays-thought/</link>
		<comments>http://perfectpath.co.uk/2013/01/28/todays-thought/#comments</comments>
		<pubDate>Mon, 28 Jan 2013 17:12:11 +0000</pubDate>
		<dc:creator>Lloyd Davis</dc:creator>
				<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://perfectpath.co.uk/?p=1849</guid>
		<description><![CDATA[It doesn&#8217;t matter how many times you write it out or make a list, do it.  There&#8217;s a voice that says it&#8217;s avoidance of really doing something, but it&#8217;s not.  It&#8217;s progress.  It&#8217;s getting today&#8217;s thought out on the page.  Today&#8217;s thought leads to today&#8217;s action.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1849&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>It doesn&#8217;t matter how many times you write it out or make a list, do it.  There&#8217;s a voice that says it&#8217;s avoidance of really doing something, but it&#8217;s not.  It&#8217;s progress.  It&#8217;s getting today&#8217;s thought out on the page.  Today&#8217;s thought leads to today&#8217;s action.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/perfectpath.wordpress.com/1849/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/perfectpath.wordpress.com/1849/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=perfectpath.co.uk&#038;blog=234098&#038;post=1849&#038;subd=perfectpath&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://perfectpath.co.uk/2013/01/28/todays-thought/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/297626f4b8613df4feef4db759e00928?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Lloyd Davis</media:title>
		</media:content>
	</item>
	</channel>
</rss>
