home *** CD-ROM | disk | FTP | other *** search
/ Trixter's Scene Collection / trixter.zip / trixter / Demos / XMASGRTZ.ZIP / README.JBB < prev    next >
Text File  |  1993-12-20  |  4KB  |  93 lines

  1.   20 December 1993
  2.  
  3.   Hello!
  4.  
  5.   This is just a quick little note in lieu of a Christmas card (I hate
  6.   Christmas cards...)
  7.  
  8.   Since I've been as bad at writing as you have (joke!) I decided to
  9.   quickly jot this note.  I hacked the following demo in about two
  10.   weekends.  No, I didn't write the zooming code...a friend did.
  11.   Hopefully it won't crash your computer...
  12.  
  13.   (It's been pretty thoroughly (I hope!) debugged by moi.  However,
  14.   Toren's zoom algorithm is self modifying code...)
  15.  
  16.   No joke.  We were messing around and he started coding it to be
  17.   "really fast".  Go, go Gadget-brain!
  18.  
  19.   I've been really busy, what with my job, my girlfriend, and my job.
  20.   And my job.
  21.  
  22.   I'm working as a Software Engineer for Nirvana Systems, Inc.  Heard
  23.   of them?  Pick up an Investor's Business Daily (stock market trading
  24.   magazine).  We have a half-page ad usually every Monday, Wednesday,
  25.   and Friday.
  26.  
  27.   Full time job -- I'm taking a break from school.  Well, okay.  I
  28.   burned out big-time.
  29.  
  30.   So now I'm stuck having to learn Visual Basic and Visual C (thank you,
  31.   thank you, thank you for teaching me C!!!)
  32.  
  33.   Just went to HoHo Con last weekend -- it was the big hacker's con.
  34.   You know the difference between a real hacker and the media's idea,
  35.   right?  (Real hacker being a programmer, media's idea being a virus
  36.   writer...)  Well, this con was for the media's idea.  The scum --
  37.   the underworld -- of cyberspace.  Neat experience, though.  I'll
  38.   try to give it a miss next time...
  39.  
  40.   Night 1:  The police came and busted up a warez board (Mike Velotta
  41.   would have lots in common with the hackers there...)  Two nodes.
  42.   It seems they had a phone line coming out of one room, and trailing
  43.   into another.  The hotel got pissed because the incoming calls overloaded
  44.   their switchboard...
  45.  
  46.   Meanwhile, the people down the hall were setting up a LAN.
  47.  
  48.   The next day, the floor above them had Internet access.  Somehow, they
  49.   hacked a slip connection, and created their own site (hoho.con.com)!
  50.  
  51.   I was casually talking to someone about irc, and the person next to
  52.   me became bored and pulled out his cellular scanner -- just to see what
  53.   conversations he could pick up.
  54.  
  55.   For some reason, they aren't being invited back next year...
  56.  
  57.   What I liked (and wished I could have gotten) were one of the caps
  58.   or the shirts.  The shirts had "NARC" on the front of them, and
  59.   "I attended HoHo Con '93" on the back.  The caps...
  60.  
  61.   (embroidered)
  62.  
  63.                                /^\/^\  
  64.                            I   \    /  COPS
  65.                                  \/    
  66.  
  67.   It was a trip...
  68.  
  69.   =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  70.  
  71.   Anyway, I'll be in Virginia with my girlfriend (Heidi) from the
  72.   January 3 - 8.  I'll try to stop by PVI to see you (and maybe 
  73.   Mrs. Brewer, if she's around).
  74.  
  75.   The following demo requires:
  76.  
  77.   VGA/MCGA (Anything that displays mode 13h - 320x200x256)
  78.     -- reason being, I needed the speed, and this is the fastest mode,
  79.        plus the pixels are easily addressable (1 byte -- no paging!)
  80.  
  81.   286 or higher (Toren's code uses one or more stosb's -- we were lazy)
  82.  
  83.   ----------------------------------------------------------------
  84.  
  85.   It would be nice to run this on a 386-40 or higher, with color VGA.
  86.   I wrote it on one, so I know the speed is acceptable.  However,
  87.   my card is a Diamond Speedstar -- i.e. I have VRAM, making my
  88.   graphics fly.  I tested this at work on a 486-33 with a Cirrus
  89.   Logic card, and it ran at about the same speed (maybe a little
  90.   slower).
  91.  
  92.   Press any key to continue, or Ctrl-C to abort...
  93.