English Dictionary
◊ HANDLESS
handless
adj 1: without a hand or hands; "a handless war veteran" [ant: {handed}]
2: not skillful in physical movement especially with the hands;
"a bumbling mechanic"; "a bungling performance";
"ham-handed governmental interference"; "could scarcely
empty a scuttle of ashes, so handless was the poor
creature"- Mary H. Vorse [syn: {bumbling}, {bungling}, {butterfingered},
{ham-fisted}, {ham-handed}, {heavy-handed}, {left-handed}]
English Computing Dictionary
◊ DID YOU MEAN HANDLE?
handle
1. (From Citizen's Band amateur radio slang) An
electronic pseudonym or "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 CB.
Use of grandiose handles is characteristic of {cracker}s,
{weenie}s, {spod}s, and other lower forms of network life;
true hackers travel on their own reputations rather than
invented legendry.
Compare {nick}.
2. (Macintosh) 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 garbage collection 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}, {dangling pointer}.
[{Jargon File}]
(1995-02-28)