Hacker News new | ask | show | jobs
by pinchyfingers 4704 days ago
haha, I just tried M-x spook, I didn't think it would actually work.

Here was my output:

national information infrastructure Ceridian INSCOM supercomputer AIEWS Afghanistan Blowpipe chameleon man sweep M-14 hackers Roswell lock picking codes spies

second time:

world domination cracking Operation Iraqi Freedom IRA Reno analyzer M-14 David John Oates electronic surveillance pipeline INS security Tony Blair national information infrastructure ASLET

""" spook is an interactive compiled Lisp function.

(spook)

Adds that special touch of class to your outgoing mail. """

  ; Variables
  (defgroup spook nil
    "Spook phrase utility for overloading the NSA line eater."
    :prefix "spook-"
    :group 'games)

  (defcustom spook-phrases-file (expand-file-name "spook.lines" data-directory)
    "Keep your favorite phrases here."
    :type 'file
    :group 'spook)

  (defcustom spook-phrase-default-count 15
    "Default number of phrases to insert."
    :type 'integer
    :group 'spook)
--

Looks like it'd be a good idea to update and expand the spook.lines file.