Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:

The New Hacker's Dictionary

.pdf
Скачиваний:
224
Добавлен:
10.08.2013
Размер:
1.62 Mб
Скачать

911

---

Node:robocanceller, Next:[11336]robot, Previous:[11337]roach,

Up:[11338]= R =

robocanceller /roh-boh-kan'sel-*r/

A program that monitors Usenet feeds, attempting to detect and eliminate [11339]spam by sending appropriate cancel messages . Robocancellers may use the [11340]Breidbart Index as a trigger. Programming them is not a game for amateurs; see [11341]ARMM. See also [11342]Dave the Resurrector.

---

Node:robot, Next:[11343]robust, Previous:[11344]robocanceller,

Up:[11345]= R =

robot n.

See [11346]bot.

---

Node:robust, Next:[11347]rococo, Previous:[11348]robot, Up:[11349]= R

=

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 [11350]bulletproof. Carries the additional connotation of elegance in addition to just careful attention to detail. Compare [11351]smart, oppose [11352]brittle.

---

912

Node:rococo, Next:[11353]rogue, Previous:[11354]robust, Up:[11355]= R

=

rococo adj.

Terminally [11356]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 [11357]critical mass.

---

Node:rogue, Next:[11358]room-temperature IQ, Previous:[11359]rococo,

Up:[11360]= R =

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 [11361]nethack. 2. [Usenet] adj. An [11362]ISP which permits net abuse (usually in the form of [11363]spamming) by its customers, or which itself engages in such activities. Rogue ISPs are sometimes subject to [11364]IDPs or [11365]UDPs. Sometimes deliberately mispelled as "rouge". See also [11366]nethack, [11367]moria, [11368]Angband.

913

---

Node:room-temperature IQ, Next:[11369]root, Previous:[11370]rogue,

Up:[11371]= R =

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 [11372]luser. "Well, but how's this interface going to play with the room-temperature IQ crowd?" See [11373]drool-proof paper. This is a much more insulting phrase in countries that use Celsius thermometers.

---

Node:root, Next:[11374]root mode, Previous:[11375]room-temperature IQ, Up:[11376]= R =

root n.

[Unix] 1. The [11377]superuser account (with user name `root') that ignores permission bits, user number 0 on a Unix system. The term [11378]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 [11379]root mode, [11380]go root, see also [11381]wheel.

---

Node:root mode, Next:[11382]rot13, Previous:[11383]root, Up:[11384]= R

=

root mode n.

Syn. with [11385]wizard mode or `wheel mode'. Like these, it is often generalized to describe privileged states in systems other than OSes.

914

---

Node:rot13, Next:[11386]rotary debugger, Previous:[11387]root mode, Up:[11388]= R =

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 [11389]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 [11390]spoiler space, which has partly displaced rot13 since non-Unix-based newsreaders became common.

---

Node:rotary debugger, Next:[11391]round tape, Previous:[11392]rot13, Up:[11393]= R =

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 [11394]ANSI standard pizza.

---

Node:round tape, Next:[11395]RSN, Previous:[11396]rotary debugger, Up:[11397]= R =

round tape n.

915

Industry-standard 1/2-inch magnetic tape (7- or 9-track) on traditional circular reels. See [11398]macrotape, oppose [11399]square tape.

---

Node:RSN, Next:[11400]RTBM, Previous:[11401]round tape, Up:[11402]= R =

RSN /R-S-N/ adj.

See [11403]Real Soon Now.

---

Node:RTBM, Next:[11404]RTFAQ, Previous:[11405]RSN, Up:[11406]=

R =

RTBM /R-T-B-M/ imp.

[Unix] Commonwealth Hackish variant of [11407]RTFM; expands to `Read The Bloody Manual'. RTBM is often the entire text of the first reply to a question from a [11408]newbie; the second would escalate to "RTFM".

---

Node:RTFAQ, Next:[11409]RTFB, Previous:[11410]RTBM, Up:[11411]=

R =

RTFAQ /R-T-F-A-Q/ imp.

[Usenet: primarily written, by analogy with [11412]RTFM] Abbrev. for `Read the FAQ!', an exhortation that the person addressed ought to read the newsgroup's [11413]FAQ list before posting questions.

---

916

Node:RTFB, Next:[11414]RTFM, Previous:[11415]RTFAQ, Up:[11416]=

R =

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.

---

Node:RTFM, Next:[11417]RTFS, Previous:[11418]RTFB, Up:[11419]= R

=

RTFM /R-T-F-M/ imp.

[Unix] Abbreviation for `Read The Fucking Manual'. 1. Used by [11420]gurus to brush off questions they consider trivial or annoying. Compare [11421]Don't do that then!. 2. Used when reporting a problem to indicate that you aren't just asking out of [11422]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 [11423]FM, [11424]RTFAQ, [11425]RTFB, [11426]RTFS, [11427]STFW, [11428]RTM, all of which mutated from RTFM, and compare [11429]UTSL.

---

Node:RTFS, Next:[11430]RTI, Previous:[11431]RTFM, Up:[11432]= R =

917

RTFS /R-T-F-S/

[Unix] 1. imp. Abbreviation for `Read The Fucking Source'. Variant form of [11433]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 [11434]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 [11435]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 [11436]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 [11437]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.

---

Node:RTI, Next:[11438]RTM, Previous:[11439]RTFS, Up:[11440]= R =

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 [11441]pop; see also [11442]POPJ.

918

---

Node:RTM, Next:[11443]RTS, Previous:[11444]RTI, Up:[11445]= R =

RTM /R-T-M/

[Usenet: abbreviation for `Read The Manual'] 1. Politer variant of [11446]RTFM. 2. Robert Tappan Morris, perpetrator of the great Internet worm of 1988 (see [11447]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 [11448]RTFM.

---

Node:RTS, Next:[11449]rude, Previous:[11450]RTM, Up:[11451]= R =

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 [11452]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.

---

Node:rude, Next:[11453]runes, Previous:[11454]RTS, Up:[11455]= R =

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

919

decisions. Oppose [11456]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 [11457]all-elbows.

---

Node:runes, Next:[11458]runic, Previous:[11459]rude, Up:[11460]= R =

runes pl.n.

1. Anything that requires [11461]heavy wizardry or [11462]black art to [11463]parse: core dumps, JCL commands, APL, or code in a language you haven't a clue how to read. Not quite as bad as [11464]line noise, but close. Compare [11465]casting the runes, [11466]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.

---

Node:runic, Next:[11467]rusty iron, Previous:[11468]runes, Up:[11469]= R =

runic adj.

Syn. [11470]obscure. VMS fans sometimes refer to Unix as `Runix'; Unix fans return the compliment by expanding VMS to `Very Messy Syntax' or `Vachement Mauvais Systme' (French idiom, "Hugely Bad System").

---

Node:rusty iron, Next:[11471]rusty memory, Previous:[11472]runic, Up:[11473]= R =

920

rusty iron n.

Syn. [11474]tired iron. It has been claimed that this is the inevitable fate of [11475]water MIPS.

---

Node:rusty memory, Next:[11476]rusty wire, Previous:[11477]rusty iron, Up:[11478]= R =

rusty memory n.

Mass-storage that uses iron-oxide-based magnetic media (esp. tape and the pre-Winchester removable disk packs used in [11479]washing machines). Compare [11480]donuts.

---

Node:rusty wire, Next:[11481]S/N ratio, Previous:[11482]rusty memory, Up:[11483]= R =

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?".

---

Node:= S =, Next:[11484]= T =, Previous:[11485]= R =, Up:[11486]The Jargon Lexicon

= S =

Соседние файлы в предмете Английский язык