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

The New Hacker's Dictionary

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

1011

spoiler space

[also `spoiler spoo'] A screenful of blank lines (and, often, form-feeds) deliberately inserted in a message following a [12640]spoiler warning, so the actual spoiler can't be seen without hitting a key.

---

Node:sponge, Next:[12641]spoof, Previous:[12642]spoiler space, Up:[12643]= S =

sponge n.

[Unix] A special case of a [12644]filter that reads its entire input before writing any output; the canonical example is a sort utility. Unlike most filters, a sponge can conveniently overwrite the input file with the output data stream. If a file system has versioning (as ITS did and VMS does now) the sponge/filter distinction loses its usefulness, because directing filter output would just write a new version. See also [12645]slurp.

---

Node:spoof, Next:[12646]spool, Previous:[12647]sponge, Up:[12648]= S =

spoof vi.

To capture, alter, and retransmit a communication stream in a way that misleads the recipient. As used by hackers, refers especially to altering TCP/IP packet source addresses or other packet-header data in order to masquerade as a trusted machine. This term has become very widespread and is borderline techspeak.

---

Node:spool, Next:[12649]spool file, Previous:[12650]spoof, Up:[12651]= S =

1012

spool vi.

[from early IBM `Simultaneous Peripheral Operation On-Line', but is widely thought to be a [12652]backronym] To send files to some device or program (a `spooler') that queues them up and does something useful with them later. Without qualification, the spooler is the `print spooler' controlling output of jobs to a printer; but the term has been used in connection with other peripherals (especially plotters and graphics devices) and occasionally even for input devices. See also [12653]demon.

---

Node:spool file, Next:[12654]spungle, Previous:[12655]spool, Up:[12656]= S =

spool file n.

Any file to which data is [12657]spooled to await the next stage of processing. Especially used in circumstances where spooling the data copes with a mismatch between speeds in two devices or pieces of software. For example, when you send mail under Unix, it's typically copied to a spool file to await a transport [12658]demon's attentions. This is borderline techspeak.

---

Node:spungle, Next:[12659]square tape, Previous:[12660]spool file, Up:[12661]= S =

spungle n.

[Durham, UK; portmanteau, [12662]spangle + bungle] A [12663]spangle of no actual usefulness. Example: Roger the Bent Paperclip in Microsoft Word '98. A spungle's only virtue is that it looks pretty, unless you find creeping featurism ugly.

1013

---

Node:square tape, Next:[12664]squirrelcide, Previous:[12665]spungle, Up:[12666]= S =

square tape n.

Mainframe magnetic tape cartridges for use with IBM 3480 or compatible tape drives; or QIC tapes used on workstations and micros. The term comes from the square (actually rectangular) shape of the cartridges; contrast [12667]round tape.

---

Node:squirrelcide, Next:[12668]stack, Previous:[12669]square tape, Up:[12670]= S =

squirrelcide n.

[common on Usenet's comp.risks newsgroup.] (alt. `squirrelicide') What all too frequently happens when a squirrel decides to exercise its species's unfortunate penchant for shorting out power lines with their little furry bodies. Result: one dead squirrel, one down computer installation. In this situation, the computer system is said to have been squirrelcided.

---

Node:stack, Next:[12671]stack puke, Previous:[12672]squirrelcide, Up:[12673]= S =

stack n.

The set of things a person has to do in the future. One speaks of the next project to be attacked as having risen to the top of the stack. "I'm afraid I've got real work to do, so this'll have to be pushed way down on my stack." "I haven't done it yet because every time I pop my stack something new gets

1014

pushed." If you are interrupted several times in the middle of a conversation, "My stack overflowed" means "I forget what we were talking about." The implication is that more items were pushed onto the stack than could be remembered, so the least recent items were lost. The usual physical example of a stack is to be found in a cafeteria: a pile of plates or trays sitting on a spring in a well, so that when you put one on the top they all sink down, and when you take one off the top the rest spring up a bit. See also [12674]push and [12675]pop.

At MIT, [12676]PDL used to be a more common synonym for [12677]stack in all these contexts, and this may still be true. Everywhere else [12678]stack seems to be the preferred term. [12679]Knuth ("The Art of Computer Programming", second edition, vol. 1, p. 236) says:

Many people who realized the importance of stacks and queues independently have given other names to these structures: stacks have been called push-down lists, reversion storages, cellars, nesting stores, piles, last-in-first-out ("LIFO") lists, and even yo-yo lists!

---

Node:stack puke, Next:[12680]stale pointer bug, Previous:[12681]stack, Up:[12682]= S =

stack puke n.

Some processor architectures are said to `puke their guts onto the stack' to save their internal state during exception processing. The Motorola 68020, for example, regurgitates up to 92 bytes on a bus fault. On a pipelined machine, this can take a while.

---

Node:stale pointer bug, Next:[12683]star out, Previous:[12684]stack puke, Up:[12685]= S =

1015

stale pointer bug n.

Synonym for [12686]aliasing bug used esp. among microcomputer hackers.

---

Node:star out, Next:[12687]state, Previous:[12688]stale pointer bug, Up:[12689]= S =

star out v.

[University of York, England] To replace a user's encrypted password in /etc/passwd with a single asterisk. Under Unix this is not a legal encryption of any password; hence the user is not permitted to log in. In general, accounts like adm, news, and daemon are permanently "starred out"; occasionally a real user might have the this inflicted upon him/her as a punishment, e.g. "Graham was starred out for playing Omega in working hours". Also occasionally known as The Order Of The Gold Star in this context. "Don't do that, or you'll be awarded the Order of the Gold Star..." Compare [12690]disusered.

---

Node:state, Next:[12691]stealth manager, Previous:[12692]star out, Up:[12693]= S =

state n.

1. Condition, situation. "What's the state of your latest hack?" "It's winning away." "The system tried to read and write the disk simultaneously and got into a totally [12694]wedged state." The standard question "What's your state?" means "What are you doing?" or "What are you about to do?" Typical answers are "about to gronk out", or "hungry". Another standard question is "What's the state of the world?", meaning "What's new?" or "What's going on?". The more terse and humorous way of asking these questions would be "State-p?". Another way of phrasing the first question

1016

under sense 1 would be "state-p latest hack?". 2. Information being maintained in non-permanent memory (electronic or human).

---

Node:stealth manager, Next:[12695]steam-powered, Previous:[12696]state, Up:[12697]= S =

stealth manager n.

[Corporate DP] A manager that appears out of nowhere, promises undeliverable software to unknown end users, and vanishes before the programming staff realizes what has happened. See [12698]smoke and mirrors.

---

Node:steam-powered, Next:[12699]STFW, Previous:[12700]stealth manager, Up:[12701]= S =

steam-powered adj.

Old-fashioned or underpowered; archaic. This term does not have a strong negative loading and may even be used semi-affectionately for something that clanks and wheezes a lot but hangs in there doing the job.

---

Node:STFW, Next:[12702]stiffy, Previous:[12703]steam-powered,

Up:[12704]= S =

STFW imp. /S-T-F-W/

[Usenet] Commmon abbreviation for "Search The Fucking Web", a suggestion that what you're asking for is a query better handled by a search engine than a human being. Usage is common and exactly parallel to both

1017

senses of [12705]RTFM.

---

Node:stiffy, Next:[12706]stir-fried random, Previous:[12707]STFW, Up:[12708]= S =

stiffy n.

3.5-inch [12709]microfloppies, so called because their jackets are more rigid than those of the 5.25-inch and the (now totally obsolete) 8-inch floppy. Elsewhere this might be called a `firmy'. For some odd reason, several sources have taken the trouble to inform us that this term is widespread in South Africa.

---

Node:stir-fried random, Next:[12710]stomp on, Previous:[12711]stiffy, Up:[12712]= S =

stir-fried random n.

