home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / HATCH / WWIVNEWS.ZIP / 9306_4.NWS < prev    next >
Text File  |  1993-06-03  |  21KB  |  416 lines

  1. ───────────────┬─────────────────────────────────────────────┬───────────────
  2.                │                Type 0 Forum                 │
  3.                │         Edited by Omega Man (1@5282)        │
  4.                └─────────────────────────────────────────────┘
  5.  
  6.  
  7. The Type 0 Forum is WWIVnews' "Letters To The Editor" section. Comments,
  8. criticisms, questions, and suggestions can be sent to WWIVnews c/o 1@5282.
  9. WWIVnews reserves the right to edit any submissions for either clarity,
  10. punctuation, or spelling, but will endeavor to maintain the content integrity
  11. as close to that originally submitted as possible.
  12.  
  13. ─────────────────────────────────────────────────────────────────────────────
  14.  
  15. Dear Editor:          
  16.  
  17. I have been running a WWIV based bbs since 10/10/92 in a small rural community
  18. in North Carolina. My Board Now has 60 subs 20+games and over 500 good files.
  19. My question is after all is said and done, what is the best way to get users to
  20. use the network. I have tried everything sort of closing the transfer section,
  21. to get people to use the subs, yet if they use them at all, all they do is read
  22. them. I have rebuilt the user base in this town that has diminished over the
  23. last few years due to the younger users, going of to college, etc. and have
  24. managed to find older users who I know have opinions of what is going on in the
  25. world, yet I cant seem to stress to them the benefits of using the network on
  26. a regular bases.
  27.  
  28. I am writing to you, in the hopes that you have run into this sort of thing
  29. before, and have written, or posted an article in WWIVnews, about increasing 
  30. sub usage, and can mail me a copy of it, or at least, open a debate about it 
  31. in your forum where all of us can reap the benefits of what tends to be the 
  32. most costly aspect of being a sysop.
  33.  
  34.                                                         Lord Agar (1@29950)
  35.  
  36.  
  37. Editor's Reply:
  38.  
  39. Lord Agar's query echoes the one common dilemma that has plagued the majority
  40. of sysops since Ward Christiansen first implemented Xmodem: How to keep one's
  41. BBS from deteriorating into a haven for file leeches.
  42.  
  43. As most of us have come to realize by now, there doesn't seem to be any 
  44. real answer to this problem. This is due primarily to the fact that while most 
  45. sysops agree the problem exists, there are differences of opinion as to just 
  46. how serious this problem really is. 
  47.  
  48. Some sysops see file sections as being deadly to a BBS. When a file is 
  49. downloaded, the board's availability for message traffic and other functions is
  50. reduced. As a result, the message traffic slows to a crawl in both directions,
  51. which is anathema for any message-oriented BBS. These sysops usually close 
  52. their file sections to all users, but in turn find that their user base begins
  53. to dwindle in size unless the message bases are of a nature that promotes 
  54. continue dusage.
  55.  
  56. Some other sysops see file sections as a necessary evil, and find a common
  57. ground by granting the message readers more time on the system per call, and
  58. enforcing upload/download ratios to at least ensure that the system gets in as
  59. much as it gets out. This compromise tends to work in most cases, and its 
  60. degree of success appears to depend upon the nature and content of the file 
  61. areas.
  62.  
  63. Still more sysops could care less about the message bases, and have their BBS's
  64. set up for file transfers only. However, virtually all of them have at least 
  65. one message base which they use to post system news and bulletins. Getting the
  66. users to newscan this sub can be the same as pulling teeth without implementing
  67. one of the several mods designed to force a newscan of a particular sub.
  68.  
  69. So, as you can see, there's really no clear cut solution to the problem. The
  70. suggestion I make to most people is to take the compromise position. Making a
  71. file leech use the subs is the same as leading a waterlogged horse to water and
  72. trying to make him drink against his will. Strict enforcement of file ratios
  73. tends to chase most leeches off for other leeching grounds, which in turn gives
  74. your posters and not-so-leechers a bit more time to use the board to its
  75. fullest.
  76.  
  77. I invite everyone to send in their comments on this problem, as its effects 
  78. help determine whether a BBS is successful or not.
  79.  
  80.  
  81. Dear Editor:
  82.  
  83. Everyone, no matter what our age, likes to be recognized for our achievements.
  84. But once we have gotten the recognition we so painlessly strived for, is it the
  85. type we wished, or the bad kind, the recognition that under all our flash and
  86. BS, lies code that is difficult to read, or code that is incomplete or just
  87. doesn't work.
  88.  
  89. Everyone makes mistakes, and its easy to miss a piece of code that needs
  90. to be added, but its how many mistakes on how many mods that separates the C
  91. programmers from the C wannabees.
  92.  
  93. I received an email from a BBS'er who used one of my mods, and what little
  94. he/she said, was music to my ears. The mail said, "I installed you JRFCLR2.MOD,
  95. and it worked great and was easy to install!" And with that, he/she signed
  96. their handle.
  97.  
  98. While there is really no set format or style for sending out mods, with the
  99. exception of the header suggested by Filo, their are some standard conventions
  100. for posting mods that should be used.
  101.  
  102. Step one: remind the modder to back up their source. While that would seem to
  103. be a basic thing, we are constantly getting new users who might not even know
  104. the basics and need the reminding. I have even seen people give the commands for
  105. doing the backups. I feel this is a useless gesture though, as if they need that
  106. much help, your going to have to go to their home anyway, just to show them
  107. where their compiler is.
  108.  
  109. Step two: show the what and the where of how to implement your mod. The only
  110. difference between a hard mod to install and an easy one is how well the coder
  111. documented the procedure. The instructions you include with your mod should be
  112. clear and concise, and nothing should be left to chance or second guessing. For
  113. example, a search for <this line> is fine, but if <this line> occurs in more
  114. than one place, be sure to specify which one. And if adding a string to a *.str
  115. file is needed, or modification of an add on utility or whatever is required,
  116. document that, as that is part of the mod, believe it or not!
  117.  
  118. Step three: Proper credits. In C and C++, code reuseablity is an important part
  119. of the language assets. The ability to use existing procedures and routines, in
  120. whole or part, makes us all more productive programmers. As a result we need to
  121. make certain that we share the credit with those who have shared their code.
  122.  
  123. Many may disagree, but I feel all else is a waste of time and or "paper". The
  124. need to inform everyone of one's lack of responsibility for their code that you
  125. use, or the fact that the code was your first or fiftieth, is really irrelevant
  126. in the end. Same goes for your family history, I might add.
  127.  
  128. So long as I can keep my code clean, my mods easy to install and bug free, I
  129. won't have to worry, as the end product speaks for itself.
  130.  
  131.                                                            Rebel 1 (1@2620)
  132.  
  133.  
  134. Editor's Reply:
  135.  
  136. Rebel 1's commentary here echoes - albeit in a more sedate tone - most of the
  137. points I made in a previous editorial concerning the debugging and 
  138. documentation of mods sent over the Modnet. All of us who've worked with 
  139. Wayne's code and implementing Modnet submissions have experienced at least 
  140. once in our efforts a mod whose author either didn't document a needed change 
  141. to something in COM.C or CONIO.C, or failed to mention the need to include a 
  142. variable or two in a procedure header, or even included undocumented calls to 
  143. a procedure that wasn't part of stock WWIV source in the first place, and can't
  144. be found in any of the Modnet collections.
  145.  
  146. On the other side of the fence, of course, is the issue of proper accredation
  147. of source material. Nobody likes to see someone else get credit for hard work
  148. they didn't perform, and the same goes triple for programmers. As a result, at
  149. least twice a month there can be heard the cries of "PLAGIARISM!!" on the 
  150. Modnet Discussion sub - usually over someone's total duplication of a sublist
  151. (void) or dirlist(void) replacement - and brief flames erupt until Filo steps 
  152. in to put them out.
  153.  
  154. What's really funny about this, in a morbid sort of way, is that quite a few of
  155. these mods tend to be preceded with "This is my *first* mod"...
  156.  
  157. However, proper credit is a two-edged sword. Some modders, in a near-zealous
  158. attempt to give due credits, have been known to make their acknowledgements and
  159. kudos longer than the mod itself! In some cases it's even obvious that the
  160. modder spent more time "thanking the academy" than he did cleaning up the mod
  161. and documenting the installation procedures. A suggestion to all modders,
  162. whether experienced or novice, is to follow Filo's guideline for submissions to
  163. the Modnet, and use the standard mod header. An example of this header appears
  164. every issue in Filo's Mod of the Month column, and can be expanded slightly to
  165. allow for proper credits to be given to previous mods. For example, an expanded
  166. header would look like this:
  167.  
  168. ┌───────────────────────────────────────────────────────────────────────────┐
  169. │ Mod Name: OMEGA_1.MOD                 Mod Author: Omega Man 1@5282        │
  170. │ Difficulty: Pet Rock IQ Req'd         Date: May 31,1993                   │
  171. │ WWIV Version: 4.22                                                        │
  172. │ Files Affected: All                                                       │
  173. │ Description: Upgrades all versions of TAG, Telegard and Renegade to the   │
  174. │ latest version of WWIV in the only ethical way possible.                  │
  175. │ Credits: Martin Pollard, Eric Oman, et al, for Telegard.                  │
  176. │          Whassisname, for Tag                                             │
  177. │          Whassisothername, for Renegade                                   │
  178. │          1@1, for WWIV                                                    │
  179. └───────────────────────────────────────────────────────────────────────────┘
  180.  
  181. Again, Rebel 1 speaks quite a bit of proper philosophy here regarding the
  182. posting of mods. Mods need to be documented properly, and appropriate credit
  183. given where said credit is due.
  184.  
  185. ───────────────┬─────────────────────────────────────────────┬───────────────
  186.                │      @506 Usenet Gateway Policy Changes     │
  187.                │            by Zaphod Beeblebrox             │
  188.                │    (1@6250, 1@506, bryen@tfsquad.mn.org)    │
  189.                └─────────────────────────────────────────────┘
  190.  
  191. Editor's Note: In light of a rise in abuses of gateway privledges on several
  192. of the @5xx gateways, 1@506 has requested that the following bulletin be
  193. included in WWIVNews. In the interests of helping insure some semblance of 
  194. smooth internetworking between WWIVNet and Usenet, and to help prevent further
  195. cases of gateway abuse, here is Zaph's bulletin, printed in its entirety
  196.  
  197. ─────────────────────────────────────────────────────────────────────────────
  198.  
  199. Over the past few weeks I have noticed an alarming increase in disallowed 
  200. traffic through the WWIVNet <-> Usenet gateway located at @506, WWIVNet. For
  201. technical and traffic reasons, certain items are NOT allowed to pass through
  202. this system. Such items are listed in the information file for the gateway,
  203. available by sending email to faq-request#tfsquad @506.
  204.  
  205. It has come to my attention that a number of people are using the gateway
  206. without first obtaining this file. It is important that you are aware of the
  207. policies regarding the use of the gateway at @506, because unintentional misuse
  208. of the gateway by even ten people can wreak traffic havoc on this end.
  209.  
  210. So, for those of you who have not obtained this file and are using the gateway,
  211. here is a quick overview of the policies related to gateway usage at tfsquad:
  212.  
  213. ─────────────────────────────────────────────────────────────────────────────
  214.  
  215. - NO mailing list subscriptions are allowed without prior approval. If you do
  216.   not know what this is, then don't worry; if you do want to take a mailing 
  217.   list through the gateway, ASK FIRST. Failure to do so will more than likely
  218.   result in your being banned from gateway usage.
  219.  
  220. - NO ftpmail is allowed, period. Again, if you do not know what this is, then
  221.   don't worry.
  222.  
  223. - Please keep in mind the 32k limit on messages imposed by WWIVNet. Usenet is
  224.   not limited in such a manner, so anytime you ask for a file or something that
  225.   may be greater than 32k in length, chances are it will come through my 
  226.   gateway larger than 32k and be bounced back to the sender.
  227.  
  228. - Please obtain prior approval from 1 @506 before attempting to receive 
  229.   anything larger than 30k.
  230.  
  231. - Please keep your usage of the gateway down to around 15k/day unless you have
  232.   approval for more traffic.
  233.  
  234. ─────────────────────────────────────────────────────────────────────────────
  235.  
  236. These rules only apply specifically to @506. However, most of the other 5xx
  237. gateways have similar, if not more strict, rules in place. Please be polite
  238. and mail 1 @5xx before attempting to use their gateway.
  239.  
  240. There are actually reasons for these rules other than my "egotism," as I've
  241. been accused of. Traffic which comes through @506 must be received by me from
  242. my Usenet connection, processed, and then sent back out via the WWIVNet
  243. transport mechanism. Please keep in mind that because of the way WWIVNet
  244. operates, traffic must often pass through three, four, maybe more systems when
  245. moving from my system to yours, costing the systems in between here and there
  246. valuable long distance dollars.
  247.  
  248. I believe that my gateway serves a valid and useful purpose within the WWIVNet
  249. community, and so long as it's used properly, it can and probably will continue
  250. to operate for some time. However, there is no better way to shut down a
  251. service than by intentionally misusing it.
  252.  
  253. Also, please make your users aware of these rules. A significant amount of the
  254. traffic that comes through here is from non #1 accounts who will probably not
  255. read this.
  256.  
  257. As usual, any questions/comments/concerns should be addressed to 1 @506.
  258.  
  259. ───────────────┬─────────────────────────────────────────────┬───────────────
  260.                │        WWIV-Compatible Networks List        │
  261.                │            (April Final Edition)            │
  262.                │            37 Networks Included             │
  263.                │            by Red Dwarf (1@6264)            │
  264.                └─────────────────────────────────────────────┘
  265.         Contains updated entries for M.A.G.Net, TeenNet, and DarkNET.
  266.         Contains new entries for TARDISNet, ZNET, NOVAnet, OgdenNet, 
  267.                           SnotLink, and Chess_Net.
  268. ─────────────────────────────────────────────────────────────────────────────
  269. Sample Network Entry:
  270.  
  271. Name [Content] (Nodes) (Date)
  272. Primary Netaddress, Other Address, ...
  273. Hosting BBS - Phone Number
  274. Description Line One
  275. Description Line Two
  276. Handles, Application, Updates
  277.  
  278. Name         : Network's Name
  279. Nodes, Date  : Number of nodes on <date>
  280. Hosting BBS, : You may wish to call here for network support
  281. Phone Number    and/or setup files. 
  282. Desription   : Sent to me by the network coordinator
  283. Handles      : 'Handles' will appear if this net allows aliases, 'Real Names'
  284.                 will appear if aliases are not allowed.
  285. Application  : Is this network's application in the master application file?
  286. Updates      : Does this network use automated update software?
  287. ─────────────────────────────────────────────────────────────────────────────
  288.  
  289. To submit an entry, use the application included at the end of this file.
  290.  
  291. ─────────────────────────────────────────────────────────────────────────────
  292. APEX                            
  293. WWIVNet @13600, WWIVLink @13600
  294. Purgatory BBS - 306-665-0274
  295. Handles, No, No
  296. ─────────────────────────────────────────────────────────────────────────────
  297. CaffNet
  298. WWIVNet @3101
  299. Star-Lit BBS - 301-229-2957
  300. Handles, No, No
  301. ─────────────────────────────────────────────────────────────────────────────
  302. CHAOSnet
  303. WWIVNet @9404
  304. Handles, No, No
  305. ─────────────────────────────────────────────────────────────────────────────
  306. Chess_Net [Specific] (5) (4-4-93)
  307. WWIVNet @5915
  308. The Duke of Earl - 509-291-3760
  309. Handles, No, No
  310. Dedicated to the philosophy of chess.
  311. ─────────────────────────────────────────────────────────────────────────────
  312. C/NET
  313. WWIVNet @6956, IceNET @6956
  314. Cold Fusion - 619-434-1482
  315. Handles, Yes, Yes
  316. ─────────────────────────────────────────────────────────────────────────────
  317. DarkNET
  318. IceNET @5805
  319. Storm Blade - 508-368-7971
  320. Handles, No, No
  321. ─────────────────────────────────────────────────────────────────────────────
  322. DeathNet [] () ()
  323. WWIVNet @19982
  324. ─────────────────────────────────────────────────────────────────────────────
  325. DEEPnet
  326. WWIVNet @7405, IceNET @7405, WWIVLink @17405
  327. Deep Space 8 - 704-553-0780
  328. Handles, No, Yes
  329. ─────────────────────────────────────────────────────────────────────────────
  330. DragNET
  331. WWIVNet @2936, IceNET @2913
  332. Toon Town - 209-323-9412
  333. Handles, No, No
  334. ─────────────────────────────────────────────────────────────────────────────
  335. DragonNET
  336. WWIVNet @7670
  337. Cool World - 716-681-7341
  338. Handles, No, No
  339. ─────────────────────────────────────────────────────────────────────────────
  340. DragonsNet [Specific] () ()
  341. WWIVNet @6263
  342. Unlimited Enterprises - 612-871-7625
  343. Handles, No, Yes
  344. ─────────────────────────────────────────────────────────────────────────────
  345. EliteNET [General] (29) (2-17-93)
  346. IceNET @2462
  347. Alley Closed BBS - 214-238-8121
  348. Handles, Yes, Yes
  349. "The No-Nonsense Network"  Totally democratic network using all
  350. members' opinions and votes. Close and friendly network.
  351. ─────────────────────────────────────────────────────────────────────────────
  352. ExpressNET
  353. WWIVNet @6754
  354. Data Express - 617-247-3383
  355. Handles, No, Yes
  356. ─────────────────────────────────────────────────────────────────────────────
  357. EagleNet [General] (12) (2-18-93)
  358. IceNET @7676
  359. Berek's Homeland - 716-826-4698
  360. Handles, No, No
  361. EagleNet was set up so that users and sysops could order things that
  362. they use everyday and have it sent to their doorstep.
  363. ─────────────────────────────────────────────────────────────────────────────
  364. FIITAnet
  365. WWIVNet @9957
  366. Baxter BBS - 919-878-0054
  367. Handles, No, No
  368. ─────────────────────────────────────────────────────────────────────────────
  369. FILEnet [] () (1-28-93)
  370. WWIVNet @8306
  371. Pocket Universe - 803-552-8654
  372. Handles, No, Yes
  373. ─────────────────────────────────────────────────────────────────────────────
  374. GayNet [Specific] (28) (2-1-93)
  375. WWIVNet @15283, WWIVLink @25283
  376. Handles, Yes, Yes
  377. Alternate Lifestyles- don't have to be gay, lesbian, or bi to join. No gay
  378. bashing allowed.
  379. ─────────────────────────────────────────────────────────────────────────────
  380. IceNET [General] (706) (4-29-93)
  381. IceNET @1, WWIVNet @7663, WWIVLink @17652
  382. The Great White North - 716-837-0044
  383. Handles, Yes, Yes
  384. Full featured network, fast updates, hundreds of message bases to choose 
  385. from. A friendly place to be. Highly rated, one of the best.
  386. ─────────────────────────────────────────────────────────────────────────────
  387. InfiNet [Specific]
  388. WWIVNet @3082, WWIVLink @13051
  389. The Dead Beat Club - 310-599-0479
  390. Handles, Yes, Yes
  391. An exclusively Southern California network. We specialize in regional
  392. topics and making the local BBS scene better.
  393. ─────────────────────────────────────────────────────────────────────────────
  394. InsanityNet
  395. WWIVNet @8355, IceNET @8385
  396. Handles, No, Yes
  397. ─────────────────────────────────────────────────────────────────────────────
  398. M.A.G.Net [General] (10) (4-29-93)
  399. WWIVNet @7107
  400. Psycho BBS - 701-780-9168
  401. Handles, No, No
  402. M.A.G.Net was created to give newer BBSes a way to share information
  403. with other BBSes and help them in getting their BBS going.
  404. ─────────────────────────────────────────────────────────────────────────────
  405. NorthStarNET [] () ()
  406. WWIVNet @6259, IceNET @6259, WWIVLink @16259 
  407. AeroTech BBS - 612-935-3505
  408. Handles, Yes, Yes
  409. ─────────────────────────────────────────────────────────────────────────────
  410. NOVAnet [General] (3) (4-2-93)
  411. IceNET @2351
  412. ? - 213-294-5387
  413. Handles, No, No
  414. NOVAnet is a Programmers Club as well as a general discussions
  415. ranging from the Entertainment Industry to Electronics.
  416.