home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / add2 / suggest.zip / SUGGEST.DOC < prev   
Text File  |  1986-11-09  |  6KB  |  96 lines

  1.                      The Power of Suggestion
  2.   (PC Magazine Vol 5 No 20 Nov 25, 1986 by Michael J. Mefford)
  3.  
  4.      SUGGEST.COM is a resident program that allows you to flash
  5. supraliminal messages in the background while you do your work.
  6. Taken literally, subliminal means "below threshold" and supraliminal
  7. means "above threshold."  When SUGGEST flashes your message on the
  8. screen, it is very fast but not completely invisible.  In most cases
  9. you will be able to read the message or at least perceive the flash.
  10. This is really in one sense an advantage.  It lets you play around
  11. with almost-subliminal suggestion without the possible potential for
  12. abuse involved in displaying messages completely without one's
  13. awareness.  The minimum "on" time for your messages is controlled
  14. primarily by the design of the monitor rather than the design of
  15. SUGGEST.
  16.      To use SUGGEST.COM, from the DOS prompt simply enter:
  17.  
  18. SUGGEST message[/Fn][/Dn]
  19.  
  20.      Your suggestive message may be up to 80 characters in length;
  21. longer messages will simply be truncated.  The /F and /D switches are
  22. optional.  If used, n is replaced with a number from 1 to 9.  The /F
  23. switch changes the frequency with which your message is displayed; the
  24. larger the number, the more frequently the message pops onto the
  25. screen.  For each increment of the frequency number, an additional 3
  26. minutes is subtracted from the default rate of once every 27 minutes.
  27. Actually, it's 27 minutes and 5 seconds.  Subtracting 3*9 minutes from
  28. the 27 leaves the highest repetition rate, which is once every 5
  29. seconds.  /F8 displays every 3 minutes, /F7 every 6 minutes, /F6 every
  30. 9 minutes, and so on.
  31.      The /D switch changes the duration for which the message is
  32. displayed.  The larger the number, the longer the message-on time.
  33. The briefest flash is obtained from the default /D0 and is
  34. approximately 17/1000 of a second.  Each higher integer adds that
  35. much more to the display-on time.  For example, to cause the suggestion
  36. "Think positively" to appear once every 15 minutes for 17/200 of a
  37. second, you would enter:
  38.  
  39. SUGGEST Think positively/F4/D4
  40.  
  41.      Your message will be displayed only in 80-column text mode.
  42. SUGGEST was meant to be installed only once, though no harm will be
  43. done if you choose to install more than one message.  No provision has
  44. been made to disable or uninstall, so you must reboot to either change
  45. or remove SUGGEST.
  46.      The first time that SUGGEST is run it gets and stores the vector
  47. of the current timer tick routine and replaces it with the segment and
  48. offset of SUGGEST.  Thereafter, SUGGEST is serviced with every tick of
  49. the clock -- 18.2 times a second.  Upon subsequent entry, SUGGEST
  50. increments a counter.  When the count equals the time-out -- 27 minutes
  51. by default or one of the nine time-outs set by the frequency switch --
  52. SUGGEST resets the counter to zero and prepares to display the message.
  53.      First, the current middle three rows of the display are retrieved
  54. and stored.  Next, your message is displayed in the middle row, with
  55. the upper and lower message-framing rows filled with spaces.  If a
  56. delay was added with the duration switch, SUGGEST pauses before
  57. restoring the screen.  Control is then passed back to the old timer
  58. tick routine.
  59.    Studies have shown that in order to make a message truly subliminal,
  60. its display duration should be close to 1/1000 of a second.  To study
  61. the effects of subliminal messages, experimenters use a tachistoscope
  62. -- a box capable of displaying images at this high speed.  PC monitors,
  63. on the other hand, are refreshed from top to bottom every .017 seconds
  64. -- that is, 60 times a second.  This is where the 17/1000 duration
  65. constant came from, which becomes the limiting factor for flashing
  66. the message on your monitor and replacing it with the original screen
  67. data.  It takes approximately 4/1000 of a second to display three rows
  68. on the screen.  If the three middle rows are scanned immediately after
  69. they are put in the screen buffer and are then replaced with the
  70. original data, an 8/1000 of a second will have elapsed.  However,
  71. another 9/1000 of a second must elapse before the original data is
  72. scanned.
  73.      Indeed, you can actually observe the raster scan.  If you choose
  74. the /F9 switch (5-second frequency), you will notice that occasionally
  75. the message seems to be skipped.  This is because the timing of the
  76. scan and the moving of the message into the screen buffer are such
  77. that the message never gets scanned before it is replaced with the
  78. original screen data.  Even more interesting is what happens when the
  79. line that we are placing on the screen is the same line that the
  80. monitor is scanning.  Then as we place each character in the buffer,
  81. the electron gun moves down another scan line and only a part of our
  82. message appears.  And it appears as a wedge.  This happens only with
  83. the duration default of no additional raster scans.
  84.      In addition to the raster scan time, if the message is being
  85. displayed over spaces when the spaces are restored to the screen,
  86. "nothing" is written over the message and a latent image can be
  87. observed.  This latent image is produced by the phosphorous recovery
  88. time.  This glow effect is the reason the monitor does not flicker.
  89. For our purposes, however, it simply adds one more limitation on our
  90. ability to control the display time.  The increase will differ with
  91. monitors, the older models having longer recover times.
  92.      The net effect is that SUGGEST displays very short supraliminal
  93. messages rather than subliminal messages.  Experiment with them and
  94. see how they work.
  95.  
  96.