unixism n.
A piece of code or a coding technique that
depends on the protected multi-tasking environment with relatively
low process-spawn overhead that exists on virtual-memory Unix
systems. Common unixisms include: gratuitous use of
fork(2); the assumption that certain undocumented but
well-known features of Unix libraries such as stdio(3) are
supported elsewhere; reliance on obscure side-effects of
system calls (use of sleep(2) with a 0 argument to clue the
scheduler that you're willing to give up your time-slice, for
example); the assumption that freshly allocated memory is zeroed;
and the assumption that fragmentation problems won't arise from
never free()ing memory. Compare vaxocentrism; see also
New Jersey.
A piece of code or a coding technique that
depends on the protected multi-tasking environment with relatively
low process-spawn overhead that exists on virtual-memory Unix
systems. Common unixisms include: gratuitous use of
fork(2); the assumption that certain undocumented but
well-known features of Unix libraries such as stdio(3) are
supported elsewhere; reliance on obscure side-effects of
system calls (use of sleep(2) with a 0 argument to clue the
scheduler that you're willing to give up your time-slice, for
example); the assumption that freshly allocated memory is zeroed;
and the assumption that fragmentation problems won't arise from
never free()ing memory. Compare vaxocentrism; see also
New Jersey.
Related:
- unixism: n. A piece of code or a coding technique that depends on
the protected multi-tasking environment with relatively low
process-spawn overhead that exists on virtual-memory UNIX systems.
Common {unixism}s include: gratuitous use of `fork(2)'... - 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 ... - PC-ism: /P-C-izm/ n. A piece of code or coding technique that
takes advantage of the unprotected single-tasking environment in
IBM PCs and the like,
e.g., by busy-waiting on a hardware register, direct... - PC-ism /P-C-izm/ n.
A piece of code or coding
technique that takes advantage of the unprotected single-tasking
environment in IBM PCs and the like running DOS,
e.g., by busy-waiting on a hardware register, direct... - fork bomb n.
[Unix] A particular species of wabbit
that can be written in one line of C (main()
{for(;
)fork();}) or shell ($0 & $0 &) on any Unix... - fork bomb: [UNIX] n. A particular species of {wabbit} that can
be written in one line of C (`main() {for(;
)fork();}') or shell (`$0 & $0 &') on any UNIX system... - moby /moh'bee/
[MIT: seems to have been in use among
model railroad fans years ago.
Derived from Melville's "Moby Dick" (some say from... - handle n.
1. [from CB slang] An electronic pseudonym;
a `nom de guerre' intended to conceal the user's... - jiffy n.
1. The duration of one tick of the system clock on
your computer (see tick).
Often one AC cycle time (1/60 second in the U.S...
From the same category:
- scruffies n.
See neats vs.
scruffies... - swapped out n.
See swap.
See also page out... - widget n.
1. A meta-thing. Used to stand for a real object
in didactic examples (especially database tutorials).
Legend has it that the original widgets were holders... - double bucky adj.
Using both the CTRL and META keys.
"The command to burn all LEDs is double bucky F... - klone /klohn/ n.
See clone,
sense 4...
