| home | contents | previous | next page | send comment | send link | add bookmark |

The New Hacker's Dictionary

sorts them alphabetically according to surname, and then puts the surname last, removing the comma, to produce the following:

Moby Dick
J. Random Loser
The Great Quux

The program is

 [ J^P$L$$
J <.-Z; .,(S,$ -D .)FX1 @F^B $K :L I $ G1 L>$$

(where ^B means 'Control-B' (ASCII 0000010) and $ is actually an alt or escape (ASCII 0011011) character).

In fact, this very program was used to produce the second, sorted list from the first list. The first hack at it had a bug : GLS (the author) had accidentally omitted the @ in front of F^B, which as anyone can see is clearly the Wrong Thing. It worked fine the second time. There is no space to describe all the features of TECO, but it may be of interest that ^P means 'sort' and J<.-Z; ... L> is an idiomatic series of commands for 'do once for every line'.

In mid-1991, TECO is pretty much one with the dust of history, having been replaced in the affections of hackerdom by EMACS. Descendants of an early (and somewhat lobotomized) version adopted by DEC can still be found lurking on VMS and a couple of crufty PDP-11 operating systems, however, and ports of the more advanced MIT versions remain the focus of some antiquarian interest. See also retrocomputing, write-only language.

tee // n., vt.

[Purdue] A carbon copy of an electronic transmission. "Oh, you're sending him the bits to that? Slap on a tee for me." From the Unix command tee(1), itself named after a pipe fitting (see plumbing). Can also mean 'save one for me', as in "Tee a slice for me!" Also spelled 'T'.

teergrube /teer'groob/ n.

[German for 'tar pit'] A trap set to punish spammers who use an address harvester; a mail server deliberately set up to be really, really slow. To activate it, scatter addresses that look like users on the teergrube's host in places where the address harvester will be trolling (one popular way is to embed the fake address in a Usenet sig block next to a human-readable warning not to send mail to it). The address harvester will dutifully collect the address. When the spammer tries to mailbomb it, his mailer will get stuck.


| home | contents | previous | next page | send comment | send link | add bookmark |