tag:blogger.com,1999:blog-88914363244653035912009-07-08T23:54:55.697+01:00cat /dev/brain > /www/blogRichard Cunninghamnoreply@blogger.comBlogger31125tag:blogger.com,1999:blog-8891436324465303591.post-36103282140053818572009-07-08T23:32:00.003+01:002009-07-08T23:44:02.626+01:00What Google's Chrome OS meansI've never had to do a software update on my dishwasher, remove a virus from my T.V., if I want to have a cup of tea at a friend's house I don't need to take my kettle and I'm unlikely to lose priceless memories if my microwave breaks down. The PC is by far the most complicated device in the home because it has all these problems.<br /><br />Right now, if you work in a reasonably well run, large organization, I'd say your desktops are fairly well sorted out, backups are done automatically, you can roam with your login to any machine to get your desktop where you like, you can't mess much up or if you do the desktop can be reset within a day if not sooner. Data and/or desktop is available remotely. At least that's how I run the desktops I manage. Fundamentally I'd say in large organizations there is no real problem with desktop IT.<br /><br />Now what about the other end of the spectrum? non-tech families, small non-tech businesses with no IT staff etc. How much backup is going on? can you roam from one machine to another in the house/organization? can machines be replaced quickly? what about remote access to documents/photos etc. - probably not.<br /><br />It doesn't seem that either Microsoft or Apple have made massive inroads into this problem. Even with products like Apple's <a href="http://www.apple.com/timecapsule/">Time Capsule</a>, your backups are in the same physical building as your Macs, so if your house burns down or your equipment is stolen, everything is lost.<br /><br />I find that I already mostly have my data in the 'cloud' so to speak. I regularly switch between 3 systems my home desktop, my personal laptop and my work desktop. For any notes, lists, documents, spreadsheets I use Google docs &amp; spreadsheets. I put photos on <a href="http://www.facebook.com">Facebook</a> and <a href="http://flickr.com">Flickr</a>. My bookmarks are in <a href="http://www.xmarks.com">Xmarks</a> and <a href="http://delicious.com/">Delicious</a>. My email is available via the web or IMAP. My programming code is generally stored on servers that I can SSH into from anywhere. In most cases I can get all the info I need, from anywhere in world, with a machine with a web browser and SSH terminal. There are a few exceptions, I can't easily access my music from anywhere and the photos I haven't published aren't available - though these are not unsolvable problems.<br /><br />I think my experience has shown that you can store your data largely in the cloud. Google's <a href="http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html">Chrome OS</a>, properly marketed, could popularize this type of computing. If Google provides a system on which you can't install programs, where all data is stored in the cloud, then people would start doing this. The benefits would be, the machine it's self is disposable, if the machine dies, you can buy another and no data would be lost - since it's in the cloud, being looked after by people who know what they are doing.<br /><br />This is certainly not a new idea - though no-one of note has tried to push it. Microsoft and Apple were never likely to push it since it goes against the ecosystems they have created.<br /><br />What do you think? is this Google's plan or are they are doing something else? What about offline? or does that matter anymore? Will people trust Google and others with their data?<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-3610328214005381857?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.comtag:blogger.com,1999:blog-8891436324465303591.post-28354963836536848712009-05-13T21:03:00.007+01:002009-05-14T00:21:53.045+01:00Cutting features is not scalingIn July 2008, Twitter limited <a href="http://louisgray.com/live/2008/07/twitter-chokes-unauthenticated-api.html">unauthenticated requests</a> to 100/hour by IP. This stopped people from working around the per user limit which by then had also been raised to 100.<br /><br />In April 2009, put a <a href="http://www.louisgray.com/live/2009/04/twitter-caps-following-limits-denting.html">limit of follows per day</a>, the most obvious reason for this is so that it puts a cap on "spam" following. I can see some other reasons though. On reason is to stop people following large numbers of people, I could see the logic that people won't just be limited to following 365,000 new people a year, but more likely they will just give up on the practice altogether.<br /><br />Now twitter is limiting who some of your updates go to, so that replies don't go to most of your followers. This of course has caused a <a href="http://mashable.com/2009/05/13/fixreplies/">massive backlash</a> typified by the <a href="http://search.twitter.com/search?q=%23fixreplies">#fixreplies</a> trending topic on twitter. Twitter initially <a href="http://blog.twitter.com/2009/05/small-settings-update.html">said</a> it was doing this because it was confusing for users, even though it had been the default for months. Now twitter is <a href="http://blog.twitter.com/2009/05/whoa-feedback.html">saying</a> it is a technical issue which makes more sense. I can see that when someone posts a reply now they will have vastly fewer places to update that which will cut the load. I suspect that under the hood twitter are redesigning database and this change is baked into it (Marshall Kirkpatrick from RWW has some <a href="http://www.readwriteweb.com/archives/is_this_why_twitter_changed_its_replies_policy.php">thoughts</a> on why that might be).<br /><br />I can only think of one reason they might be changing it, and that's to allow threaded replies. Twitter now has in_reply_to_status_id field and clients are being updated to support it so you precisely what something was a reply to. You can't currently get the thread of replies easily. I wonder if twitter is moving toward storing these replies to an entry somewhere for easy retrieval so we can get the threaded replies.<br /><br />Twitter is known to have various scaling issues from time to time and with these changes and other they seem to be limiting several features in order to put off hitting limit until another day. They don't seem have definite plan for scaling and cutting more and more features is not a solution. If you look at <a href="http://facebook.com/">facebook</a> for example which must have similar issues, they seem to have solved how to scale since they are at 200 million users and rarely have any downtime.<br /><br />Twitter has about 30 employees, it seems they could do with some people that really know how to scale big sites i.e. people from facebook, <a href="http://myspace.com/">myspace</a>, <a href="http://friendster.com/">friendster</a> etc. but if you look at their <a href="http://twitter.com/jobs">jobs page</a>, there doesn't seem to opening for a scaling expert. It's perhaps because they have the right people for already, but if that's the case, they should be scaling everything, not turning off features they can't make work.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-2835496383653684871?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.comtag:blogger.com,1999:blog-8891436324465303591.post-57282990652148363972009-03-05T23:24:00.004Z2009-03-06T10:02:33.568ZFacebook pages vs. TwitterContinuing the theme from my last post (which was 4.5 months ago!), people are now saying that <a href="http://facebook.com/">Facebook</a>'s new "pages" features <a href="http://www.techcrunch.com/2009/03/04/facebooks-response-to-twitter/">will compete with Twitter</a> (and <a href="http://www.businessweek.com/technology/content/mar2009/tc2009034_395864.htm">here</a>)<br /><br />It doesn't sound like what Facebook is doing will be much different than before, that said, often initially boring changes turn out to have interesting effects. Facebook is essentially improving it's pages system, so that you can follow various brands on Facebook. This is similar in way to going to a company's site and posting a comment on their forum, though without the sign up hassle, different interfaces and presumably I will be able to track replies better. Even with these simplifications, however, it will not be as easy as posting to <a href="http://twitter.com/">Twitter</a>. Facebook's approach is akin to looking up something using <a href="http://dir.yahoo.com/">Yahoo's directory</a> rather than searching for it on <a href="http://www.google.com/">Google</a>. On Facebook I will have to find somewhere appropriate to post my message (if it exists) and then post and probably not post if someone has made a similar comment.<br /><span style="font-weight: bold;"><br />User Interface</span><br />Twitter's system is, no system. It's the simplest system, since it a text box and button (like Google). So on Twitter I just post. I don't need to read what others said before I post. It's likely my followers haven't seen that yet and even if they have, multiple people saying the same thing strengthens the message anyway. Even though I haven't categorized my message through the power of <a href="http://search.twitter.com/">search.twitter.com</a> people will be able to find it, it may appear as part of a trending topic and someone from the brand can find if they so wish as can anyone else via keyword searches.<br /><br /><span style="font-weight: bold;">Immediacy</span><br />I can't imagine that Facebook's system is going to allow quick comments due to not having a limit on the message length and the categories system (as mentioned above). It seems for this reason Twitter is likely to remain the home of breaking news.<br /><br /><span style="font-weight: bold;">Discussion Types</span><br />There is another key difference in the way I expect people will use the sites other than the interface. On Twitter <a href="http://twitter.com/friendbinder">I</a> am primary broadcasting messages to people on a variety of topics as they are to me. In Facebook's system, much like in a forum, I will be talking to a community of people that know the topic very well. This will make the process more daunting and less rewarding. For example, imagine going to a Britney Spears group to complain about her music when you know the group is full of Britney's Fans. You still want to make the comment but probably to a similarly like minded set of friends (such as your Twitter friends).<br /><br /><span style="font-weight: bold;font-size:100%;" > Freedom of speech</span><br />On Twitter I can say anything and only I can delete my comments. On Facebook, I expect as in common with most of their site, page owners will control the discussion allowing them to delete comments they don't particularly like. Brands will like this since they have some control, but users are likely to get frustrated by it.<br /><br />In general Twitter and Facebook are so different I can't see the two competing on this. Twitter is going to have more regular, quicker, critical comments which are publicly searchable. Facebook's method is likely to attract a smaller proportion of it's users, who may in turn maybe more detailed due to Facebook's lack of message length limits and probably less critical.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-5728299065214836397?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.comtag:blogger.com,1999:blog-8891436324465303591.post-30526390679364206292008-10-20T23:28:00.002+01:002008-10-20T23:35:00.820+01:00Flickr shouldn't fear FacebookA few days ago <a href="http://mashable.com/author/stan-schroeder/">Stan Schroeder</a> of Mashable posted a entry entitled <a href="http://mashable.com/2008/10/15/facebook-10-billion-photos/">Facebook Trumps Most Photo Sharing Sites With 10 Billion Photos</a>. In it he says about <a href="http://www.flickr.com/">Flickr</a> that "ultimately people use Facebook for the same thing - sharing photos with their friends" and that "It’ll be interesting to see what photo sharing social networks will do to differentiate from Facebook".<br /><br />It is possible that Stan still uses Flickr in this way, but I suspect many people already use large social networks (like <a href="http://www.facebook.com/">Facebook</a>) if they only want to share photos with their friends.<br /><br />This is not a problem for Flickr, however. Flickr has established a community of people who want to share their photos with the world. Links to photos on <a href="http://twitter.com/">Twitter</a> or blogs often use Flickr for that purpose because twitter and blogs are by their nature public and Facebook is not. Through Flickr <a href="http://www.flickr.com/photos/richardcunningham/sets/72157603639032708/">I have (re-)discovered photography</a>, Flickr has a fascinating array of photos on it which can be easily found by going to the interestingness pages or one of numerous groups. Flickr also has a number of features which support it as a place to share photos with the world, not just your friends:<br /><ul><li>Tags</li><li>Public Groups</li><li>The API and various applications built on it (e.g. <a href="http://bighugelabs.com/flickr/">bighugelabs</a>)<br /></li><li>A community of photographers</li><li>Geo tagging</li><li>Search</li></ul>(Facebook also has something called tags but that is for tagging people, which makes it useful for sharing with friends but is not the same as what Flickr uses tags for)<br /><br />In short, Flickr is a way to share your photos with the world and Facebook is way to share photos with your friends.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-3052639067936420629?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.comtag:blogger.com,1999:blog-8891436324465303591.post-86665759544753486742008-05-02T17:02:00.002+01:002008-05-03T02:28:28.714+01:00DisqusIt seems everyone is talking about <a href="http://disqus.com">disqus</a> these days so I have added it to my blog.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-8666575954475348674?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.comtag:blogger.com,1999:blog-8891436324465303591.post-18658343517521941562008-04-16T23:14:00.003+01:002008-08-19T17:42:34.006+01:00Updated Digg statsThere is a new article on <a href='http://www.readwriteweb.com/'>ReadWriteWeb</a> now featuring updated Digg graphs that I gave them, "<a href='http://www.readwriteweb.com/archives/digg_the_decline_and_fall_of_tech.php'>The Decline and Fall of Tech on Digg</a>".<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-1865834351752194156?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.com0tag:blogger.com,1999:blog-8891436324465303591.post-82324665236615723082008-03-01T13:41:00.001Z2008-03-01T13:52:39.342ZphpMyAdmin 2.11.5 / PMASA-2008-1phpMyAdmin 2.11.5 has been released today which contains the fix to a security bug I reported, details are in the <a href='http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2008-1'>security announcement</a>.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-8232466523661572308?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.com0tag:blogger.com,1999:blog-8891436324465303591.post-29863247905648499182008-02-08T17:36:00.000Z2008-02-08T18:26:01.781ZMore Digg statsAs a follow up to my last entry, <a href="http://blog.richardcunningham.co.uk/2008/02/tech-stories-percentage-dropping-on.html">Tech stories percentage dropping on Digg</a>", I thought I would do some more digg stats.<br />First up is the digg stories by number of popular stories rather than percentages:<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_uTe2Ye3DuTg/R6yU8jkXY5I/AAAAAAAAACQ/uckAJWd2RNs/s1600-h/numbers-tech-stories-digg-full2.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp3.blogger.com/_uTe2Ye3DuTg/R6yU8jkXY5I/AAAAAAAAACQ/uckAJWd2RNs/s400/numbers-tech-stories-digg-full2.png" alt="" id="BLOGGER_PHOTO_ID_5164666640747946898" border="0" /></a>I also looked at what Technology is made up of. It perhaps not surprising that a lot of the news is about Apple (dark blue) or Linux (light blue), with the generic "Industry News" making up the majority:<br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_uTe2Ye3DuTg/R6yYfTkXY6I/AAAAAAAAACY/1qdF9oQFJrw/s1600-h/numbers-in-tech-digg.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp2.blogger.com/_uTe2Ye3DuTg/R6yYfTkXY6I/AAAAAAAAACY/1qdF9oQFJrw/s400/numbers-in-tech-digg.png" alt="" id="BLOGGER_PHOTO_ID_5164670536283284386" border="0" /></a>and here is the same data by percentage:<br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_uTe2Ye3DuTg/R6yZNTkXY7I/AAAAAAAAACg/VabT6narGNY/s1600-h/percentage-in-tech-digg.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp2.blogger.com/_uTe2Ye3DuTg/R6yZNTkXY7I/AAAAAAAAACg/VabT6narGNY/s400/percentage-in-tech-digg.png" alt="" id="BLOGGER_PHOTO_ID_5164671326557266866" border="0" /></a>I wanted to get some of the data for submissions though it seems I can't get data from the API for that from before the 30th December, last year.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-2986324790564849918?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.com0tag:blogger.com,1999:blog-8891436324465303591.post-88148665251420851982008-02-05T19:39:00.001Z2008-02-06T11:22:53.030ZTech stories percentage dropping on DiggThere was a story on <a href="http://www.mashable.com/">Mashable</a> today about the <a href="http://mashable.com/2008/02/05/digg-tech-section-analysis/">number of tech stories</a> on <a href="http://www.digg.com/">Digg</a> dropping, though the method they used was by looking at <a href='http://www.archive.org'>wayback machine</a> results. However since Digg have all this information available in their API, we can get a much more accurate picture of what has happened. So here is a graph of the percentage of stories in each 'Container'. Each data point is for a full week of stories, so this should cover every story since the 1st of January 2006 until the 3rd of February 2008. (click on the image to view it full size)<br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_uTe2Ye3DuTg/R6mWZTkXY4I/AAAAAAAAABo/xZECOUiA50A/s1600-h/digg-tech-graph.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 289px;" src="http://bp3.blogger.com/_uTe2Ye3DuTg/R6mWZTkXY4I/AAAAAAAAABo/xZECOUiA50A/s400/digg-tech-graph.png" alt="" id="BLOGGER_PHOTO_ID_5163823809250681730" border="0" /></a><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_uTe2Ye3DuTg/R6i-RjkXY3I/AAAAAAAAABg/r4b0jbbHErE/s1600-h/percent-tech-stories-digg-full.png"><br /></a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-8814866525142085198?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.com3tag:blogger.com,1999:blog-8891436324465303591.post-65002092796700403532007-11-21T21:15:00.000Z2007-11-21T22:25:11.485ZLoss of 25m child benefit recordsI couldn't quite believe it when I heard that HM Revenue and Customs have 'lost' <a href="http://news.bbc.co.uk/1/hi/uk_politics/7106366.stm">25 million child benefit records</a>. It does seem that the data was password protected, but that presumably means something like a zip file or MS Excel password, then this is akin to losing a suit case with millions of pounds in it and then mentioning it had one of those tiny suit case padlocks on it.<br /><br />It should be clear to any organization, that handles this kind of data, especially in this volume, that security is of paramount importance. Here some the security measures I think should have been in place and would have prevented this from happening:<br /><ul><li>No one should be able to download large portions of the data without special procedures for data security being enforced (say more than 1,000 records)</li><li>Any data that is transfered should be encrypted with strong cryptography. The key(s) to this encryption should be sent separately to the data and only after the data is acknowledged to arrived safely.</li><li>All data of this type should be sent by a secure transportation company such as <a href="http://www.g4s.com/">Securicor</a>.</li><li>If at all possible the data should never leave the secure site where it is normally resident<br /></li><li>If anyone requests data the bare minimum that they require should be provided with no extra fields.</li><li>Anyone who goes anywhere near this kind of data should be given comprehensive security training.<br /></li></ul>Even if all but one of these measures were to fail, this breach would still not have happened.<br /><br />The sad fact is that any security professional or group should have been able to tell them this (and whole lot more for other scenarios), but for some reason <a href="http://www.hmrc.gov.uk/">HM Revenue and Customs</a> didn't take this type of advice or maybe didn't implement it properly.<br /><br />Before this story surfaced I had already been very skeptical of the <a href="http://www.no2id.net/IDSchemes/whyNot.php">ID cards</a> project. It would be very hard to keep this data safe. If the data were ever lost it would be a lot more serious than what has been lost in this case, both in the number of people and the amount of data about each person. I am now even more skeptical since it seems the government can't even handle quite basic data security concepts like the ones I have outlined.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-6500209279670040353?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.com1tag:blogger.com,1999:blog-8891436324465303591.post-20607090365549670192007-08-07T23:19:00.000+01:002007-08-08T11:32:33.008+01:00What is Oracle's Linux strategy?On the 25th of October 2006 Oracle announced it's '<a href="http://www.oracle.com/technologies/linux/index.html">Oracle Enterprise Linux</a>' program, which essentially takes RedHat's work from RedHat Enterprise Linux and recompiles it to make Oracle Enterprise Linux. This has of course been done before and is perfectly legal. It has been done before for free in the form of <a href="http://www.centos.org/">CentOS</a> and <a href="http://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux_clones">others</a>. Oracle's main selling point seemed to be a reduction in support costs, though many people pointed out that at the time, this is small potatoes compared to Oracle's massive costs (Enterprise Edition costs $40,000 per CPU), so what was the point?<br /><br />Recently Mark Shuttleworth was <a href="http://www.theregister.co.uk/2007/07/27/shuttleworth_oscon_ubuntu/">quoted</a> as saying "They are hiring too many people just to deliver patches. My assumption is that they are on track to fork and build their own distribution." Now you have to wonder if they really want to get into distribution race to compete with RedHat and Novell (the most established enterprise players).<br /><br />Oracle don't have much experience selling operating systems, so, what I think they are doing instead is creating a platform that the Oracle Database and other applications can run on.<br /><br />I imagine most big companies have local staff that know Oracle and they put it on whatever machines they normally use for that type of thing be that Linux, Solaris, Windows or something else. These companies then have all the staff and infrastructure to maintain it.<br /><br />In smaller companies, what they do seems less clear to me, they might not have a full time Oracle person or even a systems person. Given these types of failings they might go with something they think they can handle such as Microsoft's SQL server or MySQL.<br /><br />As an alternative in these smaller companies Oracle could provide a complete software stack with a configured OS, Oracle and management facilities. Oracle could then maintain this system remotely (for a fee) for the company. The advantage of this approach is that Oracle can push their products to anyone who can afford them regardless of what local staffing they have.<br /><br />The other problem they would avoid with this approach is, trying to get fixes against MS Windows. With Linux they know they can develop a fix in house and push it directly to the customer, if they need to, but with Windows they need to wait on Microsoft to provide a fix which probably takes a long time. Also Microsoft competes with them in the same market so they have no reason to co-operate particularly well. This would not be problem if these small companies were using Linux, but it seems a lot of small businesses use Windows exclusively. If Oracle provides and manages the Linux box, then it can sell to these companies that would otherwise be using Windows, as all the customer needs to know is that it is the Oracle Box and Oracle will fix it if it breaks.<br /><br /><a href="http://en.wikipedia.org/wiki/Vertical_integration">Vertical integration</a> is the term for this I think.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-2060709036554967019?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.com0tag:blogger.com,1999:blog-8891436324465303591.post-29329778840222226532007-07-27T16:08:00.000+01:002007-07-27T17:25:39.796+01:00RedHat doubling cost to desktop users?We have been using RedHat Enterprise Linux 4 Desktop at work for a couple of years now, it starting to get a bit old so we were looking to upgrade our systems to version 5. The problem is that even though RedHat claim on their website that version 4 and 5 are comparable for the Desktop version, really they are not.<br /><br />RedHat have taken virtually all of the development libraries out Desktop and put them in the 'Workstation Option' so you can't really compile anything. Gcc is there, but is missing g++ so you can't compile any C++ programs. Emacs, PHP, Subversion and Nmap have also gone into the Workstation option.<br /><br />I can't really understand this, surely most users of desktop are going to use these applications, and compile programs from source, as it is you can't even install the Nvidia binary driver due to the lack of the kernel-devel package. So basically now if you were using RHEL4 Desktop you now need RHEL5 Desktop with the Workstation 'option' which costs over twice as much (<a href="https://www.redhat.com/apps/store/desktop/">$179 vs. $80</a>)<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-2932977884022222653?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.com0tag:blogger.com,1999:blog-8891436324465303591.post-1253035938004469922007-06-16T21:35:00.000+01:002007-06-16T20:35:00.760+01:00Safari for WindowsAt a fairly otherwise uneventful <a href="http://www.engadget.com/2007/06/11/steve-jobs-live-from-wwdc-2007/">WWDC</a> this week Apple released a beta version of it's Safari web browser for Windows. Apple claims that it wants to grow Safari's market share.<br /><br />Even if Safari was to gain mass popularity on Windows I can't see that it would help Apple very much, they couldn't for example introduce adverts like Opera did as this would annoy users and charging for a web browser is almost unthinkable nowadays. Firefox made a rumoured <a href="http://www.calacanis.com/2006/03/06/firefox-mozilla-corporation-mozilla-foundation-made-72m-last/">$72m in 2005</a> from Google by using it as the default search engine, though Apple which has a revenue of around <a href="http://www.apple.com/pr/library/2007/04/25results.html">$21bn a year</a> is unlikely to be very interested in this particularly, especially after the browser development and marketing costs have been taken out.<br /><br />I think the main reason for pushing Safari onto the Windows platform therefore is to create more website compatibility with Safari. At present I imagine that a great number of sites do not work in Safari due to the difficulty of testing a site for Safari compatibility if you don't have a Mac. Introducing Safari for Windows will mostly cure this since I expect most web designers who don't have a Mac use Windows or at least have fairly easy access to a Windows machine. This should already be making a difference with this weekend almost being 'the weekend of Safari fixes for vanity sites'.<br /><br />Steve Jobs claims that Safari has 5% of the browser market and he wants to get to 15%, currently 2% seems to be a much more realistic estimate at Safari's market share from the sites I looked at. The penetration of Firefox is such that it seems very unlikely that someone starting or redesigning a website now would not make it work in Firefox and generally assume that sites that don't work in Firefox now a due to the design being done several years ago and the company that runs the website does not have anyone to fix the site in house. If Safari can get this magic 15% of browser users the same would happen for Safari in that people wouldn't think of designing a site that didn't work in Safari.<br /><br />So why is this important? Well of course the Mac needs a browser that works, but if that was the only problem then Apple could have just converted Firefox to be more like a Mac application, or they could support or, more likely, fork the existing <a href="http://www.caminobrowser.org/">Camino</a> project. So that can't be the reason.<br /><br />Firefox however, is probably too heavy to go on a mobile device, so it's obvious therefore then that the only reason to have Safari as a well supported platform would be for it's use in the iPhone. If Safari works with as many sites as Firefox does now it would be very good for the iPhone, in fact if you think about this for a while it is absolutely essential that the iPhone support virtually every website out there and this is a least part of the plan to do that, if not the whole plan.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-125303593800446992?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.com0tag:blogger.com,1999:blog-8891436324465303591.post-29563942741874201852007-05-14T22:35:00.000+01:002007-05-15T00:14:41.004+01:00Bill Hilf InterviewThere is a <a href="http://www.bangkokpost.com/090507_Database/09May2007_data05.php">article on the Bangkok Post</a> in which the head of Microsoft's Linux Labs, <a href="http://www.microsoft.com/technet/community/tnradio/bio/billhilf.mspx">Bill Hilf</a> apparently sets out some 'Controversial statements' and presumably these are supposed to hurt Linux and open source in some way. However looking at what he says, he doesn't really say anything bad or wrong about Linux except when he just doesn't make any sense.<br /><blockquote>'He said that most customers run a distribution - RedHat, Novell, Suse or Mandriva. Most of the work on maintaining the Linux kernel is done by developers working for these distributions, he noted'</blockquote>Well this is good isn't it? What he says means that people work full time on maintaining the Linux Kernel to make and keep it the highly reliable, fast and stable workhorse it is today. It's a bit like what Microsoft do except the Linux kernel doesn't require every PC you buy to come with it loaded whether you like or not, is very stable, works on lots of CPU architectures, doesn't try to lock you into to anything and it's Open Source.<br /><blockquote style="font-style: italic;">"They are full-time employees, with 401K stock options. Some work for IBM or Oracle. What does that mean? It means that Linux doesn't exist any more in 2007. There is no free software movement. If someone says Linux is about Love, Peace and Harmony, I would tell them to do their research. There is no free software movement any more. There is big commercial [firms] like IBM and there is small commercial [firms] like Ubuntu,"</blockquote> If Linux isn't about Love, Peace and Harmony then what do you call lots of companies big and small getting along and putting their collective efforts into something they all benefit from (the Linux Kernel). It's quite possible on the Microsoft Campus they don't have a word for this type of thing since it doesn't come up in anything they do. As for 'Linux doesn't exist in 2007', well that's clearly not true, I'm using it right now and latest kernel prepatch was released only yesterday (<a href="http://www.kernel.org/">2.6.22-rc1</a>), so it definitely alive, in fact I imagine the Linux kernel is being worked on at a much higher rate than the Windows kernel is.<blockquote><span style="font-style: italic;">"People ask me, why are you doing this? Why did you do the Novell deal? Why aren't you doing Office on Linux? The summary is quite simple. Growth of the ecosystem equals growth of the [Windows] platform,"</span> </blockquote>How does that answer relate to the question at all? The first question depends on the context. The second is I imagine is because Novell had some patents that Microsoft infringed and that needed sorting also Microsoft wanted to help spread some FUD buy creating a cross-licensing deal around Linux. The reason they don't do Office on Linux is that it would cut into their Windows sales. Though these probably aren't the answers his one doesn't even make sense for those questions.<br /><blockquote style="font-style: italic;">"That's the dirty little secret. When I talk to open source developers, at least half are talking about Windows, from SugarCRM, MySQL, PHP. Every single one,"</blockquote>Well why wouldn't they? I mean Microsoft doesn't want their products to run on Linux because it would hurt Windows, but Open Source projects have no such conflict of interest and are for creating what the users and developers want from them. In fact people running open source programs on windows is a great way for people to try open source out and migrate or inter operate with Linux they can use Tomcat, SugarCRM, PHP, Apache all on Windows for testing before putting it on Linux box for production for example. Microsoft doesn't let you do anything like that with their products and even explicitly blocks attempts to use wine to do that sort of thing. It's not like this is a secret either since the Windows downloads are available from the same place the Linux one are.<br /><blockquote style="font-style: italic;">"Standards is the first thing you go to in the competitive strategy playbook. Of course, IBM and Sun won't say that on the record. You create a problem that didn't exist and use standards to force a problem,"</blockquote>The first part could be true but the problem definitely did exist before, Microsoft doesn't document the DOC file format or the others used in Office which makes interoperability hard for anyone else. The only reason it might not of existed before was that almost everyone uses Microsoft Office due in part to the lack of an open standard and the problems that creates to anyone who wants to compete.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-2956394274187420185?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.com0tag:blogger.com,1999:blog-8891436324465303591.post-83556457330965483612007-05-10T20:01:00.000+01:002007-06-16T20:35:48.620+01:00Blair stepping down and interest rate risesIt seems interesting that Tony Blair chose to announce he was <a href="http://news.bbc.co.uk/1/hi/uk_politics/6639945.stm">stepping down</a> as prime minister on the same day that the Bank of England's Monetary Policy Committee was due to meet and was widely expected to increase interest rates, which <a href="http://news.bbc.co.uk/1/hi/business/6642129.stm">they did</a>. The <a href="http://news.bbc.co.uk/">BBC news</a> website has the Blair story first and apparently Blair wanted this to be a day of "no-spin" so I think it is unlikely he thought his leaving would be a good way to distract from the interest rate rise.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-8355645733096548361?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.com0tag:blogger.com,1999:blog-8891436324465303591.post-13157286483602675762007-04-16T22:26:00.000+01:002007-04-16T22:37:43.068+01:00Blog moveI've moved source of my blog to <a href="http://blogger.com/">blogger,</a> it will still appear be kept in sync (automatically via RSS) at <a href="http://www.richardcunningham.co.uk/blog/">http://www.richardcunningham.co.uk/blog/</a> and the RSS link should still work, though all of the IDs will have changed so I'm not sure what effect that will have. I have imported (by hand) all of my old blog posts which took several attempts because blogger seems to sort by first published date and not the retrospective dates I was trying to enter. Well anyway after re-imported the whole lot once I found a better way is to use the "save as draft" feature followed by "publish" which is bit of a hack really, but worked. The blogger URL for the blog is <a href="http://blog.richardcunningham.co.uk/">http://blog.richardcunningham.co.uk/</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-1315728648360267576?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.com0tag:blogger.com,1999:blog-8891436324465303591.post-58036035558424370882006-12-08T18:51:00.000Z2007-04-16T22:26:05.563+01:00Linux progress limited by closed source software?<img src="http://www.richardcunningham.co.uk/blog/nouveau-triangles.jpg" alt="a development picture from the nouveau project" /><p>Linux distributions are having difficulty gaining widespread popularity. Many interested people have theories for this, which usually cite usability problems incompatibility with Microsoft applications such as Office, lack of games or GUI/usability issues. I actually have an alternative theory, which is that the people who are actually using Linux state these as problems as reasons they sometimes use Windows or why they won't give it to their girlfriend, mum, grandad etc. to use. The reality is that there is a lot of people out there who are interested in Linux who are going to at some point try it. If they then try it but can't get it to work with their hardware easily, they are likely to give up at that point at least for now.</p><p>As I see it, the main problem is that when people do try Linux they are beset with problems from the start. One type of problem is that the distribution the use doesn't support their some part of their hardware. Another problem, is that even if the hardware is supported, typical day-to-day items don't work out of the box such as Flash, videos/DVDs, music (MP3s) and Java.</p>So why don't these work out of the box? Well mainly to do with copyright and monopolistic reasons - Adobe's Flash is popular but, in contrast to other popular web technologies, is not based on a open standard. <a href="http://www.gnu.org/software/gnash/">Other</a> implementations exist but Adobe's implementation remains the only truly usable version. Java has had some redistribution limitations in the past but those should get better with the <a href="http://www.sun.com/2006-1113/feature/">GPL release</a> which is due soon from Sun. DVD, video and MP3 support is widely available for Linux using open source software, however, it is not supplied in most distributions because the distributor's have concerns that the software infringes patents.<br /><p>Also now Linux has a wizzy new OpenGL based desktop, like MacOS X has had for a while, which is called <a href="http://en.opensuse.org/Xgl">XGL</a>. However this requires OpenGL support in the graphics card which mostly comes in the form of binary only drivers for ATI and Nvidia cards. Wireless is now very popular but a lot of devices are only supported by running the <a href="http://ndiswrapper.sourceforge.net/">NDIS wrapper</a> (which enables loading of Windows drivers on Linux). Other devices seem to have 'acquired' an extra requirement where by they do not permanently store their own firmware. These devices require a binary blob to be stored in the OS and sent to the device when the OS boots. It is this binary blob that represents a problem since the hardware supplier often prevents it's redistribution meaning it cannot be provided as part of a Linux distribution.<br /></p>Linux has started to depend on these proprietary additions to it's otherwise open source system - this is especially apparent with XGL which is practically useless without a proprietary driver from either ATI or Nvidia. The problem with these additions is that they do not integrate well with the Linux system and neither are unlikely ever to. Another problem is that vendors providing typically only support their devices for a relatively short time, for instance Nvidia has <a href="http://www.nvidia.com/object/IO_32667.html">dropped</a> circa 2000/2001 hardware from it unified driver which makes you wonder how long it will be before they drop support all together (also Nvidia looks set to drop <a href="http://nvnews.net/vbulletin/showpost.php?p=1078841&amp;postcount=11">even more</a> hardware next driver release). This is at odds with a Linux kernel which still supports <a href="http://en.wikipedia.org/wiki/Micro_Channel_architecture">MCA bus</a>, the original 386 and <a href="http://en.wikipedia.org/wiki/Panasonic_CD_interface">Panasonic interface</a> CD-ROM drives (all last seen in the early 90s).<br /><br />I've heard many people say they just want a stable and secure Linux system that just works and they don't care if it is proprietary or not. Well actually the proprietary bits prevents all three from happening. For one the systems we have now are mostly stable because of the 1000s of hard working open source contributors fixing bugs all over the system. The ATI and Nvidia binary drivers undermine this as these can crash an otherwise stable system and cannot be fixed without the support of the hardware supplier (which maybe unwilling to help). The security cannot also be assured, there is no peer review of code and updates are often not applied to proprietary software bits if the were installed independently. The just works bit is also out of the window since the GPL prevents linking proprietary code to GPL code. Also some other benefits of Linux are lost for example Linux runs on many different architectures and can be re-purposed for tasks it wasn't originally intended for (e.g. <a href="http://openwrt.org/">WRT54</a> Wireless access point, the <a href="http://www.nslu2-linux.org/">Linksys NSLU2</a> and the Nokia N770). However proprietary modules typically target the most popular architectures and do not support modification. For many people this kind of use is not directly relevant to them, however it is relevant in the sense that these limitations reduce the number of programmers which are fixing bugs and creating software for their systems. This in turn devalues Linux to the point that companies that previously supported Linux may stop.<br /><p>Fortunately for many of these problems presented in the blog entry there is at least one project to solve it, here are some of the main ones:<br /></p><ul><li><a href="http://www.gnu.org/software/gnash/">Gnash</a> - Is alternative to flash</li><li>The <a href="http://nouveau.freedesktop.org/wiki/">Nouveau</a> project seeks to create an opensource driver for nvidia graphics cards</li><li>OpenGL support for many <a href="http://dri.freedesktop.org/wiki/ATIRadeon">ATi cards</a> is available in the DRI project.</li><li>Sun is going to release <a href="http://www.sun.com/2006-1113/feature/">Java under a GPL license</a></li><li>The <a href="http://www.vorbis.com/">Ogg Vorbis</a> project seeks to create viable alternative to MP3 that does not have patents associated with it</li><li>The BBC is creating a codec called <a href="http://dirac.sourceforge.net/">Dirac</a> which should not have any patent libilities</li></ul> <p></p><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-5803603555842437088?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.comtag:blogger.com,1999:blog-8891436324465303591.post-43582009579222093832006-10-27T22:57:00.000+01:002007-06-16T20:48:51.922+01:00IE7 and Firefox 2 go head to head<img src="http://www.richardcunningham.co.uk/blog/firefox2bbc.png" alt="Firefox 2 showing the BBC website" /><br /><p><br />It must be a PC magazine's dream come true, with Microsoft's <a href="http://www.microsoft.com/windows/ie/default.mspx">IE7</a> and Mozilla's <a href="http://www.mozilla.com/en-US/firefox/2.0/releasenotes/">Firefox 2</a> released within a week of each other. I can see it now when I next go to the newsagent next there will loads of magazines with a headlines like "IE7 and Firefox battle it" (probably with a small headline on the same page "100 ways to remove spyware from Windows XP" as seems to common on Windows centric magazines)<br /></p><p>I've had a look at both and I'm using Firefox 2 now. Microsoft's IE page says "Internet Explorer 7 is a major step forward in ease of use and security" which compared to previous versions of IE this is true but it certainly isn't compared to other browsers. Microsoft have added tabbed browsing, a search box in the top right corner as far the user interface goes the <a href="http://en.wikipedia.org/wiki/Phishing">Phishing</a> filter seems to be only new one for browsers, though this has been also been added by Firefox 2. A lot of the interest around IE7 seems to be from web developers wondering which of the many 1000s of rendering bugs they have to work around on a daily basis will be fixed, on this count it seems not to have really astounded anyone either way with some bugs fixed and plenty still to do.</p><p>Firefox 2 seems to be viewed in a completely different light, in that the support for web standards is already very high and the number of bugs in the rendering is very low with many people not being able to use the new standards because of lack of implementations of them by IE. Firefox 2 instead builds on a solid base <a href="http://www.mozilla.com/en-US/firefox/features.html#experience">tweaking the experience</a> a bit to make it better with a new "Undo Close Tab" feature, spell checking, search suggestions (like <a href="http://www.google.com/webhp?complete=1">Google Suggest</a>) and others like "live titles" which I'm not sure how useful they will be.</p><p>When Microsoft first announced IE7 some people though people would switch back from Firefox to IE though I think at least with IE7 that's not likely to happen.</p><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-4358200957922209383?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.comtag:blogger.com,1999:blog-8891436324465303591.post-13319515236910673922006-08-25T20:30:00.000+01:002007-04-16T21:24:53.893+01:00RichieMaps<img src="http://www.richardcunningham.co.uk/labs/richiemaps/googlemaps_asahi.png" alt="screenshot of google maps showing the Asahi building in Tokyo" /><br /><p><br />I have put up the first version of the map data for places I have been to around the world, check out the <a href="http://www.richardcunningham.co.uk/labs/richiemaps">RichieMaps</a> page for details.<br /></p><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-1331951523691067392?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.comtag:blogger.com,1999:blog-8891436324465303591.post-37117892633918128112006-07-17T22:56:00.001+01:002009-01-27T23:51:19.922ZUnlikely headlinesI saw a tag line for a article I didn't think I would ever see, <a href="http://abcnews.go.com/Technology/ZDM/story?id=2192232">"we can safely say: believe the hype"</a>, what's that? a product that actually lives up to it's hype? The article is of course is about Intel's new Core 2 Duo processors which do sound very good indeed. I am now expecting to see the following previously unlikely headlines in the near future "big Government IT project declared a success", "Linux version of MS Office goes on sale", "Weapons of mass destruction found in Iraq", "World Peace Declared" and so on.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-3711789263391812811?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.comtag:blogger.com,1999:blog-8891436324465303591.post-86461466656921485312006-07-17T22:23:00.000+01:002007-04-16T21:24:10.707+01:00previous entryI wish I hadn't said there would be a part 2 to the previous blog since, obviously I haven't got around to doing it.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-8646146665692148531?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.comtag:blogger.com,1999:blog-8891436324465303591.post-927368021235004202006-04-26T23:42:00.001+01:002008-02-18T14:12:22.563ZMexico Retrospective [Part 1 - leaving Guatemala]<a href='http://www.flickr.com/photos/richardcunningham/120428244/'><img src="http://static.flickr.com/36/120428244_96a0bbe062.jpg" alt="Guatemala Border" /></a><br /><p>Since I arrived back from Mexico on Monday last week (17th April), I've realized that my blog got severely neglected towards the later part of my trip, in particular as it does not mention Mexico. I have decided to rectify this situation by writing about the three weeks I spent in Mexico (the second half of my trip - the first being the 2 weeks in Guatemala) retrospectively.</p><p>So I'll start from when I was in Xela, Guatemala. Andy &amp; I had knackered ourselves climbing the Santa Maria volcano, we had followed this with a day of light sightseeing to San Andres Xecul. The following day Andy had to travel back to San Pedro La Laguna to get back to work. This was the point at which Andy and I would part ways so on Monday morning we headed into town, we said our goodbyes, Andy went to the bus stop and I walked off to sort out some things out. It was at this point I realized that despite being in Guatemala for almost 2 weeks the fact that Andy had mostly been there to organize accommodation/food/tours etc. for me had made the trip fairly easy for me. I found that despite 14 or so hours of one to one Spanish lessons in San Pedro la laguna I actually knew very little Spanish. This was made apparent to me minutes after Andy left. I entered a restaurant to get something to eat, no one in the restaurant knew any English and the menu was in Spanish only. Later this was also highlighted when I tried to book a trip to Mexico from one of the tour companies. Despite these obvious difficulties I managed to muddle through with a mixture of broken Spanish, pointing and gesturing. Over the next few days in general my communications with the locals were slowed down compared when Andy was helping me. I learnt a lot of Spanish in these few days out necessity.</p><p>A couple of days later it was time to head to Mexico. I was picked up from my hostel by a taxi driver (I was expecting a bus) who seemed to know who I was and what he had to do. He eventually got the message across that we were to meet a bus that would take me the rest of the way. This gelled with what I had been told. We met the bus and I was on my way to Mexico. The people on the bus seemed to be there for one of two reasons, surprisingly over half weren't actually intending to stay in Mexico for more than a few days. The reason for this was that they had been in Guatemala for almost 3 months and the visas they had been granted on entry were about to expire. The Guatemalan authorities will grant a further 3 months provided you spend 72 hours outside the country, and this was the intention of these people. The others (the minority) were like myself travelling to Mexico because we wanted to stay there.</p><p>After several hours we arrived at the Guatemalan border. Before arriving I had expected the land border to be constructed very much like an airport with strict security, professionalism and efficiency. I found none of these qualities at the border. There seemed to be people wondering all over the place, locals doing currency exchange and people selling things just outside. It didn't seem that it would be too hard to walk though with out having you passport checked by any officials. In any case I got an exit stamp for which I to pay 10Q (about 77p or about an hour's local pay), which I can only assume went into the guy's pocket. For simplicity I decided to pay this rather than to cause a fuss. Though despite this payment one of the girls in our group did not get the exit stamp at the first attempt (which is essential to get a new visa some 72 hours later, when she re-enters Guatemala), the guy said he forgot, fortunately for he remember to collect the backhander off us all but forgot to actually do his job.</p><p>Entering Mexico was much more organized and there were no backhanders to be paid. On travelling from the Mexican border to San Cristobal we had stop numerous times to be "checked" by immigration officials, it was not at all clear what they were checking, often looking inside the van, however we were never asked for our passports or any other type of ID.</p><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-92736802123500420?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.comtag:blogger.com,1999:blog-8891436324465303591.post-49838699433924229212006-03-27T03:52:00.002+01:002008-02-13T10:02:14.986ZSanta Maria Volcano<a href='http://www.flickr.com/photos/richardcunningham/118459643/'><img src="http://static.flickr.com/53/118459643_5725a1ee9b.jpg" alt="view of other volcanoes from Santa Maria" /></a><br /><p>The day starts at 4:30am, Andy cheerfully announces that is time to get up, I grown. Half an hour later we are at the pick up point to leave for the base of Santa Maria. After a short car ride we start the assent up the volcano in the dark.</p> <p>Not long ago we had climbed volcano Pacaya which overall all I had found quite easy going, I realised that this one was twice as far but I didn't know the half of it...</p> <p>The base of the volcano is at an altitude of about 2500m which is about the same as the altitude at the top of volcano Pacaya (for comparison the top of Snowdon in Wales is 1085m). This affects you more that you would imagine. So what followed must be the hardest piece of physical exercise I have ever done. The main reason for this, is that the altitude, just walking up a short way would cause me to have to breath heavily and my heart rate to go very high, though if we stopped for just a minute it would return very quickly to normal. </p> <p>Once we reached the top, at a attitude of 3772m, some three and half hours later we were greeted with a view down onto another volcano, Santiaguito, and a view down onto the clouds. However the view was slightly disappointing because the reason we had set off so early was to avoid the mist that comes at about midday, however the view was quite misty from first light so we couldn't see as far. Though after a short while Santiaguito started to erupt at first we could just hear it and then we could clearly see the smoke rising through the mass of clouds.</p> <p>The descent wasn't hard physically but was tricky as my feet would often slip on sand and mud, I would then have to catch my balance or grab onto some thing such as a tree root, branch or a particularly strong plant.</p> <p>When we arrived at the bottom we were so tired all we could really do for the rest of day was sleep and eat.</p> <b>Update</b> <i>See my <a href="http://www.travelblog.org/Central-America-Caribbean/Guatemala/Quetzaltenango/Volcan-Santa-Maria/blog-50928.html">brother´s account</a> of the same day</i><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-4983869943392422921?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.comtag:blogger.com,1999:blog-8891436324465303591.post-470594716993400422006-03-18T00:47:00.001Z2008-02-18T14:11:29.822ZGuatemalan buses<a href='http://www.flickr.com/photos/richardcunningham/113909588/'><img src="http://static.flickr.com/47/113909588_ccab1bf179.jpg" alt="a chicken bus" /></a><br /><br /><p> The buses here in guatemala are a bit of adventure. You start off not really knowing where the bus goes from unless you goto the bus depot, since there are no bus stops, times or route information. Buses tend to drive along the relavant route shouting out the destination as they go. </p> <p>When you do find the bus you want you are confronted with a repainted US style school bus. If your lucky you´ll be able to take your bag inside, but some insist on putting your bag on the roof. This would be ok if it wasn´t for the habit of these bags to fall off around bends. When you get inside the seats seem to have been designed for at most three small children or two bigger ones and the isle is just big enough to fit walking sideways down the bus. Typically these buses, called chicken buses, fill up with 3 adults per seat so that the one on the end has about half a seat. </p> <p>Soon after the bus sets off it will stop again and pick up a few more people until every one is so squashed they can hardly move. It is at this point someone will enter the bus having bought a job lot of nuts or some type of sweet and they will go down the bus giving some to people on the way down. Shortly after they come backup the bus asking for payment or they take their merchandise back again and get off to board another bus. </p> <p>Once the bus gets out on the open road all hell breaks lose, slow lorries on some very windy roads just get in way. This gives rise for the driver to over take everything in sight including cars on blind bends typically tooting the horn to make up for the lack of being able to see where the driver is going. </p> <p> All this said and done you tend to get there in one piece after spending less than a pound for a hour´s journey. </p> <p><b>P.S.</b> I´m adding my guatemala pictures to my <a href="http://www.flickr.com/photos/richardcunningham/sets/72057594084393944/">guatemala set</a> on <a href="http://www.flickr.com/photos/richardcunningham/">flickr</a>.</p><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-47059471699340042?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.comtag:blogger.com,1999:blog-8891436324465303591.post-37174681413732549092006-03-01T19:07:00.000Z2007-02-22T00:09:05.283ZAmsterdamI've just got back from a few days in amsterdam, see the <a href="http://www.richardcunningham.co.uk/amsterdam2006/">pictures here</a>.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8891436324465303591-3717468141373254909?l=blog.richardcunningham.co.uk'/></div>Richard Cunninghamnoreply@blogger.com