home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / HPACK78S.ZIP / docs / hpakidea.txt < prev    next >
Text File  |  1992-06-22  |  2KB  |  33 lines

  1.                          Ideas for HPACK Extensions
  2.                          ==========================
  3.  
  4.                      HPAKIDEA.TXT  Updated 06 Jul 1991
  5.             "It's beautiful!  It'll bring tears to your eyes!"
  6.  
  7.   The following ideas have been proposed as extensions for the basic HPACK
  8. archiver:
  9.  
  10.  - Have a device driver which makes an HPACK archive seem like a filesystem.
  11.    
  12.  - Have an HPACK daemon which works like a spooler daemon.  Each person has
  13.    in their $HOME a directory called .hpack.  The daemon regularly checks this
  14.    directory and adds/freshens any files it finds in it to some predetermined
  15.    archive.  Thus when working on a project it is possible to keep continuous
  16.    backups of current work.  This idea may be rendered somewhat obsolete by
  17.    tools like SCCS.
  18.    
  19.  - A dead archive resurrector.  Currently it is possible to resurrect archives
  20.    which have been created with the -e option by hand.  A program to do this
  21.    automagically would be interesting, but probably not too useful:  If the
  22.    archive directory (which constitutes a very small portion of the total
  23.    archive) has been zapped then chances are the data (which makes up the bulk
  24.    of the archive) has been zapped as well.
  25.    
  26.  - An idea from Stu (the King of the Pipeline Stalls):  Create a version of 
  27.    HPACK which compresses everything into memory and then executes an illegal
  28.    instruction.  This creates an HPACK archive called "core".  This is very
  29.    versatile, since all you need to do is load the file into adb (the program
  30.    cavemen used to debug fire), patch it, and keep running it in extract mode.
  31.    This makes it possible to extract HPACK archives without a copy  of HPACK.
  32.    (BTW this is the person who thinks the only useful command in UNIX is "dd").
  33.