home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 32 Periodic / 32-Periodic.zip / mmoug894.zip / mmoug894.txt < prev   
Text File  |  1994-08-02  |  58KB  |  1,308 lines

  1. Mid-Missouri OS/2 User Group Newsletter
  2. August 1994
  3. Volume 2 Number 8
  4.  
  5. Introduction
  6. The views expressed in this newsletter are not necessarily the views held by
  7. the MMOUG or it's members. Don't agree with something you've read here?
  8. Write and tell us about it!  If you have any contributions, please upload them to area
  9. 18 of the WoodMeister or send them to me via Internet at USDSSKZS@IBMMAIL.COM.  If
  10. you work for the State of Missouri and have access to DISOSS, you can send them to
  11. POOLMWV at DSSHOST.
  12.  
  13. MMOUG July Minutes
  14.  
  15. Date of Meeting: 7/20/94
  16.  
  17. Location: Missouri Department of Social Services, Division of Data
  18. Processing, 1621 E. Elm, Jefferson City, MO  65101
  19.  
  20. Attendees:
  21.  
  22. Rick Wolters, Robert Tufts, Greg Longan, Penny Shepherd, Jim Casstevens,
  23. Dayton Shepherd, Dale Hackemeyer, Randall Wilkerson, Randy Wright,
  24. Steve Maring, Gary Pool, David Scott, David Keisker, Michelle Wilson,
  25. Ben Hoffman
  26.  
  27. Guests:
  28.  
  29. Mike Lane, Bob Walter, Brenda Verhoff, Don Anderson
  30.  
  31. Meeting:
  32.  
  33. Gary Pool called the meeting to order.  Gary said he had talked to someone
  34. at IBM about a Mid West newsletter called "PC Software Update" and getting
  35. our meetings advertised.  The meeting next month will be at the Boone Electric
  36. Coop Building in Columbia.  The September meeting will be at the Dept of Social
  37. Services building at One Elm Plaza in Jefferson City again.  Suggestions for a
  38. permanent meeting location for both cities were taken so there would be less
  39. confusion for where the meetings should be held.  For Columbia:  the Boone
  40. Electric Coop, for JC:  the Conservation Dept's Training Room and the Social
  41. Services Building on Elm Plaza.  We need to determine if this is something
  42. we want to do and which Jefferson City Location at the next meeting.
  43.  
  44. Rick Wolters reported that the club membership was over 60.  A suggestion was
  45. made to mail newsletters to computer stores in the area to increase our
  46. advertising.  Michelle Wilson reported that the August meeting topic would be
  47. PIM's (Personal Info Managers) with Penny Shepherd presenting Relish and
  48. Phillip Wilson presenting Arcadia.  We are trying to get Stac Inc for Oct.
  49.  
  50. There was no further business.  Michelle Wilson and Ben Hoffman from IBM did a
  51. presentation on Person to Person, a group conferencing product.
  52.  
  53. IO I/O
  54. Information Officer Input/Output
  55.  
  56. OK.  This is the editor's page.  This is the third issue of the MMOUG
  57. Newsletter since I have assumed the role of editor.  I've already run
  58. out of things to say.
  59.  
  60. Note that the editor's page is called IO I/O.  That's Information
  61. Office INPUT/Output.  However, so far it's been all output and I
  62. haven't gotten any input.  Remember, you can send me any little thing
  63. that's on your mind.  If you want it to be anonymous, that's fine.
  64. If you like the Newsletter, drop a line.  If you don't like it, drop
  65. a line.  If you have suggestions, drop a line.  If you're a comedian,
  66. drop a line.  If you're an electrician, don't drop a line if you're
  67. on a pole.
  68.  
  69. I've added two more items this month.  I now plan to regularly
  70. include a membership form so that if you run into friends and neighbors
  71. who would like to be a member of the User Group, you'll have a form
  72. readily available.  I tested the printing only on a Hewlett-Packard
  73. Laserjet Series II, so I would like to hear how it prints on other
  74. printers.
  75.  
  76. The other (much more) interesting item is the Frugal Hacker.  The
  77. Frugal Hacker is Bob Stephan of the Monterey Bay Area User Group in
  78. Monterey, California.  I've started to download other User Group
  79. Newsletters so that I could steal, er plagiar, er develop new ideas
  80. for our own newsletter.  Yeah, that's the ticket!  I've downloaded
  81. two of MBUG's Newsletter and Bob has had excellent articles both times.
  82. I have contacted him and he has given me permission to use them in
  83. our newsletter.
  84.  
  85. If you haven't noticed, our electronic version of the newsletter has a
  86. LOT more information than the paper version.  Of course the paper
  87. version is used primarily as a reminder of the next meeting.  However,
  88. the paper version can also serve as a way to increase the outside
  89. world's awareness of MMOUG and OS/2.  If you know of any area businesses,
  90. schools or departments who would be worthwhile notifying, please contact
  91. Rick Wolters or me and we will see to it that they are included in the
  92. mailing list.
  93.  
  94. I'm done.
  95. gp
  96.  
  97. The Dog House
  98.  
  99. This month I'm including a little REXX program that I have found very
  100. helpful and that is one of my favorites.  I'm still a command line
  101. kind of guy, and I like to do a lot of file maintenance at the command
  102. line.  Sometimes, however (particularly when deleting a number of
  103. unrelated files), I like the ease of the Graphical User Interface.  That's
  104. where OD.CMD comes in.
  105.  
  106. OD.CMD will open a directory in either an ICON or DETAILS view, so that
  107. it's possible to manipulate the files, or to grab an icon to associate
  108. with a program, without having to open the DRIVES folder.  The syntax is
  109. similar to the CD command.  If you type OD with no parameters, it will
  110. open the directory you are currently in.  If you give it a /D or -D
  111. parameter, it will open a DETAILS view of the folder, which will show
  112. you the size and date of the file.  Clip this little gem out and try
  113. it, you'll like it!
  114.  
  115. Usually, I like to document what the various lines of code are doing,
  116. but due to procrastination, it's not documented as well as I like.
  117. But if you run into something you're not familiar with, you can look
  118. it up in your on-line REXX handbook!  Yeah, I know, real helpful!
  119.  
  120. /* OD.CMD REXX program to open a Directory in ICON or DETAIL      */
  121. /* If no argument is given, it opens in TREE View                 */
  122. /* /D or -D will cause it to open in DETAIL view                  */
  123. arg Name Options
  124.  
  125. if (Left(Name,1) = '/') | (Left(Name,1) = '-') then do
  126.   swap = Name
  127.   Name = Options
  128.   Options = swap
  129.   end
  130.  
  131. OPenOpt="OPEN=ICON"
  132.  
  133. if Options \= '' then
  134.   if (Options \= '/D') & (Options \= '-D') then do
  135.     say "USAGE: Open-Dir [-d] [directory-name]"
  136.     say "  Opens the specified directory as a folder on the desktop"
  137.     say "  If no directory-name is specified, the current directory is opened"
  138.     say "  If -d option is specified, the directory opens a DETAIL view"
  139.     exit(0)
  140.     end
  141.    else
  142.       OpenOpt="OPEN=DETAILS"
  143.  
  144. Dir.1 = DIRECTORY()
  145. Dir.2 = ''
  146. if Name \= '' then
  147.   if SubStr(Name,2,1) = ':' then do
  148.     Dir.2 = DIRECTORY(Left(Name,2))
  149.     Name = SubStr(Name,3)
  150.     end
  151.  
  152. Name = Directory(Name)
  153.  
  154. CALL RxFuncAdd 'SysSetObjectData','RexxUtil','SysSetObjectData'
  155. CALL SysSetObjectData Name,OpenOpt
  156. if Dir.2 \= '' then call Directory(Dir.2)
  157. call Directory(Dir.1)
  158. CALL SysSetObjectData Name,OpenOpt
  159. exit(0)
  160.  
  161. Directory: procedure
  162.   arg Name
  163.   if Length(Name) > 3 then
  164.     if Right(Name,1) = '\' then
  165.       Name = Left(Name,LENGTH(Name)-1)
  166.  
  167.   n = 'DIRECTORY'(Name)
  168.   return n
  169.  
  170. I hope that's helpful to a few folks!
  171.  
  172. If you have any neat REXX programs, please upload them to area
  173. 18 of the WoodMeister or send them to me via Internet at USDSSKZS@IBMMAIL.COM.  If
  174. you work for the State of Missouri and have access to DISOSS, you can send them to
  175. POOLMWV at DSSHOST.
  176.  
  177. Humor
  178. Lunch, The IBM Way
  179.  
  180. I had a 9:00 meeting with my sales rep.  I needed to buy an entire
  181. new series 70, the works.  He said it'd take about an hour.  Three
  182. hours later, we'd barely got the datacomm hardware down on paper, so
  183. he invited me downstairs for lunch.  This was my first experience in
  184. an IBM cafeteria.  Above the service counter was a menu which
  185. began...
  186.  
  187. MMU's (Main Menu Units)
  188.  
  189.  00010A   Burger. Includes sesame-seed bun.
  190.           Must order condiments 00110A separately
  191.     001   Deletes seeds.
  192.     002   Expands burger to two patties.
  193.  
  194.  00020A   Double cheeseburger, pre-configured.  Includes cheese, bun
  195.           and condiments.
  196.     001   Add-on bacon.
  197.     002   Delete second patty.
  198.     003   Replaces second patty with extra cheese.
  199.  
  200.  00021A   Burger Upgrade to Double Cheeseburger
  201.     001   From Single Burger.
  202.     002   From Double Burger.
  203.     003   Return credit for bun.
  204.  
  205.  00220A   Burger Bundle. Includes 00010A, 00210A and 00310A
  206.     001   Substitute root beer 00311A for cola 00310A.
  207.  
  208. My eyes glazed over.  I asked for a burger and a root beer.  The
  209. waitress looked at me like I was an alien.
  210.  
  211. "How would you like to order that, sir ?"
  212.  
  213. "Quickly, if possible. Can't I just order a sandwich and a drink ?"
  214.  
  215. "No sir. All our service is menu driven. Now what would you like ?"
  216.  
  217. I scanned the menu. "How big is the 00010 burger ?"
  218.  
  219. "The patty is rated at eight bites."
  220.  
  221. "Well, how about the rest of it ?"
  222.  
  223. "I don't have the specs on that, sir, but I think it's a bit more."
  224.  
  225. "Eight bites is too small. Give me the Double Burger Upgrade."
  226.  
  227. My sales rep interrupted.  "No, you want the Single Burger option 002
  228. 'expands burger to two patties'.  The double burger upgrade would
  229. give you two burgers.
  230.  
  231. "But you could get return credit on the extra bun," the waitress
  232. chimed in, trying to be helpful, "although it isn't documented."
  233.  
  234. I looked around to see if anybody was staring at me.  There was a
  235. couple in line behind us.  I recognized one of them, a guy who nearly
  236. mowed me down in the parking lot with his cherry-red '62 Vette.  He
  237. was talking to some woman who was waving her arms around and looking
  238. very excited.
  239.  
  240. "What if...  we marketed the bacon cheeseburger with the vegetable
  241. option and without the burger and cheese ? It'd be a BLT!"
  242.  
  243. The woman charged off in the direction of the telephone, running
  244. steeplechases over tables and chairs.  My waitress tried to get my
  245. attention again.  "Have you decided, sir ?"
  246.  
  247. "Yeah, give me the double burger- excuse me, I mean the 00020A with
  248. the option 001.  I want everything on it."  She put me down for the
  249. Condiment Expansion Kit, which included mayonnaise, mustard and
  250. pickles with a option to substitute relish.
  251.  
  252. "Ketchup." I hated to ask. "I want ketchup on that, too."
  253. "That's not a condiment, sir, it's a Tomato Product."
  254.  
  255. My sales rep butted in again.
  256. "That's not a supported configuration."
  257. "Why not ?" I kept my voice steady.
  258. "Too juicy. The bun can't handle it."
  259. "Look.  Forget the ketchup, just put some lettuce and tomatoes on
  260. it."
  261.  
  262. The waitress backed away from the counter.  "I'm sorry, sir, but
  263. that's not supported either, the bun can take it but the burger won't
  264. fit in the box.  The sales rep defended himself.  "Just not at first
  265. release."  "It is being beta-tested, sir."
  266.  
  267. I checked the overhead screen.
  268. Fries, number 000210A, option 110, French
  269. followed by option 120, English.
  270.  
  271. "What the hell are English Fries ?"  I turned to the sales rep.
  272.  
  273. "Chips they call them.  We sell a lot of them."
  274.  
  275. I gave up.  "OK, OK just give me a plain vanilla Burger Bundle."
  276. This confused the waitress profoundly.
  277.  
  278. "Sir, Vanilla as an option is configured only for series 00450 Milk
  279. Shakes."  My sales rep chuckles.
  280.  
  281. "No ma'am, he just wants a standard 00220A off the shelf.  I wondered
  282. how long it had been on the shelf.  I didn't ask.
  283.  
  284. "Very good, sir."  The waitress breathed a sigh of relief.
  285. "Your meal is now on order.  Now how would you like it supported ?"
  286.  
  287. "Support ?"  She directed me to the green shaded area at the bottom
  288. of the menu, and I began a litany with my Sales Rep that I'll never
  289. forget.
  290.  
  291. "Implementation assistance ?"
  292.  
  293. "You get a waiter."
  294.  
  295. "Implementation analysis ?"
  296.  
  297. "You tell him how hungry you are and he tells you what to eat."
  298.  
  299. "Response Center Support ?"
  300.  
  301. "He brings it to your table."
  302.  
  303. "Extended materials ?"
  304.  
  305. "You get refills."
  306.  
  307. I stuffed some money at the waitress and told her to take it.  She
  308. gave me my check on three sheets of green-bar paper.  I studied it on
  309. my way to the table, and decided it'd pass as an emergency napkin.
  310.  
  311. Table?  My Sales Rep had been bright enough to order us a table.  He
  312. hadn't been bright enough to check on a delivery date.  The table
  313. waiter slouching in his corner surveyed the crowded room, looked at
  314. me and said "Two weeks.  But I can get you a stand alone chair by the
  315. window right away."
  316.  
  317. I handed him the tray.  A woman rushed up to me with two small cups
  318. of chile and sauerkraut for the hot dog somebody else had ordered.
  319. The room began to grow dim, my eyesight faded...
  320.  
  321. I woke up clutching the water-glass at my bedside table.  It was five
  322. AM, four hours till my meeting with IBM.  I had had a vision, I did
  323. what it told me to do.  I dialed my office, and I called in sick.
  324.  
  325. OS/2 TNT
  326. OS/2 Tips 'N' Techniques
  327.  
  328. Here's a fresh tip that might have a limited audience: WIN-OS/2 users
  329. who have access to many printers on a LAN.  It's one that I thunk up
  330. out of my own haid, Bubba.  (Actually, I think I read something about
  331. this several years ago but the memory is so distant that now it is
  332. part of my "public domain" knowledge.)  I've submitted it to "Stupid
  333. OS/2 Tricks" and it should appear in the next issue.
  334.  
  335. Windows only lists LPT1, 2 and 3.  On a LAN, however, you could have
  336. access to MANY virtual LPT ports.  To have access to these, go to your
  337. WIN.INI file and find the "ports" section.  Mine looks like this:
  338.  
  339. [ports]
  340. ; A line with [filename].PRN followed by an equal sign causes
  341. ; [filename] to appear in the Control Panel's Printer Configuration dialog
  342. ; box. A printer connected to [filename] directs its output into this file.
  343. LPT1:=
  344. LPT2:=
  345. LPT3:=
  346. COM1:=9600,n,8,1,x
  347. COM2:=9600,n,8,1,x
  348. COM3:=9600,n,8,1,x
  349. COM4:=9600,n,8,1,x
  350. EPT:=
  351. FILE:=
  352. LPT1.OS2=
  353. LPT2.OS2=
  354.  
  355. Just add LPTx.OS2, where x is a number from 3 to 9.  This will then
  356. print to your LAN attached printers, and you can have up to nine LPT
  357. ports available.  Here's where my memory is shakey.  I think that the
  358. only real difference in printing to the LPTx.OS2 ports is that you
  359. bypass print manager.  I could be wrong about that.  Hey, if I am --
  360. write me and tell me about it!  While you're at it, submit a tip of
  361. your own!
  362.  
  363. Rebound -- Off the boards
  364.  
  365. There have been several great utilities show up here over
  366. the last 30 days.  Here's a few worth mentioning:
  367.  
  368. 800INF.ZIP      4  403K  7-12-94+ User guide for people that call the 800#
  369.                                   support center.  In ASCII and .INF form.
  370. BA2100.ZIP      9  595K  7-05-94+ Back Again/2; fully enable OS/2 backup
  371.                                   utility. All OS/2 logical devices supported.
  372.                                   including but not limited to Network Drives.
  373. CA20AOS2.ZIP    2  728K  7-12-94+ CA Realizer patch for 2.0
  374. DXP234.ZIP      9  206K  7-28-94* DiskExpress 2.34 Super disk imaging program.
  375.                                   16/32 bit versions, data encryption, VMDISK
  376.                                   extraction and more.
  377. FAX-V144.ZIP   31  622K  7-22-94* A complete WIN/DOS fax program. Complete WIN
  378.                                   integration. Works with most fax modems.
  379. FINF090.ZIP     9   27K  7-06-94+ FindINFs Version 0.90 by Dale Hackemeyer. An
  380.                                   OS/2 utility to create icons on your desktop
  381.                                   for INF files. Uses INF title as the name.
  382. OS2MSWIN.ZIP    4    4K  7-25-94* .WRI file explaining how to setup Win/WinOS2
  383.                                   to allow Win VXD's.
  384. PCMTAB.ZIP      4   43K  7-13-94+ Latest table of hardware tested with OS/2
  385. PN52335.ZIP     2   51K  6-30-94+ Cello fix for IBM TCP/IP v2.0
  386.  
  387. And LOTS more.  Lists, fixes, info, utils, apps, you name
  388. it.  Over 150 new files last month alone.
  389.  
  390. There was a rumor that MOSAIC (the excellent Internet WWW
  391. browser) had been ported to OS/2.  I haven't found this
  392. yet, so I assume it to be false.  When it DOES shows up
  393. I'll make a lot of noise about it, rest assured!
  394.  
  395. The message traffic should be back to normal now.  My
  396. feed in VA (Pete Norloff's board, The OS/2 Shareware BBS)
  397. changed phone numbers so traffic was a little sporadic
  398. there for a few days.  I'm not noticing any problems now.
  399.  
  400. I'm always open for ideas or suggestions.  If there's
  401. something you'd like to see (or like to see different), let
  402. me know and I'll do my best to make it so.
  403.  
  404. Don't forget - MMOUG members get a free subscription to
  405. the OWM.  Members get 1.5M/60Mins per day.  I hope to see
  406. y'all on the boards...
  407.  
  408. The OS/2 Woodmeister
  409. Overview of downloadable files
  410. (314) 446-0016
  411. FIDO Node 1:289/27    1200/2400/9600/14400 D/S
  412.  
  413. Threads
  414. "Threads" are a collection of posts that may be of interest to individual
  415. readers.
  416.  
  417. Describe Announcements
  418.  
  419. This was posted on the OS2 BBS:
  420.  
  421. I have an article from the Sacramento Bee stating that the sales people at
  422. DeScribe Inc. have 30 days after the August 15th release of DeScribe 5.0
  423. to sell 1000 copies of the product. If they cannot, the founder of
  424. DeScribe Inc., James Lennane, will shut the company down.
  425.  
  426. Lennane has reportedly lost $10 million on DeScribe since he founded the
  427. company back in 1988.  Sales of their word processor are pretty
  428. bad, only 50,000 to 60,000 copies sold.
  429.  
  430. I hope they can manage to survive. I use and like DeScribe very much and
  431. would very sorry to see them out of business. I hope the new version
  432. includes footnotes and an equation editor as those are essential features
  433. for many users and DeScribe sorely needs them.
  434.  
  435. Marvin Lichtenthal
  436. Internet marvinl@netcom.com
  437.  
  438. Since I first posted some information from the Sacramento Bee regarding
  439. DeScribe, I have received many mail message asking questions about the
  440. next version of DeScribe. I got the following information from the
  441. DeScribe BBS in Sacramento.  I guess the "announce" group would be more
  442. appropriate for this but I don't represent DeScribe and am just passing
  443. along some publicly available information from their BBS.
  444.  
  445. Read on...
  446.  
  447. DeSCRIBE, Inc.
  448.  
  449.                   ANNOUNCES NEW VERSION 4.1
  450.                             for
  451.                             OS/2,
  452.                   Windows 3.x, and Windows NT
  453.  
  454. White Plains, NY, March 31, 1994 - Today, at the Westchester
  455. OS/2 User Groups' 2nd Annual OS/2 Celebration to Benefit
  456. The National Center for Missing and Exploited Children,
  457. DeScribe, Inc. announced their latest upgrade to its celebrated
  458. 32-bit word processor. Version 4.1 is the latest in feature
  459. rich upgrades of the most stable PC word processor on the
  460. market.
  461.  
  462. DeScribe Word Processor Version 4.1 adds significant new
  463. features such as a unique "Proper Names" list, highly
  464. productive "Initial Spell" checker, a  misspelled words
  465. dictionary for automatic correction of typos, simple
  466. mathematics in tables, footnotes, an equation editor
  467. and a great new feature for creating newsletters with
  468. the ability to link and flow text through multiple frames
  469. and "grow-as-you-go" stretchy frames.
  470.  
  471. DeScribe has also programmatically circumvented the
  472. codepage restrictions of OS/2 to provide true single and
  473. double open or close typographical quotes, en and em-dash,
  474. single and double daggers, ellipsis and soft hyphens.
  475. Plus much, much more.
  476.  
  477. "DeScribe's 4.1 has so many great new features that it
  478. might as well be called 5.0"
  479.                  ...Steve Weeks, beta tester, Bansal, & Assoc.
  480.  
  481. "We have built a solid reputation for providing
  482. consistently innovative features, solid code and comprehensive
  483. support. In version 4.1 we've made extensive, end-user oriented,
  484. improvements to the user interface along with many new features
  485. that have one common goal, PRODUCTIVITY ON THE DESKTOP."
  486.             ... Allan R. Katzen, President & CEO, DeScribe, Inc.
  487.  
  488. In addition, those registered purchasers of DeScribe 4.0 SE
  489. (Subscription Edition) after April 1, will also receive all
  490. interim updates of 4.1, thereafter. All other registered
  491. users of DeScribe 4.0 can upgrade to 4.1 for $75 plus S&H.
  492. Based on an expected ship date of July 1, 1994, all registered
  493. purchasers of DeScribe 4.0 after April 1, 1994 will receive
  494. the upgrade to 4.1 registered users in the US and Canada.
  495.  
  496. Available from major dealers with distribution from Ingram
  497. Micro, Merisel and Micro Central, DeScribe is available in
  498. the U.S. and Canada for US$495 List for the stand-alone
  499. version. The LAN versions of DeScribe are available
  500. domestically in 10 and 20 paks for US$1,995 and US$2,995,
  501. respectively. New Enterprise licensing is available direct
  502. from DeScribe for corporations with over 350 users.
  503.  
  504. For Information Call:
  505. Allan R. Katzen, President & CEO
  506. 916/ 646-1111
  507. FAX 923-3447
  508.  
  509.                   DeSCRIBE MAGNUM ANNOUNCED
  510.  
  511. White Plains, NY, March 31, 1994 - Today, DeScribe, Inc.
  512. announced the Company's plan to develop a "component shell"
  513. designed to manage a collection of high level office
  514. productivity applications. The name of the component shell
  515. which manages these applications has been code-named as
  516. DeScribe Magnum.
  517.  
  518. Included in the productivity applications shipped with
  519. DeScribe Magnum will be the DeScribe Word Processor as well
  520. as a newly developed Magnum Spreadsheet, Magnum Mail and
  521. Magnum DynaBase, a database interface product.
  522.  
  523. All products will be accessed using a common user
  524. interface which may be customized by users of the system.
  525. Individual components may be selectively attached to, or
  526. deleted from, the component shell. In a minimum configuration,
  527. DeScribe Magnum would appear to a user as a single application
  528. selected from what is commonly marketed as a "Suite" of
  529. applications.
  530.  
  531. Future DeScribe products will be integrated into DeScribe
  532. Magnum. Subsequent to the initial release of Magnum,
  533. DeScribe intends to publish a specification of system
  534. interface calls which will permit independent and corporate
  535. developers to directly access the functionality of all
  536. DeScribe Magnum components. Magnum system calls will be
  537. based on industry standard protocols for every operating
  538. system on which DeScribe Magnum operates. Current 32bit
  539. platforms upon which DeScribe products operate include
  540. OS/2, Windows NT and, upon general availability, OS/2
  541. for RISC and Windows 4.0.
  542.  
  543. As "Suites" become the most popular form of purchase for
  544. office productivity products, the industry's design goal will
  545. be to remove unnecessary redundancy for items such as
  546. spellcheckers, text format functions, menus, print managers
  547. and screen handling routines.
  548.  
  549. DeScribe Magnum addresses this by placing all common functions
  550. into a high level component shell. The shell would, for example,
  551. support text editing as a high level function. The mail package,
  552. the spreadsheet and the word processor will then inherit this
  553. common editing function, as will any independently produced
  554. application designed for use within the DeScribe Magnum shell.
  555. The high level component shell will be designed to incorporate
  556. licensed third party software as a method of making additional
  557. functionality available to the component applications. As an
  558. example, DeScribe is evaluating the IBM Personal Dictation
  559. System (IPDS) as a supported third party function. The
  560. dictation features of IPDS would then be available for use in
  561. all text based activities within the Magnum products. An
  562. example of such support would be the ability to address
  563. and dictate Magnum Mail messages to a hidden background task
  564. while working on the Magnum Spreadsheet in the foreground.
  565. The Mail message would be preprocessed by an auto correcting
  566. spell checker prior to final review and/or automatic transmission.
  567.  
  568. The widely renowned feature of DeScribe's Word Processor,
  569. "Unlimited Undo", will be a key capability shared by all
  570. DeScribe Magnum component programs.
  571.  
  572. DeScribe Magnum, as a true 32bit application take advantage
  573. of the best features of each of the 32bit operating systems.
  574. Multi-threading will be used whenever appropriate. IBM's System
  575. Object Module (SOM) and Microsoft's Object Linking and Embedding
  576. (OLE) will both be supported.
  577.  
  578. The first release of the Magnum Spreadsheet component is
  579. expected to support three dimensional arrays, make extensive
  580. use of object oriented technology and support a new level of
  581. programmability never before available to spreadsheet users.
  582. The initial release of the Magnum Spreadsheet is intended to
  583. support the key functions used by 90% of spreadsheet users.
  584. Future releases will focus on advanced functionality such as
  585. data modeling.
  586.  
  587. The Magnum DynaBase is a database access system
  588. for all popular SQL and non-SQL databases. The Magnum components
  589. will be capable of rapidly and easily accessing external database
  590. material for inclusion in Magnum documents.
  591.  
  592. Magnum Mail is a mail management system which provides a
  593. consistent interface to industry standard mail systems such
  594. as cc:Mail and Microsoft Mail or may use its own internal mail
  595. system for peer to peer communications within an OS/2 or
  596. Windows workgroup. Access to IBM's PROFS will also be provided.
  597.  
  598. The first deliveries of DeScribe Magnum are scheduled for the
  599. first quarter of 1995.
  600.  
  601. Marvin Lichtenthal
  602. Internet marvinl@netcom.com
  603.  
  604.  
  605. Nomination Deadline Approaches for OS/2/LAN Apps & Tools Guides
  606.  
  607. August 15, 1994 is the deadline for product submissions to the next
  608. editions of the OS/2 & LAN Systems Applications and Tools Directories.
  609. In the few remaining weeks before that deadline, we need your help in
  610. finding OS/2 and LAN Systems applications and development tools.  If
  611. you know of any developers who produce OS/2 or LAN Systems products,
  612. please pass along the attached Product Nomination Form, so that they
  613. can take advantage of this free advertising opportunity.  Or, notify
  614. us, and we will contact them for you.
  615.  
  616. We're pleased to tell you that, by the end of 1994, we anticipate there
  617. will be more than 1 million copies of the Applications Directory and
  618. the Tools Guide in circulation.   We have created an OS/2 .INF version
  619. of the Tools Guide, and have posted it on several major OS/2 bulletin
  620. board systems.  We're also including the .INF version on CD-ROMs for
  621. developers.  And we're distributing printed copies of the guides
  622. through Miller Freeman, a major publisher of magazines about OS/2 and
  623. software development.
  624.  
  625. Help us make sure that every OS/2 and LAN Systems developer gets the
  626. opportunity for this free publicity.
  627.  
  628. Questions regarding this notice may be directed to Mike Engelberg
  629. at T/L 982-0500 (V1ENG at BCRVM1).
  630.  
  631. PRODUCT NOMINATION FORM
  632. for OS/2 & LAN Systems Applications Directory
  633. and OS/2 & LAN Systems Development Tools Guide
  634.  
  635. Name of person preparing this form _____________________________________
  636. Title __________________________________________________________________
  637. Phone (in case we need to reach you for more information;
  638.         non-US, give country code):
  639.       __________________________________________________________________
  640. Fax   __________________________________________________________________
  641. Electronic Userid ______________________________________________________
  642. Company Name ___________________________________________________________
  643. Address ________________________________________________________________
  644. ________________________________________________________________________
  645. City _____________________________ State/Province ______________________
  646. Country __________________________ Zip/Postal Code _____________________
  647.  
  648. Product Name & Version Number __________________________________________
  649. Is the Product a Development Tool?  Yes _____  No _____
  650. Price and Currency _____________________________________________________
  651. Availability Date ______________________ (Now or mm/dd/yy)
  652. Sales/Order Contact Name _______________________________________________
  653.             Title ______________________________________________________
  654. Electronic Mail Address for Orders _____________________________________
  655.  
  656. Phone Numbers (to order product in the US):
  657.  
  658. IMPORTANT! If you provide an 800 number, specify whether it can be
  659. called only within the USA, only within Canada, or in both countries.
  660. Also, BE SURE TO PROVIDE A NON-800 NUMBER so that customers in other
  661. countries can call you.
  662.  
  663. 800 Voice Phone:      _________     ______________________________
  664.                       Area Code     Phone Number
  665.  
  666. 800 number can be called from: __US  __Canada  __Both
  667.  
  668. Non-800 Voice Phone:  _________     ______________________________
  669.                       Area Code     Phone Number
  670.  
  671. Fax Phone:            _________     ______________________________
  672.                       Area Code     Phone Number
  673.  
  674. Do you sell your product outside the United States?  Yes _____  No _____
  675. If yes, in which countries or regions? _________________________________
  676. International Sales/Order Contact Name: ________________________________
  677.  
  678. Phone Numbers (to order product in countries other than the US ):
  679.  
  680. Country: _______________________________________________________________
  681.  
  682. Voice phone: +  _______     _________     ______________________________
  683.                 Country     City or       Phone Number
  684.                 Code        Area Code
  685.  
  686. Fax   phone: +  _______     _________     ______________________________
  687.                 Country     City or       Phone Number
  688.                 Code        Area Code
  689.  
  690. Does your company have other phone numbers in addition to the ones
  691. above? If so, attach a separate sheet with additional phone numbers and
  692. explanations.
  693.  
  694. Key Software Features
  695. ---------------------
  696.  
  697. Check all that apply.  This information is required.
  698.  
  699. Advanced OS/2 2.x Features:
  700.  
  701. _____ Flat Memory             _____ Mixed Mode        _____ DSOM1
  702. _____ Workplace Shell         _____ 32-bit APIs       _____ DSOM2
  703. _____ DCE                     _____ Fast Semaphores   _____ DSOM
  704. _____ Generates 32-bit code   _____ VDDs
  705. _____ 32-bit SOM              _____ SMP
  706.                               _____ OpenDoc
  707. _____ Other (specify): _________________________________________________
  708.  
  709. Product Category
  710. ----------------
  711.  
  712. Below is the list of product categories in the books.  Choose a primary
  713. category by marking it with the letter P, and up to three additional
  714. secondary categories by marking them with the letter S.
  715.  
  716. APPLICATIONS:
  717. -------------
  718.  
  719. ACCOUNTING/PERSONAL FINANCE              DATABASE
  720. ____Accounting                           ____File Management
  721. ____Personal Finance                     ____Management Dictionaries
  722. ____Tax                                  ____Query Languages
  723. ____Other Finance
  724.                                          DESKTOP PUBLISHING
  725. BUSINESS-SPECIFIC                        ____Desktop Publishing
  726. ____Banking & Financial Services         ____Document Management
  727. ____Industrial, Manufacturing
  728. ____Insurance
  729. ____Government & Public Management       ____ELECTRONIC MAIL
  730. ____Public Utilities & Transportation
  731. ____Construction                         ____GAMES AND ENTERTAINMENT
  732. ____Health
  733. ____Scientific, Engineering, and
  734.       Technical                          GRAPHICS
  735. ____Organizations/Fund Raising           ____Draw
  736. ____Education, Research/Library Mgmt     ____Charting
  737. ____Human Resources Management
  738. ____Sales & Marketing                    INFORMATION MANAGEMENT
  739. ____Distribution/Wholesale/Retail        ____Image & Document Management
  740. ____Agriculture                          ____Decision Support
  741. ____Automotive                           ____Project Management
  742. ____Contract Managers                    ____Report Management
  743. ____Facilities Management
  744. ____Food & Beverage                      INTEGRATED WORKGROUP
  745. ____Legal Services                       ____Integrated
  746. ____Mass Media/Communications            ____Office Automation
  747. ____Natural Resources and Related        ____Personal Information
  748. ____Purchasing                                 Managers
  749. ____Real Estate
  750. ____Textiles & Clothing                  NETWORK
  751. ____Travel & Leisure                     ____Network Management
  752. ____Services Industry                    ____Network Operating Systems
  753. ____Personal Education/Creativity        ____Network Services
  754. ____CAD/CADAM                            ____SPREADSHEETS
  755. ____DEVICE DRIVER                        ____WORD PROCESSING
  756. COMMUNICATIONS
  757. ____Bulletin Board Software
  758. ____Communications Control Systems
  759. ____Computer-to-Computer Links
  760. ____Fax/Telex
  761. ____PC Communications Utilities
  762. ____Terminal Emulation Software
  763. ____Videotex Software
  764. ____Teleconferencing Software
  765. ____Telephone Management Software
  766. ____EDI-Electronic Data Interchange
  767.  
  768. DEVELOPMENT TOOLS:
  769. ------------------
  770.  
  771. _____ Application Generators       _____ Help Authoring Tools
  772. _____ Application Integration      _____ Installation
  773. _____ Artificial Intelligence      _____ Languages
  774. _____ CASE Development Tools       _____ Library Management
  775. _____ Class Libraries              _____ Multimedia:
  776. _____ Client/Server                      _____ Authoring Tools
  777. _____ Command Processors / Shells  _____ MMPM/2 Tools
  778. _____ Compiler Construction        _____ Generic Digital Video/Digital
  779. _____ DBMS/RDBMS                           Sound
  780. _____ Editors / Browsers           _____ Object-Oriented
  781. _____ EXE Generation Tools         _____ Programming Productivity
  782. _____ Fourth-Generation Languages  _____ Source-Code Generators
  783. _____ General Libraries            _____ Testing / Debugging Aids
  784.                                    _____ Version Control System
  785. _____ Other (specify): _________________________________________________
  786.  
  787. UTILITIES:
  788. ----------
  789.  
  790. _____ Backup                       _____ Multipurpose
  791. _____ Data Compression             _____ Performance Monitor
  792. _____ Disaster Recovery            _____ Security
  793. _____ Image Support/               _____ Screen Savers
  794.              Screen Capture        _____ Virus Protection
  795. _____ Other (specify): _________________________________________________
  796.  
  797. Product Description
  798. -------------------
  799.  
  800. Describe the features and functions of your software package:
  801.  
  802. (1) In 25 words or less: _______________________________________________
  803.  
  804.     ____________________________________________________________________
  805.  
  806. (2) Overview text of 150 words or less: ________________________________
  807.  
  808.     ____________________________________________________________________
  809.  
  810.     ____________________________________________________________________
  811.  
  812.     ____________________________________________________________________
  813.  
  814.     ____________________________________________________________________
  815.  
  816.     ____________________________________________________________________
  817.  
  818.     ____________________________________________________________________
  819.  
  820. Signature of Authorized Person
  821. ------------------------------
  822.  
  823. IBM MUST HAVE AN AUTHORIZED SIGNATURE IN ORDER TO INCLUDE THIS
  824. INFORMATION IN THE BOOK(S) ABOVE.
  825.  
  826. I represent that the above information is correct and not confidential,
  827. and that there is no restriction on IBM's use of this information.  I
  828. understand that IBM assumes no responsibility for product claims or the
  829. accuracy of the data provided.
  830.  
  831. Company Name ___________________________________________________________
  832. Authorized Person (print): _____________________________________________
  833. Authorized Person (signature): _________________________________________
  834. Title: _________________________________________________________________
  835. Date: __________________________________________________________________
  836.  
  837. To return this form, mail or fax as follows:
  838.  
  839.       Developer Assistance Program
  840.       Internal Zip 5407
  841.       IBM Corporation
  842.       1000 NW 51st St.
  843.       Boca Raton FL 33431 USA
  844.       Attention: Publications
  845.       Fax: 1-407-443-5214
  846.  
  847.  
  848. Drivers for OS/2
  849.  
  850. Notice to All OS/2 users!
  851.  
  852. I'm trying to find all the various companies/vendors/etc. who have
  853. device drives for adapters for OS/2 and work with them to allow us (IBM)
  854. to place them on the BBS's that we follow.  If you know of any please
  855. post me the:
  856.  
  857. Company name.......................................
  858. address............................................
  859. city............................., state...........
  860. and Phone..(    )...............
  861. (Please don't assume that I will know the company name if you tell
  862. me the xyz display adapter has this device driver <g>!)
  863.  
  864. I will attempt to contact them and get their permission to do so.
  865. This is inline with IBM's role in Technical Support Alliance Network
  866. (TSANet)
  867.  
  868.  __   __      ___      __  __   _   _
  869. |  |_|  |    /   \    |  \|  | | |./ / Hank Henderson HNDERSON at AUSVM8
  870. |   _   |   / _~_ \  Sincerely |  . < Electronic Media Strategy (TEAMOS2)
  871. |__| |__|  /_/   \_\  |__|\__| |_| \_\    Tie:8-793-8647  Austin, Texas
  872. External # 512-823-8647 FAX 512-823-9540 - LNK1SM7 @ IBMLINK - OS/2 BBS
  873. HNDERSON(USIB37B7)LNK1SM7(USRG7J4N@IBMLINK) HNDERSON@AUSVM8.vnet.ibm.com
  874. Please do something..! Lead, follow or get out of the way.
  875.  
  876.  
  877. EZRAID for OS/2
  878.  
  879.          PRO Engineering Announces: EZRAID "Lite" for OS/2
  880.          Disk Management Software for OS/2 Desktop Systems
  881.  
  882. OTTAWA, July 1, 1994--- PRO Engineering the recent startup
  883. founded by former Corel lead developer, Daniel Levesque,
  884. announced today EZRAID Lite for OS/2, a software-based disk
  885. management solution for the OS/2 desktop market. For users
  886. of OS/2 2.x and OS/2 for Windows, EZRAID Lite has a
  887. suggested retail price of only $195 and will be generally
  888. available on August 1st, 1994.
  889.  
  890. EZRAID Lite brings the benefits of RAID technology to the
  891. desktop level at a breakthrough price point. Offering disk
  892. mirroring, data striping and disk spanning, EZRAID Lite
  893. creates disk arrays with unparalleled ease and flexibility.
  894. The software supports all disk interfaces including IDE,
  895. ESDI and SCSI.
  896.  
  897. "Now any OS/2 user can combine two standard hard disks
  898. and take advantage of the fault-tolerance, complete data
  899. reliability and the increased storage capacity offered with
  900. RAID technology," said PRO Engineering president Daniel
  901. Levesque. He adds, "With OS/2 for Windows now available
  902. world-wide, any DOS or Windows application will benefit from
  903. the advanced disk management features found in EZRAID Lite."
  904.  
  905. For simplified data management EZRAID Lite is able to strip
  906. or span data across any two hard disks creating a single
  907. large logical drive. And with the software's ability to
  908. mirror existing logical drives without the need to reformat,
  909. EZRAID Lite provides real-time backups of all user files.
  910.  
  911. Implemented as a logical disk device driver, EZRAID
  912. Lite controls RAIDs at the partition level. This unique
  913. approach allows RAID logical drives to co-exist with
  914. existing partitions on hard disks. In addition any
  915. combination of mirroring, striping and spanning can be used
  916. on the same set of physical disk drives.
  917.  
  918. As the world's first desktop RAID product, EZRAID Lite is a
  919. personal version of EZRAID for OS/2, a product that supports
  920. RAID levels 0, 1, 4 and 5 and retails for $795. The product
  921. is PRO Engineering's latest addition to their growing family
  922. of software based RAID solutions.
  923.  
  924. For more information, please contact Pro Engineering directly.
  925.  
  926. Voice: 613.738.3864
  927. Fax: 613.738.3871
  928. CompuServe: 74431,2137
  929. Internet: lendvai@proeng.com
  930.  
  931. THE OS/2 RUMOR MILL - July 28, 1994
  932.  
  933. The OS/2 Rumor Mill looks at the future of OS/2 and its follow on
  934. and related OS products. It has the latest info I have been able to
  935. collect and evaluate.  Send new grist or confirm, correct or add to this
  936. information on ILink, R/O on RIME (->COMPEASE), or to the Internet
  937. address below.  Please let me know how authoritative it is.  Freely
  938. copy, if you wish.
  939.  
  940. I've included further info from your comments (thank you) and added
  941. info from OS/2 World, 19-22 July.
  942.  
  943. OS/2 On Intel -
  944.  
  945. Future Features/Products:
  946.  
  947. *   - Reduced memory requirement.  The user level version of the kernel
  948.       runs faster in 2 MB less RAM. Minimum RAM recommended is 4 MB
  949.       instead of 6 MB. In all post-2.11 releases.  A 2nd kernel that
  950.       supports software development is available.  Kernels selectively
  951.       installable and switchable.
  952. *   - 32-bit, multiple-threaded loader.  Faster boots.
  953. *   - Animated bootup logo.
  954. *   - Win32S compatibility, but no VxD, at least not yet.
  955. *   - "One-button" easier installation, Big priority.
  956. *   - New jazzy tutorial.
  957. *   - 3d icons and WP colors. Opened folder icons look open.
  958. *   - "Front Panel", Small box for most used icons for fast launching
  959. *   - 32-bit PM windowing.
  960. *   - DOS 6 compatibility, including utilities.
  961. *   - Win3.11 or WinfWg 3.1/3.11 support in beta II, but no WfWG 3.11
  962. *   - Plug and Play.  Auto recognition of hardware device installation
  963.       settings for PCMCIA. It works without reboot! I saw it.
  964.       Communications features.  (WIN311.ZIP does this now.)
  965. *   - Fix to single serial synchronous input queue.  Will be controlled by
  966.       a separate thread. Better performance and reliability.
  967. *   - Tunable thread priority for DOS and Windows apps
  968. *   - Improved driver support.
  969. ?   - Revised applets, possibly including new games and Footprint Works.
  970. ?   - WWW browser, ftp, gopher, TCP/IP, etc.
  971. ?   - Multimedia. MIDI recording API.  Support more audio and video
  972.       formats in MMPM (Sun's .AU, AutoDesk's .FLI, JPEG, MPEG, etc).
  973. ?   - Enhanced config.sys access: existing config.sys retained but a
  974.       NOTEBOOK frontend included with pages holding sections config.sys.
  975.     - ObjectREXX. In beta, still.
  976.     - SOM 2.1. Includes DSOM. Scheduled for October.
  977.     - OpenDoc.  Will include an interface to OLE 2.0. In "Winter" releases.
  978.       Alpha in progress. Blows OLE away. I saw it.
  979.     - Disk Compression.  Possibly bundled, but which is up in the air.
  980.     - Peer to Peer Network. Delayed 'til after the first of the year to
  981.       remove Microsoft code and expand its capability.  Bundled or
  982.       not???
  983.     - UCS/Unicode (Standard Internationalization) - 1995
  984.  
  985.   Packages.  Below is the latest IBM thinking, but not final.
  986.  
  987.     - Warp. "Performance OS/2", Beta I ends 31 Jul.,  Beta II - Early
  988.       Aug. "...for Windows" version.  Beta II should include asterisked
  989.       items above and possibly ?s. Much faster video, Windows load,
  990.       and general performance (over twice as fast for some things.)
  991. Release: Fall
  992.  
  993.     - "Name TBD" follow on to the standard v2.11 with WinOS2.  Release:
  994.       Fall.
  995.  
  996.     - Klingon. "Name (Enterprise?) TBD ╒full featured■ version TBD",
  997.       probably v2.2 - Release Winter.  Performance OS/2 features plus:
  998.  
  999.       Taligent Frameworks. Including real time 3d graphs.
  1000.          
  1001.          SMB
  1002.          OpenDoc.
  1003.          Systems Management.
  1004.          Security hooks.
  1005.          File-sizes greater than 2 GB.
  1006.          Distributed Computing Environment (DCE) client and server
  1007.          connectivity (?).
  1008.          Network requestors.
  1009.          Peer to peer???
  1010.  
  1011.    -  SMP version 2.11 for specific machines - Released for 8 systems.
  1012.       APIC (Advanced Programmable Interupt Controller) chip standard
  1013.       version SMP (Will be bundled eventually in all versions.) - Early 95.
  1014.  
  1015.  
  1016. "OS/2 for PowerPC" (Was Workplace OS) -  Beta August, ship by year's end.
  1017.       Supports DOS & Windows through emulation.  Reportedly at 486/66
  1018.       level.  Initially, desktop client.  Server later.
  1019.       Probable NT, Solaris personalities.  Chicago ? AIX?
  1020.       For OS/2, support only 32-bit OS/2 apps
  1021.  
  1022. Taligent - Alpha is out. Beta in '95?  Elements being incorporated into
  1023.       all coming versions of OS/2.
  1024.  
  1025. --
  1026.                         *-----------------------------*
  1027.                         │      Have a great day!      │
  1028.                         │ Mel.Hulse@LIMS.Lockheed.com │
  1029.                         │  Double Teamer - TSE & OS/2 │
  1030.                         *-----------------------------*
  1031.  
  1032. =====================================================================
  1033.  
  1034. I heard from someone who might be in a position to know that
  1035. the Personal OS/2 coming out soon might have the mini-apps
  1036. removed. You will be able to download them from various BBS's.
  1037.  
  1038. Anyone else hear this?
  1039.  
  1040. Marvin Lichtenthal
  1041. Internet E-Mail  marvinl@netcom.com
  1042. Using Forum Manager 4.0
  1043.  
  1044. Subject: The OS/2 Rumor Mill
  1045. Ref:     Append at 09:56:25 on 94/07/30 GMT (by IL78711 at HONE80)
  1046.  
  1047. If we put the kitchen sink in, we would just about have everything!
  1048.  
  1049. Rumors are just that, rumors.  No one should build plans based on this
  1050. list of info from the INTERNET - or they will be disappointed.  There
  1051. is a lot of truth to some of this, and a lot of wish list.  You can
  1052. count on what you see in the beta and what the execs say in the press.
  1053. Beyond that, you are on your own.
  1054.  
  1055. A couple of examples - OpenDoc is just now out in Alpha on a tool kit.
  1056. It is really hot technology, but needs a little use by developers before
  1057. it will be ready to put into the product.
  1058.  
  1059. And, Plug and Play is a dynamic spec which is not totally settled down.
  1060. We will have the PCMCIA plug and play in the fall deliveries, but
  1061. support for other bus types will be in 1995.
  1062.  
  1063. Lois Dimpfel, PSP Director - Boca
  1064.  
  1065.  
  1066. The Frugal Hacker
  1067.  
  1068. hacker n The term "hacker" originally meant anyone with a keen interest in
  1069. learning about computer systems and using them in novel and clever ways.  Many
  1070. computer enthusiasts still call themselves hackers in this nonpejorative sense.
  1071. (Communications of the ACM, March 1991, Vol.  34, No.  3, Page 25)
  1072.  
  1073. Last month I took a short vacation.  I thank the editor for permitting this <g>,
  1074. Bob Shanteau for filling in <bg>, and my CR for telling me he missed my column
  1075. <vbg>.
  1076.  
  1077. Stalking On The Infobahn.  We were all shocked recently by lurid news media
  1078. reports of a young man who was seduced by an older man.  You may have also seen
  1079. a recent TV program about an electronic stalker on Prodigy.  Although such
  1080. disturbing events undoubtedly occur in many venues, the sensationalism about
  1081. these reports is that the events took place via electronic means.  Why this
  1082. should be more sensational than if it had occurred via telephone, snail mail, or
  1083. in the neighborhood convenience store I can only attribute to the FUD factor.
  1084. Those who are unfamiliar with electronic means of communication, including many
  1085. in the news media, are quick to let Fear, Uncertainty, and Doubt cloud their
  1086. views of this "mysterious" medium, and are even quicker to demand witch hunts to
  1087. smoke out the evil beings that rampantly perpetrate all sorts of imagined
  1088. atrocities via digital means over telephone lines.
  1089.  
  1090. To illustrate what I mean, let me quote from a message that showed up on a local
  1091. electronic bulletin board shortly after the seduction story broke.  The message
  1092. was posted by someone in the local news media who would not give a name other
  1093. than TV station call letters.  The message asked, "With the arrest today of a
  1094. Santa Clara man for soliciting sex with a minor over a computer bulletin board,
  1095. should the government take a more active role in "policing" what goes over BBS?"
  1096.  
  1097. Dum De Dum Dum.  I don't think that anyone who has even casual familiarity with
  1098. electronic bulletin boards would have asked a question like that unless it was
  1099. to deliberately foment flames.  First of all, the medium in question was not
  1100. exactly a bulletin board system (BBS) as such are known to those of us who use
  1101. them.  The communications in question took place over a commercially operated,
  1102. nation-wide on-line service.  While such services do provide BBS type forums,
  1103. all messages in such forums are publicly displayed.  Would a seducer go down to
  1104. the local supermarket and post his seductive messages on the bulletin board
  1105. there?  Of course not, so neither would such messages show up in a BBS forum.
  1106. They would have certainly gone via private electronic mail (e-mail).
  1107.  
  1108. Now, how is the government (or anyone else) going to "police" e-mail?  Think of
  1109. the government having people opening envelopes, reading, and censoring all the
  1110. first-class snail mail, and you might have some idea of what it would take to
  1111. police e-mail.  Forget what we in the USA and people worldwide consider the
  1112. sanctity of the mail for the moment, and just consider the magnitude of the
  1113. task.  It really makes no sense.  Now temper that with our firm belief in the
  1114. privacy of the mail and freedom of speech and you know that people would not
  1115. stand still for any such snooping on the part of the government.
  1116.  
  1117. Your president (Mikey not Billy) and I had portions of our replies published on
  1118. the TV station that posted the question.  I had this to say about the role of
  1119. government in "policing", "Not any more so than the role they take in policing
  1120. what is sent through the U.S.  Mails.  To the maximum extent possible, Email
  1121. should be given the same considerations as regular mail."
  1122.  
  1123. Mikey was, of course, much more flame-boyant, "I am at a loss to understand why,
  1124. whenever some individual performs some nefarious activity, the media instantly
  1125. wants to know "should the government take a more active role in 'policing'..."
  1126. When someone puts an ad in a newspaper which is a cover for some potentially
  1127. illegal activity, does the media ask, "should the government take a more active
  1128. role in "policing" the press?"  After some expansion on this theme he went on to
  1129. say, "If there is illegal activity, then it is the responsibility of the
  1130. government to capture the culprits either as, or after, an offense is committed.
  1131. It is not the responsibility to intervene, as thought police, when people are
  1132. merely exercising their rights."  Well, you get the idea.  If your opinions
  1133. differ from ours, please write to the editor of the newsletter to have them
  1134. published.
  1135.  
  1136. What Are The Risks?  Far less than other activities we participate in in
  1137. everyday life!  First of all, there is no physical contact, so there isn't the
  1138. risk of physical violence while BBS'ing from the privacy of your home.  So it is
  1139. possible to (inadvertently) be exposed to offensive language on a BBS, but less
  1140. so than in movie theaters and video productions.  Almost every BBS is moderated
  1141. by someone.  Commercial on-line services such as America On Line, Prodigy,
  1142. CompuServe, and GENIE will not stand for offensive language and activity.  It's
  1143. just not good for their business.  Private BBS's that are operated for profit
  1144. are moderated by the SYSOP for the same reason.  Non-profit BBS's are also
  1145. moderated by their SYSOP's because they do not want to be closed down for
  1146. violating any laws.  At the worst, there may be restricted topics set aside
  1147. where more frank language is tolerated, but these areas are clearly marked as
  1148. such, and those identified as young people are not permitted to enter.  Prodigy,
  1149. for example, tried this for awhile, but felt it got out of hand and shut it down
  1150. again.
  1151.  
  1152. E-mail, because it is "mail" in every sense, is not subject to such censorship.
  1153. Receiving harassing e-mail is something like getting a harassing phone call,
  1154. only it is easier to ignore the e-mail.  A press of a key will relegate it to
  1155. the bit bucket as fast as or faster than hanging up the phone.  Many mail
  1156. readers have "twit filters" that you can set to ignore messages from certain
  1157. people or on certain topics.  Until we get sophisticated caller-ID devices it
  1158. will be difficult to do that with telephones.
  1159.  
  1160. To sum it up, in general the exposure to unpleasantries through electronic media
  1161. is no greater (actually I would say much less) than we encounter in other venues
  1162. of our lives.  Similar precautions should be taken to those you take while
  1163. walking down the street, going to the neighborhood convenience store or to the
  1164. mall, or reading your mail or answering the phone.  Be aware of where you are
  1165. and who is around you, be aware of where your children are and what they are
  1166. doing, don't go into any dark alleys, and don't give strangers your address,
  1167. phone or credit card number.  If you should ever encounter anything you feel is
  1168. threatening, report it to the moderator of the system immediately.
  1169.  
  1170. To put things in perspective, I have been actively BBS'ing for 11 years and I
  1171. have never felt threatened by anything I read or encountered there.  Stupidity?
  1172. Sure.  Offensive language?  Occasionally.  Rudeness?  Once in awhile.  But I
  1173. have been far more annoyed by the poor spelling and grammar that I have seen,
  1174. than by any threats or unwelcome overtures.  Yes, I agree that the situation
  1175. might be different except for my age and sex, but if there were any widespread
  1176. problems I'm sure that I would have seen a lot of chat about it before now.
  1177.  
  1178. Definitions Of The Month.
  1179. <g>, <bg>, <vbg> grin, big grin, very big grin <g>.  Meant to indicate that the
  1180. writer is attempting to be humorous.
  1181.  
  1182. [R]BBS ([Remote] Bulletin Board System).  A private telecommunications utility,
  1183. usually set up by a personal computer hobbyist for the enjoyment of other
  1184. hobbyists.  (Que's Computer User's Dictionary, Que, 1990), also
  1185.  
  1186. A message database where people can log in and leave broadcast messages for
  1187. others grouped (typically) into topic areas.  (The New Hacker's Dictionary, MIT
  1188. Press, 1991).
  1189.  
  1190. SYSOP   System Operator, usually the owner or manager of a BBS.
  1191.  
  1192. [off-line] mail reader.  A software program that sorts your mail and allows you
  1193. to read and reply to messages at your convenience rather than while connected
  1194. on-line.  Mail readers can have many conveniences such as searching
  1195. automatically for items of interest, hiding messages from "twits", keeping
  1196. messages that you want to retain in a filing system, automatic addressing of
  1197. replies, etc.  Mail readers save you time, and if the network service charges by
  1198. the minute, also save you money.
  1199.  
  1200. e-mail.  Electronic mail automatically passed through computer networks and/or
  1201. via modems over common-carrier lines.  (The New Hacker's Dictionary), also Que's
  1202. adds this, "Electronic mail may involve a one-to-one communication, in which one
  1203. person sends a private message to another person; or a one-to-many
  1204. communication, in which one person sends a message to many people connected to
  1205. the network."
  1206.  
  1207. snail mail.  mail delivered by the U.S.  Postal Service.  The term is not
  1208. usually meant to be derogatory to the USPS, only to indicate that e-mail which
  1209. can arrive in seconds is so much faster than, well, snail mail <g>.
  1210.  
  1211. flame v.  to post an e-mail message intended to insult and provoke, to reply to
  1212. a message in derogatory, obscene, or inappropriate language.
  1213.  
  1214. bit bucket.  Bit buckets are analogous to the receptacles fitted in the back of
  1215. high priced television sets to catch the corpses of cowboys and indians.
  1216. Without a well-placed bit bucket .  .  .  an offensive GRUNGE accumulates
  1217. beneath the computer.  (The Devil's DP Dictionary, Stan Kelly-Bootle,
  1218. McGraw-Hill, 1981).
  1219.  
  1220. grunge.  The patina which eventually enhances all hardware and software exposed
  1221. to the human environment.  (The Devil's DP Dictionary).
  1222.  
  1223. Bob Stephan welcomes comments and questions that The Frugal Hacker can respond
  1224. to.  He can be reached on Internet (bob.stephan@nitelog.com), NITELOG
  1225. (408-655-1096), CRICKET (408-373-3773), Compu$erve (72357,2276), Plodigy
  1226. (FNGC05A), or snail mail at the MBUG-PC address:
  1227.  
  1228. Monterey Bay Users Group - PC
  1229. 177 Webster St.
  1230. Suite A 354
  1231. Monterey, CA  93940
  1232.  
  1233. Next MMOUG Meeting
  1234.  
  1235. Next month's MMOUG meeting will be held in Columbia on Wednesday, 
  1236. August 17 (hmmm, the very day my son goes to M.U.!), 4 pm at:
  1237.  
  1238. Boone County Electrical Cooperative
  1239. 1414 Range Line
  1240. Columbia, MO 65101
  1241.  
  1242. Directions From Jefferson City:
  1243.  
  1244. Take Highway 63 North to Interstate 70.  Go West on I-70 to the
  1245. Range Line Exit.  Go South on Range Line less than a block.  Boone
  1246. County Electrical Cooperative is the first building past the
  1247. restaurant.
  1248.  
  1249.                                                    N
  1250.                               I-70              W--|--E
  1251.  __________________________________________________S_________________
  1252. |P                                     |R                          H|
  1253. |R       Boone Co.  Electrical Coop. X |A                          W|
  1254. |O                                     |N                          Y|
  1255. |V                                     |G                           |
  1256. |I                                     |E                          6|
  1257. |D                                     |                           3|
  1258. |E                                     |L                           |
  1259. |N                                     |I                           |
  1260. |C                                     |N                           |
  1261. |E                                     |E                           |
  1262.  
  1263.  
  1264. MMOUG Registration Form
  1265.  
  1266. Name:_____________________________________  Nickname:_____________________
  1267.          Last Name,                First                         Initial
  1268.  
  1269. Company Name:_____________________________
  1270.  
  1271. Address:___________________________________  Work Phone:___________________
  1272.  
  1273.          ___________________________________  Home Phone:__________________
  1274.  
  1275. City:_________________________  State:_______  Zip Code:_____________________
  1276.  
  1277.  
  1278.  
  1279.  
  1280.                                  Questionnaire
  1281.  
  1282.  
  1283.  
  1284. Your Operating System:
  1285.  
  1286.    ___ DOS  ___ OS/2 ___ WINDOWS ___ UNIX ___ OTHER __________________
  1287.  
  1288. Your Interest in Computers Include (Check all that apply):
  1289.  
  1290.    ___ Education  ___ Business   ___ Entertainment ___ OTHER  ________________
  1291.  
  1292.  
  1293.  
  1294. _______________________________________________________________________________
  1295. Annual membership fee for the Mid Missouri OS/2 Users Group is $30.00 US.
  1296. Purchase Orders are accepted.  Please make your check payable to MMOUG and mail to:
  1297. MMOUG, P.O. Box 30654, Columbia, MO.  65205-0645
  1298. Thank you for your support.
  1299. _______________________________________________________________________________
  1300.  
  1301.  
  1302. The Mid-Missouri OS/2 Users Group is a non-profit corporation who's dedicated purpose is to aid and
  1303. facilitate the education and communication between individual computer users, different computer
  1304. groups, and the general public.
  1305.  
  1306. The Woodmeister BBS is the official Bulletin Board of the MMOUG.  A copy of the Bylaws is
  1307. available for downloading from the Woodmeister BBS (314-446-0016).
  1308.