WhatIs

Tags

/tu̇r-ist/

[ITS]

n. A guest on the system, especially one who generally logs in over a network from a remote location for comm-mode, email, games, and other trivial purposes. One step below luser. Hackers often spell this turist, perhaps by some sort of tenuous analogy with luser (this also expresses the ITS culture's penchant for six-letterisms).

Compare twink, read-only user.

Tags

/tō-tō/

n. This is reported to be the default scratch file name among French-speaking programmers -- in other words, a francophone foo.

Tags

/täpz-ten/

n. DEC's proprietary OS for the fabled PDP-10 machines, long a favorite of hackers but now effectively extinct. A fountain of hacker folklore; see appendix A.

See also ITS, TOPS-20, TWENEX, VMS, operating system.

TOPS-10 was sometimes called BOTS-10 (from 'bottoms-ten') as a comment on the inappropriateness of describing it as the top of anything.

Tags

/tä-pik drift/

n. Term used on GEnie, USENET and other electronic fora to describe the tendency of a thread to drift away from the original subject of discussion (and thus, from the Subject header of the originating message), or the results of that tendency. Often used in gentle reminders that the discussion has strayed off any useful track.

"I think we started with a question about Niven's last book, but we've ended up discussing the sexual habits of the common marmoset. Now *that's* topic drift!"

Tags

/tül-smith/

n. The software equivalent of a tool-and-die specialist; one who specializes in making the tools with which other programmers create applications.

See also uninteresting.

Tags

/tül/

1. n. A program used primarily to create, manipulate, modify, or analyze other programs, such as a compiler or an editor or a cross-referencing program.

Oppose app, operating system.

2. [UNIX] An application program with a simple, 'transparent' (typically text-stream) interface designed specifically to be used in programmed combination with other tools (see filter).

Tags

/tä-gəl/

vt. To change a bit from whatever state it is in to the other state; to change from 1 to 0 or from 0 to 1. This comes from 'toggle switches', such as standard light switches, though the word 'toggle' actually refers to the mechanism that keeps the switch in the position to which it is flipped rather than to the fact that the switch has two positions. There are four things you can do to a bit: set it (force it to be 1), clear (or zero) it, leave it alone, or toggle it.