robot n.
See bot.
robust adj.
Said of a system that has demonstrated an ability to recover gracefully from the whole range of exceptional inputs and situations in a given environment. One step below bulletproof. Carries the additional connotation of elegance in addition to just careful attention to detail. Compare smart, oppose brittle.
rococo adj.
Terminally baroque. Used to imply that a program has become so encrusted with the software equivalent of gold leaf and curlicues that they have completely swamped the underlying design. Called after the later and more extreme forms of Baroque architecture and decoration prevalent during the mid-1700s in Europe. Alan Perlis said: "Every program eventually becomes rococo, and then rubble." Compare critical mass.
rogue
1. [Unix] n. A Dungeons-and-Dragons-like game using character
graphics, written under BSD Unix and subsequently ported to other
Unix systems. The original BSD curses(3)
screen-handling package was hacked together by Ken Arnold
primarily to support games, and the development of
rogue(6)
popularized its use; it has since become
one of Unix's most important and heavily used application
libraries. Nethack, Omega, Larn, Angband, and an entire subgenre
of computer dungeon games (all known as `roguelikes') all took
off from the inspiration provided by rogue(6)
; the
popular Windows game Diablo, though graphics-intensive, has very
similar play logic. See also nethack. 2. [Usenet] adj. An ISP which permits net abuse (usually in the form
of spamming) by its customers, or
which itself engages in such activities. Rogue ISPs are sometimes
subject to IDPs or UDPs. Sometimes deliberately mispelled as "rouge".
See also nethack, moria, Angband.
room-temperature IQ quant.
[IBM] 80 or below (nominal room temperature is 72 degrees Fahrenheit, 22 degrees Celsius). Used in describing the expected intelligence range of the luser. "Well, but how's this interface going to play with the room-temperature IQ crowd?" See drool-proof paper. This is a much more insulting phrase in countries that use Celsius thermometers.
root n.
[Unix] 1. The superuser account (with user name `root') that ignores permission bits, user number 0 on a Unix system. The term avatar is also used. 2. The top node of the system directory structure; historically the home directory of the root user, but probably named after the root of an (inverted) tree. 3. By extension, the privileged system-maintenance login on any OS. See root mode, go root, see also wheel.
root mode n.
Syn. with wizard mode or `wheel mode'. Like these, it is often generalized to describe privileged states in systems other than OSes.
rot13 /rot ther'teen/ n.,v.
[Usenet: from `rotate alphabet 13 places'] The simple Caesar-cypher encryption that replaces each English letter with the one 13 places forward or back along the alphabet, so that "The butler did it!" becomes "Gur ohgyre qvq vg!" Most Usenet news reading and posting programs include a rot13 feature. It is used to enclose the text in a sealed wrapper that the reader must choose to open -- e.g., for posting things that might offend some readers, or spoilers. A major advantage of rot13 over rot(N) for other N is that it is self-inverse, so the same code can be used for encoding and decoding. See also spoiler space, which has partly displaced rot13 since non-Unix-based newsreaders became common.
rotary debugger n.
[Commodore] Essential equipment for those late-night or early-morning debugging sessions. Mainly used as sustenance for the hacker. Comes in many decorator colors, such as Sausage, Pepperoni, and Garbage. See ANSI standard pizza.
round tape n.
Industry-standard 1/2-inch magnetic tape (7- or 9-track) on traditional circular reels. See macrotape, oppose square tape.
RSN /R-S-N/ adj.
See Real Soon Now.
RTBM /R-T-B-M/ imp.
[Unix] Commonwealth Hackish variant of RTFM; expands to `Read The Bloody Manual'. RTBM is often the entire text of the first reply to a question from a newbie; the second would escalate to "RTFM".
RTFAQ /R-T-F-A-Q/ imp.
[Usenet: primarily written, by analogy with RTFM] Abbrev. for `Read the FAQ!', an exhortation that the person addressed ought to read the newsgroup's FAQ list before posting questions.
RTFB /R-T-F-B/ imp.
[Unix] Abbreviation for `Read The Fucking Binary'. Used when neither documentation nor source for the problem at hand exists, and the only thing to do is use some debugger or monitor and directly analyze the assembler or even the machine code. "No source for the buggy port driver? Aaargh! I hate proprietary operating systems. Time to RTFB."
Of the various RTF? forms, `RTFB' is the least pejorative against anyone asking a question for which RTFB is the answer; the anger here is directed at the absence of both source and adequate documentation.
RTFM /R-T-F-M/ imp.
[Unix] Abbreviation for `Read The Fucking Manual'. 1. Used by gurus to brush off questions they consider trivial or annoying. Compare Don't do that then!. 2. Used when reporting a problem to indicate that you aren't just asking out of randomness. "No, I can't figure out how to interface Unix to my toaster, and yes, I have RTFM." Unlike sense 1, this use is considered polite. See also FM, RTFAQ, RTFB, RTFS, STFW, RTM, all of which mutated from RTFM, and compare UTSL.
RTFS /R-T-F-S/
[Unix] 1. imp. Abbreviation for `Read The Fucking Source'. Variant form of RTFM, used when the problem at hand is not necessarily obvious and not answerable from the manuals -- or the manuals are not yet written and maybe never will be. For even trickier situations, see RTFB. Unlike RTFM, the anger inherent in RTFS is not usually directed at the person asking the question, but rather at the people who failed to provide adequate documentation. 2. imp. `Read The Fucking Standard'; this oath can only be used when the problem area (e.g., a language or operating system interface) has actually been codified in a ratified standards document. The existence of these standards documents (and the technically inappropriate but politically mandated compromises that they inevitably contain, and the impenetrable legalese in which they are invariably written, and the unbelievably tedious bureaucratic process by which they are produced) can be unnerving to hackers, who are used to a certain amount of ambiguity in the specifications of the systems they use. (Hackers feel that such ambiguities are acceptable as long as the Right Thing to do is obvious to any thinking observer; sadly, this casual attitude towards specifications becomes unworkable when a system becomes popular in the Real World.) Since a hacker is likely to feel that a standards document is both unnecessary and technically deficient, the deprecation inherent in this term may be directed as much against the standard as against the person who ought to read it.
RTI /R-T-I/ interj.
The mnemonic for the `return from interrupt' instruction on many computers including the 6502 and 6800. The variant `RETI' is found among former Z80 hackers (almost nobody programs these things in assembler anymore). Equivalent to "Now, where was I?" or used to end a conversational digression. See pop; see also POPJ.
RTM /R-T-M/
[Usenet: abbreviation for `Read The Manual'] 1. Politer variant of RTFM. 2. Robert Tappan Morris, perpetrator of the great Internet worm of 1988 (see Great Worm); villain to many, naive hacker gone wrong to a few. Morris claimed that the worm that brought the Internet to its knees was a benign experiment that got out of control as the result of a coding error. After the storm of negative publicity that followed this blunder, Morris's username on ITS was hacked from RTM to RTFM.
RTS /R-T-S/ imp.
Abbreviation for `Read The Screen'. Mainly used by hackers in the microcomputer world. Refers to what one would like to tell the suit one is forced to explain an extremely simple application to. Particularly appropriate when the suit failed to notice the `Press any key to continue' prompt, and wishes to know `why won't it do anything'. Also seen as `RTFS' in especially deserving cases.
rude [WPI] adj.
1. (of a program) Badly written. 2. Functionally poor, e.g., a program that is very difficult to use because of gratuitously poor (random?) design decisions. Oppose cuspy. 3. Anything that manipulates a shared resource without regard for its other users in such a way as to cause a (non-fatal) problem. Examples: programs that change tty modes without resetting them on exit, or windowing programs that keep forcing themselves to the top of the window stack. Compare all-elbows.
runes pl.n.
1. Anything that requires heavy wizardry or black art to parse: core dumps, JCL commands, APL, or code in a language you haven't a clue how to read. Not quite as bad as line noise, but close. Compare casting the runes, Great Runes. 2. Special display characters (for example, the high-half graphics on an IBM PC). 3. [borderline techspeak] 16-bit characters from the Unicode multilingual character set.
runic adj.
Syn. obscure. VMS fans sometimes refer to Unix as `Runix'; Unix fans return the compliment by expanding VMS to `Very Messy Syntax' or `Vachement Mauvais Système' (French idiom, "Hugely Bad System").
rusty iron n.
Syn. tired iron. It has been claimed that this is the inevitable fate of water MIPS.
rusty memory n.
Mass-storage that uses iron-oxide-based magnetic media (esp. tape and the pre-Winchester removable disk packs used in washing machines). Compare donuts.
rusty wire n.
[Amateur Packet Radio] Any very noisy network medium, in which the packets are subject to frequent corruption. Most prevalent in reference to wireless links subject to all the vagaries of RF noise and marginal propagation conditions. "Yes, but how good is your whizbang new protocol on really rusty wire?".
= S =
- S/N ratio:
- sacred:
- saga:
- sagan:
- SAIL:
- salescritter:
- salt:
- salt mines:
- salt substrate:
- same-day service:
- samizdat:
- samurai:
- sandbender:
- sandbox:
- sanity check:
- Saturday-night special:
- say:
- scag:
- scanno:
- scary devil monastery:
- schroedinbug:
- science-fiction fandom:
- scram switch:
- scratch:
- scratch monkey:
- scream and die:
- screaming tty:
- screen:
- screen name:
- screw:
- screwage:
- scribble:
- script kiddies:
- scrog:
- scrool:
- scrozzle:
- scruffies:
- SCSI:
- ScumOS:
- search-and-destroy mode:
- second-system effect:
- secondary damage:
- security through obscurity:
- SED:
- segfault:
- seggie:
- segment:
- segmentation fault:
- segv:
- self-reference:
- selvage:
- semi:
- semi-automated:
- semi-infinite:
- senior bit:
- September that never ended:
- server:
- SEX:
- sex changer:
- shambolic link:
- shar file:
- sharchive:
- Share and enjoy!:
- shareware:
- sharing violation:
- shebang:
- shelfware:
- shell:
- shell out:
- shift left (or right) logical:
- shim:
- shitogram:
- short card:
- shotgun debugging:
- shovelware:
- showstopper:
- shriek:
- Shub-Internet:
- sidecar:
- SIG:
- sig block:
- sig quote:
- sig virus:
- signal-to-noise ratio:
- silicon:
- silly walk:
- silo:
- Silver Book:
- since time T equals minus infinity:
- sitename:
- skrog:
- skulker:
- slab:
- slack:
- slap on the side:
- slash:
- slashdot effect:
- sleep:
- slim:
- slop:
- slopsucker:
- Slowlaris:
- slurp:
- smart:
- smart terminal:
- smash case:
- smash the stack:
- smiley:
- smoke:
- smoke and mirrors:
- smoke test:
- smoking clover:
- smoot:
- SMOP:
- smurf:
- SNAFU principle:
- snail:
- snail-mail:
- snap:
- snarf:
- snarf & barf:
- snarf down:
- snark:
- sneaker:
- sneakernet:
- sniff:
- snivitz:
- 'Snooze:
- SO:
- social engineering:
- social science number:
- sock puppet:
- sodium substrate:
- soft boot:
- softcopy:
- software bloat:
- software hoarding:
- software laser:
- software rot:
- softwarily:
- softy:
- some random X:
- sorcerer's apprentice mode:
- SOS:
- source:
- source of all good bits:
- space-cadet keyboard:
- spaceship operator:
- SPACEWAR:
- spaghetti code:
- spaghetti inheritance:
- spam:
- spam bait:
- spamblock:
- spamhaus:
- spamvertize:
- spangle:
- spawn:
- special-case:
- speedometer:
- spell:
- spelling flame:
- spider:
- spider food:
- spiffy:
- spike:
- spin:
- spl:
- splash screen:
- splat:
- splat out:
- spod:
- spoiler:
- spoiler space:
- sponge:
- spoof:
- spool:
- spool file:
- spungle:
- square tape:
- squirrelcide:
- stack:
- stack puke:
- stale pointer bug:
- star out:
- state:
- stealth manager:
- steam-powered:
- STFW:
- stiffy:
- stir-fried random:
- stomp on:
- Stone Age:
- stone knives and bearskins:
- stoppage:
- store:
- strided:
- stroke:
- strudel:
- stubroutine:
- studly:
- studlycaps:
- stunning:
- stupid-sort:
- Stupids:
- Sturgeon's Law:
- sucking mud:
- sufficiently small:
- suit:
- suitable win:
- suitably small:
- Sun:
- sun lounge:
- sun-stools:
- sunspots:
- super source quench:
- superloser:
- superprogrammer:
- superuser:
- support:
- surf:
- Suzie COBOL:
- swab:
- swap:
- swap space:
- swapped in:
- swapped out:
- swizzle:
- sync:
- syntactic salt:
- syntactic sugar:
- sys-frog:
- sysadmin:
- sysape:
- sysop:
- system:
- systems jock:
- system mangler:
- SysVile: