handle n.
1. [from CB slang] An electronic pseudonym; a
`nom de guerre' intended to conceal the user's true identity.
Network and BBS handles function as the same sort of simultaneous
concealment and display one finds on Citizen's Band radio, from
which the term was adopted. Use of grandiose handles is
characteristic of warez d00dz, crackers,
spods, and other lower forms of network life; true hackers
travel on their own reputations rather than invented legendry.
Compare nick, screen name. 2. A m
in the form of a numeric index into some array somewhere, through
which you can manipulate an object like a file or window. The form
`file handle' is especially common. 3. [Mac] A pointer to a
pointer to dynamically-allocated memory; the extra level of
indirection allows on-the-fly memory compaction (to cut down on
fragmentation) or aging out of unused resources, with minimal
impact on the (possibly multiple) parts of the larger program
containing references to the allocated memory. Compare snap
(to snap a handle would defeat its purpose); see also aliasing bug,
1. [from CB slang] An electronic pseudonym; a
`nom de guerre' intended to conceal the user's true identity.
Network and BBS handles function as the same sort of simultaneous
concealment and display one finds on Citizen's Band radio, from
which the term was adopted. Use of grandiose handles is
characteristic of warez d00dz, crackers,
spods, and other lower forms of network life; true hackers
travel on their own reputations rather than invented legendry.
Compare nick, screen name. 2. A m
in the form of a numeric index into some array somewhere, through
which you can manipulate an object like a file or window. The form
`file handle' is especially common. 3. [Mac] A pointer to a
pointer to dynamically-allocated memory; the extra level of
indirection allows on-the-fly memory compaction (to cut down on
fragmentation) or aging out of unused resources, with minimal
impact on the (possibly multiple) parts of the larger program
containing references to the allocated memory. Compare snap
(to snap a handle would defeat its purpose); see also aliasing bug,
Related:
- handle: n. 1. [from CB slang] An electronic pseudonym;
a `nom de guerre' intended to conceal the user's... - warez d00dz /weirz doodz/ n.
A substantial subculture of
crackers refer to themselves as `warez d00dz';
there is evidently some connection with B1FF here... - aliasing bug: n. A class of subtle programming errors that can
arise in code that does dynamic allocation,
esp. via `malloc(3)' or equivalent. If several... - aliasing bug n.
A class of subtle programming errors that
can arise in code that does dynamic allocation,
esp. via malloc(3) or equivalent. If several pointers... - vaxocentrism /vak`soh-sen'trizm/ n.
[analogy with
`ethnocentrism'] A notional disease said to afflict C programmers
who persist in coding according to certain assumptions that are
valid (esp.
under Unix) on VAXen but false elsewhere. Among ... - bug n.
An unwanted and unintended property of a program or
piece of hardware,
esp. one that causes it to malfunction. Antonym... - weenie n.
1. [on BBSes] Any of a species of luser
resembling a less amusing version of B1FF that infests many
BBS systems.
The typical weenie is a teenage boy with poor social... - nick n.
[IRC; very common] Short for nickname. On
IRC,
every user must pick a nick, which is sometimes the... - spod n.
[UK] 1. A lower form of life found on
talker systems and MUDs.
The spod has few friends in RL and uses talkers...
From the same category:
- warez kiddies n.
Even more derogatory way of referring
to warez d00dz;
refers to the fact that most warez d00dz are around... - despew /d*-spyoo'/ v.
[Usenet] To automatically generate
a large amount of garbage to the net,
esp. from an automated posting program gone wild... - to a first approximation adj.
1. [techspeak] When one is doing
certain numerical computations,
an approximate solution may be computed by any of... - quarter n.
Two bits. This in turn comes from the `pieces
of eight' famed in pirate movies -
Spanish silver crowns that could be broken into... - line starve
[MIT] 1. vi. To feed paper through a printer
the wrong way by one line (most printers can't do this).
On a display terminal, to move the cursor up to...
