Slashdot Mirror


Apple History At folklore.org

oaklybonn writes "Andy Hertzfeld seems to be the primary author on this fascinating site, which details many of his experiences in the Macintosh (Bicycle??) development efforts. It includes such choice commentary as: "we were amazed that such a thoroughly bad game could be co-authored by Microsoft's co-founder, and that he would actually want to take credit for it in the comments.", on a page describing a game bundled with the original IBM PC." Reader themexican adds "As a plus, Hertzfeld notes in the faq that the python code running the well-designed and easy to navigate site will be made public in the near future."

2 of 223 comments (clear)

  1. Why is Apple's UI so much better than the rest? by ObviousGuy · · Score: 5, Insightful

    I think it boils down to the core concept that "users do not want to use a computer". From this leads designers to think of ways of alleviating redundancies and mundanity and in its place add comfort and features. The Mac UI really was a significant milestone for computers when it was first introduced. The GUI concept was a long time in coming and the Mac was so far ahead of the rest that it is only the lack of business acumen of the folks at Apple that hampered such a revolutionary product.

    Even today the interface is still significantly different and better than the alternatives. The concept of only a single window frame with a single menu bar at the top of the screen is easy for new users to grok. The reduction of mouse buttons to one makes such things as "Press the right-click... nono the button on the right... no, don't double click it, only click it once... no, press Control-Z to undo that... no, just stop touching the computer until I can come over, mom" a thing of the past. Who would have thought that a seemingly backwards step as the single mouse button would be such a revolutionary step forward for computing?

    It's almost like Apple has sucked all the brainpower out of Silicon Valley and packed it all into their Macintosh line. I have never owned a Mac, but I have many friends who do and who constantly rave about how much they love it. And I believe deep down that the reason they love it so much is because fundamentally they hate computers, but their Mac behaves unlike any other computer out there. It does its job and gets out of the way, unlike other operating systems which force you to spend half your time fiddling with screen refresh rates and Config menus just to get down to your real business.

    --
    I have been pwned because my /. password was too easy to guess.
    1. Re:Why is Apple's UI so much better than the rest? by Bones3D_mac · · Score: 5, Insightful
      "Sorry, I have always considered this a confusing, bad design. It's a relic of single-tasking from the original Mac OS. The problem is that it's not just a single window frame. In the original Mac with single-tasking, the desktop was monopolized by a single app, even though that app might have multiple windows. But with multitasking, all the windows from different programs are on the desktop, yet there is no visual mapping from the menubar to its associated windows in the foreground program."

      There is good reason for the way the Mac OS handles itself the way it does. While it would seem like a good idea to contain all parts of a program within a single window, there are several problems with this... many of which become very confusing to the end user.
      • Too many menus!

      • As the user begins opening more and more applications, it takes longer for the user to find the correct menu among several windows. Going by the Human Interface Guidelines, a single menu on the screen reduces the time needed to locate the correct item. The menu also identifies the currently active application by displaying the application name/icon within itself.

      • Where did my menu go?

      • By making the menu part of the window, the menu is forced to travel around the screen with the window, unless the window is maximized to full screen. By locking the menu into a single, isolated place on the screen, it causes the interface to become much more predictable for the user. Predictability equals efficiency.

      • How do I create a new document after closing the last one, without having to relaunch the entire application?

      • With a menu stored entirely within a window, you can't... unless your application displays windows within other windows. Under the Human Interface Guidelines, this isn't an issue. The app continues running until the user decides to kill it himself. As applications get bigger over time, so does their load time. The time wasted per year by creating a new instance of an app each time the user mistaken closes the previous document when he meant to create a new document, could add up to hours or even days worth of time.
      There are other issues, but these are the major ones that tend to cause the most trouble. This is not to say there aren't problems with the Mac OS in it's current form though. For whatever reason, Apple apparently did away with most of the Human Interface Guidelines somewhere between Mac OS 8 and Mac OS X. As a result, things are now much more complicated than they need to be. So, if there is a problem with something in Mac OS 9/Mac OS X, blame Apple... not the Human Interface Guidelines they should have been following.
      --


      8==8 Bones 8==8