(alt. `stir-fried mumble') Term used for the best dish of many of those hackers who can cook. Consists of random fresh veggies and meat wokked with random spices. Tasty and economical. See [12713]random, [12714]great-wall, [12715]ravs, [12716]laser chicken, [12717]oriental food; see also [12718]mumble.

---

Node:stomp on, Next:[12719]Stone Age, Previous:[12720]stir-fried random, Up:[12721]= S =

stomp on vt.

1018

To inadvertently overwrite something important, usually automatically. "All the work I did this weekend got stomped on last night by the nightly server script." Compare [12722]scribble, [12723]mangle, [12724]trash, [12725]scrog, [12726]roach.

---

Node:Stone Age, Next:[12727]stone knives and bearskins, Previous:[12728]stomp on, Up:[12729]= S =

Stone Age n.,adj.

1. In computer folklore, an ill-defined period from ENIAC (ca. 1943) to the mid-1950s; the great age of electromechanical [12730]dinosaurs. Sometimes used for the entire period up to 1960-61 (see [12731]Iron Age); however, it is funnier and more descriptive to characterize the latter period in terms of a `Bronze Age' era of transistor-logic, pre-ferrite-[12732]core machines with drum or CRT mass storage (as opposed to just mercury delay lines and/or relays). See also [12733]Iron Age. 2. More generally, a pejorative for any crufty, ancient piece of hardware or software technology. Note that this is used even by people who were there for the [12734]Stone Age (sense 1).

---

Node:stone knives and bearskins, Next:[12735]stoppage, Previous:[12736]Stone Age, Up:[12737]= S =

stone knives and bearskins n.

[from the Star Trek Classic episode "The City on the Edge of Forever"] A term traditionally used to describe (and deprecate) computing environments that are grotesquely primitive in light of what is known about good ways to design things. As in "Don't get too used to the facilities here. Once you leave SAIL it's stone knives and bearskins as far as the eye can see". Compare [12738]steam-powered.

1019

---

Node:stoppage, Next:[12739]store, Previous:[12740]stone knives and bearskins, Up:[12741]= S =

stoppage /sto'p*j/ n.

Extreme [12742]lossage that renders something (usually something vital) completely unusable. "The recent system stoppage was caused by a [12743]fried transformer."

---

Node:store, Next:[12744]strided, Previous:[12745]stoppage, Up:[12746]=

S =

store n.

[prob. from techspeak `main store'] In some varieties of Commonwealth hackish, the preferred synonym for [12747]core. Thus, `bringing a program into store' means not that one is returning shrink-wrapped software but that a program is being [12748]swapped in.

---

Node:strided, Next:[12749]stroke, Previous:[12750]store, Up:[12751]= S =

strided /stri:'d*d/ adj.

[scientific computing] Said of a sequence of memory reads and writes to addresses, each of which is separated from the last by a constant interval called the `stride length'. These can be a worst-case access pattern for the standard memory-caching schemes when the stride length is a multiple of the cache line size. Strided references are often generated by loops through an array, and (if your data is large enough that access-time is significant) it can be worthwhile to tune for better locality by inverting double loops or by

1020

partially unrolling the outer loop of a loop nest. This usage is borderline techspeak; the related term `memory stride' is definitely techspeak.

---

Node:stroke, Next:[12752]strudel, Previous:[12753]strided, Up:[12754]= S

=

stroke n.

Common name for the slant (`/', ASCII 0101111) character. See [12755]ASCII for other synonyms.

---

Node:strudel, Next:[12756]stubroutine, Previous:[12757]stroke,

Up:[12758]= S =

strudel n.

Common (spoken) name for the at-sign (`@', ASCII 1000000) character. See [12759]ASCII for other synonyms.

---

Node:stubroutine, Next:[12760]studly, Previous:[12761]strudel,

Up:[12762]= S =

stubroutine /stuhb'roo-teen/ n.

[contraction of `stub subroutine'] Tiny, often vacuous placeholder for a subroutine that is to be written or fleshed out later.

---

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