<?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/"
	>

<channel>
	<title>Randomly Designless</title>
	<atom:link href="http://www.cminion.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cminion.com/wordpress</link>
	<description>A series of accidental projects</description>
	<lastBuildDate>Wed, 12 May 2010 11:35:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL1084C &#8211; Shared Memory Segments cannot be allocated. SQLSTATE=57019</title>
		<link>http://www.cminion.com/wordpress/2010/05/12/sql1084c-shared-memory-segments-cannot-be-allocated-sqlstate57019/</link>
		<comments>http://www.cminion.com/wordpress/2010/05/12/sql1084c-shared-memory-segments-cannot-be-allocated-sqlstate57019/#comments</comments>
		<pubDate>Wed, 12 May 2010 11:34:59 +0000</pubDate>
		<dc:creator>cminion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cminion.com/wordpress/2010/05/12/sql1084c-shared-memory-segments-cannot-be-allocated-sqlstate57019/</guid>
		<description><![CDATA[This was using DB2 9.7 on linux.
The solution is to edit /etc/sysctl.conf
and increase the following sizes
kernel.shmmax=
kernel.shmall=
I found the solution here http://listserv.sap.com/pipermail/linux.general/2005-January/004486.html
]]></description>
			<content:encoded><![CDATA[<p>This was using DB2 9.7 on linux.</p>
<p><BR/>The solution is to edit <b>/etc/sysctl.conf</b><br />
and increase the following sizes</p>
<p><Code>kernel.shmmax=<amount of memory in bytes on the machine><br />
kernel.shmall=<amount of memory in bytes on the machine></code></p>
<p>I found the solution here <a href=http://listserv.sap.com/pipermail/linux.general/2005-January/004486.html>http://listserv.sap.com/pipermail/linux.general/2005-January/004486.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cminion.com/wordpress/2010/05/12/sql1084c-shared-memory-segments-cannot-be-allocated-sqlstate57019/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AIX: File too large  &#8212; ARGH</title>
		<link>http://www.cminion.com/wordpress/2010/05/11/aix-file-too-large-argh/</link>
		<comments>http://www.cminion.com/wordpress/2010/05/11/aix-file-too-large-argh/#comments</comments>
		<pubDate>Tue, 11 May 2010 17:08:56 +0000</pubDate>
		<dc:creator>cminion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cminion.com/wordpress/?p=195</guid>
		<description><![CDATA[After coming across this problem many times and always forgetting what it means i decided to write it down.
it means ulimit is set too low and AIX cant support files of that size. NOT that there is not enough free hard disk space.

the quick and nasty solution is to run make ulimit work with any [...]]]></description>
			<content:encoded><![CDATA[<p>After coming across this problem many times and always forgetting what it means i decided to write it down.</p>
<p>it means ulimit is set too low and AIX cant support files of that size. NOT that there is not enough free hard disk space.<br />
<br />
the quick and nasty solution is to run make ulimit work with any sizes<br />
<br /><code>ulimit unlimited</code></p>
<p>the neater and safer solution is to edit the <b>/etc/security/limits </b> and increase the sizes</p>
<p>thanks to <a href="http://bestgridnotes.blogspot.com/2007/08/aix-file-too-large.html">BestGrid</a> for pointing me in the right direction</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cminion.com/wordpress/2010/05/11/aix-file-too-large-argh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TwitVoteUK</title>
		<link>http://www.cminion.com/wordpress/2010/04/22/twitvoteuk/</link>
		<comments>http://www.cminion.com/wordpress/2010/04/22/twitvoteuk/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 14:17:19 +0000</pubDate>
		<dc:creator>cminion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cminion.com/wordpress/?p=191</guid>
		<description><![CDATA[Recently Ive been working together on a little project. http://www.TwitVoteUK.org.uk

I could go into detail but AndyPiper has written up a great article on this apparent digital election.  link
]]></description>
			<content:encoded><![CDATA[<p>Recently Ive been working together on a little project. http://www.TwitVoteUK.org.uk<br />
<img src=http://andypiper.files.wordpress.com/2010/04/selection_085.png?w=500/><br />
I could go into detail but AndyPiper has written up a great article on this apparent digital election.  <a href=http://andypiper.wordpress.com/2010/04/22/technology-and-elections-social-meets-society/>link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cminion.com/wordpress/2010/04/22/twitvoteuk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mounting Problem with NTFS in Linux (fedora)</title>
		<link>http://www.cminion.com/wordpress/2010/04/18/mounting-problem-with-ntfs-in-linux-fedora/</link>
		<comments>http://www.cminion.com/wordpress/2010/04/18/mounting-problem-with-ntfs-in-linux-fedora/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 02:01:09 +0000</pubDate>
		<dc:creator>cminion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cminion.com/wordpress/?p=189</guid>
		<description><![CDATA[A friend gave me an external hard disk so I could back up some important files for him.
I did the traditional
sudo mount /dev/sde1 /mnt/sde/ 
However it returned me the following error

[cminion@randomness ~]$ sudo mount /dev/sde1 /mnt/sde
$MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sde1': Input/output error
NTFS is either inconsistent, or there is a hardware [...]]]></description>
			<content:encoded><![CDATA[<p>A friend gave me an external hard disk so I could back up some important files for him.</p>
<p>I did the traditional<br />
<code>sudo mount /dev/sde1 /mnt/sde/ </code><br />
However it returned me the following error<br />
<code><br />
[cminion@randomness ~]$ sudo mount /dev/sde1 /mnt/sde<br />
$MFTMirr does not match $MFT (record 0).<br />
Failed to mount '/dev/sde1': Input/output error<br />
NTFS is either inconsistent, or there is a hardware fault, or it's a<br />
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows<br />
then reboot into Windows twice. The usage of the /f parameter is very<br />
important! If the device is a SoftRAID/FakeRAID then first activate<br />
it and mount a different device under the /dev/mapper/ directory, (e.g.<br />
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation<br />
for more details.<br />
</code></p>
<p>After a couple of hours on the internet I came up with nothing that worked, but then i read on an unrelated post about ntfsfix</p>
<p><code>ntfsfix /dev/sde1</code> </p>
<p>Ran this command waited 5 seconds then mounted the drive and it all worked fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cminion.com/wordpress/2010/04/18/mounting-problem-with-ntfs-in-linux-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Barcamp Brighton 4</title>
		<link>http://www.cminion.com/wordpress/2009/09/19/barcamp-brighton-4/</link>
		<comments>http://www.cminion.com/wordpress/2009/09/19/barcamp-brighton-4/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 11:24:22 +0000</pubDate>
		<dc:creator>cminion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cminion.com/wordpress/2009/09/19/barcamp-brighton-4/</guid>
		<description><![CDATA[The knowledge sharing society where everyone admits they don&#8217;t know everything and want to tell others what they do know.
The aim of a barcamp is to hack something together while attending talks on a variety of subjects. The events usually last from 10am on the Saturday till 6pm on the Sunday. The aim is for [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 168px"><img alt="BarCamp Brighton 4" src="http://www.barcampbrighton.org/wp-content/themes/barcampdreams/images/bcb4-rgb.png" title="BarCamp Brighton 4" width="158" height="59" /><p class="wp-caption-text">BarCamp Brighton 4</p></div><br />
The knowledge sharing society where everyone admits they don&#8217;t know everything and want to tell others what they do know.</p>
<p>The aim of a barcamp is to hack something together while attending talks on a variety of subjects. The events usually last from 10am on the Saturday till 6pm on the Sunday. The aim is for everyone to give a talk or something. The agenda is made up on the day using post it notes.<br />
<div class="wp-caption alignnone" style="width: 510px"><img alt="" src="http://farm3.static.flickr.com/2655/3906206191_4503902011.jpg" title="Everyone tries to give a presentation" class="alignnone" width="500" height="375" /><p class="wp-caption-text">Everyone tries to give a presentation</p></div>
<p>The whole event is free with sleeping space being provide if required on the upstairs floor.  </p>
<div class="wp-caption alignnone" style="width: 510px"><img alt="" src="http://farm3.static.flickr.com/2535/3906994438_3ace16b179.jpg" title="Living Agenda for the Sunday" class="alignnone" width="500" height="375" /><p class="wp-caption-text">Living Agenda for the Sunday</p></div>
<div class="wp-caption alignnone" style="width: 510px"><img alt="" src="http://farm3.static.flickr.com/2509/3906216661_871b9ae4ec.jpg" title="Dinner is started, 152 Pizzas" class="alignnone" width="500" height="375" /><p class="wp-caption-text">Dinner is started, 152 Pizzas</p></div>
<p>I feel the first thing I have to tell you is the building.<br />
I swear my first impression was to question the safety of the building. The old Brighton Music Library was hosting the event and I was informed that there had been multiple conversion projects run on it but none of them had been completed. This gave the event a perfect hacking atmosphere in my opinion. </p>
<div class="wp-caption alignnone" style="width: 510px"><img alt="" src="http://farm3.static.flickr.com/2651/3906207823_db2bce1842.jpg" title="How to string lights across the ceiling" class="aligncenter" width="500" height="375" /><p class="wp-caption-text">How to string lights across the ceiling</p></div>
<p>The event covered a wide range of talks, from is the Android Source really open to /dev/fort (devfort.com) to to being taught the hand actions for &#8220;I want to know what love is&#8221; by Foreigner. </p>
<p>My personal favorites were how to run a StarWars Weddings on a Budget and Blogging for fun and profit.</p>
<p>It was a really friendly atmosphere with anyone and everyone happy to answer questions. </p>
<p>I hope to attend BarCamp London 7 in October, for more details please look at <a href="http://www.barcamplondon.org ">http://www.barcamplondon.org/</a></p>
<p>For more general information on barcamps please take a look at <a href="http://www.barcamp.org ">http://www.barcamp.org </a></p>
<p>Thanks to Alex Hutter for the photographs</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cminion.com/wordpress/2009/09/19/barcamp-brighton-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hasbro&#8217;s Monopoly City Streets</title>
		<link>http://www.cminion.com/wordpress/2009/09/17/hasbros-monopoly-city-streets/</link>
		<comments>http://www.cminion.com/wordpress/2009/09/17/hasbros-monopoly-city-streets/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 11:01:20 +0000</pubDate>
		<dc:creator>cminion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cminion.com/wordpress/?p=142</guid>
		<description><![CDATA[&#160;&#160;&#160;link
I first read about this game 40minutes before the launch and so 38 minutes later I was sitting there hitting the F5 button to see nothing was happening&#8230;. Now if any of the readers have heard about Monopoly City Streets they will probably be aware their servers fell over for the first few days (ref). [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.cminion.com/wordpress/wp-content/uploads/2009/09/Monopoly-City-Streets.tiff" alt="Monopoly City Streets" title="Monopoly City Streets" class="alignnone size-full wp-image-143" />&nbsp;&nbsp;&nbsp;<a href="http://www.monopolycitystreets.com/game.html#en">link</a></p>
<p>I first read about this game 40minutes before the launch and so 38 minutes later I was sitting there hitting the F5 button to see nothing was happening&#8230;. Now if any of the readers have heard about Monopoly City Streets they will probably be aware their servers fell over for the first few days (<a href=http://www.pcmag.com/article2/0,2817,2352658,00.asp>ref</a>). I spent many a time looking at a CentOs screen saying the server was down for maintenance. When the game came back up it was too slow to play, their appeared to be a lot of hype all around the world and I was not certain it could live up to it.</p>
<p>However when the game was finally running live and able to cope with the demand I was pretty impressed.<br />
<img src="http://www.cminion.com/wordpress/wp-content/uploads/2009/09/Road.tiff" alt="A very unknown road I purchased in Southampton UK. " title="Road" class="alignleft size-full wp-image-147" /></p>
<p>The aim of the game is simple, become a property tycoon. Easier said then done, however with all the worlds roads up for grabs there are always places for new players to start.<br />
<div class="wp-caption alignright" style="width: 168px"><img src="http://www.cminion.com/wordpress/wp-content/uploads/2009/09/Building.tiff" alt="Building" title="Building" class="size-full wp-image-144" /><p class="wp-caption-text">One of the many types of house you can buy</p></div><br />
 Using the Google Map API the to generate the map data the player can select the road they wish to buy and then double click on it. After the road has been bought the player can choose to build houses or expand the number of streets he controls. The houses increase the rent from each street by the road can only contain so many houses. You begin with 3 000 000 Monopoly dollars and at the start or each day you receive your rent from the properties you own. You also occasionally get Chance Cards after completing a transaction. These can allow you to place hazards on your opponents streets or remove hazards from your own. When a street has a hazard on it no rent can be collected. </p>
<p><div class="wp-caption alignleft" style="width: 160px"><img width=100% src="http://www.cminion.com/wordpress/wp-content/uploads/2009/09/Hazard.tiff" alt="A hazard stopping me collecting rent" title="Hazard" class="alignright size-full wp-image-145" /><p class="wp-caption-text">A hazard stopping me collecting rent</p></div>  <div class="wp-caption alignright" style="width: 160px"><img width=100% src="http://www.cminion.com/wordpress/wp-content/uploads/2009/09/Man.tiff" alt="Help is always on hand. But he does feel like a MS PaperClip" title="Man" class="alignright size-full wp-image-146" /><p class="wp-caption-text">Help is always on hand. But he does feel like a MS PaperClip</p></div><br />
There is always a helpful little Monopoly Man there to lend you advice. However I found him far too much like the PaperClip from MS Office. </p>
<p>If you have a spare few minutes give the game a go. Its one of the more innovative web based games I&#8217;ve seen for a while and its fairly simple to play.<br />
<a href="http://www.monopolycitystreets.com/game.html#en">http://www.monopolycitystreets.com/game.html#en</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cminion.com/wordpress/2009/09/17/hasbros-monopoly-city-streets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is YOUR Persona?</title>
		<link>http://www.cminion.com/wordpress/2009/09/16/what-is-your-persona/</link>
		<comments>http://www.cminion.com/wordpress/2009/09/16/what-is-your-persona/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 11:05:11 +0000</pubDate>
		<dc:creator>cminion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cminion.com/wordpress/?p=133</guid>
		<description><![CDATA[Who are we all really? Have you always wanted to know how you are seen by the Internet World?
An art installation displayed in the MIT Museum produced by the MIT social media group aims to answer that very question.
I came across the website for the piece while randomly surfing the web. http://personas.media.mit.edu/
Its own description best [...]]]></description>
			<content:encoded><![CDATA[<p>Who are we all really? Have you always wanted to know how you are seen by the Internet World?</p>
<p>An art installation displayed in the MIT Museum produced by the <a href="http://smg.media.mit.edu/">MIT social media group</a> aims to answer that very question.</p>
<p>I came across the website for the piece while randomly surfing the web. <a href="http://personas.media.mit.edu/">http://personas.media.mit.edu/</a></p>
<p>Its own description best describes how it works taken from their front page.</p>
<blockquote><p>Personas is a component of the Metropath(ologies) exhibit, currently on display until Sept 09 at the MIT Museum by the Sociable Media Group from the MIT Media Lab (Please contact us if you want to show it next!). It uses sophisticated natural language processing and the Internet to create a data portrait of one&#8217;s aggregated online identity. In short, Personas shows you how the Internet sees you.</p></blockquote>
<p>So I tried to search cminion as its the name I go by online.</p>
<p>Below is my first set of results.<br />
<a href=http://www.cminion.com/wordpress/wp-content/uploads/2009/09/11111-1024x213.PNG target=blank> <img class="alignnone size-full wp-image-134" title="Personas Search 1" src="http://www.cminion.com/wordpress/wp-content/uploads/2009/09/11111-1024x213.PNG" alt="Personas Search 1" /></a><br />
Now I don&#8217;t feel I&#8217;m that interested in art, or that my name would ever be associated with art but obviously i am an online art connoisseur. I do admit though this entry is about a piece of art.</p>
<p>Out of curiosity I decided to try again, with the same name.<br />
<a href=http://www.cminion.com/wordpress/wp-content/uploads/2009/09/2-1024x200.jpg target=blank> <img class="alignnone size-full wp-image-134" title="Personas Search 2" src="http://www.cminion.com/wordpress/wp-content/uploads/2009/09/2-1024x200.jpg" alt="Personas Search 2"></a><br />
Now suddenly my largest section is Illegal&#8230;. Well I wasn&#8217;t sure what to say, maybe I am an art thief secretly&#8230;. Maybe in the previous two minutes minutes my rapidly changing interests has gone from famous art works to laundering the money from my sales of stolen art.</p>
<p>I decided to try one last time to see if there would be any similarity with it and the previous two.<br />
<a href=http://www.cminion.com/wordpress/wp-content/uploads/2009/09/3-1024x175.jpg target=blank><img class="alignnone size-full wp-image-134" title="Personas Search 3" src="http://www.cminion.com/wordpress/wp-content/uploads/2009/09/3-1024x175.jpg" alt="Personas Search 3" /></a></p>
<p>Now I know this is all a bit of fun, but I would expect some sort of coloration between the three searches that happened within a ten minute period.</p>
<p>If you are on the west of the pond and fancy seeing this curious piece of art it is on display until the end of this month at the <a href="http://web.mit.edu/museum/">MIT Museum</a>.</p>
<p>Please post a link to your own person below&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cminion.com/wordpress/2009/09/16/what-is-your-persona/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>4 Reasons I do not like SnowLeopard</title>
		<link>http://www.cminion.com/wordpress/2009/09/15/4-reasons-i-do-not-like-snowleopard/</link>
		<comments>http://www.cminion.com/wordpress/2009/09/15/4-reasons-i-do-not-like-snowleopard/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 11:03:05 +0000</pubDate>
		<dc:creator>cminion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac os]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[Snowleopard]]></category>
		<category><![CDATA[Time Capsule]]></category>

		<guid isPermaLink="false">http://www.cminion.com/wordpress/2009/09/10/4-reasons-i-do-not-like-snowleopard/</guid>
		<description><![CDATA[This is just a brief post explaining why I have regrets about snow leopard. These are all small reasons, or reasons that will probably only effect me
1) Does not work with Netatalk. I use netatalk to share an AFP partition on my server to be used with time capsule.  (http://www.kremalicious.com/2008/06/ubuntu-as-mac-file-server-and-time-machine-volume/)
2) Since installing iLife 09 [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a brief post explaining why I have regrets about snow leopard. These are all small reasons, or reasons that will probably only effect me</p>
<p>1) Does not work with Netatalk. I use netatalk to share an AFP partition on my server to be used with time capsule.  (http://www.kremalicious.com/2008/06/ubuntu-as-mac-file-server-and-time-machine-volume/)<br />
2) Since installing iLife 09 the software update utility wont update.<br />
3) My mac has crashed over half a dozen times, I have no idea why<br />
4) Wifi seems to connect more quickly but also looses the connection far to often</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cminion.com/wordpress/2009/09/15/4-reasons-i-do-not-like-snowleopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Down Again</title>
		<link>http://www.cminion.com/wordpress/2009/09/15/twitter-down-again/</link>
		<comments>http://www.cminion.com/wordpress/2009/09/15/twitter-down-again/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 23:19:43 +0000</pubDate>
		<dc:creator>cminion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cminion.com/wordpress/?p=169</guid>
		<description><![CDATA[Is anyone else finding twitter is suffering more and more. At least twice today I found myself staring at a error page..
Not a big deal, but it is a shame.

]]></description>
			<content:encoded><![CDATA[<p>Is anyone else finding twitter is suffering more and more. At least twice today I found myself staring at a error page..</p>
<p>Not a big deal, but it is a shame.</p>
<p><img src="http://www.cminion.com/wordpress/wp-content/uploads/2009/09/503.tiff" alt="Common Error Message" title="503" class="aligncenter size-full wp-image-172" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cminion.com/wordpress/2009/09/15/twitter-down-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Barcamp Brighton 4 Day 2</title>
		<link>http://www.cminion.com/wordpress/2009/09/14/barcamp-brighton-4-day-2/</link>
		<comments>http://www.cminion.com/wordpress/2009/09/14/barcamp-brighton-4-day-2/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 11:00:40 +0000</pubDate>
		<dc:creator>cminion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.cminion.com/wordpress/?p=114</guid>
		<description><![CDATA[Sorry its taken me so long to get round to finishing this post.
However I come to face this with two problems.
1) I haven&#8217;t got my notes as i lost them
2) I have a terrible memory.
I took sunday very calmly, tried to sort some problems out with my MacBook and in the end admitting defeat and [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry its taken me so long to get round to finishing this post.</p>
<p>However I come to face this with two problems.<br />
1) I haven&#8217;t got my notes as i lost them<br />
2) I have a terrible memory.</p>
<p>I took sunday very calmly, tried to sort some problems out with my MacBook and in the end admitting defeat and installing Snow Leopard (see a future blog post for my opinions).</p>
<p>This is in the order I remember the talks now in the order I attended. </p>
<p>Star Wars Wedding &#8211; On a Budget<br />
This guy had so much energy and was so proud of his achievement. I arrived her cautiously, unsure if i was showing a side of me that was too geeky. I was mainly attending to see what he was going to say (note to my fiance dont worry I don&#8217;t intend on putting you through all of this). He explained how he managed to afford the wedding on such a slim budget and how much easier it was. For for everything that he mentioned it had practical advice that could be used for any wedding.</p>
<p>His reason for doing this was to make a memorable wedding. He and his fiance were having trouble trying to remember which wedding was which. So they wanted to do something that everyone would remember. </p>
<p>Cloning TwitPic in 10mins. Using a selection of online tools this guy managed to produce a utility where he could take a photo and email ti an address. This would get processed and place a link on twitter. It required no actual code to be written by the author. Impressive stuff</p>
<p>How to Run a BarCamp- This is the traditional last talk of the day. I think i was the only none bar camp organiser at it. I found it very useful as I would one day like to run my own. </p>
<p>So there is my ever so brief summary of the last day. If I wasn&#8217;t installing SnowLeopard I probably would have written it as I went along again. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.cminion.com/wordpress/2009/09/14/barcamp-brighton-4-day-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
