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

The New Hacker's Dictionary

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

811

Where you put [10045]lusers so they can't hurt anything. A program that limits a luser to a carefully restricted subset of the capabilities of the host system (for example, the rsh(1) utility on USG Unix). Note that this is different from an [10046]iron box because it is overt and not aimed at enforcing security so much as protecting others (and the luser) from the consequences of the luser's boundless naivete (see [10047]naive). Also `padded cell environment'.

---

Node:page in, Next:[10048]page out, Previous:[10049]padded cell, Up:[10050]= P =

page in v.

[MIT] 1. To become aware of one's surroundings again after having paged out (see [10051]page out). Usually confined to the sarcastic comment: "Eric pages in, [10052]film at 11!" 2. Syn. `swap in'; see [10053]swap.

---

Node:page out, Next:[10054]pain in the net, Previous:[10055]page in, Up:[10056]= P =

page out vi.

[MIT] 1. To become unaware of one's surroundings temporarily, due to daydreaming or preoccupation. "Can you repeat that? I paged out for a minute." See [10057]page in. Compare [10058]glitch, [10059]thinko. 2. Syn. `swap out'; see [10060]swap.

---

Node:pain in the net, Next:[10061]Pangloss parity, Previous:[10062]page out, Up:[10063]= P =

812

pain in the net n.

A [10064]flamer.

---

Node:Pangloss parity, Next:[10065]paper-net, Previous:[10066]pain in the net, Up:[10067]= P =

Pangloss parity n.

