Apple Posts Their X11 Source
fdiv_bug writes "This happened a day or two ago, but it slipped my mind to report it. Looks like Apple has released the source code to their X11 implementation for Mac OS X." Also check out more downloads at OpenDarwin.org.
Nice to see some code spread on the net.
It doesn't really matter to real programmers if it's gpl or fbsd or anything.
Having the source and getting ideas from it is a good thing.
As a mac user only really currently on the outside of the open source movement I mostly want to see how this links with the development of Open Office, which I am very interested in...
I'm fairly new to the mac dev scene, and haven't played around with this code yet, but at over 50MB, and it being easily accesable, could compiling this become a new benchmark to add to the huge list of those floating around the mac web today?
And even if they were, they might still do some things we think of as `good', and others we call `bad'. Corporations, like people, are complex things. Humans tend to think by simplifying, categorising, and labelling, but we must realise we're doing it, and avoid it when it loses too much information. The world is a complex place.
As Anonymous Coward said above, Apple has done many good things, and some bad ones. That's all there is to it. Predictive value? Well, I predict that in future they'll do some more good things and a few more bad things. Wow, huh?
(As it happens, I like a lot of the things Apple are currently doing, and I like their kit enough to own some. I'd like to see their stuff become more popular. But I've no illusions; I wouldn't like to see them have 90%+ share, just as I wouldn't like to see anyone have that sort of share. M$ may have an unusually immoral corporate ethos, but I doubt any company in their current position would be entirely altruistic for long. Power corrupts, and all that.)
(Er, sorry, this post has turned out inappropriately serious for this place! Feel free to insert hackneyed one-mouse-button-sniping, lame puns, and unrelated whinges as appropriate...)
Ceterum censeo subscriptionem esse delendam.
So how long before Apple opens the source for Mac OS 9 - or at least the Mac OS 9 Finder? I'm sure there are plenty of APIs in there that were abandoned, from the TCP/IP stuff to the printing architecture. I'll bet there are a lot of geeks who would love to get their hands on Mac OS 9 and continue extending it, do some speed improvement, maybe bolt on a little pre-emptive MT, protected memory, and a real VM. I for one would love to hack the Finder into a standalone Carbon application to run under Mac OS X.
-- thinkyhead software and media
Wow, that's a lot of money. However, check this out:v ancedserve r/howtobuy/pricing/default.asp
a 25 license version of windows 2000 Advanced Server cost $4000.
That's only for 25 clients!
http://www.microsoft.com/windows2000/ad
Unlimited client license for Mac OS X Server (v10.2) is only $1000. So even if you pay for OS 10.3, 10.4, 10.5, 10.6 you will still come out ahead if you had chosen microsoft's products.
If they released it, people in the open source community would get to see a big Quartz application, solving problems they are familiar with. If the code were unusually pretty or slick, it might encourage others to get to know Quartz better, and to write their applications in a way that could more easily take advantage of it when ported. They would also eventually get the bug-stomping benefits of lots of eyeballs caressing their code.
The only reason I can see for them not to release the code would be that it uses uncommonly good generic window system algorithms that they don't want copied by others.
To a Lisp hacker, XML is S-expressions in drag.