Mac OS X Sessions at LinuxExpo
h0tblack writes "The latest ADC Newsletter has details of a few sessions Apple are hosting at LinuxExpo in Paris in a couple of weeks. The sessions are: Mac OS X for the Linux Community, Mac OS X in Heterogeneous Environments and Mac OS X and Developer Tools. Shame that the first session clashes with the keynote from RMS ..." Yes. Shame.
You can put your own code under whatever license you want. RMS has personally written a shitload of code and released it under the GPL. No Linux distro runs without FSF code. If you don't want it, don't use it. If you don't like his speech, ignore it.
He may be a zealot, but he puts a lot of code where his mouth is.
I believe posters are recognized by their sig. So I made one.
It is good that Apple is encouraging cross-platform interoperability, and they are genuinely interested in open source developers. Linux users should find a lot to like about current Apple systems. They are continuously getting more capable from unix point of view. I am watching for ever more powerful server hardware to come out of Apple, probably in about six months, when they are expected to release the next major update to the operating system.
They are courting geeks to try to get them to switch from other *nixes. Initially, they are focusing mostly on individual desktop users. I think part of their strategy now is to get their products into the hands of people who will be making corporate purchasing decisions down the road. Right now the server variant of the OS is not there yet - Many advertised features do not work as documented, or as they should. The next major update will probably be much better. Once you have an Apple in the server room, it is possible for you to provide all sorts of specialized services to Apple clients, making it more attractive to obtain them.
Watch for businesses that want the stability and manageability of Linux but also want to be associated with a mainstream company to look at Apple. We are already seeing plenty of sysadmins switch. First, personal machines, then (Apple hopes!) the machines they are responsible for.
It is pretty amazing that Steve Jobs had the guts to set up shop in a linux expo. By the same token, I applaud him for taking notice of and respecting the linux community. Certain other OS vendors try to hide linux in the closet and pretend that it isn't a serious undertaking.
If you want a true anti-copyright license, it would be like the BSD-license except that derived source code and its object code would be allowed to be copied, studied, modified and distributed after modifications. In cases where only the object code was distributed, it would be allowed to decompile that code.
You could also say that it would be like the (L)GPL except that the source code would not have to be distributed along with the object code. Except that it would explicitly allow to decompile the binaries and then excercice the rights granted by the (L)GPL.
As no such license exist, it is my opinion that the (L)GPL comes closest to true freedom. After all, the obligation of having to distribute the code is but a small effort and brings huge gains to end-users (or the programmers they hire.)
Using open source is not the same as embracing it however. Redhat embrace open source. Apple use it. Microsoft use it too, believe it or not. Have they embraced open source?
And guess what, they're free to do so. You don't give someone something under certain conditions and then bitch when they actually take it. They're still abide by the conditions set forth and that's all they have to do. Apple isn't in the make the world a better place business, they're in business to make money. Be thankful that by all accounts they've taken an incomplete rendering engine with a relatively small and clean codebase and will help turn it into a respectable one that Apple users and Linux users will both benifit from.
I think you mean embrace and extend. Safari is not open source for instance.
I'm not really sure what you mean. As others have pointed out Apple is working with the KDE team to integrate their changes in KHTML back into the KConq browser line and work off a common source tree. As far as the Cocoa functions which create a high power HTML library for Objective-C which calls the KHTML engine they've released that open source as Webcore. Omni for example is thinking of switching over to webcore. The graphics templates are under some licensing restrictions since that's part of Apple's look and feel however they available to anyone with Safari. Finally they open sourced KWQ which is there QT for Aqua not using QT.
I guess I'd ask what do you think is missing? The only thing I can see is look and feel.
If it was really "just a proprietary gui" then I could run MacOS apps in KDE yes? I'd be using a different desktop but I could still use the apps. But that doesn't work.
I think you are oversimplifying. Apple has not just created its own window manager but rather an entirely seperate system from the frame buffer on up. Its not X11 based so it doesn't run under KDE (which assumes the apps are making QT or X11 calls). It can be implemented under X11 (see the GNUStep project for example). Further Aqua can support X11. You can't run Berlin apps under KDE either; even though both are open source Unix gui apps.
So it is in fact a propietery gui; which is more than a propietery window manager.