A CIO's View of Ubuntu
onehitwonder writes "Well-known CIO John Halamka has rigorously tested six different operating systems over the course of a year in an effort to find a viable alternative to Microsoft Windows on his laptop and his company's computers. Here is CIO.com's initial writeup on Halamka's experiences; we discussed their followup article on SUSE. Now CIO is running a writeup on Halamka's take on Ubuntu and how it stacks up against Novell SUSE 10, RHEL, Fedora, XP, and Mac OS X, in a life-and-death business environment." For the impatient, here's Halamka's conclusion: "A balanced approach of Windows for the niche business application user, Macs for the graphic artists/researchers, SUSE for enterprise kiosks/thin clients, and Ubuntu for power users seems like the sweet spot for 2008."
Ubuntu still contains most of the command line maintenance utilities. So if you learn how to use them, you can do remote administration. On the other hand, as long as your network latency isn't horrible, you can use the GUI tools remotely. This can be done using either VNC or X. I use X clients remotely all of the time from my Windows laptop using Xming, an X Server for Windows. Just make sure you use port forwarding in your SSH session and you are good to go.
If you don't want all the annoying ads, click the "print" link and read it on one page. That is what I did.
It is cowardly, and a betrayal of whatever it means to be a Jew, to act as a white man
-James Baldwin
I don't know about evolution specifically... hell, my little blurb is coming from a windows world, but I figure programmers are programmers and they tend to make the same mistakes.
For example, if your firefox directory is read only, it takes MINUTES to fire up. Allow write access, it loads in a handful of seconds. Doing a little digging, it seems it is trying to open all of these config files for read/write... and when it fails, it tries a few more times. Then some of them get copied to $temp$ so that they CAN be opened for read/write, even though YOU LIKELY WON'T EVEN BE WRITING TO THEM. All it would take is a "if CantOpenConfigFileWithReadWrite(...) OpenConfigFileForReadOnly(...);"
And I use firefox as an example, but just about every application seems to have the same issues. This may be where Evolution is at.
"When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
As a researcher, I think it depends on the field.
If you need to run specialized commercial software for data capture or analysis, you need Windows. Very few companies support anything else. Those that do (e.g. National Instruments) offer only a subset of their tools which aren't well integrated into the platforms.
If you just need a computer that is pretty and powerful and you don't have to worry about, you need OS X. Stuff just works; you can forget about the computing and focus on the research.
If you are in research that involves computation or statistics, you need Linux. The standard tools are more powerful and flexible than anything you can find under Windows, and the headache of getting these to work on a Mac more than offsets the slightly smoother interface in some areas.
And from what I've seen, researchers' preferences in these fields tend to follow the needs above. (People who are mostly interested in data collection/hardware interface generally prefer Windows, biology researchers generally like Macs, bioinformatics folks like Linux, etc..)