- Gene Steinberg's Tech Night Owl - https://www.technightowl.live/blog -

Is it Time to Fire Apple’s Simplicity Police?

When Mac OS X was first released eight years ago, a number of smart programmers found simple ways to customize the interface and behavior of Apple’s Unix-based OS. What made these methods all the more intriguing is that all they were doing was putting pretty faces on features that already existed. Only, for reason’s known only to Apple, they were simply not enabled within the graphical interface.

Consider, for example, the position of the Dock. Did you know it can be placed at the top of the screen? What sort of legerdemain do you have to use to accomplish that miracle? Well, the capability is already present, available in Mac OS X’s command line, the underbelly of the system. Such applications as TinkerTool allow you to easily access that and dozens of other features with simple checkboxes.

What about the dreaded 3D Dock introduced in Leopard? Well, it doesn’t bother me — or maybe I’ve just grown accustomed to its face — but you’re not stuck with it unless you decide to put the Dock on the sides of your display. Indeed, a number of those customizing tools will take care of the problem or, if you prefer, open Mac OS X’s Terminal, which you can find in the Utilities folder.

After it launches, you’ll see your username, followed by a dollar sign. Now simply enter this command, precisely as I’ve typed it (no periods please): defaults write com.apple.dock no-glass -boolean YES; killall Dock

When you press the Return key the Dock will quit (leave the screen) and return in 2D mode.

To restore it to its 3D glory, just reverse the process with: defaults write com.apple.dock no-glass -boolean NO; killall Dock

Simple enough, right? The question is, of course, why Apple adds features to Mac OS X but doesn’t enable them. Are they working in secret with those shareware developers, so that there’s still a market for system enhancement utilities?

Probably not. But while talking with prolific author Joe Kissell on this week’s tech radio show about his new e-book, “Take Control of the Mac Command Line with Terminal,” [1] he came up with the term “Simplicity Police.” I didn’t invent it. He was simply describing Apple’s fanatical desire to make things as easy as possible.

I can see his point, at least compared to Windows, where many elements of the user interface, while quite visible, are simply irritatingly complex to use for normal people. Now some Windows users will rag on me for that statement, saying I’m just too stupid to understand their purpose and value. Let me just say that I am comfortable using the command line when necessary to manage our Linux-based Web server, so the accusation is without merit.

On the other hand, I do agree that Apple is overcompensating. They’d do better, to echo Kissell’s feelings on the matter, to have an Advanced option in, say, System Preferences. Once selected, there will be additional checkboxes strategically placed throughout Mac OS X’s user interface to allow you to access all or most of these extra features.

Sure, I know that might not sit well with the developers who hope to earn some extra cash from Apple’s decision to forgo such choices. But it’s also true that a fair number of Mac users these days are Windows converts. Those of you who switched from Microsoft’s operating system are accustomed to those extra options, and you might appreciate having more checkboxes on a Mac as well.

Of course, you can see Apple’s schizophrenic behavior in the Mighty Mouse. Even though it masquerades as a single-button mouse, a couple of clicks in the Mouse preference panel lets you access its right-click feature and other options. Mac users who are accustomed to a single button don’t have to change their ways. Those who prefer it the way it’s done on all other computing platforms can have the extra button and, of course, the scroll button. I will ignore the ability to press the sites to access additional features, since it’s so uncomfortable.

If you have been lucky enough to acquire one of the new unibody Mac note-books, again you’ll see a similar behavior. The single glass trackpad hides the ability to have it provide the same two-button mode as a Windows note-book. Or use it in the same fashion as on older models, which employ a single button.

But at least Apple has afforded you the choice, without forcing you to install some third party input device utility. That’s not available for lots of Mac OS X’s capabilities, unless you educate yourself on the choices in the command line, perhaps with Kissell’s new book.

Now I don’t think adding an Advanced option would represent a difficult choice for Apple’s developers to make. As they move towards the finish line with Snow Leopard, perhaps the biggest way they can present new features, beyond the rumored interface refinement, is to let us all access the operating system’s vast repository of hidden capabilities.

But first, Apple has to give its Simplicity Police their walking papers.