Computer usage, in either of the above senses, has none of the connotations that `atomic' has in mainstream English (i.e. of particles of matter, nuclear explosions etc.).
:attoparsec: /n./ About an inch. `atto-' is the standard SI prefix for multiplication by 10^(-18). A parsec (parallax-second) is 3.26 light-years; an attoparsec is thus 3.26 * 10^(-18) light years, or about 3.1 cm (thus, 1 attoparsec/{microfortnight} equals about 1 inch/sec). This unit is reported to be in use (though probably not very seriously) among hackers in the U.K. See {micro-}.
:autobogotiphobia: /aw'toh-boh-got`*-foh'bee-*/ /n./ See {bogotify}.
:automagically: /aw-toh-maj'i-klee/ /adv./ Automatically, but in a way that, for some reason (typically because it is too complicated, or too ugly, or perhaps even too trivial), the speaker doesn't feel like explaining to you. See {magic}. "The C-INTERCAL compiler generates C, then automagically invokes `cc(1)' to produce an executable."
This term is quite old, going back at least to the mid-70s and
probably much earlier. The word `automagic' occurred in
advertising
(for a shirt-ironing gadget) as far back as the late 1940s.
:avatar: /n./ Syn. 1. Among people working on virtual reality
and {cyberspace} interfaces, an "avatar" is an icon or
representation of a user in a shared virtual reality. The term is
sometimes used on {MUD}s. 2. [CMU, Tektronix] {root},
{superuser}. There are quite a few Unix machines on which the
name of the superuser account is `avatar' rather than `root'.
This quirk was originated by a CMU hacker who disliked the term
`superuser', and was propagated through an ex-CMU hacker at
Tektronix.
:awk: /awk/ 1. /n./ [Unix techspeak] An interpreted language
for massaging text data developed by Alfred Aho, Peter Weinberger,
and Brian Kernighan (the name derives from their initials). It is
characterized by C-like syntax, a declaration-free approach to
variable typing and declarations, associative arrays, and
field-oriented text processing. See also {Perl}. 2. n.
Editing term for an expression awkward to manipulate through normal
{regexp} facilities (for example, one containing a
{newline}). 3. /vt./ To process data using `awk(1)'.
= B = =====
:back door: /n./ A hole in the security of a system deliberately left in place by designers or maintainers. The motivation for such holes is not always sinister; some operating systems, for example, come out of the box with privileged accounts intended for use by field service technicians or the vendor's maintenance programmers. Syn. {trap door}; may also be called a `wormhole'. See also {iron box}, {cracker}, {worm}, {logic bomb}.
Historically, back doors have often lurked in systems longer than anyone expected or planned, and a few have become widely known. Ken Thompson's 1983 Turing Award lecture to the ACM admitted the existence of a back door in early Unix versions that may have qualified as the most fiendishly clever security hack of all time. In this scheme, the C compiler contained code that would recognize when the `login' command was being recompiled and insert some code recognizing a password chosen by Thompson, giving him entry to the system whether or not an account had been created for him.