[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference noted::hackers_v1

Title:-={ H A C K E R S }=-
Notice:Write locked - see NOTED::HACKERS
Moderator:DIEHRD::MORRIS
Created:Thu Feb 20 1986
Last Modified:Mon Aug 03 1992
Last Successful Update:Fri Jun 06 1997
Number of topics:680
Total number of notes:5456

23.0. "Gurus, Wizards, TECO Hackers..." by Vaxuum::DYER () Thu May 31 1984 17:39

	It seems that there's some kind of mythological/mystical overtones to
the hacker syndrome.  There's talk of certain "incantations."
	Also, there seems to be some delight taken in using cryptic languages
(TECO) or systems (Unix).  It reminds me of some MACLISP error messages:
	    ; VERITUS ETERNAE - DON'T SETQ T!
	    ; NIHIL EX NIHIL - DON'T SETQ NIL!
	I'm sure the MACLISP implementors got a kick out of that...

	There seems to be some pride in writing and understanding cryptic code.
I'm especially reminded of James Gosling's "Skull and Crossbones" documentation
on his screen management package for Emacs...
		<_Jym_>
T.RTitleUserPersonal
Name
DateLines
23.1TRIVIA::MUNYANTue Jul 17 1984 18:156
Be glad that it didn't let you succeed with (SETQ T NIL) ... I've used
a version of LISP on a 10 that let you do it... things get really screwed
up then...

Steve
23.2LATOUR::AMARTINWed Jul 18 1984 00:285
The real hack is that AC0 must always contain 0, so that EVAL of NIL is NIL
(or something like that).  I believe that there is code which occaisionally
checks to make sure that AC0 contains zero, so that it has a chance of dying
gently before something REALLY bad happens.
				/AHM