Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!samsung!sol.ctr.columbia.edu!src.honeywell.com!msi.umn.edu!cs.umn.edu!ux.acs!mndaily From: mndaily@ux.acs.umn.edu (Linda Seebach) Newsgroups: comp.sys.amiga.tech Subject: Developers? Message-ID: <2766@ux.acs.umn.edu> Date: 24 Nov 90 07:48:09 GMT Reply-To: mndaily@ux.acs.umn.edu (--SeebS--) Organization: University of Minnesota, ACSS Lines: 34 Every so often, someone around here refers to becoming an officially registered devloper. I had a couple of questions about this: 1] Registered with what/whom? 2] What do you get for being registered? 3] What do you have to give to be registered? 4] What is the overall point? Is this something that makes random hacking more "legitimate"? Does it earn money? Does it give you access to some otherwise secret sources of information about the computer? Will it enhance your sex drive? (etc...) (Note: If it sounds good, I might be very interested in such a status. As a mildly serious programmer, I could use some weird status. I mean, I would *like* to be able to tell my friends "hey, I'm a *DEVELOPER*"... Of course, two-thirds of them would say "great, I've got negatives..." but hey... Egotism is as deadly as anything else ;-) ) --SeebS-- Prophet in Exile Trivia question for the day: What is the *sole* functional difference between: for(i = 0;i < 20;++i) { } and i=0; while(i < 20) { ++i; } (I got the question from a friend a while back. I think it's sorta neat.)