<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"
	xml:lang="en">
	<title>Exaflop Frontpage</title>
	<subtitle>All News</subtitle>
        <link rel="alternate" type="text/html" href="http://www.exaflop.org/index.php"/>
        <link rel="self" type="application/atom+xml" href="http://www.exaflop.org/atom.xml"/>
	<updated>2012-04-22T04:59:56-06:00</updated>
	<author>
	<name>rich</name>
	<uri>http://www.exaflop.org/index.php</uri>
	<email>blog-rich@exaflop.org</email>
	</author>
	<id>tag:exaflop,2012:ExaflopFrontpage</id>
	<generator uri="http://www.pivotlog.net" version="Pivot - 1.40.1: 'Dreadwind'">Pivot</generator>
	<rights>Copyright (c) 2012, Authors of Exaflop Frontpage</rights>
	
	
	
	<entry>
		<title>iPhone development</title>
		<link rel="alternate" type="text/html" href="http://www.exaflop.org/pivot/entry.php?id=119" />
		<updated>2009-05-12T15:44:00-06:00</updated>
		<published>2009-05-12T15:44:00-06:00</published>
		<id>tag:exaflop,2012:ExaflopFrontpage.119</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">I'm currently engaged in iPhone development which I might blog about here from time to time. I know there isn't exactly a shortage of people blogging about the iPhone right now, but still, if I come up with anything interesting I figure it's a good idea to share :)</summary>
        <content type="html" xml:lang="en" xml:base="http://www.exaflop.org/pivot/entry.php?id=119"><![CDATA[
                I&#39;m currently engaged in iPhone development which I might blog about here from time to time. I know there isn&#39;t exactly a shortage of people blogging about the iPhone right now, but still, if I come up with anything interesting I figure it&#39;s a good idea to share :)
		]]></content>
		<author>
			<name>richard</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Comment spam: wake up and smell the Hashcash coffee</title>
		<link rel="alternate" type="text/html" href="http://www.exaflop.org/pivot/entry.php?id=115" />
		<updated>2007-05-27T09:43:00-06:00</updated>
		<published>2007-05-22T18:29:00-06:00</published>
		<id>tag:exaflop,2012:ExaflopFrontpage.115</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">This blog (and other's on exaflop.org) use weblog software called Pivot. A number of versions back, Pivot implemented a system called hashcash to defeat the comment spambots that are the scourge of the bloggosphere.


Hashcash is a nothing more than a neat trick involving a bit of Javascript that runs on the commenter's browser when they try to submit a comment. If they are running a web browser with javascript enabled (as nearly everyone is), they will just see a normal comment form and the comment will be accepted and displayed on the page immediately, the same as it was in the good old days before comment spam.


Lets compare hashcash to the alternatives:-


	Keyword blocking: this as ineffective in blogging as it was in the email world before it. It'll catch many spams, but it will also let many through. The blog owner has to keep looking through the spams and adding more and more keywords to the block list. Eventually you have to stop adding keywords or nobody will be able to add anything to the blog!
	IP blocking: this is ineffective as well because spamming is typically performed by zombie botnets (arrays of PCs that are infected with malware that follow the instructions of remote users while appearing to their owners to work normally). The spams appear from all manner of different IP addresses and besides, you still need to delete all the spams by hand with this method.
	CAPTCHAs - Completely Automated Public Turing Test to tell Computers and Humans Apart. These show the commenter an image that contains a string of letters and numbers. The user has to type this string input a field on the comment form along with their other details. There are two problems with CAPTCHAs. The first is that they are a usability nightmare - nobody likes having to pass a test like this every time they submit a form and for people with sight problems it can be impossible to pass. The second problem is that OCR (optical character recognition) techniques can used to defeat the test. As a result of 2, CAPTCHAs have been made progressively more and more difficult to pass, exacerbating problem 1. 
	Bayesian filtering: This is the same as the most popular method of email filtering. A mathematical analysis is made to try and recognise if the comment looks like a spam in the same sort of way that we would recognise many spams as spam without even reading them - we recognise many different signs such as strings of garbage characters, implausible names and other features. This works about as well as it does with email spam, i.e. it produces some false positives (real comments tagged as spam) and false negatives (spams that get through).


As you can see from the above list, two of the four main alternative approaches are completely useless and the other two have serious problems of usability and effectiveness. Hashcash by comparison has been completely effective. That needs more emphasis really. In a year I have had less than 10 spam comments appear on my blog. That is few enough for me to believe that the spams that did get through were entered manually. That is something I can live with.


Akismet is a Bayesian filter system used by many bloggers including those on Wordpress. It uses a 'hive mind' approach that combines spam data from many users to improve effectiveness. Even so, lately I am seeing several bloggers (most notably Robert Scoble) complaining about Akismet either not filtering out all the spam, or catching too many genuine comments in it's filter.  Apparently there is (or at least has been in the past) a Hashcash plugin for Wordpress. I would strongly suggest people check out this option. Akismet is a nice idea, but it is clearly not as effective as it should be. Hashcash is effective. I don't doubt that Scoble gets more attempts on his blog than I do on mine, but the results should scale because 100% effective scales.


The funny thing is though, when even you mention to Hashcash to bloggers, particularly those that are developers, they completely dismiss it. The main two complaints I hear are: (1) Spammers will eventually develop spam bots that can execute javascript and thus defeat hashcash; (2) It locks out people that aren't running Javascript in their browser, including those with disabilities that use text-only browsers.


I believe 2 isn't a major issue in that you can put a message on your comment form to the effect that if you are unable to use the form, please send an email and you'll add the comment for them. Maybe that will put some people off, but it shouldn't and it's certainly not deal-breaker for Hashcash. Besides, many people are now using conventional Javascript browsers with screen reader software instead of the old text mode browsers like Lynx, so this problem should diminish for disabled users. As for the tin-foil-hat-wearers that disable javascript in their browsers out of paranoia, they can stay silent for all I care :).


