Too Much Free Software
An anonymous reader writes "The plethora of Free Software applications available today, none working perfectly, is a problem which stands in the way of major adoption of Linux on the desktop. In order to conquer the desktop, we have to stand united. Read the article on Freshmeat."
main()
{
printf("Hello world\n");
exit(0);
}
Now you have seen it.
BZZZZZ! Wrong! Don, tell him what he could have won....
There are always ways programs are not perfect. For instance, the program above does not take in to account that stdout may not be available -- if that happens (it does, trust me), the program will either not give the intended result or it will die altogether (depending on the system it's built/run on).
The perfect program does not exists, not even yours...
Film GIMP is just a modified version of the GIMP meant to be useful in touching up individual frames in a film. Premiere is a video editing program, it's features do not cross over much to those of film GIMP, so Film GIMP is not an alternative to Premiere.
Bollocks.
Depends what are you talking about.
If you are talking about a desktop editor - yes.
If you are talking abot a 1000000 dollar application that is to be used by 20-30 potential customers - no. ClearSales, SAP, telco level oice switching etc are a good example. They require up to 3-7 million per year worth of extensive fiddling with them to keep them working and useful for whoever bought them.
So stop seeing all software as a personal editor. It aint.
Baker's Law: Misery no longer loves company. Nowadays it insists on it
http://www.sigsegv.cx/
Film GIMP(now CinePaint) is NOTHING like Adobe Premiere. Adobe Premiere is a non-linear video editor, CinePaint is a high dynamic range picture editor, basically just the Gimp with 64-bit RGBA color capability. Cinelerra is a non-linear editor, but not quite on par with Premiere IMHO. Kino and kdenlive are promising projects I have yet to use to do that same thing.
Blessed are the pessimists, for they have made backups.
There are alternatives to Autocad for Linux.
LinuxCAD
VariCAD
Varkon - which is free for Linux, but their web site is down so I don't know what the status of this is.
Can't comment on how "full-featured" these Autocad alternatives are.
--Drunk as in Beer
this guy has missed it, I mean truly missed it. The point of freesoftware is that people contribute back what THEY want to use. His treatment of various projects, Enlightenment for one (a waste of time) and Gaim, HERE WRITE YOUR PROGRAM HOW I WANT IT! Sir to quote ESR, you don't get it.
Why must everyone adopt linux? I quite frankly don't want to have to deal with the 200 morons and 10 clued people I work with all adopting linux and then having to answer all their questions. I'd be quite happy if they'd simply switch from IE to Mozilla so I don't have to keep removing virii from their desktop.
The foolish push to get everyone to use linux for everything is misguided. Quite honestly if I was a developer in any project he mentioned, I would be incredibly insulted. Fortunately I'm not but I still find this prevailing attitude that the sheep need to use linux on the desktop misguided.
Okay, let's see if I can sum this up for you.
Let me first make the define libraries. Libraries are, sort of, predefined routines to save programmers time. The windows equivalent is the DLL file. Only under Linux drivers are either compiled into the OS or are modules that can be plugged in.
What most consider the Linux operating system consists of the Kernel, and the GNU tools at it's core. The entire system is exceptionally modular in nature.
The kernel handles everything from memory management, to task scheduling. It is the grand lord brain, translating everything from the plebian programs into action on the system. The kernel by itself would just sit there and do nothing, with no way to interact with the system.
The GNU tools are tools for interacting with the system, managing files, etc.
Everything else is stacked on top of this.
X is a series of libraries and programs that provide the core of the GUI for a linux system.
On top of this you stack various libraries which do various things within the X framework, GNOME and KDE are a set of tools and libraries that extend X and make it pretty.
Then you have programs that utilize all of the above.
So your typical program, like say OpenOffice has a series of dependancies on up the tree. Some of them require additional libraries.
This is why, with a little tweaking, you can have a BSD Kernel running a "Linux" program. Each part for the most part can be substituted for something else with a little work.
I hope I didn't ramble or was nonsensical there.
The key to the enjoyment of pop music is to replace any instance of "love" with "C.H.U.D."