<?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>Alan Dearle</title>
	<atom:link href="http://blogs.cs.st-andrews.ac.uk/al/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.cs.st-andrews.ac.uk/al</link>
	<description>Alan Dearle&#039;s Home &#38; Blog</description>
	<lastBuildDate>Wed, 01 Dec 2010 18:49:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Quintin Cutts talking of Computer Science Inside</title>
		<link>http://blogs.cs.st-andrews.ac.uk/al/2010/12/01/quintin-cutts-talking-of-computer-science-inside/</link>
		<comments>http://blogs.cs.st-andrews.ac.uk/al/2010/12/01/quintin-cutts-talking-of-computer-science-inside/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 18:49:15 +0000</pubDate>
		<dc:creator>al</dc:creator>
				<category><![CDATA[Current activities]]></category>
		<category><![CDATA[Hardware & Software]]></category>

		<guid isPermaLink="false">https://blogs.cs.st-andrews.ac.uk/al/?p=258</guid>
		<description><![CDATA[﻿One of our old graduates Quintin Cutts has been on the Web talking about the teaching of Computer Science in Schools. You can view the video here &#8211;  http://www.ltscotland.org.uk/video/q/video_tcm4557296.asp  ]]></description>
			<content:encoded><![CDATA[<p>﻿One of our old graduates <a href="http://www.dcs.gla.ac.uk/~quintin/">Quintin Cutts</a> has been on the Web talking about the teaching of Computer Science in Schools.</p>
<p>You can view the video here &#8211;  <a href="http://www.ltscotland.org.uk/video/q/video_tcm4557296.asp">http://www.ltscotland.org.uk/video/q/video_tcm4557296.asp</a></p>
<p><img src="http://blogs.cs.st-andrews.ac.uk/al/files/2010/12/SafariScreenSnapz001.jpg" border="0" alt="SafariScreenSnapz001.jpg" width="461" height="331" /></p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cs.st-andrews.ac.uk/al/2010/12/01/quintin-cutts-talking-of-computer-science-inside/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<saved_date_time></saved_date_time><news_archive_date></news_archive_date>	</item>
		<item>
		<title>Sheeva &#8211; Plug Computing</title>
		<link>http://blogs.cs.st-andrews.ac.uk/al/2010/11/10/sheeva-plug-computing/</link>
		<comments>http://blogs.cs.st-andrews.ac.uk/al/2010/11/10/sheeva-plug-computing/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 21:19:48 +0000</pubDate>
		<dc:creator>al</dc:creator>
				<category><![CDATA[Current activities]]></category>
		<category><![CDATA[Hardware & Software]]></category>

		<guid isPermaLink="false">https://blogs.cs.st-andrews.ac.uk/al/?p=252</guid>
		<description><![CDATA[A month or so ago David Irvine of Maidsafe gave me a cool new toy &#8211; a SheevaPLUG Development Kit from GlobalScale. This is a computer that plugs into the wall (like a plug) like this -   Perhaps the best bit about this device is that is costs about $100. It runs Linux, has [...]]]></description>
			<content:encoded><![CDATA[<p>A month or so ago David Irvine of <a href="http://www.maidsafe.net/">Maidsafe</a> gave me a cool new toy &#8211; a <a href="http://www.globalscaletechnologies.com/p-22-sheevaplug-dev-kit-us.aspx">SheevaPLUG Development Kit</a> from GlobalScale. This is a computer that plugs into the wall (like a plug) like this -</p>
<p> </p>
<p><img src="http://blogs.cs.st-andrews.ac.uk/al/files/2010/11/sheevaplug.jpg" border="0" alt="sheevaplug.jpg" width="239" height="211" /></p>
<p>Perhaps the best bit about this device is that is costs about $100. It runs Linux, has a 1.2 GHz single core processor and has 512 Mb of RAM and 512 Mb of Nand Flash. On the outside there are a few interfaces &#8211; a single USB port and an RJ45 ethernet port. It also has a min-USB connection for debugging it and an external flash slot for some kind of card &#8211; SD maybe? The whole box is pretty small  - 110 X 70 X 49mm. It is also remarkable due to the fact that it only draws 3 amps of current.</p>
<p>Anyhow, after this thing sitting in its box for a while I have decided to do something with it. Interestingly I think there are a number of cool things you could do with this &#8211; as a base station for motes, as an access point, for distributed p2p storage etc. etc. However, I have decided to use this one as a backup device.</p>
<p>Here is a photo of it sitting in a cupboard at home plugged into the network with the pink cable and connected to a tera byte Hitachi USB disk.</p>
<p><img src="http://blogs.cs.st-andrews.ac.uk/al/files/2010/11/DSC_0003.jpg" border="0" alt="DSC_0003.JPG" width="600" height="401" /></p>
<p>So far it is working pretty well, after a few hiccups (including deleting the whole init.d directory with a bit of gun ho <strong>rm</strong> commands). However there a a few things I would have liked to have known before I started:</p>
<p>1. It comes with Linux on it (not obvious &#8211; no screen:)</p>
<p>2. It responds to dhcp &#8211; no where in the documentation does it say this (that I could find). The documentation is on the whole close to non-existent.</p>
<p>3. It runs sshd out of the box.</p>
<p>4. I would have liked to know the default root password &#8211; it is &#8220;nosoup4u&#8221; &#8211; no soup for you.</p>
<p>5. It has samba on it but it is turned off by default.</p>
<p>6. I could go on but I won&#8217;t &#8211; it will just show how long it is since I did any proper sys admin &#8211; in fact if there is a downside to devices like this it is this &#8211; you have to run everything yourself &#8211; fine if you are a 15 year old Linux head but I am too old for that &#8211; I did that in my 20s.</p>
<p>Nevertheless, I am very impressed with this little toy &#8211; if it all goes wrong I will blog about it but for now it has backed up my daughter&#8217;s laptop and is currently backing up my wife&#8217;s.</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cs.st-andrews.ac.uk/al/2010/11/10/sheeva-plug-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<saved_date_time></saved_date_time><news_archive_date></news_archive_date>	</item>
		<item>
		<title>Reading list for Computer Scientists</title>
		<link>http://blogs.cs.st-andrews.ac.uk/al/2010/11/02/reading-list-for-computer-scientists/</link>
		<comments>http://blogs.cs.st-andrews.ac.uk/al/2010/11/02/reading-list-for-computer-scientists/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 09:52:26 +0000</pubDate>
		<dc:creator>al</dc:creator>
				<category><![CDATA[Current activities]]></category>

		<guid isPermaLink="false">https://blogs.cs.st-andrews.ac.uk/al/?p=242</guid>
		<description><![CDATA[Following an article in Atlantic Monthly there has been a suggestion from Simon Dobson to create a &#8216;must read&#8217; reading list for Computer Scientists. These are not supposed to be text books but rather goo background reading. Each Professor in the School is going to suggest 5 books. Here are mine: ﻿Cryptonomicon by Neal Stephenson.A fictional [...]]]></description>
			<content:encoded><![CDATA[<p>Following an article in Atlantic Monthly there has been a suggestion from Simon Dobson to create a &#8216;must read&#8217; reading list for Computer Scientists. These are not supposed to be text books but rather goo background reading. Each Professor in the School is going to suggest 5 books. Here are mine:</p>
<p><strong>﻿Cryptonomicon</strong> by Neal Stephenson.<br />A fictional epic featuring everything for a Computer Science: Bletchley Park, encryption, Van-Eck freaking, protecting electronic assets, Internet banking (did I mention gold, submarines and the second World War). If you like this you should also read Snow Crash by the Same Author.</p>
<div><strong>Accelerando</strong> by Charles Stross</div>
<div>This is another amazing book in the Cyber-Punk genre. It features a myriad of ideas including the world being turned into Computronium, digitised humans being sent to the other side of the Universe in a Coke can and the idea that no advanced civilisation would want to invade the Earth because we are too far away from the centre of the Universe and consequently there would not be enough bandwidth!  Once you read this one, read his other novels &#8211; brilliant.</div>
<div><strong>Peopleware</strong> by DiMarco and Lister</div>
<div>This is a classic &#8211; everything you need to know about working in a team (and how not to). Lots of stuff about the working <span style="text-decoration: underline;">environment</span> which I try to follow whenever I can.</div>
<div><strong>How Would You Move Mount Fuji?</strong> by William Poundstone</div>
<div>This book is subtitled &#8220;Microsoft&#8217;s Cult of the Puzzle &#8211; How the World&#8217;s Smartest Company Selects the Most Creative Thinkers&#8221;. Most Computer Science students will be looking to get a job sometime. This book contains what are essentially interview questions &#8211; many of them based on what we teach in CS2001 &#8211; how do you find out if a linked list has a look in it&#8230;</div>
<div><strong>Apollo: the Race to the Moon</strong></div>
<p>by Charles Murray (Author), Catherine Bly Cox (Author) This book is amazing but very hard to find (so I include this link <a href="http://www.amazon.co.uk/gp/product/0436302241/">http://www.amazon.co.uk/gp/product/0436302241/</a>). This book is all about how the Americans put Man on the moon. The book is really all about projects and how to run them and also how not to. I would really recommend this book to anyone but especially to anyone who thinks they can manage projects (or want to).</p>
<div><span style="font-weight: normal; font-size: small;"><br /></span></div>
<div><strong>Saleem&#8217;s are:</strong></div>
<div>﻿Goldacre, B. (2009). <strong>Bad Science</strong>. Harper Perennial.<br />Describes how data can be mis-used to present what appear to be &#8220;facts&#8221;.<br />Includes many examples from real stories reported in the press and in<br />scientific publications, covering topics from medicine to the public<br />misunderstanding of science. It is scary how much completely wrong<br />stuff people can believe to be true.</p>
<p>Hannam, B. (2010) <strong>God&#8217;s Philosophers: How the Medieval World Laid the Foundations of Modern Science</strong>. Icon Books Ltd<br />Most people think that science is a relatively modern occurrence, and<br />that the Dark Ages were an intellectual void. This book discusses some<br />of the key inventions of our time such as spectacles, the mechanical clock,<br />the compass and gunpower, and places them into their historical context in<br />the Middle Ages of Europe.<br />(Shortlisted for the Royal Society Prize for Science Books 2010)</p>
<p>du Sautoy, M. (2010). <strong>The Number Mysteries: A Mathematical Odyssey Through Everyday Life</strong>. Fourth Estate<br />An explanation of how mathematics impacts our everyday lives, from playing<br />football to shopping on the Internet. The examples from everyday life,<br />presented in a very accessible manner, are what make this book such a good read.<br />(Prof Marcus Du Sautoy delivered the 2005 Royal Institute Christmas Lectures)</p>
<p>Stephens, W. R., Rago, S. A. (2005). <strong>Advanced Programming in the UNIX Environment</strong>. Addison Wesley; 2nd Ed.<br />The title says it all &#8211; it&#8217;s the Daddy.</p>
<p>Eco, U. (1980) <strong>The Name Of The Rose</strong>. Vintage Classics; New edition (1 May 2008)<br />First published in 1980, this is a medieval murder mystery involving coded<br />manuscripts and a brotherhood of conspiratorial monks. A really good whodunnit.</div>
<p> </p>
<p><strong>Ian Sommerville&#8217;s</strong> are here: ﻿<a href="http://se9book.wordpress.com/2010/10/27/reading-list-for-techies/">http://se9book.wordpress.com/2010/10/27/reading-list-for-techies/</a></p>
<p><strong>ian Gent&#8217;s</strong> list:</p>
<p><strong>How to Get a PhD</strong> ﻿Estelle Phillips, Derek Pugh, (2005, Fourth Edition).   Open University Press.</p>
<p>A slight wild card, because not every CS undergraduate should read it.  But everybody in any discipline who wants to do a PhD should read it, and they should read it before they even decide to do a PhD &#8211; so while they are an undergraduate.   The chapter on How Not To Get A PhD is a classic.   A book which I have lent to people many more times than I have got it back &#8211; but I don&#8217;t mind since it&#8217;s so important that people read it.   </p>
<p>Andrew Hodges, (1992, New edition).  <strong>Alan Turing: The Enigma</strong>. Vintage </p>
<p>Alan Turing must be one of the top three British scientists &#8211; with Darwin and Newton.   He founded theoretical computer science (the Turing machine).  He founded practical computer science (at Bletchley and with the ACE).   He founded theoretical AI (the Turing test).   He founded practical AI (the first chess playing program.)   In his spare time he won the Second World War.    And he could run a marathon in 11 minutes outside Olympics winning pace.   This is an excellent biography of him.   </p>
<p>Brian Kernighan and Dennis M Ritchie, (1988, second edition).  <strong>The C Programming Language</strong>.  Prentice-Hall.  </p>
<p>This book shows just how short a great programming language book can be.   Written by one of designers of C (Ritchie) and one of the great technical computing writers (Kernighan.)   And yes, I am saying that reading a great book about a programming language can be a great pleasure even if you don&#8217;t use the language.</p>
<p>Fred Brooks (1995, second edition).  <strong>The Mythical Man Month</strong>.  Addison-Wesley</p>
<p>If a software project with 100 people will take a year, how long will it take if you add another 100 people half way through?    Answer: who knows?  Could be it now takes 2 years, or maybe never finishes.    If you answered 9 months you&#8217;re good at puzzles but you REALLY need to read this book!</p>
<p><em>I would have had this one too had Ian not suggested it first.</em></p>
<p><strong>Simon Dobson&#8217;s</strong> list:</p>
<p><strong>﻿Structure and interpretation of computer programs</strong>. Abelson and Sussman.<br />(OK, bit of a text book&#8230;)</p>
<p><strong>The design of everyday things</strong>. Donald Norman.</p>
<p><strong>Casting the net.</strong> Janet Abate.</p>
<p><strong>The transparent society.</strong> David Brin.</p>
<p><strong>Godel, Escher, Bach</strong>, Douglas Hofstadter.</p>
<p>These will be posted more formally at some point on the School Web pages &#8211; possibly as an edited list.</p>
<p> </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cs.st-andrews.ac.uk/al/2010/11/02/reading-list-for-computer-scientists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<saved_date_time></saved_date_time><news_archive_date></news_archive_date>	</item>
		<item>
		<title>Defibrillator</title>
		<link>http://blogs.cs.st-andrews.ac.uk/al/2010/10/14/defibrillator/</link>
		<comments>http://blogs.cs.st-andrews.ac.uk/al/2010/10/14/defibrillator/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 07:45:57 +0000</pubDate>
		<dc:creator>al</dc:creator>
				<category><![CDATA[Current activities]]></category>

		<guid isPermaLink="false">https://blogs.cs.st-andrews.ac.uk/al/?p=240</guid>
		<description><![CDATA[<p>?The school has purchased a defibrillator. It is hanging at the front door of the JCB as shown on the rhs on this photo. A number of people have been trained in it's use. However, the unit can be used by an untrained operator in an emergency - it tells you what to do and will not shock anyone who doesn't need shocked.. We will screen a video about it in one if the labs shortly. I hope we never have to use it, but if we do it is there.</p><p>There is another unit in Chemistry and also one in College gate - the college gate emergency number is ?01334 463985. IMHO we should have one of these in every University building - they only cost about £1500 and last for 5 years.</p><p>For more information see -</p><ul><li><a href="http://www.defibshop.co.uk/defibrillators-aed-79-105-zoll-aed_plus_first_responder_defibrillator.htm">http://www.defibshop.co.uk/defibrillators-aed-79-105-zoll-aed_plus_first_responder_defibrillator.htm</a> (the machine we bought)</li><li><a href="http://www.heartstart.org/">http://www.heartstart.org/</a> (who provide training in basic life support)</li><li><a href="http://www.resus.org.uk/pages/aedalgo.pdf">http://www.resus.org.uk/pages/aedalgo.pdf</a> (for protocols for defibrillation)</li></ul><p>Please talk/tweet/blog about this - the more people who know it is there the better.</p><p> </p><p><img src="http://www-systems.cs.st-andrews.ac.uk/blogs//media/8//defib.JPG" border="0" alt="defib.JPG" width="450" height="600" /></p><p> </p>]]></description>
			<content:encoded><![CDATA[<p>?The school has purchased a defibrillator. It is hanging at the front door of the JCB as shown on the rhs on this photo. A number of people have been trained in it&#8217;s use. However, the unit can be used by an untrained operator in an emergency &#8211; it tells you what to do and will not shock anyone who doesn&#8217;t need shocked.. We will screen a video about it in one if the labs shortly. I hope we never have to use it, but if we do it is there.</p>
<p>There is another unit in Chemistry and also one in College gate &#8211; the college gate emergency number is ?01334 463985. IMHO we should have one of these in every University building &#8211; they only cost about £1500 and last for 5 years.</p>
<p>For more information see -</p>
<ul>
<li><a href="http://www.defibshop.co.uk/defibrillators-aed-79-105-zoll-aed_plus_first_responder_defibrillator.htm">http://www.defibshop.co.uk/defibrillators-aed-79-105-zoll-aed_plus_first_responder_defibrillator.htm</a> (the machine we bought)</li>
<li><a href="http://www.heartstart.org/">http://www.heartstart.org/</a> (who provide training in basic life support)</li>
<li><a href="http://www.resus.org.uk/pages/aedalgo.pdf">http://www.resus.org.uk/pages/aedalgo.pdf</a> (for protocols for defibrillation)</li>
</ul>
<p>Please talk/tweet/blog about this &#8211; the more people who know it is there the better.</p>
<p> </p>
<p><img src="http://www-systems.cs.st-andrews.ac.uk/blogs//media/8//defib.JPG" border="0" alt="defib.JPG" width="450" height="600" /></p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cs.st-andrews.ac.uk/al/2010/10/14/defibrillator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<saved_date_time></saved_date_time><news_archive_date></news_archive_date>	</item>
		<item>
		<title>Here come the Windows 7 ipads&#8230;</title>
		<link>http://blogs.cs.st-andrews.ac.uk/al/2010/09/24/here-come-the-windows-7-ipads/</link>
		<comments>http://blogs.cs.st-andrews.ac.uk/al/2010/09/24/here-come-the-windows-7-ipads/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 14:15:20 +0000</pubDate>
		<dc:creator>al</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ipad]]></category>

		<guid isPermaLink="false">https://blogs.cs.st-andrews.ac.uk/al/?p=238</guid>
		<description><![CDATA[Today we see a demo of the new Windows 7 based ipads. The video can be seen here - ﻿http://www.youtube.com/watch?v=c0IiKaa8v9M&#38;feature=player_embedded I cannot say I am a huge fan of the ipad, there are quite a few problems with it: printing &#8211; you cannot really print from it &#8211; this is going to be fixed with air [...]]]></description>
			<content:encoded><![CDATA[<p>Today we see a demo of the new Windows 7 based ipads.</p>
<p><img src="http://blogs.cs.st-andrews.ac.uk/al/files/2010/09/windows-ipadjpg.jpg" border="0" alt="windows-ipad.jpg" width="569" height="329" /></p>
<p>The video can be seen here - ﻿<a href="http://www.youtube.com/watch?v=c0IiKaa8v9M&amp;feature=player_embedded">http://www.youtube.com/watch?v=c0IiKaa8v9M&amp;feature=player_embedded</a></p>
<p>I cannot say I am a huge fan of the ipad, there are quite a few problems with it:</p>
<ul>
<li>printing &#8211; you cannot really print from it &#8211; this is going to be fixed with air tunes shortly</li>
<li>browsing &#8211; not being able to render flash drives you to distraction &#8211; you are happily browsing and then you find a site that you cannot view &#8211; I do not really care about corporate wars between Mr Jobs and Adobe or whoever</li>
<li>uploading &#8211; using the one spanner fits everything tool that is called iTunes is not good &#8211; the ipad needs better mechanisms for synchronisation. Everyone I know (including me) ends up using Dropbox to put files on the ipad &#8211; again I am sure that is not what Mr Jobs intends us to do</li>
<li>No file system &#8211; not having a file system that is exposed to users is just plain daft &#8211; we all use file systems &#8211; it is how we organise our stuff</li>
<li>The browser interface drives me crazy &#8211; what is wrong with bookmarks etc &#8211; where is the eye-candy from Mac OSX</li>
<li>editing &#8211; there are not enough tools for producers of media &#8211; for example, it is hard for us to mark up documents on the go &#8211; a task that is performed by many academics and professionals</li>
</ul>
<p>Apart from that it is a pretty cool device &#8211; it is cool, fast, quiet, and ergonomic.</p>
<p>Now back to the windows device above. Due to the problems above and the cost which I did not mention I have assumed that Windows pads would wipe the floor with Apple come this Autumn. However viewing this video makes me want to weep. It is the epitome of un-jobsianess. It  has buttons everywhere &#8211; power, cntrl-alt-delete, home, volume, slots for this that and the other. It is slow to boot &#8211; not like the instant on  of the ipad (despite the demonstrator saying things like &#8220;that was pretty fast&#8221;). The browser looks clunky &#8211; he tries to scroll down and nothing happens then tries something to open a new tab &#8211; &#8220;hey  clicked on something there&#8221;. The on-screen keyboard &#8211; should be called the whole screen keyboard.</p>
<p>Of course the ultimate irony is that the movie was filmed on an iphone.</p>
<p>Now all that Apple have to worry about is Android&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cs.st-andrews.ac.uk/al/2010/09/24/here-come-the-windows-7-ipads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<saved_date_time></saved_date_time><news_archive_date></news_archive_date>	</item>
		<item>
		<title>Fish on the Internet</title>
		<link>http://blogs.cs.st-andrews.ac.uk/al/2010/08/20/fish-on-the-internet/</link>
		<comments>http://blogs.cs.st-andrews.ac.uk/al/2010/08/20/fish-on-the-internet/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 08:16:25 +0000</pubDate>
		<dc:creator>al</dc:creator>
				<category><![CDATA[Current activities]]></category>
		<category><![CDATA[Cichlid]]></category>

		<guid isPermaLink="false">https://blogs.cs.st-andrews.ac.uk/al/?p=233</guid>
		<description><![CDATA[We bought some new Cichlids for the School Tank on Wednesday. Following the demise of our local cichlid Supplier (Ultimate Aquatics in Cupar)  we have bought these on-line from﻿ http://www.tonysafricancichlids.co.uk/. This was highly successful &#8211; we purchased 15 fish on Wednesday at 11:50 and they were delivered 24 hours later by a Courier. So far we [...]]]></description>
			<content:encoded><![CDATA[<p>We bought some new Cichlids for the School Tank on Wednesday. Following the demise of our local cichlid Supplier (Ultimate Aquatics in Cupar)  we have bought these on-line from﻿ <a href="http://www.tonysafricancichlids.co.uk/">http://www.tonysafricancichlids.co.uk/</a>. This was highly successful &#8211; we purchased 15 fish on Wednesday at 11:50 and they were delivered 24 hours later by a Courier. So far we can highly recommend this service.</p>
<p>The fish we bought were:</p>
<p><img src="http://blogs.cs.st-andrews.ac.uk/al/files/2010/08/ruarwe.png" border="0" alt="wp074baf8d.png" width="342" height="267" /><img src="http://blogs.cs.st-andrews.ac.uk/al/files/2010/08/nyerere.png" border="0" alt="wpd5b10241.png" width="346" height="262" /></p>
<p><img src="http://blogs.cs.st-andrews.ac.uk/al/files/2010/08/maderine.png" border="0" alt="wp6901f675.png" width="324" height="255" /></p>
<p>(all photos from <a href="http://www.tonysafricancichlids.co.uk/page45.html">http://www.tonysafricancichlids.co.uk/page45.html﻿</a>)</p>
<p>Here is a photo of me helping Graham make the fish welcome in their new home.</p>
<p> </p>
<p><img src="http://blogs.cs.st-andrews.ac.uk/al/files/2010/08/new-fish.jpg" border="0" alt="new fish.JPG" width="500" height="373" /></p>
<p>Photo by <a href="http://www.cs.st-andrews.ac.uk/~aquigley/">Aaron Quigley</a> who no doubt has <a href="http://twitpic.com/2g6cfb">tweeted</a> about this event if you like that sort of thing <img src='http://blogs.cs.st-andrews.ac.uk/al/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cs.st-andrews.ac.uk/al/2010/08/20/fish-on-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<saved_date_time></saved_date_time><news_archive_date></news_archive_date>	</item>
		<item>
		<title>PeerBook</title>
		<link>http://blogs.cs.st-andrews.ac.uk/al/2010/06/24/peerbook/</link>
		<comments>http://blogs.cs.st-andrews.ac.uk/al/2010/06/24/peerbook/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 08:12:23 +0000</pubDate>
		<dc:creator>al</dc:creator>
				<category><![CDATA[Current activities]]></category>

		<guid isPermaLink="false">http://blogs.cs.st-andrews.ac.uk/al/?p=221</guid>
		<description><![CDATA[Peerbook The lack of any privacy in Facebook has been well documented. To address this issue, Ben Birt has developed PeerBook. It is based on an underlying Chord system and stores multiple replicas of encrypted Facebook style pages on peers within a network. You can only read or edit pages if you have the appropriate [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Peerbook</strong></p>
<p>The lack of any privacy in Facebook has been well documented. To address this issue, Ben Birt has developed PeerBook. It is based on an underlying Chord system and stores multiple replicas of encrypted Facebook style pages on peers within a network. You can only read or edit pages if you have the appropriate cryptographic keys &#8211; you cannot necessarily read data that is stored on your own machine. This architecture gives a scalable, decentralised alternative to Facebook.</p>
<p>Ben graduated yesterday from St Andrews. Here is a photo of us in the quad.</p>
<div id="attachment_222" class="wp-caption aligncenter" style="width: 310px"><a rel="attachment wp-att-222" href="http://blogs.cs.st-andrews.ac.uk/al/2010/06/24/peerbook/stas_ar/"><img class="size-medium wp-image-222" title="Peerbook" src="http://blogs.cs.st-andrews.ac.uk/al/files/2010/06/peerbook-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">Ben Birt and Al Dearle</p></div>
<p>The full text of the press release about Peerbook may be found <a title="Full Text" href="http://www.st-andrews.ac.uk/news/archive/2010/Title,53046,en.html" target="_self">here</a>. The Peerbook Web pages are <a title="Peerbook Web pages" href="http://blogs.cs.st-andrews.ac.uk/peerbook/" target="_self">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cs.st-andrews.ac.uk/al/2010/06/24/peerbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<saved_date_time></saved_date_time><news_archive_date></news_archive_date>	</item>
		<item>
		<title>Scottish-American ceilidh</title>
		<link>http://blogs.cs.st-andrews.ac.uk/al/2010/03/27/scottish-american-ceilidh/</link>
		<comments>http://blogs.cs.st-andrews.ac.uk/al/2010/03/27/scottish-american-ceilidh/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 12:10:40 +0000</pubDate>
		<dc:creator>al</dc:creator>
				<category><![CDATA[Current activities]]></category>

		<guid isPermaLink="false">http://blogs.cs.st-andrews.ac.uk/al/?p=219</guid>
		<description><![CDATA[For the last week we have had a group of American visitors to Madras High School St Andrews from Upper Arlington Ohio. On Thursday a ceilidh was held for them in the School. A video of the event can be found on the you tube here.]]></description>
			<content:encoded><![CDATA[<p>For the last week we have had a group of American visitors to Madras High School St Andrews from Upper Arlington Ohio. On Thursday a ceilidh was held for them in the School. A video of the event can be found on the you tube <a href="http://www.youtube.com/watch?v=DSFqEdFOCI0">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cs.st-andrews.ac.uk/al/2010/03/27/scottish-american-ceilidh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<saved_date_time></saved_date_time><news_archive_date></news_archive_date>	</item>
		<item>
		<title>Distributed Mediation Seminar</title>
		<link>http://blogs.cs.st-andrews.ac.uk/al/2010/03/16/distributed-mediation-seminar/</link>
		<comments>http://blogs.cs.st-andrews.ac.uk/al/2010/03/16/distributed-mediation-seminar/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 12:17:19 +0000</pubDate>
		<dc:creator>al</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Current activities]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://blogs.cs.st-andrews.ac.uk/al/?p=214</guid>
		<description><![CDATA[On the 2nd of March I gave a seminar with Cloudsoft Corp on Distributed Mediation. Alasdair Hodge gave a demo of an exchange running under CDM reacting to various loads. The slides from this talk may be found here in pdf, and here in powerpoint. The animations of mediation and mediation change events are here [...]]]></description>
			<content:encoded><![CDATA[<p>On the 2nd of March I gave a seminar with <a href="http://www.cloudsoftcorp.com/">Cloudsoft Corp</a> on Distributed Mediation. Alasdair Hodge gave a demo of an exchange running under CDM reacting to various loads. The slides from this talk may be found <a href="http://www-systems.cs.st-andrews.ac.uk/~al/talks/Dm Colloquim.pdf">here</a> in pdf, and <a href="http://www-systems.cs.st-andrews.ac.uk/~al/talks/Dm Colloquim.pptx">here</a> in powerpoint.</p>
<p>The animations of mediation and mediation change events are <a href="http://www-systems.cs.st-andrews.ac.uk/~al/talks/Mediation.swf">here</a> and <a href="http://www-systems.cs.st-andrews.ac.uk/~al/talks/Change-Mediation.swf">here</a> respectively.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cs.st-andrews.ac.uk/al/2010/03/16/distributed-mediation-seminar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<saved_date_time></saved_date_time><news_archive_date></news_archive_date>	</item>
		<item>
		<title>Google App Engine</title>
		<link>http://blogs.cs.st-andrews.ac.uk/al/2009/10/22/google-app-engine/</link>
		<comments>http://blogs.cs.st-andrews.ac.uk/al/2009/10/22/google-app-engine/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 11:43:55 +0000</pubDate>
		<dc:creator>al</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Hardware & Software]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://blogs.cs.st-andrews.ac.uk/alsblog/?p=101</guid>
		<description><![CDATA[Google App Engine allows a Web based application to be quickly deployed on the Web. This short video demonstrates how an application can be developed &#38; deployed in a few minutes using Python &#8211; it is really quite incredible. Of course once the app is deployed, in can be transparently scaled out across multiple servers. An [...]]]></description>
			<content:encoded><![CDATA[<p>Google App Engine allows a Web based application to be quickly deployed on the Web. <a title="A video of an App Engine App being developed" href="http://www.youtube.com/watch?v=bfgO-LXGpTM">This short video</a> demonstrates how an application can be developed &amp; deployed in a few minutes using Python &#8211; it is really quite incredible. Of course once the app is deployed, in can be transparently scaled out across multiple servers. An overview of this technology may be found <a title="About App engine" href="http://code.google.com/appengine/docs/whatisgoogleappengine.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.cs.st-andrews.ac.uk/al/2009/10/22/google-app-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<saved_date_time></saved_date_time><news_archive_date></news_archive_date>	</item>
	</channel>
</rss>

