How long can SCO last ?

Here’s a fun quote from the IT Managers Journal:


The IBM case, which is likely to be the first one up, is not scheduled for trial until February 2007. Meanwhile, the company has less than $13 million of cash on hand, and is spending more than $2 million a month on average — you do the math.

But my favourite quote has to be:


Always the optimist, Darl McBride, president and CEO of The SCO Group, put on his rose-colored glasses and described the recent financials as “a productive quarter for SCO.” Unfortunately, SCO did not take questions during its conference call so no one could ask how he might define an “unproductive quarter.”

You know someone’s in trouble when even the serious journos are making fun of their company..

Bootable Wikipedia DVD

Saw a very nice hack demo’d last night at LUV; Jason King (who did the remastering Knoppix talk back in August) had created (with help from a couple of other folks) a (mostly) working, bootable Knoppix DVD that had a fully functional Wikipedia installed. It comes up running Apache, MySQL, KDE and you can then browse Wikipedia from the DVD.

I say mostly working because it had none of the submitted images, but given that the downloadable database dump of the current pages in English is 900MB gzip’d, it’s not suprising! Of course it’s not particularly fast (around 60 seconds to do a search), but it could be extremely useful as a free information source in places where there is no (or very limited) Internet access.

It’s still a work in progress, but there was quite a bit of interest in helping Jason out with the project, and one of the LUV members who works for MySQL reckoned that with some tweaking of the indexes, etc, it could be sped up too..

Massachusetts Backs OpenDoc XML as Office Standard

Groklaw is reporting a potential strong win for open standards over proprietary document formats, Massachusetts has decided to back OpenDoc XML as the state-wide standard that their office applications must support in their latest draft!

If this is put into practice this is likely to be a very significant move as there will be a considerable knock-on effect for those who deal with the state government there.

They’re asking for comments and I ask folks who support this move to write with the reasons why they feel this is a good move.

Incompetent virus

Bah, SpamAssassin here is picking up lots of attempted viruses being sent to me, which isn’t that strange, except that ClamAV doesn’t spot them. Turns out the reason it’s not spotting them is that when you look at the email it looks like it’s forgetting to attach the virus payload, so it’s actually a completely safe (though annoying) email. D’oh!

The messages have an attachment that’s labelled application/x-compressed & base64 and given the name of a zip file, but then instead of the expected payload it has the text %TS_ZIP_ATTACH%. I’m not the only one though, there’s plenty of archived messages to lists with the same..

Of course, this begs the question of how it’s spreading in the first place.

New twist on spam redirection

Rich Boakes writes about spammers creating Yahoo Groups to post their messages in and then using referral spam to entice people to read them, but today I received a spam in email with another new twist on redirection.

It looks like to get around the (highly effective) URL blacklists that contain the URLs of spam sites that the spammers send to you they are now using legitimate sites badly written redirect scripts to bounce you onto their rubbish. They are taking advantage of buggy scripts that allow you to specify the URL to redirect you to, rather than tieing you into a list of allowed sites.

Because tools like SpamAssassin look at the URL rather than the arguments to the script (delineated by the ? in the URL) it is currently not matching those against the black lists.

I guess in a little bit we’ll see an upgrade to SpamAssassin to add checks to the arguments in the URL to make sure they’re not spam sites, and I guess a possible blacklist of broken redirect script URLs!

Graphics Cards – a possible future for HPC ?

The current edition of the Australian APC Magazine has a really interesting article on Hijacking the GPU (Graphics Processing Unit) to use it for general purpose programming. Their take is that the latest graphics cards give you an awsome amount of processing power which you can now take advantage of if you can frame your problem in a manner which is acceptable to the way a graphics card works. It’s possible, but it takes work.

From my point of view this is really interesting because of the fact that now you can get more power (theoretically) than some supercomputers from a few years ago had in a *current* top end PC for a few thousand dollars if you can make use of it. As a quick point of reference, from 2000 to 2004 VPAC had a Compaq AlphaServer SC Cluster that took up 9 19″ racks and was in the June 2001 Top 500 List at number 151 with a peak rating of 213 gigaflops.

Now the article says that one of the new nVidia 7800XT cards can do 165 gigaflops (peak presumably) and current generation motherboards can support two of these (they’re x16 PCI-Express cards, not AGP). That gives you (theoretically) 330 gigaflops, excluding whatever processor is on the motherboard!

It would be fab to see an MPI implementation that could take advantage of this. 🙂

Read on for some quotes from the original article followed by a link to a site that is all about general purpose programming of GPUs for real world tasks.

Continue reading

Configuring KDE’s Kopete for Google Talk

Now that Google Talk is live and is a Jabber service the next question is – how do I connect to it using the KDE Instant Messaging client Kopete ?

It’s dead easy – it’s just another Jabber server with the only restriction that you *must* connect to it via SSL.

So, what you need to do is:

  • Go to the Settings -> Configure Kopete menu option;
  • Start the new account wizard with the New button there;
  • Click Next at the welcome screen to start creating a new account;
  • Select Jabber as your account type and press Next;
  • Enter your Google Mail email address as your Jabber ID;
  • Click on the Connection tab at the top;
  • Tick the Use Protocol Encryption (SSL) option;
  • Tick the Override the default server information option;
  • Enter talk.google.com as your server;
  • If you are behind a restrictive firewall you can set the port number to 443 (normally used for secure websites)
  • You should now have a screen that looks like the image at the end of this article.

At that point you should be ready to hit Next to create the Google Talk Jabber account in Kopete!

Kopete configured for Google Talk

Google Talk – Jabber Goes Mainstream

So Google has adopted Jabber/XMPP as the core of their new Google Talk service. They provide a dedicated Windoze client, but they make a point of showing that any Jabber/XMPP client can connect to their service, a nice contrast to the other IM services that change their closed protocols that result in breaking free software clients.

Paranoid people should note that the Google Talk Privacy Policy says:

Google Talk does not archive the contents of your text or voice communications on Google’s servers, and we will not archive such contents on our servers without your express permission and clear notification to all our users.

The only wrinkle I’ve found so far is that Google Talk doesn’t interoperate with other Jabber servers at the moment (from what I can see). Which kind of misses the point 🙁