[from Dr. Pangloss, the eternal optimist in Voltaire's "Candide"] In corporate DP shops, a common condition of severe but equally shared [10068]lossage resulting from the theory that as long as everyone in the organization has the exactly the same model of obsolete computer, everything will be fine.

---

Node:paper-net, Next:[10069]param, Previous:[10070]Pangloss parity, Up:[10071]= P =

paper-net n.

Hackish way of referring to the postal service, analogizing it to a very slow, low-reliability network. Usenet [10072]sig blocks sometimes include a "Paper-Net:" header just before the sender's postal address; common variants of this are "Papernet" and "P-Net". Note that the standard [10073]netiquette guidelines discourage this practice as a waste of bandwidth, since netters are quite unlikely to casually use postal addresses. Compare [10074]voice-net, [10075]snail-mail, [10076]P-mail.

---

Node:param, Next:[10077]PARC, Previous:[10078]paper-net, Up:[10079]=

P =

813

param /p*-ram'/ n.

[common] Shorthand for `parameter'. See also [10080]parm; compare [10081]arg, [10082]var.

---

Node:PARC, Next:[10083]parent message, Previous:[10084]param, Up:[10085]= P =

PARC n.

See [10086]XEROX PARC.

---

Node:parent message, Next:[10087]parity errors, Previous:[10088]PARC, Up:[10089]= P =

parent message n.

What a [10090]followup follows up.

---

Node:parity errors, Next:[10091]Parkinson's Law of Data, Previous:[10092]parent message, Up:[10093]= P =

parity errors pl.n.

Little lapses of attention or (in more severe cases) consciousness, usually brought on by having spent all night and most of the next day hacking. "I need to go home and crash; I'm starting to get a lot of parity errors."

Derives from a relatively common but nearly always correctable transient error in memory hardware. It predates RAM; in fact, this term is reported to have already have been in use in its jargoin sense back in the 1960s when

814

magnetic cores ruled. Parity errors can also afflict mass storage and serial communication lines; this is more serious because not always correctable.

---

Node:Parkinson's Law of Data, Next:[10094]parm, Previous:[10095]parity errors, Up:[10096]= P =

Parkinson's Law of Data prov.

"Data expands to fill the space available for storage"; buying more memory encourages the use of more memory-intensive techniques. It has been observed since the mid-1980s that the memory usage of evolving systems tends to double roughly once every 18 months. Fortunately, memory density available for constant dollars also tends to about double once every 18 months (see [10097]Moore's Law); unfortunately, the laws of physics guarantee that the latter cannot continue indefinitely.

---

Node:parm, Next:[10098]parse, Previous:[10099]Parkinson's Law of Data,

Up:[10100]= P =

parm /parm/ n.

Further-compressed form of [10101]param. This term is an IBMism, and written use is almost unknown outside IBM shops; spoken /parm/ is more widely distributed, but the synonym [10102]arg is favored among hackers. Compare [10103]arg, [10104]var.

---

Node:parse, Next:[10105]Pascal, Previous:[10106]parm, Up:[10107]= P =

parse [from linguistic terminology] vt.

815

1. To determine the syntactic structure of a sentence or other utterance (close to the standard English meaning). "That was the one I saw you." "I can't parse that." 2. More generally, to understand or comprehend. "It's very simple; you just kretch the glims and then aos the zotz." "I can't parse that." 3. Of fish, to have to remove the bones yourself. "I object to parsing fish", means "I don't want to get a whole fish, but a sliced one is okay". A `parsed fish' has been deboned. There is some controversy over whether `unparsed' should mean `bony', or also mean `deboned'.

---

Node:Pascal, Next:[10108]pastie, Previous:[10109]parse, Up:[10110]= P =

Pascal n.

An Algol-descended language designed by Niklaus Wirth on the CDC 6600 around 1967-68 as an instructional tool for elementary programming. This language, designed primarily to keep students from shooting themselves in the foot and thus extremely restrictive from a general-purpose-programming point of view, was later promoted as a general-purpose tool and, in fact, became the ancestor of a large family of languages including Modula-2 and [10111]Ada (see also [10112]bondage-and-discipline language). The hackish point of view on Pascal was probably best summed up by a devastating (and, in its deadpan way, screamingly funny) 1981 paper by Brian Kernighan (of [10113]K&R fame) entitled "Why Pascal is Not My Favorite Programming Language", which was turned down by the technical journals but circulated widely via photocopies. It was eventually published in "Comparing and Assessing Programming Languages", edited by Alan Feuer and Narain Gehani (Prentice-Hall, 1984). Part of his discussion is worth repeating here, because its criticisms are still apposite to Pascal itself after ten years of improvement and could also stand as an indictment of many other bondage-and-discipline languages. At the end of a summary of the case against Pascal, Kernighan wrote:

9. There is no escape

816

This last point is perhaps the most important. The language is inadequate but circumscribed, because there is no way to escape its limitations. There are no casts to disable the type-checking when necessary. There is no way to replace the defective run-time environment with a sensible one, unless one controls the compiler that defines the "standard procedures". The language is closed.

People who use Pascal for serious programming fall into a fatal trap. Because the language is impotent, it must be extended. But each group extends Pascal in its own direction, to make it look like whatever language they really want. Extensions for separate compilation, FORTRAN-like COMMON, string data types, internal static variables, initialization, octal numbers, bit operators, etc., all add to the utility of the language for one group but destroy its portability to others.

I feel that it is a mistake to use Pascal for anything much beyond its original target. In its pure form, Pascal is a toy language, suitable for teaching but not for real programming.

Pascal has since been almost entirely displaced (by [10114]C) from the niches it had acquired in serious applications and systems programming, but retains some popularity as a hobbyist language in the MS-DOS and Macintosh worlds.

---

Node:pastie, Next:[10115]patch, Previous:[10116]Pascal, Up:[10117]= P =

pastie /pay'stee/ n.

An adhesive-backed label designed to be attached to a key on a keyboard to indicate some non-standard character which can be accessed through that key. Pasties are likely to be used in APL environments, where almost every key is associated with a special character. A pastie on the R key, for example, might remind the user that it is used to generate the rho character. The term properly refers to nipple-concealing devices formerly worn by

817

strippers in concession to indecent-exposure laws; compare [10118]tits on a keyboard.

---

Node:patch, Next:[10119]patch pumpkin, Previous:[10120]pastie, Up:[10121]= P =

patch

1. n. A temporary addition to a piece of code, usually as a [10122]quick-and-dirty remedy to an existing bug or misfeature. A patch may or may not work, and may or may not eventually be incorporated permanently into the program. Distinguished from a [10123]diff or [10124]mod by the fact that a patch is generated by more primitive means than the rest of the program; the classical examples are instructions modified by using the front panel switches, and changes made directly to the binary executable of a program originally written in an [10125]HLL. Compare [10126]one-line fix. 2. vt. To insert a patch into a piece of code. 3. [in the Unix world] n. A [10127]diff (sense 2). 4. A set of modifications to binaries to be applied by a patching program. IBM operating systems often receive updates to the operating system in the form of absolute hexadecimal patches. If you have modified your OS, you have to disassemble these back to the source. The patches might later be corrected by other patches on top of them (patches were said to "grow scar tissue"). The result was often a convoluted [10128]patch space and headaches galore. 5. [Unix] the patch(1) program, written by Larry Wall, which automatically applies a patch (sense 3) to a set of source code.

There is a classic story of a [10129]tiger team penetrating a secure military computer that illustrates the danger inherent in binary patches (or, indeed, any patches that you can't -- or don't -- inspect and examine before installing). They couldn't find any [10130]trap doors or any way to penetrate security of IBM's OS, so they made a site visit to an IBM office (remember, these were official military types who were purportedly on official business), swiped some IBM stationery, and created a fake patch.

818

The patch was actually the trapdoor they needed. The patch was distributed at about the right time for an IBM patch, had official stationery and all accompanying documentation, and was dutifully installed. The installation manager very shortly thereafter learned something about proper procedures.

---

Node:patch pumpkin, Next:[10131]patch space, Previous:[10132]patch, Up:[10133]= P =

patch pumpkin n.

[Perl hackers] A notional token passed around among the members of a project. Possession of the patch pumpkin means one has the exclusive authority to make changes on the project's master source tree. The implicit assumption is that `pumpkin holder' status is temporary and rotates periodically among senior project members.

This term comes from the Perl development community, but has been sighted elsewhere. It derives from a stuffed-toy pumpkin that was passed around at a development shop years ago as the access control for a shared backup-tape drive.

---

Node:patch space, Next:[10134]path, Previous:[10135]patch pumpkin, Up:[10136]= P =

patch space n.

An unused block of bits left in a binary so that it can later be modified by insertion of machine-language instructions there (typically, the patch space is modified to contain new code, and the superseded code is patched to contain a jump or call to the patch space). The near-universal use of compilers and interpreters has made this term rare; it is now primarily historical outside IBM shops. See [10137]patch (sense 4), [10138]zap

819

(sense 4), [10139]hook.

---

Node:path, Next:[10140]pathological, Previous:[10141]patch space, Up:[10142]= P =

path n.

1. A [10143]bang path or explicitly routed [10144]Internet address; a node-by-node specification of a link between two machines. Though these are now obsolete as a form of addressing, they still show up in diagnostics and trace headers ocvcasionally (e.g. in NNTP headers). 2. [Unix] A filename, fully specified relative to the root directory (as opposed to relative to the current directory; the latter is sometimes called a `relative path'). This is also called a `pathname'. 3. [Unix and MS-DOS] The `search path', an environment variable specifying the directories in which the [10145]shell (COMMAND.COM, under MS-DOS) should look for commands. Other, similar constructs abound under Unix (for example, the C preprocessor has a `search path' it uses in looking for #include files).

---

Node:pathological, Next:[10146]payware, Previous:[10147]path,

Up:[10148]= P =

pathological adj.

1. [scientific computation] Used of a data set that is grossly atypical of normal expected input, esp. one that exposes a weakness or bug in whatever algorithm one is using. An algorithm that can be broken by pathological inputs may still be useful if such inputs are very unlikely to occur in practice. 2. When used of test input, implies that it was purposefully engineered as a worst case. The implication in both senses is that the data is spectacularly ill-conditioned or that someone had to explicitly set out to break the algorithm in order to come up with such a

820

crazy example. 3. Also said of an unlikely collection of circumstances. "If the network is down and comes up halfway through the execution of that command by root, the system may just crash." "Yes, but that's a pathological case." Often used to dismiss the case from discussion, with the implication that the consequences are acceptable, since they will happen so infrequently (if at all) that it doesn't seem worth going to the extra trouble to handle that case (see sense 1).

---

Node:payware, Next:[10149]PBD, Previous:[10150]pathological,

Up:[10151]= P =

payware /pay'weir/ n.

Commercial software. Oppose [10152]shareware or [10153]freeware.

---

Node:PBD, Next:[10154]PC-ism, Previous:[10155]payware, Up:[10156]=

P =

PBD /P-B-D/ n.

[abbrev. of `Programmer Brain Damage'] Applied to bug reports revealing places where the program was obviously broken by an incompetent or short-sighted programmer. Compare [10157]UBD; see also [10158]brain-damaged.

---

Node:PC-ism, Next:[10159]PD, Previous:[10160]PBD, Up:[10161]= P =

PC-ism /P-C-izm/ n.

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