Path: utzoo!attcan!lsuc!ncrcan!hcr!edwin From: edwin@hcr.UUCP (Edwin Hoogerbeets) Newsgroups: comp.sys.amiga Subject: Introduction to comp.sys.amiga Message-ID: <4749@hcr.UUCP> Date: 25 Jan 89 02:28:24 GMT Expires: Wed, 1-Mar-89 00:00:00 EST Reply-To: edwin@hcrvax.UUCP (Edwin Hoogerbeets) Organization: HCR Corporation, Toronto Lines: 538 This is an introductory posting to comp.sys.amiga. If you are a new reader of this group or even if you just want Amiga/Usenet information, please read the following articles. It is recommended that you save this article for future reference. We hope that you refer to this article first before posting to the net. This helps keep the comp.sys.amiga* groups uncluttered with topics that have already been discussed. There is an analogous posting in comp.sys.amiga.tech. To save this posting when you are using rn: s newuser to save in the file News/newuser. notes: snewuser to save this article in the file ./newuser. To read any of the following topics, type 'g' for 'go to' and the three letter index identifier in capitals that is listed on the left. This article contains the following topics: NET The Etiquette of the net. (netiquette) Please read this article before posting anything. edwin@hcr.UUCP MOD How to receive and post Amiga programs from/to the moderated Amiga newsgroups. edwin@hcr.UUCP ain@mace.cc.purdue.edu FNF The Fish Public Domain software library. How to get Fish disks and how to submit programs. fnf@fishpond.UUCP ali@polya.stanford.edu FTP A list of locations from which you may ftp amiga files. leh@beach.cis.ufl.edu.UUCP LUSIANI@CERNVM.BITNET.UUCP page@ulowell.UUCP PIC How to get and send Amiga graphic pictures and related 'show' programs. joe@dayton.UUCP WED Address of the Wedge people. stan@teroach.UUCP FFS Answers to questions about the Fast File System. cmcmanis@pepper.UUCP SID Putting the Amiga 2000 on its side. Is it possible? edwin@hcr.UUCP Edwin uunet!utai!utcsri!hcr!edwin ************************************************************************* NET From: edwin@hcr.UUCP (Edwin Hoogerbeets) Subject: Netiquette Behaviour on the net: Behaviour on the net should be based on respect for other readers. If you follow this guideline, the net can be a very powerful tool for useful information. Try to reduce the amount of material posted and keep your articles short. This helps to save on phone bills throughout the entire Usenet community and saves time when reading the voluminous Amiga news groups. Try to avoid posting your view on an issue that has no "correct" answer. An example of this is the "my machine is better than your machine" discussion that often flares up in the microcomputer newsgroups. If you must express your point of view, please indicate that you would like to continue the discussion via mail, so as not to harass other readers that are not interested in the subject. Please do not make derogatory postings (aka. flames). Do not subject other readers to these childish tit for tat postings. Have fun via mail. Newsgroups: There are currently four official groups dedicated to the Amiga. Here is a brief description of each of them and what kind of articles they should contain: comp.sys.amiga - This newsgroup is for general discussion of Amiga related news, software and hardware. comp.sys.amiga.tech - This newsgroup is for the technical discussions about programming the hardware and software of the Amiga. comp.sources.amiga - This newsgroup contains the sources to freely redistributable programs posted exclusively by the moderators. comp.binaries.amiga - This newsgroup contains the binaries related to the programs in the sources group. This group can also only be posted to by the moderators. Please adhere to these classifications and post your news to the appropriate group. See the MOD section (enter g MOD) in this posting on how to post to and receive from the moderated groups. Mail: If you would like to reply to an article posted by someone else and you do not think your reply is of value to others on the net, then please send mail to the poster instead of posting a reply. This helps reduce the amount of news sent each day and improves the ratio of signal to noise in the newsgroup. When in rn type 'r' to reply via mail. Type 'R' to include a copy of the poster's article. Following up: If you do feel the reply is important enough for everyone on the net, then please keep your posting small. In rn, type 'f' to follow up, and 'F' to include a copy of the poster's original article. Please trim the included article down to only the relevant parts, so that people are reminded of the gist of the original without having to re-read the entire text. Posting original material: Original material is preferred, as it offers something new for the readers. However, if you post an request for information or software, please include a request for mail instead of a news followup. Again, this is to help reduce the amount the reader must go through each day. Cross posting: Cross posting to many newsgroups takes no more room or time than posting to one newsgroup. However, many more people see your article, and the above rules become more critical. If you do cross post, please realize that people from any of the groups may followup to your article. By default, most news programs post to all the original newsgroups. If you think the replies to your article will only be relevant to one group, please use the Followup-To line to indicate that the named news group should be used for replies. Also, if you are replying to someone else's cross-posted article, please edit the Newsgroups line to indicate only the groups to which your reply is relevant. Remember to have respect for your fellow netters and you will gain the most from Usenet. Edwin uunet!utai!utcsri!hcr!edwin ************************************************************************* MOD From: edwin@hcr.UUCP (Edwin Hoogerbeets) Subject: how to retrieve programs from the moderated groups Saving a file: To get a program, you must save the article you are reading. Under rn type: s filename while reading the article with the program in it. The 'filename' can be any name you choose for it. This will save the program under the default directory News. Thus the file will be News/filename. Once you have saved all the programs, you should then use an editor such as vi to delete all the lines until the one that says, "delete all lines up to this one." Shar: Most programs the moderators send out are shared together. This is a special way of binding many text files together to make them easier to handle. You now have various choices. There is an unshar program on the Amiga (Fish 97) or you can use the standard Unix Bourne shell 'sh' to unshar them. The Unix 'sh' should work with any file the moderators send across. From unix, type: sh filename It is recommended you put this file in its own directory to contain all the file that sh generates. Uudecode: Some files are binaries that have been 'uuencoded'. This is because the connection between Unix machines can only handle text characters, and not certain binary characters. To get around the problem, these binary files are encoded into text using uuencode. Uuencoded files usually have a .uu or a .uue extension so that you can recognize them. To uudecode a file type: uudecode filename It is recommended that you do your uudecoding on the Amiga. This way, there are less errors involving file formats on your host machine that are different from the Amiga's own file format. There is a version of uudecode for the Amiga on Fish 38. Arc/zoo: You might notice that .arc or .zoo files are produced by uudecode. These files are actually many files glued together and compressed to conserve space. To extract files from a .arc file, type the following on the Amiga: arc x filename To extract files from a .zoo file on the Amiga: zoo x// filename There is a version of arc on Fish 70 and a version of zoo on Fish 136. (Earlier version of arc: Fish 40. Earlier versions of zoo: Fish 87 and 108) Edwin uunet!utai!utcsri!hcr!edwin -------------------------- From: mace.cc.purdue.edu!ain (Patrick White) Subject: How to post to comp.[sources|binaries].amiga I'll give you a quick rundown of the various ways to make submissions in preferred order.. 1) make up some postings and post them to the proper groups -- since these groups are moderated, the posting will get sent via mail to the moderator(s). Preferred. Helps us a bit if we forward the submission to a different machine. 2) send mail to the mail aliases amiga-sources-request or amiga-binaries-request. Next best -- but be sure the size of the file will go through mail unscathed (100K or less is usually ok). (BTW, the aliases are always directed to the right person to receive the submissions) 3) send mail directly to the moderators. Same warnings as above, but also be sure to send it to the right person -- if you get it wrong, your mail might never be heard from again. Since all these ways use mail, the data transmission is equally reliable between them. The main difference is ease of submission, and what happens at our end. The current moderators are: Bob Page - page@swan.ulowell.edu - uunet!ut-sally!im4u!woton!swan!page Pat White (moderator without a home :-) (ain@mace.cc.purdue.edu | ain@k.cc.purdue.edu) ************************************************************************* FNF From: fnf@fishpond.UUCP Subject: How to get Fish disks. WHAT'S AVAILABLE ---------------- There are "do-nothing-useful" examples of various capabilities of the AMIGA, real development tools, editors, languages, games, and other odds & ends. Also included are machine readable form of many of the examples (received directly from C-A sources) out of the official AMIGA manuals, including the ROM Kernel Manual. HOW TO OBTAIN DISKS ------- First, check with your local dealers and user groups. Many already have the earlier disks. Since these disks can be copied freely, and widespread distribution is encouraged, they propagate out to central distribution points fairly quickly. If you just can't wait, or can't find copies locally, I am willing to make these disks available for the cost of media, mailing materials, postage, and miscellaneous expenses (like wear and tear on my drives). My goal is to get as much software as possible into the hands of people that can use and enhance it, and make the AMIGA the success it deserves to be. Generally, each disk contains all source necessary to recreate the executables provided. All programs are currently compiled with the latest Lattice C and/or Manx C compiler available at the time of release. In a very few cases (noted in the description) the code will not compile or run for some reason, but was considered interesting enough to include anyway. Almost all executables are known to run on the latest kickstart/workbench combination available at time of release. Disks are typically 85 to 95 percent full. HOW TO ORDER ------------ To order, send a list of the disks you want, and $6 per disk ($5 per disk for 10 or more disks), in U.S. funds, to: Fred Fish 1346 W. 10th Place Tempe, Arizona 85281 USA (602) 921-1113 (Sorry, I can only return calls collect.) Price includes cost of media, mailing materials, and first class domestic postage. Overseas orders add $5 per order for Air Mail. Time and other jobs permitting, all disks will be mailed within 3 days of receipt of order. Feel free to order more the the current number of disks available. Excess funds will be placed "in escrow" (refundable at any time) and drawn against for automatic mailings of future disks as they become available. I hope to add at least two to four disks per month to the library. Given that I have a database of about 300Mb of freely distributable software to draw upon, that should be a fairly easy goal to accomplish. DISK CATALOG ------------ A disk based catalog is available directly from me at no charge (as long as you supply disks and postage). The catalog has been split into two disks (disk 0A and disk 0B). To get a copy send two disks and $0.65 postage to the above address. DISTRIBUTION CRITERIA --------- To the best of my knowledge, materials in this library are freely redistributable. This means that they have met one or more of the following conditions: (1) The materials contains explicit copyright notices permitting redistribution. (2) The materials were posted to a publically accessible electronic bulletin board and did not contain any copyright notice. (Such materials will be removed if it is subsequently shown that copyright notices were illegally removed.) (3) The materials were posted to a widely disseminated electronic network (such as usenet), thus implying that their author/poster intended them to be freely distributed. This applies only if they contain no notice limiting distribution. (4) The materials contain an explicit notice placing them in the public domain. This is not the same as condition (1). One last note; I get frustrated when I get email from people and then can't get a message back to them because of some sort of braindamage in the return path. Please don't assume that just because you never saw a bounced message, that it actually got through to me, or even if it did, that I ignored it. I DO RESPOND TO ALL MY MAIL. I don't spend ANY time trying to figure out how to work around bad paths if my response gets bounced back. For best results, include your phone number in case the email route fails completely. Also note that my preferred usenet address has changed recently to this machine (fishpond!fnf), rather than mcdsun!fnf. ------------------ From: ali@polya.stanford.edu Subject: How to get a listing of Fish disks electronically: If you can FTP, you can find the following files on SCORE.STANFORD.EDU, in the directory WHEREIS (a list of programs that've appeared on Fish disks 1..138, sorted by prog name & with one line description) 1, 2, 3, ... (detailed descriptions of what's on each disk --- these are Fred Fish's own descriptions of what's on the disks) You can anonymously FTP these files. Because SCORE is a TOPS-20 machine, you can't CD to the directory, instead you need to: FTP> get whereis If you want it let me know and I can mail you at least the WHEREIS file. Ali Ozer, ali@polya.stanford.edu ************************************************************************* FTP From: ertem@polya.Stanford.EDU (Tuna Ertemalp) ------------------------------------------------------------------------- AMIGA FTP-Sites Any information starting with [;] is something which I couldn't verify. Some of them were reported to me by other people, but I never managed to FTP them. Or they seem to be refusing anonymous FTP although they used to accept it. Some of them does not seem to exist at all. Even some directories seem to have been purged. The rest is what I am using always. Have fun and keep me informed about any new sites, IP-addresses, and directories, as well as the ones which have been removed, changed, or manipulated (enough to make this list "old"). I'd appreciate it :-) Tuna Ertemalp. Ertem@Polya.Stanford.Edu ------------------------------------------------------------------------- Name IP-Address(es) Directorie(s) ------------------------------------------------------------------------- a.cs.uiuc.edu 10.3.0.37 /pub/amiga ; 192.5.69.1 cs.utah.edu 128.110.4.21 /pub/amiga-forth ; 10.0.0.4 ; husc7.harvard.edu ; 128.103.1.57 ix1.cc.utexas.edu 128.83.1.21 /microlib/amiga ix2.cc.utexas.edu 128.83.1.29 /microlib/amiga j.cc.purdue.edu 128.210.0.3 /comp.binaries.amiga ; 10.1.0.37 /comp.sources.amiga louie.udel.edu 192.5.39.3 /pub/amiga ; 10.0.0.96 /pub/ka9q ssyx.ucsc.edu 128.114.133.1 /pub/amiga swan.ulowell.edu 129.63.1.1 /amiga 129.63.224.1 topaz.rutgers.edu 128.6.4.194 /pyr-public/text/mg2/sys/amiga trantor.umd.edu 128.8.10.14 /info-amiga /info-amiga/uxe /pub ucsd.ucsd.edu 128.54.16.1 /hamradio/karn uunet.uu.net 192.12.141.129 /amiga-sources ; 192.112.141.12 ux.acss.umn.edu 128.101.63.2 /usenix87/Amiga /usenix87/Editors/Emacs/MicroGnu/sys/amiga /usenix87/Editors/Emacs/MicroGnu/tty/amiga uxc.cso.uiuc.edu 10.6.0.94 /utils/cshar 128.174.5.50 uxe.cso.uiuc.edu 128.174.5.54 /amiga /archived_notes/comp.binaries.amiga xanth.cs.odu.edu 128.82.8.1 /usenet /amiga ************************************************************************* PIC >From: joe@dayton.UUCP Subject: Re: Picture swap (was Re: clite demo) So I am hereby officially becoming a picture collector. If you have pictures, drop me a disk. For every disk of pics I get, I'll send it back with what I may have found by that point. A few notes: 1. If you send ray-traced, sending the input to the ray tracer would be appreciated. That's up to you. 2. If the picture can not be displayed with DPaintII or the DISPLAY program that comes with DBW_Render, please provide a display program somewhere on the disk or at least give me some clues as to how I should display it. 3. Make *sure* you give me full mailing info and such. 4. Anything you send me should be freely redistributable. This means that I'd love to get digitized pictures out of your favorite magazine, but that's not legal..... 5. If you DO violate note 4, at least tell me you did so I don't get into trouble with someone Official. 6. Keep copies and insure yourself if you send more disks than you're willing to lose in the mail. If I start to get some collections together, I'll do a followup and tell people what they can do to get some pictures from me without sending submissions. I'm also willing to accept pictures over the phones if I don't have to make long long-distance phone calls to do it. If you have DBW_Render pictures, you can just email those to me.... My mailing address is NOT my work address, however. Send disks, etc to: Joe Larson 6121 St. Croix Ave. N. Golden Valley, Minnesota 55422 Disks sent to me at work will get here, but home would be better.... -- UUCP: rutgers!dayton!joe Dayton Hudson Department Store Company ATT : (612) 375-3537 Joe Larson/MIS 1060 (standard disclaimer...) 700 on the Mall Mpls, Mn. 55402 ************************************************************************* WED The following is included to prevent the occasional questions on the net and in NO WAY ADVOCATES OR DISCOURAGES the use of the wedge. >From: stan@teroach.UUCP Subject: Low cost Hard Disk is here for A1000 and A500!! [stan's opinion on the wedge deleted for objectivity] So if you don't mind I'll pass on the pertinent information: R.S.I. 9651 Alexandra Road Richmond, B.C. Canada V6X 1C6 (604) 270-0064 Again, I am in no way affiliated with any of the manufacturers mentioned above, I just want the word to get out, HD RELIEF IS HERE!! ************************************************************************* FFS From: cmcmanis@pepper.UUCP Subject: Re: Fast File System questions In article <260@geocub.UUCP> anthes@geocub.UUCP (Franklin Anthes) writes: > - is FFS a totally new FS, or just changes made to the old FS? Yes and no. Yes it is a totally new file system handler, however the way the data is stored on the disk is not changed in a really remarkable way. The only real difference is that datablocks now have 512 bytes of data rather than 488. [Yes, that's a "free" 5% increase in space] > - What changes have been made? Biggest wins come from sequentially ordered hash chains and full data blocks. It makes long reads much more appealing (and DMA much more efficient). > - Why does FFS for diskettes have to wait until 1.4? Because it won't be in ROM for 1.3, so there is this chicken and egg problem where you have a disk and no filesystem in memory yet that can read it, because the filesystem is on the disk you are trying to read. See the problem ? Further, some of the stuff that diskettes rely on (like the ability to deal with being swapped out) is not part of FFS yet. > - Has something been done to make directory access faster, or will the > the speedup in this area just be proportional to the speedup for > FFS? Yes, all aspects of disk activity are faster. My wife (who uses a PC-AT at work) commented the other day at how fast the directory popped up on the screen. Such are the improvements. Anyway, with FFS all hard disk activity on the Amiga are faster than equivalent activity on the Mac, PC, or Atari. --Chuck McManis uucp: {anywhere}!sun!cmcmanis BIX: cmcmanis ARPAnet: cmcmanis@sun.com These opinions are my own and no one elses, but you knew that didn't you. ************************************************************************* SID From: edwin@hcr.UUCP Subject: Putting the 2000 on its side. There seems to be no problem with putting the Amiga 2000 on its side to make it fit nicely under a desk. My 2000 has been in this orientation for approximately 10 months and I have had no problem associated with its position. I recommend putting your computer on its left side so that the drives are as high (and accessible) as possible. You may need some extension cables for the keyboard and mouse. A standard joystick extender cable is fine for the mouse and a standard 7 prong DIN cable will work for the keyboard. Both are available at Radio Shack and similar stores. There has been some discussion about the operation of disks and drives in a sideways position. I have had no more or no less bad disks because of this. However, it remains to be seen if the disks wear out faster sideways. *************************************************************************