Preview of Mac OS X 10.2
andrew writes "Some developers have written to the USA Register to share some of the changes and new features in the Mac OS X 10.2 beta released at WWDC (codenamed Jaguar). The story outlines some performance enhancements as well as changes to both Finder and Dock; there are a few screenshots as well." Update: 05/13 22:22 GMT by P : More screen shots! Zo0ok writes "Think Secret has a bunch of screenshots and a description of new features in Mac OS X 10.2 (Jaguar)."
:(
Karma: Good (despite my invention of the Karma: sig)
Check out the story further down on the apple.slashdot.org main page, in particular this link . Are the Apple people assholes or what?
The middle mind speaks!
As troll, ignorant, redundant.
I am in Apple's target market. I am a long-time Unix user. I appreciate quality! I lust after their laptops. But I just can't buy one, yet.
This is because I can't use their laptops' keyboards. I need the key to the left of the 'A' to be a Ctrl key. This is not just a want; it is a genuine need based upon ergonomic reasons.
Apple's cost to satisfy my keyboard desires is small: re-design their laptops to use USB keyboards just like the rest of their line. Unfortunately for all unix users, Apple hasn't done this yet. Their laptops still use the ADB keyboards, which are horribly broken-by-design. ADB keyboards are a vestage of the old insanely-bad input devices days, when Apple didn't have an industrial-strength unix core. Apple has been ignoring unix users' requests for a usable keyboard for a very long time, so I don't expect them to change their ways, even though they now have a unix OS.
Apple: Please fix your laptop keyboards! Please re-design your laptop motherboards to use a modern up-to-date USB keyboard, to go along with your robust and mature modern up-to-date unix OS!!
Note: is is now possible to use the keyboard with Debian GNU/Linux, but as of yet, Apple has not made it possible for unix old-timers to use with OSX.
My standard rant follows:
Apple Laptop Keyboards are Unacceptable to Unix Users
Apple designs horrible keyboards. ADB keyboards (which are still used on all of Apple's laptops) are unusable to unix users who need a Ctrl key to the left of the 'A'.
Proper Keyboard Design
- When a key is pressed, the keyboard sends a keyPress
event.
- When a key is released, the keyboard sends a keyRelease
event.
- Each key is assigned a different keycode.
Nothing more, nothing less.ADB Keyboard Mis-design
- When the key to the left of the 'A' (CapsLock) is
pressed, the ADB keyboard sends both a keyPress event
and a keyRelease event.
- When the CapsLock key is then released, the ADB keyboard
sends NO events.
- When the CapsLock key is next pressed, the ADB keyboard
sends NO events.
- When the CapsLock key is then released, the ADB keyboard
sends both a keyPress event and a keyRelease
event.
- The above cycle repeats over and over.
This is WRONG ! Apple's ADB keyboards are broken by design.Unix Users Cannot Use Apple's ADB Keyboards
What this means is that unix users who need the key to the left of the 'A' to be a Ctrl key cannot use Apple ADB keyboards. You can easily reprogram the CapsLock key to be a Ctrl key and get rid of the badness of the CapsLock key, but you can't get the required goodness of the Ctrl key to the left of the 'A'.
Apple Loses Sales to Unix Users
All Apple laptops have the horrible broken-by-design ADB keyboards which are unusable to unix users. I want to buy an Apple laptop, but I cannot and will not until Apple builds input devices usable by unix users.