22,000 Indiana Students Using Linux Desktops
Anonymous writes "Indiana's Department of Education has moved 22,000 students onto Linux desktops, and it's looking like that's only going to accelerate with SLED 10, Linspire, and other distributions getting better."
When I RTFA, I noticed that yes, they are using one flavor of Linux now but what worries me is that they're "planning" to use more flavors in the future, ranging from Ubuntu to Freespire. I don't have anything against it but if it is under the state grant program, it should try to standarize on one or two flavors of Linux. I think they're getting too excited on this and not thinking of the small consequences when 22000+ students are divided into 10 or more Linux flavors. Although they said those are "future" plans, I really would like to see them standarize. (or it is just me that wants them to use Ubuntu, hehe...)
Using Linux in colleges provides two benefits. First, colleges can provide very powerful applications such as blender, bluefish, etc to college students without the cost involved. Secondly, if these students, after using Linux in college, begin to realize the stigmas about Linux are wrong, they are more likely to use the distributions on their own, if at least to run the software they are used to using, thus expanding the OSS community.
Klingon Software is not released, it escapes, inflicting terrible damage onto the enemy as it does
When I switched to Linux I have noticed an instant productivity gain. Not because it is better, more secure, faster or anything, but because of the lack of Counterstrike et al. This effect should not be underestimated, especially in schools.
Open Source Alternatives
The problem that has been with linux always has been the popularity.
.. you get the picture.
The more users, the more development, the more programs, the more users, the more
I'm very happy with this, and I don't mind what distribution they use.
I call bullshit on all this fud from people decrying the "need" for standard installers.
1. Try an installer from any of the major distros. They're ALL easier than Windows.
2. You only install the installer once, then you image the drive and copy the image to the other N computers in the sale.
3. The end user will NOT be the one installing any of these.
So everyone, who gives a shit about a common installer? Let the installers proliferate, and we'll continue to have competition for the BEST installer, which will change from year to year, rather than those lame ones we see with the bitch from Redmond that can barely install an OS, never mind 10 gigs of software in one shot (that 10 gigs figure is what I got from installing the latest opensuse distro, fwiw).
"There is no standardize API's or installers."
The core standard API is POSIX.
The standard 3D graphics API is OpenGL.
The standard 3D audio API is OpenAL.
The standard 2D graphics API is SDL (which is a shame, because Allegro is much easier).
The standard 2D GUI API is XLib (with higher level GUIs made from it).
The standard packaging format is RPM.
He's got a point on installers. While there are several installers, there is no common installer/uninstaller. This is where I think that all major distributions are failing horribly. It doesn't matter if the installer is apt, urpmi, up2date, or yum. All the major distributions need to pull their heads out of the asses, and get together to agree on a single installer.
It didn't matter to me what package format was chosen as the standard, but RPM format (actually an RPM format subset) was chosen. All those Debian distributions are doing more harm than good by not adopting it. There are areas where diversity is good, such as the back-end implementation), and areas where diversity is not good (the presentation layer).
The installer falls squarely in the presentation layer, with the package format arguably having a foot in both places: users will be looking for a specific type of distributable, so they should have to look for only one type. They shouldn't have to care about the container format (RPM or Deb).