Ars Technica Reviews MacOS X DP4
Mad Browser writes: "Ars Technica has posted a review of the recently released-to-developers MacOS X DP4. Check it out." Rather than concentrating on Aqua, this article is typical Ars -- it gets beneath the surface to consider the mechanisms for printing, screen display and more. As the writer points out, DP4 is not itself OS X, but only a snapshot of OS X as it matures.
1) Mac OS is a WORK IN PROGRESS. Don't loose sight of that - when you read a RUMOR on something considere the sources -- also jumping to conclusions is beneficial to no one and only serves to futher confuse the issues and facts.
2) MacOS X is built on BSD. Apple took BSD and build a "Darwin", a new BSD variant. This is why is is opensourced.
Atop Darwin, you have Quartz (2D Graphics), Open GL, Clasic/Carbon, Cocoa, java, Aqua, etc
3) Terminal, the interface to the MacOS X command line, etc will be there for the "l33t" users who want them, BUT Apple strongly expresses that a no time shall the user ever be REQUIRED to interact with the low lever command line interfaces of MacOS X. So what does the mean?
This means, that Apple does not want me and other developers to expose that level to the end user in our programs. This is a HI (Human Interface) guidline. I could write an app that is fully command line based and sell it if I wanted to. The command will stay. All of BSD will be there and what you don't have you can download and compile till you puke your guts out.
4) Apple is even building their own command line tools -- there are tools to compile applescript at the command line, and even the new project Builder is a GUI to gcc, gdb, jdk, etc -- so all that kewl BSD underpinning is being leveraged by a great GUI.
Basically alot of the kewl AQUA stuff is built atop a unix command line util.
5) AQUA is a Work in Progress. I attended the Aqua Feedback Forum at WWDC 2000 and let me tell you that ALOT OF DEVELOPERS had ALOT to say about what they did and did not like in DP4. I would fully expect either DP5 (if they make a DP5) or the public beta to have alot of these suggestions in place.
They were VERY interested in the feed back, it was video taped, and there was an Apple Rep feverously typing notes into his powerbook.
Of the record alot of the Apple developers said they are listening and working on all suggestions. Just make sure they are sent to Apple.
For example- complains, suggestions, etc for the MacOS X Human Interface (AQUA) should go to:
HI@apple.com
Send them email -- don't rant about it in a public forum. Apple may or may not read it.
Can you actually expect them to spend hours trolling the net for suggestions and feedback!?
6) between now and the PUBLIC beta is the time the give Apple Feedback. When they release the public beta you will have EVERY oppertunity to give them feedback on what you like and do not like. If you fail to then you have no reason to complain.
It is much like you complaining that George W Bush is elected president, when you did not even go out and vote.
[btw i hate both Gore and Bush, but I trust Bush less than Gore]
7) Apple told every developer over and over in session after session to GIVE FEEDBACK TO APPLE. If WE (developers) do not give them feed back we are just bitching to the wrong folks. We need to tell THEM - NOT /., etc.
8) I would suspect that Intel / Window users might have pleasant surprises in store for them after MacOS X is shipped to consumers.
You see, MacOS X could be ported to other processors. Once the Darwin level is ported to intel, most of the remaining higher level items (the rest of MacOS X) would follow with relative ease.
9) I would suggest those of you who want to see MacOS X get ahold of a someone who has it -- I am sure you can find a Mac user with MacOS X lurking around somewhere.
Sit down, open a terminal window, download something GNU and try to gmake, gcc, etc it.
10) Get involved in the MacOS X Public when it comes out -- and remember to give Feedback, Feedback, Feedback.
Enjoy.
It is obvious that mating a mature, modern kernel with a reasonable user interface is the finish line of a marathon which pretty much every systems player is hurtling desperately towards.
- Linux will beat X to death until it is impossible to see through the bloody pulp on your screen. Then (one day, I pray) they will replace it with something sensible.
- Microsoft will keep dumping code into the DOS/Win95/Win98/WinNT/Win2k landfill until they've made the largest functioning (?) program ever created.
- And Apple... Apple is somewhere in between. Smart enough to use BSD (only Linux would have been smarter
;-). Smart enough to discard X. But are they smart enough to discard ALL that which makes Unix awful?
I realize it seems easy in principle. I understand that it is in fact desperately hard. Put yourself in that systems engineer's shoes. It is painful beyond measure to take a perfectly good Unix like BSD and then toss out backwards compatibility with all your Unix apps just so that Mac users all over the world won't wake up one day and discover they need to log in as "root" and find their files buried somewhere deep inside a directory called "/usr/home/root/.msword/c|/WINDOWS/MyDocu~1/". They put up with it every day. You can almost hear them screaming here in New York. "Let those bastards eat CAKE!" So what if unix filesystem hierarchies, library handling systems, common executable namaes, and so forth seem exactly as half-assed and hair-brained as they are...My point is simply this: Mac users do not want unix. They want a stable MacOS. They want it no matter how much all those NeXT people flatter themselves. They do not want to "log in" to their powerbook.
I have heard many things that encourage me that Apple understands this, and may therefore be the first to create a Unix-stable, xerox-style operating system. I have also seen many things that discourage me, because they indicate Apple is buying the benighted notion that BSD-compatibility is worth a damn to their business. It is not. Let me repeat: it is not. And furthermore, it will eviscerate the utility of the MacOS. Do you hear me, Tevanian? Hide that damn shell. Hide it somewhere where we will never find it.
Unix users are smart, self-reliant people. We can find plenty of ways to get our jollies without mastering our problems onto millions of MacOS CD's.
We're on the road to Tycho.
Inside Mac OS X: System Overview
But specifically, from page 42:
In DP4 it's all standard BSD, matter of fact when you telnet in it says right up front it's BSD 4.4. Shell is tcsh but I'm sure you could install whatever gets you hard. Emacs is there too