The final issue then is that spammers will someday build spambots that can defeat Hashcash. This is a completely bogus reason not to use Hashcash on your blog now. It is possible that one day hashcash will not be enoughto stop spambots. But at the moment the picture is far better for those using hashcash than it is for those relying on CAPTCHAs and Bayesian filtering. Make hay while the sun shines I say!</summary>
        <content type="html" xml:lang="en" xml:base="http://www.exaflop.org/pivot/entry.php?id=115"><![CDATA[
                <p>
This blog (and other&#39;s on exaflop.org) use weblog software called <a href="http://www.pivotlog.net/" target="_blank">Pivot</a>. A number of versions back, Pivot implemented a system called hashcash to defeat the comment spambots that are the scourge of the bloggosphere.
</p>
<p>
Hashcash is a nothing more than a neat trick involving a bit of Javascript that runs on the commenter&#39;s browser when they try to submit a comment. If they are running a web browser with javascript enabled (as nearly everyone is), they will just see a normal comment form and the comment will be accepted and displayed on the page immediately, the same as it was in the good old days before comment spam.
</p>
<p>
Lets compare hashcash to the alternatives:-
</p>
<ul>
	<li>Keyword blocking: this as ineffective in blogging as it was in the email world before it. It&#39;ll catch many spams, but it will also let many through. The blog owner has to keep looking through the spams and adding more and more keywords to the block list. Eventually you have to stop adding keywords or nobody will be able to add anything to the blog!</li>
	<li>IP blocking: this is ineffective as well because spamming is typically performed by zombie botnets (arrays of PCs that are infected with malware that follow the instructions of remote users while appearing to their owners to work normally). The spams appear from all manner of different IP addresses and besides, you still need to delete all the spams by hand with this method.</li>
	<li><a href="http://en.wikipedia.org/wiki/Captcha" target="_blank">CAPTCHA</a>s - Completely Automated Public Turing Test to tell Computers and Humans Apart. These show the commenter an image that contains a string of letters and numbers. The user has to type this string input a field on the comment form along with their other details. There are two problems with CAPTCHAs. The first is that they are a usability nightmare - nobody likes having to pass a test like this every time they submit a form and for people with sight problems it can be impossible to pass. The second problem is that OCR (optical character recognition) techniques can used to defeat the test. As a result of 2, CAPTCHAs have been made progressively more and more difficult to pass, exacerbating problem 1. </li>
	<li><a href="http://en.wikipedia.org/wiki/Bayesian_spam_filtering" target="_blank">Bayesian filtering</a>: This is the same as the most popular method of email filtering. A mathematical analysis is made to try and recognise if the comment looks like a spam in the same sort of way that we would recognise many spams as spam without even reading them - we recognise many different signs such as strings of garbage characters, implausible names and other features. This works about as well as it does with email spam, i.e. it produces some false positives (real comments tagged as spam) and false negatives (spams that get through).</li>
</ul>
<p>
As you can see from the above list, two of the four main alternative approaches are completely useless and the other two have serious problems of usability and effectiveness. <strong>Hashcash by comparison has been completely effective</strong>. That needs more emphasis really. In a year I have had less than 10 spam comments appear on my blog. That is few enough for me to believe that the spams that did get through were entered manually. That is something I can live with.
</p>
<p>
Akismet is a Bayesian filter system used by many bloggers including those on Wordpress. It uses a &#39;hive mind&#39; approach that combines spam data from many users to improve effectiveness. Even so, lately I am seeing several bloggers (<a href="http://scobleizer.com/2007/05/21/ive-lost-control-of-my-comments/" target="_blank">most notably Robert Scoble</a>) complaining about Akismet either not filtering out all the spam, or catching too many genuine comments in it&#39;s filter.  Apparently there is (or at least has been in the past) a Hashcash plugin for Wordpress. I would strongly suggest people check out this option. Akismet is a nice idea, but it is clearly not as effective as it should be. Hashcash is effective. I don&#39;t doubt that Scoble gets more attempts on his blog than I do on mine, but the results should scale because 100% effective scales.
</p>
<p>
The funny thing is though, when even you mention to Hashcash to bloggers, particularly those that are developers, they completely dismiss it. The main two complaints I hear are: (1) Spammers will eventually develop spam bots that can execute javascript and thus defeat hashcash; (2) It locks out people that aren&#39;t running Javascript in their browser, including those with disabilities that use text-only browsers.
</p>
<p>
I believe 2 isn&#39;t a major issue in that you can put a message on your comment form to the effect that if you are unable to use the form, please send an email and you&#39;ll add the comment for them. Maybe that will put some people off, but it shouldn&#39;t and it&#39;s certainly not deal-breaker for Hashcash. Besides, many people are now using conventional Javascript browsers with screen reader software instead of the old text mode browsers like Lynx, so this problem should diminish for disabled users. As for the tin-foil-hat-wearers that disable javascript in their browsers out of paranoia, they can stay silent for all I care :).
</p>
<p>
The final issue then is that spammers will someday build spambots that can defeat Hashcash. This is a completely bogus reason not to use Hashcash on your blog now. It is possible that one day hashcash will not be enoughto stop spambots. But at the moment the picture is far better for those using hashcash than it is for those relying on CAPTCHAs and Bayesian filtering. Make hay while the sun shines I say!</p>
		]]></content>
		<author>
			<name>richard</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Samsung YP-Z5 portable MP3 music player review</title>
		<link rel="alternate" type="text/html" href="http://www.exaflop.org/pivot/entry.php?id=96" />
		<updated>2006-09-17T13:12:00-06:00</updated>
		<published>2006-09-17T13:12:00-06:00</published>
		<id>tag:exaflop,2012:ExaflopFrontpage.96</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text"></summary>
        <content type="html" xml:lang="en" xml:base="http://www.exaflop.org/pivot/entry.php?id=96"><![CDATA[
                <p><!-- error: You haven't included [[ thickbox:head ]] in your templates. --><a href='http://www.exaflop.org/blogimages/20060917_samsung_yp-z5.jpg' class="thickbox" title="Samsung YP-Z5" rel="entry-96" ><img src="http://www.exaflop.org/blogimages/20060917_samsung_yp-z5.thumb.jpg" border="1" alt="Samsung YP-Z5" title="Samsung YP-Z5" align="right" class='pivot-popupimage' /></a>I&#39;ve been wanting to buy a portable music player for years but been put off by a number of things. First was that I really wanted a flash-memory based player (rather than harddisk based) so that I could carry it while running, but I wasn&#39;t happy with the capacity offered by most models. Then Apple released the first iPod Nano with 4Gb of memory and as Apple have done so many times before, they changed the market. All of a sudden 1Gb was no longer the top capacity available in a flash-memory based player. However it&#39;s taken a long time for other manufacturers to catch up with Apple&#39;s iPod Nano.</p><p>Before I talk about the player I eventually bought, the Samsung YP-Z5, let me explain why I didn&#39;t just buy an iPod Nano. If I just wanted to rip my own CDs and maybe play a few mp3 files I *ahem* collected from other places, the iPod would have been a fine choice. But ever since all-you-can-download subscription services have been available (like Napster, Rhapsody, etc.) I&#39;ve been quite taken with the idea of being able to fill up the player with whatever music I want, all for a flat fee. Sadly, Apple has not seen the light on subscription services and their iTunes Store only supports pay-per-track downloads. Due to all the incompatabilities that DRM (Digital Rights Management) introduces, that means all Apple players are out of consideration. The other big player in DRM is Microsoft and the good thing about Microsoft&#39;s Windows Media DRM is that it is licenced to many manufacturers so you get a wide choice of players rather than being locked into those of one manufacturer (Apple). It has to be said that there are very few products as good as Apple&#39;s, but I believe the YP-Z5 is one of them.</p><p>The Samsung YP-Z5 is available in 1GB, 2GB and 4GB models, although there&#39;s so little price difference you&#39;d be mad to buy anything but the 4GB model. The YP-Z5 is a bit thicker and heavier than the iPod Nano, but the reason is that it packs a much longer battery life (35 hours!) and a tough metal casing. I&#39;ve heard it said that the iPod Nano is cursed by scratching of the case. Now the YP-Z5 is still going to get scratched since the front and back panels are pained (the sides are chromed), but it still feels like it can take quite a bit of abuse.</p><p>The control of the YP-Z5 was apparently designed by the same company that designed the first iPod &quot;click wheel&quot;. However, to avoid patent/ design rights issues, the YP-Z5 uses a square touch-sensitive direction panel in the centre, with a ring of four buttons around the outside. The buttons all feel effective and should be reliable. The touch panel in the centre is, for my taste anyway, a bit fiddly. Because it&#39;s a direction pad, you don&#39;t slide your finger around it like with the click-wheel, you either repeatedly tap the up or down spot or hold your finger on it and wait for the auto-repeat (like a computer keyboard). This takes a bit of getting used to, but it&#39;s certainly masterable. Just be aware that if you lend your player to someone you might have to spend some time explaining it to them. The upside of the control difference to the iPod is that the YP-Z5 has a dedicated (metal!) volume control on the side of it. All my iPod owning friends have lemented the use of the click-wheel to control volume on the iPod - one stray press while adjusting volume and you can end up skipping tracks - very annoying.</p><p>As I mentioned at the top of the article, the Samsung YP-Z5 supports Microsoft&#39;s Pays For Sure(tm) initiative. This come along with Windows Media Player 10 and it&#39;s designed to make it easy for consumers to know which players are fully compatable with Windows Media 10. A lot of cheap, nasty MP3 players will play non-protected WMA files, but will not necessarilly play the tracks that you have paid to download. Fewer still are compatible with subscription based services like Napster To Go(tm) because they need to use a clock to enforce the &quot;rental&quot; model for downloaded files. Using my Napster To Go(tm) subscription is the only time I feel a little regret at buying a flash-memory based player instead of one containing a 30GB harddrive as even with 4GB of memory (enough for about 60 albums), you are always having to look at which albums to remove from the player so you can copy over your fresh downloads. I think people that pay for every single track they download have less of a problem here :)</p><p>When you&#39;ve downloaded a ton of music to the YP-Z5 you&#39;ll want to play it. You can select music by Album, Artist or list all tracks at once. One thing you&#39;ll notice pretty quickly if you have downloaded MP3 files on your player is that the menu system relies entirely on meta-data (ID3 tags in MP3 files). You&#39;ll notice it because if you don&#39;t have the Artist or Album name set, or it&#39;s not set the same on all the tracks in the album, they&#39;ll appear in unexpected places. You also need the track number set in the ID3 data for the tracks to be listed in the right order and that is very rarely set in my experience. You might then have to spend some time &#39;cleaning up&#39; the ID3 tags on your MP3 files before you download them to the YP-Z5. I&#39;m told that it&#39;s pretty common for portable music players to work like this, but I really wish there was a &quot;File System View&quot; like you have with programs like winamp. I don&#39;t expect track numbers to be stored in the ID3 tags because I have &quot;sort by filename&quot; set and the files all have the track number at the beggining of their filename. Oh, and it&#39;s worth mentioning that with DRM protected files, you cannot change the meta-data, so if Napster (or whoever) have typed in the album name different on one track from the CD, you&#39;re out of luck - the only way you&#39;re going to get them to play in the right order is to make a custom playlist.</p><p>Talking of playlists, you can make them in Windows Media Player or Napster and download them to the player, but you cannot make them on the player itself. In fact that leads me to a wider point: This player is completely useless without a PC. Not only can you only charge it via the supplied USB cable, but there is no record function, you can&#39;t edit playlists or edit any of the file data on the player without a computer. Everything except actually playing music needs a PC with Windows Media 10 installed on it.</p><p>One major omission on the YP-Z5 in my opinion is the lack of any kind of sound equalizer. Sometimes you have to use headphones that aren&#39;t that great, or you just want a bit more bass on the track you&#39;re playing. It does have some things called DNSe effects, but these are like the cheesy sound effect modes you get on all music player apps - they muddy the sound or add superfluous echo/reverb and I don&#39;t understand why anyone would want to do that. There is also a &quot;street mode&quot;, but as far as I can tell all that does is boost the volume some. </p><p>A few other things... The volume control is very wide ranging. I&#39;ve read some user comments that say they think it is only adequate. All I can say is that they are either using very high impedance headphones, or they have hearing damage. I rarely get the volume above about 1/3rd of its range. On the headphone front, the YP-Z5 comes with some basic &#39;earbud&#39; type earphones. They&#39;re not very comfortable, but if you can get them to seal in your ear, the sound is good, but like all earbuds, if they don&#39;t fill your ear canal, the bass will be very thin. Also on the accessory front, this player for reasons best known to Samsung, uses a proprietary connector on its lower edge. So if you lose or break the USB cable that comes with the player, you&#39;re really in trouble because the cable is needed even to charge the battery.</p><p style="text-decoration: underline; font-weight: bold">Conclusion</p><p>Priced at the same level as the iPod Nano, the Samsung YP-Z5 is the perfect alternative for those who want to use subscription music services. Also if you&#39;re only wanting to play your own CD rips, you might consider it instead of the iPod because of the much improved battery life and the greater robustness.</p><p>Since I bought my YP-Z5, Creative have made their own high-capacity flash-memory based player, the Creative Zen V. That has some extra features (built-in recording and the ability to play video), but it doesn&#39;t have such a good battery life and it&#39;s more &#39;plasticy&#39;. Also, Apple have introduced a new version of the iPod Nano with up to 8Gb of memory and better battery life (although still I believe not as good as the YP-Z5). These will have to be considered, but I&#39;m still very happy with my Samsung YP-Z5.</p>
		]]></content>
		<author>
			<name>richard</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Robert Scoble leaves Microsoft</title>
		<link rel="alternate" type="text/html" href="http://www.exaflop.org/pivot/entry.php?id=77" />
		<updated>2006-06-12T09:20:00-06:00</updated>
		<published>2006-06-12T09:20:00-06:00</published>
		<id>tag:exaflop,2012:ExaflopFrontpage.77</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">Microsoft's top blogger (or least their top blogging proponent) Robert Scoble has decided to leave the mega-corp and join a start-up specialising in podcasting and video blogging. Although his job at Microsoft was all-round image-enhancer, his main job as far as I was concerned was co-founding and producing a large proportion of the videos on the Channel 9 site. There's a lot of stuff flying around about Robert's move - he sets a lot of things straight with two long posts on his own blog and another post on Channel 9 explaining how this doesn't mean Channel 9 is over. Personally, I think if this was anyone else leaving Microsoft, or Scoble leaving another other large company it wouldn't be nearly as big a deal. The anti-Microsoft mob are always going to look for some angle on how Microsoft's evil made it impossible for him to stay. The anti-blogging mob are going to look for some angle about how this means Microsoft doesn't really like staff bloggers after all. When it comes down to it, the company he's moving to is the perfect setup for Robert and if you had the chance to take the job that's perfect for you, you'd do it even if it meant taking a bit of flak in the meantime.Scoble has been described as Microsoft's &amp;quot;Cheif humanising officer&amp;quot; and for sure, I feel better about Microsoft being a large group of people instead of the huge faceless corporation it seemed before. And I wasn't even in the anti-Microsoft mob to start with. Things have changed at Microsoft over the past few years and it's not all down to Scoble, but he does symbolise the changes that have occured in many departments. It used to be that if you found a bug in a product you'd have to go through support (if you had a support contract with them) or try emailing a general bug report address. You might get a response, you might not. You probably wouldn't get any communication from the people that actually developed the product that's for sure. Now you have developers blogging about what they're doing. They take feedback, some teams even give the great unwashed access to their bug tracking systems, and of course there are those crazy enough to appear on Channel 9 videos.So good luck Robert. I hope it works out with the startup and it makes you rich! Microsoft will manage without you I feel and at least Channel 9 videos will no longer be punctuated by your manic laugh :)</summary>
        <content type="html" xml:lang="en" xml:base="http://www.exaflop.org/pivot/entry.php?id=77"><![CDATA[
                <p>Microsoft&#39;s top blogger (or least their top blogging proponent) <a href="http://scobleizer.wordpress.com/" target="_blank">Robert Scoble</a> has <a href="http://news.bbc.co.uk/1/hi/technology/5070940.stm" target="_blank">decided to leave the mega-corp</a> and join a start-up specialising in podcasting and video blogging. Although his job at Microsoft was all-round image-enhancer, his main job as far as I was concerned was co-founding and producing a large proportion of the videos on the <a href="http://channel9.msdn.com/" target="_blank">Channel 9</a> site. There&#39;s a lot of stuff flying around about Robert&#39;s move - he sets a lot of things straight with <a href="http://scobleizer.wordpress.com/2006/06/10/correcting-the-record-about-microsoft/">two long</a> <a href="http://scobleizer.wordpress.com/2006/06/11/the-joy-on-her-face/">posts</a> on his own blog and another post on Channel 9 explaining how this <a href="http://channel9.msdn.com/ShowPost.aspx?PostID=202994" target="_blank">doesn&#39;t mean Channel 9 is over</a>. </p><p>Personally, I think if this was anyone else leaving Microsoft, or Scoble leaving another other large company it wouldn&#39;t be nearly as big a deal. The anti-Microsoft mob are always going to look for some angle on how Microsoft&#39;s evil made it impossible for him to stay. The anti-blogging mob are going to look for some angle about how this means Microsoft doesn&#39;t really like staff bloggers after all. When it comes down to it, the company he&#39;s moving to is the perfect setup for Robert and if you had the chance to take the job that&#39;s perfect for you, you&#39;d do it even if it meant taking a bit of flak in the meantime.</p><p>Scoble has been described as Microsoft&#39;s &quot;Cheif humanising officer&quot; and for sure, I feel better about Microsoft being a large group of people instead of the huge faceless corporation it seemed before. And I wasn&#39;t even in the anti-Microsoft mob to start with. Things have changed at Microsoft over the past few years and it&#39;s not all down to Scoble, but he does symbolise the changes that have occured in many departments. It used to be that if you found a bug in a product you&#39;d have to go through support (if you had a support contract with them) or try emailing a general bug report address. You might get a response, you might not. You probably wouldn&#39;t get any communication from the people that actually developed the product that&#39;s for sure. Now you have developers blogging about what they&#39;re doing. They take feedback, some teams even give the great unwashed access to their bug tracking systems, and of course there are those crazy enough to appear on Channel 9 videos.</p><p>So good luck Robert. I hope it works out with the startup and it makes you rich! Microsoft will manage without you I feel and at least Channel 9 videos will no longer be punctuated by your manic laugh :)</p>
		]]></content>
		<author>
			<name>richard</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>The poor state of Formula 1 team websites</title>
		<link rel="alternate" type="text/html" href="http://www.exaflop.org/pivot/entry.php?id=44" />
		<updated>2006-02-14T17:29:00-06:00</updated>
		<published>2006-02-14T17:27:00-06:00</published>
		<id>tag:exaflop,2012:ExaflopFrontpage.44</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">I'm cross-posting this to the Exaflop Technology Blog as well as The Racing Blog because although it's about Formula 1 websites specifically, the principles apply to all corporate websites. Robert Scoble is famous for saying that if your marketing website doesn't have an RSS feed you should be fired. He's taken a lot of criticism for that stance and when I first read it I wasn't convinced it was that big a deal. However, I was recently compiling a list of Formula 1 team websites and was disappointed to find that only one of them had an RSS feed for it's news page. So I guess I'm now a believer.For those not familiar with Formula 1 racing, there are currently 11 teams. All teams are required to design and manufacture their own cars (the engine may be bought in) to very high standards of both performance and safety. There are 18 races this year in North and South America, Europe, Asia and Oceania. Annual budgets range from $40M to $300M and staff levels from around 100 to over 1000. 6 of the 11 teams are owned by or closely allied to major motor car manufacturers. So this is a big global business - a long way from the likes of Champcar or IRL - and only the best will do for even the smallest of F1 operations. Even the manufacturer owned teams depend on external sponsorship and sponsors require maximum exposure in order to justify the money they hand over. That makes every chance to expose and promote their sponsors very important to the teams. So you'd think they would put a lot of effort into their web presence....Well in a way they do. Almost all the sites are slickly produced by experienced web design agencies. Unfortunately these design agencies seem most intent on fulfilling a brief that was penned by someone who knows nothing about web usability or even good web marketing - as long as it looks pretty on this person's screen, they are happy.The following is a table of woe. As you can see, only Renault have an RSS feed for the news section of their website. Many of the websites are all-flash affairs. Now I don't object to the use of flash on a website, but if the entire site is one big flash file it makes it impossible to bookmark pages, navigate using the standard back and forward buttons, or copy/paste from press releases etc. And that's without going into many of the accessability issues that web-standards fanatics like to go on about. Those sites that avoid the all-flash fate then have a chance to fail by using Frames is such a way as to make the bookmarking of individual pages almost impossible.   Team Name (link) RSS Feed All FlashBookmarkable pagesRenault F1 X - X McLaren - - - Williams - - X BMW Sauber - X - Ferrari - X - Red Bull - X - Midland F1 - - X  Scuderia Toro Rosso - X - Toyota F1 - - X  Honda- - X  Super Aguri F1 - ? ?  Renault F1 is the only team to come out with full marks - fittingly for the 2005 world champions! Williams, Midland F1, Toyota F1 and Honda are almost as good, they just need to add an RSS feed so fans can keep up with their news more easily. The rest should hang their heads in shame, sack their current web partners and start again. [Note: Super Aguri F1 haven't really got a website yet - they're got their work cut out getting a car ready for the start of the season being the new boys for 2006 - so I'm not rating them yet.]</summary>
        <content type="html" xml:lang="en" xml:base="http://www.exaflop.org/pivot/entry.php?id=44"><![CDATA[
                <p>I'm cross-posting this to the <a href="http://www.exaflop.org..//">Exaflop Technology Blog</a> as well as <a href="http://www.exaflop.org../racing-blog/">The Racing Blog</a> because although it's about <a rel="tag" class="taglink" href="/pivot/tags.php?tag=formula_1" title="Tagged external link: Formula 1">Formula 1</a> websites specifically, the principles apply to all corporate websites.<br /> </p><p>Robert <a rel="tag" class="taglink" href="/pivot/tags.php?tag=scoble" title="Tagged external link: Scoble">Scoble</a> is famous for saying that <a target="_blank" href="http://scobleizer.wordpress.com/2005/11/26/these-companies-should-fire-their-webmasters/">if your marketing website doesn't have an RSS feed you should be fired</a>. He's taken a lot of criticism for that stance and when I first read it I wasn't convinced it was that big a deal. However, I was recently compiling a list of Formula 1 team websites and was disappointed to find that only one of them had an RSS feed for it's news page. So I guess I'm now a believer.</p><p>For those not familiar with Formula 1 racing, there are currently 11 teams. All teams are required to design and manufacture their own cars (the engine may be bought in) to very high standards of both performance and safety. There are 18 races this year in North and South America, Europe, Asia and Oceania. Annual budgets range from $40M to $300M and staff levels from around 100 to over 1000. 6 of the 11 teams are owned by or closely allied to major motor car manufacturers. So this is a big global business - a long way from the likes of Champcar or IRL - and only the best will do for even the smallest of F1 operations. Even the manufacturer owned teams depend on external sponsorship and sponsors require maximum exposure in order to justify the money they hand over. That makes every chance to expose and promote their sponsors very important to the teams. So you'd think they would put a lot of effort into their web presence....</p><p>Well in a way they do. Almost all the sites are slickly produced by experienced web design agencies. Unfortunately these design agencies seem most intent on fulfilling a brief that was penned by someone who knows nothing about web usability or even good web marketing - as long as it looks pretty on this person's screen, they are happy.</p><p>The following is a table of woe. As you can see, only Renault have an RSS feed for the news section of their website. Many of the websites are all-flash affairs. Now I don't object to the use of flash on a website, but if the entire site is one big flash file it makes it impossible to bookmark pages, navigate using the standard back and forward buttons, or copy/paste from press releases etc. And that's without going into many of the accessability issues that web-standards fanatics like to go on about. Those sites that avoid the all-flash fate then have a chance to fail by using Frames is such a way as to make the bookmarking of individual pages almost impossible.<br /> </p> <table border="1"> <tbody><tr><td>Team Name (link) </td><td>RSS Feed </td><td>All Flash</td><td>Bookmarkable pages</td></tr><tr><td><a target="_blank" href="http://www.renaultf1.com/en/">Renault F1</a><br /> </td><td>X<br /> </td><td>-<br /> </td><td>X<br /> </td></tr><tr><td><a href="http://www.mclaren.com/">McLaren</a><br /> </td><td>-<br /> </td><td>-<br /> </td><td>-<br /> </td></tr><tr><td><a target="_blank" href="http://www.williamsf1.com/">Williams</a><br /> </td><td>-<br /> </td><td>-<br /> </td><td>X<br /> </td></tr><tr><td><a target="_blank" href="http://www.bmw-sauber-f1.com/en/index.html">BMW Sauber</a><br /> </td><td>-<br /> </td><td>X<br /> </td><td>-<br /> </td></tr><tr><td><a target="_blank" href="http://www.ferrariworld.com/FWorld/fw/index.jsp">Ferrari</a><br /> </td><td>-<br /> </td><td>X<br /> </td><td>-<br /> </td></tr><tr><td><a target="_blank" href="http://www.redbullracing.com/">Red Bull</a><br /> </td><td>-<br /> </td><td>X<br /> </td><td>-<br /> </td></tr><tr><td><a target="_blank" href="http://www.midlandf1.com/">Midland F1</a><br /> </td><td>-<br /> </td><td>-<br /> </td><td>X <br /> </td></tr><tr><td><a target="_blank" href="http://kunden.seso.at/tororosso/">Scuderia Toro Rosso</a><br /> </td><td>-<br /> </td><td>X<br /> </td><td>- </td></tr><tr><td><a target="_blank" href="http://www.toyota-f1.com/">Toyota F1</a><br /> </td><td>-<br /> </td><td>-<br /> </td><td>X <br /> </td></tr><tr><td><a target="_blank" href="http://www.hondaracingf1.com/en/">Honda</a></td><td>-<br /> </td><td>-<br /> </td><td>X <br /> </td></tr><tr><td><a target="_blank" href="http://www.saf1.jp/">Super Aguri F1</a><br /> </td><td>-<br /> </td><td>?<br /> </td><td>?<br /> </td></tr></tbody> </table><p>Renault F1 is the only team to come out with full marks - fittingly for the 2005 world champions! Williams, Midland F1, Toyota F1 and Honda are almost as good, they just need to add an RSS feed so fans can keep up with their news more easily. The rest should hang their heads in shame, sack their current web partners and start again. </p><p>[Note: Super Aguri F1 haven't really got a website yet - they're got their work cut out getting a car ready for the start of the season being the new boys for 2006 - so I'm not rating them yet.]</p>
		]]></content>
		<author>
			<name>richard</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Prepare for Cell Processor hype onslaught</title>
		<link rel="alternate" type="text/html" href="http://www.exaflop.org/pivot/entry.php?id=39" />
		<updated>2006-02-08T08:44:00-06:00</updated>
		<published>2006-02-08T08:44:00-06:00</published>
		<id>tag:exaflop,2012:ExaflopFrontpage.39</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">Just watching the US CNBC Squawkbox over here in England and they're going on about how amazingly powerful and revolutionary the new IBM Cell Processor is going to be. And if a product that isn't available yet and for which there is no new news available to get appearances on CNBC means that the PR engine has swung into full-on hype mode. Expect floods of blog postings about the chip and stories in all the news websites.It's all PR hype though. We know the Cell is going to be the core of the Sony Playstaion 3 and there are possibly other applications for it in workstation accelerators. But don't expect to see it as widely used as IBM would like it to be. Firstly the Cell is not a cheap chip to manufacture. Some of the early hype made claims that by putting lots of simple processors together on one die they could make a very powerful chip at low cost compared to traditional solutions. This is just not the case though. The primary determiner in the manufacturing cost of chip is the die space it takes up and the Cell is as big as any high performance design. Even though the individual units of the Cell (SPE or Synergistic Processing Elements in IBM speak) are small and simple, when you jam 8 of them together (and add another true PowerPC processor to co-ordinate them) you end up with a big chip.The other concern over the Cell is the ease of programming. Writing highly multi-threaded code is difficult anyway unless you have an easily seperable algorithm as your main computation task. But if you then take into account that the SPEs don't have access to main memory - only the 512KB they are bundled with - the whole business of co-ordinating data transfers to and from the SPEs adds an extra layer of complexity that any programmer would rather do without.There is plenty of debate among game programmers over whether the PS3 offers as much useable processing power as the more conventional three-core PowerPC CPU in the Xbox 360 because the potention of the Cell will be so hard to realise. Being able to decode 48 MPEG2 streams simultaneously isn't that useful in most applications.</summary>
        <content type="html" xml:lang="en" xml:base="http://www.exaflop.org/pivot/entry.php?id=39"><![CDATA[
                <p>Just watching the US <a rel="tag" class="taglink" href="/pivot/tags.php?tag=cnbc" title="Tagged external link: CNBC">CNBC</a> Squawkbox over here in England and they're going on about how amazingly powerful and revolutionary the new <a rel="tag" class="taglink" href="/pivot/tags.php?tag=ibm" title="Tagged external link: IBM">IBM</a> <a rel="tag" class="taglink" href="/pivot/tags.php?tag=cell_processor" title="Tagged external link: Cell Processor">Cell Processor</a> is going to be. And if a product that isn't available yet and for which there is no new news available to get appearances on CNBC means that the PR engine has swung into full-on hype mode. Expect floods of blog postings about the chip and stories in all the news websites.</p><p>It's all PR hype though. We know the Cell is going to be the core of the <a rel="tag" class="taglink" href="/pivot/tags.php?tag=sony" title="Tagged external link: Sony">Sony</a> <a rel="tag" class="taglink" href="/pivot/tags.php?tag=playstaion" title="Tagged external link: Playstaion">Playstaion</a> 3 and there are possibly other applications for it in workstation accelerators. But don't expect to see it as widely used as IBM would like it to be. Firstly the <a rel="tag" class="taglink" href="/pivot/tags.php?tag=cell" title="Tagged external link: Cell">Cell</a> is not a cheap chip to manufacture. Some of the early hype made claims that by putting lots of simple processors together on one die they could make a very powerful chip at low cost compared to traditional solutions. This is just not the case though. The primary determiner in the manufacturing cost of chip is the die space it takes up and the Cell is as big as any high performance design. Even though the individual units of the Cell (SPE or Synergistic Processing Elements in IBM speak) are small and simple, when you jam 8 of them together (and add another true PowerPC processor to co-ordinate them) you end up with a big chip.</p><p>The other concern over the Cell is the ease of programming. Writing highly multi-threaded code is difficult anyway unless you have an easily seperable algorithm as your main computation task. But if you then take into account that the SPEs don't have access to main memory - only the 512KB they are bundled with - the whole business of co-ordinating data transfers to and from the SPEs adds an extra layer of complexity that any programmer would rather do without.</p><p>There is plenty of debate among game programmers over whether the <a rel="tag" class="taglink" href="/pivot/tags.php?tag=ps3" title="Tagged external link: PS3">PS3</a> offers as much useable processing power as the more conventional three-core <a rel="tag" class="taglink" href="/pivot/tags.php?tag=powerpc" title="Tagged external link: PowerPC">PowerPC</a> CPU in the <a rel="tag" class="taglink" href="/pivot/tags.php?tag=xbox_360" title="Tagged external link: Xbox 360">Xbox 360</a> because the potention of the Cell will be so hard to realise. Being able to <a href="http://techon.nikkeibp.co.jp/english/NEWS_EN/20050425/104149/" target="_blank">decode 48 MPEG2 streams simultaneously</a> isn't that useful in most applications.</p>
		]]></content>
		<author>
			<name>richard</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Wakeup call for Technorati/Feedburner</title>
		<link rel="alternate" type="text/html" href="http://www.exaflop.org/pivot/entry.php?id=20" />
		<updated>2006-01-27T17:11:00-06:00</updated>
		<published>2006-01-27T12:03:00-06:00</published>
		<id>tag:exaflop,2012:ExaflopFrontpage.20</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">I only recently got into the whole blogging lark. Although I've been knowlegable in the ways of HTML almost as long as I've been using the web (it all came along when I had mountains of spare time at university), I had to learn a whole load of new technology and 'customs' when I relaised that the best way to bring my website alive was to use blogging.</summary>
        <content type="html" xml:lang="en" xml:base="http://www.exaflop.org/pivot/entry.php?id=20"><![CDATA[
                <p>I only recently got into the whole blogging lark. Although I've been knowlegable in the ways of HTML almost as long as I've been using the web (it all came along when I had mountains of spare time at university), I had to learn a whole load of new technology and 'customs' when I relaised that the best way to bring my website alive was to use blogging.</p><p>Because I read some prominent blogs written by people who blog more about blogging than anything else, I'm aware of a few sites that provide value added services to bloggers. One of them Technorati and another is Feedburner (other's I haven't delved into are del.ici.ous and memorandum).</p>   <p>Lets start with <a target="_blank" href="http://www.technorati.com/">Technorati</a>. As far as I can tell, this is mostly a search-engine for blogs. Rather than rely entirely on body text though, it allows you to provide extra information about both the blog itself and individual posts in the form of Tags. Tags are just words or short phrases really. There is no moderation or control on the use of tags either. There is nothing other than the cleverness of Technorati's search algorithms to stop you &quot;tag stuffing&quot; the same way people practiced &quot;meta keyword stuffing&quot; before Google came along and made it redundent. I'm not sure how much future there is in tagging, not just on Technorati, but also on Flickr, del.ici.ous or anywhere else. It seems to work well now because there are not so many users and those that are tagging are enthusiasts rather than lowlife search-optimizers.</p> <p>Technorati also allows bloggers to &quot;claim&quot; their blog. That allows them to get more detailed information, provide a description and tags for the blog as a whole and add technorati-provided live data to their blogs. It took me a long time to 'claim' my blog due to some stupid javascript error on that part of the technorati website. I sent a support request in, but since you can only set the title to &quot;I can't claim my blog&quot; I guess it got burried under all the support requests from people who are too clueless to follow the instructions. This is a common 1st-line support error: Assuming all your users are equally stupid, thus failing to provide the ones who aren't good enough service. After 5 days the support request hasn't been answered. I still managed to claim my blogs after a couple of days of repeatedly trying though - god knows how, it seems pretty random.</p> <p>The other service I wanted to mention is <a target="_blank" href="http://www.feedburner.com">Feedburner</a>. I hear it talked about a lot, possibly because I read <a target="_blank" href="http://www.feld.com/blog/">Brad Feld's blog</a> (he's a VC that's invested in Feedburner). The problem with Feedburner is working out what it does, or more to the point, how it does it. Their <a target="_blank" href="http://www.feedburner.com/fb/a/publishers">publishers page</a> gives a list of services, some of which sound very useful (mostly the reader count), others I'm not so sure about. A lot of them didn't have explanations when I last looked but I note that most of them have an explanatory page now. Unfortunately most of the pages are written in the same <span style="font-style: italic">talking to a suit who thinks they understand computers</span> language as their <a target="_blank" href="http://www.feedburner.com/fb/a/about">About</a> page (the &quot;elevator pitch&quot;). It talks about the serives they provide in only the vaguest terms before spilling the kind of information that <span style="font-weight: bold">only</span> venture capitalists give a toss about - the names of the management team.</p> <p>How about telling me how I'm going to implement all these wonderful services? I've thought about it long enough to realise that they probably have to slurp your RSS feed and then modify it and serve it from their own servers in order to do the things they claim. The problem with this is that I have to modify my blog code in order to point potential subscribers to Feedburner's copy of my feeds. Then if I stop using Feedburner, or god forbid, they fail to get further funding and cease operation, I lose all those subscribers. Plus all the subscribers I might currently have will need to somehow get shifted onto Feedburner's servers or they miss out of the <a target="_blank" href="http://www.feedburner.com/fb/a/publishers/feedflare">FeedFlare</a> and I mess out on the stats anaylsis. The thing is, this <span style="font-weight: bold">might not</span> be the case, but I don't know because the only way for me to find out at present is to sign up for a Feedburner account and then read the implementation instructions. So I haven't bothered yet.</p>
		]]></content>
		<author>
			<name>richard</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>Review of Napster Subscription Service</title>
		<link rel="alternate" type="text/html" href="http://www.exaflop.org/pivot/entry.php?id=15" />
		<updated>2006-01-21T17:35:00-06:00</updated>
		<published>2006-01-21T14:54:00-06:00</published>
		<id>tag:exaflop,2012:ExaflopFrontpage.15</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">My PC recently suffered yet another harddrive crash (I'm never buying another Maxtor drive) resulting in the loss of about half of my mp3 collection. Although I could rip my own CDs again, I have to admit there was a large number of files there that I, erm, don't have on CD. Since I was also temporarily down on HD space I thought I'd give a music subscription service a go. Napster is only £10 a month (and yet somehow it is also US$10 a month - how does that work?). They also have a free one-week trial.</summary>
        <content type="html" xml:lang="en" xml:base="http://www.exaflop.org/pivot/entry.php?id=15"><![CDATA[
                <p>My PC recently suffered yet another harddrive crash (I'm never buying another Maxtor drive) resulting in the loss of about half of my mp3 collection. Although I could rip my own CDs again, I have to admit there was a large number of files there that I, erm, don't have on CD. Since I was also temporarily down on HD space I thought I'd give a music subscription service a go. Napster is only &pound;10 a month (and yet somehow it is also US$10 a month - how does that work?). They also have a free one-week trial.</p><p>There is no web front-end to Napster so you have to install their software on your PC. Downloading is a breeze if you use Internet Explorer - FireFox users might have to put up with some errors before getting their download. Once downloaded, you install the software and then create an account. This involves entering your credit card details so that they can bill you the instant your trial period expires. I presume it also stops people repeatedly trailing the software for free.</p><p>Once you're up an running you'll discover an interface that's pretty similar to Apple iTunes. That's not at all surprising given the success of iTunes. You can spend the time ripping your CDs with the built in ripper or import any audio files you already have on your PC into the library. That didn't apply to me due to the HD disaster, so I went ahead and searched for music to listen to.</p><p>Slightly confusing at first is the fact that as a subscriber you can listen to also all the music in Napster's library without additional fees on your PC (and up to 2 others) and yet there are still links and buttons everywhere in the interface to 'buy' tracks and albums. This is because the subscription only allows you to listen to the music on your PC and compatible portable player if you paid the extra &pound;5 a moth for that feature. If you want to burn CDs or retail access to a certain track once after you cancel your subscription, you need to 'buy' that track the same way you do with a non-subscription site like iTunes. I put the word 'buy' in quotes because the files are heavily DRM encumbered and you're really only buying a licence to use the music under certain restrictive circumstances. Still, if you want to make a compilation CD to put on at a party or something, you'll need to pay the 79p a track that Napster currently charge.</p><p>So lets assume that like me, you only really listen to music at your PC and you have broadband internet access. In this case you can stream the music off the Napster servers. This saves a lot of harddrive space, but it does mean that if your net connection drops, things go silent pretty quick as there is very little buffering. You can download the music to your harddrive if you don't have access to the net continuously. You'll still need to connect to Napster every so often though so the software can renew the &quot;rental&quot; of the files after confirming that your subscription is ongoing.</p><p>As well as being able to search for artists, albums and tracks, there are other ways to discover music. There are downloadable playlists, some just on a theme, others compiled by celebrities. Another advertised feature is &quot;40+ advert free, interactive radio stations&quot;. This is one feature that doesn't work very well at the time I write this review. You see the &quot;radio station&quot; is really just a dynamic playlist - the music streams from their servers anyway so the only thing of interest is the choice of songs. Unfortunately the algorithms they use to pick the order of songs don't work very well. Most of the tracks on a given 'station' are picked by Napster staff - the order is randomised and a portion loaded into your playlist window. It's likely in any given try that you'll only get through the first twenty songs before you get a song you've already heard, even though there might be new songs further down the playlist. It has a facility to make a custom radio station based on a selection of tracks from your library. I didn't try this because my library is empty since there's no need for me to download tracks. This doesn't seem to be taken into account.</p><p>OK, I've got through all that without mentioning what is by far the biggest problem with Napster - the sound quality. They use WMA encoding which in itself is not a problem for me. The problem is that they encode their files at 128kbps. Even though WMA is more efficient than standard mp3, 128kbps is still vastly inadequate for most music. Subjective quality on the music I listen to varies from OK-ish (Scissor Sisters) to completely unlistenable (Green Day) due to the phasing in and out of high frequencies. This is such a shame because for me, the all-you-can-eat subscription model works, the price is right, but the audio quality, to be frank, sucks.</p><p>I'd rate Napster 6/10 at the current time due to the audio quality. It's the only major flaw but boy, is it a big one. If they increased the bitrate to 192kbps that would make most music listenable and then I've give the service 9/10. If they fixed the niggling bugs (many of which I've left out of this post for brevity but if you use Napster you'll be aware well aware of them) and increased filled in some of the obvious omissions in their library I could happily give the service 10/10. </p><p>I'd like to include some sound files to demonstrate how bad the audio quality is, but that would obviously be against the law (and their terms of service). If you want to try Napster yourself go to <a href="http://www.exaflop.org/pivot/www.napster.com" target="_blank">www.napster.com</a> for USA residents and <a href="http://www.exaflop.org/pivot/www.napster.co.uk" target="_blank">www.napster.co.uk</a> for Brits. I don't think there's a referrer scheme unfortunately. A word of warning though - I'm still a subscriber (despite the flaws), but I've read on the built-in chat room boards that unsubscribing is a bit of a hassle.</p><p>I'd like to try Yahoo's service, but it's only available to US residents. I read Microsoft is setting up a Napster-alike that will presumably be available in Europe so I'll look forward to reviewing that at some point.</p>
		]]></content>
		<author>
			<name>richard</name>
		</author>
	</entry>
	
	
	
	<entry>
		<title>BMW gets Intel sponsorship (ironically)</title>
		<link rel="alternate" type="text/html" href="http://www.exaflop.org/pivot/entry.php?id=11" />
		<updated>2006-01-29T14:35:00-06:00</updated>
		<published>2005-12-15T17:51:00-06:00</published>
		<id>tag:exaflop,2012:ExaflopFrontpage.11</id>
		<link rel="related" type="text/html" href=""  />
		<summary type="text">The BMW F1 team today anounced that they have signed chip giant Intel as their title sponsor. There had been rumours that Intel was in discussions with several teams about a big-money sponsorship deal for some time. Bitter rival AMD have sponsored Ferrari for a few years now and it seemed about time such a large company as Intel would get involved. What makes this news ironic? Well... BMW is of course the new name for the Sauber Formula 1 team and with some fanfare they anounced in December 2004 that it had invested in a super-computer to run CFD (Computation Fluid Dynamics) simulations. The computer, named Albert (for Albert Einstein) is powered by, you guess it, AMD chips. 530 Opterons to be precise. There is no news as yet on whether this machine will be replaced by Intel hardware at the earliest opportunity.</summary>
        <content type="html" xml:lang="en" xml:base="http://www.exaflop.org/pivot/entry.php?id=11"><![CDATA[
                The BMW F1 team today anounced that they have signed chip giant Intel as their title sponsor. There had been rumours that Intel was in discussions with several teams about a big-money sponsorship deal for some time. Bitter rival AMD have sponsored Ferrari for a few years now and it seemed about time such a large company as Intel would get involved. What makes this news ironic? Well... BMW is of course the new name for the Sauber Formula 1 team and with some fanfare they anounced in December 2004 that it had invested in a super-computer to run CFD (Computation Fluid Dynamics) simulations. The computer, named Albert (for Albert Einstein) is powered by, you guess it, AMD chips. 530 Opterons to be precise. There is no news as yet on whether this machine will be replaced by Intel hardware at the earliest opportunity.
		]]></content>
		<author>
			<name>richard</name>
		</author>
	</entry>
	
	
	
</feed>

