n. Old-style 14-inch hard disks in floor-standing cabinets. So called because of the size of the cabinet and the top-loading access to the media packs -- and, of course, they were always set on spin cycle. The washing-machine idiom transcends language barriers; it is even used in Russian hacker jargon.
n. A small, crock-y feature that sticks out of an otherwise clean design. Something conspicuous for localized ugliness, especially a special-case exception to a general rule. For example, in some versions of csh(1), single quotes literalize every character inside them except !. In ANSI C, the ?? syntax used obtaining ASCII characters in a foreign environment is a wart.
n. Random bit-level grovelling going on in a system during some unspecified operation. Often used in combination with mumble. For example: "You start with the '.o' file, run it through this postprocessor that does mumble-wango -- and it comes out a snazzy object-oriented executable."
Real world time (what the clock on the wall shows), as opposed to the system clock's idea of time.
The real running time of a program, as opposed to the number of clocks required to execute it (on a timesharing system these will differ, as no one program gets all the clocks, and on multiprocessor systems with good thread support one may get more processor clocks than real-time clocks).
n. A person or algorithm that compensates for lack of sophistication or native stupidity by efficiently following some simple procedure shown to have been effective in the past. Used of an algorithm, this is not necessarily pejorative; it recalls Harvey Wallbanger, the winning robot in an early AI contest (named, of course, after the cocktail). Harvey successfully solved mazes by keeping a finger on one wall and running till it came out the other end.