How Linux and Windows Stack Up in 2006
Jane Walker writes "How does Linux stack up to Windows in 2006? Experts weigh in on that question in these articles, comparing the operating systems' security, reliability and usability. Get insiders' views on Microsoft's proprietary stack versus open source software, as well as Windows-to-Linux migration tips."
It's still much, much easier to deploy applications on Windows, even when you're using the GNU toolchain. With windows you're guaranteed binary compatibility on a majority of systems, with Linux, it's pretty much expected that your users are advanced enough to be able to compile from source.
It's a huge pain to distribute binaries for every different distro, so unless your app becomes popular enough for other people to do that work for you, (or the distros do it themselves) then a significant amount of development time is spent just on packaging and deployment.
Ironically, Windows with mingw et. al. seems to be a more hospitable environment toward deployment of open-source software than "Linux" is.
If moderation could change anything, it would be illegal.
I'm a computer geek who regularly uses Windows. Yes, I know, boo, hiss, whatever. My software development happens under Windows because that's what I learned on, that's where most of the market currently is, and that's what I've got a job doing. I'm not going to stop working for a company I like doing what I enjoy just because I happen to do my work on Windows.
In any case, periodically I load Linux on an alternate hard disk in my machine to play around with it and see what I can get going. I do like to keep my knowledge of it up in the event that I run into it on the job (I also do field work from time to time), but I also like to see how far it has progressed. At some point in time, I really would like to use it as my core operating system, even if I still have to drop into Windows when I work.
Recently (about a week ago), I decided to try a couple of different distributions. They all seem to suffer from one problem -- the USB keyboard no longer works when it hits the installer. "You forgot to turn on legacy mode for USB in your BIOS!", is the first thing most people would say, except that I haven't forgotten to turn it on. It works perfectly fine for the BIOS-based boot menu. I even triple checked it, thinking I was missing something. I tried numerous options to try and get the damn thing working, to no avail.
Yes, I could get a USB to PS2 converter and yes, it does work fine after that. But that's not the point -- I shouldn't HAVE to do that. Critical things like that will kill any interest your average user will have in the operating system. But, for what it's worth, I was very pleased with what I saw after I did finally get it loaded. It's come a long way from the operating system I tinkered with 6 or 7 years ago.
I'm sure Windows is pretty easy to diagnose if you know your stuff, but I've found it much harder to get a handle on because I'm never sure what it's doing or how to make sure I've configured something as completely as possible. This is mainly because Linux is a more open system. For example, on Linux I can edit xorg.conf and be sure that I'm in control of what X is doing. If I'm trying to change my video card driver in Windows, I don't have a clue what Windows is doing underneath. The best I can do is coax it through the driver update wizard or something. Working with Windows's screwy wireless networking system is another exercise in "what the hell is really going on".
Windows may be easier for newbs, but I don't care about that. A system that tries to do the right thing is all right but I (like you, I think) would rather just tell it the right way and know for sure that it's going to do it that way.