Jef Raskin Gets $2 Million To Develop RCHI
Dr Twox writes "The Raskin Center for Humane Interfaces has received a $2 million dollar boost from a multi-national corporation to further develop Jef Raskin's RCHI project, a radical new and simple to way interact with computers. Co-creator of the Macintosh and author of The Humane Interface, Raskin hopes to have RCHI finished within 18 months. "When you actually try it," says Jef. "It actually does what we say. We've got the goods."
It's built with Python and SDL, so how long before someone ports this to *nix?"
Jeff has been promoting these extremely simple interfaces since the late 1970s. The original MacIntosh computer, before Steve Jobs co-opted it and jammed it full of Xerox GUI technology, was supposed to be like this. Then Jeff partnered with the Cannon [ copier ] company with the CAT-PC. This PC had no explicit operating system. It came up in a text edit mode. The disk was one giant piece of text you could search and edit. You could highlight sections and execute them as computation.
check out the Flash demo[8MB]:
http://www.raskincenter.org/main/img/zoomdemo.swf
They created the Apple II.
--- Ban humanity.
Let me explain how the system works. All interfaces involve a combination of directly modifying document contents, and issuing commands. Consider a word processor. In VI you have to switch between modes to issue commands and edit text. In emacs there is one mode, with shortcut keys to issue commands. However, as the number of commands grows these shortcuts become increasingly archane. In a GUI commands are issued by clicking in a menu or toolbar, but again as the number of commands increases you can end up with a very large menu tree to traverse.
Raskin's environment involves breaking a program like a wordprocessor apart so that there is no monolithic application - just a document handler and a bunch of small command that operate on the document - ie he is bringing the UNIX philosophy to the GUI world. Since all the commands are issued at the system level (like in unix) as opposed to the application level (like in Word) there will be a large number of commands in a single namespace (like in unix). Therefore shortcut keys are not acceptable, and both emacs-like hyroglyphics and vi-like modal interfaces have their own problems.
The solution he proposes can be thought of in two ways. One is to look at it a shortcut keys of infinate length. IE addition to the 30-odd single letter shortcuts possible on a keyboard (^c ^x etc) you can also type ^ls or ^repaginate. The Caps Lock key is not really a Caps Lock Key - it is a command key that just happens to be where the caps lock Key is on PC keyboards (BTW as any unix guru will tell you, that is where God intended the control key to be).
Another way of thinking about it is that holding down the command key brings up a floating command prompt, where you can type your command. Once you release the command key the command is executed.
This seems a little weird but it isn't that hard to type with your pinky held down (I DO IT ALL THE TIME WHEN TYPING ALL CAPS), and if someone does have difficulty, then special hardware like foot pedal, keyboard with command key under the thumb etc, or in worst case making the command key sticky (toggled) will easily solve the problem.
I am a big fan of The Humane Interface; I reviewed the book in its early phases.
Raskin is a big fan of buttons, as long as each button does exactly one thing. He says that the best way to use a computer is to develop habits, so that you can do things without thinking about them.
That works best when things are incredibly consistent. Modes are the enemy of habits; you have to remember that in this context the right button does X, but in that content the right button does Y.
He goes for something he calls "quasimodes", where you press and hold a button to temporarily and actively shift into a different mode. You only have one mouse to do a lot of gestures, but you want to press and hold a "zoom in" button rather than clicking into a "zoom in" mode and then clicking out.
The theory is good, but I was never completely comfortable with the idea. It seems to create rather a proliferation of buttons, and new applications can't add new buttons to your keyboard. His ideas are heavily centered around everything being a word processor or spreadsheet, and I have a hard time adapting his ideas to applications that are basically forms instead. Those cases are heavily modal: typing in one field means something very different from typing in another field.
I've been reading "Revolution in the Valley" from OReilly (a really fun read, I highly recommend it) and really, Jef had very lettle to do with the Macintosh interface. Steve Jobs forced him out very early on into the Macintosh development process - well before they had a working prototype. In fact, Jef's vision of the Macintosh was much more text-based than what we know the Mac to be today. Jef's vision of the Macintosh looked more like the Osborne 1 than the Banana Junior 2000 form factor we're all familiar with. The interface borrowed heavily from the Apple Lisa for which Bill Atkinson developed.
Jef was a music major by training, so while I still respect him and what he's done, it's not like he was formally educated in the field.
You can read about this at folklore.org as well but the book is great.
Raskin is "the man" for UI?
In a word; no.
And, if you don't believe me, check out the Canon Cat. Really.
Post Mac, and has NOTHING that is on your standard UI list. Big (BIG) flop.
Check out Raskins ramblings -- boils down to "The UI should be vi; and people will love it". Especially, vi with dedicated function keys.
In a sense, he *is* right. It would be a better UI. But, he *is* very wrong; people will *not* love it. So its a non-starter.
Ratboy.
Just another "Cubible(sic) Joe" 2 17 3061
I'm sure Mr Raskin is an excellent man. He appears to have a solid reputation, and I certainly wish him no ill.
However, much to my bemusement I received an e-mail nastigram from him three or four years back requesting an open source project I was (and still am) in charge of change it's name. My project had a resemblance in name to a *patent* he'd registered some years ago. My projects in an entirely different field of computing: he had issue with my software name clashing with the name of an operation within a patent. It was - in my view - utterly groundless.
So I ignored it. I never heard any more from him. It helped too that I was neither in the same country to him, privy to the same laws as him, and that ignoring such things usually does help them go away when individuals are involved. None the less, Mr Raskin was implying lawyers. I always worry when lawyers are mentioned.
Still, in the grand scheme of things, having veiled legal threats from a co-creator of the Mac (of which I'm a big fan) is an interesting experience to talk about over a beer.
I wish him all the best, but I do hope he isn't still firing nastigrams off to open source developers.