Archive for April, 2009

64-bit vs. i386 and Ubuntu vs. Kubuntu CDs

EDIT: Søren points out that the server CDs are in fact 64 bit. However I think the point made below is still valid for the desktop CDs.

There were a few comments to my latest blog post about the lack of 64-bit CDs in the LoCo CD box, and the reduced number of Kubuntu CDs compared to the number of Ubuntu CDs.

I don’t agree with this critique. As I see it, the CDs are for handing out and passing on to people who are completely new to the Linux / (K)Ubuntu game. These people don’t necessarily know what hardware is in their computer and a question like “Do you have at 64 bit processor?” won’t make sense to them. Worst case scenario the question will make the user feel stupid (not a good starting point for a great user experience with the new software) or the user will answer incorrectly, and will end up with a CD that doesn’t work with their hardware.
Sure, support for huge amounts of ram is nice, but I still think it is rare that the average user has and needs this (yet). And the user who does need it will be aware of the difficulties, and know to either ask the person who hands out the CD or do the research of how to get 64 bit support.

As to the number of Kubuntu vs. Ubuntu CDs I know this is a issue that a lot of people feel very strongly about. But the fact is that the average user who has never used anything else than Microsoft Windows doesn’t know the difference between Gnome and KDE (or the difference between Thunderbird and Evolution or the difference between Emacs and Vi…). The big strength of FOSS is the choices. But that is also one of the weaknesses. When you come along as a new user you are in no way qualified to make the choice between several different software packages, if you have no idea what the differences is. So you need someone else to make that choice for you. And if you find out you prefer another program than the one installed by default, the solution is often not further away than Synaptic or a link on the web: install kubuntu-desktop
(This link installs kde on a Ubuntu system. If I remember correctly it needs to fetch 100MB or more and will make KDE your default desktop environment. If you don’t know what that means, you don’t need to do it.)

That is why I think it is fine that Canonical has chosen to ship more plain Ubuntu CDs than Kubuntu and no 64-bit CDs at all. It limits the number of choices that the use can’t be expected to make anyway. And if you are well informed enough to make the choice you should also be expected to know what to do to get the system you want.

Tags: , , , , , , , , ,

Comments (9) »

One CD, two CD, three CD…

The CDs for the Danish Ubuntu LoCo team arrived today. Less than one week after release. That’s quite fast if you ask me!

3-small

The CD box contains 250 regular Ubuntu 9.04 CDs, 75 Kubuntu CDs and 75 server CDs. All i386, there are no 64-bit CDs this time. If you have 64 bit hardware and want a 64 bit OS, hopefully you know how to download that your self.

EDIT: Søren points out that the server CDs are in fact 64 bit.

Tags: , , , , , , ,

Comments (7) »

Ubuntu Live! in Aalborg

The Danish LoCo team and NJLUG threw quite a Ubuntu 9.04 release party yesterday, with talks, pizza, socializing and beer.

Our group photo, including a big cardboard Tux, is here:
ubuntu-dk_9_04-rp
(Photo by Martin Jensen.)

For a who is who see the Flickr or Facebook versions with tags.

Photo already sent along to Jono – remember to send your group photo from your release party too, as requested.

It was great fun seeing both familiar and new faces, with six months passed since last Ubuntu Live!. However I must admit I’m glad there isn’t a 6 hour train ride for me to get home after each release party. Next time will properly be in Odense or Århus, which is a bit closer than Aalborg.

Tags: , , ,

No comment »

Project Euler

For a long time I have wanted to improve my programming skills. Well, skills might be a overstatement. I have had two short introductory programming courses during my many years at uni, one C++ and one Java. But after the course is over I stop programming, since there are no more hand-ins, and as a result I quickly forget even the basics.

So now my hope is that if I spend one or two hours a week working with some problems (with a math twist to keep my focus) I will pick up the basics and get more familiar with Java (the programming language that I have chosen to start out with).

So I have started working the problems at Project Euler. I haven’t spend that much time working the problems yet, but I have solved the first two (using very brute force and non-elegant code), but it seems I have to do a bit of thinking for the third problem. Somehow working through all the integers from one to 600,851,475,143, check if they are a factor of 600,851,475,143 and then check if that factor is a prime is not the most optimal way to find the largest prime factor of 600,851,475,143. Back to the drawing board…

Of course I could ‘cheat’ and just do

$ factor 600851475143

in a shell, but that way I won’t learn much…

leonhard_euler

I first heard about Project Euler at the xkcd blag, but haven’t had the time to look into it before now.

If you know of other interesting problems useful for brushing up on a programming language, feel free to leave a comment.

And before I forget, a big thanks goes out to Søren, who has been very patient with my basic questions like “how do I check if one or the other condition is fulfilled in my if statement?”. I promise, I’ll pick up a book soon and stop bothering you with trivialities on chat!

Tags: , , , , , , , ,

Comments (7) »