:UNIX brain damage: n. Something that has to be done to break a
network program (typically a mailer) on a non-UNIX system so that
it will interoperate with UNIX systems. The hack may qualify as
`UNIX brain damage' if the program conforms to published standards
and the UNIX program in question does not. UNIX brain damage
happens because it is much easier for other (minority) systems to
change their ways to match non-conforming behavior than it is to
change all the hundreds of thousands of UNIX systems out there.
An example of UNIX brain damage is a {kluge} in a mail server to
recognize bare line feed (the UNIX newline) as an equivalent form
to the Internet standard newline, which is a carriage return
followed by a line feed. Such things can make even a hardened
{jock} weep.
-- The AI Hackers Dictionary
network program (typically a mailer) on a non-UNIX system so that
it will interoperate with UNIX systems. The hack may qualify as
`UNIX brain damage' if the program conforms to published standards
and the UNIX program in question does not. UNIX brain damage
happens because it is much easier for other (minority) systems to
change their ways to match non-conforming behavior than it is to
change all the hundreds of thousands of UNIX systems out there.
An example of UNIX brain damage is a {kluge} in a mail server to
recognize bare line feed (the UNIX newline) as an equivalent form
to the Internet standard newline, which is a carriage return
followed by a line feed. Such things can make even a hardened
{jock} weep.
-- The AI Hackers Dictionary
Related:
- Unix brain damage n.
Something that has to be done to break
a network program (typically a mailer) on a non-Unix system so that
it will interoperate with Unix systems.
The hack may qualify as `Unix brain damage' if the... - crlf: /ker'l*f/, sometimes /kru'l*f/ or /C-R-L-F/ n.
(often capitalized as `CRLF') A carriage return... - crlf /ker'l*f/, sometimes /kru'l*f/ or /C-R-L-F/ n.
(often capitalized as `CRLF') A carriage return (CR... - go flatline: [from cyberpunk SF, refers to flattening of EEG
traces upon brain-death] vi.
also adjectival `flatlined'. 1. To {die}, terminate... - One of the questions that comes up all the time is:
How enthusiastic is our support for UNIX? Unix was... - plumbing: [UNIX] n. Term used for {shell} code, so called
because of the prevalence of `pipelines' that feed the output of
one program to the input of another.
Under UNIX, user utilities can often be implemented... - cooked mode: [UNIX, by opposition with {raw mode}] n.
The normal character-input mode, with interrupts... - tool: 1. n. A program used primarily to create, manipulate,
modify, or analyze other programs, such as a compiler... - newline: /n[y]oo'li:n/ n. 1. [techspeak, primarily UNIX] The
ASCII LF character (0001010),
used under {{UNIX}} as a text line terminator. ...
