Microsoft's is loosing some of its market shares. Microsoft "only" has about 90% of the market. Above all, it's Mac that slowly cut down on Microsoft's monopoly. The company Net Applications indicates that 90.89% of all computers use Windows OS. Mac OS X is upcoming star with 7.94% of Internet connected PCs. Linux only have 0.80% of the market. Personally I use Ubuntu Linux, and it will do fine, even if it is some difficulties before you get the operating system to act as you want. Ubuntu requires some juggle to get movies, music, etc working. Otherwise it's a rather good alternative for former Windows users. Read more at Net Applications homepage.
Friday, July 4, 2008
Friday, March 14, 2008
What is open source code?
You may have heard of open source, but what does it mean in computer programming? Open source is programming code that is available to everyone. You can read the open source code and also use it in your own applications. There are a couple of conditions needed to be imposed by any program written in open source code. The Open Source Definition states that open source code has to be freely redistributed. One shall also be able to read the real code. Not only the original code has to be free, even derived code shall be redistributed for free. You shall also respect the author of the original code and not exclude his or her name from further distributions. Neither private persons or companies can be stopped from using the code. If a program based on open source code is a part of another program, then the whole program has to be distributed according to open source. The open source license doesn't say that all programs included in an open source distribution has to be free. These conditions are written by Bruce Perens and Eric Raymond. The conditions constitute The Open Source Definition. There are several popular program made of open source code. Mozilla Firefox, Apache, Linux operating system are all made of open source code.