<?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>World of XorA &#187; Uncategorized</title>
	<atom:link href="http://www.xora.org.uk/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xora.org.uk</link>
	<description>Random Stuff</description>
	<lastBuildDate>Thu, 16 Jun 2011 22:14:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Lego Cake</title>
		<link>http://www.xora.org.uk/2009/10/24/lego-cake/</link>
		<comments>http://www.xora.org.uk/2009/10/24/lego-cake/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 11:38:02 +0000</pubDate>
		<dc:creator>XorA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xora.org.uk/?p=121</guid>
		<description><![CDATA[<br/>Here is the cake Jen made me for my birthday, a very yummy white chocolate and raspberry cake made from lego bricks.]]></description>
			<content:encoded><![CDATA[<br/><p>Here is the cake Jen made me for my birthday, a very yummy white chocolate and raspberry cake made from lego bricks.</p>
<p><img src="http://www.xora.org.uk/wordpress/wp-content/uploads/2009/10/legocake-300x248.jpg" alt="legocake" title="legocake" width="300" height="248" class="alignnone size-medium wp-image-122" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xora.org.uk/2009/10/24/lego-cake/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OMAP3 Card Formatter License</title>
		<link>http://www.xora.org.uk/2009/09/07/omap3-card-formatter-license/</link>
		<comments>http://www.xora.org.uk/2009/09/07/omap3-card-formatter-license/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 14:04:26 +0000</pubDate>
		<dc:creator>XorA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xora.org.uk/?p=116</guid>
		<description><![CDATA[<br/>There is an updated and bugfixed version of this script now added to the OE git repository where all updates from now will be done. Latest Version At a request from TI developers I have decided to change the license of the script to GPLv2 as its more important to me that people can use [...]]]></description>
			<content:encoded><![CDATA[<br/><p><strong>There is an updated and bugfixed version of this script now added to the OE git repository where all updates from now will be done.</strong><br />
<a href="http://cgit.openembedded.org/cgit.cgi/openembedded/tree/contrib/angstrom/omap3-mkcard.sh"><strong>Latest Version</strong></a></p>
<p>At a request from TI developers I have decided to change the license of the script to GPLv2 as its more important to me that people can use the the script than spend their time arguing legal points.</p>
<div><a href="http://www.xora.org.uk/wp-content/uploads/2009/09/mkcard-v0.3.sh" style="float: right; margin-right: 5px;">Download</a>
<pre lang="*">#! /bin/sh
# mkcard.sh v0.3
# (c) Copyright 2009 Graeme Gregory <dp@xora.org.uk>
# Licensed under terms of GPLv2

DRIVE=$1

dd if=/dev/zero of=$DRIVE bs=1024 count=1024

SIZE=`fdisk -l $DRIVE | grep Disk | awk '{print $5}'`

echo DISK SIZE - $SIZE bytes

CYLINDERS=`echo $SIZE/255/63/512 | bc`

echo CYLINDERS - $CYLINDERS

{
echo ,9,0x0C,*
echo ,,,-
} | sfdisk -D -H 255 -S 63 -C $CYLINDERS $DRIVE

if [ -b ${DRIVE}1 ]; then
	mkfs.vfat -F 32 -n "boot" ${DRIVE}1
else
	if [ -b ${DRIVE}p1 ]; then
		mkfs.vfat -F 32 -n "boot" ${DRIVE}p1
	else
		echo "Cant find boot partition in /dev"
	fi
fi

if [ -b ${DRIVE}2 ]; then
	mke2fs -j -L "rootfs" ${DRIVE}2
else
	if [ -b ${DRIVE}p2 ]; then
		mke2fs -j -L "rootfs" ${DRIVE}p2
	else
		echo "Cant find rootfs partition in /dev"
	fi
fi
</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.xora.org.uk/2009/09/07/omap3-card-formatter-license/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What I has done!</title>
		<link>http://www.xora.org.uk/2009/05/31/what-i-has-done/</link>
		<comments>http://www.xora.org.uk/2009/05/31/what-i-has-done/#comments</comments>
		<pubDate>Sun, 31 May 2009 22:25:24 +0000</pubDate>
		<dc:creator>XorA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xora.org.uk/?p=69</guid>
		<description><![CDATA[<br/>Well on Weds I visited the zoo with Jen, haven&#8217;t been for ages and there have been a lot of changes and new buildings. Was also the day the were moving Mercedes to new home. Big huge crate and some burly guys reading to pack it. Got to see the penguin parade which is always [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Well on Weds I visited the zoo with Jen, haven&#8217;t been for ages and there have been a lot of changes and new buildings. Was also the day the were moving Mercedes to new home. Big huge crate and some burly guys reading to pack it. Got to see the penguin parade which is always fun. Zoo did seem to be stuck in some inbetween season, they hadn&#8217;t decided to be properly open for summer which meant I had to make do with some really bad burger for lunch <img src='http://www.xora.org.uk/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Friday was Gigantor with Jen, I remember liking Gigantor but I must say thats two I&#8217;ve been to I&#8217;ve not really enjoyed, just can&#8217;t get into the music they play! So as I was feeling too hot and it was nice outside we left early and wandered home.</p>
<p>Saturday I spent the day at Unique Beats which was a festival of electronic music in the Roxy Arthouse. I must say I really love the Roxy Arthouse, it&#8217;s an amazing venue, an old converted church. Afternoon had companies advertising their software and doing workshops along with some people playing all day. Evening it changed to full on gig with some amazing people doing their music. Saw some really great and unusual sets, almost all of them involving real instruments as well as computers and gadgets. And Frog Pocket is amazing, go see if you ever get the chance. Wore my boots of doom and got lots of compliments <img src='http://www.xora.org.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' />  For the last set of the day I got to hang around behind the no!input desk watching how they did the visuals which was interesting. Then off to the Brass Monkey for a few pints.</p>
<p>Today I caught tried to catch up on TNA and WWE, 7 hours in total, but still more to watch!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xora.org.uk/2009/05/31/what-i-has-done/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stupid Errors</title>
		<link>http://www.xora.org.uk/2009/05/20/stupid-errors/</link>
		<comments>http://www.xora.org.uk/2009/05/20/stupid-errors/#comments</comments>
		<pubDate>Wed, 20 May 2009 15:38:39 +0000</pubDate>
		<dc:creator>XorA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xora.org.uk/?p=65</guid>
		<description><![CDATA[<br/>OK RAID cards confuse me with their undocumented errors. Why don&#8217;t you just say some idiot set you in JBOD mode so you can&#8217;t create Raid Sets. Then I would have hunted through the menus to find the well hidden JBOD setting and disabled it. Worse this is the error didn&#8217;t even produce any sensible [...]]]></description>
			<content:encoded><![CDATA[<br/><p>OK RAID cards confuse me with their undocumented errors. Why don&#8217;t you just say some idiot set you in JBOD mode so you can&#8217;t create Raid Sets. Then I would have hunted through the menus to find the well hidden JBOD setting and disabled it.</p>
<p>Worse this is the error didn&#8217;t even produce any sensible google hits either.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xora.org.uk/2009/05/20/stupid-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lego Day 1</title>
		<link>http://www.xora.org.uk/2006/12/01/lego-day-1/</link>
		<comments>http://www.xora.org.uk/2006/12/01/lego-day-1/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 15:04:04 +0000</pubDate>
		<dc:creator>XorA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xora.org.uk/2006/12/01/lego-day-1/</guid>
		<description><![CDATA[<br/>]]></description>
			<content:encoded><![CDATA[<br/><p><img alt="lego_day01.jpg" id="image47" src="http://www.xora.org.uk/wordpress/wp-content/uploads/2006/12/lego_day01.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xora.org.uk/2006/12/01/lego-day-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Super Dalek Cake</title>
		<link>http://www.xora.org.uk/2006/10/22/super-dalek-cake/</link>
		<comments>http://www.xora.org.uk/2006/10/22/super-dalek-cake/#comments</comments>
		<pubDate>Sun, 22 Oct 2006 09:54:54 +0000</pubDate>
		<dc:creator>XorA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xora.org.uk/2006/10/22/super-dalek-cake/</guid>
		<description><![CDATA[<br/>My wonderful wife Bobster made me a super dalek cake.]]></description>
			<content:encoded><![CDATA[<br/><p>My wonderful wife Bobster made me a super dalek cake.</p>
<p><img id="image45" alt="super_dalek_cake.jpg" style="width: 403px; height: 439px" src="http://www.xora.org.uk/wordpress/wp-content/uploads/2006/10/super_dalek_cake.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xora.org.uk/2006/10/22/super-dalek-cake/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Lucky Me</title>
		<link>http://www.xora.org.uk/2006/07/31/lucky-me/</link>
		<comments>http://www.xora.org.uk/2006/07/31/lucky-me/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 10:06:45 +0000</pubDate>
		<dc:creator>XorA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xora.org.uk/wordpress/?p=42</guid>
		<description><![CDATA[<br/>I have been married to my wife Liomari for a year, a month and 20 days now. It&#8217;s about time I let everyone know how much I appreciate her. She is the most awesome person and I love her beyond anything else in the world. Thankyou Bob.]]></description>
			<content:encoded><![CDATA[<br/><p>I have been married to my wife <a href="http://www.liomari.org.uk/">Liomari</a> for a year, a month and 20 days now.</p>
<p>It&#8217;s about time I let everyone know how much I appreciate her.</p>
<p>She is the most awesome person and I love her beyond anything else in the world.</p>
<p>Thankyou Bob.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xora.org.uk/2006/07/31/lucky-me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Silent Hill</title>
		<link>http://www.xora.org.uk/2006/04/27/silent-hill/</link>
		<comments>http://www.xora.org.uk/2006/04/27/silent-hill/#comments</comments>
		<pubDate>Thu, 27 Apr 2006 11:29:15 +0000</pubDate>
		<dc:creator>XorA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xora.org.uk/wordpress/?p=35</guid>
		<description><![CDATA[<br/>Went to see this film last night, was a bit dubious before seeing it as it is a &#8220;film of the game&#8221; and it had some dubious reviews. But I must say I loved the film, it was a good re-telling of the story of SH1 with some nice snippets from 2/3 thrown in. They [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Went to see this film last night, was a bit dubious before seeing it as it is a &#8220;film of the game&#8221; and it had some dubious reviews.</p>
<p>But I must say I loved the film, it was a good re-telling of the story of SH1 with some nice snippets from 2/3 thrown in. They changed the plot to work better in the film in a good way. And the way SH works there are many many stories anyway. I also liked the way they managed to remove all the book/notice reading you do in game by having the story run in two threads.</p>
<p>My favourite stuff though was the special effects, which they had gone old skewl on and resisted just CGIing everything. It was well worth it as the locations and creatures were stunning.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xora.org.uk/2006/04/27/silent-hill/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Category Icons</title>
		<link>http://www.xora.org.uk/2006/03/16/category-icons/</link>
		<comments>http://www.xora.org.uk/2006/03/16/category-icons/#comments</comments>
		<pubDate>Thu, 16 Mar 2006 10:32:54 +0000</pubDate>
		<dc:creator>XorA</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xora.org.uk/wordpress/?p=29</guid>
		<description><![CDATA[<br/>Well my first ever bit of php editing and category icons are now working with this nice simple little theme.]]></description>
			<content:encoded><![CDATA[<br/><p>Well my first ever bit of php editing and category icons are now working with this nice simple little theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xora.org.uk/2006/03/16/category-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super Lego Cake</title>
		<link>http://www.xora.org.uk/2005/10/21/super-lego-cake/</link>
		<comments>http://www.xora.org.uk/2005/10/21/super-lego-cake/#comments</comments>
		<pubDate>Fri, 21 Oct 2005 08:47:45 +0000</pubDate>
		<dc:creator>XorA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xora.org.uk/wordpress/?p=23</guid>
		<description><![CDATA[<br/>Here is the super lego cake bob made for my birthday.]]></description>
			<content:encoded><![CDATA[<br/><p>Here is the super lego cake bob made for my birthday.</p>
<p><a href="http://www.xora.org.uk/wordpress/?pp_album=1&#038;pp_image=11.jpg" title="11" target="_top"><img src="http://www.xora.org.uk/wordpress/wp-content/photos/11.jpg" width="450" height="321" alt="11" class="centered" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xora.org.uk/2005/10/21/super-lego-cake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freaky</title>
		<link>http://www.xora.org.uk/2005/10/20/freaky/</link>
		<comments>http://www.xora.org.uk/2005/10/20/freaky/#comments</comments>
		<pubDate>Thu, 20 Oct 2005 11:06:09 +0000</pubDate>
		<dc:creator>XorA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xora.org.uk/wordpress/?p=22</guid>
		<description><![CDATA[<br/>This is freaky stuff. Music Video]]></description>
			<content:encoded><![CDATA[<br/><p>This is freaky stuff.</p>
<p><a href="http://www.astralwerks.com/fbs/woc/">Music Video</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xora.org.uk/2005/10/20/freaky/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Amazinging amounts have happened</title>
		<link>http://www.xora.org.uk/2005/07/27/amazinging-amounts-have-happened/</link>
		<comments>http://www.xora.org.uk/2005/07/27/amazinging-amounts-have-happened/#comments</comments>
		<pubDate>Wed, 27 Jul 2005 09:21:21 +0000</pubDate>
		<dc:creator>XorA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xora.org.uk/wordpress/?p=12</guid>
		<description><![CDATA[<br/>I never update my blog enough these days. Been extremely busy since the last update thats for sure. On 11th June I got married to the amazing Bobster, then we went off to Lindos in Rhodes for our honeymoon. Wedding was amazing and I am extremely happy with married life. Saw Nine Inch Nails finally, [...]]]></description>
			<content:encoded><![CDATA[<br/><p>I never update my blog enough these days. Been extremely busy since the<br />
last update thats for sure.</p>
<p>On 11th June I got married to the amazing Bobster, then we went off to<br />
Lindos in Rhodes for our honeymoon.</p>
<p>Wedding was amazing and I am extremely happy with married life.</p>
<p>Saw Nine Inch Nails finally, after last gig I went to was cancelled.</p>
<p>Now looking for a new house for us to live in, looking for something<br />
nice out of Edinburgh because out there we can afford to get a decent<br />
house together rather than a 1 bed flat in Edin.</p>
<p>Tried the &#8220;You Are What You Eat&#8221; diet, some of the food is nice, some<br />
sucks. But overall the whole thing was leaving me ill, so reverting to a<br />
more balanced diet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xora.org.uk/2005/07/27/amazinging-amounts-have-happened/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wrestling</title>
		<link>http://www.xora.org.uk/2005/04/01/wrestling/</link>
		<comments>http://www.xora.org.uk/2005/04/01/wrestling/#comments</comments>
		<pubDate>Fri, 01 Apr 2005 12:26:16 +0000</pubDate>
		<dc:creator>XorA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xora.org.uk/wordpress/?p=11</guid>
		<description><![CDATA[<br/>I love this site. http://www.obsessedwithwrestling.com/]]></description>
			<content:encoded><![CDATA[<br/><p>I love this site.</p>
<p><a href="http://www.obsessedwithwrestling.com/">http://www.obsessedwithwrestling.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xora.org.uk/2005/04/01/wrestling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hair</title>
		<link>http://www.xora.org.uk/2005/03/25/hair/</link>
		<comments>http://www.xora.org.uk/2005/03/25/hair/#comments</comments>
		<pubDate>Fri, 25 Mar 2005 17:43:36 +0000</pubDate>
		<dc:creator>XorA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xora.org.uk/wordpress/?p=10</guid>
		<description><![CDATA[<br/>My fluffy horrible hair also seems to have dissapeared.]]></description>
			<content:encoded><![CDATA[<br/><p>My fluffy horrible hair also seems to have dissapeared.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xora.org.uk/2005/03/25/hair/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wedding List</title>
		<link>http://www.xora.org.uk/2005/03/25/wedding-list/</link>
		<comments>http://www.xora.org.uk/2005/03/25/wedding-list/#comments</comments>
		<pubDate>Fri, 25 Mar 2005 17:39:19 +0000</pubDate>
		<dc:creator>XorA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xora.org.uk/wordpress/?p=9</guid>
		<description><![CDATA[<br/>Well my feet are broken beyond repair, but its done. We have a wedding list of all the coolest stuff available. I am very happy.]]></description>
			<content:encoded><![CDATA[<br/><p>Well my feet are broken beyond repair, but its done. We have a wedding<br />
list of all the coolest stuff available. I am very happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xora.org.uk/2005/03/25/wedding-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sunset</title>
		<link>http://www.xora.org.uk/2005/03/23/sunset-2/</link>
		<comments>http://www.xora.org.uk/2005/03/23/sunset-2/#comments</comments>
		<pubDate>Tue, 22 Mar 2005 23:00:34 +0000</pubDate>
		<dc:creator>XorA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xora.org.uk/wordpress/?p=8</guid>
		<description><![CDATA[<br/>The sunset last night.]]></description>
			<content:encoded><![CDATA[<br/><p>The sunset last night.</p>
<p><a href="http://www.xora.org.uk/wordpress/?pp_album=1&#038;pp_image=4.jpg" title="Sunset" target="_top"><img src="http://www.xora.org.uk/wordpress/wp-content/photos/4.jpg" width="450" height="337" alt="Sunset" class="centered" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xora.org.uk/2005/03/23/sunset-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sunset</title>
		<link>http://www.xora.org.uk/2005/03/23/sunset/</link>
		<comments>http://www.xora.org.uk/2005/03/23/sunset/#comments</comments>
		<pubDate>Tue, 22 Mar 2005 23:00:10 +0000</pubDate>
		<dc:creator>XorA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xora.org.uk/wordpress/?p=7</guid>
		<description><![CDATA[<br/>]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://www.xora.org.uk/wordpress/?pp_album=1&#038;pp_image=6.jpg" title="Another Sunset" target="_top"><img src="http://www.xora.org.uk/wordpress/wp-content/photos/6.jpg" width="450" height="337" alt="Another Sunset" class="centered" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xora.org.uk/2005/03/23/sunset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Appraisal</title>
		<link>http://www.xora.org.uk/2005/02/09/appraisal/</link>
		<comments>http://www.xora.org.uk/2005/02/09/appraisal/#comments</comments>
		<pubDate>Wed, 09 Feb 2005 15:25:37 +0000</pubDate>
		<dc:creator>XorA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xora.org.uk/wordpress/?p=5</guid>
		<description><![CDATA[<br/>Well that was painful, an hour and a quarter of appraisal. I hate those things.]]></description>
			<content:encoded><![CDATA[<br/><p>Well that was painful, an hour and a quarter of appraisal. I hate those<br />
things.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xora.org.uk/2005/02/09/appraisal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meetings</title>
		<link>http://www.xora.org.uk/2005/01/31/meetings/</link>
		<comments>http://www.xora.org.uk/2005/01/31/meetings/#comments</comments>
		<pubDate>Mon, 31 Jan 2005 14:03:07 +0000</pubDate>
		<dc:creator>XorA</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.xora.org.uk/wordpress/?p=4</guid>
		<description><![CDATA[<br/>Finally had the meeting of doom that was postponed and postponed. Actually it turned out to be not doomy in the end. Turns out the reason I was getting hassle trying to find out what was happening last year was due to the scaking of one of my colleagues. So my manager doesn&#8217;t mind that [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Finally had the meeting of doom that was postponed and postponed.</p>
<p>Actually it turned out to be not doomy in the end. Turns out the reason<br />
I was getting hassle trying to find out what was happening last year was<br />
due to the scaking of one of my colleagues. So my manager doesn&#8217;t mind<br />
that I was a bit ticked off.</p>
<p>They are also going to try and find some better work for me in the<br />
attempt to keep me, might even be some embedded linux work. That would<br />
be nice.</p>
<p>In vaguely related news I was asked if I wanted direct access to<br />
openembedded repository. Means I can now check my patches in directly.</p>
<p>Bob is feeling ill again today, I am stuck at work and hoping she is<br />
feeling better.</p>
<p>Its been a strange weekend, but I think things are going to be<br />
wonderful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xora.org.uk/2005/01/31/meetings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

