Ken Arnold Article Index for
Ken
Website Links For
Ken
 

Information About

Ken Arnold




This article is about the programmer. For other people of the same name, see Ken Arnold (disambiguation) .


Kenneth Cutts Richard Cabot Arnold is a computer Programmer well known as one of the developers of the 1980s Dungeon-crawling Computer Game Rogue , for his contributions to the original Berkeley (BSD) distribution of Unix, for his books and articles about C and C++ (e.g. his 1980s–90s '' Unix Review '' column, "The C Advisor"), and his high-profile work on the Java Platform .


AT BERKELEY

Arnold attended UC Berkeley , receiving his A.B. in computer science in 1985. At Berkeley, he was president of the Berkeley Computer Club and the Computer Science Undergraduates Association, and made many contributions to the 2BSD and 4BSD Berkeley Unix distributions, including:
  • 's Vi screen control code). Curses was a landmark display Library that made it possible for a vast number of new applications to create full-screen user interfaces that were Portable between different brands of display terminal.

  • , and Glenn Wichman co-wrote ''Rogue'', a full-screen Role Playing Game that presented a then-novel view of the "dungeon" from above (rather than via textual description as in the older '' Zork '' and '' Adventure ''. ''Rogue'' spawned an entire genre of " Roguelike " games.

  • --- Note that despite occasional confusion on the topic, it was a different Ken Arnold (a "Ken W. Arnold") who contributed to the game '' Ultima ''.

  • File Format that was philosophically aligned with Unix and thus became widely used both for other fortune programs as well as non-fortune purposes.

  • Other BSD Unix games by Ken Arnold: Cribbage, Hangman, Hunt, Mille Bourne, Monopoly, Robots.

  • link generator that essentially turned the Vi editor into an IDE ( Integrated Development Environment ). It indexed program objects (such as functions) so that a user of vi (or a clone such as Vim ) could navigate to an object or function definition from any instance of the object's name elsewhere in the source code.



LATER WORK

Ken was part of the Hewlett-Packard team that designed CORBA . He also worked for Apollo Computers ; as a molecular graphics programmer in the Computer Graphics Lab at UC San Francisco ; and as a member of the '' UNIX Review '' Software Review Board.


AT SUN MICROSYSTEMS

Formerly a senior engineer at Sun Microsystems Laboratories, Arnold is an expert on Object-oriented design and implementation, C, C++, Java , and Distributed Computing . He was one of the architects of the Jini technology, the main implementor of Sun's JavaSpaces technology (which implemented Tuple Space s on the Java Platform ), and worked with Jim Waldo on Remote Method Invocation and Object Serialization .


SELECTED BIBLIOGRAPHY



SELECTED QUOTES



  • "Every program has at least one bug and can be shortened by at least one instruction — from which, by induction, it is evident that every program can be reduced to one instruction that does not work."


  • "First you listen to the users; then you ignore them."


  • "I think that the terseness of Unix programs is a central feature of the style. When your program's output becomes another's input, it should be easy to pick out the needed bits. And for people it is a Human-factors necessity — important information should not be mixed in with verbosity about internal program behavior. If all displayed information is important, important information is easy to find."


  • "Simplicity has real value on its own that makes the system more usable. It's the difference between reading a 100-page manual and reading a 500-page manual. It is more than five times the size." {Link without Title}


  • "Now that we have all this useful information, it would be nice to do something with it. (Actually, it ''can'' be emotionally fulfilling just to get the information. This is usually only true, however, if you have the social life of a kumquat.)" (From the curses documentation .)



SEE ALSO



EXTERNAL LINKS