From rws at ripco.com Fri Aug 1 08:46:53 2008 From: rws at ripco.com (Richard Schauer) Date: Fri, 1 Aug 2008 08:46:53 -0500 (CDT) Subject: Cool IBM System/34 -- was: Cool 1983 IBM System/36 system needs a home! In-Reply-To: References: <4DA352C8-3A7F-4974-BD5A-D9EBE9DF660A@mac.com> <4890E6BF.60401@nktelco.net> Message-ID: On Thu, 31 Jul 2008, Julian Wolfe wrote: > It's a cute machine, but IMO not worth the time and aggrivation it entails, > especially if you have no idea how to operate it. I think it's also > three-phase, if I'm not mistaken. You're mistaken. I have a 5340 and the 3262 printers and 8809 tape drives to go with it, and it's all single-phase 110 or 220 (unless modified to 208, check first!) The current consumption isn't really much more than a 5360, one of which sits next to my 5340. A fair bit of the draw is in the hard drives; some were equipped with 2, some with all 4 like mine. Even with 4 it's not bad, only 1500 watts or so (for the 5340 only). A microwave or space heater draws that. As far as its size- it makes a nice mantle for the living room??? :-) I've slept on top of mine once. Richard Schauer From eric at brouhaha.com Fri Aug 1 17:39:31 2008 From: eric at brouhaha.com (Eric Smith) Date: Fri, 01 Aug 2008 15:39:31 -0700 Subject: Cool IBM System/34 -- was: Cool 1983 IBM System/36 system needs a home! In-Reply-To: References: <4DA352C8-3A7F-4974-BD5A-D9EBE9DF660A@mac.com> <4890E6BF.60401@nktelco.net> Message-ID: <489390A3.6060701@brouhaha.com> Julian Wolfe wrote about a System/34: > I'd take something like this, if it wasn't so damn heavy and massive. > It's the predecessor to the AS/400 if you didn't know that. The AS/400 is much more closely related to the System/38 than the System/34. Eric From segin2005 at gmail.com Fri Aug 1 21:35:43 2008 From: segin2005 at gmail.com (Segin Noname) Date: Fri, 1 Aug 2008 22:35:43 -0400 Subject: segmented memory models Message-ID: <5a4d65ae0808011935s5b52d3ejd4b87f10e792e00b@mail.gmail.com> Note: This was written at a eariler date than mailed. This is due to the fact I personally do not have a net connection and read email whenever and however I find a unsecure IEEE 802.11g "Wi-fi" access point. As of such, I ask that would someone please be so kind as to compile all relevant replies to this email into a digest and email that to me, as at the last time I checked my email, I had over thirty thousand unread email messages (30,069 to be exact) from over the last 20 months or more and I am simply too lazy to junk them all -- it's a GMail account and the ratio of incoming daily mail to storage growth is low enough that accumulating email appears to be a non-issue, even with 3 very high volume mailing lists subscribed; wine-dev, cctalk, and I think LKML. (Normally, I sort this all out using a rather ad-hoc set of regexp filters in Thunderbird) My question is rather perplexing. When most people refer to segmented memory, AFAIK, they mean banked memory systems, where each segment is like a piece of paper, that is, seperate from each other. On the contrary, the Intel 8086's segmented memory model is like lessing some source code and using the terminal arrow keys or K/L to move the display one line; given segment X, segment X+1 contains almost all of the memory of segment x, except for a new line of 16 bytes (which the metaphor between a new line in 'less' and the segment differential is rather ironic; most hex editors I have seen display exactly 16 bytes of data per line) The question is, is the Intel 8086's memory model brain-damaged? IMHO, extremely much so. From trixter at oldskool.org Fri Aug 1 22:10:34 2008 From: trixter at oldskool.org (Jim Leonard) Date: Fri, 01 Aug 2008 22:10:34 -0500 Subject: segmented memory models In-Reply-To: <5a4d65ae0808011935s5b52d3ejd4b87f10e792e00b@mail.gmail.com> References: <5a4d65ae0808011935s5b52d3ejd4b87f10e792e00b@mail.gmail.com> Message-ID: <4893D02A.10608@oldskool.org> Segin Noname wrote: > Note: This was written at a eariler date than mailed. > This is due to the fact I personally do not have a net connection > and read email whenever and however I find a unsecure IEEE 802.11g > "Wi-fi" access point. As of such, I ask that would someone please be > so kind as to compile all relevant replies to this email into a digest > and email that to me, as at the last time I checked my email, I had > over thirty thousand unread email messages (30,069 to be exact) from > over the last 20 months or more and I am simply too lazy to junk them Then you're clearly not interested in an answer. Sorry, but my time is too valuable to handle *your* email problems. -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From john at guntersville.net Fri Aug 1 22:23:12 2008 From: john at guntersville.net (John C. Ellingboe) Date: Fri, 01 Aug 2008 22:23:12 -0500 Subject: Major House Cleaning In-Reply-To: <483C4FD4.5060306@guntersville.net> References: <483C4FD4.5060306@guntersville.net> Message-ID: <4893D320.3020105@guntersville.net> Next week the paper will start going to recycle unless someone picks it up. > > A lot of VMS gray wall books > A lot of VMS orange wall books > A lot of component (IC, diode, transistor) manufacture's data books From cisin at xenosoft.com Fri Aug 1 22:47:02 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Fri, 1 Aug 2008 20:47:02 -0700 (PDT) Subject: segmented memory models In-Reply-To: <5a4d65ae0808011935s5b52d3ejd4b87f10e792e00b@mail.gmail.com> References: <5a4d65ae0808011935s5b52d3ejd4b87f10e792e00b@mail.gmail.com> Message-ID: <20080801203549.B73788@shell.lmi.net> On Fri, 1 Aug 2008, Segin Noname wrote: > The question is, is the Intel 8086's memory model brain-damaged? IMHO, > extremely much so. It is a base and offset set of pointers. There are other systems that I much prefer, such as a 32 bit flat addressing scheme, but that would have required a BIGGER kludge for intel to have kludged it onto their processors that were built around 16 bit address bus. There is a long term trade-off between new design elegance v compatability with the 4 bit predecessors. You are welcome to pick whatever kind of system that you like. Whether or not it is "brain-damaged" is an issue of whether it performs as intended, NOT whether that is yours or my favorite way of doing it. Base and offset segmentation is NOT my favorite, but it is a valid possibility for some types of systems. Saying that it is "brain-damaged" is on a par with declaring big-endian (or little-endian) to be "brain-damaged". -- Grumpy Ol' Fred cisin at xenosoft.com From steven.alan.canning at verizon.net Sat Aug 2 03:58:37 2008 From: steven.alan.canning at verizon.net (Scanning) Date: Sat, 02 Aug 2008 01:58:37 -0700 Subject: Major House Cleaning References: <483C4FD4.5060306@guntersville.net> <4893D320.3020105@guntersville.net> Message-ID: <001501c8f47d$f3db1610$0301a8c0@hal9000> Physically located where ???? Best regards, Steven Subject: Re: Major House Cleaning > Next week the paper will start going to recycle unless someone picks it up. > > > > > A lot of VMS gray wall books > > A lot of VMS orange wall books > > A lot of component (IC, diode, transistor) manufacture's data books From john at guntersville.net Sat Aug 2 07:22:54 2008 From: john at guntersville.net (John C. Ellingboe) Date: Sat, 02 Aug 2008 07:22:54 -0500 Subject: Major House Cleaning In-Reply-To: <001501c8f47d$f3db1610$0301a8c0@hal9000> References: <483C4FD4.5060306@guntersville.net> <4893D320.3020105@guntersville.net> <001501c8f47d$f3db1610$0301a8c0@hal9000> Message-ID: <4894519E.4080004@guntersville.net> Guntersville, Al U. S. A. 35976 Scanning wrote: > Physically located where ???? > > Best regards, Steven > > > Subject: Re: Major House Cleaning > > > >>Next week the paper will start going to recycle unless someone picks it > > up. > >>>A lot of VMS gray wall books >>>A lot of VMS orange wall books >>>A lot of component (IC, diode, transistor) manufacture's data books > > > > . > From cclist at sydex.com Sat Aug 2 10:57:15 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sat, 02 Aug 2008 08:57:15 -0700 Subject: segmented memory models In-Reply-To: <20080801203549.B73788@shell.lmi.net> References: <5a4d65ae0808011935s5b52d3ejd4b87f10e792e00b@mail.gmail.com>, <20080801203549.B73788@shell.lmi.net> Message-ID: <4894216B.10725.598279@cclist.sydex.com> On 1 Aug 2008 at 20:47, Fred Cisin wrote: > It is a base and offset set of pointers. There are other systems that I > much prefer, such as a 32 bit flat addressing scheme, but that would have > required a BIGGER kludge for intel to have kludged it onto their > processors that were built around 16 bit address bus. It seems to me that Intel was attempting to solve two problems with the 16-byte segment + offset addressing. The first, and likely most important in Intel's mind was to afford addressing of more than 64K bytes. The second was to give some sort of location-independent facility for addressing code and data. Recall that in the 808x, all addresses are absolute, with on-the-fly relocation a reall PITA. The 8086 gives one the capability of position-independent code and data, at least to a granularity of 16 bytes. The downside is that when addressing a structure of more than 64K in size, address computation gets a little too involved for my taste. I think that a couple of special-purpose segment+offset arithmetic instructions might have helped quite a bit. Intel certainly could have used its segment registers as 64KByte- sized address pointers, but then the relocatability aspect would have suffered at the expense of simpler segment arithmetic. I think it's important to keep perspective here. The 8086 dates from 1978, only a year after the 8085. It was never intended to be the end result of 16-bit development at Intel, but a placeholder until the 432 "micromini" could be deployed. Moto deployed the 6809 a year later in a similar role-filling mode, the difference being that the 68K was a winning design, where the 432 fell on its face, leaving Intel with the x86. Back around 1977, there was a lot of chatter about "16 bitters". One of the big issues for systems designers was the company behind the chip. National was horrible in terms of support (PACE). TI (TMS9900) wasn't much better. GI seemed to be disintrerested in its CPU (CP1600). DG didn't want to talk to people who might compete with it (MicroNOVA) and Fairchild was loathe to admit that it even sold the 9440. All of the above suffered from one problem--64K address space size. Cheers, Chuck From bfranchuk at jetnet.ab.ca Sat Aug 2 12:09:45 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Sat, 02 Aug 2008 11:09:45 -0600 Subject: segmented memory models In-Reply-To: <4894216B.10725.598279@cclist.sydex.com> References: <5a4d65ae0808011935s5b52d3ejd4b87f10e792e00b@mail.gmail.com>, <20080801203549.B73788@shell.lmi.net> <4894216B.10725.598279@cclist.sydex.com> Message-ID: <489494D9.60008@jetnet.ab.ca> Chuck Guzis wrote: > Back around 1977, there was a lot of chatter about "16 bitters". One > of the big issues for systems designers was the company behind the > chip. National was horrible in terms of support (PACE). TI > (TMS9900) wasn't much better. GI seemed to be disintrerested in its > CPU (CP1600). DG didn't want to talk to people who might compete with > it (MicroNOVA) and Fairchild was loathe to admit that it even sold > the 9440. All of the above suffered from one problem--64K address > space size. > > Lets not forget Dec did not have the 'home' computer idea at all unlike the *PC*. I am now building a PC clone is seems again as I want a 12/24 bit cpu using bit slice components from about that same era ... 1978 ish. I am asumming 512x8 proms were out by then. 16Kb x 1 drams was normal memory size of memory chips. 512Kb of memory addressing is planned in hindsight as compared to 256Kb (18 bits) as what could have been planed had this computer been designed in the 70's. The only thing I have done is made the memory cycle speed .666 us ( .333us) access time with wait states for the last two (4K) pages of memory. This gives me the best of both worlds ... slow I/O and 150ns memory chips for a clock speed faster than a PC .8 us. In this era of megabyte memory chips is is easy to forget the memory sizes that could be put on a printed circuit card. > Cheers, > Chuck PS. I download a intel memory data book from bitsavers from 1973 ( note more memory databooks could be usefull) and marveled of the small rack of 1mega-bit memory made from 1kx1 drams compared to core of the same size. From derschjo at msu.edu Fri Aug 1 01:00:14 2008 From: derschjo at msu.edu (Josh Dersch) Date: Thu, 31 Jul 2008 23:00:14 -0700 Subject: Can anyone identify this 9-track drive? In-Reply-To: <4890799F.2040501@dunnington.plus.com> References: <488F9E66.3000600@msu.edu> <200807301308.m6UD8TS5028198@yagi.h-net.msu.edu> <000601c8f249$79d0a370$2101a8c0@finans> <4890799F.2040501@dunnington.plus.com> Message-ID: <4892A66E.9080606@msu.edu> After looking through the manuals on Bitsavers it definitely is an M4 drive. Still not sure precisely what model, it's not a 9914, though the SCSI board is definitely very similar. Thanks for the pointers! Josh Pete Turnbull wrote: > On 30/07/2008 14:37, Nico de Jong wrote: > >> Sorry, but I dont agree. The 34xx series do not have a plastic cover >> between >> the lid and the drive mechanism. The H and W sizes dont match either, >> but >> the correspond to the M4 drive > > I'm with Nico. It's definitely an M4 Data drive. I have a very > similar model (a 9900), and it looks almost exactly like the > pictures. Mine does 1600bpi and 3200bpi; 800bpi needs an extra card > which I don't have (and the M4 guys told me that not all the head > assemblies they used are good for 800bpi/NRZ anyway). Mine has two > connectors for a Pertec interface, no SCSI, and connects to a QBus > controller on one of my 11/73s. > From vpmmviii at prevelakis.net Sat Aug 2 03:38:54 2008 From: vpmmviii at prevelakis.net (Vassilis Prevelakis) Date: Sat, 2 Aug 2008 04:38:54 -0400 (EDT) Subject: Discovering How Greeks Computed in 100 B.C Message-ID: <200808020838.m728cs2x001423@caladan-columbia.cs.columbia.edu> For a more technical description of the mechanism you can also check: The Antikythera Mechanism: a Computer Science Perspective by Diomidis Spinellis at http://www.dmst.aueb.gr/dds/pubs/jrnl/2008-Computer-Antikythera/html/Spi08d.htm Regards **vp From cisin at xenosoft.com Sat Aug 2 13:46:15 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Sat, 2 Aug 2008 11:46:15 -0700 (PDT) Subject: Discovering How Greeks Computed in 100 B.C In-Reply-To: <200808020838.m728cs2x001423@caladan-columbia.cs.columbia.edu> References: <200808020838.m728cs2x001423@caladan-columbia.cs.columbia.edu> Message-ID: <20080802113817.F97439@shell.lmi.net> On Sat, 2 Aug 2008, Vassilis Prevelakis wrote: > For a more technical description of the mechanism you can also check: > The Antikythera Mechanism: a Computer Science Perspective > by Diomidis Spinellis > at > http://www.dmst.aueb.gr/dds/pubs/jrnl/2008-Computer-Antikythera/html/Spi08d.htm In the news Thursday, . . . They've deciphered enough of the inscriptions to find that the calibrations include the timings of the Greek Olympics. While not a big deal in itself, it implies that it was NOT entirely a scientific instrument, that it was also intended for some more social PDA uses. http://ap.google.com/article/ALeqM5jU7fJrgvGExUWTrCXBVupod791KwD928EIB80http://ap.google.com/article/ALeqM5jU7fJrgvGExUWTrCXBVupod791KwD928EIB80 http://news.bbc.co.uk/1/hi/sci/tech/7533457.stm http://www.reuters.com/article/scienceNews/idUSL06431620080731 Hmmmm. How long before they figure out that it was used for odds-making by bookies? -- Grumpy Ol' Fred cisin at xenosoft.com From ard at p850ug1.demon.co.uk Sat Aug 2 15:41:03 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Sat, 2 Aug 2008 21:41:03 +0100 (BST) Subject: segmented memory models In-Reply-To: <20080801203549.B73788@shell.lmi.net> from "Fred Cisin" at Aug 1, 8 08:47:02 pm Message-ID: > You are welcome to pick whatever kind of system that you like. Whether or > not it is "brain-damaged" is an issue of whether it performs as intended, > NOT whether that is yours or my favorite way of doing it. No, I disagree with you there. To me, if something doesn;t perform as intended/as docuemnted, then it's brokem. But if that intention/documentation is, shall we say, silly, then it's brain dead (even though it performs according to that documentation). A hardware example is the active-high edge-triggered interrupts on the ISA bus. The system performs as intended (by the designers), it behaves as documetned (in the IBM TechRefs). But IMHO it's still brain-dead in that, to save one cheap TTL chip, we had IRQ conflict problems for many years... -tony From pat at computer-refuge.org Sat Aug 2 16:23:16 2008 From: pat at computer-refuge.org (Patrick Finnegan) Date: Sat, 2 Aug 2008 17:23:16 -0400 Subject: Stuff available in Lafayette, IN Message-ID: <200808021723.16608.pat@computer-refuge.org> I've got the following machines available, cheap for pickup in downtown Lafayette, IN, I'm asking for $10 each. I do not have the time to ship this, or drop it off anywhere. These will be scrapped in 2 weeks if they're not picked up by then. Aspect 3000 NMR vector computer (about 8U tall rackmount). Sun E4000 chassis, empty (2) Sun E450 (some parts in them, but not a full config) (2) Sun Ray 100, 17" CRT. Brand new, I have some keyboards and mice (7) Cisco 7000 router, including EIP, AIP, FIP, and fast serial cards. (2) Intel MDX 8" Hard disk drive AT&T 5620 terminal. No keyboards. (6) Motorola Information Systems 6300 (rebadged convergent) 68k UNIX system AT&T 3B2/310, probably needs a new hard drive (2) AT&T 6300, HDD and FDD. No keyboard or monitor AT&T 6300, 2 FDD. No keyboard or monitor Apollo Domain 3500. No keyboard/mouse or monitor. Untested SGI Octane (2) DEC AlphaServer 4100 Pat -- Purdue University Research Computing --- http://www.rcac.purdue.edu/ The Computer Refuge --- http://computer-refuge.org From cisin at xenosoft.com Sat Aug 2 19:18:44 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Sat, 2 Aug 2008 17:18:44 -0700 (PDT) Subject: segmented memory models In-Reply-To: References: Message-ID: <20080802164919.L6454@shell.lmi.net> > > You are welcome to pick whatever kind of system that you like. Whether or > > not it is "brain-damaged" is an issue of whether it performs as intended, > > NOT whether that is yours or my favorite way of doing it. On Sat, 2 Aug 2008, Tony Duell wrote: > No, I disagree with you there. > To me, if something doesn;t perform as intended/as docuemnted, then it's > brokem. But if that intention/documentation is, shall we say, silly, then > it's brain dead (even though it performs according to that documentation). > A hardware example is the active-high edge-triggered interrupts on the > ISA bus. The system performs as intended (by the designers), it behaves > as documetned (in the IBM TechRefs). But IMHO it's still brain-dead in > that, to save one cheap TTL chip, we had IRQ conflict problems for many > years... Ah, a matter of semantics. They didn't INTEND to have IRQ conflicts, and thought that they could get away with cutting that corner, possibly through a gross underestimate of how much use the bus would get. I consider that to be working "as designed", not "as intended". But, there is no question that mistakes happen, and that design decision sure seems to be one. I also don't understand the reasoning behind the mode switching in the 80286. Back to the OP, . . . I don't see the segmented architecture as a mistake, but as a successful attempt to do something that in the long term may have been of questionable value. In the short term, it sure made porting software from CP/M easy. Lisa and Mac software took a while to develop, but the PC was inundated with software immediately. It seemed like it took longer to edit and reprint the manuals than to port the software. Similar to the OP, I've even heard programmers declare it to be a bug that overflowing an offset register doesn't increment the high nibble of the segment register! Were either the 5150 or the 8086 architecture intended to last until 1990? -- Grumpy Ol' Fred cisin at xenosoft.com From cclist at sydex.com Sat Aug 2 20:39:40 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sat, 02 Aug 2008 18:39:40 -0700 Subject: segmented memory models In-Reply-To: <20080802164919.L6454@shell.lmi.net> References: , <20080802164919.L6454@shell.lmi.net> Message-ID: <4894A9EC.24162.26EB50D@cclist.sydex.com> On 2 Aug 2008 at 17:18, Fred Cisin wrote: > Were either the 5150 or the 8086 architecture intended to last until 1990? I don't think the 8086 was intended to last until 1983. I can remember asking our Intel sales engineer about using the 8086 sometime around 1979. His response was to wait for the Real Deal-- the iAPX432/8800. At about that time, we were starting to get early data and then steppings of the 80186 and decided to use that chip instead of the 8086, the '186 being more advanced and faster than the 8086. We included a socket for the 80286, even though real working (i.e. protected mode running) software (Xenix) wasn't ready by any stretch at the time (the port of Xenix to the 80286 was a joint Microsoft/Intel deal, with Intel doing the kernel work). Both the 80186 and 80286 were ceramic LCC package and ran at 6 MHz. What was surprising is that no IBM PC product ever used the 80186. I recall a bug in the early 186 steppings that damned near drove me nuts (or maybe it actually did). We'd have a system running that would seemingly crash at random every other day or so. Being an early stepping, there was no ICE for the thing and with the on-chip peripherals, there weren't a lot of places to hang a logic analyzer. You'd write some diagnostic code and it'd run flawlessly for a week. Eventually, it turned out that what was happening was that the SI and DI registers would get clobbered by DMA activity. After much lost hair, we discovered the problem, and phoned the Intel application engineer assigned to the 80186. He told us, that yup, they knew about it--had for a week. Just never bothered to tell anyone about it. A month out of my life that I don't miss at all. If you haven't yet, by all means research the 432--the architecture is about as far from the 8080/8086 family as one could get. Perhaps a picture of what the PC (at least the advanced models) might have been. Cheers, Chuck From cisin at xenosoft.com Sat Aug 2 21:37:26 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Sat, 2 Aug 2008 19:37:26 -0700 (PDT) Subject: segmented memory models In-Reply-To: <4894A9EC.24162.26EB50D@cclist.sydex.com> References: , <20080802164919.L6454@shell.lmi.net> <4894A9EC.24162.26EB50D@cclist.sydex.com> Message-ID: <20080802193618.W11507@shell.lmi.net> > Eventually, it turned out that what was happening was that the SI > and DI registers would get clobbered by DMA activity. After much . . . and there was the clobbering of CX with multiple prefixes to MOVS From tosteve at yahoo.com Sat Aug 2 21:46:38 2008 From: tosteve at yahoo.com (steven stengel) Date: Sat, 2 Aug 2008 19:46:38 -0700 (PDT) Subject: TEST - do not read. Message-ID: <688810.47675.qm@web51602.mail.re2.yahoo.com> I told you not to. From rtellason at verizon.net Sat Aug 2 23:01:04 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Sun, 03 Aug 2008 00:01:04 -0400 Subject: Apple GS II power supply In-Reply-To: <000c01c8f321$dbb54720$2101a8c0@finans> References: <000c01c8f321$dbb54720$2101a8c0@finans> Message-ID: <200808030001.04270.rtellason@verizon.net> On Thursday 31 July 2008 11:26, Nico de Jong wrote: > Hi all > > Would anyone be interested in an Apple GS II powersupply? It is made by > Astec, odl AA13591, and features +5V at 4.0 Amp, +12V at 2.5 Amp, and > 0,25Afor -5 and-12V > > The unit is for 230V, 50/60 Hz. I'd be real surprised if it weren't switchable, though I suppose some were made that weren't. I have a IIgs in a box stored away, and haven't gotten into it yet, so I don't recall whether there's a voltage selector switch or similar in there. Some of the supplies I recall (including some Astec) used a wire jumper instead. -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. ?--Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From frustum at pacbell.net Sat Aug 2 23:04:56 2008 From: frustum at pacbell.net (Jim Battle) Date: Sat, 02 Aug 2008 23:04:56 -0500 Subject: segmented memory models In-Reply-To: <4894A9EC.24162.26EB50D@cclist.sydex.com> References: , <20080802164919.L6454@shell.lmi.net> <4894A9EC.24162.26EB50D@cclist.sydex.com> Message-ID: <48952E68.3030900@pacbell.net> Chuck Guzis wrote: ... > If you haven't yet, by all means research the 432--the architecture > is about as far from the 8080/8086 family as one could get. Perhaps > a picture of what the PC (at least the advanced models) might have > been. I'm surprised that the intel specs for it haven't been scanned and put online somewhere. Just about all other intel databooks have made it online, so I don't know why the 432 is exempt. Or maybe I'm just not looking hard enough. I have no real need to see it; just passing curiosity. The list's Eric Smith appears to have the most comprehensive webpage about the 432: http://www.brouhaha.com/~eric/retrocomputing/intel/iapx432/ but even it doesn't contain the datasheets and manuals -- just the names of all the data sheets and manuals that are known. From rtellason at verizon.net Sat Aug 2 23:11:39 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Sun, 03 Aug 2008 00:11:39 -0400 Subject: segmented memory models In-Reply-To: <4894A9EC.24162.26EB50D@cclist.sydex.com> References: <20080802164919.L6454@shell.lmi.net> <4894A9EC.24162.26EB50D@cclist.sydex.com> Message-ID: <200808030011.39668.rtellason@verizon.net> On Saturday 02 August 2008 21:39, Chuck Guzis wrote: > What was surprising is that no IBM PC product ever used the 80186. I seem to recall something about the use of "reserved" interrupts or similar that was the reason behind that -- apparently somebody (m$?) used 'em anyhow, making the '186 not an option. I do remember seeing a small number of '186 machines out there, but they never did seem to get any traction. -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. ?--Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From cclist at sydex.com Sun Aug 3 00:31:14 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sat, 02 Aug 2008 22:31:14 -0700 Subject: segmented memory models In-Reply-To: <200808030011.39668.rtellason@verizon.net> References: , <4894A9EC.24162.26EB50D@cclist.sydex.com>, <200808030011.39668.rtellason@verizon.net> Message-ID: <4894E032.613.342B5DB@cclist.sydex.com> On 3 Aug 2008 at 0:11, Roy J. Tellason wrote: > I seem to recall something about the use of "reserved" interrupts or similar > that was the reason behind that -- apparently somebody (m$?) used 'em anyhow, > making the '186 not an option. Right from the beginning, Intel reserved interrupt types 0-31 (decimal), with 0-4 having defined functions on the 8086/88. The 186 used 5 for a bounds exception (BOUND instruction), 6 for unused opcode exception (useful!), and 7 for ESC opcodes if enabled. The DMA controllers used 10 and 11 for signalling TC; and the timers used 8, 18, and 19. External interrupts (INT0-INT3 pins) were mapped to 12-15. Of course, neither the DMA controllers nor the timers were anything like the 8237 or 8254 from a programming standpoint. It seems to me that someone used the 80186 in 8086 compatibility mode with the traditional 82xx support devices to maintain compatibility (Tandy 2000?). The 80186 was quite a bit faster than the 8086 for the same clock speed. It was the 80C188 that seemed to find all sorts of applications in the embedded world. It was available in several variations, including with an on-chip UART. Cheers, Chuck From dkelvey at hotmail.com Sun Aug 3 00:47:13 2008 From: dkelvey at hotmail.com (dwight elvey) Date: Sat, 2 Aug 2008 22:47:13 -0700 Subject: segmented memory models In-Reply-To: <200808030011.39668.rtellason@verizon.net> References: <20080802164919.L6454@shell.lmi.net> <4894A9EC.24162.26EB50D@cclist.sydex.com> <200808030011.39668.rtellason@verizon.net> Message-ID: > From: rtellason at verizon.net > > On Saturday 02 August 2008 21:39, Chuck Guzis wrote: >> What was surprising is that no IBM PC product ever used the 80186. > > I seem to recall something about the use of "reserved" interrupts or similar > that was the reason behind that -- apparently somebody (m$?) used 'em anyhow, > making the '186 not an option. > The 186 was really intended as a controller. It was an 86 instruction to simplify coding in languages that were developed for the 86. It had a few enhaced functions. Memory mapping saved external hardware. As I recall, it had a serial port as well. This made it good for embedded Forths. Dwight _________________________________________________________________ Reveal your inner athlete and share it with friends on Windows Live. http://revealyourinnerathlete.windowslive.com?locale=en-us&ocid=TXT_TAGLM_WLYIA_whichathlete_us From mouse at Rodents-Montreal.ORG Sat Aug 2 14:21:29 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Sat, 2 Aug 2008 15:21:29 -0400 (EDT) Subject: segmented memory models In-Reply-To: <20080801203549.B73788@shell.lmi.net> References: <5a4d65ae0808011935s5b52d3ejd4b87f10e792e00b@mail.gmail.com> <20080801203549.B73788@shell.lmi.net> Message-ID: <200808021929.PAA09558@Sparkle.Rodents-Montreal.ORG> > You are welcome to pick whatever kind of system that you like. > Whether or not it is "brain-damaged" is an issue of whether it > performs as intended, This is not how I have learned to use "brain-damaged". A cretinous design, implemented perfectly, is still cretinous. Whether a segmented architecture such as the 8086's *is* brain-damaged is a separate issue; as you point out, this depends on the intended use. (For general-purpose computing, I am inclined to say it is, but that's orthogonal to my principal point here.) /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From andyh at andyh-rayleigh.freeserve.co.uk Sat Aug 2 15:48:22 2008 From: andyh at andyh-rayleigh.freeserve.co.uk (Andy Holt) Date: Sat, 2 Aug 2008 21:48:22 +0100 Subject: segmented memory models In-Reply-To: <4894216B.10725.598279@cclist.sydex.com> Message-ID: Is it possible that when designing the 8086, it's architect already had in mind the 286? In that processor the segments are capable of implementing a Multics-style OS. [that would assume the 8086 was a "quick hack" to tide Intel over until the technology for better chips existed] And at that time the coming dominance of Unix-derived OS's (or of Microsoft) was not as obvious as we now may think with 20-20 hindsight. Andy From nico at farumdata.dk Sun Aug 3 06:11:30 2008 From: nico at farumdata.dk (Nico de Jong) Date: Sun, 3 Aug 2008 13:11:30 +0200 Subject: Apple GS II power supply References: <000c01c8f321$dbb54720$2101a8c0@finans> <200808030001.04270.rtellason@verizon.net> Message-ID: <000e01c8f559$aeb23c30$2101a8c0@finans> > On Thursday 31 July 2008 11:26, Nico de Jong wrote: > > Hi all > > > > Would anyone be interested in an Apple GS II powersupply? It is made by > > Astec, odl AA13591, and features +5V at 4.0 Amp, +12V at 2.5 Amp, and > > 0,25Afor -5 and-12V > > > > The unit is for 230V, 50/60 Hz. > > I'd be real surprised if it weren't switchable, though I suppose some were > made that weren't. I have a IIgs in a box stored away, and haven't gotten > into it yet, so I don't recall whether there's a voltage selector switch or > similar in there. Some of the supplies I recall (including some Astec) used > a wire jumper instead. > There is neither a voltage selector switch nor a jumper. I'm skating on thin ice now, but logic tells me that the power supply is a bastard meant for European use, as (1) there is room above the AC input connector to mount a switch, and (2) there is a cut-out for a fan, but the size of the circuit board prohibits the mounting of a fan. Nico From ard at p850ug1.demon.co.uk Sun Aug 3 12:16:43 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Sun, 3 Aug 2008 18:16:43 +0100 (BST) Subject: segmented memory models In-Reply-To: <20080802164919.L6454@shell.lmi.net> from "Fred Cisin" at Aug 2, 8 05:18:44 pm Message-ID: > > > > You are welcome to pick whatever kind of system that you like. Whether or > > > not it is "brain-damaged" is an issue of whether it performs as intended, > > > NOT whether that is yours or my favorite way of doing it. > > On Sat, 2 Aug 2008, Tony Duell wrote: > > No, I disagree with you there. > > To me, if something doesn;t perform as intended/as docuemnted, then it's > > brokem. But if that intention/documentation is, shall we say, silly, then > > it's brain dead (even though it performs according to that documentation). > > A hardware example is the active-high edge-triggered interrupts on the > > ISA bus. The system performs as intended (by the designers), it behaves > > as documetned (in the IBM TechRefs). But IMHO it's still brain-dead in > > that, to save one cheap TTL chip, we had IRQ conflict problems for many > > years... > > Ah, a matter of semantics. > They didn't INTEND to have IRQ conflicts, and thought that they could get Of course not. And IMHO one common expression of 'brain damage' is when the design omitted to ccosider soemthing that later became a major issue. > away with cutting that corner, possibly through a gross underestimate of > how much use the bus would get. It actually might not have been much of a problem with the original 5150. That had 5 slots, of which one was taken by the video card (probably no IRQ line used, the MDA card, could, IIRC, use an IRQ line for the printer port, but interrupts on the printer ports were not that important anyway...). The original IBM expansion cards didn't, IIRC, ever use more than 1 IRQ line each, so with only 5 sloits there were enough IRQ lines to go round. On the other had, with the PC/XT (8 slots) or the expansion cabinet, it became much more of the problem. And that's aonother expression of 'brain dead'. Not allowing for (sensible) future expansion. > > I consider that to be working "as designed", not "as intended". > YEs, the IBM PC iuterrupt system works as designed. And, IMHO, as intended by the designer. I still consider it to be brain dead, though. Another example of a brain-dead design, IMHO, is the 80286's behaviour on reset. As I understand the history : The 8080 started executing at location 0 on reset . Therefore, the the original Intel 8080 development system had RAM at location 0. This machine had a hardware front panel so you could write a JMP instruction into said RAM at location 0 to jump to whatever program you wanted to run. Therefore a large number of programs (including CP/M, of course) were written assuming RAM at location 0. On machines without a front panel and/or machine aimed at the end user, you needed a small amount of extra hardware to either force a JMP ontto the data bus after reset, or to have ROM mapped at location 0 after a reset that was switvhed out (and replaced by RAM) adter the CPU had jumped to a rotuine near the top of memory The 8086/8088, however, tried to get round this problem by starting to execute a program at location FFFF:0 on reset. IMHO this doesn't help things at all, the original problem was due to a fixed location where the CPU started executing after a reset, not where that location was in the memory map But the 80286 starts executing at location 0FFFF0 on reset too, even though it has a 24 bit adress bus. That is, somewhere in the middle of the address space. Neither at the very start, or near the top. That, on a machine without a true MMU, is brain-dead IMHO. It lead, of course, to the 'A20 gate' in the PC/AT, etc. And what maces the design worse is that the problem had been considered (and correctly solved) before. On the PDP11, the top part of the address space was used for I/O devices. And it was the top part on all PDP11s, whether they had 16, 18, or 22 bit addressing. -tony From cclist at sydex.com Sun Aug 3 12:51:22 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sun, 03 Aug 2008 10:51:22 -0700 Subject: segmented memory models In-Reply-To: References: <4894216B.10725.598279@cclist.sydex.com>, Message-ID: <48958DAA.23856.45ACEF@cclist.sydex.com> On 2 Aug 2008 at 21:48, Andy Holt wrote: > Is it possible that when designing the 8086, it's architect already > had in mind the 286? In that processor the segments are capable of > implementing a Multics-style OS. [that would assume the 8086 was a > "quick hack" to tide Intel over until the technology for better chips > existed] It wouldn't surprise me that an 80286-like chip was on the drawing board when the 8086 was launched. Intel tended to think pretty far ahead back then. Indeed, the 432 had segments. > And at that time the coming dominance of Unix-derived OS's (or of > Microsoft) was not as obvious as we now may think with 20-20 hindsight. Multics-derived OSes weren't the only game in town using protection schemes back then. When the 8086 was launched, OS memory protection was very much current thinking, just as OOP and message-passing OSes were current mainstream thought when the 432 was designed. An earlier comment was made about "home PCs" not being seen when the first generation of 16-bit chips were deployed. That may have been true, but "business computers" were very much part of mainstream thought. Chip manufacturers could look at the success of the likes of the DEC and DG minis and easily see where the future was pointed. I do recall that the Intel rep did say that the 432 was designed as an Ada machine. That may have been speculation on the part of marketing type, but it demonstrates where the thinking was. What's ironic to me is that the i960 RISC processor arose out of the ashes of the very-very-CISC 432. From one extreme to the other. Another curiosity was the interesting game thatSiemens was playing. Around 1978 they paired up with AMD to form a joint venture called "American Micro Computers" or AMC to develop a support base for the Z8000. When that flopped, they tried the same approach with Intel a few years later with a joint venture, called BiiN to develop a support base for the i960, which ultimately flopped. I have some AMC manuals, but no BiiN paper. Does anyone own any of the development system hardware produced by either AMC or BiiN? It should be pretty rare. Cheers, Chuck From cclist at sydex.com Sun Aug 3 13:02:29 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sun, 03 Aug 2008 11:02:29 -0700 Subject: segmented memory models In-Reply-To: References: <20080802164919.L6454@shell.lmi.net> from "Fred Cisin" at Aug 2, 8 05:18:44 pm, Message-ID: <48959045.4515.4FD854@cclist.sydex.com> On 3 Aug 2008 at 18:16, Tony Duell wrote: > But the 80286 starts executing at location 0FFFF0 on reset too, even > though it has a 24 bit adress bus. That is, somewhere in the middle of > the address space. Neither at the very start, or near the top. That, on a > machine without a true MMU, is brain-dead IMHO. It lead, of course, to > the 'A20 gate' in the PC/AT, etc. Think about it--it makes sense from Intel's point of view. They get a CPU that boots in real mode with a memory map identical to that of the 8086. Software interrupts still vector to low memory, the reset jump is at the top of addressable memory. When you enter protected mode, the memory layout is pretty much immaterial. The jump to 0FFFF0 does not preclude using "shadowing" any more than it does to put the jump to 00000. Remember that the 80286 was intended as a product-line filler for the 808x line and probably intended to be (from everything I've read) the last member of the family. To me, the huge break in the family philosophy is represented by the 80386; essentially implementing not only real mode, but TWO protected- memory management architectures. You may have exchanged your horse for a car, but you've still got a buggy whip and feedbag, just in case. Cheers, Chuck From slawmaster at gmail.com Sun Aug 3 13:09:17 2008 From: slawmaster at gmail.com (John Floren) Date: Sun, 3 Aug 2008 14:09:17 -0400 Subject: IBM Powerstation 320h Message-ID: <7d3530220808031109u4c211cd6xe96dff49e73c2fe2@mail.gmail.com> A friend of mine told me he just got an IBM Powerstation 320h system and wants to know if I want it, but I can't seem to find any information on it. Anybody here got some typical specs and/or opinions on the computer? Thanks John -- Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn From eric at brouhaha.com Sun Aug 3 13:28:48 2008 From: eric at brouhaha.com (Eric Smith) Date: Sun, 03 Aug 2008 11:28:48 -0700 Subject: segmented memory models In-Reply-To: <48958DAA.23856.45ACEF@cclist.sydex.com> References: <4894216B.10725.598279@cclist.sydex.com>, <48958DAA.23856.45ACEF@cclist.sydex.com> Message-ID: <4895F8E0.9070300@brouhaha.com> Chuck wrote: > I do recall that the Intel rep did say that the 432 was designed as > an Ada machine. That may have been speculation on the part of > marketing type, but it demonstrates where the thinking was. It was a "retcon". When the key aspects of the 8800 architecture (which became the 432) were developed, HOLWG hadn't even yet narrowed the competition from four languages down to two. It's more a matter that when the Green proposal was chosen in mid-1979, it happened to be a moderately good fit for the 432 architecture. Since the DoD was backing it, the expectation was that Ada would become very popular. The first high-level language Intel shipped to 432 customers actually was not Ada, but rather a Smalltalk dialect called OPL ("Object Programming Language"), derived from Rosetta Smalltalk. The Rosetta Inc. web site apparently went away within the last year. Eric From doc at mdrconsult.com Sun Aug 3 13:55:16 2008 From: doc at mdrconsult.com (Doc Shipley) Date: Sun, 03 Aug 2008 13:55:16 -0500 Subject: IBM Powerstation 320h In-Reply-To: <7d3530220808031109u4c211cd6xe96dff49e73c2fe2@mail.gmail.com> References: <7d3530220808031109u4c211cd6xe96dff49e73c2fe2@mail.gmail.com> Message-ID: <4895FF14.60507@mdrconsult.com> John Floren wrote: > A friend of mine told me he just got an IBM Powerstation 320h system > and wants to know if I want it, but I can't seem to find any > information on it. Anybody here got some typical specs and/or opinions > on the computer? It's a variant of the 7012-320 - IBM's first desktop POWER system. IBM didn't publish MHz specs then, but suffice it to say that the thing is *slow*. It'll run AIX 5.1, if you like pain, but v4.3 or even v3.2 is much more its speed. No pun intended. One detail of note: try to get the key with it. That lock not only keeps the case closed but determines the boot mode. It's also a DAMNED GOOD lock - not likely you'll pick it with a pocket-knife. If you have to drill it out, plan to replace it with a 3-pos rotary switch. Doc From pat at computer-refuge.org Sun Aug 3 16:02:47 2008 From: pat at computer-refuge.org (Patrick Finnegan) Date: Sun, 3 Aug 2008 17:02:47 -0400 Subject: IBM Powerstation 320h In-Reply-To: <4895FF14.60507@mdrconsult.com> References: <7d3530220808031109u4c211cd6xe96dff49e73c2fe2@mail.gmail.com> <4895FF14.60507@mdrconsult.com> Message-ID: <200808031702.47595.pat@computer-refuge.org> On Sunday 03 August 2008, Doc Shipley wrote: > John Floren wrote: > > A friend of mine told me he just got an IBM Powerstation 320h > > system and wants to know if I want it, but I can't seem to find any > > information on it. Anybody here got some typical specs and/or > > opinions on the computer? > > It's a variant of the 7012-320 - IBM's first desktop POWER system. > IBM didn't publish MHz specs then, but suffice it to say that the > thing is *slow*. It'll run AIX 5.1, if you like pain, but v4.3 or > even v3.2 is much more its speed. No pun intended. Actually, they did publish the clock speed. According to my copy of the IBM RS/6000 price list from Sept 21, 1993, the 7012-32H was withdrawn on 8/18/93, had a list price of $11,750, and a CPU speed of 25MHz. It's one of the slowest RS/6000 systems that IBM ever produced. Pat -- Purdue University Research Computing --- http://www.rcac.purdue.edu/ The Computer Refuge --- http://computer-refuge.org From silent700 at gmail.com Sun Aug 3 17:37:49 2008 From: silent700 at gmail.com (Jason T) Date: Sun, 3 Aug 2008 17:37:49 -0500 Subject: Offer: Mac Color Classic box Message-ID: <51ea77730808031537j13304d23rb28cf1cda1899c86@mail.gmail.com> That's right, just the box - the cardboard kind. This one's for the hardcore MacHeads out there. I've got a CC, which I'm keeping, and never had any packing materials, books, etc., but somehow I ended up with the box. It's in reasonably good shape, with various shipping/store labels on it, but not torn or stained. If anyone wants it, I can flatten it, put a label on it and send it USPS or whatever your favorite carrier is. Otherwise, out it goes... j -- silent700.blogspot.com Retrocomputing and collecting in the Chicago area: http://chiclassiccomp.org From brain at jbrain.com Sun Aug 3 21:57:50 2008 From: brain at jbrain.com (Jim Brain) Date: Sun, 03 Aug 2008 21:57:50 -0500 Subject: segmented memory models In-Reply-To: References: Message-ID: <4896702E.6050002@jbrain.com> Tony Duell wrote: > And IMHO one common expression of 'brain damage' is when the design > omitted to ccosider soemthing that later became a major issue. > Do you design for a living? If so, then my hat is off to you for thinking of *EVERY POSSIBLE* use of the design you have made. I design for a living, and I think you're asking way too much of a designer. The best designers plan for the stated requirements and try to consider the long term, but they are not prophets. I think subjecting the designers choices to things that came much later is ludicrous. And on the RAM at $0000 issue, I think that is simply Intel and the PC environment responding to bad choices that people made. Intel 8080 designers no doubt assumed (as the MOS folks did), that startup vectors would be in ROM. The Development Board chose RAM + switches to offer some flexibility, which is to be expected. That CP/M and later systems assumed RAM at $0 can't be blamed on Intel. The fact that they later tried to fix the issue by moving the jump table to the top segment seems to me to be reacting to the "status quo", not creating a bad design. CPUs need to fetch vectors from a fixed address. Anywhere you put them will offend someone. I think Intel putting them at the bottom sounds like a fine design, at least in the '70s. 'C' and it's desire to have address 0 be NULL was not around on the micros, and putting it at the bottom alleviated the need to keep moving it as the "top" of memory keeps moving up. > And what maces the design worse is that the problem had been considered > (and correctly solved) before. On the PDP11, the top part of the address > space was used for I/O devices. And it was the top part on all PDP11s, > whether they had 16, 18, or 22 bit addressing. > I don't think I would call that a correct design. It forces all programs to treat all IO as relative addresses, since they will move as the design moves. If there are processing penalties for relative addressing, you've sealed the programmer's fate. It was a good choice for minicomputers, as they specced out multiple addressing options for various levels of the market, and programmers all designed with that in mind. How was Intel to know the 8080 would sell as well as a DEC CPU? Applying the accumulated knowledge of history to attack a designer who did not have access to that knowledge is bad form, in my opinion. For the record, I despise the segmented architecture of the 8086, but I truly understand and appreciate the pains the designer went to allow porting of 8080 apps (I think porting might be too much to call it, I think a simple assemble would do the trick, as the 8080 assumed a 64kB address space, which is the same as one segment. Why the overlapped is unclear to me, but I wouldn't call that a bug. And, I admit that I despise the segments only because I didn't care about the 8080, and thus compatibility with it was not on my radar. I reserve "brain damaged" for something that does not satisfy requirements available at time of design, or were blatantly obvious at design time, or shows a clear lack of ingenuity or creativity on the designer's part, and cannot be explained away by compatibility concerns or reactive pressures (designing something in because, in spite of the best efforts to document that people not do it, they do anyway) Jim From ploopster at gmail.com Sun Aug 3 22:20:35 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Sun, 03 Aug 2008 23:20:35 -0400 Subject: IBM Powerstation 320h In-Reply-To: <7d3530220808031109u4c211cd6xe96dff49e73c2fe2@mail.gmail.com> References: <7d3530220808031109u4c211cd6xe96dff49e73c2fe2@mail.gmail.com> Message-ID: <48967583.6030709@gmail.com> John Floren wrote: > A friend of mine told me he just got an IBM Powerstation 320h system > and wants to know if I want it, but I can't seem to find any > information on it. Anybody here got some typical specs and/or opinions > on the computer? 25MHz POWER. Will run everything up to AIX 5.1 slowly, if memory serves. Four 32-bit Microchannel slots. Basically the fastest member of the first generation of RS/6000s. Peace... Sridhar From ploopster at gmail.com Sun Aug 3 22:22:48 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Sun, 03 Aug 2008 23:22:48 -0400 Subject: IBM Powerstation 320h In-Reply-To: <200808031702.47595.pat@computer-refuge.org> References: <7d3530220808031109u4c211cd6xe96dff49e73c2fe2@mail.gmail.com> <4895FF14.60507@mdrconsult.com> <200808031702.47595.pat@computer-refuge.org> Message-ID: <48967608.7060108@gmail.com> Patrick Finnegan wrote: > On Sunday 03 August 2008, Doc Shipley wrote: >> John Floren wrote: >>> A friend of mine told me he just got an IBM Powerstation 320h >>> system and wants to know if I want it, but I can't seem to find any >>> information on it. Anybody here got some typical specs and/or >>> opinions on the computer? >> It's a variant of the 7012-320 - IBM's first desktop POWER system. >> IBM didn't publish MHz specs then, but suffice it to say that the >> thing is *slow*. It'll run AIX 5.1, if you like pain, but v4.3 or >> even v3.2 is much more its speed. No pun intended. > > Actually, they did publish the clock speed. According to my copy of the > IBM RS/6000 price list from Sept 21, 1993, the 7012-32H was withdrawn > on 8/18/93, had a list price of $11,750, and a CPU speed of 25MHz. > > It's one of the slowest RS/6000 systems that IBM ever produced. But it was reasonably high-end when it came out. It's a pretty early machine. Peace... Sridhar From ploopster at gmail.com Sun Aug 3 22:28:14 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Sun, 03 Aug 2008 23:28:14 -0400 Subject: segmented memory models In-Reply-To: <4896702E.6050002@jbrain.com> References: <4896702E.6050002@jbrain.com> Message-ID: <4896774E.9060002@gmail.com> Jim Brain wrote: > Tony Duell wrote: >> And IMHO one common expression of 'brain damage' is when the design >> omitted to ccosider soemthing that later became a major issue. >> > Do you design for a living? If so, then my hat is off to you for > thinking of *EVERY POSSIBLE* use of the design you have made. I design > for a living, and I think you're asking way too much of a designer. The > best designers plan for the stated requirements and try to consider the > long term, but they are not prophets. I do design for a living, and, although your point regarding being unable to predict the future with perfect accuracy rings true, I would argue that prototypes really help with getting the really big screw-ups out of your designs. Peace... Sridhar From cclist at sydex.com Sun Aug 3 23:19:59 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sun, 03 Aug 2008 21:19:59 -0700 Subject: segmented memory models In-Reply-To: <4896774E.9060002@gmail.com> References: , <4896702E.6050002@jbrain.com>, <4896774E.9060002@gmail.com> Message-ID: <489620FF.21030.2852BB4@cclist.sydex.com> On 3 Aug 2008 at 23:28, Sridhar Ayengar wrote: > I do design for a living, and, although your point regarding being > unable to predict the future with perfect accuracy rings true, I would > argue that prototypes really help with getting the really big screw-ups > out of your designs. I consider neither the reset vector nor the segmentation feature of the 80x86 to be a design screw-up, but rather a design decision. Regardless of the technical quibbling, it works. Real screw-ups are the "you can't get there from here" sort--where there are no good work-arounds and the problem prevents customers from getting useful work done. Sometimes, this stems from a misunderstanding of the customer's needs. For example, on the 80286, I can imagine an engineer saying to himself "Once you've entered protected mode, why would you *want* to go back to real mode?" Hence, the really weird kludge using the keyboard controller to reset the CPU into real mode on the PC AT. Without the then-undocumented LOADALL instruction, protected-mode Windows may have been delayed until the 80386. Quel horreur! Cheers, Chuck From brain at jbrain.com Sun Aug 3 23:30:23 2008 From: brain at jbrain.com (Jim Brain) Date: Sun, 03 Aug 2008 23:30:23 -0500 Subject: segmented memory models In-Reply-To: <4896774E.9060002@gmail.com> References: <4896702E.6050002@jbrain.com> <4896774E.9060002@gmail.com> Message-ID: <489685DF.4040000@jbrain.com> Sridhar Ayengar wrote: > Jim Brain wrote: >> Tony Duell wrote: >>> And IMHO one common expression of 'brain damage' is when the design >>> omitted to ccosider soemthing that later became a major issue. >>> >> Do you design for a living? If so, then my hat is off to you for >> thinking of *EVERY POSSIBLE* use of the design you have made. I >> design for a living, and I think you're asking way too much of a >> designer. The best designers plan for the stated requirements and >> try to consider the long term, but they are not prophets. > > I do design for a living, and, although your point regarding being > unable to predict the future with perfect accuracy rings true, I would > argue that prototypes really help with getting the really big > screw-ups out of your designs. > > Peace... Sridhar I can't argue that. Are you stating, though, that the 8080 or 8086 design did not go through a prototype stage? I would rebut (only slightly) that I find it is getting harder to do a "prototype" design. Customers want it right the first time, there's no time or budget for a "prototype", and it cna be hard to simulate a new design to the degree needed to ensure all of the issues are resolved. Luckily, new designs ararely break a ton of new ground, and costs of raw materials are much less now, so it's easier to hedge your bets by designing in some backup plans for a worst case scenario. To keep things on topic, I find the CBM 1351 mouse design serves as a good example of my point. Long after the C64 had been introduced, it was still a good seller, and Berkely Softworks had managed to put a GUI on it in the name of GEOS. A clever chunk of code, no matter your impression of GUIs in general. While I never found the tool all that exciting from a user point of view, the developer in me marveled at the functionality they crammed into 64kB and 320x200 and 170kB disks. Still, a UI needs a mouse, and the C64 was not designed for one. If we take Tony's perspective, we know that Xerox was doing GUI and mouse-driven UI work ong before the 64 came out, so some might argue that the 64 design should have included a mouse port (heck, we coudl argue that for all PCs, but I digress). I don't take that view. Still, CBM engineers looked at their options for adding a mouse to the 64. The obvious candidates were the soft 1200 bps uart on the user port, but that would preclude telecomm apps. An expansion card option with a proper uart was another path, but multi-slot expansion cards were not the norm then, and GEOS already effectively needed the expansion slot for the RAM expansion unit (REU). The cassette port could work, but the engineers no doubt kept coming back to the joystick port, as they is the normal location for non-KB input device installation. Hmmm, 5 IO pins and 2 8-bit ADCs are all they had to work with. Other designs used the analog pins for absolute positioning, but that made pixel-level positioning impossible. Clearly, some relative positioning approach was needed, and the design should minimize the use of the digital IO, since the joystick port IO was shared with the KB (one port are the low 5 bits of the KB columns, the other is the 5 low bits of the KB rows). In order to satisfy all of the business requirements (use no other ports, > 8 bit positioning, minimize digital IO usage), they came up with a clever (in my opinion) approach. They designed an IC that kept two digital counters (X and Y) and then translated the low 6 bits of the counters on the two POT lines. Instead of trying to generate a variable resistance (that would require tuning and other such things), they took advantage of the known properties of the SID POT lines. The lines work by counting the discharge of a cap to a preset reference value over a 256 cycle period. Further, then end the cycle by clamping the POT line to ground for 256 cycles. So, the design implemented was: Watch the POT line for the line to drop to ground. Wait 256 cycles wait another 256 - (low 6 bits of internal counter)*2 bring line high for (low 6 bits of internal counter)*2 cycles repeat This process ensured the line was always high at the end of the 512 cycle period in order to see the next clamp to ground event. The *2 took care of the inherent jitter of the design (PAL 64s ran a bit slower than 1MHz, NTSC a bit above, the ASIC in the mouse ran at 1MHz exactly, so the low bit of the SID POT line would jitter. Thus, the programmer would take the low 7 bits, lsr, and then have the counter value modulo 64. A bit of additional work on the programmer's side and overflow could be handled as well. The top bit was left off because the design relied on a small resistance on the ADC line to allow the ASIC to drive the line high but still see the low clamp event. Thus, there was no way to reach above 250 or so on the scale, and the design was much simpler if just 6 effective bits were used. Now, looking at it one way, the design is awful, as it abuses so many things. On the other hand, I find it an elegant solution to the problem at hand. Many 1351 mice were sold because they were easy to understand, reliable, and easy to install/remove. Jim From rtellason at verizon.net Mon Aug 4 00:19:41 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Mon, 04 Aug 2008 01:19:41 -0400 Subject: segmented memory models In-Reply-To: <4896702E.6050002@jbrain.com> References: <4896702E.6050002@jbrain.com> Message-ID: <200808040119.41372.rtellason@verizon.net> On Sunday 03 August 2008 22:57, Jim Brain wrote: > CPUs need to fetch vectors from a fixed address. Anywhere you put them > will offend someone. I think Intel putting them at the bottom sounds > like a fine design, at least in the '70s. 'C' and it's desire to have > address 0 be NULL was not around on the micros, and putting it at the > bottom alleviated the need to keep moving it as the "top" of memory > keeps moving up. Since that's also where the system goes on reset, I don't see a problem with using that address as a null pointer, as long as it's going to get tested before it gets dereferenced. :-) I'm a little curious about all those restart instructions, anyhow, and why I never saw any real use of them much. I seem to recall one of them being used for a debugger and that was about it. Then there's the extra ones you get with the 8085. Anybody know of other uses for those? > > And what maces the design worse is that the problem had been considered > > (and correctly solved) before. On the PDP11, the top part of the address > > space was used for I/O devices. And it was the top part on all PDP11s, > > whether they had 16, 18, or 22 bit addressing. > > I don't think I would call that a correct design. It forces all > programs to treat all IO as relative addresses, since they will move as > the design moves. If there are processing penalties for relative > addressing, you've sealed the programmer's fate. Not all programs, though. The operating system, I'd think, and drivers for specific devices. Not likely applications. Or were they handling their own I/O? (Snip) > For the record, I despise the segmented architecture of the 8086, I've found it distasteful enough to not want to ever really have to deal with it. I was doing assembly language programming under CP/M, but once it started to sink in that I was going to be dealing with other chips with that nonsense, I shifted my interest to c instead, and don't think I'd care to deal with anything lower-level than that. And even in c under DOS you had to worry about different memory models and similar nonsense. > but I truly understand and appreciate the pains the designer went to allow > porting of 8080 apps (I think porting might be too much to call it, I > think a simple assemble would do the trick, as the 8080 assumed a 64kB > address space, which is the same as one segment. Why the overlapped is > unclear to me, but I wouldn't call that a bug. And, I admit that I > despise the segments only because I didn't care about the 8080, and thus > compatibility with it was not on my radar. I found the 8080 (but more so the z80) to be of some interest, but porting all existing apps to newer chips never made all that much sense to me, considering the other differences besides the CPU chip. More available RAM, a lot more standardization of system architecture, a lot more common standard hardware, and all sorts of other stuff. It was no surprise to me at all to see lots and lots of newer apps and I don't recall seeing all that much that got ported over, or at least not that much that I knew about. And yet that backward compatibility seems to have been an issue for a lot of the designers for some reason. > I reserve "brain damaged" for something that does not satisfy > requirements available at time of design, or were blatantly obvious at > design time, or shows a clear lack of ingenuity or creativity on the > designer's part, and cannot be explained away by compatibility concerns > or reactive pressures (designing something in because, in spite of the > best efforts to document that people not do it, they do anyway) > > Jim -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. ?--Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From chrism3667 at yahoo.com Sun Aug 3 13:06:47 2008 From: chrism3667 at yahoo.com (Chris M) Date: Sun, 3 Aug 2008 11:06:47 -0700 (PDT) Subject: Stuff available in Lafayette, IN In-Reply-To: <200808021723.16608.pat@computer-refuge.org> Message-ID: <949708.17458.qm@web65511.mail.ac4.yahoo.com> I'm not sure what an Intel MDX 8" hard drive is (maybe I should just Google it!), but it sounds Multibus-ish. If anyone can do me for a favor, and pick it up, I'll be there best friend. And pay the shipping charges + the 10$ of course :) Contact me first though, if you have the intention. Prior to going through w/it that is. --- On Sat, 8/2/08, Patrick Finnegan wrote: > From: Patrick Finnegan > Subject: Stuff available in Lafayette, IN > To: "General Discussion: On-Topic and Off-Topic Posts" , rescue at sunhelp.org > Date: Saturday, August 2, 2008, 5:23 PM > I've got the following machines available, cheap for > pickup in downtown > Lafayette, IN, I'm asking for $10 each. I do not have > the time to ship > this, or drop it off anywhere. These will be scrapped in 2 > weeks if > they're not picked up by then. > > Aspect 3000 NMR vector computer (about 8U tall rackmount). > > Sun E4000 chassis, empty (2) > > Sun E450 (some parts in them, but not a full config) (2) > > Sun Ray 100, 17" CRT. Brand new, I have some > keyboards and mice (7) > > Cisco 7000 router, including EIP, AIP, FIP, and fast serial > cards. > (2) > > Intel MDX 8" Hard disk drive > > AT&T 5620 terminal. No keyboards. (6) > > Motorola Information Systems 6300 (rebadged convergent) 68k > UNIX system > > AT&T 3B2/310, probably needs a new hard drive (2) > > AT&T 6300, HDD and FDD. No keyboard or monitor > > AT&T 6300, 2 FDD. No keyboard or monitor > > Apollo Domain 3500. No keyboard/mouse or monitor. > Untested > > SGI Octane (2) > > DEC AlphaServer 4100 > > Pat > -- > Purdue University Research Computing --- > http://www.rcac.purdue.edu/ > The Computer Refuge --- > http://computer-refuge.org From snhirsch at gmail.com Sun Aug 3 14:39:35 2008 From: snhirsch at gmail.com (Steven Hirsch) Date: Sun, 3 Aug 2008 15:39:35 -0400 (EDT) Subject: HP64000 System, Books, Software available Message-ID: With a heavy heart and ever-diminishing storage space, I'm going to part with my HP64000 development system. This is a soup-to-nuts setup including: - HP64000 desktop unit (all-in-one w/ keyboard and floppy drives) - External HPIB hard disk (from an HP9000, i.e. physically small) - CPU Pods for 68000, 68010, Z80, 8085, 8088 and 8051. I do not have the interface boards for everything and have never used them. Some look to be brand new. - More interface and emulation boards (for internal card frame) than I know what to do with. Spares for just about everything. - Several EPROM programmer adapters (mount in main system unit). - Tape drive mechanism (internal mount, was replaced by diskette drives) - Two 4ft. shelves full of manuals - hardware and software - Complete cross-assembler and cross-compiler software for every 1978-1982 CPU you have ever heard of and perhaps some you haven't. Probably 2-3 linear feet of 5-1/4" diskettes, most the original distribution media. The last time I fired it up, the main unit worked fine. It boots from the attached HPIB drive and was able to access the floppy drives without error. I won't even consider shipping it, you will need to pick it up in Burlington, VT and must take everything with you. Note that I haven't mentioned price. That's because there isn't any. Terms are simple: Free to the first person who makes arrangements with me for pickup and appears at my door. Steve -- From jws at jwsss.com Mon Aug 4 00:14:19 2008 From: jws at jwsss.com (jim s) Date: Sun, 03 Aug 2008 22:14:19 -0700 Subject: IBM Powerstation 320h In-Reply-To: <48967608.7060108@gmail.com> References: <7d3530220808031109u4c211cd6xe96dff49e73c2fe2@mail.gmail.com> <4895FF14.60507@mdrconsult.com> <200808031702.47595.pat@computer-refuge.org> <48967608.7060108@gmail.com> Message-ID: <4896902B.2060603@jwsss.com> be sure to ask for cables too. the serial cables are the same as RT ones, but are not Dsub cables. also whatever passes for video would be good. you should be able to use ps2 mouse and kb if you dont get those though. You can start and run this completely serially, with no video, so don't pass on it for that reason. not a real fun way to run it, but it will run aix via serial just fine. jim Sridhar Ayengar wrote: > Patrick Finnegan wrote: >> On Sunday 03 August 2008, Doc Shipley wrote: >>> John Floren wrote: >>>> A friend of mine told me he just got an IBM Powerstation 320h >>>> system and wants to know if I want it, but I can't seem to find any >>>> information on it. Anybody here got some typical specs and/or >>>> opinions on the computer? >>> It's a variant of the 7012-320 - IBM's first desktop POWER system. >>> IBM didn't publish MHz specs then, but suffice it to say that the >>> thing is *slow*. It'll run AIX 5.1, if you like pain, but v4.3 or >>> even v3.2 is much more its speed. No pun intended. >> >> Actually, they did publish the clock speed. According to my copy of >> the IBM RS/6000 price list from Sept 21, 1993, the 7012-32H was >> withdrawn on 8/18/93, had a list price of $11,750, and a CPU speed of >> 25MHz. >> >> It's one of the slowest RS/6000 systems that IBM ever produced. > > But it was reasonably high-end when it came out. It's a pretty early > machine. > > Peace... Sridhar > > From brain at jbrain.com Mon Aug 4 00:56:42 2008 From: brain at jbrain.com (Jim Brain) Date: Mon, 04 Aug 2008 00:56:42 -0500 Subject: segmented memory models In-Reply-To: <200808040119.41372.rtellason@verizon.net> References: <4896702E.6050002@jbrain.com> <200808040119.41372.rtellason@verizon.net> Message-ID: <48969A1A.2050708@jbrain.com> Roy J. Tellason wrote: > On Sunday 03 August 2008 22:57, Jim Brain wrote: > > specific devices. Not likely applications. Or were they handling their own > I/O? > I think, at the time in Intel history, I would not fault the designer for assuming there was no OS or there was no guarantee an OS would be calling the shots. I'm not sure of who was first (MOS, Moto, Intel, others), but I know the 6502 did not assume an OS, and I think the 8080 was a bit older than the 6502. > I found the 8080 (but more so the z80) to be of some interest, but porting > all existing apps to newer chips never made all that much sense to me, > considering the other differences besides the CPU chip. More available RAM, > a lot more standardization of system architecture, a lot more common > standard hardware, and all sorts of other stuff. It was no surprise to me > at all to see lots and lots of newer apps and I don't recall seeing all that > much that got ported over, or at least not that much that I knew about. And > yet that backward compatibility seems to have been an issue for a lot of the > designers for some reason. > Even today, when we design a new X, it's very important to ensure that X is backwards compatible with X-1, even though we are sure that few will care. I would go so far as to label designs that were not backwards compatible (without good reasons) with the moniker we're discussing here. Note that the designer ensuring backwards compatibility is not the same as encouraging it. Still, it's drilled into a designer's head. Don't break compatibility unless there a *VERY* good reason. Jim From g-wright at att.net Mon Aug 4 01:15:25 2008 From: g-wright at att.net (g-wright at att.net) Date: Mon, 04 Aug 2008 06:15:25 +0000 Subject: AT&T 3B1 Unix PC In-Reply-To: <485A8FBE.9050103@tdh.com> Message-ID: <080420080615.7078.48969E7C000414EE00001BA622243322829B0A02D29B9B0EBF9B0809079D99D309@att.net> Hi Michael, Did you figure out what you needed to do here ?? I can use some of these items - Thanks, jerry -------------- Original message from Michael Lee : -------------- > Anyone collect and/or need parts to the AT&T Unix PC? I've got a pile > of systems I dismantled over a decade ago, and don't really want or know > how to put back together. I bought them "new" as surplus by the pallet > at the time, and about half of them were defective with only displaying > horizontal lines when turned on. The monitors are perfect, I also have > the 20Mb MFM drives and 5.25" drives, as well as the mainboards, > plastics etc. I'm not sure exactly how many and what I have yet, but > checking for interest here. Please reply if these are of interest at all. > > Any suggestions on the line problem? > > Mike Lee From cclist at sydex.com Mon Aug 4 01:47:36 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sun, 03 Aug 2008 23:47:36 -0700 Subject: segmented memory models In-Reply-To: <200808040119.41372.rtellason@verizon.net> References: , <4896702E.6050002@jbrain.com>, <200808040119.41372.rtellason@verizon.net> Message-ID: <48964398.22281.30C4E7C@cclist.sydex.com> On 4 Aug 2008 at 1:19, Roy J. Tellason wrote: > I'm a little curious about all those restart instructions, anyhow, and why I > never saw any real use of them much. I seem to recall one of them being used > for a debugger and that was about it. Then there's the extra ones you get > with the 8085. Anybody know of other uses for those? There aren't any "extra" RST instructions for the 8085, just new vectors. Recall that the 8085 has several external interrupt pins (IRQ 5.5, 6.5 and 7.5), which simply simulate calls to locations 002C, 0034 and 003C respectively. One early use for the RST instructions was before the day of the 8259 PIC. You could implement a rudimentary vectored interrupt scheme with a priority encoder and a buffer to gate a 1-byte RST instruction as part of the interrupt acknowledge protocol. Note that the RST instruction takes the form 11nnn111, where nnn is the "number" of the RST. A hangover from the 8008, whose RST was encoded 00nnn101. Cheers, Chuck From jhfinedp3k at compsys.to Mon Aug 4 07:42:57 2008 From: jhfinedp3k at compsys.to (Jerome H. Fine) Date: Mon, 04 Aug 2008 08:42:57 -0400 Subject: Old computers available In-Reply-To: <200807281038.13149.rtellason@verizon.net> References: <60255.1217184499@dls.net> <200807281038.13149.rtellason@verizon.net> Message-ID: <4896F951.9080101@compsys.to> >Roy J. Tellason wrote: >>On Sunday 27 July 2008 14:48, Bradley Slavik wrote: > > >>Dear CC readers, >> >>I have decided to divest myself of a number of older computers. >>Some may be interesting to folks on the list. I live near Chicago, >>items can be picked up for free. Only item I may sell are the >>Q-Bus SCSI cards, the rest is available for free. >> >> > >I'd tried to reply to this offlist, but for some reason it bounced... > >Dang, I'd be interersted in some of this stuff, but I'm not anywhere near >you and don't know how much I could afford to spend on shipping, even if >that were an option. > Jerome Fine replies: I am in Toronto, so a drive to Chicago is not really an option. The DEC hardware is of great interest. Is any still available? Is shipping possible? >>MicroVax II >>Two KZQSA Q-Bus SCSI cards ($$$ make offer) >>Maxtor 190MB hard drive >>DEC RD53A drive >>TK50 tape drive >>TK70 tape drive >> >> I missed the original post, so I don't have an address to send to off-line. Sincerely yours, Jerome Fine From dbetz at xlisper.com Mon Aug 4 08:26:42 2008 From: dbetz at xlisper.com (David Betz) Date: Mon, 4 Aug 2008 09:26:42 -0400 Subject: Free PDP-11 Stuff in Bedford, NH Message-ID: <1A8C77B1-3C55-4623-9A15-831635FD534F@xlisper.com> I have a "PDP-11" that is actually a box (BA-23) that used to contain a MicroVAX I. I replaced the MVI boards with the following modules: M8190 KDJ11-B M7551-CF 4MB memory M7504 ethernet adapter M7555 RQDX3 hard/floppy controller M8043 DLV11-J 4 line serial It also contains the following drives: RX50 two 5.25" floppy drives RD54 159MB hard drive It seems to work. I was able to get RT-11 installed on the hard drive and the system boots to a prompt. I haven't played with it much since then though. I also have a bunch of other Q-Bus modules including a KDF11 CPU and some other memory and I/O boards as well as a few spare drives. Is anyone interested in coming to pick this stuff up? David From silent700 at gmail.com Mon Aug 4 08:43:35 2008 From: silent700 at gmail.com (Jason T) Date: Mon, 4 Aug 2008 08:43:35 -0500 Subject: Old computers available In-Reply-To: <4896F951.9080101@compsys.to> References: <60255.1217184499@dls.net> <200807281038.13149.rtellason@verizon.net> <4896F951.9080101@compsys.to> Message-ID: <51ea77730808040643g1a78a405p1c7cc69170948c34@mail.gmail.com> On Mon, Aug 4, 2008 at 7:42 AM, Jerome H. Fine wrote: > > I am in Toronto, so a drive to Chicago is not really an option. The DEC > hardware is > of great interest. Is any still available? Is shipping possible? The DEC stuff is gone. However, if anyone wants the big IBM box(es)...... From dkelvey at hotmail.com Mon Aug 4 08:59:23 2008 From: dkelvey at hotmail.com (dwight elvey) Date: Mon, 4 Aug 2008 06:59:23 -0700 Subject: segmented memory models In-Reply-To: <48964398.22281.30C4E7C@cclist.sydex.com> References: , <4896702E.6050002@jbrain.com>, <200808040119.41372.rtellason@verizon.net> <48964398.22281.30C4E7C@cclist.sydex.com> Message-ID: > From: cclist at sydex.com > > On 4 Aug 2008 at 1:19, Roy J. Tellason wrote: > >> I'm a little curious about all those restart instructions, anyhow, and why I >> never saw any real use of them much. I seem to recall one of them being used >> for a debugger and that was about it. Then there's the extra ones you get >> with the 8085. Anybody know of other uses for those? > > There aren't any "extra" RST instructions for the 8085, just new > vectors. Recall that the 8085 has several external interrupt pins > (IRQ 5.5, 6.5 and 7.5), which simply simulate calls to locations > 002C, 0034 and 003C respectively. > > One early use for the RST instructions was before the day of the 8259 > PIC. You could implement a rudimentary vectored interrupt scheme > with a priority encoder and a buffer to gate a 1-byte RST instruction > as part of the interrupt acknowledge protocol. Note that the RST > instruction takes the form 11nnn111, where nnn is the "number" of the > RST. A hangover from the 8008, whose RST was encoded 00nnn101. > > Cheers, > Chuck > Hi RST's were useful to start up an output interupt as well. Depending on hardware, these might not self start. One needed a first output to start things. By using the same vector, one didn't need to duplicate code. Dwight _________________________________________________________________ Your PC, mobile phone, and online services work together like never before. http://clk.atdmt.com/MRT/go/108587394/direct/01/ From bob at jfcl.com Mon Aug 4 11:04:08 2008 From: bob at jfcl.com (Bob Armstrong) Date: Mon, 4 Aug 2008 09:04:08 -0700 Subject: Faceplate or floor stand for DS20E Message-ID: <006401c8f64b$ba325520$2e96ff60$@com> I got one of Guy's AlphaServers - it's actually a rack mounted DS20E that's working fine (thanks, Guy) but unfortunately all of them were missing their faceplates. I know it's a long shot, but does anybody have a faceplate for a DS20/DS20E, or better yet a set of the floor pedestal skins, that they'd part with? Thanks, Bob Armstrong From rtellason at verizon.net Mon Aug 4 11:23:30 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Mon, 04 Aug 2008 12:23:30 -0400 Subject: HP64000 System, Books, Software available In-Reply-To: References: Message-ID: <200808041223.30999.rtellason@verizon.net> On Sunday 03 August 2008 15:39, Steven Hirsch wrote: (Snip) > I won't even consider shipping it, you will need to pick it up in > Burlington, VT and must take everything with you. > > Note that I haven't mentioned price. That's because there isn't any. > Terms are simple: Free to the first person who makes arrangements with me > for pickup and appears at my door. *sigh* Wishing my truck would get done at the body shop and that I had a bunch of spare cash to go and get this thing... Sounds pretty nifty, for sure! :-) -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. ?--Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From James at jdfogg.com Mon Aug 4 12:30:26 2008 From: James at jdfogg.com (James Fogg) Date: Mon, 4 Aug 2008 13:30:26 -0400 Subject: Free PDP-11 Stuff in Bedford, NH Message-ID: <4EE5D8CA323707439EF291AC9244BD9A922141@sbs.jdfogg.com> > I have a "PDP-11" that is actually a box (BA-23) that used to contain > a MicroVAX I. I replaced the MVI boards with the following modules: > > M8190 KDJ11-B > M7551-CF 4MB memory > M7504 ethernet adapter > M7555 RQDX3 hard/floppy controller > M8043 DLV11-J 4 line serial > > It also contains the following drives: > > RX50 two 5.25" floppy drives > RD54 159MB hard drive > > It seems to work. I was able to get RT-11 installed on the hard drive > and the system boots to a prompt. I haven't played with it much since > then though. > > I also have a bunch of other Q-Bus modules including a KDF11 CPU and > some other memory and I/O boards as well as a few spare drives. > > Is anyone interested in coming to pick this stuff up? I'm very interested. I have a PDP-11/23, RL02's VT52's and a DECWriter. I'm always interested in related DEC PDP equipment. I'm located in Wilmot NH (outside New London). From dbetz at xlisper.com Mon Aug 4 12:38:35 2008 From: dbetz at xlisper.com (David Betz) Date: Mon, 4 Aug 2008 13:38:35 -0400 Subject: Free PDP-11 Stuff in Bedford, NH In-Reply-To: <4EE5D8CA323707439EF291AC9244BD9A922141@sbs.jdfogg.com> References: <4EE5D8CA323707439EF291AC9244BD9A922141@sbs.jdfogg.com> Message-ID: <4AB5AAF5-1F09-40AC-AAC2-3ED206FCA941@xlisper.com> James, When could you come by to pick it up? Thanks, David On Aug 4, 2008, at 1:30 PM, James Fogg wrote: >> I have a "PDP-11" that is actually a box (BA-23) that used to contain >> a MicroVAX I. I replaced the MVI boards with the following modules: >> >> M8190 KDJ11-B >> M7551-CF 4MB memory >> M7504 ethernet adapter >> M7555 RQDX3 hard/floppy controller >> M8043 DLV11-J 4 line serial >> >> It also contains the following drives: >> >> RX50 two 5.25" floppy drives >> RD54 159MB hard drive >> >> It seems to work. I was able to get RT-11 installed on the hard drive >> and the system boots to a prompt. I haven't played with it much since >> then though. >> >> I also have a bunch of other Q-Bus modules including a KDF11 CPU and >> some other memory and I/O boards as well as a few spare drives. >> >> Is anyone interested in coming to pick this stuff up? > > > I'm very interested. I have a PDP-11/23, RL02's VT52's and a > DECWriter. > I'm always interested in related DEC PDP equipment. I'm located in > Wilmot NH (outside New London). > > > From dbetz at xlisper.com Mon Aug 4 12:44:32 2008 From: dbetz at xlisper.com (David Betz) Date: Mon, 4 Aug 2008 13:44:32 -0400 Subject: Free PDP-11 Stuff in Bedford, NH In-Reply-To: <4AB5AAF5-1F09-40AC-AAC2-3ED206FCA941@xlisper.com> References: <4EE5D8CA323707439EF291AC9244BD9A922141@sbs.jdfogg.com> <4AB5AAF5-1F09-40AC-AAC2-3ED206FCA941@xlisper.com> Message-ID: <7E512879-E99F-41F7-97E2-3E8478D6EABE@xlisper.com> > James, > > When could you come by to pick it up? > > Thanks, > David Sorry! I intended this to be a private message. From ard at p850ug1.demon.co.uk Mon Aug 4 13:54:25 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Mon, 4 Aug 2008 19:54:25 +0100 (BST) Subject: segmented memory models In-Reply-To: <4896702E.6050002@jbrain.com> from "Jim Brain" at Aug 3, 8 09:57:50 pm Message-ID: > > Tony Duell wrote: > > And IMHO one common expression of 'brain damage' is when the design > > omitted to ccosider soemthing that later became a major issue. > > > Do you design for a living? If so, then my hat is off to you for Alas, as is well known, I don't design for a living. I wish I did... However, I have done so in the past. I am also not arrogant enough to suggest that my designs were ever perfect. I am quite sure I've made my fair share of brain-dead decisions. > thinking of *EVERY POSSIBLE* use of the design you have made. I design I think that;'s going a bit far.... I don't consider that the Z80 is brain-dead because it only has a 16 bit address bus, for all 64K is nowhere near enough memory for a personal computer now. 16 bit address was a reasonable choice at the time. I do consider the IBM PC interrupt system to be brain dead because -- It lead to major problems later on -- The 'correct way to do it' was well-known by every electronic engineer worth his NaCL, and had been used in many previous machines. -- The 'cost' to do it right was 1 or 2 inexpensive ICs. > for a living, and I think you're asking way too much of a designer. The IMHO part of being a designer is thinking how the design could be used (other than its originally-intended use), > best designers plan for the stated requirements and try to consider the > long term, but they are not prophets. > > I think subjecting the designers choices to things that came much later > is ludicrous. > > And on the RAM at $0000 issue, I think that is simply Intel and the PC > environment responding to bad choices that people made. Intel 8080 > designers no doubt assumed (as the MOS folks did), that startup vectors > would be in ROM. The Development Board chose RAM + switches to offer > some flexibility, which is to be expected. That CP/M and later systems > assumed RAM at $0 can't be blamed on Intel. The fact that they later Agreed, and nor do I blame it on Intel. > tried to fix the issue by moving the jump table to the top segment seems The poiont is that that fixed nothing. The issue, IMHO, was not caused by _where_ the procesor started execuding on rest. > to me to be reacting to the "status quo", not creating a bad design. > > CPUs need to fetch vectors from a fixed address. Anywhere you put them This is not a $deity-given requirement. For example, after a reset, the CPU could 3-state the address bus, assert an extra output pin (or assert a normally-unused combination of pins, for example Rd and Wr asserted at the same time), and then read in the location to start executing from on the address pins. I know of no commericla processor which did it this way, but it's certainly possible. Whether it's a sensible thing to do is another matter. > will offend someone. I think Intel putting them at the bottom sounds > like a fine design, at least in the '70s. 'C' and it's desire to have > address 0 be NULL was not around on the micros, and putting it at the I wasn't aware that this was a requirement of C, or any other language. > bottom alleviated the need to keep moving it as the "top" of memory > keeps moving up. > > > And what maces the design worse is that the problem had been considered > > (and correctly solved) before. On the PDP11, the top part of the address > > space was used for I/O devices. And it was the top part on all PDP11s, > > whether they had 16, 18, or 22 bit addressing. > > > I don't think I would call that a correct design. It forces all > programs to treat all IO as relative addresses, since they will move as No it doesn't, given that a PDP11 address to a program is always 16 bits. The 18 or 22 bit phuysicall addresses were created by the MMU. > the design moves. If there are processing penalties for relative > addressing, you've sealed the programmer's fate. > > It was a good choice for minicomputers, as they specced out multiple > addressing options for various levels of the market, and programmers all > designed with that in mind. How was Intel to know the 8080 would sell > as well as a DEC CPU? The issue here was witht he 80286 .vs. the 8086. Not the 8080. It was clear the 8088 had sold very well (IBM and all that :-)), it was likely the 80286 would sell well as well. -tony From brain at jbrain.com Mon Aug 4 15:21:48 2008 From: brain at jbrain.com (Jim Brain) Date: Mon, 04 Aug 2008 15:21:48 -0500 Subject: segmented memory models In-Reply-To: References: Message-ID: <489764DC.1060407@jbrain.com> Tony Duell wrote: > > This is not a $deity-given requirement. For example, after a reset, the > CPU could 3-state the address bus, assert an extra output pin (or assert > a normally-unused combination of pins, for example Rd and Wr asserted at > the same time), and then read in the location to start executing from on > the address pins. I know of no commericla processor which did it this > way, but it's certainly possible. Whether it's a sensible thing to do is > another matter. > Today I would agree, but when the 8086 was designed, CPU real estate was very expensive, and I seriously doubt such a "fluff" feature would have made it to tapeout. > I wasn't aware that this was a requirement of C, or any other language. > If someone deferenced (void*)0, most systems like to return something (or preferably, trap the access and throw an exception). If you deref NULL, I think many implementations return 0. > No it doesn't, given that a PDP11 address to a program is always 16 bits. > The 18 or 22 bit phuysicall addresses were created by the MMU. > Did an MMU exist for the 8086? > > > The issue here was witht he 80286 .vs. the 8086. Not the 8080. It was > clear the 8088 had sold very well (IBM and all that :-)), it was likely > the 80286 would sell well as well. > I'm not sure I follow. I thought you argued moving the vectors to $ffff:0000 was bad, but I believe that was done on the 8086. By the time the 286 was designed, backwards compatibility mandated the reset vectors stay in the same place, even though that was no longer top of RAM. I still think such a position is too hard on the designer. I'll take the unnamed person's defense. I don't know that I can argue the IRQ concern, but I'll look into it. I can definitely see the vector mod fixing an issue: "8086 Designer, come here" "yes?" "OK, we have all these 8080 users yelling at us because they want to start RAM at $0, and we require the vector go there." "yes, we assume there should be ROM at 0, followed by RAM" "Well, their designs work best if RAM starts low (zpage and all) and ROM goes up high" "Uh, OK, so we didn't understand the use case well enough" "Fix it in the 8086!" "How, we're committed to backwards compatibility" "Put them at top of memory map" "But, if we ever support more RAM, we'll have to move them" "Not a problem. DO it." "Compatibility issues!" "Do IT NOW! The CPU users detest having to perform trickery to get the jmp call into the CPU on reset. It's a kludge, and the Industry wants RAM low" Later, I can then see management reneging on the promise to move the vectors. From cisin at xenosoft.com Mon Aug 4 15:39:24 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Mon, 4 Aug 2008 13:39:24 -0700 (PDT) Subject: segmented memory models In-Reply-To: References: Message-ID: <20080804133304.F86368@shell.lmi.net> > > address 0 be NULL was not around on the micros, and putting it at the On Mon, 4 Aug 2008, Tony Duell wrote: > I wasn't aware that this was a requirement of C, or any other language. C actually insists that address 0 is an invalid address! But, one of the best things about C is that it is easy to shove it out of the way when you want to do something else. -- Grumpy Ol' Fred cisin at xenosoft.com From Paul_Koning at Dell.com Mon Aug 4 15:46:14 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Mon, 4 Aug 2008 16:46:14 -0400 Subject: segmented memory models References: <20080804133304.F86368@shell.lmi.net> Message-ID: <18583.27286.954628.667151@barrett-us-nas.equallogic.com> >>>>> "Fred" == Fred Cisin writes: >> > address 0 be NULL was not around on the micros, and putting it >> at the Fred> On Mon, 4 Aug 2008, Tony Duell wrote: >> I wasn't aware that this was a requirement of C, or any other >> language. Fred> C actually insists that address 0 is an invalid address! Pedantically: not quite. It says that 0 is the token representing a null address. It doesn't say that the encoding of such a pointer is the same as that of the integer 0. In practice that's probably the case in all platforms -- certainly all current ones. I'm not 100% sure about the PDP-10, never mind the Cyber 6600... both of which have oddball pointers. paul From coredump at gifford.co.uk Mon Aug 4 15:55:19 2008 From: coredump at gifford.co.uk (John Honniball) Date: Mon, 04 Aug 2008 21:55:19 +0100 Subject: segmented memory models In-Reply-To: <20080804133304.F86368@shell.lmi.net> References: <20080804133304.F86368@shell.lmi.net> Message-ID: <48976CB7.6060308@gifford.co.uk> Fred Cisin wrote: > C actually insists that address 0 is an invalid address! Which is one reason why ANSI C on the transputer is such an... interesting, shall we say, variant of the language. Address 0x00000000 is in the middle of the address space on a transputer, due to the weird signed nature of addresses. The compiler quietly changes 0 into 0x80000000 when it's used as a pointer, so make sure your casts are OK! -- John Honniball coredump at gifford.co.uk From spc at conman.org Mon Aug 4 16:06:17 2008 From: spc at conman.org (Sean Conner) Date: Mon, 4 Aug 2008 17:06:17 -0400 Subject: segmented memory models In-Reply-To: References: <4896702E.6050002@jbrain.com> Message-ID: <20080804210617.GA11622@brevard.conman.org> It was thus said that the Great Tony Duell once stated: > > to me to be reacting to the "status quo", not creating a bad design. > > > > CPUs need to fetch vectors from a fixed address. Anywhere you put them Some CPUs added a register to point to the vector table. The 80286 and 68010 (and above) did this. The default location is the fixed locations used on the 8086 and 68000. > > will offend someone. I think Intel putting them at the bottom sounds > > like a fine design, at least in the '70s. 'C' and it's desire to have > > address 0 be NULL was not around on the micros, and putting it at the > > I wasn't aware that this was a requirement of C, or any other language. The C Standard say the token "0" (in a pointer context) is to be translated to a null address in the target architecture, and in most implementations, that address is indeed 0, but it doesn't have to be. Also, dereferencing such a pointer causes undefined behavior, which means what happens really depends upon the C compiler and underlying hardware. -spc ("Oooh, look at that magic smoke ... I just have derefenced a NULL pointer ... ") From pat at computer-refuge.org Mon Aug 4 16:14:56 2008 From: pat at computer-refuge.org (Patrick Finnegan) Date: Mon, 4 Aug 2008 17:14:56 -0400 Subject: segmented memory models In-Reply-To: <20080804210617.GA11622@brevard.conman.org> References: <4896702E.6050002@jbrain.com> <20080804210617.GA11622@brevard.conman.org> Message-ID: <200808041714.57011.pat@computer-refuge.org> On Monday 04 August 2008, Sean Conner wrote: > It was thus said that the Great Tony Duell once stated: > > > > > will offend someone. I think Intel putting them at the bottom > > > sounds like a fine design, at least in the '70s. 'C' and it's > > > desire to have address 0 be NULL was not around on the micros, > > > and putting it at the > > > > I wasn't aware that this was a requirement of C, or any other > > language. > > The C Standard say the token "0" (in a pointer context) is to be > translated to a null address in the target architecture, and in most > implementations, that address is indeed 0, but it doesn't have to be. C also does not require that the value of a pointer be the actual address stored by the pointer. You could have said that the actual address is the value of the pointer minus 2^31 (or 2^15, 2^19 or whatever). In any case, C does not require that the physical/logical address "0" is equivalent to NULL, only that the value of a pointer is NULL if its value is "0". Pat -- Purdue University Research Computing --- http://www.rcac.purdue.edu/ The Computer Refuge --- http://computer-refuge.org From spc at conman.org Mon Aug 4 16:15:02 2008 From: spc at conman.org (Sean Conner) Date: Mon, 4 Aug 2008 17:15:02 -0400 Subject: segmented memory models In-Reply-To: <489764DC.1060407@jbrain.com> References: <489764DC.1060407@jbrain.com> Message-ID: <20080804211502.GB11622@brevard.conman.org> It was thus said that the Great Jim Brain once stated: > Tony Duell wrote: > > > >I wasn't aware that this was a requirement of C, or any other language. > > If someone deferenced (void*)0, most systems like to return something > (or preferably, trap the access and throw an exception). If you deref > NULL, I think many implementations return 0. It really depends upon the implementation. Under MS-DOS, it would return whatever was in location DS:0, or if dereferenced as a far pointer, 0:0, would give you the address of the Divide-by-0 exception routine. On the 68000, it would give you the initial stack pointer upon reset. Modern systems with memory protection usually mark location 0 as protected and no allow read/write access. I think the default action on VMS (or maybe the Unix varients on the VAX) allowed one to read from location 0, which always returned 0. > >No it doesn't, given that a PDP11 address to a program is always 16 bits. > >The 18 or 22 bit phuysicall addresses were created by the MMU. > > > Did an MMU exist for the 8086? If such a think existed, it would have been an external circuit, and would have been very hard to support since the 8086 did not include support for restartable instructions (same situation on the 68000). -spc (Well ... a paged-type memory protection would have been difficult on the 8086. A segmented virtual protection system might have been easier to support) From RichA at vulcan.com Mon Aug 4 16:15:37 2008 From: RichA at vulcan.com (Rich Alderson) Date: Mon, 4 Aug 2008 14:15:37 -0700 Subject: segmented memory models In-Reply-To: <18583.27286.954628.667151@barrett-us-nas.equallogic.com> References: <20080804133304.F86368@shell.lmi.net> <18583.27286.954628.667151@barrett-us-nas.equallogic.com> Message-ID: From: Paul Koning Sent: Monday, August 04, 2008 1:46 PM >>>>>> "Fred" == Fred Cisin writes: >>>> address 0 be NULL was not around on the micros, and putting it >>> at the >Fred> On Mon, 4 Aug 2008, Tony Duell wrote: >>> I wasn't aware that this was a requirement of C, or any other >>> language. >Fred> C actually insists that address 0 is an invalid address! > Pedantically: not quite. It says that 0 is the token representing a > null address. It doesn't say that the encoding of such a pointer is > the same as that of the integer 0. > In practice that's probably the case in all platforms -- certainly all > current ones. I'm not 100% sure about the PDP-10, never mind the > Cyber 6600... both of which have oddball pointers. It's not that the PDP-10 has "oddball pointers", but rather that "address" is not the same data type as "(byte) pointer". I assume that something similar is true on the CDC 6x00 family, but I haven't looked at one since September, 1970, before I dropped the Compass programming class at UT Austin. Thanks, Rich Rich Alderson RichA at vulcan.com Server Engineer, PDPplanet Project (206) 342-2239 Vulcan, Inc., 505 5th Avenue S, Seattle, WA 98104 (206) 465-2916 cell From pat at computer-refuge.org Mon Aug 4 16:22:46 2008 From: pat at computer-refuge.org (Patrick Finnegan) Date: Mon, 4 Aug 2008 17:22:46 -0400 Subject: segmented memory models In-Reply-To: <4896702E.6050002@jbrain.com> References: <4896702E.6050002@jbrain.com> Message-ID: <200808041722.46472.pat@computer-refuge.org> On Sunday 03 August 2008, Jim Brain wrote: > Tony Duell wrote: > > And what maces the design worse is that the problem had been > > considered (and correctly solved) before. On the PDP11, the top > > part of the address space was used for I/O devices. And it was the > > top part on all PDP11s, whether they had 16, 18, or 22 bit > > addressing. > > I don't think I would call that a correct design. It forces all > programs to treat all IO as relative addresses, since they will move > as the design moves. If there are processing penalties for relative > addressing, you've sealed the programmer's fate. I'll assume from that comment that you aren't familiar with PDP-11 addressing. They are still fixed addresses, they all map to (octal) 160000 through 177777 by default. The extra bits of address space are accessible only by programming the memory mapping hardware in the CPU, which can map the I/O page (always the top 8192 bytes of memory) to any 8k boundry in the logical 64kB memory map. This requires no relative addressing, since the device can always appear at the same location in memory, unless you chose to move it by changing the memory map. And, in case you're worried that hardware had to be adjusted depending on what address bus used, it didn't. The CPU asserts a I/O page line on the bus whenever there's an access to the I/O page of address space, So, the device only needs to check 12 address lines (memory accesses are 16 bites wide) and the I/O page line, regardless of how wide the address bus on the CPU is. Pat -- Purdue University Research Computing --- http://www.rcac.purdue.edu/ The Computer Refuge --- http://computer-refuge.org From pat at computer-refuge.org Mon Aug 4 16:27:21 2008 From: pat at computer-refuge.org (Patrick Finnegan) Date: Mon, 4 Aug 2008 17:27:21 -0400 Subject: segmented memory models In-Reply-To: <20080804211502.GB11622@brevard.conman.org> References: <489764DC.1060407@jbrain.com> <20080804211502.GB11622@brevard.conman.org> Message-ID: <200808041727.21540.pat@computer-refuge.org> On Monday 04 August 2008, Sean Conner wrote: > It was thus said that the Great Jim Brain once stated: > > Tony Duell wrote: > > >No it doesn't, given that a PDP11 address to a program is always > > > 16 bits. The 18 or 22 bit phuysicall addresses were created by > > > the MMU. > > > > Did an MMU exist for the 8086? > > If such a think existed, it would have been an external circuit, > and would have been very hard to support since the 8086 did not > include support for restartable instructions (same situation on the > 68000). The PDP-11 doesn't support restartable instructions either. You don't need restartable instructions to support an MMU, only to support virtual memory type operations. For example, my Z80-based Altos 8000 has a bank-switching MMU that could operate the same way as an MMU on a 808[68] would. Pat -- Purdue University Research Computing --- http://www.rcac.purdue.edu/ The Computer Refuge --- http://computer-refuge.org From sellam at vintagetech.com Mon Aug 4 16:31:11 2008 From: sellam at vintagetech.com (Sellam Ismail) Date: Mon, 4 Aug 2008 14:31:11 -0700 (PDT) Subject: Need Toshiba T1200 manuals Message-ID: I need any documentation I can get for the Toshiba T1200 laptop. This is a late 1980s era model (follow-up to the T1100/1100+/1000). I'm willing to pay up to $100 for them but need them within the next couple of days. Please call or contact me ASAP if you can help. 925/294-5900 office 925/216-0569 mobile Thanks! -- Sellam Ismail Vintage Computer Festival ------------------------------------------------------------------------------ International Man of Intrigue and Danger http://www.vintage.org [ Old computing resources for business || Buy/Sell/Trade Vintage Computers ] [ and academia at www.VintageTech.com || at http://marketplace.vintage.org ] From bfranchuk at jetnet.ab.ca Mon Aug 4 16:45:09 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Mon, 04 Aug 2008 15:45:09 -0600 Subject: segmented memory models In-Reply-To: <20080804210617.GA11622@brevard.conman.org> References: <4896702E.6050002@jbrain.com> <20080804210617.GA11622@brevard.conman.org> Message-ID: <48977865.2050401@jetnet.ab.ca> Sean Conner wrote: > > -spc ("Oooh, look at that magic smoke ... I just have derefenced a NULL > pointer ... ") > > FIXED! { Magic smoke } > NULL: From RichA at vulcan.com Mon Aug 4 16:56:20 2008 From: RichA at vulcan.com (Rich Alderson) Date: Mon, 4 Aug 2008 14:56:20 -0700 Subject: SDS/XDS Sigma systems Message-ID: If anyone on the list is aware of Sigma equipment still in existence, please contact me. I am aware that Honeywell forcibly retired the systems as service contracts expired in the early 80s, and that this will be very rare if it does exist at all. Thanks, Rich Rich Alderson RichA at vulcan.com Server Engineer, PDPplanet Project (206) 342-2239 Vulcan, Inc., 505 5th Avenue S, Seattle, WA 98104 (206) 465-2916 cell From ard at p850ug1.demon.co.uk Mon Aug 4 17:25:42 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Mon, 4 Aug 2008 23:25:42 +0100 (BST) Subject: segmented memory models In-Reply-To: <200808041722.46472.pat@computer-refuge.org> from "Patrick Finnegan" at Aug 4, 8 05:22:46 pm Message-ID: > And, in case you're worried that hardware had to be adjusted depending > on what address bus used, it didn't. The CPU asserts a I/O page line > on the bus whenever there's an access to the I/O page of address space, > So, the device only needs to check 12 address lines (memory accesses > are 16 bites wide) and the I/O page line, regardless of how wide the > address bus on the CPU is. Actually, that's only yhe case on the Q-bus, which could have either 18 or 22 address lines (was there ever a version that only drove 16 address lines?) On the Unibus, there are always 18 address lines, and devices check all 18 of them. On machines without an MMU, or with the MMU turned off, the top 2 address lines (A16 and A17) are asserted if all of A13...A15 are 1's. AFAIK, that was the case from the very first PDP11, which is the whole point of this discussion, the machine was designed with the future in mind Unibus machines with 22 bit addressing have a special memory bus (not UNibus) with 22 address lines, and a second, simple, MMU, called the Unibus Map, between the 18 Unibus address lines and the 22 memory address lines for DMA. -tony From ard at p850ug1.demon.co.uk Mon Aug 4 17:20:08 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Mon, 4 Aug 2008 23:20:08 +0100 (BST) Subject: segmented memory models In-Reply-To: <489764DC.1060407@jbrain.com> from "Jim Brain" at Aug 4, 8 03:21:48 pm Message-ID: > > No it doesn't, given that a PDP11 address to a program is always 16 bits. > > The 18 or 22 bit phuysicall addresses were created by the MMU. > > > Did an MMU exist for the 8086? No, not as a single chip (AFAIK). But that doesn't stop somebody building one if they want to. And AFAIK there is no MMU for the PDP11/20 (the first PDP11 implementation). And yet it got the extension of 16 bit program addresses to 18 bit bus address 'correct' ((a) what all other 11's do and (b) what was sensible to do given the fact that I/O devices sit at the top of the address space)/ > > > > > > The issue here was witht he 80286 .vs. the 8086. Not the 8080. It was > > clear the 8088 had sold very well (IBM and all that :-)), it was likely > > the 80286 would sell well as well. > > > I'm not sure I follow. I thought you argued moving the vectors to > $ffff:0000 was bad, but I believe that was done on the 8086. By the IIRC, it's not strictly a vector, in that that location doesn't contain the address of the routine to be executed on Reset (as is the case on, say , a 6502 or 6809), but rather the first instruction to be executed. But anyway. No, I don;t think putting the reset at the top of memory was inherrently silly. It's just that it doesn't seem to have served any real purpose. The problems on the 8080 systems caused by having reset jump to location 0 were really due to the fact that reset jumped to a fixed location, not where that location was. So moving it somewhere else neither helped nor hindered anyone. > time the 286 was designed, backwards compatibility mandated the reset > vectors stay in the same place, even though that was no longer top of RAM. And that's where I disagree. The addreess FFFF:0000 can _also_ be interpretted as '16 bytes below the physical top of memory. Given that the reset routine is likely to be in ROM, and given that contiguous RAM is generally a good thing, IMHO it would have been better if the physical address outputted by an 80286 for the first instruction after reset was FFFFF0 (not 0FFFF0). One way to do this would have been similar to the PDP11 I/O address trick (which is why I brought that up), namely that in real mode, the 'extra' 4 address lines of the 80286 (over the ones of the 8086) are all set to the same state and that state is the logical AND of the top so-many-bits of the current segment register. -tony From ikvsabre at comcast.net Mon Aug 4 17:34:09 2008 From: ikvsabre at comcast.net (Joe Stevenson) Date: Mon, 04 Aug 2008 18:34:09 -0400 Subject: Programming books looking for a good home References: <4896702E.6050002@jbrain.com> <20080804210617.GA11622@brevard.conman.org> <48977865.2050401@jetnet.ab.ca> <200308041829330765.000CEA94@smtp.comcast.net> Message-ID: <200808041834090187.001120F2@smtp.comcast.net> Hi all, Programming Windows 95 - The Definitive Developer's Guide to the Windows '95 API (Petzold & Yao, 1996 Microsoft Press) Introduction to Graphics Programming for Windows '95 - Vector Graphics using C++ (Michael J. Young, 1996 Acedemic Press, Inc.) I figure $2 each plus shipping isn't too much to ask. Joe From pat at computer-refuge.org Mon Aug 4 17:38:27 2008 From: pat at computer-refuge.org (Patrick Finnegan) Date: Mon, 4 Aug 2008 18:38:27 -0400 Subject: segmented memory models In-Reply-To: References: Message-ID: <200808041838.27368.pat@computer-refuge.org> On Monday 04 August 2008, Tony Duell wrote: > > And, in case you're worried that hardware had to be adjusted > > depending on what address bus used, it didn't. The CPU asserts a > > I/O page line on the bus whenever there's an access to the I/O page > > of address space, So, the device only needs to check 12 address > > lines (memory accesses are 16 bites wide) and the I/O page line, > > regardless of how wide the address bus on the CPU is. > > Actually, that's only yhe case on the Q-bus, which could have either > 18 or 22 address lines (was there ever a version that only drove 16 > address lines?) The 11/03, and LSI-11/2, probably the SBC-11/21, and the 11/23 when not fitted with an MMU. I can't think of any others off the top of my head. :) > On the Unibus, there are always 18 address lines, and devices check > all 18 of them. On machines without an MMU, or with the MMU turned > off, the top 2 address lines (A16 and A17) are asserted if all of > A13...A15 are 1's. AFAIK, that was the case from the very first > PDP11, which is the whole point of this discussion, the machine was > designed with the future in mind Unibus machines with 22 bit > addressing have a special memory bus (not UNibus) with 22 address > lines, and a second, simple, MMU, called the Unibus Map, between the > 18 Unibus address lines and the 22 memory address lines for DMA. Still, this is equivalent to how the QBUS did it, only without using a separate line to signal I/O page accesses. Pat -- Purdue University Research Computing --- http://www.rcac.purdue.edu/ The Computer Refuge --- http://computer-refuge.org From cclist at sydex.com Mon Aug 4 18:03:58 2008 From: cclist at sydex.com (Chuck Guzis) Date: Mon, 04 Aug 2008 16:03:58 -0700 Subject: segmented memory models In-Reply-To: References: , <18583.27286.954628.667151@barrett-us-nas.equallogic.com>, Message-ID: <4897286E.11094.174473F@cclist.sydex.com> On 4 Aug 2008 at 14:15, Rich Alderson wrote: > It's not that the PDP-10 has "oddball pointers", but rather that > "address" is not the same data type as "(byte) pointer". I assume that > something similar is true on the CDC 6x00 family, but I haven't looked > at one since September, 1970, before I dropped the Compass programming > class at UT Austin. I never used C on a 6600 (or any other CDC machine for that matter), but yeah, the addressing granularity is a 60-bit word. Oddly, that didn't seem to affect the efficiency of languages such as COBOL that rely heavily on character data. In fact, COBOL on a 6600 was one of the fastest implementations of any machine of the time. Character move loops for example, were typically coded (except by "brain dead" programmers) to move 10 characters per loop pass--and duplexed load units made it easy to write an in-stack loop where an instruction issued every cycle and memory was kept busy. I have no idea how the implementors of 6000-series C decided to fashion their character pointers. I can well imagine that they were "weird". But byte (whatever you want to call a byte) addressability is just an artificial convenience anyway if your CPU has a wider datapath than a byte. The CDC STAR, for example, had bit addressability. Cheers, Chuck From jhfinedp3k at compsys.to Mon Aug 4 18:38:34 2008 From: jhfinedp3k at compsys.to (Jerome H. Fine) Date: Mon, 04 Aug 2008 19:38:34 -0400 Subject: Free PDP-11 Stuff in Bedford, NH In-Reply-To: <1A8C77B1-3C55-4623-9A15-831635FD534F@xlisper.com> References: <1A8C77B1-3C55-4623-9A15-831635FD534F@xlisper.com> Message-ID: <489792FA.1060008@compsys.to> >David Betz wrote: > I have a "PDP-11" that is actually a box (BA-23) that used to contain > a MicroVAX I. I replaced the MVI boards with the following modules: > > M8190 KDJ11-B > M7551-CF 4MB memory > M7504 ethernet adapter > M7555 RQDX3 hard/floppy controller > M8043 DLV11-J 4 line serial > > It also contains the following drives: > > RX50 two 5.25" floppy drives > RD54 159MB hard drive > > It seems to work. I was able to get RT-11 installed on the hard drive > and the system boots to a prompt. I haven't played with it much since > then though. > > I also have a bunch of other Q-Bus modules including a KDF11 CPU and > some other memory and I/O boards as well as a few spare drives. > > Is anyone interested in coming to pick this stuff up? > > David Jerome Fine replies: It looks like you already have James Fogg to pick up this treasure trove. Can you confirm? Otherwise, ... Sincerely yours, Jerome Fine From brain at jbrain.com Mon Aug 4 18:55:49 2008 From: brain at jbrain.com (Jim Brain) Date: Mon, 04 Aug 2008 18:55:49 -0500 Subject: segmented memory models In-Reply-To: <200808041722.46472.pat@computer-refuge.org> References: <4896702E.6050002@jbrain.com> <200808041722.46472.pat@computer-refuge.org> Message-ID: <48979705.9090003@jbrain.com> Patrick Finnegan wrote: > I'll assume from that comment that you aren't familiar with PDP-11 > I understood the argument as "8086 put the 'vectors' (in quotes, since they are not just the addresses, but the opcode as well) at the top of RAM, which did not solve anything., because in the next generation of CPU, those addresses fell in the middle of the memory map. So, on the one hand, you could constrain the memory map (ala PDP-11), which it appears would be considered an "elegant" design, or we lift the top of the address space, now exposing the 'vectors' as being in the middle of the memory map, and that is considered "bad". Dunno, given the choice between fixed map with MMU to push blocks of RAM into view, or lifting the top of memory, I think the x86 designers picked a wise path. > And, in case you're worried that hardware had to be adjusted depending > on what address bus used, it didn't. The CPU asserts a I/O page line > on the bus whenever there's an access to the I/O page of address space, > So, the device only needs to check 12 address lines (memory accesses > are 16 bites wide) and the I/O page line, regardless of how wide the > address bus on the CPU is. > I noted the concern in general, but it does indeed appear the PDP-11 designers handled it with elegance. Still, I think we're comparing apples to oranges. The Intel crowd had very little control over the computer design, while the DEC team controlled all aspects of the design, including the CPU. If the IBM team hadworked very closely with the Intel designers in bringing out the 5150, I would agree with Tony's point. But, we know IBM broke the rules in bringing out the unit, pulling off the shelf and already available parts to bring the machine to market. If they *had* collaborated as described, I fear the PC would never have made it. I tend to believe it arrived because the folks who designed it took the non-IBM approach, not in spite of that approach. From eric at brouhaha.com Mon Aug 4 18:59:15 2008 From: eric at brouhaha.com (Eric Smith) Date: Mon, 04 Aug 2008 16:59:15 -0700 Subject: Is anyone in Houston? Message-ID: <489797D3.4080709@brouhaha.com> I could use a small favor if anyone on the list is in Houston. It's classic computer related, but will not involve picking up or shipping anything. If you might be able to help out, please email me directly at , don't reply to the list. Thanks! Eric From brain at jbrain.com Mon Aug 4 19:09:12 2008 From: brain at jbrain.com (Jim Brain) Date: Mon, 04 Aug 2008 19:09:12 -0500 Subject: segmented memory models In-Reply-To: References: Message-ID: <48979A28.8040909@jbrain.com> Tony Duell wrote: > No, not as a single chip (AFAIK). But that doesn't stop somebody building > one if they want to. > > And AFAIK there is no MMU for the PDP11/20 (the first PDP11 > implementation). And yet it got the extension of 16 bit program addresses > to 18 bit bus address 'correct' ((a) what all other 11's do and (b) what > was sensible to do given the fact that I/O devices sit at the top of the > address space)/ > I'll stand my ground. The fact that one could build an MMU for the 8086 is different from requiring one in the design of a PC that used the 8086. In fatc, who's to say the 8086 designer expected the computer developers to use an MMU? It's not like they could force them to do so. > No, I don;t think putting the reset at the top of memory was inherrently > silly. It's just that it doesn't seem to have served any real purpose. > The problems on the 8080 systems caused by having reset jump to location > 0 were really due to the fact that reset jumped to a fixed location, not > where that location was. So moving it somewhere else neither helped nor > hindered anyone. > I think I made a convincing case in one of my previous posts. I can see clearly that 8080 board designers would have carped quite a bit about having to map ROM into $000 for boot and wanted that to go away in the next iteration of the board. Or, perhaps Intel just noticed where everyone was going, with RAM at 0, and wanted to help make it easier to design in the 8086 (I think this was at a time where Intel's dominance of the CPU market was not even on the RADAR, so I suspect they did what they could to ensure an easy design in. To play that car further, by the time the 80286 came out (and to use your argument that Intel knew the 80286 was a sure thing), they probably didn;t care about it as much. People would use the 80286 because it was the next in the lineage, and the x86 was a force to be reckoned with. So, for the poor designer who no doubt raised the issue you describe, I can easily see them beaten down by the marketing and management types, saying, don't waste silicon on it, we *own* this market! > And that's where I disagree. The addreess FFFF:0000 can _also_ be > interpretted as '16 bytes below the physical top of memory. Given that > the reset routine is likely to be in ROM, and given that contiguous RAM > is generally a good thing, IMHO it would have been better if the physical > address outputted by an 80286 for the first instruction after reset was > FFFFF0 (not 0FFFF0). One way to do this would have been similar to the > PDP11 I/O address trick (which is why I brought that up), namely that in > real mode, the 'extra' 4 address lines of the 80286 (over the ones of the > 8086) are all set to the same state and that state is the logical AND of > the top so-many-bits of the current segment register. > I really think compatibility concerns trumped the implementation of this idea. And, even if they truly should have implement the idea you describe, I just don't think it qualifies as "brain dead" that they did not. From ethan.dicks at usap.gov Mon Aug 4 19:14:08 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Tue, 5 Aug 2008 00:14:08 +0000 Subject: segmented memory models In-Reply-To: <20080804210617.GA11622@brevard.conman.org> References: <4896702E.6050002@jbrain.com> <20080804210617.GA11622@brevard.conman.org> Message-ID: <20080805001408.GA26030@usap.gov> On Mon, Aug 04, 2008 at 05:06:17PM -0400, Sean Conner wrote: > > I wasn't aware that this was a requirement of C, or any other language. > > The C Standard say the token "0" (in a pointer context) is to be > translated to a null address in the target architecture, and in most > implementations, that address is indeed 0, but it doesn't have to be. > > Also, dereferencing such a pointer causes undefined behavior, which means > what happens really depends upon the C compiler and underlying hardware. I ran into this when someone at Lucent ported a simple utility from an NCR Unix box to a Sun box - somewhere, someone was dereferencing a null pointer (getting strlen() perhaps?)... on the NCR box, the implementation treated the length of a null pointer as the same as a pointer to a null (character). On the Solaris machine, it threw a segfault. It took me a bit of time to convince the guys that both implementations were valid and that it wasn't a "Solaris bug". This particular implementation issue is, IIRC, one reason the Amiga puts a $00000000 at $0000000 (and uses $00000004 as its "ExecBase" pointer location)... the two ways to catch these sorts of user code issues are to either stuff something like $DEADBEEF at $00000000 or to use Enforcer to trip up your program if you try to dereference a null pointer (presuming your development platform has an MMU, of course). Either way, you'll quickly find null-pointer derefs and be able to take them out to avoid "undefined behavior". -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 5-Aug-2008 at 00:00 Z South Pole Station PSC 468 Box 400 Temp -75.8 F (-59.9 C) Windchill -112.0 F (-80.0 C) APO AP 96598 Wind 9.9 kts Grid 28 Barometer 672.2 mb (10924 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From jrkeys at concentric.net Mon Aug 4 20:33:11 2008 From: jrkeys at concentric.net (Keys) Date: Mon, 4 Aug 2008 20:33:11 -0500 Subject: Is anyone in Houston? References: <489797D3.4080709@brouhaha.com> Message-ID: <000901c8f69b$3a992d20$02406b43@66067007> ----- Original Message ----- From: "Eric Smith" To: ; "Discussion at cnc.net:On-Topic and Off-Topic Posts" Sent: Monday, August 04, 2008 6:59 PM Subject: Is anyone in Houston? >I could use a small favor if anyone on the list is in Houston. It's >classic computer related, but will not involve picking up or shipping >anything. > > If you might be able to help out, please email me directly at > , don't reply to the list. > > Thanks! > Eric From eric at brouhaha.com Mon Aug 4 20:41:08 2008 From: eric at brouhaha.com (Eric Smith) Date: Mon, 04 Aug 2008 18:41:08 -0700 Subject: I no longer need a contact in Houston (was Re: Is anyone in Houston?) In-Reply-To: <489797D3.4080709@brouhaha.com> References: <489797D3.4080709@brouhaha.com> Message-ID: <4897AFB4.6010601@brouhaha.com> Thanks to those who replied! Eric From wgungfu at uwm.edu Mon Aug 4 20:50:49 2008 From: wgungfu at uwm.edu (wgungfu at uwm.edu) Date: Mon, 4 Aug 2008 20:50:49 -0500 Subject: Jolt schematic and pictures? In-Reply-To: <4897AFB4.6010601@brouhaha.com> References: <489797D3.4080709@brouhaha.com> <4897AFB4.6010601@brouhaha.com> Message-ID: <1217901049.4897b1f928599@panthermail.uwm.edu> Does anyone have decent pictures of an assembled Jolt board and/or schematics? I'm looking to try and put together a recreation. Thanks in advance! Marty From wgungfu at uwm.edu Mon Aug 4 20:50:49 2008 From: wgungfu at uwm.edu (wgungfu at uwm.edu) Date: Mon, 4 Aug 2008 20:50:49 -0500 Subject: Jolt schematic and pictures? In-Reply-To: <4897AFB4.6010601@brouhaha.com> References: <489797D3.4080709@brouhaha.com> <4897AFB4.6010601@brouhaha.com> Message-ID: <1217901049.4897b1f9b7a1c@panthermail.uwm.edu> Does anyone have decent pictures of an assembled Jolt board and/or schematics? I'm looking to try and put together a recreation. Thanks in advance! Marty From jhfinedp3k at compsys.to Mon Aug 4 22:39:55 2008 From: jhfinedp3k at compsys.to (Jerome H. Fine) Date: Mon, 04 Aug 2008 23:39:55 -0400 Subject: SDS/XDS Sigma systems In-Reply-To: References: Message-ID: <4897CB8B.1000405@compsys.to> >Rich Alderson wrote: >If anyone on the list is aware of Sigma equipment still in existence, >please >contact me. I am aware that Honeywell forcibly retired the systems as >service >contracts expired in the early 80s, and that this will be very rare if >it does >exist at all. > > Thanks, > Rich > >Rich Alderson >RichA at vulcan.com >Server Engineer, PDPplanet Project (206) >342-2239 >Vulcan, Inc., 505 5th Avenue S, Seattle, WA 98104 (206) >465-2916 cell > > Jerome Fine replies: Somewhere there should still be a Sigma box that is about the same size as a BA23 box. It has a built-in 8" floppy (that can also be double sided) that runs using the MSCP controller and a hard drive, also using the MSCP controller. The Qbus backplane has at least 5 slots, maybe eight. It runs RT-11. I also have a number of Sigma ESDI hard disk drive controllers, RQD11-EC that I use with Hitachi 5.25" hard disk drive of 600 MegaBytes. Is this what you are looking for? Sincerely yours, Jerome Fine From charlesleecourtney at yahoo.com Mon Aug 4 11:58:01 2008 From: charlesleecourtney at yahoo.com (Lee Courtney) Date: Mon, 4 Aug 2008 09:58:01 -0700 (PDT) Subject: Faceplate or floor stand for DS20E In-Reply-To: <006401c8f64b$ba325520$2e96ff60$@com> Message-ID: <759468.75015.qm@web35303.mail.mud.yahoo.com> Hi Bob, I'd like faceplates for the DS20s. If you or anyone else has some or knows of a commercial source let me know. BTW - I also posted a note to the BSD and Linux Alpha lists and have placed several systems and storage shelves there. THanks! Lee C. --- On Mon, 8/4/08, Bob Armstrong wrote: > From: Bob Armstrong > Subject: Faceplate or floor stand for DS20E > To: cctalk at classiccmp.org > Date: Monday, August 4, 2008, 9:04 AM > I got one of Guy's AlphaServers - it's actually a > rack mounted DS20E > that's working fine (thanks, Guy) but unfortunately all > of them were missing > their faceplates. I know it's a long shot, but does > anybody have a > faceplate for a DS20/DS20E, or better yet a set of the > floor pedestal skins, > that they'd part with? > > > > Thanks, > > Bob Armstrong From mouse at Rodents-Montreal.ORG Mon Aug 4 22:20:04 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Mon, 4 Aug 2008 23:20:04 -0400 (EDT) Subject: segmented memory models In-Reply-To: <20080805001408.GA26030@usap.gov> References: <4896702E.6050002@jbrain.com> <20080804210617.GA11622@brevard.conman.org> <20080805001408.GA26030@usap.gov> Message-ID: <200808050323.XAA24252@Sparkle.Rodents-Montreal.ORG> > [nil pointer deref story] > It took me a bit of time to convince the guys that both > implementations were valid and that it wasn't a "Solaris bug". I ran into a related issue recently. A moderately popular open source project uses nonportable constructs involving varargs function calls, passing NULL, uncast, as a varargs argument and expecting it to be a nil pointer when fetched in the called function. Between a lack of implementations to point to where it'll fail and some very creative reading of the standard on the part of the "other side", I was unable to convince them this was invalid code.... Grrr. /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From mouse at Rodents-Montreal.ORG Mon Aug 4 22:27:53 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Mon, 4 Aug 2008 23:27:53 -0400 (EDT) Subject: segmented memory models In-Reply-To: <18583.27286.954628.667151@barrett-us-nas.equallogic.com> References: <20080804133304.F86368@shell.lmi.net> <18583.27286.954628.667151@barrett-us-nas.equallogic.com> Message-ID: <200808050333.XAA24310@Sparkle.Rodents-Montreal.ORG> >> C actually insists that address 0 is an invalid address! > Pedantically: not quite. It says that 0 is the token representing a > null address. Not quite. There is no such thing as "a null address". Each pointer type has a distinguished value, termed a "null" pointer of that type, which does not point to any object, and which can be obtained by converting an integer constant expression with value 0 (of which a bare 0 is just one example), or such an expression cast to type "pointer to void", to the relevant pointer type. (This conversion may occur by casting, by assignment, by parameter passing....) Whether pointers are "addresses" - indeed, whether an "address" is a useful concept - is a matter for the implementation. I recall hearing of a C implementation for a Lisp Machine in which pointers were implemented as pairs. > It doesn't say that the encoding of such a pointer is the same as > that of the integer 0. Right. Indeed, the encoding of a null pointer may vary from type to type (within certain bounds; as a simple example, char * and void *, by special fiat, must use the same representation). /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From eric940 at gmail.com Tue Aug 5 01:26:57 2008 From: eric940 at gmail.com (Eric) Date: Mon, 4 Aug 2008 23:26:57 -0700 Subject: SDS/XDS Sigma systems In-Reply-To: <4897CB8B.1000405@compsys.to> References: <4897CB8B.1000405@compsys.to> Message-ID: >>Rich Alderson wrote: >> >> If anyone on the list is aware of Sigma equipment still in existence, please >> contact me. I am aware that Honeywell forcibly retired the systems as >> service contracts expired in the early 80s, and that this will be very rare if >> it does exist at all. > Jerome Fine replies: > > Somewhere there should still be a Sigma box that is about the > same size as a BA23 box. It has a built-in 8" floppy (that can > also be double sided) that runs using the MSCP controller > and a hard drive, also using the MSCP controller. The Qbus > backplane has at least 5 slots, maybe eight. It runs RT-11. > > I also have a number of Sigma ESDI hard disk drive controllers, > RQD11-EC that I use with Hitachi 5.25" hard disk drive of > 600 MegaBytes. > > Is this what you are looking for? Jerome: This is the wrong "Sigma" type device you are referring to. The correct Sigma device(s) consisted of, for example, the Sigma 5, Sigma 7, and Sigma 9 (was there a Sigma 2?) made by Scientific Data Systems (SDS), which was bought out by Xerox in 1969 and subsequently named Xerox Data Systems (XDS). Then, after Xerox abandoned the mainfame industry (circa 1974) -- Honeywell came into the picture and provided service engineering contracts and maintenance for their products and existing clients. In other words, the OP is looking out for mainframe type products (or minicomputer computer products, depending on your definition of exactly what defines a mainframe vs. minicomputer in this context :-) I'm not that familiar with the "Sigma" named device you are referring to, but am familiar enough to know that it is quite a more recent device than what the OP is looking for. -eric940 From cclist at sydex.com Tue Aug 5 03:51:44 2008 From: cclist at sydex.com (Chuck Guzis) Date: Tue, 05 Aug 2008 01:51:44 -0700 Subject: SDS/XDS Sigma systems In-Reply-To: References: , <4897CB8B.1000405@compsys.to>, Message-ID: <4897B230.4631.38E5CEC@cclist.sydex.com> On 4 Aug 2008 at 23:26, Eric wrote: > The correct Sigma device(s) consisted of, for example, the Sigma 5, > Sigma 7, and Sigma 9 (was there a Sigma 2?) made by Scientific Data > Systems (SDS), which was bought out by Xerox in 1969 and subsequently > named Xerox Data Systems (XDS). > > Then, after Xerox abandoned the mainfame industry (circa 1974) -- > Honeywell came into the picture and provided service engineering > contracts and maintenance for their products and existing clients. > > In other words, the OP is looking out for mainframe type products (or > minicomputer computer products, depending on your definition of > exactly what defines a mainframe vs. minicomputer in this context :-) Boy, that name goes back quite a ways My friends at Lockheed (LMSC) in Sunnyvale used a couple of those in the 1970s. SDS->XDS is right. Here's some more information on the SDS machines: http://www.andrews.edu/~calkins/profess/SDSigma7.htm Cheers, Chuck From cclist at sydex.com Tue Aug 5 04:03:36 2008 From: cclist at sydex.com (Chuck Guzis) Date: Tue, 05 Aug 2008 02:03:36 -0700 Subject: segmented memory models In-Reply-To: References: <489764DC.1060407@jbrain.com> from "Jim Brain" at Aug 4, 8 03:21:48 pm, Message-ID: <4897B4F8.22056.3993A76@cclist.sydex.com> On 4 Aug 2008 at 23:20, Tony Duell wrote: > IMHO it would have been better if the physical > address outputted by an 80286 for the first instruction after reset was > FFFFF0 (not 0FFFF0). One way to do this would have been similar to the > PDP11 I/O address trick (which is why I brought that up), namely that in > real mode, the 'extra' 4 address lines of the 80286 (over the ones of the > 8086) are all set to the same state and that state is the logical AND of > the top so-many-bits of the current segment register. My gripe with all of the X86 series is that there are no status lines indicating which segment register is being used to generate an address. The NEC V40, for example, tells you this, so you can have 4 separate address spaces of 1M each. Fetching from a different space on reset is a no-brainer to implement. Cheers, Chuck From pcw at mesanet.com Tue Aug 5 08:55:29 2008 From: pcw at mesanet.com (Peter C. Wallace) Date: Tue, 5 Aug 2008 06:55:29 -0700 (PDT) Subject: SDS/XDS Sigma systems In-Reply-To: References: <4897CB8B.1000405@compsys.to> Message-ID: On Mon, 4 Aug 2008, Eric wrote: > Date: Mon, 4 Aug 2008 23:26:57 -0700 > From: Eric > Reply-To: "General Discussion: On-Topic and Off-Topic Posts" > > To: cctalk at classiccmp.org > Subject: Re: SDS/XDS Sigma systems > >>> Rich Alderson wrote: >>> >>> If anyone on the list is aware of Sigma equipment still in existence, please >>> contact me. I am aware that Honeywell forcibly retired the systems as >>> service contracts expired in the early 80s, and that this will be very rare if >>> it does exist at all. > I wonder if anyone at whats left of System Concepts would know what happened to theirs, they bought one from UC Berkeleys salvage yard somewhere around 1979... Peter Wallace From db at db.net Tue Aug 5 09:00:00 2008 From: db at db.net (Diane Bruce) Date: Tue, 5 Aug 2008 10:00:00 -0400 Subject: SDS/XDS Sigma systems In-Reply-To: References: <4897CB8B.1000405@compsys.to> Message-ID: <20080805140000.GA71322@night.db.net> On Tue, Aug 05, 2008 at 06:55:29AM -0700, Peter C. Wallace wrote: > On Mon, 4 Aug 2008, Eric wrote: > > >Date: Mon, 4 Aug 2008 23:26:57 -0700 > >From: Eric > >Reply-To: "General Discussion: On-Topic and Off-Topic Posts" > > ... > >>>If anyone on the list is aware of Sigma equipment still in existence, > >>>please > >>>contact me. I am aware that Honeywell forcibly retired the systems as > >>>service contracts expired in the early 80s, and that this will be very > >>>rare if > >>>it does exist at all. > > Carleton University here in Ottawa Ontario Canada had a Sigma 9. I remember their RAD (Rapid Access Disk), wow. fast disk. It was actually a drum as I recall. CRC out in Shirleys bay (government installation) also had a Sigma, I think it was the Sigma 7. It was a long time ago. - Diane -- - db at FreeBSD.org db at db.net http://www.db.net/~db From blstuart at bellsouth.net Tue Aug 5 09:02:05 2008 From: blstuart at bellsouth.net (Brian L. Stuart) Date: Tue, 05 Aug 2008 14:02:05 +0000 Subject: segmented memory models In-Reply-To: References: <489764DC.1060407@jbrain.com> from Message-ID: <080520081402.12596.48985D5D0000DE8B0000313422218683269B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> > And AFAIK there is no MMU for the PDP11/20 (the first PDP11 Not as a product. However, lo these many years ago (neigh on to 3 decades), I was shown an object that consisted of numerous DEC modules and told that it was one of three MMUs that had been built for the 11/20. Since we also had an 11/20 there, it was at least plausible. To my knowledge, it was later lost to a great clean-out. Now, I have no idea whether it really was an 11/20 MMU, but I do recall a while back coming across a mention of what sounded like an experimental MMU for it. So such a thing did exist in legend and myth... BLS From christian_liendo at yahoo.com Tue Aug 5 09:41:01 2008 From: christian_liendo at yahoo.com (Christian Liendo) Date: Tue, 5 Aug 2008 07:41:01 -0700 (PDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: Message-ID: <313811.2421.qm@web56214.mail.re3.yahoo.com> http://news.bostonherald.com/business/technology/general/view/2008_08_04_Designers_on_quest_to_build__12_computer/ From oldcpu2 at rogerwilco.org Tue Aug 5 09:51:38 2008 From: oldcpu2 at rogerwilco.org (J Blaser) Date: Tue, 05 Aug 2008 08:51:38 -0600 Subject: WTB: SGI drive sleds/brackets Message-ID: <489868FA.9030908@rogerwilco.org> Wanted to buy for a reasonable price + shipping: 3-1/2" drive sled for SGI Indigo2 5-1/4" drive sled for SGI Indigo2 (x3) 3-1/2" drive bracket for SGI Indy Anyone with some extras? Please contact me off-list. Last weekend I came across a(n) SGI Indigo2 and several Indys at the local university surplus store. Having no experience with SGI gear I couldn't resist and picked up the Indigo2 and (x2) Indys. The prices were quite reasonable, and now I know why! There are no drives inside. As a rule, all systems from this outlet are stripped of their drives before being put on sale. If only I'd known. This particular surplus store always binds the machines closed with nylon shipping straps to prevent people from delving inside and lifting little parts without paying for the machine. So I couldn't 'pop the lid' and check them out. And, you can't cut them open until you buy. What is the saying?..."What you don't know can't hurt you," or something like that? ;) My ignorance of SGI gear and the store's policy cost me on this one. Live and learn! Anyway, I now have an Indigo2 (pre-IMPACT! green case) with what I think is 256MB RAM, and 2 identical Indys with R4600/133 CPUs and mabye 128MB RAM, all without disks. I'll know more when I get a 13W3-to-VGA cable rigged up. Anyway, hoping to resurrect them with some flavor of BSD, or even IRIX 5.3 if I can find it. Thanks, Jared From bpope at wordstock.com Tue Aug 5 10:14:33 2008 From: bpope at wordstock.com (Bryan Pope) Date: Tue, 5 Aug 2008 11:14:33 -0400 (EDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: <313811.2421.qm@web56214.mail.re3.yahoo.com> Message-ID: <20080805151433.BA5BA56893@mail.wordstock.com> And thusly were the wise words spake by Christian Liendo > > http://news.bostonherald.com/business/technology/general/view/2008_08_04_Designers_on_quest_to_build__12_computer/ > Why do they not use a Commodore 64 instead? It has already been reduced to a single chip by Jeri Ellsworth and it has enhanced graphics that are better then what the original C64 had. Cheers, Bryan From brad at heeltoe.com Tue Aug 5 10:16:14 2008 From: brad at heeltoe.com (Brad Parker) Date: Tue, 05 Aug 2008 11:16:14 -0400 Subject: 9 track tape drive motors - suitable for a go-kart? Message-ID: <9952.1217949374@mini> This has only a little to do with classic computing, but it seems like it could generate epic amounts of email, so what the heck... Does anything know much about the construction and capacity of a typical 9 track tape drive motor? Like the big 1 foot x 6" tubes which I've seen a kennedy or DEC drive? I don't know anything about how they are constructed, but I assume they are high RPM and high torque. And probably some sort of DC stepper. I have a racing go-kart frame which is currently missing a motor (a CRG if anyone cares). It occurred to me that it might be fun to grab a large number of high capacity batteries and somehow rig one of the tape drive motors to the live axle. I assume via a reduction gear and chain. (clearly math needs to be done, but I want to start by finding the right motor) I would imagine several versions, starting with the simplest version but moving to something where both rear wheels are driven and having some sort of "software differential" and the moral equivalent of compression braking. no doubt there is something like alt.cars.electric-karts where I should go with this, but I thought i'd ask about the tape drive motors first. Anyone know what their specs are approximately and if they would be appropriate? (my goal is to be able to smoke the rear wheels and then turn on the traction control :-) clearly I've been spending too much time on the Tesla and Spacex web sites :-) -brad From christian_liendo at yahoo.com Tue Aug 5 10:17:02 2008 From: christian_liendo at yahoo.com (Christian Liendo) Date: Tue, 5 Aug 2008 08:17:02 -0700 (PDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: <20080805151433.BA5BA56893@mail.wordstock.com> Message-ID: <460710.50079.qm@web56202.mail.re3.yahoo.com> I thought the same thing. --- On Tue, 8/5/08, Bryan Pope wrote: > From: Bryan Pope > Subject: Re: MIT want to make $12 Apple II clone > To: cctalk at classiccmp.org > Date: Tuesday, August 5, 2008, 11:14 AM > And thusly were the wise words spake by Christian Liendo > > > > > http://news.bostonherald.com/business/technology/general/view/2008_08_04_Designers_on_quest_to_build__12_computer/ > > > > Why do they not use a Commodore 64 instead? It has already > been > reduced to a single chip by Jeri Ellsworth and it has > enhanced > graphics that are better then what the original C64 had. > > Cheers, > > Bryan From christian_liendo at yahoo.com Tue Aug 5 10:21:07 2008 From: christian_liendo at yahoo.com (Christian Liendo) Date: Tue, 5 Aug 2008 08:21:07 -0700 (PDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: <20080805151433.BA5BA56893@mail.wordstock.com> Message-ID: <683650.73822.qm@web56204.mail.re3.yahoo.com> Does anyone know Jeri Ellsworth and can forward this to her? She should get in touch with the MIT guys and show them how this is done. Might save them many man hours and truly make a $12 computer. --- On Tue, 8/5/08, Bryan Pope wrote: > From: Bryan Pope > Subject: Re: MIT want to make $12 Apple II clone > To: cctalk at classiccmp.org > Date: Tuesday, August 5, 2008, 11:14 AM > And thusly were the wise words spake by Christian Liendo > > > > > http://news.bostonherald.com/business/technology/general/view/2008_08_04_Designers_on_quest_to_build__12_computer/ > > > > Why do they not use a Commodore 64 instead? It has already > been > reduced to a single chip by Jeri Ellsworth and it has > enhanced > graphics that are better then what the original C64 had. > > Cheers, > > Bryan From silvercreekvalley at yahoo.com Tue Aug 5 10:25:57 2008 From: silvercreekvalley at yahoo.com (silvercreekvalley) Date: Tue, 5 Aug 2008 08:25:57 -0700 (PDT) Subject: Vintage sun stuff free for collection in south bay area. Message-ID: <22688.25999.qm@web56212.mail.re3.yahoo.com> Hi Sorry for the short notice on this... I have various vintage Sun items available for collection following a storage clear out. No charge for the items, but collector must take everything as I wont have time to split or arrange for multiple pickups. *Various parts for a Sun 3/80 including case, motherboard, possibly floppy drive, and more parts (can confirm). *Sun 3/60 fitted with colour framebuffer. *Sun 2/120 deskside unit. This is the deskside Sun 2 case with internal PSU and multibus card frame. The original multibus cards have been removed and I am unable to find them. There is no keyboard. *Sun monitor (mono) *Various other computer related parts including an old acoustic coupler modem and phone and a motherboard from an old Sun server (VME bus I think). All these items are untested and for parts only - that is you should assume nothing works. Now for the bad news .. unfortunately these items need to be collected by Friday 8th August ie. this week so would suit someone in the bay area (CA). Contact me off list if interested. Cheers Ian. From spectre at floodgap.com Tue Aug 5 10:26:25 2008 From: spectre at floodgap.com (Cameron Kaiser) Date: Tue, 5 Aug 2008 08:26:25 -0700 (PDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: <20080805151433.BA5BA56893@mail.wordstock.com> from Bryan Pope at "Aug 5, 8 11:14:33 am" Message-ID: <200808051526.m75FQP8K015400@floodgap.com> > Why do they not use a Commodore 64 instead? It has already been > reduced to a single chip by Jeri Ellsworth and it has enhanced > graphics that are better then what the original C64 had. Intellectual property concerns, maybe? The Apple II is certainly a much easier design to build from elemental pieces or reverse-engineer. Not that I mind a $12 C64, but still ... -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com -- Vote anarchist! ------------------------------------------------------------ From Paul_Koning at Dell.com Tue Aug 5 10:31:43 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Tue, 5 Aug 2008 11:31:43 -0400 Subject: 9 track tape drive motors - suitable for a go-kart? References: <9952.1217949374@mini> Message-ID: <18584.29279.212552.954872@gargle.gargle.HOWL> >>>>> "Brad" == Brad Parker writes: Brad> This has only a little to do with classic computing, but it Brad> seems like it could generate epic amounts of email, so what the Brad> heck... Brad> Does anything know much about the construction and capacity of Brad> a typical 9 track tape drive motor? Like the big 1 foot x 6" Brad> tubes which I've seen a kennedy or DEC drive? Brad> I don't know anything about how they are constructed, but I Brad> assume they are high RPM and high torque. And probably some Brad> sort of DC stepper. Brad> I have a racing go-kart frame which is currently missing a Brad> motor (a CRG if anyone cares). It occurred to me that it might Brad> be fun to grab a large number of high capacity batteries and Brad> somehow rig one of the tape drive motors to the live axle. I Brad> assume via a reduction gear and chain. I believe they are servo motors, not steppers. Yes, pretty high torque. Not all that high RPM for the reel motors, higher for the capstan motor (if you're looking at vacuum column drives with start-stop capstans, as opposed to streaming drives, or drives like the 360-era IBM ones that had continuously turning capstans and solenoids that would push the tape against the capstan). I would assume they only a few hundred watts if that -- considering that they are run from low voltage supplies (12 volts or so) with drive transistors that are likely to be good for order of 10 amps or thereabouts. Not bad for spinning tape drive parts, but probably not good enough for a go-kart. Maybe Tesla has some castoffs? :-) Now *that* is a high power motor... paul From binarydinosaurs at gmail.com Tue Aug 5 10:32:59 2008 From: binarydinosaurs at gmail.com (Adrian Graham) Date: Tue, 5 Aug 2008 16:32:59 +0100 Subject: MicroVAX 4000-105 Fast Wide Differential option? Message-ID: <53e388f20808050832x39944b82t2e0478b60b8d5f00@mail.gmail.com> Folks, Today I came across an oddity, a standard ds-47dbm-b9 VAX 4000-105A but seemingly featuring a third-party FWD/DSSI/SCSI option. Instead of the usual angled rear connector box containing 2 DSSI busses and a SCSI-1 connector the machine had a rectangular breakout box that featured from top to bottom FWD SCSI (68pin), blank, DSSI (single port), SCSI-1. The FWD port was connected to a Baydel RAIDER5 raid system and also had a differential terminator. I'm pretty sure that wasn't a DEC option in the UK, 2 DEC resellers I know agree so has anyone else heard of this? I wasn't allowed to shut the machine down so I couldn't check for manufacturers or part numbers..... VMS designator for the drive was DKW100 which further points at it being wide SCSI.... cheers! -- -- adrian/witchy Owner of Binary Dinosaurs, the UK's biggest home computer collection? www.binarydinosaurs.co.uk From steve at cosam.org Tue Aug 5 10:37:08 2008 From: steve at cosam.org (Steve Maddison) Date: Tue, 5 Aug 2008 17:37:08 +0200 Subject: segmented memory models In-Reply-To: <080520081402.12596.48985D5D0000DE8B0000313422218683269B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> References: <489764DC.1060407@jbrain.com> <080520081402.12596.48985D5D0000DE8B0000313422218683269B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> Message-ID: <95838e090808050837y785439b1xeff83b0f11afb93f@mail.gmail.com> 2008/8/5 Brian L. Stuart : >> And AFAIK there is no MMU for the PDP11/20 (the first PDP11 > > Not as a product. However, lo these many years ago (neigh > on to 3 decades), I was shown an object that consisted of > numerous DEC modules and told that it was one of three MMUs > that had been built for the 11/20. Probably doesn't count as a bona fide MMU, but I remember reading something about an add-on for the 11/20 which did kernel/user memory protection. IIRC it was called the KS11 and was some kind of special order option, so there probably weren't that many made. Could it be that that's what you were shown? -- Steve Maddison http://www.cosam.org/ From christian_liendo at yahoo.com Tue Aug 5 10:44:53 2008 From: christian_liendo at yahoo.com (Christian Liendo) Date: Tue, 5 Aug 2008 08:44:53 -0700 (PDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: <200808051526.m75FQP8K015400@floodgap.com> Message-ID: <507520.26074.qm@web56201.mail.re3.yahoo.com> I thought about that.. First the C64 had already been completed, this means that the design work was done as well as licensing. I mean she had to get permission to make the DTV in the 1st place. So that work has already been done. Second, so many people have hacked the DTV design to do so many things, they could easily get this project done quicker by looking at the hacks. If the MIT group wants to get a machine into the hands of people ASAP, then they can go with a proven design. I think they just need to get the people who know together. The problem I see if getting licensing for all the software. But if they can pull it off they will have a $12 computer with a ton of software --- On Tue, 8/5/08, Cameron Kaiser wrote: > From: Cameron Kaiser > Subject: Re: MIT want to make $12 Apple II clone > To: cctalk at classiccmp.org > Date: Tuesday, August 5, 2008, 11:26 AM > > Why do they not use a Commodore 64 instead? It has > already been > > reduced to a single chip by Jeri Ellsworth and it has > enhanced > > graphics that are better then what the original C64 > had. > > Intellectual property concerns, maybe? The Apple II is > certainly a much > easier design to build from elemental pieces or > reverse-engineer. > > Not that I mind a $12 C64, but still ... > > -- > ------------------------------------ personal: > http://www.cameronkaiser.com/ -- > Cameron Kaiser * Floodgap Systems * www.floodgap.com * > ckaiser at floodgap.com > -- Vote anarchist! > ------------------------------------------------------------ From blstuart at bellsouth.net Tue Aug 5 10:49:36 2008 From: blstuart at bellsouth.net (Brian L. Stuart) Date: Tue, 05 Aug 2008 15:49:36 +0000 Subject: segmented memory models In-Reply-To: <95838e090808050837y785439b1xeff83b0f11afb93f@mail.gmail.com> References: <489764DC.1060407@jbrain.com> <080520081402.12596.48985D5D0000DE8B0000313422218683269B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> <95838e090808050837y785439b1xeff83b0f11afb93f@mail.gmail.com> Message-ID: <080520081549.21496.4898769000082A2D000053F822218683269B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> > >> And AFAIK there is no MMU for the PDP11/20 (the first PDP11 > > > > Not as a product. However, lo these many years ago (neigh > > on to 3 decades), I was shown an object that consisted of > > numerous DEC modules and told that it was one of three MMUs > > that had been built for the 11/20. > > Probably doesn't count as a bona fide MMU, but I remember reading > something about an add-on for the 11/20 which did kernel/user memory > protection. IIRC it was called the KS11 and was some kind of special > order option, so there probably weren't that many made. Could it be > that that's what you were shown? It's possible. As I recall, the people who were telling me about it didn't know any details. If it was though, I'd be a little curious about the design. My memory of it is that it had nearly the same number of modules (did they still call them flip chip modules that late?) as the 11/20 itself had. I wouldn't have expected a device providing kernel/user separation to be that complex, but I also didn't dig into it at all at the time. I retrospect, I wish I had. BLS From spectre at floodgap.com Tue Aug 5 10:57:11 2008 From: spectre at floodgap.com (Cameron Kaiser) Date: Tue, 5 Aug 2008 08:57:11 -0700 (PDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: <507520.26074.qm@web56201.mail.re3.yahoo.com> from Christian Liendo at "Aug 5, 8 08:44:53 am" Message-ID: <200808051557.m75FvBfQ030298@floodgap.com> > > > Why do they not use a Commodore 64 instead? It has already been > > > reduced to a single chip by Jeri Ellsworth and it has enhanced > > > graphics that are better then what the original C64 had. > > Intellectual property concerns, maybe? The Apple II is certainly a much > > easier design to build from elemental pieces or reverse-engineer. > > Not that I mind a $12 C64, but still ... > I thought about that.. > First the C64 had already been completed, this means that the design work > was done as well as licensing. I mean she had to get permission to make the > DTV in the 1st place. So that work has already been done. I don't mean about the C64, I mean the *DTV* -- there's still patents on the patentable portions of that design. Sure, not the core logic, but the DTV itself couldn't be used without licensing (I'm sure Ironstone and Toy Lobster want their money). So they'd have to reverse engineer it and the Apple II is clearly an easier job. -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com -- We only pretend to have standards. -- Unknown producer, ABC-TV ------------- From healyzh at aracnet.com Tue Aug 5 11:01:57 2008 From: healyzh at aracnet.com (Zane H. Healy) Date: Tue, 5 Aug 2008 09:01:57 -0700 (PDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: <507520.26074.qm@web56201.mail.re3.yahoo.com> Message-ID: <200808051601.m75G1vXU012603@onyx.spiritone.com> > If the MIT group wants to get a machine into the hands of people ASAP, > then they can go with a proven design. I think they just need to get the > people who know together. I can think of two reasons why they went with the Apple II. The most obvious is from the article, and that is that it is what they were familiar with. The other is that the Apple II can take expansion cards, though I doubt this was a deciding factor. > The problem I see if getting licensing for all the software. But if they > can pull it off they will have a $12 computer with a ton of software >From reading the article it sounds like they are largely looking for new software, which if you think about it makes sense, as English software probably won't be of a lot of use in *rural* India. Now my question is this, will they be available in the US? :^) Zane From brain at jbrain.com Tue Aug 5 11:15:27 2008 From: brain at jbrain.com (Jim Brain) Date: Tue, 05 Aug 2008 11:15:27 -0500 Subject: MIT want to make $12 Apple II clone In-Reply-To: <507520.26074.qm@web56201.mail.re3.yahoo.com> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> Message-ID: <48987C9F.8080503@jbrain.com> Sadly, the collaboration ended between Jeri and the folks who produced the DTV ended very badly, I believe a suit was filed. As such, I don't think there's a future with that IP. There is another core that could be used (I have it saved here locally somewhere), but I think I agree, an Apple II would be easier to deal with. As well, the article (one of them) notes the group is trying to update an existing Apple-II like design alrayd in production, so there are some other factors at play. Jim From jules.richardson99 at gmail.com Tue Aug 5 11:22:42 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Tue, 05 Aug 2008 11:22:42 -0500 Subject: MIT want to make $12 Apple II clone In-Reply-To: <200808051526.m75FQP8K015400@floodgap.com> References: <200808051526.m75FQP8K015400@floodgap.com> Message-ID: <48987E52.3030508@gmail.com> Cameron Kaiser wrote: >> Why do they not use a Commodore 64 instead? It has already been >> reduced to a single chip by Jeri Ellsworth and it has enhanced >> graphics that are better then what the original C64 had. > > Intellectual property concerns, maybe? The Apple II is certainly a much > easier design to build from elemental pieces or reverse-engineer. The article says nothing about an ability to run vintage software, though - it implies that completely new software will be written for the necessary apps. I can only assume that any license issues are already solved, as otherwise there seems little merit in using an old design at all rather than just building a "conventional" low-cost machine using off the shelf parts. cheers Jules From healyzh at aracnet.com Tue Aug 5 11:24:53 2008 From: healyzh at aracnet.com (Zane H. Healy) Date: Tue, 5 Aug 2008 09:24:53 -0700 (PDT) Subject: MicroVAX 4000-105 Fast Wide Differential option? In-Reply-To: <53e388f20808050832x39944b82t2e0478b60b8d5f00@mail.gmail.com> Message-ID: <200808051624.m75GOsic013215@onyx.spiritone.com> > Today I came across an oddity, a standard ds-47dbm-b9 VAX 4000-105A but > seemingly featuring a third-party FWD/DSSI/SCSI option. Instead of the usual > angled rear connector box containing 2 DSSI busses and a SCSI-1 connector > the machine had a rectangular breakout box that featured from top to bottom > FWD SCSI (68pin), blank, DSSI (single port), SCSI-1. The FWD port was > connected to a Baydel RAIDER5 raid system and also had a differential > terminator. > > I'm pretty sure that wasn't a DEC option in the UK, 2 DEC resellers I know > agree so has anyone else heard of this? I wasn't allowed to shut the machine > down so I couldn't check for manufacturers or part numbers..... VMS > designator for the drive was DKW100 which further points at it being wide > SCSI.... > > cheers! > > adrian/witchy My first thought would be that it's a 90's era upgrade from Nemonix as I believe they did (and still do) most of the VAX 4000 upgrades. http://www.nemonixengineering.com/ Zane From bob at jfcl.com Tue Aug 5 11:31:20 2008 From: bob at jfcl.com (Bob Armstrong) Date: Tue, 5 Aug 2008 09:31:20 -0700 Subject: MIT want to make $12 Apple II clone In-Reply-To: <313811.2421.qm@web56214.mail.re3.yahoo.com> References: <313811.2421.qm@web56214.mail.re3.yahoo.com> Message-ID: <002c01c8f718$b16e49d0$144add70$@com> >http://news.bostonherald.com/business/technology/general/view/2008_08_04_De signers_on_quest_to_build__12_computer/ Thought #1 - Is Apple going to let them do this? They can build all the hardware they want, but Apple still owns the copyright for the Apple ][ firmware. Unless Apple goes along with it, they aren't going to be able to (legally, that is) duplicate the ROM contents or use any of the Apple owned software. Thought #2 - They want somebody to write a web browser for an Apple ][ ???? A TCP/IP stack I can see, but a whole browser? Unless they're thinking about using Lynx, I suspect not. Bob From trixter at oldskool.org Tue Aug 5 11:35:45 2008 From: trixter at oldskool.org (Jim Leonard) Date: Tue, 05 Aug 2008 11:35:45 -0500 Subject: MIT want to make $12 Apple II clone In-Reply-To: <20080805151433.BA5BA56893@mail.wordstock.com> References: <20080805151433.BA5BA56893@mail.wordstock.com> Message-ID: <48988161.8030706@oldskool.org> Bryan Pope wrote: > Why do they not use a Commodore 64 instead? It has already been > reduced to a single chip by Jeri Ellsworth and it has enhanced > graphics that are better then what the original C64 had. How so? -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From spectre at floodgap.com Tue Aug 5 11:45:40 2008 From: spectre at floodgap.com (Cameron Kaiser) Date: Tue, 5 Aug 2008 09:45:40 -0700 (PDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: <002c01c8f718$b16e49d0$144add70$@com> from Bob Armstrong at "Aug 5, 8 09:31:20 am" Message-ID: <200808051645.m75GjeUJ023746@floodgap.com> > Thought #2 - They want somebody to write a web browser for an Apple ][ > ???? A TCP/IP stack I can see, but a whole browser? Unless they're > thinking about using Lynx, I suspect not. They could use gopher. I'm just saying. -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com -- FORTUNE: Make your own advancement opportunity. Blackmail your boss. ------- From listmailgoeshere at gmail.com Tue Aug 5 12:13:46 2008 From: listmailgoeshere at gmail.com (listmailgoeshere at gmail.com) Date: Tue, 5 Aug 2008 18:13:46 +0100 Subject: If there's anyone in West Yorkshire with a working BBC Master and disc drive, Message-ID: please could you get in touch? I've a disk I need to read, and I've just discovered that my Master no longer feels like working :( ObCCTalk: symptoms are just the message "Acorn MOS, Acorn ADFS" and then a flashing cursor upon switch-on. The drive does click as if it's being selected, and the light comes on, but there are never any head-movement sounds, and nothing further happens onscreen. Thanks, Ed. From trixter at oldskool.org Tue Aug 5 12:34:18 2008 From: trixter at oldskool.org (Jim Leonard) Date: Tue, 05 Aug 2008 12:34:18 -0500 Subject: MIT want to make $12 Apple II clone In-Reply-To: <48988161.8030706@oldskool.org> References: <20080805151433.BA5BA56893@mail.wordstock.com> <48988161.8030706@oldskool.org> Message-ID: <48988F1A.3090807@oldskool.org> Jim Leonard wrote: > Bryan Pope wrote: >> Why do they not use a Commodore 64 instead? It has already been >> reduced to a single chip by Jeri Ellsworth and it has enhanced >> graphics that are better then what the original C64 had. > > How so? Sorry, that wasn't clear; I'll restate: How did Jeri's FPGA solution have enhanced graphics that were better than the original? -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From brain at jbrain.com Tue Aug 5 12:52:08 2008 From: brain at jbrain.com (Jim Brain) Date: Tue, 05 Aug 2008 12:52:08 -0500 Subject: MIT want to make $12 Apple II clone In-Reply-To: <48988F1A.3090807@oldskool.org> References: <20080805151433.BA5BA56893@mail.wordstock.com> <48988161.8030706@oldskool.org> <48988F1A.3090807@oldskool.org> Message-ID: <48989348.5050901@jbrain.com> Jim Leonard wrote: > Jim Leonard wrote: >> Bryan Pope wrote: >>> Why do they not use a Commodore 64 instead? It has already been >>> reduced to a single chip by Jeri Ellsworth and it has enhanced >>> graphics that are better then what the original C64 had. >> >> How so? > > Sorry, that wasn't clear; I'll restate: > > How did Jeri's FPGA solution have enhanced graphics that were better > than the original? There are a lot of new features, the main ones: * It provided a DMA engine to blit data on the screen. * It provided more colors per cell * It prvides more color options. no new resolution., though, AFAIK. -- Jim Brain, Brain Innovations (X) brain at jbrain.com Dabbling in WWW, Embedded Systems, Old CBM computers, and Good Times! Home: http://www.jbrain.com From daviderhart at oldzonian.com Tue Aug 5 13:13:07 2008 From: daviderhart at oldzonian.com (David W. Erhart) Date: Tue, 05 Aug 2008 11:13:07 -0700 Subject: Jolt schematic and pictures? In-Reply-To: <1217901049.4897b1f9b7a1c@panthermail.uwm.edu> References: <489797D3.4080709@brouhaha.com> <4897AFB4.6010601@brouhaha.com> <1217901049.4897b1f9b7a1c@panthermail.uwm.edu> Message-ID: <48989833.4030304@oldzonian.com> wgungfu at uwm.edu wrote: > Does anyone have decent pictures of an assembled Jolt board and/or schematics? > > I'm looking to try and put together a recreation. Thanks in advance! > > > > Marty > > > > Hello Marty, I've forwarded your email to one of the engineers that worked on the Jolt boards. He may contact you directly. david. --- http://www.sageandstride.org From cclist at sydex.com Tue Aug 5 13:12:57 2008 From: cclist at sydex.com (Chuck Guzis) Date: Tue, 05 Aug 2008 11:12:57 -0700 Subject: MIT want to make $12 Apple II clone In-Reply-To: <002c01c8f718$b16e49d0$144add70$@com> References: , <313811.2421.qm@web56214.mail.re3.yahoo.com>, <002c01c8f718$b16e49d0$144add70$@com> Message-ID: <489835B9.1664.5902BF5@cclist.sydex.com> On 5 Aug 2008 at 9:31, Bob Armstrong wrote: > Thought #1 - Is Apple going to let them do this? I re-read the article several times and I don't really think that they're setting out to clone the Apple. The article says that the current device in use in India is based on the Apple ][, which is pretty vague. I doubt that it uses the echte Apple firmware. It seems to me that the article is saying that they basically want to upgrade the design with more memory and internet connectivity. The big attraction of the current device in use is that it has a keyboard. I'd humbly suggest that they simply market a keyboard and mouse that interfaces with a mobile phone. There should be more than enough compute power there--and you get connectivity as a side benefit. While learning how to keyboard and use a mouse and perhaps program is a valuable skill, I'm not sure about the idea of a "computer" as a stand-alone device is going to be terribly useful in a heavily Internet-based world. Cheers, Chuck From classiccmp at philpem.me.uk Tue Aug 5 13:46:39 2008 From: classiccmp at philpem.me.uk (Philip Pemberton) Date: Tue, 05 Aug 2008 19:46:39 +0100 Subject: If there's anyone in West Yorkshire with a working BBC Master and disc drive, In-Reply-To: References: Message-ID: <4898A00F.3040908@philpem.me.uk> listmailgoeshere at gmail.com wrote: > please could you get in touch? I've a disk I need to read, and I've > just discovered that my Master no longer feels like working :( I've got one! It's a Master 128, with a Viglen dual 5.25" floppy drive and a hard drive interface. I can hook up a 3.5" floppy if need be. > ObCCTalk: symptoms are just the message "Acorn MOS, Acorn ADFS" and > then a flashing cursor upon switch-on. The drive does click as if it's > being selected, and the light comes on, but there are never any > head-movement sounds, and nothing further happens onscreen. Either your CMOS battery is flat, or it's set to load ADFS and autoboot. And this website explains how to fix it: http://lionels.orpheusweb.co.uk/CompNyb/TechStuff/8-Bit/Master128/128BatConfig.html The gory details are somewhere in the Master Welcome Guide as well, IIRC. -- Phil. classiccmp at philpem.me.uk http://www.philpem.me.uk/ From aek at bitsavers.org Tue Aug 5 14:00:23 2008 From: aek at bitsavers.org (Al Kossow) Date: Tue, 05 Aug 2008 12:00:23 -0700 Subject: dc motors Message-ID: <4898A347.4000105@bitsavers.org> one of these on each rear wheel would be pretty scary http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=130244335350 From christian_liendo at yahoo.com Tue Aug 5 14:10:02 2008 From: christian_liendo at yahoo.com (Christian Liendo) Date: Tue, 5 Aug 2008 12:10:02 -0700 (PDT) Subject: Make a $12 C64! (Beating a dead horse!) In-Reply-To: <489835B9.1664.5902BF5@cclist.sydex.com> Message-ID: <401533.89330.qm@web56211.mail.re3.yahoo.com> I looked up some things. There were two C64 based products from two different companies that used the same ASIC. So I don't think the companies own the intellectual property rights on the chip.. They have the rights to their products. Rumor is that Mammoth ordered many ASICs that were never used. To bad those couldn't be released to the public for people to make their own stuff. Also there are browsers and telnet apps for the C64 Web browsers for the C64 Hyperlink http://www.armory.com/~spectre/cwi/hl/ Singular Browser http://noname.c64.org/csdb/release/?id=30400 Ethernet hardware/software for the C64 http://home.ica.net/~leifb/commodore/ethernet.html I just think that this would be a quicker solution. Or everyone can donate their C64s, but I doubt the power supplies will survive. From eric at brouhaha.com Tue Aug 5 14:17:53 2008 From: eric at brouhaha.com (Eric Smith) Date: Tue, 05 Aug 2008 12:17:53 -0700 Subject: MIT want to make $12 Apple II clone In-Reply-To: <20080805151433.BA5BA56893@mail.wordstock.com> References: <20080805151433.BA5BA56893@mail.wordstock.com> Message-ID: <4898A761.9030509@brouhaha.com> Bryan Pope wrote: > Why do they not use a Commodore 64 instead? It has already been My reaction was that either one was a dumb choice. Sure, it would appeal to retro geeks like us, but of what use will it be in the "real world" [*]? Once upon a time there was a lot of educational software for the Apple II, but aside from buying individual titles on eBay, where are you going to get any of it (legally) today? Besides, although the 6502 was a reasonably decent processor in the mid-to-late 1970s, today it won't be any less expensive than an ARM 7 or the like. It seems to me that trying to do further cost reduction of an XO-like device would be more beneficial. Eric From alexandre-listas at e-secure.com.br Tue Aug 5 14:30:23 2008 From: alexandre-listas at e-secure.com.br (Alexandre Souza) Date: Tue, 5 Aug 2008 16:30:23 -0300 Subject: MIT want to make $12 Apple II clone References: <20080805151433.BA5BA56893@mail.wordstock.com> <4898A761.9030509@brouhaha.com> Message-ID: <04a701c8f732$28b4eb70$03fea8c0@portajara> > Besides, although the 6502 was a reasonably decent processor in the > mid-to-late 1970s, today it won't be any less expensive than an ARM 7 or > the like. Don Lancaster, although he doesn't like anyone who isn't american, was a wise man. He said very smart things on "hardware hacker" (radio electronics/electronics NOW!). One of these was (press "rec", guys): "Doing something for a special market with full knowledge of the inner works and without having all the specific periodicals and publications is one of the dumbest thing on the earth" (ok, it wasn't with this words, but the idea is the same :o)) These guys have NO knowledge of how things works. Doing a WEB BROWSER for an APPLE II??? Besides being a stupid idea, recreating an A2 for $12 for selling for poor people is a dumb ideia on itself. Listen: - Cellphone connection? If the guy is poor, how will he afford a cellphone? - The computer is the easy part, a FPGA can replicate an entire apple//. But what about video!? - Keyboard anyone? - Web browsing in 280 x 192? No. Get back to the drawing board and bring me something USEABLE. Maybe recycling old 486 boards and sending them to India. It is a good destination for all those old PCs. Strip the boards, recycle the cabinets in USA and build everything in a new cab there. What about that? :o) From healyzh at aracnet.com Tue Aug 5 14:35:29 2008 From: healyzh at aracnet.com (Zane H. Healy) Date: Tue, 5 Aug 2008 12:35:29 -0700 Subject: MIT want to make $12 Apple II clone In-Reply-To: <4898A761.9030509@brouhaha.com> References: <20080805151433.BA5BA56893@mail.wordstock.com> <4898A761.9030509@brouhaha.com> Message-ID: At 12:17 PM -0700 8/5/08, Eric Smith wrote: >My reaction was that either one was a dumb choice. Sure, it would >appeal to retro geeks like us, but of what use will it be in the >"real world" [*]? Once upon a time there was a lot of educational >software for the Apple II, but aside from buying individual titles >on eBay, where are you going to get any of it (legally) today? > >Besides, although the 6502 was a reasonably decent processor in the >mid-to-late 1970s, today it won't be any less expensive than an ARM >7 or the like. The CPU portion is the part that really had me wondering. How on earth can you manufacture such a device for only $12. As for the software, I believe it has to all be written. I suspect that no existing Apple II software supports Hindi. Zane -- | Zane H. Healy | UNIX Systems Administrator | | healyzh at aracnet.com (primary) | OpenVMS Enthusiast | | MONK::HEALYZH (DECnet) | Classic Computer Collector | +----------------------------------+----------------------------+ | Empire of the Petal Throne and Traveller Role Playing, | | PDP-10 Emulation and Zane's Computer Museum. | | http://www.aracnet.com/~healyzh/ | From healyzh at aracnet.com Tue Aug 5 14:42:34 2008 From: healyzh at aracnet.com (Zane H. Healy) Date: Tue, 5 Aug 2008 12:42:34 -0700 Subject: Make a $12 C64! (Beating a dead horse!) In-Reply-To: <401533.89330.qm@web56211.mail.re3.yahoo.com> References: <401533.89330.qm@web56211.mail.re3.yahoo.com> Message-ID: At 12:10 PM -0700 8/5/08, Christian Liendo wrote: >Ethernet hardware/software for the C64 >http://home.ica.net/~leifb/commodore/ethernet.html > >I just think that this would be a quicker solution. > >Or everyone can donate their C64s, but I doubt the power supplies >will survive. Ethernet would seriously add to the cost of such a device. This thing has to be striped down to the bare minimum. Granted mass production would reduce costs, so that it wouldn't cost the small fortune I paid to get Ethernet on my C64, but it would still raise the price. Something of far more use is a CF adapter. Zane -- | Zane H. Healy | UNIX Systems Administrator | | healyzh at aracnet.com (primary) | OpenVMS Enthusiast | | MONK::HEALYZH (DECnet) | Classic Computer Collector | +----------------------------------+----------------------------+ | Empire of the Petal Throne and Traveller Role Playing, | | PDP-10 Emulation and Zane's Computer Museum. | | http://www.aracnet.com/~healyzh/ | From spectre at floodgap.com Tue Aug 5 14:44:39 2008 From: spectre at floodgap.com (Cameron Kaiser) Date: Tue, 5 Aug 2008 12:44:39 -0700 (PDT) Subject: Make a $12 C64! (Beating a dead horse!) In-Reply-To: <401533.89330.qm@web56211.mail.re3.yahoo.com> from Christian Liendo at "Aug 5, 8 12:10:02 pm" Message-ID: <200808051944.m75Jierp014618@floodgap.com> > Web browsers for the C64 > > Hyperlink > http://www.armory.com/~spectre/cwi/hl/ As the author of HyperLink (SUPPLIES!), I can tell you that HyperLink cheats. The server distills HTML down into its own document and image format. This works very well, but it requires a proxy on the other end (which to be sure any cheap PC or Mac with Perl will suffice, but it's not doing the heavy lifting itself). -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com -- Never trust a computer you can't lift. ------------------------------------- From ard at p850ug1.demon.co.uk Tue Aug 5 14:40:04 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Tue, 5 Aug 2008 20:40:04 +0100 (BST) Subject: If there's anyone in West Yorkshire with a working BBC Master and In-Reply-To: from "listmailgoeshere@gmail.com" at Aug 5, 8 06:13:46 pm Message-ID: > > please could you get in touch? I've a disk I need to read, and I've > just discovered that my Master no longer feels like working :( How long since you last used it? > > ObCCTalk: symptoms are just the message "Acorn MOS, Acorn ADFS" and > then a flashing cursor upon switch-on. The drive does click as if it's Do I take it from this that you don't get the BASIC message? Being a Master, it's quite likrly the internal battery is flat and the configuration RAM is corrupted. There's a key combination to reset this (I forget it, it's in the mnual, though). Try that, and then configure the options you want. If that cures it, replace the batteries... If not, try reseating all the socketed ICs. -tony From ard at p850ug1.demon.co.uk Tue Aug 5 14:43:55 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Tue, 5 Aug 2008 20:43:55 +0100 (BST) Subject: 9 track tape drive motors - suitable for a go-kart? In-Reply-To: <9952.1217949374@mini> from "Brad Parker" at Aug 5, 8 11:16:14 am Message-ID: > > > This has only a little to do with classic computing, but it seems like > it could generate epic amounts of email, so what the heck... > > Does anything know much about the construction and capacity of a typical > 9 track tape drive motor? Like the big 1 foot x 6" tubes which I've > seen a kennedy or DEC drive? The ones I've seen were a little smaller than that, but quite large none-the-less > > I don't know anything about how they are constructed, but I assume they > are high RPM and high torque. And probably some sort of DC stepper. THey're normally permanent-magnet DC motors with conventional commutatior and brushgear. The capstan motor may well have an ironless rotor (so that it turnes more smoothly with no 'cogging'), the spool motors are normally more conventional. I don;t think any of them would have the power for a go-cart. In general wound-field motors develop more torgue than permanent magnet ones (althogh I've worked on cars with permanent-magnet starter motors, so you can get sizeable torques using modern permanent magnets). Typically tape drive motors take a few amps at 12V or 24V, I would think a go-kart motor would take about 10 times the current at least. -tony From ploopster at gmail.com Tue Aug 5 14:50:42 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Tue, 05 Aug 2008 15:50:42 -0400 Subject: MIT want to make $12 Apple II clone In-Reply-To: <04a701c8f732$28b4eb70$03fea8c0@portajara> References: <20080805151433.BA5BA56893@mail.wordstock.com> <4898A761.9030509@brouhaha.com> <04a701c8f732$28b4eb70$03fea8c0@portajara> Message-ID: <4898AF12.70202@gmail.com> Alexandre Souza wrote: > These guys have NO knowledge of how things works. Doing a WEB BROWSER > for an APPLE II??? Besides being a stupid idea, recreating an A2 for $12 > for selling for poor people is a dumb ideia on itself. Listen: > > - Cellphone connection? If the guy is poor, how will he afford a > cellphone? That's actually the easy part. Cell service in rural India is *substantially* cheaper than most other places. There will, before too long, be more cellphones than landlines in India. > - The computer is the easy part, a FPGA can replicate an entire > apple//. But what about video!? Yup, that's the hard part. Doing a built-in display for $12. > - Keyboard anyone? Probably not a problem. There are tremendously cheap keyboards available for OEM use now. > - Web browsing in 280 x 192? Could be web clipping. > No. Get back to the drawing board and bring me something USEABLE. > Maybe recycling old 486 boards and sending them to India. It is a good > destination for all those old PCs. Strip the boards, recycle the > cabinets in USA and build everything in a new cab there. What about > that? :o) Still wouldn't work. These ideas all assume a high literacy rate, and reliable power. Neither of which exist in rural India yet. They need books, not computers. Peace... Sridhar From ploopster at gmail.com Tue Aug 5 14:50:42 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Tue, 05 Aug 2008 15:50:42 -0400 Subject: MIT want to make $12 Apple II clone In-Reply-To: <04a701c8f732$28b4eb70$03fea8c0@portajara> References: <20080805151433.BA5BA56893@mail.wordstock.com> <4898A761.9030509@brouhaha.com> <04a701c8f732$28b4eb70$03fea8c0@portajara> Message-ID: <4898AF12.70202@gmail.com> Alexandre Souza wrote: > These guys have NO knowledge of how things works. Doing a WEB BROWSER > for an APPLE II??? Besides being a stupid idea, recreating an A2 for $12 > for selling for poor people is a dumb ideia on itself. Listen: > > - Cellphone connection? If the guy is poor, how will he afford a > cellphone? That's actually the easy part. Cell service in rural India is *substantially* cheaper than most other places. There will, before too long, be more cellphones than landlines in India. > - The computer is the easy part, a FPGA can replicate an entire > apple//. But what about video!? Yup, that's the hard part. Doing a built-in display for $12. > - Keyboard anyone? Probably not a problem. There are tremendously cheap keyboards available for OEM use now. > - Web browsing in 280 x 192? Could be web clipping. > No. Get back to the drawing board and bring me something USEABLE. > Maybe recycling old 486 boards and sending them to India. It is a good > destination for all those old PCs. Strip the boards, recycle the > cabinets in USA and build everything in a new cab there. What about > that? :o) Still wouldn't work. These ideas all assume a high literacy rate, and reliable power. Neither of which exist in rural India yet. They need books, not computers. Peace... Sridhar From Paul_Koning at Dell.com Tue Aug 5 14:51:56 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Tue, 5 Aug 2008 15:51:56 -0400 Subject: Make a $12 C64! (Beating a dead horse!) References: <401533.89330.qm@web56211.mail.re3.yahoo.com> Message-ID: <18584.44892.623073.400112@gargle.gargle.HOWL> >>>>> "Zane" == Zane H Healy writes: Zane> At 12:10 PM -0700 8/5/08, Christian Liendo wrote: >> Ethernet hardware/software for the C64 >> http://home.ica.net/~leifb/commodore/ethernet.html >> >> I just think that this would be a quicker solution. >> >> Or everyone can donate their C64s, but I doubt the power supplies >> will survive. Zane> Ethernet would seriously add to the cost of such a device. These days, Ethernet is just a small corner of a modest FPGA. It might even be free (see www.opencores.org). Ditto for video, if the resolution isn't too high. In fact you can put a mainframe (including a modest amount of main memory) onto a decent FPGA without pushing hard. paul From ploopster at gmail.com Tue Aug 5 15:17:32 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Tue, 05 Aug 2008 16:17:32 -0400 Subject: LocalTalk Message-ID: <4898B55C.7090901@gmail.com> Hi. I'm looking for a LocalTalk->Ethernet bridge and some LocalTalk cables. Anyone have any available? Peace... Sridhar From blstuart at bellsouth.net Tue Aug 5 15:21:05 2008 From: blstuart at bellsouth.net (Brian L. Stuart) Date: Tue, 05 Aug 2008 20:21:05 +0000 Subject: LocalTalk In-Reply-To: <4898B55C.7090901@gmail.com> Message-ID: <080520082021.17177.4898B63100061BA60000431922218683269B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> > Hi. I'm looking for a LocalTalk->Ethernet bridge and some LocalTalk > cables. Anyone have any available? Don't have anything available, but I just picked up an Asante MicroPrint bridge on ebay. Sometimes they go for more than is justified, but if you watch, you can get a decent deal on them. BLS From ian_primus at yahoo.com Tue Aug 5 15:25:01 2008 From: ian_primus at yahoo.com (Mr Ian Primus) Date: Tue, 5 Aug 2008 13:25:01 -0700 (PDT) Subject: LocalTalk In-Reply-To: <4898B55C.7090901@gmail.com> Message-ID: <413962.74585.qm@web52710.mail.re2.yahoo.com> Look for those old third party LocalTalk dongles, those used normal telephone wire instead of those funny three pin mini-din cables. -Ian --- On Tue, 8/5/08, Sridhar Ayengar wrote: > From: Sridhar Ayengar > Subject: LocalTalk > To: "On-Topic and Off-Topic Posts" > Date: Tuesday, August 5, 2008, 4:17 PM > Hi. I'm looking for a LocalTalk->Ethernet bridge and > some LocalTalk > cables. Anyone have any available? > > Peace... Sridhar From bfranchuk at jetnet.ab.ca Tue Aug 5 15:32:10 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Tue, 05 Aug 2008 14:32:10 -0600 Subject: MIT want to make $12 Apple II clone In-Reply-To: <4898AF12.70202@gmail.com> References: <20080805151433.BA5BA56893@mail.wordstock.com> <4898A761.9030509@brouhaha.com> <04a701c8f732$28b4eb70$03fea8c0@portajara> <4898AF12.70202@gmail.com> Message-ID: <4898B8CA.5010307@jetnet.ab.ca> Sridhar Ayengar wrote: > > > They need books, not computers. > No a goat ... or some other item to break the poverty cycle in inda... > Peace... Sridhar > As for MIT wanting a $12 Apple clone... you can bet MIT is out make money, not to promote { free ideas?? in } education. Look what happend to Pascal from them if I remember right. From RichA at vulcan.com Tue Aug 5 15:31:54 2008 From: RichA at vulcan.com (Rich Alderson) Date: Tue, 5 Aug 2008 13:31:54 -0700 Subject: MIT want to make $12 Apple II clone In-Reply-To: References: <20080805151433.BA5BA56893@mail.wordstock.com><4898A761.9030509@brouhaha.com> Message-ID: From: Zane H. Healy Sent: Tuesday, August 05, 2008 12:35 PM > As for the software, I believe it has to all be written. I suspect > that no existing Apple II software supports Hindi. Or any of the other official languages of India. In particular, Bangalore (Bengaluru) is located in the state of Karnataka, where Kannada is the official language. Even a literate person there is likely to know only Kannada and English (which may have the status of co-official language in that state, but I do not know). But Sridhar's point cannot be overstated: Simple literacy is much more important than computers of any ilk in rural India. Thanks, Rich From coredump at gifford.co.uk Tue Aug 5 16:01:21 2008 From: coredump at gifford.co.uk (John Honniball) Date: Tue, 05 Aug 2008 22:01:21 +0100 Subject: If there's anyone in West Yorkshire with a working BBC Master and disc drive, In-Reply-To: References: Message-ID: <4898BFA1.2010202@gifford.co.uk> listmailgoeshere at gmail.com wrote: > please could you get in touch? I've a disk I need to read, and I've > just discovered that my Master no longer feels like working :( I have two working BBC Masters, but I'm in north Bristol. > ObCCTalk: symptoms are just the message "Acorn MOS, Acorn ADFS" and > then a flashing cursor upon switch-on. The drive does click as if it's > being selected, and the light comes on, but there are never any > head-movement sounds, and nothing further happens onscreen. As others have said, this could be a dead battery in the machine. Well worth trying to fix! Some hints that worked for me: http://www.sprow.co.uk/bbc/doctor.htm -- John Honniball coredump at gifford.co.uk From mdavidson1963 at gmail.com Tue Aug 5 16:15:22 2008 From: mdavidson1963 at gmail.com (Mark Davidson) Date: Tue, 5 Aug 2008 14:15:22 -0700 Subject: PC Unix wanted In-Reply-To: <13E34327-4699-4E72-976D-F0224971FC16@gmail.com> References: <13E34327-4699-4E72-976D-F0224971FC16@gmail.com> Message-ID: Oh how nice it would be to have one of these again. At one point, I had Interactive's 386/ix and SCO's Open Desktop... there was Microport's system, Esix (from Everex?), Venturcom's Venix, and others I'm sure I have forgotten. I just remember the wall of manuals that came with these systems. :) Mark On Tue, Aug 5, 2008 at 10:27 AM, Tom Manos wrote: > Does anyone have one of the PC SVR4 releases from the early '90s? I'm > looking for a complete set of Interactive, Microport, or Esix (have I > forgotten any?). Prefer complete docs, and would rather have tape install > than floppy, but I'll go either way. I'm happy to pay something reasonable. > -Tom > From witchy at binarydinosaurs.co.uk Tue Aug 5 16:40:12 2008 From: witchy at binarydinosaurs.co.uk (Adrian Graham) Date: Tue, 05 Aug 2008 22:40:12 +0100 Subject: MicroVAX 4000-105 Fast Wide Differential option? In-Reply-To: <200808051624.m75GOsic013215@onyx.spiritone.com> Message-ID: On 5/8/08 17:24, "Zane H. Healy" wrote: >> I'm pretty sure that wasn't a DEC option in the UK, 2 DEC resellers I know >> agree so has anyone else heard of this? I wasn't allowed to shut the machine >> down so I couldn't check for manufacturers or part numbers..... VMS >> designator for the drive was DKW100 which further points at it being wide >> SCSI.... >> >> cheers! >> >> adrian/witchy > > My first thought would be that it's a 90's era upgrade from Nemonix as I > believe they did (and still do) most of the VAX 4000 upgrades. > http://www.nemonixengineering.com/ Thanks for that Zane, I've mailed them to see if anyone remembers :) -- Adrian/Witchy Binary Dinosaurs creator/curator Www.binarydinosaurs.co.uk - the UK's biggest private home computer collection? From eric at brouhaha.com Tue Aug 5 16:44:00 2008 From: eric at brouhaha.com (Eric Smith) Date: Tue, 05 Aug 2008 14:44:00 -0700 Subject: MIT want to make $12 Apple II clone In-Reply-To: References: <20080805151433.BA5BA56893@mail.wordstock.com> <4898A761.9030509@brouhaha.com> Message-ID: <4898C9A0.90505@brouhaha.com> Zane H. Healy wrote: > The CPU portion is the part that really had me wondering. How on earth > can you manufacture such a device for only $12. I don't know how you get it down to under $12, but clearly the CPU has to be inside an ASIC, and the cost of the ASIC has to be under $1. It won't particularly affect the cost for the CPU to be a 32-bit RISC rather than a 6502. The RISC might take more transistors than the 6502, but the transistors are essentially free, since the ASIC will be pad-limited. The use of an ARM processor specifically might be more expensive than a different 32-bit RISC, just because of licensing fees to ARM Ltd., but other suitable choices exist. > As for the software, I believe it has to all be written. I suspect that > no existing Apple II software supports Hindi. All the more reason to use a modern processor architecture rather than a 6502. Eric From eric at brouhaha.com Tue Aug 5 16:45:20 2008 From: eric at brouhaha.com (Eric Smith) Date: Tue, 05 Aug 2008 14:45:20 -0700 Subject: Make a $12 C64! (Beating a dead horse!) In-Reply-To: References: <401533.89330.qm@web56211.mail.re3.yahoo.com> Message-ID: <4898C9F0.4050109@brouhaha.com> Zane H. Healy wrote: > Ethernet would seriously add to the cost of such a device. Only the cost of the magnetics and jack, which is probably less than $0.50 in high volume. The MAC and PHY would be part of the ASIC. From eric at brouhaha.com Tue Aug 5 17:02:23 2008 From: eric at brouhaha.com (Eric Smith) Date: Tue, 05 Aug 2008 15:02:23 -0700 Subject: MIT want to make $12 Apple II clone In-Reply-To: <4898B8CA.5010307@jetnet.ab.ca> References: <20080805151433.BA5BA56893@mail.wordstock.com> <4898A761.9030509@brouhaha.com> <04a701c8f732$28b4eb70$03fea8c0@portajara> <4898AF12.70202@gmail.com> <4898B8CA.5010307@jetnet.ab.ca> Message-ID: <4898CDEF.2020707@brouhaha.com> bfranchuk at jetnet.ab.ca wrote: > As for MIT wanting a $12 Apple clone... you can bet MIT is > out make money, not to promote { free ideas?? in } education. > Look what happend to Pascal from them if I remember right. What did MIT do to Pascal? From eric at brouhaha.com Tue Aug 5 17:04:17 2008 From: eric at brouhaha.com (Eric Smith) Date: Tue, 05 Aug 2008 15:04:17 -0700 Subject: MIT want to make $12 Apple II clone In-Reply-To: <4898AF12.70202@gmail.com> References: <20080805151433.BA5BA56893@mail.wordstock.com> <4898A761.9030509@brouhaha.com> <04a701c8f732$28b4eb70$03fea8c0@portajara> <4898AF12.70202@gmail.com> Message-ID: <4898CE61.7050503@brouhaha.com> Sridhar Ayengar wrote: > They need books, not computers. That was one of the major criticisms of the OLPC, but hte critics didn't understand that the OLPC with suitable software and e-texts was a LESS EXPENSIVE replacement for textbooks. Note that I'm not claiming that this will be true of the $12 Apple II clone, or that such is the intent. Eric From mloewen at cpumagic.scol.pa.us Tue Aug 5 17:12:03 2008 From: mloewen at cpumagic.scol.pa.us (Mike Loewen) Date: Tue, 5 Aug 2008 18:12:03 -0400 (EDT) Subject: PC Unix wanted In-Reply-To: References: <13E34327-4699-4E72-976D-F0224971FC16@gmail.com> Message-ID: On Tue, 5 Aug 2008, Mark Davidson wrote: > Oh how nice it would be to have one of these again. At one point, I > had Interactive's 386/ix and SCO's Open Desktop... there was > Microport's system, Esix (from Everex?), Venturcom's Venix, and others > I'm sure I have forgotten. I just remember the wall of manuals that > came with these systems. :) I still have my ESIX 4.0.3A (yes, from Everex) installation from circa 1992. It's in a large cube, containing the manuals and software on 5.25" diskettes. The manuals occasionally come in handy, for things like SVR4 curses. My system was listed in Nixpub: Updated Last Telephone # Sys-name Location Baud Hours ----- ------------ -------- ----------- ------- ----- 08/92 814-353-0566 cpumagic Bellefonte PA 12/24/96/14 24 80386, ESIX 4.0.3a (SVR4); Dual Standard (v.32/v.32bis/HST); The Centre Programmers Unit BBS, custom BBS software (Micro Magic); Files available: UNIX, GNU, X, ESIX, MSDOS tools and libraries; No fee but up/download ratios enforced. Contact: Mike Loewen at mloewen at cpumagic.scol.pa.us or ...psuvax1!cpumagic!mloewen That phone number is, of course, no longer in service. :-) I had a UUCP dialup connection through the local University. Mike Loewen mloewen at cpumagic.scol.pa.us Old Technology http://sturgeon.css.psu.edu/~mloewen/Oldtech/ From bfranchuk at jetnet.ab.ca Tue Aug 5 17:21:37 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Tue, 05 Aug 2008 16:21:37 -0600 Subject: MIT want to make $12 Apple II clone In-Reply-To: <4898CDEF.2020707@brouhaha.com> References: <20080805151433.BA5BA56893@mail.wordstock.com> <4898A761.9030509@brouhaha.com> <04a701c8f732$28b4eb70$03fea8c0@portajara> <4898AF12.70202@gmail.com> <4898B8CA.5010307@jetnet.ab.ca> <4898CDEF.2020707@brouhaha.com> Message-ID: <4898D271.6040002@jetnet.ab.ca> Eric Smith wrote: > bfranchuk at jetnet.ab.ca wrote: >> As for MIT wanting a $12 Apple clone... you can bet MIT is >> out make money, not to promote { free ideas?? in } education. >> Look what happend to Pascal from them if I remember right. > > What did MIT do to Pascal? > It could be the other large learning center on west coast. If I could remember who made the p-code I could look it up on the web, but it was the other OS for the PC after DOS and CP/M86. From michaelgreen42 at comcast.net Tue Aug 5 17:21:11 2008 From: michaelgreen42 at comcast.net (Mike) Date: Tue, 5 Aug 2008 15:21:11 -0700 Subject: Altos Computers near Seattle WA In-Reply-To: <200808052213.m75MDcsn010443@dewey.classiccmp.org> References: <200808052213.m75MDcsn010443@dewey.classiccmp.org> Message-ID: <7B461F7FF22144BD9AEBB4960F2C35F8@pal> I just bought up a large lot of vintage stuff and found 3 Altos computers in the lot. Not exactly my cup of tea for collecting but I know someone out there will be interested in these They appear in good shape overall (no broken pieces or anything). I hate eBay so thought I would post these here. I would prefer local pickup but I'm happy to ship too (they aren't that big). I'm taking offers for one or all. From cisin at xenosoft.com Tue Aug 5 17:36:05 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Tue, 5 Aug 2008 15:36:05 -0700 (PDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: <002c01c8f718$b16e49d0$144add70$@com> References: <313811.2421.qm@web56214.mail.re3.yahoo.com> <002c01c8f718$b16e49d0$144add70$@com> Message-ID: <20080805153357.A42579@shell.lmi.net> On Tue, 5 Aug 2008, Bob Armstrong wrote: > >http://news.bostonherald.com/business/technology/general/view/2008_08_04_De > signers_on_quest_to_build__12_computer/ > Thought #1 - Is Apple going to let them do this? They can build all the > hardware they want, but Apple still owns the copyright for the Apple ][ > firmware. Unless Apple goes along with it, they aren't going to be able to > (legally, that is) duplicate the ROM contents or use any of the Apple owned > software. There exist non-infringing copies of the Apple ][ firmware - Basis, Franklin, and Laser128? > Thought #2 - They want somebody to write a web browser for an Apple ][ > ???? A TCP/IP stack I can see, but a whole browser? Unless they're > thinking about using Lynx, I suspect not. Aw. I like Lynx. Can a modern style browser be written without the bloat? -- Grumpy Ol' Fred cisin at xenosoft.com From listmailgoeshere at gmail.com Tue Aug 5 17:36:29 2008 From: listmailgoeshere at gmail.com (listmailgoeshere at gmail.com) Date: Tue, 5 Aug 2008 23:36:29 +0100 Subject: If there's anyone in West Yorkshire with a working BBC Master and In-Reply-To: References: Message-ID: On Tue, Aug 5, 2008 at 8:40 PM, Tony Duell wrote: >> >> please could you get in touch? I've a disk I need to read, and I've >> just discovered that my Master no longer feels like working :( > > How long since you last used it? Not totally sure, but around a year. >> ObCCTalk: symptoms are just the message "Acorn MOS, Acorn ADFS" and >> then a flashing cursor upon switch-on. The drive does click as if it's > Do I take it from this that you don't get the BASIC message? Indeed you don't. However, by pressing Ctrl-F BREAK, you can get a * prompt, and then typing BASIC and hitting Return will drop you into BASIC. The only testing I did after that was a simple 10 PRINT "HELLO", 20 GOTO 10, RUN. It worked. > Being a Master, it's quite likrly the internal battery is flat and the > configuration RAM is corrupted. There's a key combination to reset this > (I forget it, it's in the mnual, though). Try that, and then configure > the options you want. If that cures it, replace the batteries... >From the reading up I was doing earlier this evening, it's switching on whilst holding down R. Ed. From sellam at vintagetech.com Tue Aug 5 17:37:18 2008 From: sellam at vintagetech.com (Sellam Ismail) Date: Tue, 5 Aug 2008 15:37:18 -0700 (PDT) Subject: MIT want to make $12 Apple II clone Message-ID: A few (worthless) comments: 1) I agree with Eric Smith for the most part. 2) This will FAIL. 3) As Eric said, it's a cool idea for us retro-dorks, but for real people they will wonder why someone bothered to hand them a cheezy video game console for $12 that they earned working for four cents an hour from 6am until midnight seven days a week for eight years. 4) The title of this thread is dumb, but at least it's lame. 5) If Nicolas Negroponte (brother of John Negroponte, war criminal) finally gets his act together and is actually able to produce the OLPC for $100 then it would render this $12 thing a dumb joke. The OLPC is a real computer. I've used one. It is made from the element Awesome (symbol Aw). This thing being described wouldn't even be 1/12 of an OLPC. 6) www.xgamestation.com -- Sellam Ismail Vintage Computer Festival ------------------------------------------------------------------------------ International Man of Intrigue and Danger http://www.vintage.org [ Old computing resources for business || Buy/Sell/Trade Vintage Computers ] [ and academia at www.VintageTech.com || at http://marketplace.vintage.org ] From eric at brouhaha.com Tue Aug 5 17:44:25 2008 From: eric at brouhaha.com (Eric Smith) Date: Tue, 05 Aug 2008 15:44:25 -0700 Subject: MIT want to make $12 Apple II clone In-Reply-To: <4898D271.6040002@jetnet.ab.ca> References: <20080805151433.BA5BA56893@mail.wordstock.com> <4898A761.9030509@brouhaha.com> <04a701c8f732$28b4eb70$03fea8c0@portajara> <4898AF12.70202@gmail.com> <4898B8CA.5010307@jetnet.ab.ca> <4898CDEF.2020707@brouhaha.com> <4898D271.6040002@jetnet.ab.ca> Message-ID: <4898D7C9.2090903@brouhaha.com> bfranchuk at jetnet.ab.ca wrote: > As for MIT wanting a $12 Apple clone... you can bet MIT is > out make money, not to promote { free ideas?? in } education. > Look what happend to Pascal from them if I remember right. I wrote: > What did MIT do to Pascal? bfranchuk at jetnet.ab.ca wrote: > It could be the other large learning center on west coast. > If I could remember who made the p-code I could look > it up on the web, but it was the other OS for the PC > after DOS and CP/M86. UCSD? I still don't understand what you are saying "happened to Pascal from them"? Eric From spectre at floodgap.com Tue Aug 5 17:44:36 2008 From: spectre at floodgap.com (Cameron Kaiser) Date: Tue, 5 Aug 2008 15:44:36 -0700 (PDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: <4898D271.6040002@jetnet.ab.ca> from "bfranchuk@jetnet.ab.ca" at "Aug 5, 8 04:21:37 pm" Message-ID: <200808052244.m75Miafp032342@floodgap.com> > > What did MIT do to Pascal? > It could be the other large learning center on west coast. > If I could remember who made the p-code I could look > it up on the web, but it was the other OS for the PC > after DOS and CP/M86. P-code was UCSD (University of California San Diego), my alma mater. -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com -- Put down your guns, it's Weasel Stomping Day! ------------------------------ From sellam at vintagetech.com Tue Aug 5 17:46:02 2008 From: sellam at vintagetech.com (Sellam Ismail) Date: Tue, 5 Aug 2008 15:46:02 -0700 (PDT) Subject: MIT want to make $12 Apple II clone Message-ID: 7) Right said Fred: "There exist non-infringing copies of the Apple ][ firmware - Basis, Franklin, and Laser128?" - I had the same idea...use the Franklin 1000 ROMs because they are legal and I doubt there is anyone left from Franklin to go after you. 8) Chuck Guzis made the most sensible suggestion I've heard in this entire thread: "I'd humbly suggest that they simply market a keyboard and mouse that interfaces with a mobile phone. There should be more than enough compute power there--and you get connectivity as a side benefit." It's genius in its simplicity. Chuck, I'll write up the business plan, you go find some funding :) -- Sellam Ismail Vintage Computer Festival ------------------------------------------------------------------------------ International Man of Intrigue and Danger http://www.vintage.org [ Old computing resources for business || Buy/Sell/Trade Vintage Computers ] [ and academia at www.VintageTech.com || at http://marketplace.vintage.org ] From cisin at xenosoft.com Tue Aug 5 17:49:06 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Tue, 5 Aug 2008 15:49:06 -0700 (PDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: <4898CDEF.2020707@brouhaha.com> References: <20080805151433.BA5BA56893@mail.wordstock.com> <4898A761.9030509@brouhaha.com> <04a701c8f732$28b4eb70$03fea8c0@portajara> <4898AF12.70202@gmail.com> <4898B8CA.5010307@jetnet.ab.ca> <4898CDEF.2020707@brouhaha.com> Message-ID: <20080805154830.J42579@shell.lmi.net> > > As for MIT wanting a $12 Apple clone... you can bet MIT is > > out make money, not to promote { free ideas?? in } education. > > Look what happend to Pascal from them if I remember right. > > What did MIT do to Pascal? Prob'ly thinking of UCSD (which is NOT MIT) From eric at brouhaha.com Tue Aug 5 17:51:54 2008 From: eric at brouhaha.com (Eric Smith) Date: Tue, 05 Aug 2008 15:51:54 -0700 Subject: MIT want to make $12 Apple II clone In-Reply-To: References: Message-ID: <4898D98A.9020801@brouhaha.com> Sellam Ismail wrote: > 5) If Nicolas Negroponte (brother of John Negroponte, war criminal) > finally gets his act together and is actually able to produce the OLPC for > $100 [...] Another criticism of OLPC, which I don't think you're trying to make, but that many others have, is that they failed to make a $100 laptop, since the price is around $188. I'm not sure whether it's even possible that they could actually make the XO product (or one substantially equivalent) for $100. I speculate that they may have deliberately set their target somewhat unrealistically low. If their original plan had been to make a $200 laptop, it might have wound up costing $350. Eric From sellam at vintagetech.com Tue Aug 5 17:52:15 2008 From: sellam at vintagetech.com (Sellam Ismail) Date: Tue, 5 Aug 2008 15:52:15 -0700 (PDT) Subject: 9 track tape drive motors - suitable for a go-kart? Message-ID: Brad, I suggest a much better use: turn it into a windmill. I finally got my hands on a motor from a 9-track I scrapped. It puts out several amps at 24V+ when I hand-spin it. It will do nicely as a current source to charge a lead-acid battery, especially where I live: http://en.wikipedia.org/wiki/Altamont_Pass_Wind_Farm As Tony already mentioned, it won't have enough power output to be good for a go-kart. -- Sellam Ismail Vintage Computer Festival ------------------------------------------------------------------------------ International Man of Intrigue and Danger http://www.vintage.org [ Old computing resources for business || Buy/Sell/Trade Vintage Computers ] [ and academia at www.VintageTech.com || at http://marketplace.vintage.org ] From eric at brouhaha.com Tue Aug 5 17:57:27 2008 From: eric at brouhaha.com (Eric Smith) Date: Tue, 05 Aug 2008 15:57:27 -0700 Subject: MIT want to make $12 Apple II clone In-Reply-To: <200808052244.m75Miafp032342@floodgap.com> References: <200808052244.m75Miafp032342@floodgap.com> Message-ID: <4898DAD7.9060803@brouhaha.com> Cameron Kaiser wrote: > P-code was UCSD (University of California San Diego), my alma mater. The UCSD p-system used p-code, but it was nowhere near the first Pascal compiler/interpreter system to do so. From sellam at vintagetech.com Tue Aug 5 18:00:44 2008 From: sellam at vintagetech.com (Sellam Ismail) Date: Tue, 5 Aug 2008 16:00:44 -0700 (PDT) Subject: MIT want to make $12 Apple II clone Message-ID: Eric Smith did say: > Another criticism of OLPC, which I don't think you're trying to make, > but that many others have, is that they failed to make a $100 laptop, > since the price is around $188. That's what I was getting at when I said he needed to get his act together, i.e. try to get it down to $100. But even at $188, it is still a spectacular little machine. -- Sellam Ismail Vintage Computer Festival ------------------------------------------------------------------------------ International Man of Intrigue and Danger http://www.vintage.org [ Old computing resources for business || Buy/Sell/Trade Vintage Computers ] [ and academia at www.VintageTech.com || at http://marketplace.vintage.org ] From bfranchuk at jetnet.ab.ca Tue Aug 5 18:11:19 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Tue, 05 Aug 2008 17:11:19 -0600 Subject: MIT want to make $12 Apple II clone In-Reply-To: <200808052244.m75Miafp032342@floodgap.com> References: <200808052244.m75Miafp032342@floodgap.com> Message-ID: <4898DE17.6040608@jetnet.ab.ca> Cameron Kaiser wrote: > P-code was UCSD (University of California San Diego), my alma mater. > > Well I knew It was a BIG learning center. Intellectual property and $$$ for ideas, don't promote the exchange new ideas in the computer field. It is just strange that you got all that hype about Pascal and other laguages after Apple II came out with pascal, and then nothing is heard about it again. Just what happened to it? From sellam at vintagetech.com Tue Aug 5 18:11:31 2008 From: sellam at vintagetech.com (Sellam Ismail) Date: Tue, 5 Aug 2008 16:11:31 -0700 (PDT) Subject: Computer collectors are no longer the dweebiest people in the world... Message-ID: No, now we can point at the toaster collectors: http://www.toastermuseum.com Navigate your way over to "SPECIALS" and then "What is it worth?" to read up on toaster pricing. It will seem strangely familiar. -- Sellam Ismail Vintage Computer Festival ------------------------------------------------------------------------------ International Man of Intrigue and Danger http://www.vintage.org [ Old computing resources for business || Buy/Sell/Trade Vintage Computers ] [ and academia at www.VintageTech.com || at http://marketplace.vintage.org ] From spectre at floodgap.com Tue Aug 5 18:18:46 2008 From: spectre at floodgap.com (Cameron Kaiser) Date: Tue, 5 Aug 2008 16:18:46 -0700 (PDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: from Sellam Ismail at "Aug 5, 8 04:00:44 pm" Message-ID: <200808052318.m75NIk6U031910@floodgap.com> > > Another criticism of OLPC, which I don't think you're trying to make, > > but that many others have, is that they failed to make a $100 laptop, > > since the price is around $188. > > That's what I was getting at when I said he needed to get his act > together, i.e. try to get it down to $100. But even at $188, it is still > a spectacular little machine. I love mine. I have it hacked up to death and it's a great little unit. -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com -- Un*x is the worst operating system ever, except for all the others. -------- From spectre at floodgap.com Tue Aug 5 18:19:30 2008 From: spectre at floodgap.com (Cameron Kaiser) Date: Tue, 5 Aug 2008 16:19:30 -0700 (PDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: <4898DAD7.9060803@brouhaha.com> from Eric Smith at "Aug 5, 8 03:57:27 pm" Message-ID: <200808052319.m75NJUuj015132@floodgap.com> > > P-code was UCSD (University of California San Diego), my alma mater. > > The UCSD p-system used p-code, but it was nowhere near the first Pascal > compiler/interpreter system to do so. And the others were ... ? :) I'm pretty sure that the UCSD p-system was the only major one for Pascal though. -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com -- BOND THEME NOW PLAYING: "The World is Not Enough" -------------------------- From eric at brouhaha.com Tue Aug 5 18:29:47 2008 From: eric at brouhaha.com (Eric Smith) Date: Tue, 05 Aug 2008 16:29:47 -0700 Subject: MIT want to make $12 Apple II clone In-Reply-To: <4898DE17.6040608@jetnet.ab.ca> References: <200808052244.m75Miafp032342@floodgap.com> <4898DE17.6040608@jetnet.ab.ca> Message-ID: <4898E26B.3000803@brouhaha.com> bfranchuk at jetnet.ab.ca wrote: > Well I knew It was a BIG learning center. Intellectual property and > $$$ for ideas, don't promote the exchange new ideas in the computer > field. It is just strange that you got all that hype about Pascal and > other laguages after > Apple II came out with pascal, and then nothing is heard about it again. > Just what happened to it? IMNSHO, UCSD contributed more to the popularity of Pascal than anyone else with the possible exception of Borland's Turbo Pascal. If Pascal didn't remain in the forefront, it's certainly not because of any improper or negligent act on UCSD's part. My own take on why Pascal has mostly faded away is that it was intended as an instructional language, and was missing features people needed for real software development. UCSD added some of those features, and Turbo Pascal added more, but there was never a usable Pascal standard. ISO Level 1 Pascal just doesn't cut it. A perhaps slightly more interesting question is why Ada didn't achieve greater popularity than it has. Then again, Algol 60 is an improvement over many of its successors. Eric From eric at brouhaha.com Tue Aug 5 18:32:31 2008 From: eric at brouhaha.com (Eric Smith) Date: Tue, 05 Aug 2008 16:32:31 -0700 Subject: MIT want to make $12 Apple II clone In-Reply-To: <200808052319.m75NJUuj015132@floodgap.com> References: <200808052319.m75NJUuj015132@floodgap.com> Message-ID: <4898E30F.2000100@brouhaha.com> I wrote: > The UCSD p-system used p-code, but it was nowhere near the first Pascal > compiler/interpreter system to do so. Cameron Kaiser wrote: > And the others were ... ? :) Earlier Pascal implementations, from Wirth, Ammann, and others. IIRC, the UCSD Pascal compiler is actually derived from Amman's P2 compiler. The specific instruction encodings changed, but the concept is the same. From tosteve at yahoo.com Tue Aug 5 19:12:39 2008 From: tosteve at yahoo.com (steven stengel) Date: Tue, 5 Aug 2008 17:12:39 -0700 (PDT) Subject: I'm driving from LA to midwest - any systems to trade? Message-ID: <578329.56034.qm@web51609.mail.re2.yahoo.com> Hello, I will possibly be driving from Los Angeles to Las Vegas to Denver to Omaha to South Dakota (and back) in early September. If you're along the route, I'm interested in trading some of my old computer systems for others of similar vintage/value/scarcity/coolness/whatever. Browse my site http://oldcomputers.net/ to see if there's anything that catches your eye. Not everything is available, of course, but feel free to ask. Steven Stengel. From geneb at deltasoft.com Tue Aug 5 19:57:56 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Tue, 5 Aug 2008 17:57:56 -0700 (PDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: References: Message-ID: >> Another criticism of OLPC, which I don't think you're trying to make, >> but that many others have, is that they failed to make a $100 laptop, >> since the price is around $188. > > That's what I was getting at when I said he needed to get his act > together, i.e. try to get it down to $100. But even at $188, it is still > a spectacular little machine. I agree. I got one through that disaster known as "Give one, get one". Neat little machine. I was running it off a 12V car battery this past weekend so my wife could use it to process credit card transactions at a craft show. :) The only people that commented on the machine were those that already knew what it was. g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From steve at radiorobots.com Tue Aug 5 20:01:21 2008 From: steve at radiorobots.com (steve stutman) Date: Tue, 05 Aug 2008 21:01:21 -0400 Subject: Computer collectors are no longer the dweebiest people in the world... In-Reply-To: References: Message-ID: <4898F7E1.1000907@radiorobots.com> Sellam Ismail wrote: > No, now we can point at the toaster collectors: > > http://www.toastermuseum.com > > Navigate your way over to "SPECIALS" and then "What is it worth?" to read > up on toaster pricing. It will seem strangely familiar. > > This is very judgmental and technist. I am surprised to see such comments posted here. I suppose, now you will go after the vacuum cleaner belt people? Steve From joachim.thiemann at gmail.com Tue Aug 5 20:14:32 2008 From: joachim.thiemann at gmail.com (Joachim Thiemann) Date: Tue, 5 Aug 2008 21:14:32 -0400 Subject: PC Unix wanted In-Reply-To: References: <13E34327-4699-4E72-976D-F0224971FC16@gmail.com> Message-ID: <4affc5e0808051814k50f7c5e5xae45cee68e470664@mail.gmail.com> On Tue, Aug 5, 2008 at 5:15 PM, Mark Davidson wrote: > Oh how nice it would be to have one of these again. At one point, I > had Interactive's 386/ix and SCO's Open Desktop... there was > Microport's system, Esix (from Everex?), Venturcom's Venix, and others > On Tue, Aug 5, 2008 at 10:27 AM, Tom Manos wrote: >> Does anyone have one of the PC SVR4 releases from the early '90s? I'm If anyone is interested I have a full set of UNIX System V/386 Release 3.2. 28 5.25 floppies, and a tape cartridge (DC-600? DC-300? It says 450ft, density 10,000ftpi) For all I know the media is nice decoration only, I have never tried to stuff it into a drive. OTOH, it is quite possible the media has NEVER seen a drive since leaving the factory in whenever it was shipped. It still has the (unfilled) "Intel Software License and Registration Certificate". (The box came from McGill University) And about a foot high stack of books, slight water damage (only 2 books the rest looks pristine). It's all from Intel, copyright says 1988. It's in Montreal, Quebec. Shipping would be expensive - it's a heavy box... But I'd be happy to see it out of here, I was about ready to toss it out. (Maybe you can get der Mouse to somehow shuffle it closer to you, he lives walking distance from me - but he doesn't see my mails due to his Gmail filter :-) Ideally someone shows up at my place, and takes the box away. Oh, the city does that. OK, someone who actually _wants_ it should take it away. ;-) Joe. From joachim.thiemann at gmail.com Tue Aug 5 20:14:32 2008 From: joachim.thiemann at gmail.com (Joachim Thiemann) Date: Tue, 5 Aug 2008 21:14:32 -0400 Subject: PC Unix wanted In-Reply-To: References: <13E34327-4699-4E72-976D-F0224971FC16@gmail.com> Message-ID: <4affc5e0808051814k50f7c5e5xae45cee68e470664@mail.gmail.com> On Tue, Aug 5, 2008 at 5:15 PM, Mark Davidson wrote: > Oh how nice it would be to have one of these again. At one point, I > had Interactive's 386/ix and SCO's Open Desktop... there was > Microport's system, Esix (from Everex?), Venturcom's Venix, and others > On Tue, Aug 5, 2008 at 10:27 AM, Tom Manos wrote: >> Does anyone have one of the PC SVR4 releases from the early '90s? I'm If anyone is interested I have a full set of UNIX System V/386 Release 3.2. 28 5.25 floppies, and a tape cartridge (DC-600? DC-300? It says 450ft, density 10,000ftpi) For all I know the media is nice decoration only, I have never tried to stuff it into a drive. OTOH, it is quite possible the media has NEVER seen a drive since leaving the factory in whenever it was shipped. It still has the (unfilled) "Intel Software License and Registration Certificate". (The box came from McGill University) And about a foot high stack of books, slight water damage (only 2 books the rest looks pristine). It's all from Intel, copyright says 1988. It's in Montreal, Quebec. Shipping would be expensive - it's a heavy box... But I'd be happy to see it out of here, I was about ready to toss it out. (Maybe you can get der Mouse to somehow shuffle it closer to you, he lives walking distance from me - but he doesn't see my mails due to his Gmail filter :-) Ideally someone shows up at my place, and takes the box away. Oh, the city does that. OK, someone who actually _wants_ it should take it away. ;-) Joe. From mdavidson1963 at gmail.com Tue Aug 5 20:41:05 2008 From: mdavidson1963 at gmail.com (Mark Davidson) Date: Tue, 5 Aug 2008 18:41:05 -0700 Subject: PC Unix wanted In-Reply-To: <4affc5e0808051814k50f7c5e5xae45cee68e470664@mail.gmail.com> References: <13E34327-4699-4E72-976D-F0224971FC16@gmail.com> <4affc5e0808051814k50f7c5e5xae45cee68e470664@mail.gmail.com> Message-ID: If no one else wants it, I'd love to know how much it would cost to ship it to San Jose, CA. I have the room and would love to save this (and try out the media!). Mark On Tue, Aug 5, 2008 at 6:14 PM, Joachim Thiemann wrote: > On Tue, Aug 5, 2008 at 5:15 PM, Mark Davidson wrote: >> Oh how nice it would be to have one of these again. At one point, I >> had Interactive's 386/ix and SCO's Open Desktop... there was >> Microport's system, Esix (from Everex?), Venturcom's Venix, and others > >> On Tue, Aug 5, 2008 at 10:27 AM, Tom Manos wrote: >>> Does anyone have one of the PC SVR4 releases from the early '90s? I'm > > If anyone is interested I have a full set of UNIX System V/386 Release 3.2. > 28 5.25 floppies, and a tape cartridge (DC-600? DC-300? It says 450ft, > density 10,000ftpi) > For all I know the media is nice decoration only, I have never tried > to stuff it into a drive. > > OTOH, it is quite possible the media has NEVER seen a drive since > leaving the factory in whenever it was shipped. It still has the > (unfilled) "Intel Software License and Registration Certificate". > (The box came from McGill University) > > And about a foot high stack of books, slight water damage (only 2 > books the rest looks pristine). It's all from Intel, copyright says > 1988. > > It's in Montreal, Quebec. Shipping would be expensive - it's a heavy > box... But I'd be happy to see it out of here, I was about ready to > toss it out. > > (Maybe you can get der Mouse to somehow shuffle it closer to you, he > lives walking distance from me - but he doesn't see my mails due to > his Gmail filter :-) > > Ideally someone shows up at my place, and takes the box away. Oh, the > city does that. OK, someone who actually _wants_ it should take it > away. ;-) > Joe. > From James at jdfogg.com Tue Aug 5 21:02:08 2008 From: James at jdfogg.com (James Fogg) Date: Tue, 5 Aug 2008 22:02:08 -0400 Subject: Computer collectors are no longer the dweebiest people in the world... Message-ID: <4EE5D8CA323707439EF291AC9244BD9A922159@sbs.jdfogg.com> > > No, now we can point at the toaster collectors: > > > > http://www.toastermuseum.com > > > > Navigate your way over to "SPECIALS" and then "What is it worth?" to > read > > up on toaster pricing. It will seem strangely familiar. > > > > > This is very judgmental and technist. > > I am surprised to see such comments posted here. > > I suppose, now you will go after the vacuum cleaner belt people? I don't know about vacuum cleaner belt collecting, but I've seen some examples of lovely old (and odd) vacuum cleaners. I find almost anything old to be interesting. Lately I've been looking at old vacuum tube intercoms (the kind with art deco cases). From christian_liendo at yahoo.com Tue Aug 5 21:11:05 2008 From: christian_liendo at yahoo.com (Christian Liendo) Date: Tue, 5 Aug 2008 19:11:05 -0700 (PDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: Message-ID: <525878.92549.qm@web56206.mail.re3.yahoo.com> You can get keyboards for Palm based phones and some phones have keyboards, problem is the phone is like $300.00. Ever try and read the web on these things read a text file? What should make money? Video output for phones so you can put them on TV and finally have a screen big enough to read. Also you can see your photos and videos you make. From sellam at vintagetech.com Tue Aug 5 21:12:58 2008 From: sellam at vintagetech.com (Sellam Ismail) Date: Tue, 5 Aug 2008 19:12:58 -0700 (PDT) Subject: Computer collectors are no longer the dweebiest people in the world... Message-ID: The toaster people can point at the vacuum cleaner collectors. Although the vacuum guys do have conventions and competitions with their collections, not unlike the VCF :) (Saw it once on The Daily Show) -- Sellam Ismail Vintage Computer Festival ------------------------------------------------------------------------------ International Man of Intrigue and Danger http://www.vintage.org [ Old computing resources for business || Buy/Sell/Trade Vintage Computers ] [ and academia at www.VintageTech.com || at http://marketplace.vintage.org ] From rtellason at verizon.net Tue Aug 5 21:29:46 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Tue, 05 Aug 2008 22:29:46 -0400 Subject: PC Unix wanted In-Reply-To: <4affc5e0808051814k50f7c5e5xae45cee68e470664@mail.gmail.com> References: <13E34327-4699-4E72-976D-F0224971FC16@gmail.com> <4affc5e0808051814k50f7c5e5xae45cee68e470664@mail.gmail.com> Message-ID: <200808052229.46840.rtellason@verizon.net> On Tuesday 05 August 2008 21:14, Joachim Thiemann wrote: > On Tue, Aug 5, 2008 at 5:15 PM, Mark Davidson wrote: > > Oh how nice it would be to have one of these again. At one point, I > > had Interactive's 386/ix and SCO's Open Desktop... there was > > Microport's system, Esix (from Everex?), Venturcom's Venix, and others > > > > On Tue, Aug 5, 2008 at 10:27 AM, Tom Manos wrote: > >> Does anyone have one of the PC SVR4 releases from the early '90s? I'm > > If anyone is interested I have a full set of UNIX System V/386 Release 3.2. > 28 5.25 floppies, and a tape cartridge (DC-600? DC-300? It says 450ft, > density 10,000ftpi) I have some of those 450ft tapes, I think they're DC-300XL. -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. ?--Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From rtellason at verizon.net Tue Aug 5 21:34:04 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Tue, 05 Aug 2008 22:34:04 -0400 Subject: Computer collectors are no longer the dweebiest people in the world... In-Reply-To: <4EE5D8CA323707439EF291AC9244BD9A922159@sbs.jdfogg.com> References: <4EE5D8CA323707439EF291AC9244BD9A922159@sbs.jdfogg.com> Message-ID: <200808052234.04263.rtellason@verizon.net> On Tuesday 05 August 2008 22:02, James Fogg wrote: > > > No, now we can point at the toaster collectors: > > > > > > http://www.toastermuseum.com > > > > > > Navigate your way over to "SPECIALS" and then "What is it worth?" to > > > > read > > > > > up on toaster pricing. It will seem strangely familiar. > > > > This is very judgmental and technist. > > > > I am surprised to see such comments posted here. > > > > I suppose, now you will go after the vacuum cleaner belt people? > > I don't know about vacuum cleaner belt collecting, but I've seen some > examples of lovely old (and odd) vacuum cleaners. > > I find almost anything old to be interesting. Lately I've been looking > at old vacuum tube intercoms (the kind with art deco cases). What make? I'll bet I have manuals for some of that stuff... -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. ?--Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From spc at conman.org Tue Aug 5 21:44:37 2008 From: spc at conman.org (Sean Conner) Date: Tue, 5 Aug 2008 22:44:37 -0400 Subject: MIT want to make $12 Apple II clone In-Reply-To: <4898E26B.3000803@brouhaha.com> References: <200808052244.m75Miafp032342@floodgap.com> <4898DE17.6040608@jetnet.ab.ca> <4898E26B.3000803@brouhaha.com> Message-ID: <20080806024437.GC5832@brevard.conman.org> It was thus said that the Great Eric Smith once stated: > > A perhaps slightly more interesting question is why Ada didn't achieve > greater popularity than it has. There are programmers out there that *hate* having to declare variables before using them (much less giving them a defined type---"that's premature optimization, and premature optimization is eeeeeeevil [1]") and you wonder why Ada didn't achieve greater popularity? It's about the strongest of the bondange-and-discipline languages out there, and the overhead of doing a "hello world" program is enough to turn off a great number of programmers (not me---I liked Ada when taught in college, but I tend to like statically typed lanauges [2] with early binding [3]). -spc (Just look at the hordes of programmers who grew up with Perl, Python, PHP, Ruby and Javascript ... all would run away screaming and yelling if forced to use Ada ... ) [1] A misunderstanding of Knuth, who in reality was talking about a comment someone else made, about optimization. [2] Dynamically typed lanauges tend to foster muddled thinking in my opinion. "We don't know what we're doing, but we want to develope it fast" indeed ... [3] I'm sorry, but the thought of having a computer constantly making decisions at run time what could easily be decided at compile time just rankles me ... From jules.richardson99 at gmail.com Tue Aug 5 21:48:32 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Tue, 05 Aug 2008 21:48:32 -0500 Subject: Computer collectors are no longer the dweebiest people in the world... In-Reply-To: References: Message-ID: <48991100.7060001@gmail.com> Sellam Ismail wrote: > The toaster people can point at the vacuum cleaner collectors. Google up "Graham Barker's Navel Fluff Collection" - it doesn't get any worse... From James at jdfogg.com Tue Aug 5 21:52:16 2008 From: James at jdfogg.com (James Fogg) Date: Tue, 5 Aug 2008 22:52:16 -0400 Subject: Computer collectors are no longer the dweebiest people in the world... Message-ID: <4EE5D8CA323707439EF291AC9244BD9A92215D@sbs.jdfogg.com> > > I find almost anything old to be interesting. Lately I've been looking > > at old vacuum tube intercoms (the kind with art deco cases). > > What make? I'll bet I have manuals for some of that stuff... I like Rauland and Bogen, the Bakelite years. I'm watching eBay to see what comes up. Lately I'm spending a lot of time in the barn with some new horses and goats. I don't want to run a PBX extension to the barn, but an intercom is appealing. A lightning strike on a PBX extension would ruin my day. A tube type intercom is more likely to survive, especially a wireless one (carrier current I think is what they called that wireless method using power lines). Also, an intercom would let me monitor audio in the barn to see if everyone is getting along well in my absence. My other choice is a pair of VoIP capable routers and an 802.11 wireless bridge in the barn. I'll use the routers in an OPX configuration to the PBX. From rtellason at verizon.net Tue Aug 5 22:11:53 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Tue, 05 Aug 2008 23:11:53 -0400 Subject: Computer collectors are no longer the dweebiest people in the world... In-Reply-To: <4EE5D8CA323707439EF291AC9244BD9A92215D@sbs.jdfogg.com> References: <4EE5D8CA323707439EF291AC9244BD9A92215D@sbs.jdfogg.com> Message-ID: <200808052311.53914.rtellason@verizon.net> On Tuesday 05 August 2008 22:52, James Fogg wrote: > > > I find almost anything old to be interesting. Lately I've been > > > looking at old vacuum tube intercoms (the kind with art deco cases). > > > > What make? I'll bet I have manuals for some of that stuff... > > I like Rauland and Bogen, the Bakelite years. I'm watching eBay to see > what comes up. Have a look here, then: http://mysite.verizon.net/rtellason/manuals.html and search on either of those brand names. :-) > Lately I'm spending a lot of time in the barn with some new horses and > goats. I don't want to run a PBX extension to the barn, but an intercom > is appealing. A lightning strike on a PBX extension would ruin my day. A > tube type intercom is more likely to survive, especially a wireless one > (carrier current I think is what they called that wireless method using > power lines). Also, an intercom would let me monitor audio in the barn > to see if everyone is getting along well in my absence. I've often had similar thoughts about these teenagers that keep coming around here to keep my two oldest granddaughters company. (Evil grin :-) > My other choice is a pair of VoIP capable routers and an 802.11 wireless > bridge in the barn. I'll use the routers in an OPX configuration to the > PBX. That's a bit much, I'd say. Unless you just happen to have a bunch of that sort of thing already hanging around, which I don't. -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. ?--Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From cisin at xenosoft.com Tue Aug 5 22:36:16 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Tue, 5 Aug 2008 20:36:16 -0700 (PDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: <683650.73822.qm@web56204.mail.re3.yahoo.com> References: <683650.73822.qm@web56204.mail.re3.yahoo.com> Message-ID: <20080805202601.O54585@shell.lmi.net> This is NOT MIT wanting to do anything. It is a project of a small handful of kids in grad school. A project of a handful of MIT grad students is NOT concerned with what has been done before. Probably doesn't even know about Jeri Ellsworth's product. Is probably not even aware of the IP issues. Has no clue about manufacturing realities. Has no clue about marketing. Is based on their school-age nostalgia and memories, NOT on what is practical. This ain't news. Now, if Jeri Ellsworth were to join the project, THEN I would take it seriously. -- Grumpy Ol' Fred cisin at xenosoft.com From cclist at sydex.com Tue Aug 5 23:14:36 2008 From: cclist at sydex.com (Chuck Guzis) Date: Tue, 05 Aug 2008 21:14:36 -0700 Subject: MIT want to make $12 Apple II clone In-Reply-To: <200808052244.m75Miafp032342@floodgap.com> References: <4898D271.6040002@jetnet.ab.ca> from "bfranchuk@jetnet.ab.ca" at "Aug 5, 8 04:21:37 pm", <200808052244.m75Miafp032342@floodgap.com> Message-ID: <4898C2BC.606.7B6FBFE@cclist.sydex.com> On 5 Aug 2008 at 15:44, Cameron Kaiser wrote: > > It could be the other large learning center on west coast. > > If I could remember who made the p-code I could look > > it up on the web, but it was the other OS for the PC > > after DOS and CP/M86. > > P-code was UCSD (University of California San Diego), my alma mater. Perhaps the name is UCSD-specific, but it's far from being the first. "Incremental compilation" to pseudo-code has been around for a long time--at least from the 1960's. One advantage is that your pseudo- code can have features that the native machine architecture lacks, such as virtual memory, relocatability, large memory space, etc. If done well, the speed can rival (and in some cases, exceed) that of direct-to-native code. I know of a fellow who did a COBOL compiler and run-time back in the 60s that worked inside of a CDC 6000 series PPU (4K of 12 bit words). (Was there ever a COBOL for the 4K PDP 8/L?) I worked with him around 1971 to implement a inter-dialect COBOL translator. He knew nothing about the machine that we were working on--that was my job. He basically invented an abstract machine with an instruction set that operated on COBOL lexical elements. He wrote the translator using mnemonics and syntax that he invented. My job was to implement the machine--first as an interpreter and then later as a series of assembly macros. The darned thing pretty much worked right out of the box and when finally done in macros was a speed demon--and was easy to modify. A few years later, I used the same technique to write a business BASIC that compiled to an intermediate stack-machine code that ran on an 8085--and multitasked with no special hardware. At one trade show, there were some guys dragging around a benchmark that was pretty string-heavy. We beat the pants off of every BASIC there, including BillG's new compiled BASIC. We realized earlier that many business apps weren't so much arithmetic as they were report generators and string manipulators. So we optimized the devil out of our string routines. I still have my original design document, printed on a brand-new OEM- ed Teletype model 40 line printer. OT--there's a recent ad for a working TTY mod 40 setup (terminal, keyboard and printer) here: http://forums.qrz.com/showthread.php?t=169580. Cheers, Chuck From cisin at xenosoft.com Tue Aug 5 23:27:19 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Tue, 5 Aug 2008 21:27:19 -0700 (PDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: <4898C2BC.606.7B6FBFE@cclist.sydex.com> References: <4898D271.6040002@jetnet.ab.ca> from "bfranchuk@jetnet.ab.ca" at "Aug 5, 8 04:21:37 pm", <200808052244.m75Miafp032342@floodgap.com> <4898C2BC.606.7B6FBFE@cclist.sydex.com> Message-ID: <20080805212313.Q54585@shell.lmi.net> [compiling to pseudo code] On Tue, 5 Aug 2008, Chuck Guzis wrote: > If done well, the speed can rival (and in some cases, exceed) that of > direct-to-native code. But, if done badly, it can combine the convenience of a compiler with the speed of an interpreter. Not everybody is as conscientious as Chuck about optimizing where it is needed. How is the MICROS~1 .Net IL assembler? From michaelgreen42 at comcast.net Tue Aug 5 23:45:42 2008 From: michaelgreen42 at comcast.net (Mike) Date: Tue, 5 Aug 2008 21:45:42 -0700 Subject: Morrow, Osborne, & Grid Computers near Seattle WA In-Reply-To: <200808060248.m762lwpw014106@dewey.classiccmp.org> References: <200808060248.m762lwpw014106@dewey.classiccmp.org> Message-ID: <7351BA94B1DC4D89B99899A99FE04B59@pal> Along with the Altos machines I recently picked up I also have a Grid 1105, several Osborne 1's, an Osborne Executive, an IBM luggable, and several Morrows that I'm looking to sell. The IBM and Osborne's work, the Grid does but comes up with an error. The Morrows need a terminal connection but they do power up. Please send offers. From bqt at softjar.se Tue Aug 5 04:01:09 2008 From: bqt at softjar.se (Johnny Billquist) Date: Tue, 05 Aug 2008 11:01:09 +0200 Subject: segmented memory models In-Reply-To: <200808050017.m750GAhZ095290@dewey.classiccmp.org> References: <200808050017.m750GAhZ095290@dewey.classiccmp.org> Message-ID: <489816D5.1020708@softjar.se> Patrick Finnegan wrote: > On Monday 04 August 2008, Sean Conner wrote: > > > It was thus said that the Great Jim Brain once stated: > >> > > Tony Duell wrote: > >>> > > >No it doesn't, given that a PDP11 address to a program is always > >>> > > > 16 bits. The 18 or 22 bit phuysicall addresses were created by > >>> > > > the MMU. > >> > > > >> > > Did an MMU exist for the 8086? > > > > > > If such a think existed, it would have been an external circuit, > > > and would have been very hard to support since the 8086 did not > > > include support for restartable instructions (same situation on the > > > 68000). > > The PDP-11 doesn't support restartable instructions either. You don't > need restartable instructions to support an MMU, only to support > virtual memory type operations. For example, my Z80-based Altos 8000 > has a bank-switching MMU that could operate the same way as an MMU on a > 808[68] would. Actually, some PDP-11 models do support restartable instructions. Just not all of them. It requires the MMR3 register, which tells what modifications have been done to different registers before the instruction was aborted, so that you can back out of that, and then restart the instruction. Some PDP-11 models' MMU would also allow you to implement a virtual memory system, if you wanted to. It's just that noone did, and perhaps for good reasons. With only 8 pages, and way more physical memory than virtual, there isn't really much point in implementing a virtual memory system. But on an 11/70, it is definitely doable. Another example of the hardware designers implementing something that they didn't know was needed, but which could be done without much extra effort, so they did it, just in case someone would want to play around with it. But I think we've already established that the PDP-11 isn't brain damaged. :-) (Oh, and I agree with Tony Duells sentiment about the Intel brain damage. It's plain and simple just a question of not doing something one way when it was common knowledge at the time that that was the way to do it. NIH or just sheer lack of clues don't matter. It's brain dead all the same.) Johnny From simon_coleby at agilent.com Tue Aug 5 06:26:13 2008 From: simon_coleby at agilent.com (simon_coleby at agilent.com) Date: Tue, 5 Aug 2008 05:26:13 -0600 Subject: HP 5036A microprocessor lab - searching for copy of "Practical Microprocessors" Message-ID: <56A5414474C90B47B12AEADF7B268621013D0BBF@cos-us-mb06.cos.agilent.com> Hi Stuart, This is a long shot, but here goes... I have an HP5036A lab, but lack the book. Searching, I found this on a forum from way back in 2003: "Yes, I managed to get a manual, by watching auctions on eBay. In fact, I bought another HP 5036A plus manual and let the seller keep the hardware to save shipping costs from England to the US. The manual is softcover and would not be easy to copy without cutting the spine off, which would ruin its value. Don't give up, though. I know someone that has a manual that has been cut up and copied and I'm trying to get it so that I can make an Acrobat PDF file of it. Stuart Johnson" I don't suppose you ever got a .pdf copy scanned? Just interested. Cheers, Simon Coleby Customer Service Centre. Agilent Technologies UK Limited, Registered Office: 710 Wharfedale Road, Winnersh Triangle, Wokingham, Berkshire, RG41 5TP - Registered No. 03809903 From Brennan.Barber at softprocorp.com Tue Aug 5 10:44:23 2008 From: Brennan.Barber at softprocorp.com (Barber, Brennan) Date: Tue, 5 Aug 2008 11:44:23 -0400 Subject: IC collecting Message-ID: Hi, I cam across your posting and wanted to see if you also collected IC's? Finding other collectors is a rarity for me so I thought I would shoot you and e-mail. I collect clones (russian, eastern block, etc.), Intel engineering samples and any IBM cpus. Brennan From mouse at Rodents-Montreal.ORG Tue Aug 5 11:15:04 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Tue, 5 Aug 2008 12:15:04 -0400 (EDT) Subject: Vintage sun stuff free for collection in south bay area. In-Reply-To: <22688.25999.qm@web56212.mail.re3.yahoo.com> References: <22688.25999.qm@web56212.mail.re3.yahoo.com> Message-ID: <200808051617.MAA02963@Sparkle.Rodents-Montreal.ORG> > Sorry for the short notice on this... I have various vintage Sun > items available [...] No way can I pick up. But if whoever does pick up is interested in parting that kit out, I'd pay shipping (and a bit over for time&trouble) to get > *Sun 3/60 fitted with colour framebuffer. (If the -3/60 doesn't work, no biggie; I have spares. But I'd like a cgfour.) /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From tommytune123 at gmail.com Tue Aug 5 12:27:06 2008 From: tommytune123 at gmail.com (Tom Manos) Date: Tue, 5 Aug 2008 13:27:06 -0400 Subject: PC Unix wanted Message-ID: <13E34327-4699-4E72-976D-F0224971FC16@gmail.com> Does anyone have one of the PC SVR4 releases from the early '90s? I'm looking for a complete set of Interactive, Microport, or Esix (have I forgotten any?). Prefer complete docs, and would rather have tape install than floppy, but I'll go either way. I'm happy to pay something reasonable. -Tom From philip at axeside.co.uk Tue Aug 5 15:17:29 2008 From: philip at axeside.co.uk (Philip Belben) Date: Tue, 05 Aug 2008 21:17:29 +0100 Subject: IBM Powerstation 320h In-Reply-To: <4896902B.2060603@jwsss.com> References: <7d3530220808031109u4c211cd6xe96dff49e73c2fe2@mail.gmail.com> <4895FF14.60507@mdrconsult.com> <200808031702.47595.pat@computer-refuge.org> <48967608.7060108@gmail.com> <4896902B.2060603@jwsss.com> Message-ID: <4898B559.6020405@axeside.co.uk> > be sure to ask for cables too. the serial cables are the same as RT > ones, but are not Dsub cables. also whatever passes for video would be > good. you should be able to use ps2 mouse and kb if you dont get those > though. I beg to differ. The keyboard looks just like a PS/2 keyboard, but it isn't, and they don't interchange! The genuine keyboard has an ID number printed in white in the margin of the piece of trim that covers the Num Lock / Caps Lock LEDS. I found that out the hard way, after an office move in which two keyboards got swapped. We called the service engineer out and after he had changed the mother board (ugh!) to no effect, he retrieved the correct keyboard from the PC on a colleague's desk (said colleague was away on holiday at the time) and it worked fine. But a PS/2 mouse works fine. I used an RS/6000 mouse on my PC for some years - it was detected as Logitech... Philip. From mouse at Rodents-Montreal.ORG Tue Aug 5 17:31:20 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Tue, 5 Aug 2008 18:31:20 -0400 (EDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: <4898D271.6040002@jetnet.ab.ca> References: <20080805151433.BA5BA56893@mail.wordstock.com> <4898A761.9030509@brouhaha.com> <04a701c8f732$28b4eb70$03fea8c0@portajara> <4898AF12.70202@gmail.com> <4898B8CA.5010307@jetnet.ab.ca> <4898CDEF.2020707@brouhaha.com> <4898D271.6040002@jetnet.ab.ca> Message-ID: <200808052231.SAA05473@Sparkle.Rodents-Montreal.ORG> >> What did MIT do to Pascal? > It could be the other large learning center on west coast. If I > could remember who made the p-code [...] The tag associated with "Pascal" in my wetware is "UCSD", FWTMBW. /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From lee_courtney at acm.org Tue Aug 5 20:23:51 2008 From: lee_courtney at acm.org (Lee Courtney (ACM)) Date: Tue, 5 Aug 2008 18:23:51 -0700 (PDT) Subject: Computer collectors are no longer the dweebiest people in the world... In-Reply-To: Message-ID: <304527.18465.qm@web35304.mail.mud.yahoo.com> A new toaster was my #1 want on our wedding registry. I love the toaster we received. ;-) Lee C. --- On Tue, 8/5/08, Sellam Ismail wrote: > From: Sellam Ismail > Subject: Computer collectors are no longer the dweebiest people in the world... > To: "Classic Computers Mailing List" > Date: Tuesday, August 5, 2008, 4:11 PM > No, now we can point at the toaster collectors: > > http://www.toastermuseum.com > > Navigate your way over to "SPECIALS" and then > "What is it worth?" to read > up on toaster pricing. It will seem strangely familiar. > > -- > > Sellam Ismail > Vintage Computer Festival > ------------------------------------------------------------------------------ > International Man of Intrigue and Danger > http://www.vintage.org > > [ Old computing resources for business || Buy/Sell/Trade > Vintage Computers ] > [ and academia at www.VintageTech.com || at > http://marketplace.vintage.org ] From mouse at Rodents-Montreal.ORG Tue Aug 5 20:59:00 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Tue, 5 Aug 2008 21:59:00 -0400 (EDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: <4898CE61.7050503@brouhaha.com> References: <20080805151433.BA5BA56893@mail.wordstock.com> <4898A761.9030509@brouhaha.com> <04a701c8f732$28b4eb70$03fea8c0@portajara> <4898AF12.70202@gmail.com> <4898CE61.7050503@brouhaha.com> Message-ID: <200808060203.WAA06788@Sparkle.Rodents-Montreal.ORG> >> They need books, not computers. > That was one of the major criticisms of the OLPC, but hte critics > didn't understand that the OLPC with suitable software and e-texts > was a LESS EXPENSIVE replacement for textbooks. I'm not convinced that is actually true. I'm perfectly ready to believe it's true if you consider only up-front monetary costs, but there are a lot of other costs involved, such as the failure modes (one failure in a relatively fragile bit of electronics and _all_ your texts go poof, to name just one problem), the lack of separability (you can read at most one of those texts at a time, no matter how many people are available), and support infrastructure needed (a book can be taken almost anywhere, without anything additional, and still work; a computer needs, at a minimum, a source of electrical power). /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From michaelgreen42 at comcast.net Wed Aug 6 01:05:54 2008 From: michaelgreen42 at comcast.net (Mike) Date: Tue, 5 Aug 2008 23:05:54 -0700 Subject: Subject: Re: PC Unix wanted In-Reply-To: <200808060556.m765uiXa016531@dewey.classiccmp.org> References: <200808060556.m765uiXa016531@dewey.classiccmp.org> Message-ID: Somewhere around here I've got a set of floppies for SCO Unix I think. Might even be originals. From doc at mdrconsult.com Wed Aug 6 01:35:18 2008 From: doc at mdrconsult.com (Doc Shipley) Date: Wed, 06 Aug 2008 01:35:18 -0500 Subject: Altos Computers near Seattle WA In-Reply-To: <7B461F7FF22144BD9AEBB4960F2C35F8@pal> References: <200808052213.m75MDcsn010443@dewey.classiccmp.org> <7B461F7FF22144BD9AEBB4960F2C35F8@pal> Message-ID: <48994626.5010700@mdrconsult.com> Err, I'm in Austin TX, zip 78748. You might want to know for shipping charges :) Doc Mike wrote: > I just bought up a large lot of vintage stuff and found 3 Altos computers in > the lot. Not exactly my cup of tea for collecting but I know someone out > there will be interested in these They appear in good shape overall (no > broken pieces or anything). I hate eBay so thought I would post these here. > I would prefer local pickup but I'm happy to ship too (they aren't that > big). I'm taking offers for one or all. > From doc at mdrconsult.com Wed Aug 6 01:37:01 2008 From: doc at mdrconsult.com (Doc Shipley) Date: Wed, 06 Aug 2008 01:37:01 -0500 Subject: IBM Powerstation 320h In-Reply-To: <4898B559.6020405@axeside.co.uk> References: <7d3530220808031109u4c211cd6xe96dff49e73c2fe2@mail.gmail.com> <4895FF14.60507@mdrconsult.com> <200808031702.47595.pat@computer-refuge.org> <48967608.7060108@gmail.com> <4896902B.2060603@jwsss.com> <4898B559.6020405@axeside.co.uk> Message-ID: <4899468D.3070806@mdrconsult.com> Philip Belben wrote: >> be sure to ask for cables too. the serial cables are the same as RT >> ones, but are not Dsub cables. also whatever passes for video would >> be good. you should be able to use ps2 mouse and kb if you dont get >> those though. > > I beg to differ. The keyboard looks just like a PS/2 keyboard, but it > isn't, and they don't interchange! The genuine keyboard has an ID > number printed in white in the margin of the piece of trim that covers > the Num Lock / Caps Lock LEDS. *Some* IBM PC keyboards will work on that box, most not. Doc From doc at mdrconsult.com Wed Aug 6 01:38:54 2008 From: doc at mdrconsult.com (Doc Shipley) Date: Wed, 06 Aug 2008 01:38:54 -0500 Subject: Altos Computers near Seattle WA In-Reply-To: <48994626.5010700@mdrconsult.com> References: <200808052213.m75MDcsn010443@dewey.classiccmp.org> <7B461F7FF22144BD9AEBB4960F2C35F8@pal> <48994626.5010700@mdrconsult.com> Message-ID: <489946FE.8040605@mdrconsult.com> Crap. That was supposed to be offlist. :( Doc Doc Shipley wrote: > Err, I'm in Austin TX, zip 78748. You might want to know for shipping > charges :) > > > Doc > > Mike wrote: >> I just bought up a large lot of vintage stuff and found 3 Altos >> computers in >> the lot. Not exactly my cup of tea for collecting but I know someone out >> there will be interested in these They appear in good shape overall (no >> broken pieces or anything). I hate eBay so thought I would post these >> here. >> I would prefer local pickup but I'm happy to ship too (they aren't that >> big). I'm taking offers for one or all. >> > From jkunz at unixag-kl.fh-kl.de Wed Aug 6 03:16:21 2008 From: jkunz at unixag-kl.fh-kl.de (Jochen Kunz) Date: Wed, 6 Aug 2008 10:16:21 +0200 Subject: 9 track tape drive motors - suitable for a go-kart? In-Reply-To: <9952.1217949374@mini> References: <9952.1217949374@mini> Message-ID: <20080806101621.f6cd1f18.jkunz@unixag-kl.fh-kl.de> On Tue, 05 Aug 2008 11:16:14 -0400 Brad Parker wrote: > I have a racing go-kart frame which is currently missing a motor (a > CRG if anyone cares). It occurred to me that it might be fun to grab > a large number of high capacity batteries and somehow rig one of the > tape drive motors to the live axle. Even more OT, but real fun... A 500 hp electric motorcycle build for drag racing: http://www.killacycle.com/ To your question: The motors found in 9 track tape drive are a few 100 W at best. Not enough to drive a go-kart. These motros are more optimized for precision then power. -- tsch??, Jochen Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/ From fryers at gmail.com Wed Aug 6 04:35:48 2008 From: fryers at gmail.com (Simon Fryer) Date: Wed, 6 Aug 2008 10:35:48 +0100 Subject: Computer collectors are no longer the dweebiest people in the world... In-Reply-To: <4898F7E1.1000907@radiorobots.com> References: <4898F7E1.1000907@radiorobots.com> Message-ID: On 06/08/2008, steve stutman wrote: > Sellam Ismail wrote: > > No, now we can point at the toaster collectors: > > > > http://www.toastermuseum.com > > > > Navigate your way over to "SPECIALS" and then "What is it worth?" to read > up on toaster pricing. It will seem strangely familiar. > > > This is very judgmental and technist. > > I am surprised to see such comments posted here. > > I suppose, now you will go after the vacuum cleaner belt people? Don't they suck? (sorry, that was bad.) The people who race belt sanders always seem to have a lot of fun judging by the videos. Simon -- ------------------------------------------------------------------------ "Well, an engineer is not concerned with the truth; that is left to philosophers and theologians: the prime concern of an engineer is the utility of the final product." Lectures on the Electrical Properties of Materials, L.Solymar, D.Walsh From brad at heeltoe.com Wed Aug 6 05:08:38 2008 From: brad at heeltoe.com (Brad Parker) Date: Wed, 06 Aug 2008 06:08:38 -0400 Subject: 9 track tape drive motors - suitable for a go-kart? In-Reply-To: References: Message-ID: <24827.1218017318@mini> Sellam Ismail wrote: > >I finally got my hands on a motor from a 9-track I scrapped. It puts out >several amps at 24V+ when I hand-spin it. It will do nicely as a current >source to charge a lead-acid battery, especially where I live: > >http://en.wikipedia.org/wiki/Altamont_Pass_Wind_Farm Better idea! (I used to live in Pleasanton; and who could forget the speedway?) -brad From joachim.thiemann at gmail.com Wed Aug 6 07:47:13 2008 From: joachim.thiemann at gmail.com (Joachim Thiemann) Date: Wed, 6 Aug 2008 08:47:13 -0400 Subject: MIT want to make $12 Apple II clone In-Reply-To: <200808060203.WAA06788@Sparkle.Rodents-Montreal.ORG> References: <20080805151433.BA5BA56893@mail.wordstock.com> <4898A761.9030509@brouhaha.com> <04a701c8f732$28b4eb70$03fea8c0@portajara> <4898AF12.70202@gmail.com> <4898CE61.7050503@brouhaha.com> <200808060203.WAA06788@Sparkle.Rodents-Montreal.ORG> Message-ID: <4affc5e0808060547w4a81dc0n3087074a9b7831c4@mail.gmail.com> On Tue, Aug 5, 2008 at 9:59 PM, der Mouse wrote: >> didn't understand that the OLPC with suitable software and e-texts >> was a LESS EXPENSIVE replacement for textbooks. > I'm not convinced that is actually true. I'm perfectly ready to > believe it's true if you consider only up-front monetary costs, but > there are a lot of other costs involved, such as the failure modes (one [...] I agree, but think that even the up-front cost for books is not as high. In my undergraduate (and earlier graduate) days, whenever a friend would go home to India, China or Pakistan, they'd come back with the overseas editions of engineering textbooks that cost $80-$100 here. There, they cost $2-$10, and we're not talking pirated copies. Printed cheaply (phonebook type paper) but still very serviceable, the content is exactly the same. (Yes, in english. There'd be a chinese or hindi subtitle on the cover, and some front matter, but the rest is the same) The publishers know that unless they price them that low, noone would buy the books. Joe. From Paul_Koning at Dell.com Wed Aug 6 09:08:40 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Wed, 6 Aug 2008 10:08:40 -0400 Subject: MIT want to make $12 Apple II clone References: <4898D271.6040002@jetnet.ab.ca> <200808052244.m75Miafp032342@floodgap.com> <4898C2BC.606.7B6FBFE@cclist.sydex.com> Message-ID: <18585.45160.30500.762066@gargle.gargle.HOWL> >>>>> "Chuck" == Chuck Guzis writes: Chuck> "Incremental compilation" to pseudo-code has been around for a Chuck> long time--at least from the 1960's. One advantage is that Chuck> your pseudo- code can have features that the native machine Chuck> architecture lacks, such as virtual memory, relocatability, Chuck> large memory space, etc. Chuck> If done well, the speed can rival (and in some cases, exceed) Chuck> that of direct-to-native code. I know of a fellow who did a Chuck> COBOL compiler and run-time back in the 60s that worked inside Chuck> of a CDC 6000 series PPU (4K of 12 bit words). (Was there ever Chuck> a COBOL for the 4K PDP 8/L?) Are you sure that COBOL ran on a PPU? I can't imagine a reason for doing that, other than as a "watch this" stunt. On the other hand, Cobol on a 6000 CPU would be sensible and useful. Chuck> ...A few years later, I used the same technique to write a Chuck> business BASIC that compiled to an intermediate stack-machine Chuck> code that ran on an 8085--and multitasked with no special Chuck> hardware. Was that before Forth came out? That's the classic example of a p-code language with multitasking. Another earlier example is BASIC-PLUS for the PDP-11. That's an incremental compiler to P-code. Also, in the earlier versions (RSTS-11, for the no-MMU PDP-11s) it included multitasking (timesharing) support in the P-code machinery. The later versions (RSTS/E) didn't need that because there was a real kernel with MMU hardware. paul From blstuart at bellsouth.net Wed Aug 6 09:31:21 2008 From: blstuart at bellsouth.net (Brian L. Stuart) Date: Wed, 06 Aug 2008 14:31:21 +0000 Subject: MIT want to make $12 Apple II clone In-Reply-To: <4affc5e0808060547w4a81dc0n3087074a9b7831c4@mail.gmail.com> References: <20080805151433.BA5BA56893@mail.wordstock.com><4898A761.9030509@brouhaha.com><04a701c8f732$28b4eb70$03fea8c0@portajara> <4898AF12.70202@gmail.com><4898CE61.7050503@brouhaha.com><200808060203.WAA06788@Sparkle.Rodents-Montreal.ORG> <4affc5e0808060547w4a81dc0n3087074a9b7831c4@mail.gmail.com> Message-ID: <080620081431.14450.4899B5B900085F940000387222243651029B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> > here. There, they cost $2-$10, and we're not talking pirated copies. > Printed cheaply (phonebook type paper) but still very serviceable, the > content is exactly the same. (Yes, in english. There'd be a chinese > or hindi subtitle on the cover, and some front matter, but the rest is > the same) > > The publishers know that unless they price them that low, noone would > buy the books. Authors also often get a lower royalty percentage on those than on US sales. That doesn't cut a lot out of the retail cost, but it does cut a little. My understanding is that most publishers contract those out to companies that specialize in that sort of thing. They wouldn't stand up to library use, nor would they be good for those of us that keep books on our shelves for decades as references. But for a student who wants to use it one term and throw it away or give it to a friend, they work. One thing you've got to be careful about using them here is that the domestic version might be on a later printing with corrections or changes in the exercises. Those changes may not have made their way through the pipeline into the "phonebook" editions. (I like that characterization.) But this is straying way off topic, so I'll stop now. BLS From ploopster at gmail.com Wed Aug 6 09:32:33 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Wed, 06 Aug 2008 10:32:33 -0400 Subject: IBM Powerstation 320h In-Reply-To: <4898B559.6020405@axeside.co.uk> References: <7d3530220808031109u4c211cd6xe96dff49e73c2fe2@mail.gmail.com> <4895FF14.60507@mdrconsult.com> <200808031702.47595.pat@computer-refuge.org> <48967608.7060108@gmail.com> <4896902B.2060603@jwsss.com> <4898B559.6020405@axeside.co.uk> Message-ID: <4899B601.7070004@gmail.com> Philip Belben wrote: >> be sure to ask for cables too. the serial cables are the same as RT >> ones, but are not Dsub cables. also whatever passes for video would >> be good. you should be able to use ps2 mouse and kb if you dont get >> those though. > > I beg to differ. The keyboard looks just like a PS/2 keyboard, but it > isn't, and they don't interchange! The genuine keyboard has an ID > number printed in white in the margin of the piece of trim that covers > the Num Lock / Caps Lock LEDS. > > I found that out the hard way, after an office move in which two > keyboards got swapped. We called the service engineer out and after he > had changed the mother board (ugh!) to no effect, he retrieved the > correct keyboard from the PC on a colleague's desk (said colleague was > away on holiday at the time) and it worked fine. > > But a PS/2 mouse works fine. I used an RS/6000 mouse on my PC for some > years - it was detected as Logitech... I believe that AIX recognizes the PS/2 keyboard just fine past version 4.2.1. You only run into problems with < 4.2.1. Anyway, the only differences are a couple of layout issues, and the embedded speaker. Peace... Sridhar From ploopster at gmail.com Wed Aug 6 09:32:33 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Wed, 06 Aug 2008 10:32:33 -0400 Subject: IBM Powerstation 320h In-Reply-To: <4898B559.6020405@axeside.co.uk> References: <7d3530220808031109u4c211cd6xe96dff49e73c2fe2@mail.gmail.com> <4895FF14.60507@mdrconsult.com> <200808031702.47595.pat@computer-refuge.org> <48967608.7060108@gmail.com> <4896902B.2060603@jwsss.com> <4898B559.6020405@axeside.co.uk> Message-ID: <4899B601.7070004@gmail.com> Philip Belben wrote: >> be sure to ask for cables too. the serial cables are the same as RT >> ones, but are not Dsub cables. also whatever passes for video would >> be good. you should be able to use ps2 mouse and kb if you dont get >> those though. > > I beg to differ. The keyboard looks just like a PS/2 keyboard, but it > isn't, and they don't interchange! The genuine keyboard has an ID > number printed in white in the margin of the piece of trim that covers > the Num Lock / Caps Lock LEDS. > > I found that out the hard way, after an office move in which two > keyboards got swapped. We called the service engineer out and after he > had changed the mother board (ugh!) to no effect, he retrieved the > correct keyboard from the PC on a colleague's desk (said colleague was > away on holiday at the time) and it worked fine. > > But a PS/2 mouse works fine. I used an RS/6000 mouse on my PC for some > years - it was detected as Logitech... I believe that AIX recognizes the PS/2 keyboard just fine past version 4.2.1. You only run into problems with < 4.2.1. Anyway, the only differences are a couple of layout issues, and the embedded speaker. Peace... Sridhar From jfoust at threedee.com Wed Aug 6 10:44:05 2008 From: jfoust at threedee.com (John Foust) Date: Wed, 06 Aug 2008 10:44:05 -0500 Subject: MIT want to make $12 Apple II clone In-Reply-To: <18585.45160.30500.762066@gargle.gargle.HOWL> References: <4898D271.6040002@jetnet.ab.ca> <200808052244.m75Miafp032342@floodgap.com> <4898C2BC.606.7B6FBFE@cclist.sydex.com> <18585.45160.30500.762066@gargle.gargle.HOWL> Message-ID: <6.2.3.4.2.20080806104205.05d2ee20@mail.threedee.com> At 09:08 AM 8/6/2008, Paul Koning wrote: >Another earlier example is BASIC-PLUS for the PDP-11. That's an >incremental compiler to P-code. Also, in the earlier versions >(RSTS-11, for the no-MMU PDP-11s) it included multitasking >(timesharing) support in the P-code machinery. The later versions >(RSTS/E) didn't need that because there was a real kernel with MMU >hardware. P-code to a virtual machine, or just tokenized to save parsing time? I thought it was just tokenized because there were "de-compilers" that restored "compiled" code to real source. - John From schwepes at moog.netaxs.com Wed Aug 6 11:06:58 2008 From: schwepes at moog.netaxs.com (schwepes at moog.netaxs.com) Date: Wed, 6 Aug 2008 12:06:58 -0400 (EDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: <20080805202601.O54585@shell.lmi.net> References: <683650.73822.qm@web56204.mail.re3.yahoo.com> <20080805202601.O54585@shell.lmi.net> Message-ID: News is what gets people to read, listen or watch. Obviously, these college kids got someone to do same. Creating a simplified machine that can sell for the cost of a calculator would be useful. Consider the recent third world computer. Then, to make the issue less acedemic, they would have to create a method of using this machine to talk with mahines using more modern protocols. This would have application in many parts of the world. College kids also have the time, the focus and the resources to design such things. this is how they prove themselves worthy to be hired when they get out. bs On Tue, 5 Aug 2008, Fred Cisin wrote: > This is NOT MIT wanting to do anything. It is a project of a small > handful of kids in grad school. > > A project of a handful of MIT grad students is NOT concerned with what has > been done before. > Probably doesn't even know about Jeri Ellsworth's product. > Is probably not even aware of the IP issues. > Has no clue about manufacturing realities. > Has no clue about marketing. > Is based on their school-age nostalgia and memories, NOT on what is > practical. > > This ain't news. > > > Now, if Jeri Ellsworth were to join the project, THEN I would take it > seriously. > > > -- > Grumpy Ol' Fred cisin at xenosoft.com > From jplist2007 at kiwigeek.com Wed Aug 6 10:56:40 2008 From: jplist2007 at kiwigeek.com (JP Hindin) Date: Wed, 6 Aug 2008 10:56:40 -0500 (CDT) Subject: Double-Sided disk drives reading Single-Sided disks (HP 9122 vs 9121) Message-ID: Hey guys; This may, or may not, be a silly question, but in all my years of fiddling, I realised I had never tried this, so I'm unsure of what the results will be. My HP Logic Analyser (1630G) can talk to a HP 9121 via HP-IB. I have found a 9122, which is a double-sided version of the same device, as far as I can tell. I'm fairly confident the 1630G won't care - but the diskettes that I have (inverse assembler pack, thanks Gavin - you rock) are single-sided. Is there any reason that the 9122 DS drive won't read a SS diskette for the 9121? Thank you for your help! - JP From Paul_Koning at Dell.com Wed Aug 6 11:13:45 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Wed, 6 Aug 2008 12:13:45 -0400 Subject: MIT want to make $12 Apple II clone References: <4898D271.6040002@jetnet.ab.ca> <200808052244.m75Miafp032342@floodgap.com> <4898C2BC.606.7B6FBFE@cclist.sydex.com> <18585.45160.30500.762066@gargle.gargle.HOWL> <6.2.3.4.2.20080806104205.05d2ee20@mail.threedee.com> Message-ID: <18585.52665.834481.493383@gargle.gargle.HOWL> >>>>> "John" == John Foust writes: John> At 09:08 AM 8/6/2008, Paul Koning wrote: >> Another earlier example is BASIC-PLUS for the PDP-11. That's an >> incremental compiler to P-code. Also, in the earlier versions >> (RSTS-11, for the no-MMU PDP-11s) it included multitasking >> (timesharing) support in the P-code machinery. The later versions >> (RSTS/E) didn't need that because there was a real kernel with MMU >> hardware. John> P-code to a virtual machine, or just tokenized to save parsing John> time? P-code. It was called "push-pop code" because it would execute on a stack machine (like a B5500). And it had some rather interesting high level operations. Not just floating point (which was something not in the 11/20 instruction set) but also primitives to operate on matrices (like "invert this matrix) as a primitive opcode). John> I thought it was just tokenized because there were John> "de-compilers" that restored "compiled" code to real source. You may be thinking of RT-11 BASIC, where the "list" command actually did exactly that. paul From schwepes at moog.netaxs.com Wed Aug 6 11:20:48 2008 From: schwepes at moog.netaxs.com (schwepes at moog.netaxs.com) Date: Wed, 6 Aug 2008 12:20:48 -0400 (EDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: <4898DAD7.9060803@brouhaha.com> References: <200808052244.m75Miafp032342@floodgap.com> <4898DAD7.9060803@brouhaha.com> Message-ID: I have the Softtech Users' Manual VersionIV. Anyone have a use for it? bs On Tue, 5 Aug 2008, Eric Smith wrote: > Cameron Kaiser wrote: > > P-code was UCSD (University of California San Diego), my alma mater. > > The UCSD p-system used p-code, but it was nowhere near the first Pascal > compiler/interpreter system to do so. > From alexandre-listas at e-secure.com.br Wed Aug 6 11:24:07 2008 From: alexandre-listas at e-secure.com.br (Alexandre Souza) Date: Wed, 6 Aug 2008 13:24:07 -0300 Subject: IC collecting References: Message-ID: <00df01c8f7e0$f95aedc0$160c010a@portajara> >I cam across your posting and wanted to see if you also collected IC's? >Finding other collectors is a rarity for me so I thought I would shoot >you and e-mail. I collect clones (russian, eastern block, etc.), Intel >engineering samples and any IBM cpus. It would be a nice web page with big photos :oD From schwepes at moog.netaxs.com Wed Aug 6 11:28:31 2008 From: schwepes at moog.netaxs.com (schwepes at moog.netaxs.com) Date: Wed, 6 Aug 2008 12:28:31 -0400 (EDT) Subject: question aaout ISP's In-Reply-To: <48987C9F.8080503@jbrain.com> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <48987C9F.8080503@jbrain.com> Message-ID: I'm based in Philadelphia. My current provided is disabling telnet capability at the beginning of September. I would like to know if anyone knows of a service that will permit me that capability? bs From cclist at sydex.com Wed Aug 6 11:19:36 2008 From: cclist at sydex.com (Chuck Guzis) Date: Wed, 06 Aug 2008 09:19:36 -0700 Subject: MIT want to make $12 Apple II clone In-Reply-To: <18585.45160.30500.762066@gargle.gargle.HOWL> References: <4898D271.6040002@jetnet.ab.ca>, <18585.45160.30500.762066@gargle.gargle.HOWL> Message-ID: <48996CA8.4291.A4EC339@cclist.sydex.com> On 6 Aug 2008 at 10:08, Paul Koning wrote: > Are you sure that COBOL ran on a PPU? I can't imagine a reason for > doing that, other than as a "watch this" stunt. On the other hand, > Cobol on a 6000 CPU would be sensible and useful. Dead sure--that's what makes it so interesting. The guy and a cohort did it as a "stunt" project for a CDC VP (of which there were many). He was not a CDC employee, but an outside consultant under contract. He went back pretty far with COBOL--he was part of the original IBM COMTRAN group. A very colorful character. > Was that before Forth came out? That's the classic example of a > p-code language with multitasking. About the same time. I seem to remember someone passing me an 8" floppy with STOIC on it. My point was that p-code really has nothing to do with Pascal itself--that the p-code technique was known long before Pascal came out. I think some companies, such as Ryan-McFarland exploited this extensively early on by essentially taking the same language implementation and retargeting it to different platforms by simply changing the p-code interpreter implementation. Cheers, Chuck From James at jdfogg.com Wed Aug 6 11:34:52 2008 From: James at jdfogg.com (James Fogg) Date: Wed, 6 Aug 2008 12:34:52 -0400 Subject: question aaout ISP's Message-ID: <4EE5D8CA323707439EF291AC9244BD9A922163@sbs.jdfogg.com> > I'm based in Philadelphia. My current provided is disabling > telnet capability at the beginning of September. I would like > to know if anyone knows of a service that will permit me that > capability? > bs Don't use standard ports. My provider (Comcast) blocks port 25 (mail) inbound and outbound, and doesn't allow relaying through its mail servers. Instead I use port 2525 and an external mail relay service. With telnet, you won't need a relay service if anyone accessing your system knows that it's on a non-standard port. Do you really need telnet though? SSH preferable if your host can run it. From alexandre-listas at e-secure.com.br Wed Aug 6 11:35:02 2008 From: alexandre-listas at e-secure.com.br (Alexandre Souza) Date: Wed, 6 Aug 2008 13:35:02 -0300 Subject: Double-Sided disk drives reading Single-Sided disks (HP 9122 vs 9121) References: Message-ID: <00e801c8f7e2$6b041b80$160c010a@portajara> > can tell. I'm fairly confident the 1630G won't care - but the diskettes > that I have (inverse assembler pack, thanks Gavin - you rock) are > single-sided. I Sold my 16xx logic analyzer because i NEVER have been able to found it. Would you mind to share it on a page? Take a look here: http://www.tabajara-labs.com.br/hal/index.htm I'm sharing all I've got :o) Thanks Alexandre From jfoust at threedee.com Wed Aug 6 11:35:15 2008 From: jfoust at threedee.com (John Foust) Date: Wed, 06 Aug 2008 11:35:15 -0500 Subject: MIT want to make $12 Apple II clone In-Reply-To: <18585.52665.834481.493383@gargle.gargle.HOWL> References: <4898D271.6040002@jetnet.ab.ca> <200808052244.m75Miafp032342@floodgap.com> <4898C2BC.606.7B6FBFE@cclist.sydex.com> <18585.45160.30500.762066@gargle.gargle.HOWL> <6.2.3.4.2.20080806104205.05d2ee20@mail.threedee.com> <18585.52665.834481.493383@gargle.gargle.HOWL> Message-ID: <6.2.3.4.2.20080806113327.058f6580@mail.threedee.com> At 11:13 AM 8/6/2008, Paul Koning wrote: > John> I thought it was just tokenized because there were > John> "de-compilers" that restored "compiled" code to real source. > >You may be thinking of RT-11 BASIC, where the "list" command actually >did exactly that. No, I'm think of circa '83 VAX-based BASIC-Plus (2?). - John From schwepes at moog.netaxs.com Wed Aug 6 12:01:37 2008 From: schwepes at moog.netaxs.com (schwepes at moog.netaxs.com) Date: Wed, 6 Aug 2008 13:01:37 -0400 (EDT) Subject: question aaout ISP's In-Reply-To: <4EE5D8CA323707439EF291AC9244BD9A922163@sbs.jdfogg.com> References: <4EE5D8CA323707439EF291AC9244BD9A922163@sbs.jdfogg.com> Message-ID: On Wed, 6 Aug 2008, James Fogg wrote: > > I'm based in Philadelphia. My current provided is disabling > > telnet capability at the beginning of September. I would like > > to know if anyone knows of a service that will permit me that > > capability? > > bs > > Don't use standard ports. My provider (Comcast) blocks port 25 (mail) > inbound and outbound, and doesn't allow relaying through its mail > servers. Instead I use port 2525 and an external mail relay service. > > With telnet, you won't need a relay service if anyone accessing your > system knows that it's on a non-standard port. > > Do you really need telnet though? SSH preferable if your host can run > it. > > The reason for telnet is to access from workstations at work. I am a substitute teacher and therefore have to deal with a variety of workstations. I am also not constantly on line so I need a repository to hold my mail until I can get it. I could use the Yahoo e-mail address but my own machine suffers from flakey landlines which makes waiting for loading and refresh less than fun. bs From trag at io.com Wed Aug 6 12:09:16 2008 From: trag at io.com (Jeff Walther) Date: Wed, 6 Aug 2008 12:09:16 -0500 (CDT) Subject: LocalTalk In-Reply-To: <200808060556.m765uiXe016531@dewey.classiccmp.org> References: <200808060556.m765uiXe016531@dewey.classiccmp.org> Message-ID: <8726.209.163.133.242.1218042556.squirrel@webmail.io.com> > Date: Tue, 05 Aug 2008 16:17:32 -0400 > From: Sridhar Ayengar > Subject: LocalTalk > > Hi. I'm looking for a LocalTalk->Ethernet bridge and some LocalTalk > cables. Anyone have any available? I don't have one available but the product names you are looking for include: AsantePrint MicroAsanteprint AsanteTalk in order from oldest to more recent. All three of those were by Asante. There were similar products from Farallon and Dayna, but I do not remember the specific product names. All of those will bridge from LocalTalk to Ethernet, but I think they only bridge the AppleTalk protocols and not TCP/IP. The latter two are about the size of a deck of cards and pretty much look identical, except there's a variation on the middle one with a BNC connector in addition to the RJ45 jack. The earlier two have more network management features which one is unlikely to use in a home network. For LocalTalk cabling, unless there's some reason you really want to use original LocalTalk cabling, you should get PhoneNet connectors and use phone cable for the connections. The PhoneNet connectors are a dongle (available in many different brands) which plug into the serial (LocalTalk) port and have two RJ11 jacks on the other end. The RJ11 jacks can be used to form a daisy chain network. If a PhoneNet connector is at the end of the chain (only one jack used) then the unused jack should have a terminating resistor installed. I don't remember the value. Finally, PhoneNet uses the two wires in four conductor cable, which the telephone system does not use (yellow/black vs. red/green). However, there are a lot of telephone cables out there shipped with modems which only include the telephone pair and not the pair which PhoneNet needs. You can spend a lot of time trying to diagnose a PhoneNet connectivity problem when the necessary wires are absent from your cable. :-) When ethernet became very affordable, old PhoneNet equipment was more or less being given away free. Most of it has been disposed of by now, so it may be a bit challenging to find, but probably not too challenging. I remember seeing a lot of 150 PhoneNet dongles go for something like $.99 plus shipping. :-) But that was probably eight years ago. Jeff Walther From Paul_Koning at Dell.com Wed Aug 6 12:22:25 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Wed, 6 Aug 2008 13:22:25 -0400 Subject: MIT want to make $12 Apple II clone References: <4898D271.6040002@jetnet.ab.ca> <18585.45160.30500.762066@gargle.gargle.HOWL> <48996CA8.4291.A4EC339@cclist.sydex.com> Message-ID: <18585.56785.319748.793199@gargle.gargle.HOWL> >>>>> "Chuck" == Chuck Guzis writes: Chuck> On 6 Aug 2008 at 10:08, Paul Koning wrote: >> Are you sure that COBOL ran on a PPU? I can't imagine a reason >> for doing that, other than as a "watch this" stunt. On the other >> hand, Cobol on a 6000 CPU would be sensible and useful. Chuck> Dead sure--that's what makes it so interesting. The guy and a Chuck> cohort did it as a "stunt" project for a CDC VP (of which Chuck> there were many). He was not a CDC employee, but an outside Chuck> consultant under contract. He went back pretty far with Chuck> COBOL--he was part of the original IBM COMTRAN group. A very Chuck> colorful character. Interesting. I forwarded your previous note to the "controlfreaks" list, which is home to a lot of people with major CDC expertise, and they all mentioned the Cobol products (for the CPU) but wouldn't believe a PPU edition. Do you have any names? paul From Paul_Koning at Dell.com Wed Aug 6 12:25:40 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Wed, 6 Aug 2008 13:25:40 -0400 Subject: MIT want to make $12 Apple II clone References: <4898D271.6040002@jetnet.ab.ca> <200808052244.m75Miafp032342@floodgap.com> <4898C2BC.606.7B6FBFE@cclist.sydex.com> <18585.45160.30500.762066@gargle.gargle.HOWL> <6.2.3.4.2.20080806104205.05d2ee20@mail.threedee.com> <18585.52665.834481.493383@gargle.gargle.HOWL> <6.2.3.4.2.20080806113327.058f6580@mail.threedee.com> Message-ID: <18585.56980.456590.989156@gargle.gargle.HOWL> >>>>> "John" == John Foust writes: John> At 11:13 AM 8/6/2008, Paul Koning wrote: I thought it was just John> tokenized because there were "de-compilers" that restored John> "compiled" code to real source. >> You may be thinking of RT-11 BASIC, where the "list" command >> actually did exactly that. John> No, I'm think of circa '83 VAX-based BASIC-Plus (2?). BP2 is a true compiler, not a P-code system. By the way, I meant to mention another compiler that did something like P-code: RT-11 Fortran. The actual scheme was called "threaded code" because it was basically a stream of function pointers. (Come to think of it, that's a common Forth encoding as well.) That's about as fast as straight code if most of what you need is calls to support functions, and more compact because you're not including the opcode word. paul From lproven at gmail.com Wed Aug 6 12:32:07 2008 From: lproven at gmail.com (Liam Proven) Date: Wed, 6 Aug 2008 18:32:07 +0100 Subject: IBM Model M keyboard spares Message-ID: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> /The/ classic PC keyboard, IMHO. Alas, one of my treasured 'boards fell off a table and its space bar is shattered. Anyone know where I could buy a spare spacebar? -- Liam Proven ? Profile: http://www.linkedin.com/in/liamproven Email: lproven at cix.co.uk ? GMail/GoogleTalk/Orkut: lproven at gmail.com Tel: +44 20-8685-0498 ? Cell: +44 7939-087884 ? Fax: + 44 870-9151419 AOL/AIM/iChat: liamproven at aol.com ? MSN/Messenger: lproven at hotmail.com Yahoo: liamproven at yahoo.co.uk ? Skype: liamproven ? ICQ: 73187508 From ethan.dicks at usap.gov Wed Aug 6 12:46:39 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Wed, 6 Aug 2008 17:46:39 +0000 Subject: p-Code environments (was Re: MIT want to make $12 Apple II clone) In-Reply-To: <18585.56980.456590.989156@gargle.gargle.HOWL> References: <4898D271.6040002@jetnet.ab.ca> <200808052244.m75Miafp032342@floodgap.com> <4898C2BC.606.7B6FBFE@cclist.sydex.com> <18585.45160.30500.762066@gargle.gargle.HOWL> <6.2.3.4.2.20080806104205.05d2ee20@mail.threedee.com> <18585.52665.834481.493383@gargle.gargle.HOWL> <6.2.3.4.2.20080806113327.058f6580@mail.threedee.com> <18585.56980.456590.989156@gargle.gargle.HOWL> Message-ID: <20080806174639.GD27122@usap.gov> On Wed, Aug 06, 2008 at 01:25:40PM -0400, Paul Koning wrote: > By the way, I meant to mention another compiler that did something > like P-code: RT-11 Fortran. The actual scheme was called "threaded > code" because it was basically a stream of function pointers. (Come > to think of it, that's a common Forth encoding as well.) That's about > as fast as straight code if most of what you need is calls to support > functions, and more compact because you're not including the opcode > word. That scheme sort of reminds me of FORTRAN IV for the PDP-8 - IIRC, the compiler produces, mostly, a stream of FPP instructions that either get executed by a real FPP-12 (or FPP-8?) _or_, lacking math hardware, get emulated by wads of PDP-8 instructions. The difference is rather than a stream of function pointers, it's a stream of math co-processor instructions that are either executed by real hardware or by an emulator library. In either environment, though, the object code is the same. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 6-Aug-2008 at 17:40 Z South Pole Station PSC 468 Box 400 Temp -76.0 F (-60.0 C) Windchill -124.3 F (-86.8 C) APO AP 96598 Wind 20.1 kts Grid 18 Barometer 679.4 mb (10651 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From ssj152 at centurytel.net Wed Aug 6 12:50:23 2008 From: ssj152 at centurytel.net (Stuart Johnson) Date: Wed, 6 Aug 2008 12:50:23 -0500 Subject: HP 5036A microprocessor lab - searching for copy of "Practical Microprocessors" Message-ID: <41E26065-1AB2-406D-AF06-656CBDBF3C14@centurytel.net> Simon, Sorry, I have only the one copy. I have seen other copies sold on eBay, but have not been willing to pay the $100 USD or more that they have sold for. It is really a shame that no one has been able or willing to have one scanned, but that would take a LOT of work - the manual is over an inch thick. Without proper OCR it would be a PDF of pictures, which load very slowly and would make the scan huge. I've seen quite a few manuals done this way and they aren't nearly as usable as the OCR'd variety. I thought about scanning mine back in 2003, and even bought a flat-bed scanner w/OCR software, but it wasn't up to the job at that time. Better equipment and software would have been necessary, along with cutting away the spine of the manual. Today there are better and more affordable solutions, but I am not up to doing it as my health has forced me to retire. I'm not willing to sell my manual in case anyone is wondering, sorry. This looks like an opportunity for someone with the manual, proper equipment, and time - anyone? Simon, do you have the required setup to do this without damaging the book? Regards Stuart Johnson --- On Aug 6, 2008, at 9:38 AM, cctalk-request at classiccmp.org wrote: > Hi Stuart, > > > > This is a long shot, but here goes... > > I have an HP5036A lab, but lack the book. > > Searching, I found this on a forum from way back in 2003: > > > "Yes, I managed to get a manual, by watching auctions on eBay. In > fact, I > bought another HP 5036A plus manual and let the seller keep the > hardware to > save shipping costs from England to the US. The manual is softcover > and > would not be easy to copy without cutting the spine off, which would > ruin > its value. > > Don't give up, though. I know someone that has a manual that has > been cut up > and copied and I'm trying to get it so that I can make an Acrobat > PDF file > of it. Stuart Johnson" > > I don't suppose you ever got a .pdf copy scanned? > Just interested. > > > > Cheers, > > Simon Coleby > > Customer Service Centre. > > Agilent Technologies UK Limited, Registered Office: 710 Wharfedale > Road, Winnersh Triangle, Wokingham, Berkshire, RG41 5TP - Registered > No. 03809903 > From cclist at sydex.com Wed Aug 6 13:01:37 2008 From: cclist at sydex.com (Chuck Guzis) Date: Wed, 06 Aug 2008 11:01:37 -0700 Subject: p-Code environments (was Re: MIT want to make $12 Apple II clone) In-Reply-To: <20080806174639.GD27122@usap.gov> References: <4898D271.6040002@jetnet.ab.ca>, <18585.56980.456590.989156@gargle.gargle.HOWL>, <20080806174639.GD27122@usap.gov> Message-ID: <48998491.18950.AAC28D7@cclist.sydex.com> On 6 Aug 2008 at 17:46, Ethan Dicks wrote: > The difference is rather than a stream of function pointers, it's a > stream of math co-processor instructions that are either executed by > real hardware or by an emulator library. In either environment, though, > the object code is the same. There were also a bunch of compile-and-run-in-place systems, like GOTRAN. Does anyone recall what PUFFT used (it'd be in the programming languages book by Saul Rosen--I can't locate my copy right now)? Cheers, Chuck From glen.slick at gmail.com Wed Aug 6 13:05:27 2008 From: glen.slick at gmail.com (Glen Slick) Date: Wed, 6 Aug 2008 11:05:27 -0700 Subject: HP 5036A microprocessor lab - searching for copy of "Practical Microprocessors" In-Reply-To: <41E26065-1AB2-406D-AF06-656CBDBF3C14@centurytel.net> References: <41E26065-1AB2-406D-AF06-656CBDBF3C14@centurytel.net> Message-ID: <1e1fc3e90808061105r4c86174cm78886293d7bda337@mail.gmail.com> If nothing else at least the 5036A monitor ROM source is available in machine readable format. This isn't my website, but I was the one that created this source listing by unassembling the monitor ROM and then adding all of the comments from the monitor listing in the manual to get it as close to 100% original as I could. http://www.decodesystems.com/5036ALST.TXT http://www.decodesystems.com/5036ASM.TXT From cisin at xenosoft.com Wed Aug 6 13:19:28 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Wed, 6 Aug 2008 11:19:28 -0700 (PDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: <080620081431.14450.4899B5B900085F940000387222243651029B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> References: <20080805151433.BA5BA56893@mail.wordstock.com><4898A761.9030509@brouhaha.com><04a701c8f732$28b4eb70$03fea8c0@portajara> <4898AF12.70202@gmail.com><4898CE61.7050503@brouhaha.com><200808060203.WAA06788@Sparkle.Rodents-Montreal.ORG> <4affc5e0808060547w4a81dc0n3087074a9b7831c4@mail.gmail.com> <080620081431.14450.4899B5B900085F940000387222243651029B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> Message-ID: <20080806111547.W81818@shell.lmi.net> > here. There, they cost $2-$10, and we're not talking pirated copies. I've had publishers tell me that those ARE pirated copies. One indicator (not completely accurate): what ISBN number do they have on them? (publishers normally use different ISBNs for different bindings, etc., but part of the ISBN is a publisher #) From aek at bitsavers.org Wed Aug 6 13:25:08 2008 From: aek at bitsavers.org (Al Kossow) Date: Wed, 06 Aug 2008 11:25:08 -0700 Subject: p-code (was MIT want to make $12 Apple II clone) Message-ID: <4899EC84.20401@bitsavers.org> > I think some companies, such as Ryan-McFarland exploited this > extensively early on as did Digitek's FORTRAN From jfoust at threedee.com Wed Aug 6 13:35:53 2008 From: jfoust at threedee.com (John Foust) Date: Wed, 06 Aug 2008 13:35:53 -0500 Subject: BASIC-Plus decompiler In-Reply-To: <18585.56980.456590.989156@gargle.gargle.HOWL> References: <4898D271.6040002@jetnet.ab.ca> <200808052244.m75Miafp032342@floodgap.com> <4898C2BC.606.7B6FBFE@cclist.sydex.com> <18585.45160.30500.762066@gargle.gargle.HOWL> <6.2.3.4.2.20080806104205.05d2ee20@mail.threedee.com> <18585.52665.834481.493383@gargle.gargle.HOWL> <6.2.3.4.2.20080806113327.058f6580@mail.threedee.com> <18585.56980.456590.989156@gargle.gargle.HOWL> Message-ID: <6.2.3.4.2.20080806125406.092d0070@mail.threedee.com> At 12:25 PM 8/6/2008, Paul Koning wrote: >>>>>> "John" == John Foust writes: > > John> At 11:13 AM 8/6/2008, Paul Koning wrote: I thought it was just > John> tokenized because there were "de-compilers" that restored > John> "compiled" code to real source. > >> You may be thinking of RT-11 BASIC, where the "list" command > >> actually did exactly that. > > John> No, I'm think of circa '83 VAX-based BASIC-Plus (2?). > >BP2 is a true compiler, not a P-code system. As has happened many times before, the same topics get rehashed on this list even by the same people. So Paul, we crossed this topic about three years ago. :-) http://www.classiccmp.org/pipermail/cctech/2005-May/044445.html There are two decompilers mentioned in this RSTS history: http://elvira.stacken.kth.se/rsts/rsts_80th_birthday.html 1974 February-Clark Baker, George Robbins, Dan Grim and Ed Baker write the PPCODE Basic Plus Decompiler. 1978: October-Nick de Smith returns to Dulwich College, where he had been a student between 1967 and 1976, to write the DECOMP Basic Plus Decompiler. 1990: July-SPL announces special anniversary ?offers? on various software products including The Link, BAS24K, BP3, RPM, DECOMP, SORT1 and REPGEN. (The name George Robbins caught my eye, as I knew him from Commodore and the Amiga. Other googling makes it apparent it's the same guy who worked on the 1974 decompiler, and sadly, it seems he passed away in 2002.) Perhaps we're just arguing about semantics. If BP2 was a true compiler, to me that means it was emitting native CPU code in an executable format - no interpretation needed. So you're saying this decompiler was reading CPU opcodes and mapping them correctly back to BASIC code? That it wasn't just detokenizing something that ran through an interpreter? It would probably be easier for us to find on the net the BASIC source code for this decompiler I'm thinking of, than for me to find my copy in my own archives. Then we could study the source code. The Spring '80 DECUS tape from Chicago RSTS SIG matches my timeframe and locale, as well as the tape being submitted by someone close to George's origin in Delaware: http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/decus/11s042.html "[80,19] BASIC-PLUS-1 DECOMPILER: two programs, one data file BASIC-PLUS-1 reverse compiler" Bill Gunshannon was looking for it in 5/07 on comp.sys.dec, too. http://unix.derkeiler.com/Newsgroups/comp.sys.dec/2007-05/msg00008.html - John From Paul_Koning at Dell.com Wed Aug 6 14:01:39 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Wed, 6 Aug 2008 15:01:39 -0400 Subject: BASIC-Plus decompiler References: <4898D271.6040002@jetnet.ab.ca> <200808052244.m75Miafp032342@floodgap.com> <4898C2BC.606.7B6FBFE@cclist.sydex.com> <18585.45160.30500.762066@gargle.gargle.HOWL> <6.2.3.4.2.20080806104205.05d2ee20@mail.threedee.com> <18585.52665.834481.493383@gargle.gargle.HOWL> <6.2.3.4.2.20080806113327.058f6580@mail.threedee.com> <18585.56980.456590.989156@gargle.gargle.HOWL> <6.2.3.4.2.20080806125406.092d0070@mail.threedee.com> Message-ID: <18585.62739.925542.749745@gargle.gargle.HOWL> >>>>> "John" == John Foust writes: John> At 12:25 PM 8/6/2008, Paul Koning wrote: >> BP2 is a true compiler, not a P-code system. John> As has happened many times before, the same topics get rehashed John> on this list even by the same people. ... John> http://elvira.stacken.kth.se/rsts/rsts_80th_birthday.html John> 1974 February-Clark Baker, George Robbins, Dan Grim and Ed John> Baker write the PPCODE Basic Plus Decompiler. John> 1978: October-Nick de Smith returns to Dulwich College, where John> he had been a student between 1967 and 1976, to write the John> DECOMP Basic Plus Decompiler. John> 1990: July-SPL announces special anniversary ?offers? on John> various software products including The Link, BAS24K, BP3, RPM, John> DECOMP, SORT1 and REPGEN. John> (The name George Robbins caught my eye, as I knew him from John> Commodore and the Amiga. Other googling makes it apparent it's John> the same guy who worked on the 1974 decompiler, and sadly, it John> seems he passed away in 2002.) John> Perhaps we're just arguing about semantics. If BP2 was a true John> compiler, to me that means it was emitting native CPU code in John> an executable format - no interpretation needed. So you're John> saying this decompiler was reading CPU opcodes and mapping them John> correctly back to BASIC code? That it wasn't just detokenizing John> something that ran through an interpreter? John> ... http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/decus/11s042.html John> "[80,19] BASIC-PLUS-1 DECOMPILER: two programs, one data file John> BASIC-PLUS-1 reverse compiler" You may be missing the different product names. "BASIC-PLUS" and "BASIC-PLUS-2" are very different beasts. (I haven't seen BASIC-PLUS-1 before, that wasn't a normal designation but the meaning is obvious.) BP was a P-code ("push-pop code") incremental compiler. It runs only on RSTS. BP2 was a regular compiler; it would produce object files which you'd feed to TKB to get your RSX-format executables. It ran on RSTS, RSX, and VMS. >From the point of view of language, BP2 was pretty much a superset of BP though not exactly. You could certainly write the intersection of the two very easily. At DEC, that was the practice for RSTS tools because, at least for a while, they needed to be useable for customers who didn't have the BP2 optional (extra cost) product installed. Later that was dropped due to the introduction of "CSPCOM", a limited BP2 variant. The decompilers you're describing are for BP, not BP2. PPcode was just "high level" enough that you could get reasonably intellegible decompile output. I don't think the decompile would actually produce BASIC source; instead it was more like an annotated disassembly that you could read with some effort. At least that's what I recall from the one or two occasions where I tried one of those decompilers. There are several other DEC BASICs as well. There was one for DOS; I don't remember anymore what that one looked like. It may have been a straight interpreter (stores text, interprets text). Some vague memory says that it used an oddball 3 word (48 bit) float format, quite unlike any of the ones supported by PDP-11 hardware FPUs. Or that may have been the BP in RSTS V3. Or both... Then there was BASIC-11 for RT-11. That was a much more limited BASIC, nowhere near as powerful as BP or BP2. It was a tokenizing system: the interpreter would execute from the tokens but that wasn't a P-code, it really was only a different way of representing the source text. When you said "LIST" it would reconstitute the source code from the token stream, so the layout would be altered a bit. It used PDP-11 standard floating point format. By contrast, BP did support "LIST" but it would do that by saving the source text (in a temporary file) as well as the P-code representation; LIST would give you the saved source text. paul From ploopster at gmail.com Wed Aug 6 14:07:11 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Wed, 06 Aug 2008 15:07:11 -0400 Subject: question aaout ISP's In-Reply-To: References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <48987C9F.8080503@jbrain.com> Message-ID: <4899F65F.8000504@gmail.com> schwepes at moog.netaxs.com wrote: > I'm based in Philadelphia. My current provided is disabling > telnet capability at the beginning of September. I would like > to know if anyone knows of a service that will permit me that > capability? Cloud 9 does, but they're in New York. PANIX does too, but again in New York. Peace... Sridhar From ploopster at gmail.com Wed Aug 6 14:10:55 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Wed, 06 Aug 2008 15:10:55 -0400 Subject: IBM Model M keyboard spares In-Reply-To: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> Message-ID: <4899F73F.3010608@gmail.com> Liam Proven wrote: > /The/ classic PC keyboard, IMHO. The Model M came out *waay* after the PC. The 84-key is the one for the PC. I don't think the Model M is even compatible with the PC. Peace... Sridhar From jfoust at threedee.com Wed Aug 6 14:12:20 2008 From: jfoust at threedee.com (John Foust) Date: Wed, 06 Aug 2008 14:12:20 -0500 Subject: BASIC-Plus decompiler In-Reply-To: <18585.62739.925542.749745@gargle.gargle.HOWL> References: <4898D271.6040002@jetnet.ab.ca> <200808052244.m75Miafp032342@floodgap.com> <4898C2BC.606.7B6FBFE@cclist.sydex.com> <18585.45160.30500.762066@gargle.gargle.HOWL> <6.2.3.4.2.20080806104205.05d2ee20@mail.threedee.com> <18585.52665.834481.493383@gargle.gargle.HOWL> <6.2.3.4.2.20080806113327.058f6580@mail.threedee.com> <18585.56980.456590.989156@gargle.gargle.HOWL> <6.2.3.4.2.20080806125406.092d0070@mail.threedee.com> <18585.62739.925542.749745@gargle.gargle.HOWL> Message-ID: <6.2.3.4.2.20080806141003.091e8380@mail.threedee.com> At 02:01 PM 8/6/2008, Paul Koning wrote: >You may be missing the different product names. >"BASIC-PLUS" and "BASIC-PLUS-2" are very different beasts. (I haven't >seen BASIC-PLUS-1 before, that wasn't a normal designation but the >meaning is obvious.) No, I saw that difference, and that's why I pointed it out. What I'm remembering is a BASIC decompiler, written in BASIC, that was running on RSTS/e circa 1983. So that was BP, not BP2, right? - John From cclist at sydex.com Wed Aug 6 14:18:18 2008 From: cclist at sydex.com (Chuck Guzis) Date: Wed, 06 Aug 2008 12:18:18 -0700 Subject: question aaout ISP's In-Reply-To: <4899F65F.8000504@gmail.com> References: <507520.26074.qm@web56201.mail.re3.yahoo.com>, , <4899F65F.8000504@gmail.com> Message-ID: <4899968A.7804.AF25DE9@cclist.sydex.com> On 6 Aug 2008 at 15:07, Sridhar Ayengar wrote: > Cloud 9 does, but they're in New York. Wow--Woz runs a New York ISP? ;) Cheers, Chuck From RichA at vulcan.com Wed Aug 6 14:20:09 2008 From: RichA at vulcan.com (Rich Alderson) Date: Wed, 6 Aug 2008 12:20:09 -0700 Subject: question aaout ISP's In-Reply-To: <4899F65F.8000504@gmail.com> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <48987C9F.8080503@jbrain.com> <4899F65F.8000504@gmail.com> Message-ID: > From: Sridhar Ayengar > Sent: Wednesday, August 06, 2008 12:07 PM > schwepes at moog.netaxs.com wrote: >> I'm based in Philadelphia. My current provided is disabling >> telnet capability at the beginning of September. I would like >> to know if anyone knows of a service that will permit me that >> capability? > Cloud 9 does, but they're in New York. PANIX does too, but again > in New York. On the other hand, Panix has local POP numbers all over the continental US, so that may not be a problem. Check their web site for details at http://www.panix.com/ Rich (happy Panix shell-only customer since Netcom closed down) From cclist at sydex.com Wed Aug 6 14:20:20 2008 From: cclist at sydex.com (Chuck Guzis) Date: Wed, 06 Aug 2008 12:20:20 -0700 Subject: IBM Model M keyboard spares In-Reply-To: <4899F73F.3010608@gmail.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com>, <4899F73F.3010608@gmail.com> Message-ID: <48999704.3888.AF436E5@cclist.sydex.com> On 6 Aug 2008 at 15:10, Sridhar Ayengar wrote: > The Model M came out *waay* after the PC. The 84-key is the one for the > PC. I don't think the Model M is even compatible with the PC. PC AT 5170, yes--PC 5150, no--I tried it. Different protocol. Cheers, Chuck From Paul_Koning at Dell.com Wed Aug 6 14:21:34 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Wed, 6 Aug 2008 15:21:34 -0400 Subject: BASIC-Plus decompiler References: <4898D271.6040002@jetnet.ab.ca> <200808052244.m75Miafp032342@floodgap.com> <4898C2BC.606.7B6FBFE@cclist.sydex.com> <18585.45160.30500.762066@gargle.gargle.HOWL> <6.2.3.4.2.20080806104205.05d2ee20@mail.threedee.com> <18585.52665.834481.493383@gargle.gargle.HOWL> <6.2.3.4.2.20080806113327.058f6580@mail.threedee.com> <18585.56980.456590.989156@gargle.gargle.HOWL> <6.2.3.4.2.20080806125406.092d0070@mail.threedee.com> <18585.62739.925542.749745@gargle.gargle.HOWL> <6.2.3.4.2.20080806141003.091e8380@mail.threedee.com> Message-ID: <18585.63934.115993.758209@gargle.gargle.HOWL> >>>>> "John" == John Foust writes: John> At 02:01 PM 8/6/2008, Paul Koning wrote: >> You may be missing the different product names. "BASIC-PLUS" and >> "BASIC-PLUS-2" are very different beasts. (I haven't seen >> BASIC-PLUS-1 before, that wasn't a normal designation but the >> meaning is obvious.) John> No, I saw that difference, and that's why I pointed it out. John> What I'm remembering is a BASIC decompiler, written in BASIC, John> that was running on RSTS/e circa 1983. So that was BP, not John> BP2, right? Presumably. At least that's the only kind I have ever heard of. While in theory it would be possible to decompile BP2 -- just as it is possible to decompile machine code back into C or C++ -- that would be hard enough that coding it in BASIC seems implausible. By contrast, disassembling PPcode is easy. paul From ard at p850ug1.demon.co.uk Wed Aug 6 13:58:50 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Wed, 6 Aug 2008 19:58:50 +0100 (BST) Subject: If there's anyone in West Yorkshire with a working BBC Master In-Reply-To: from "listmailgoeshere@gmail.com" at Aug 5, 8 11:36:29 pm Message-ID: > > On Tue, Aug 5, 2008 at 8:40 PM, Tony Duell wrote: > >> > >> please could you get in touch? I've a disk I need to read, and I've > >> just discovered that my Master no longer feels like working :( > > > > How long since you last used it? > > Not totally sure, but around a year. Plemty of time for the battery to go flat :-) > > >> ObCCTalk: symptoms are just the message "Acorn MOS, Acorn ADFS" and > >> then a flashing cursor upon switch-on. The drive does click as if it's > > Do I take it from this that you don't get the BASIC message? > > Indeed you don't. However, by pressing Ctrl-F BREAK, you can get a * > prompt, and then typing BASIC and hitting Return will drop you into > BASIC. > > The only testing I did after that was a simple 10 PRINT "HELLO", 20 > GOTO 10, RUN. It worked. > > > Being a Master, it's quite likrly the internal battery is flat and the > > configuration RAM is corrupted. There's a key combination to reset this > > (I forget it, it's in the mnual, though). Try that, and then configure > > the options you want. If that cures it, replace the batteries... > > >From the reading up I was doing earlier this evening, it's switching > on whilst holding down R. That sounds right. Assumeing all this works, it's very liekly the battery has gone flat. AFAIK it's 3 AA-size primary cells (non-rechargeable) in series. Officieally you were supposed to replace the whole assembly with the Acorn spare, but I have no idea why (other than Acorn could then sell you a spare). I just repalce the cells and have had no problems. -tony From ploopster at gmail.com Wed Aug 6 14:27:13 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Wed, 06 Aug 2008 15:27:13 -0400 Subject: question aaout ISP's In-Reply-To: References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <48987C9F.8080503@jbrain.com> <4899F65F.8000504@gmail.com> Message-ID: <4899FB11.2020205@gmail.com> Rich Alderson wrote: >>> I'm based in Philadelphia. My current provided is disabling >>> telnet capability at the beginning of September. I would like >>> to know if anyone knows of a service that will permit me that >>> capability? > >> Cloud 9 does, but they're in New York. PANIX does too, but again >> in New York. > > On the other hand, Panix has local POP numbers all over the continental > US, so that may not be a problem. Check their web site for details at > http://www.panix.com/ So does Cloud 9, but dial-up sucks. Peace... Sridhar From ard at p850ug1.demon.co.uk Wed Aug 6 14:05:58 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Wed, 6 Aug 2008 20:05:58 +0100 (BST) Subject: Computer collectors are no longer the dweebiest people in the In-Reply-To: from "Sellam Ismail" at Aug 5, 8 04:11:31 pm Message-ID: > > > No, now we can point at the toaster collectors: I am not sure what the exact definition of 'dweebiest' is, but I can't see anything wrong with collecting toasters. Not that they particularly interest me, but I see no harm in being interested in them. Perhaps sombody can elightent me as to the differenc between collecting toasters and collecting computers, calculators, cameras, service manuals, etc, etc, etc. > > http://www.toastermuseum.com > > Navigate your way over to "SPECIALS" and then "What is it worth?" to read > up on toaster pricing. It will seem strangely familiar. Am I the only 'collector' who doesn't much care about the value of the items hi his colelction? I collect things becuase I'm interested in them, I find them beautiful (in a somewhat odd way, I can appreciate the good design in a PDP11 or HP98x0 CPU, for example). I don't collect in the hope that I'll be able to sell them later for more money. -tony From ard at p850ug1.demon.co.uk Wed Aug 6 14:20:58 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Wed, 6 Aug 2008 20:20:58 +0100 (BST) Subject: Double-Sided disk drives reading Single-Sided disks (HP 9122 vs In-Reply-To: from "JP Hindin" at Aug 6, 8 10:56:40 am Message-ID: > > > Hey guys; > > This may, or may not, be a silly question, but in all my years of > fiddling, I realised I had never tried this, so I'm unsure of what the > results will be. > > My HP Logic Analyser (1630G) can talk to a HP 9121 via HP-IB. I have found > a 9122, which is a double-sided version of the same device, as far as I Is it? I thought the command set was different, but I might be thinking of other HP drives that looked similar on the outside and were totally different inside. > can tell. I'm fairly confident the 1630G won't care - but the diskettes > that I have (inverse assembler pack, thanks Gavin - you rock) are > single-sided. > > Is there any reason that the 9122 DS drive won't read a SS diskette for > the 9121? The 9122 can certainly read SS disks. Whether the system can handle it is another matter. -tony From ploopster at gmail.com Wed Aug 6 14:27:40 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Wed, 06 Aug 2008 15:27:40 -0400 Subject: IBM Model M keyboard spares In-Reply-To: <48999704.3888.AF436E5@cclist.sydex.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com>, <4899F73F.3010608@gmail.com> <48999704.3888.AF436E5@cclist.sydex.com> Message-ID: <4899FB2C.2030408@gmail.com> Chuck Guzis wrote: > On 6 Aug 2008 at 15:10, Sridhar Ayengar wrote: > >> The Model M came out *waay* after the PC. The 84-key is the one for the >> PC. I don't think the Model M is even compatible with the PC. > > PC AT 5170, yes--PC 5150, no--I tried it. Different protocol. Even on the AT, the protocol works, but you need a cable adapter. Peace... Sridhar From pat at computer-refuge.org Wed Aug 6 14:46:24 2008 From: pat at computer-refuge.org (Patrick Finnegan) Date: Wed, 6 Aug 2008 15:46:24 -0400 Subject: IBM Model M keyboard spares In-Reply-To: <4899FB2C.2030408@gmail.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> <48999704.3888.AF436E5@cclist.sydex.com> <4899FB2C.2030408@gmail.com> Message-ID: <200808061546.25047.pat@computer-refuge.org> On Wednesday 06 August 2008, Sridhar Ayengar wrote: > Chuck Guzis wrote: > > On 6 Aug 2008 at 15:10, Sridhar Ayengar wrote: > >> The Model M came out *waay* after the PC. The 84-key is the one > >> for the PC. I don't think the Model M is even compatible with the > >> PC. > > > > PC AT 5170, yes--PC 5150, no--I tried it. Different protocol. > > Even on the AT, the protocol works, but you need a cable adapter. > > Peace... Sridhar Maybe. I have one or two detachable Model-M cables that have a DIN-5 connector instead of a MiniDIN-6. Just don't ask me to try and find them. :) Pat -- Purdue University Research Computing --- http://www.rcac.purdue.edu/ The Computer Refuge --- http://computer-refuge.org From cclist at sydex.com Wed Aug 6 14:55:12 2008 From: cclist at sydex.com (Chuck Guzis) Date: Wed, 06 Aug 2008 12:55:12 -0700 Subject: IBM Model M keyboard spares In-Reply-To: <4899FB2C.2030408@gmail.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com>, <48999704.3888.AF436E5@cclist.sydex.com>, <4899FB2C.2030408@gmail.com> Message-ID: <48999F30.10676.B142580@cclist.sydex.com> On 6 Aug 2008 at 15:27, Sridhar Ayengar wrote: > Even on the AT, the protocol works, but you need a cable adapter. I've got a whole mess of them, of both persuasions. They came with the old IBM "monitor saver" boxes (along with pieces of sticky-sided velcro). I wish I could find a home for a few of those. Too bad they'll respond only to keypress and not to mouse movement. A lot of third-party keyboards either had switches or could auto- detect and adapt to the difference between PC and PC AT protocols. But what with +5 being available on the cable, it would be as easy as fishing with dynamite to program a PIC or AVR as a lump in the cable to convert betwixt the two. Cheers Chuck From frustum at pacbell.net Wed Aug 6 14:56:23 2008 From: frustum at pacbell.net (Jim Battle) Date: Wed, 06 Aug 2008 14:56:23 -0500 Subject: Computer collectors are no longer the dweebiest people in the In-Reply-To: References: Message-ID: <489A01E7.8010904@pacbell.net> Tony Duell wrote: >> >> No, now we can point at the toaster collectors: > > I am not sure what the exact definition of 'dweebiest' is, but I can't > see anything wrong with collecting toasters. Not that they particularly > interest me, but I see no harm in being interested in them. "dweeb" has passed into common usage, but the original meaning was a acronym of "d*ck with ears". As many curses go, it doesn't make literal sense. The common usage of calling someone a d*ck usually means the person is a jerk, but in the dweeb context, it just is a general pejorative. Think of dweeb as meaning "nerd," "clueless," or "unfashionable." > Perhaps sombody can elightent me as to the differenc between collecting > toasters and collecting computers, calculators, cameras, service > manuals, etc, etc, etc. Tony, you missed it; he gently mocking toaster collectors, but he was also putting us vintage computer collectors in the same category. The point was self effacement more than putting anyone else down. >> http://www.toastermuseum.com >> >> Navigate your way over to "SPECIALS" and then "What is it worth?" to read >> up on toaster pricing. It will seem strangely familiar. > > Am I the only 'collector' who doesn't much care about the value of the > items hi his colelction? I collect things becuase I'm interested in them, > I find them beautiful (in a somewhat odd way, I can appreciate the good > design in a PDP11 or HP98x0 CPU, for example). I don't collect in the > hope that I'll be able to sell them later for more money. Tony, I think you are alone in that. The rest of us are getting stinking rich stockpiling boring old electronics doo-dads. I just wish my hands didn't get so dusty touching the stuff, as it makes my cash dirty. From RichA at vulcan.com Wed Aug 6 14:58:00 2008 From: RichA at vulcan.com (Rich Alderson) Date: Wed, 6 Aug 2008 12:58:00 -0700 Subject: BASIC-Plus decompiler In-Reply-To: <18585.62739.925542.749745@gargle.gargle.HOWL> References: <4898D271.6040002@jetnet.ab.ca><200808052244.m75Miafp032342@floodgap.com><4898C2BC.606.7B6FBFE@cclist.sydex.com><18585.45160.30500.762066@gargle.gargle.HOWL><6.2.3.4.2.20080806104205.05d2ee20@mail.threedee.com><18585.52665.834481.493383@gargle.gargle.HOWL><6.2.3.4.2.20080806113327.058f6580@mail.threedee.com><18585.56980.456590.989156@gargle.gargle.HOWL><6.2.3.4.2.20080806125406.092d0070@mail.threedee.com> <18585.62739.925542.749745@gargle.gargle.HOWL> Message-ID: From: Paul Koning Sent: Wednesday, August 06, 2008 12:02 PM [ snip ] > "BASIC-PLUS" and "BASIC-PLUS-2" are very different beasts. (I haven't > seen BASIC-PLUS-1 before, that wasn't a normal designation but the > meaning is obvious.) > BP was a P-code ("push-pop code") incremental compiler. It runs only > on RSTS. > BP2 was a regular compiler; it would produce object files which you'd > feed to TKB to get your RSX-format executables. It ran on RSTS, RSX, > and VMS. It also ran on TOPS-20 (though I swear that I thought the name there was BASIC-PLUS-4, nothing I've seen since 1984 backs me up on that). There, it was a replacement for the second Tops-10 BASIC; the first was not portable to the newer OS. (NB: The first Tops-10 BASIC was the one learned by Messrs. Allen and Gates, of course.) Thanks, Rich From jplist2007 at kiwigeek.com Wed Aug 6 14:43:54 2008 From: jplist2007 at kiwigeek.com (JP Hindin) Date: Wed, 6 Aug 2008 14:43:54 -0500 (CDT) Subject: Double-Sided disk drives reading Single-Sided disks (HP 9122 vs In-Reply-To: Message-ID: On Wed, 6 Aug 2008, Tony Duell wrote: > > Hey guys; > > > > This may, or may not, be a silly question, but in all my years of > > fiddling, I realised I had never tried this, so I'm unsure of what the > > results will be. > > > > My HP Logic Analyser (1630G) can talk to a HP 9121 via HP-IB. I have found > > a 9122, which is a double-sided version of the same device, as far as I > > Is it? I thought the command set was different, but I might be thinking > of other HP drives that looked similar on the outside and were totally > different inside. Vassilis Prevelakis has informed me that the 9121 speaks Amigo, while the 9122 is SS80. Obviously this may throw a wrench in the works! I'm going to have to go over the 1630 manual tonight and work out if it can speak both, or not, but I'm not optimistic. Don't suppose anyone out there has a 9121 I can buy? :) - JP From ploopster at gmail.com Wed Aug 6 15:03:43 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Wed, 06 Aug 2008 16:03:43 -0400 Subject: IBM Model M keyboard spares In-Reply-To: <200808061546.25047.pat@computer-refuge.org> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> <48999704.3888.AF436E5@cclist.sydex.com> <4899FB2C.2030408@gmail.com> <200808061546.25047.pat@computer-refuge.org> Message-ID: <489A039F.7060301@gmail.com> Patrick Finnegan wrote: > On Wednesday 06 August 2008, Sridhar Ayengar wrote: >> Chuck Guzis wrote: >>> On 6 Aug 2008 at 15:10, Sridhar Ayengar wrote: >>>> The Model M came out *waay* after the PC. The 84-key is the one >>>> for the PC. I don't think the Model M is even compatible with the >>>> PC. >>> PC AT 5170, yes--PC 5150, no--I tried it. Different protocol. >> Even on the AT, the protocol works, but you need a cable adapter. >> >> Peace... Sridhar > > Maybe. > > I have one or two detachable Model-M cables that have a DIN-5 connector > instead of a MiniDIN-6. Just don't ask me to try and find them. :) I have a few IBM 101-key keyboards that have detachable cords, and the DIN-5 connector, but they're not Model Ms. They have completely different part numbers and stiffer key feel. They also have older square IBM logos. Peace... Sridhar From pat at computer-refuge.org Wed Aug 6 15:34:51 2008 From: pat at computer-refuge.org (Patrick Finnegan) Date: Wed, 6 Aug 2008 16:34:51 -0400 Subject: IBM Model M keyboard spares In-Reply-To: <489A039F.7060301@gmail.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> <200808061546.25047.pat@computer-refuge.org> <489A039F.7060301@gmail.com> Message-ID: <200808061634.51141.pat@computer-refuge.org> On Wednesday 06 August 2008, Sridhar Ayengar wrote: > Patrick Finnegan wrote: > > On Wednesday 06 August 2008, Sridhar Ayengar wrote: > >> Chuck Guzis wrote: > >>> On 6 Aug 2008 at 15:10, Sridhar Ayengar wrote: > >>>> The Model M came out *waay* after the PC. The 84-key is the one > >>>> for the PC. I don't think the Model M is even compatible with > >>>> the PC. > >>> > >>> PC AT 5170, yes--PC 5150, no--I tried it. Different protocol. > >> > >> Even on the AT, the protocol works, but you need a cable adapter. > >> > >> Peace... Sridhar > > > > Maybe. > > > > I have one or two detachable Model-M cables that have a DIN-5 > > connector instead of a MiniDIN-6. Just don't ask me to try and > > find them. :) > > I have a few IBM 101-key keyboards that have detachable cords, and > the DIN-5 connector, but they're not Model Ms. > > They have completely different part numbers and stiffer key feel. > They also have older square IBM logos. > > Peace... Sridhar But, the cables fit and work with Model M's. Thus, you don't need a cable adapter. (The keyboards and cables store better when the cable is detached from the keyboard anyhow.) Pat -- Purdue University Research Computing --- http://www.rcac.purdue.edu/ The Computer Refuge --- http://computer-refuge.org From legalize at xmission.com Wed Aug 6 15:46:15 2008 From: legalize at xmission.com (Richard) Date: Wed, 06 Aug 2008 14:46:15 -0600 Subject: RetroGraphics VT-100 or not? Message-ID: Can someone confirm or deny that the following two photos: depict a retrographics upgraded VT-100? This seller previously sold a number of retrographics VT-100s on ebay that were badged as such, but this one lacks the retrographics badge on the exterior of the case. I can't tell from looking at these pictures of the insides if its got the retrographics upgrade or not. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From ploopster at gmail.com Wed Aug 6 15:49:20 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Wed, 06 Aug 2008 16:49:20 -0400 Subject: IBM Model M keyboard spares In-Reply-To: <200808061634.51141.pat@computer-refuge.org> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> <200808061546.25047.pat@computer-refuge.org> <489A039F.7060301@gmail.com> <200808061634.51141.pat@computer-refuge.org> Message-ID: <489A0E50.3020606@gmail.com> Patrick Finnegan wrote: >>>>>> The Model M came out *waay* after the PC. The 84-key is the one >>>>>> for the PC. I don't think the Model M is even compatible with >>>>>> the PC. >>>>> PC AT 5170, yes--PC 5150, no--I tried it. Different protocol. >>>> Even on the AT, the protocol works, but you need a cable adapter. >>> Maybe. >>> >>> I have one or two detachable Model-M cables that have a DIN-5 >>> connector instead of a MiniDIN-6. Just don't ask me to try and >>> find them. :) >> I have a few IBM 101-key keyboards that have detachable cords, and >> the DIN-5 connector, but they're not Model Ms. >> >> They have completely different part numbers and stiffer key feel. >> They also have older square IBM logos. > > But, the cables fit and work with Model M's. > > Thus, you don't need a cable adapter. (The keyboards and cables store > better when the cable is detached from the keyboard anyhow.) Point taken. Peace... Sridhar From RichA at vulcan.com Wed Aug 6 15:53:56 2008 From: RichA at vulcan.com (Rich Alderson) Date: Wed, 6 Aug 2008 13:53:56 -0700 Subject: RF08/RS08 emulation Message-ID: General question for PDP-8 fans: I've seen references to someone having created an RF08/RS08 replacement. Does anyone on the list know details of such a project? Thanks, Rich Rich Alderson RichA at vulcan.com Server Engineer, PDPplanet Project (206) 342-2239 Vulcan, Inc., 505 5th Avenue S, Seattle, WA 98104 (206) 465-2916 cell From coredump at gifford.co.uk Wed Aug 6 16:02:57 2008 From: coredump at gifford.co.uk (John Honniball) Date: Wed, 06 Aug 2008 22:02:57 +0100 Subject: If there's anyone in West Yorkshire with a working BBC Master In-Reply-To: References: Message-ID: <489A1181.3050903@gifford.co.uk> Tony Duell wrote: > That sounds right. Assumeing all this works, it's very liekly the battery > has gone flat. AFAIK it's 3 AA-size primary cells (non-rechargeable) in > series. Officieally you were supposed to replace the whole assembly with > the Acorn spare, but I have no idea why (other than Acorn could then sell > you a spare). I just repalce the cells and have had no problems. I have done exactly that, just replace the three AA cells. I took some photos, too. The battery pack: http://www.flickr.com/photos/anachrocomputer/2671356074 and the location of it in the machine: http://www.flickr.com/photos/anachrocomputer/2670534379 Really early Masters had a lithium battery right up next to the keyboard and speaker, but these tended to catch fire! Most machines were changed to use the three AA cell pack. -- John Honniball coredump at gifford.co.uk From eric at brouhaha.com Wed Aug 6 16:12:07 2008 From: eric at brouhaha.com (Eric Smith) Date: Wed, 06 Aug 2008 14:12:07 -0700 Subject: MIT want to make $12 Apple II clone In-Reply-To: <200808060203.WAA06788@Sparkle.Rodents-Montreal.ORG> References: <20080805151433.BA5BA56893@mail.wordstock.com> <4898A761.9030509@brouhaha.com> <04a701c8f732$28b4eb70$03fea8c0@portajara> <4898AF12.70202@gmail.com> <4898CE61.7050503@brouhaha.com> <200808060203.WAA06788@Sparkle.Rodents-Montreal.ORG> Message-ID: <489A13A7.3040003@brouhaha.com> I wrote: > That was one of the major criticisms of the OLPC, but hte critics > didn't understand that the OLPC with suitable software and e-texts > was a LESS EXPENSIVE replacement for textbooks. der Mouse wrote: > I'm not convinced that is actually true. I'm perfectly ready to > believe it's true if you consider only up-front monetary costs, but > there are a lot of other costs involved, such as the failure modes (one > failure in a relatively fragile bit of electronics and _all_ your texts > go poof, to name just one problem), the lack of separability (you can > read at most one of those texts at a time, no matter how many people > are available), and support infrastructure needed (a book can be taken > almost anywhere, without anything additional, and still work; a > computer needs, at a minimum, a source of electrical power). The failure rate was included in the cost analysis. Yes, that does push the per unit price above the initial $188, but it is *still* lower than the cost of paper textbooks. That's also one of the main reasons why Mary Lou Jepsen invented the display that has a color mode AND a sunlight-readable high-contrast B&W mode. Textbooks (electronic or otherwise) are no good if you can't actually read them, and a normal laptop display isn't really adequate. Eric From eric at brouhaha.com Wed Aug 6 16:16:41 2008 From: eric at brouhaha.com (Eric Smith) Date: Wed, 06 Aug 2008 14:16:41 -0700 Subject: MIT want to make $12 Apple II clone In-Reply-To: <20080806024437.GC5832@brevard.conman.org> References: <200808052244.m75Miafp032342@floodgap.com> <4898DE17.6040608@jetnet.ab.ca> <4898E26B.3000803@brouhaha.com> <20080806024437.GC5832@brevard.conman.org> Message-ID: <489A14B9.10708@brouhaha.com> Sean Conner wrote about Ada: > It's about the strongest of the > bondange-and-discipline languages out there, Not really. C++ has far surpassed Ada in this regard. I routinely compile C++ code from the net and discover that the latest version of GCC has introduced new checks that cause the compilation to fail. It used to be that C++ advocates called Ada a bloated, design-by-committee language (neither of which is actually true), but now the shoe is on the other foot. Yet C++ is still very popular. > and the overhead of doing a > "hello world" program is enough to turn off a great number of programmers For just a "hello world" program, the sheer amount of source text to do it is slightly more than C++, but for real-world programs there's not much difference (IMHO, speaking as someone who has worked on both large C++ code bases and large Ada code bases). Eric From cclist at sydex.com Wed Aug 6 16:24:45 2008 From: cclist at sydex.com (Chuck Guzis) Date: Wed, 06 Aug 2008 14:24:45 -0700 Subject: IBM Model M keyboard spares In-Reply-To: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> Message-ID: <4899B42D.10669.B662250@cclist.sydex.com> On 6 Aug 2008 at 18:32, Liam Proven wrote: > /The/ classic PC keyboard, IMHO. > > Alas, one of my treasured 'boards fell off a table and its space bar > is shattered. Anyone know where I could buy a spare spacebar? I wonder if PCkeyboards.com has one that will work. It could be sent via post to the UK. Cheers, Chuck From cisin at xenosoft.com Wed Aug 6 16:27:03 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Wed, 6 Aug 2008 14:27:03 -0700 (PDT) Subject: MIT want to make $12 Apple II clone In-Reply-To: References: <683650.73822.qm@web56204.mail.re3.yahoo.com> <20080805202601.O54585@shell.lmi.net> Message-ID: <20080806142239.F89093@shell.lmi.net> On Wed, 6 Aug 2008 schwepes at moog.netaxs.com wrote: > News is what gets people to read, listen or watch. Obviously, > these college kids got someone to do same. Creating a simplified > machine that can sell for the cost of a calculator would be > useful. Consider the recent third world computer. It would, indeed. Care to place bets on whether any of that will happen? > Then, to make the issue less acedemic, they would have to create > a method of using this machine to talk with mahines using more > modern protocols. > This would have application in many parts of the world. > College kids also have the time, the focus and the resources to design > such things. > this is how they prove themselves worthy to be hired when they get > out. And as such an academic and demonstration exercise, there is no need to be concerned with "prior art", including Jeri's C64. No need to be concerned with IP issues, manufacturing, and marketing realities. Their choice of project is based on their personal interests, not on what would be a more useful/practical product. And, it is still being miscategorized as significant news. From dgriffi at cs.csubak.edu Wed Aug 6 16:27:11 2008 From: dgriffi at cs.csubak.edu (David Griffith) Date: Wed, 6 Aug 2008 14:27:11 -0700 (PDT) Subject: IBM Model M keyboard spares In-Reply-To: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> Message-ID: On Wed, 6 Aug 2008, Liam Proven wrote: > /The/ classic PC keyboard, IMHO. > > Alas, one of my treasured 'boards fell off a table and its space bar > is shattered. Anyone know where I could buy a spare spacebar? Right here: http://www.clickykeyboards.com/index.cfm/fa/categories.main/parentcat/10191 -- David Griffith dgriffi at cs.csubak.edu A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? From geneb at deltasoft.com Wed Aug 6 16:29:51 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Wed, 6 Aug 2008 14:29:51 -0700 (PDT) Subject: IBM Model M keyboard spares In-Reply-To: <4899B42D.10669.B662250@cclist.sydex.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> <4899B42D.10669.B662250@cclist.sydex.com> Message-ID: >> /The/ classic PC keyboard, IMHO. >> >> Alas, one of my treasured 'boards fell off a table and its space bar >> is shattered. Anyone know where I could buy a spare spacebar? > > I wonder if PCkeyboards.com has one that will work. It could be sent > via post to the UK. > http://www.clickykeyboards.com/index.cfm/fa/categories.main/parentcat/10191 g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From dgahling at hotmail.com Wed Aug 6 16:30:44 2008 From: dgahling at hotmail.com (Dan Gahlinger) Date: Wed, 6 Aug 2008 17:30:44 -0400 Subject: Make a $12 C64! (Beating a dead horse!) In-Reply-To: <401533.89330.qm@web56211.mail.re3.yahoo.com> References: <489835B9.1664.5902BF5@cclist.sydex.com> <401533.89330.qm@web56211.mail.re3.yahoo.com> Message-ID: Do we not speak of "Vice" on here or something? VICE is a 64 emulator, that, as far as I've seen beats everything else I've seen (which isn't much). I haven't seen any difference running software on vice vs the real thing... point is, couldnt vice be used on some sort of embedded system, or would the cost be too high? Dan. > Date: Tue, 5 Aug 2008 12:10:02 -0700 > From: christian_liendo at yahoo.com > To: cctalk at classiccmp.org > Subject: Make a $12 C64! (Beating a dead horse!) > > I looked up some things. > > There were two C64 based products from two different companies that used the same ASIC. So I don't think the companies own the intellectual property rights on the chip.. They have the rights to their products. > > Rumor is that Mammoth ordered many ASICs that were never used. To bad those couldn't be released to the public for people to make their own stuff. > > Also there are browsers and telnet apps for the C64 > > Web browsers for the C64 > > Hyperlink > http://www.armory.com/~spectre/cwi/hl/ > > Singular Browser > http://noname.c64.org/csdb/release/?id=30400 > > Ethernet hardware/software for the C64 > http://home.ica.net/~leifb/commodore/ethernet.html > > I just think that this would be a quicker solution. > > Or everyone can donate their C64s, but I doubt the power supplies will survive. > > > > _________________________________________________________________ Try Chicktionary, a game that tests how many words you can form from the letters given. Find this and more puzzles at Live Search Games! http://g.msn.ca/ca55/207 From rtellason at verizon.net Wed Aug 6 16:31:54 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Wed, 06 Aug 2008 17:31:54 -0400 Subject: Computer collectors are no longer the dweebiest people in the In-Reply-To: <489A01E7.8010904@pacbell.net> References: <489A01E7.8010904@pacbell.net> Message-ID: <200808061731.54437.rtellason@verizon.net> On Wednesday 06 August 2008 15:56, Jim Battle wrote: (Snip) > > Am I the only 'collector' who doesn't much care about the value of the > > items hi his colelction? I collect things becuase I'm interested in them, > > I find them beautiful (in a somewhat odd way, I can appreciate the good > > design in a PDP11 or HP98x0 CPU, for example). I don't collect in the > > hope that I'll be able to sell them later for more money. > > Tony, I think you are alone in that. The rest of us are getting > stinking rich stockpiling boring old electronics doo-dads. I just wish > my hands didn't get so dusty touching the stuff, as it makes my cash dirty. Wow, I definitely must be missing something here... :-) -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. ?--Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From ploopster at gmail.com Wed Aug 6 16:40:04 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Wed, 06 Aug 2008 17:40:04 -0400 Subject: IBM Model M keyboard spares In-Reply-To: <4899B42D.10669.B662250@cclist.sydex.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> <4899B42D.10669.B662250@cclist.sydex.com> Message-ID: <489A1A34.5060401@gmail.com> Chuck Guzis wrote: > On 6 Aug 2008 at 18:32, Liam Proven wrote: > >> /The/ classic PC keyboard, IMHO. >> >> Alas, one of my treasured 'boards fell off a table and its space bar >> is shattered. Anyone know where I could buy a spare spacebar? > > I wonder if PCkeyboards.com has one that will work. It could be sent > via post to the UK. They do factory refurbishment, and will be happy to sell you a new one. Peace... Sridhar From ploopster at gmail.com Wed Aug 6 16:42:26 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Wed, 06 Aug 2008 17:42:26 -0400 Subject: Computer collectors are no longer the dweebiest people in the In-Reply-To: <200808061731.54437.rtellason@verizon.net> References: <489A01E7.8010904@pacbell.net> <200808061731.54437.rtellason@verizon.net> Message-ID: <489A1AC2.60902@gmail.com> Roy J. Tellason wrote: > On Wednesday 06 August 2008 15:56, Jim Battle wrote: > (Snip) >>> Am I the only 'collector' who doesn't much care about the value of the >>> items hi his colelction? I collect things becuase I'm interested in them, >>> I find them beautiful (in a somewhat odd way, I can appreciate the good >>> design in a PDP11 or HP98x0 CPU, for example). I don't collect in the >>> hope that I'll be able to sell them later for more money. >> Tony, I think you are alone in that. The rest of us are getting >> stinking rich stockpiling boring old electronics doo-dads. I just wish >> my hands didn't get so dusty touching the stuff, as it makes my cash dirty. > > Wow, I definitely must be missing something here... :-) Yeah, it's called irony. 8-) Peace... Sridhar From jules.richardson99 at gmail.com Wed Aug 6 17:02:33 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Wed, 06 Aug 2008 17:02:33 -0500 Subject: If there's anyone in West Yorkshire with a working BBC Master In-Reply-To: <489A1181.3050903@gifford.co.uk> References: <489A1181.3050903@gifford.co.uk> Message-ID: <489A1F79.1000106@gmail.com> John Honniball wrote: > I have done exactly that, just replace the three AA cells. I took > some photos, too. The battery pack: > > http://www.flickr.com/photos/anachrocomputer/2671356074 I've seen a few like that. Far more common (IME) are the type with three AA's in shrink-wrap. Both types have a diode fitted to stop charging of the non-rechargeable cells, which is why I suspect Acorn really didn't want people rustling up their own units. cheers Jules From legalize at xmission.com Wed Aug 6 17:05:13 2008 From: legalize at xmission.com (Richard) Date: Wed, 06 Aug 2008 16:05:13 -0600 Subject: BASIC-Plus decompiler In-Reply-To: Your message of Wed, 06 Aug 2008 13:35:53 -0500. <6.2.3.4.2.20080806125406.092d0070@mail.threedee.com> Message-ID: In article <6.2.3.4.2.20080806125406.092d0070 at mail.threedee.com>, John Foust writes: > 1974 February-Clark Baker, George Robbins, Dan Grim and=20 > Ed Baker write the PPCODE Basic Plus Decompiler. These are all folks from Project DELTA, a group that taught me to program in BASIC-PLUS :-). See -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From teoz at neo.rr.com Wed Aug 6 17:25:41 2008 From: teoz at neo.rr.com (Teo Zenios) Date: Wed, 6 Aug 2008 18:25:41 -0400 Subject: Computer collectors are no longer the dweebiest people in the References: Message-ID: <00ae01c8f813$5c96e880$6601a8c0@game> ----- Original Message ----- From: "Tony Duell" To: Sent: Wednesday, August 06, 2008 3:05 PM Subject: Re: Computer collectors are no longer the dweebiest people in the > Am I the only 'collector' who doesn't much care about the value of the > items hi his colelction? I collect things becuase I'm interested in them, > I find them beautiful (in a somewhat odd way, I can appreciate the good > design in a PDP11 or HP98x0 CPU, for example). I don't collect in the > hope that I'll be able to sell them later for more money. > > -tony I hope that my collection is worth enough when I die that it offsets the cost of disposal of the CRTs I am keeping. Would hate to die and leave somebody with a bill for cleanup. It is more fun to collect things that are not worth that much. If you had a $250K guitar would you leave it in your room and play it all the time or would it end up in some expensive display case hidden from view incase somebody wanted to steal it? How many people with original Apple I's would run them very often if at all? TZ From chd_1 at nktelco.net Wed Aug 6 17:52:59 2008 From: chd_1 at nktelco.net (Charles H Dickman) Date: Wed, 06 Aug 2008 18:52:59 -0400 Subject: Stream of Consciousness Was: Re: IBM Model M keyboard spares In-Reply-To: <4899F73F.3010608@gmail.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> <4899F73F.3010608@gmail.com> Message-ID: <489A2B4B.3000103@nktelco.net> Sridhar Ayengar wrote: > Liam Proven wrote: >> /The/ classic PC keyboard, IMHO. > > The Model M came out *waay* after the PC. The 84-key is the one for > the PC. I don't think the Model M is even compatible with the PC. > > Peace... Sridhar The stream of consciousness nature of this list is very enlightening. I learn things from subject drift that I never expected. Usually the drift is what I learn from, since the original question is not useful to me. At the same time, it can be frustrating for the OP because his question often gets lost in the drift. From dm561 at torfree.net Wed Aug 6 18:05:58 2008 From: dm561 at torfree.net (M H Stein) Date: Wed, 6 Aug 2008 19:05:58 -0400 Subject: IBM Model M keyboard spares Message-ID: <01C8F7F8.18021980@host-208-72-122-1.dyn.295.ca> -----------Original Message(s): Date: Wed, 06 Aug 2008 15:10:55 -0400 From: Sridhar Ayengar Subject: Re: IBM Model M keyboard spares To: General Discussion: On-Topic and Off-Topic Posts Message-ID: <4899F73F.3010608 at gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Liam Proven wrote: > /The/ classic PC keyboard, IMHO. The Model M came out *waay* after the PC. The 84-key is the one for the PC. I don't think the Model M is even compatible with the PC. Peace... Sridhar ------------Reply: People reverently talk about the Model M as though there was only one; in fact there were probably almost 50 different versions, including at least one for the late model XT (no indicator lights) and I *think* that at least one version was dual-mode as well. See: http://en.wikipedia.org/wiki/Model_M_Keyboard To the OP: I have a few different ones in the scrap pile somewhere, if you can send me a picture of yours; does it have the removable keycaps? I understand that replacing the spacebar on one of the older Model Ms is a bit of a challenge BTW. m From mcguire at neurotica.com Wed Aug 6 18:20:14 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Wed, 6 Aug 2008 19:20:14 -0400 (EDT) Subject: HP 5036A microprocessor lab - searching for copy of "Practical Microprocessors" Message-ID: <4395.96.243.162.27.1218064814.squirrel@mail.neurotica.com> On Wed, August 6, 2008 1:50 pm, Stuart Johnson wrote: > This looks like an opportunity for someone with the manual, proper > equipment, and time - anyone? > > Simon, do you have the required setup to do this without damaging the > book? I have the manual (with a 5036A) and am willing to loan it out, but not if the spine must be cut. -Dave -- Dave McGuire Port Charlotte, FL From kth at srv.net Wed Aug 6 19:12:30 2008 From: kth at srv.net (Kevin Handy) Date: Wed, 06 Aug 2008 18:12:30 -0600 Subject: MIT want to make $12 Apple II clone In-Reply-To: <6.2.3.4.2.20080806113327.058f6580@mail.threedee.com> References: <4898D271.6040002@jetnet.ab.ca> <200808052244.m75Miafp032342@floodgap.com> <4898C2BC.606.7B6FBFE@cclist.sydex.com> <18585.45160.30500.762066@gargle.gargle.HOWL> <6.2.3.4.2.20080806104205.05d2ee20@mail.threedee.com> <18585.52665.834481.493383@gargle.gargle.HOWL> <6.2.3.4.2.20080806113327.058f6580@mail.threedee.com> Message-ID: <489A3DEE.2040901@srv.net> John Foust wrote: > At 11:13 AM 8/6/2008, Paul Koning wrote: > >> John> I thought it was just tokenized because there were >> John> "de-compilers" that restored "compiled" code to real source. >> >> You may be thinking of RT-11 BASIC, where the "list" command actually >> did exactly that. >> > > No, I'm think of circa '83 VAX-based BASIC-Plus (2?). > The decompilers I know of worked on PDP-11 Basic+ code (RSTS/E, and possibly other OS's). It compiled the source code into push-pop opcodes. VAX-Basic, and basic+2 compiled to machine language, and were not easily decompiled (optimizations made it even harder). I have the source for two basic+ decompilers for RSTS/E. They are both based on the bpcref code (a cross reference program that shipped with RSTS/E as source for a while). From mbbrutman-cctalk at brutman.com Wed Aug 6 22:51:10 2008 From: mbbrutman-cctalk at brutman.com (Michael B. Brutman) Date: Wed, 06 Aug 2008 21:51:10 -0600 Subject: IBM Model M keyboard spares In-Reply-To: <48999704.3888.AF436E5@cclist.sydex.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com>, <4899F73F.3010608@gmail.com> <48999704.3888.AF436E5@cclist.sydex.com> Message-ID: <489A712E.9000206@brutman.com> Chuck Guzis wrote: > On 6 Aug 2008 at 15:10, Sridhar Ayengar wrote: > >> The Model M came out *waay* after the PC. The 84-key is the one for the >> PC. I don't think the Model M is even compatible with the PC. > > PC AT 5170, yes--PC 5150, no--I tried it. Different protocol. > > Cheers, > Chuck > > > Not necessarily true. I have several versions of the Model M here that will work on a 5170 or 5150/5160. From my experiments it looks as though many of the Model Ms built until the early 90s could auto-switch between the two protocols. Don't tell the 5160 I have at work that it has a Model M on it. (And it's not the funny Model M without the indicator lights. That one without the indicator lights (1390120) was specifically made for the XT.) Mike From christian_liendo at yahoo.com Wed Aug 6 21:52:21 2008 From: christian_liendo at yahoo.com (Christian Liendo) Date: Wed, 6 Aug 2008 19:52:21 -0700 (PDT) Subject: MIT based on rip off NES and not Apple II In-Reply-To: <489A3DEE.2040901@srv.net> Message-ID: <113131.20508.qm@web56211.mail.re3.yahoo.com> It seems that the information was wrong it they are basing it on a machine called the Victor 70, which seems to be a clone of the Nintendo Famicom. All the groups information is given in the link below, it talks about who, what, where, when and why. But they are seriously lacking in the computer history section under resources. So basically they are going back to 8bit technology that uses TV to being computers to the masses. While it's not Apple or C64, it's still cool to see that older tech is being used by the young. Here is the groups website: http://design4dev.wetpaint.com/page/TV+Computer?t=anon A Computer World Article http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9111759 Pictures of the Victor. http://picasaweb.google.co.in/dereklomas/TVComputer From rtellason at verizon.net Wed Aug 6 23:01:26 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Thu, 07 Aug 2008 00:01:26 -0400 Subject: Stream of Consciousness Was: Re: IBM Model M keyboard spares In-Reply-To: <489A2B4B.3000103@nktelco.net> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> <4899F73F.3010608@gmail.com> <489A2B4B.3000103@nktelco.net> Message-ID: <200808070001.26437.rtellason@verizon.net> On Wednesday 06 August 2008 18:52, Charles H Dickman wrote: > Sridhar Ayengar wrote: > > Liam Proven wrote: > >> /The/ classic PC keyboard, IMHO. > > > > The Model M came out *waay* after the PC. The 84-key is the one for > > the PC. I don't think the Model M is even compatible with the PC. > > > > Peace... Sridhar > > The stream of consciousness nature of this list is very enlightening. I > learn things from subject drift that I never expected. Usually the drift > is what I learn from, since the original question is not useful to me. I like it here... :-) > At the same time, it can be frustrating for the OP because his question > often gets lost in the drift. Ah, but the OP did get his question answered, from what I recall. -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. ?--Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From cclist at sydex.com Wed Aug 6 23:20:28 2008 From: cclist at sydex.com (Chuck Guzis) Date: Wed, 06 Aug 2008 21:20:28 -0700 Subject: IBM Model M keyboard spares In-Reply-To: <489A712E.9000206@brutman.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com>, <48999704.3888.AF436E5@cclist.sydex.com>, <489A712E.9000206@brutman.com> Message-ID: <489A159C.13989.CE2B534@cclist.sydex.com> On 6 Aug 2008 at 21:51, Michael B. Brutman wrote: > I have several versions of the Model M here that will work on a 5170 or > 5150/5160. From my experiments it looks as though many of the Model Ms > built until the early 90s could auto-switch between the two protocols. > > Don't tell the 5160 I have at work that it has a Model M on it. (And > it's not the funny Model M without the indicator lights. That one > without the indicator lights (1390120) was specifically made for the XT.) Interesting--I've several variations of the M here. I'll have to try them individually on a 5160 to see which do and which don't work. Since the first attempt with one didn't, I'd assumed that it would hold for all models of the model M (submodels?). Apparently not. Thanks, Chuck From silent700 at gmail.com Wed Aug 6 23:31:47 2008 From: silent700 at gmail.com (Jason T) Date: Wed, 6 Aug 2008 23:31:47 -0500 Subject: MIT based on rip off NES and not Apple II In-Reply-To: <113131.20508.qm@web56211.mail.re3.yahoo.com> References: <489A3DEE.2040901@srv.net> <113131.20508.qm@web56211.mail.re3.yahoo.com> Message-ID: <51ea77730808062131t6e9f88a3x71b09ac91889045b@mail.gmail.com> On Wed, Aug 6, 2008 at 9:52 PM, Christian Liendo wrote: > It seems that the information was wrong it they are basing it on a machine called the Victor 70, which seems to be a clone of the Nintendo Famicom. > > Pictures of the Victor. > > http://picasaweb.google.co.in/dereklomas/TVComputer That looks awfully similar (in concept at least) to the Subor, a Russian (?) clone of the NES built into a PC keyboard: http://sovietsouvenirs.com/catalog/product_info.php?cPath=5&products_id=404 From tonym at compusource.net Thu Aug 7 00:00:24 2008 From: tonym at compusource.net (tonym) Date: Thu, 07 Aug 2008 05:00:24 GMT Subject: MIT based on rip off NES and not Apple II Message-ID: <200808070100888.SM03828@[63.69.23.239]> Doesn't matter - in the end it is all MADE IN CHINA ;) Tony -----Original Message----- From: Jason T silent700 at gmail.com Sent 8/7/2008 12:31:47 AM To: General Discussion: On-Topic and Off-Topic Posts cctalk at classiccmp.org Subject: Re: MIT based on rip off NES and not Apple II On Wed, Aug 6, 2008 at 9:52 PM, Christian Liendo christian_liendo at yahoo.com wrote: It seems that the information was wrong it they are basing it on a machine called the Victor 70, which seems to be a clone of the Nintendo Famicom. Pictures of the Victor. http://picasaweb.google.co.in/dereklomas/TVComputer That looks awfully similar (in concept at least) to the Subor, a Russian (?) clone of the NES built into a PC keyboard: http://sovietsouvenirs.com/catalog/product_info.php?cPath=5&products_id=404 From cclist at sydex.com Thu Aug 7 00:12:46 2008 From: cclist at sydex.com (Chuck Guzis) Date: Wed, 06 Aug 2008 22:12:46 -0700 Subject: MIT based on rip off NES and not Apple II In-Reply-To: <51ea77730808062131t6e9f88a3x71b09ac91889045b@mail.gmail.com> References: <489A3DEE.2040901@srv.net>, <113131.20508.qm@web56211.mail.re3.yahoo.com>, <51ea77730808062131t6e9f88a3x71b09ac91889045b@mail.gmail.com> Message-ID: <489A21DE.32478.D1297B0@cclist.sydex.com> On 6 Aug 2008 at 23:31, Jason T wrote: > That looks awfully similar (in concept at least) to the Subor, a > Russian (?) clone of the NES built into a PC keyboard: > > http://sovietsouvenirs.com/catalog/product_info.php?cPath=5&products_id=404 According to this web page: http://phantom.sannata.ru/articles/subor.shtml The "Subor" is a clone of the Dendy (), which is a clone of NES/Famicon box. A clone of a clone! Are there any other examples of this? Cheers, Chuck From rickb at bensene.com Thu Aug 7 00:22:45 2008 From: rickb at bensene.com (Rick Bensene) Date: Wed, 6 Aug 2008 22:22:45 -0700 Subject: Collecting philosophy (Was: Computer collectors are no longer the dweebiest...) In-Reply-To: <489A01E7.8010904@pacbell.net> References: <489A01E7.8010904@pacbell.net> Message-ID: Tony Duell wrote: > Am I the only 'collector' who doesn't much care about the value of the > items hi his colelction? I collect things becuase I'm interested in them, > I find them beautiful (in a somewhat odd way, I can appreciate the good > design in a PDP11 or HP98x0 CPU, for example). I don't collect in the > hope that I'll be able to sell them later for more money. No, Tony, at least there is someone else who has the same appreciation (not in terms of monetary value doing such), but in the glory of design and implementation. I don't care about the value of the calculators in the Old Calculator Museum. Frankly, I really could care less what they are worth. I do what I do because I have a great passion for this particular part of our technological history, and there is such a wonderful diversity of methods that various companies and engineers invented to do the same basic functions, and each has its own beauty and individuality, as well as (in some cases) places in history that are significant. I state in the website that none of the stuff is for sale. It isn't. When I die, it'll be taken care of properly. That's all that matters to me. This stuff isn't an investment, except in the time that I spend pondering the designs and troubleshooting machines that there are no schematics for, or figuring out how to program a programmable calculator that there's no documentation known to exist in terms of its instruction set, as well as documenting what tidbits I can learn on the website for others to hopefully get some enjoyment and education from. Tinkering around with this stuff makes me happy. Digging through old documents and finding shreds of historical significance that tie together is the most wonderful kind of detective work. Communicating with folks who "were there", like Tom Osborn(HP 9100/9800), Allen Frankel (son of Stanley Frankel, developer of the SCM 240SR, and the design of the Diehl Combitron, and some early small computers, as well as being a nuclear physicist involved in the Manhattan Project), Harold Koplow (Microcode designer of Wang's 700-Series machines and others, including the 2200 BASIC computer, and word-processing systems), and many others is such a great privilege. Sharing what I learn is pure joy. The value is in those things, not dollars. I agree completely with Tony's philosophy. Others may feel differently about these kinds of things, and that's their right, and I'll fight to the death to defend their right to feel that way, as well as for the right for Tony and myself think the way we do. Rick Bensene The Old Calculator Museum http://oldcalculatormuseum.com From vrs at msn.com Thu Aug 7 00:26:08 2008 From: vrs at msn.com (Vincent Slyngstad) Date: Wed, 6 Aug 2008 22:26:08 -0700 Subject: RF08/RS08 emulation References: Message-ID: From: "Rich Alderson" > General question for PDP-8 fans: I've seen references to someone having > created an RF08/RS08 replacement. Does anyone on the list know details > of such a project? I have a project like that. You can find Eagle drawings at http://www.so-much-stuff.com/pdp8/cadlib.html. Look for "RF08: RF08 Replacement" in the green scrolling region. The idea was to order an 8"x11" panel containing a controller, two drive pairs, and a light panel. The "drive pairs" are implemented with pairs of SRAM chips, which taken together form a removable 512Kw battery backed store. Two such stores provide the full 1Mw of storage. The 40 pin headers take BC08J cables or the equivalent, to connect the controller to a Posibus PDP-8. The design is my rework of C. Morris' DF32 replacement (which I also now own the prototype of). Like many of my projects, it was fun to think about the design, but I haven't yet made the time to actually build and debug it. Vince N.B.: The 74LS151's in the write-protect section need to be real TTL, and float their inputs high without pull-ups. Of course, if you don't care about separate write-protect switches for each 32K, you can just hard wire the inputs to the right values :-). From gordon at gjcp.net Wed Aug 6 03:41:21 2008 From: gordon at gjcp.net (Gordon J. C. Pearce) Date: Wed, 06 Aug 2008 09:41:21 +0100 Subject: IC collecting In-Reply-To: References: Message-ID: <1218012081.6545.6.camel@kusanagi> On Tue, 2008-08-05 at 11:44 -0400, Barber, Brennan wrote: > > Hi, > > I cam across your posting and wanted to see if you also collected IC's? > Finding other collectors is a rarity for me so I thought I would shoot > you and e-mail. I collect clones (russian, eastern block, etc.), Intel > engineering samples and any IBM cpus. I prefer to keep the ICs in the boards ;-) I bought a decent haul of PDP-11/23 stuff from a guy in Australia, having outbid a chip collector by a penny or two at the last minute. Those boards are now assembled up in a spare BA23 I had, sitting in a mate's workshop where it occasionally gets fired up and played with. I like having butterflies in my garden, too. Butterflies flying around, not dead in little boxes. Gordon From chrism3667 at yahoo.com Wed Aug 6 10:41:24 2008 From: chrism3667 at yahoo.com (Chris M) Date: Wed, 6 Aug 2008 08:41:24 -0700 (PDT) Subject: dc motors In-Reply-To: <4898A347.4000105@bitsavers.org> Message-ID: <828938.50301.qm@web65507.mail.ac4.yahoo.com> on each rear wheel of what? A car? That appears to be a more or less commonly found treadmill motor. People sometimes use those for lathes and whatnot. --- On Tue, 8/5/08, Al Kossow wrote: > From: Al Kossow > Subject: dc motors > To: classiccmp at classiccmp.org > Date: Tuesday, August 5, 2008, 3:00 PM > one of these on each rear wheel would be pretty scary > > > http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=130244335350 From vpmmviii at prevelakis.net Wed Aug 6 14:33:11 2008 From: vpmmviii at prevelakis.net (Vassilis Prevelakis) Date: Wed, 6 Aug 2008 15:33:11 -0400 (EDT) Subject: Double-Sided disk drives reading Single-Sided disks (HP 9122 vs 9121) Message-ID: <200808061933.m76JXBMH001967@caladan-columbia.cs.columbia.edu> JP Hindin wrote: > My HP Logic Analyser (1630G) can talk to a HP 9121 via HP-IB. I have found > a 9122, which is a double-sided version of the same device, as far as I > can tell. I'm fairly confident the 1630G won't care [...] Unfortunately, the HP9121 and HP9122 are very different. The former uses the Amigo protocol to communicate with the host while the HP9122 uses the more recent SS-80 protocol. If the 1630G can use both protocols you are OK, otherwise you're stuck. The HP-85 had an optional ROM that allowed use of SS-80 drives, perhaps there is a firmware update for the 1630G that talks SS-80. Regards **vp From cc at informatik.uni-stuttgart.de Thu Aug 7 03:30:58 2008 From: cc at informatik.uni-stuttgart.de (Christian Corti) Date: Thu, 7 Aug 2008 10:30:58 +0200 (CEST) Subject: p-Code environments In-Reply-To: <20080806174639.GD27122@usap.gov> References: <4898D271.6040002@jetnet.ab.ca> <200808052244.m75Miafp032342@floodgap.com> <4898C2BC.606.7B6FBFE@cclist.sydex.com> <18585.45160.30500.762066@gargle.gargle.HOWL> <6.2.3.4.2.20080806104205.05d2ee20@mail.threedee.com> <18585.52665.834481.493383@gargle.gargle.HOWL> <6.2.3.4.2.20080806113327.058f6580@mail.threedee.com> <18585.56980.456590.989156@gargle.gargle.HOWL> <20080806174639.GD27122@usap.gov> Message-ID: On Wed, 6 Aug 2008, Ethan Dicks wrote: > On Wed, Aug 06, 2008 at 01:25:40PM -0400, Paul Koning wrote: >> By the way, I meant to mention another compiler that did something >> like P-code: RT-11 Fortran. The actual scheme was called "threaded >> code" because it was basically a stream of function pointers. (Come >> to think of it, that's a common Forth encoding as well.) That's about >> as fast as straight code if most of what you need is calls to support >> functions, and more compact because you're not including the opcode >> word. > That scheme sort of reminds me of FORTRAN IV for the PDP-8 - IIRC, the > compiler produces, mostly, a stream of FPP instructions that either get > executed by a real FPP-12 (or FPP-8?) _or_, lacking math hardware, get > emulated by wads of PDP-8 instructions. > > The difference is rather than a stream of function pointers, it's a > stream of math co-processor instructions that are either executed by > real hardware or by an emulator library. In either environment, though, > the object code is the same. And this all is similar to what compilers did in the 50s. The ACT-V compiler (ACT-I and ACT-III, too) simply generates a stream of runtime system calls (the runtime system is called 'basic subroutines'). You can even compile your program by hand since these subroutine calls are documented in the manual. Christian From steve at cosam.org Thu Aug 7 05:15:22 2008 From: steve at cosam.org (Steve Maddison) Date: Thu, 7 Aug 2008 12:15:22 +0200 Subject: Line time clock wanted for PDP-11 Message-ID: <95838e090808070315m3fb92853r53d0df1564df3ce5@mail.gmail.com> Hi all, I'm looking for a KW11-L line time clock (that's the M787) for a PDP-11. I don't suppose anyone happens to have one lying around they'd be willing to part with for a reasonable sum or maybe trade for other DEC stuff? A KE11-F floating point module (M7239) would also be a welcome addition, although I suspect there's much less chance anyone has one of those going spare ;-) Cheers, -- Steve Maddison http://www.cosam.org/ From lproven at gmail.com Thu Aug 7 06:31:09 2008 From: lproven at gmail.com (Liam Proven) Date: Thu, 7 Aug 2008 12:31:09 +0100 Subject: IBM Model M keyboard spares In-Reply-To: <4899F73F.3010608@gmail.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> <4899F73F.3010608@gmail.com> Message-ID: <575131af0808070431p27493743y63a5291b00b22a30@mail.gmail.com> 2008/8/6 Sridhar Ayengar : > Liam Proven wrote: >> >> /The/ classic PC keyboard, IMHO. > > The Model M came out *waay* after the PC. The 84-key is the one for the PC. > I don't think the Model M is even compatible with the PC. > > Peace... Sridhar Oh, come on, Sridhar, don't be so anally retentive or obsessive! I didn't say "the classic IBM model 5250 PC-XT keyboard" or anything of the kind. I said PC. "PC" is a generic term, which to hundreds of millions around the world just means a Personal Computer. In fact the PC to which the model M I am typing on right now is attached to is, as it happens, an Apple 20" 2GH PowerPC G5 iMac. -- Liam Proven ? Profile: http://www.linkedin.com/in/liamproven Email: lproven at cix.co.uk ? GMail/GoogleTalk/Orkut: lproven at gmail.com Tel: +44 20-8685-0498 ? Cell: +44 7939-087884 ? Fax: + 44 870-9151419 AOL/AIM/iChat: liamproven at aol.com ? MSN/Messenger: lproven at hotmail.com Yahoo: liamproven at yahoo.co.uk ? Skype: liamproven ? ICQ: 73187508 From lproven at gmail.com Thu Aug 7 06:32:47 2008 From: lproven at gmail.com (Liam Proven) Date: Thu, 7 Aug 2008 12:32:47 +0100 Subject: IBM Model M keyboard spares In-Reply-To: References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> Message-ID: <575131af0808070432n21fb8f6fvb80e2e28c17345c8@mail.gmail.com> 2008/8/6 David Griffith : > On Wed, 6 Aug 2008, Liam Proven wrote: > >> /The/ classic PC keyboard, IMHO. >> >> Alas, one of my treasured 'boards fell off a table and its space bar >> is shattered. Anyone know where I could buy a spare spacebar? > > Right here: > http://www.clickykeyboards.com/index.cfm/fa/categories.main/parentcat/10191 > > -- > David Griffith > dgriffi at cs.csubak.edu > > A: Because it fouls the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: Top-posting. > Q: What is the most annoying thing in e-mail? Thanks! Very helpful! The snag is, [a] while they only want a very reasonable $2 for a spacebar, they want $30 for postage, and [b], they have a minimum order of $10 and every keyboard they list seems to be out of stock. I've mailed him... We shall see. -- Liam Proven ? Profile: http://www.linkedin.com/in/liamproven Email: lproven at cix.co.uk ? GMail/GoogleTalk/Orkut: lproven at gmail.com Tel: +44 20-8685-0498 ? Cell: +44 7939-087884 ? Fax: + 44 870-9151419 AOL/AIM/iChat: liamproven at aol.com ? MSN/Messenger: lproven at hotmail.com Yahoo: liamproven at yahoo.co.uk ? Skype: liamproven ? ICQ: 73187508 From lproven at gmail.com Thu Aug 7 06:33:58 2008 From: lproven at gmail.com (Liam Proven) Date: Thu, 7 Aug 2008 12:33:58 +0100 Subject: IBM Model M keyboard spares In-Reply-To: References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> <4899B42D.10669.B662250@cclist.sydex.com> Message-ID: <575131af0808070433u61b27e39mf9942ac2281c6555@mail.gmail.com> 2008/8/6 Gene Buckle : >>> /The/ classic PC keyboard, IMHO. >>> >>> Alas, one of my treasured 'boards fell off a table and its space bar >>> is shattered. Anyone know where I could buy a spare spacebar? >> >> I wonder if PCkeyboards.com has one that will work. It could be sent >> via post to the UK. >> > http://www.clickykeyboards.com/index.cfm/fa/categories.main/parentcat/10191 > > g. > > -- > Proud owner of F-15C 80-0007 > http://www.f15sim.com - The only one of its kind. Hey, Gene, how's it going? You may recognise me from the FreeGEM list. That's a good thought - I shall mail them and ask. Thanks! -- Liam Proven ? Profile: http://www.linkedin.com/in/liamproven Email: lproven at cix.co.uk ? GMail/GoogleTalk/Orkut: lproven at gmail.com Tel: +44 20-8685-0498 ? Cell: +44 7939-087884 ? Fax: + 44 870-9151419 AOL/AIM/iChat: liamproven at aol.com ? MSN/Messenger: lproven at hotmail.com Yahoo: liamproven at yahoo.co.uk ? Skype: liamproven ? ICQ: 73187508 From lproven at gmail.com Thu Aug 7 06:36:38 2008 From: lproven at gmail.com (Liam Proven) Date: Thu, 7 Aug 2008 12:36:38 +0100 Subject: IBM Model M keyboard spares In-Reply-To: <01C8F7F8.18021980@host-208-72-122-1.dyn.295.ca> References: <01C8F7F8.18021980@host-208-72-122-1.dyn.295.ca> Message-ID: <575131af0808070436p3fd0c674y8fd26cbfb5e7c436@mail.gmail.com> 2008/8/7 M H Stein : > -----------Original Message(s): > > Date: Wed, 06 Aug 2008 15:10:55 -0400 > From: Sridhar Ayengar > Subject: Re: IBM Model M keyboard spares > To: General Discussion: On-Topic and Off-Topic Posts > > Message-ID: <4899F73F.3010608 at gmail.com> > Content-Type: text/plain; charset=windows-1252; format=flowed > > Liam Proven wrote: >> /The/ classic PC keyboard, IMHO. > > The Model M came out *waay* after the PC. The 84-key is the one for the > PC. I don't think the Model M is even compatible with the PC. > > Peace... Sridhar > > ------------Reply: > > People reverently talk about the Model M as though there was only one; > in fact there were probably almost 50 different versions, including at least > one for the late model XT (no indicator lights) and I *think* that at least one > version was dual-mode as well. > > See: > > http://en.wikipedia.org/wiki/Model_M_Keyboard > > To the OP: > > I have a few different ones in the scrap pile somewhere, if you can send me > a picture of yours; does it have the removable keycaps? > > I understand that replacing the spacebar on one of the older Model Ms > is a bit of a challenge BTW. > > m I think I've repaired a few of these before by replacing spacebars that had become detached, so there is hope. That's a very kind offer. I'll take a few pics of the affected unit & let you know. Yes, it has removable caps; in fact, of my 3 of them, it's the one which I've turned into a Dvorak 'board. -- Liam Proven ? Profile: http://www.linkedin.com/in/liamproven Email: lproven at cix.co.uk ? GMail/GoogleTalk/Orkut: lproven at gmail.com Tel: +44 20-8685-0498 ? Cell: +44 7939-087884 ? Fax: + 44 870-9151419 AOL/AIM/iChat: liamproven at aol.com ? MSN/Messenger: lproven at hotmail.com Yahoo: liamproven at yahoo.co.uk ? Skype: liamproven ? ICQ: 73187508 From tony.eros at machm.org Thu Aug 7 07:39:08 2008 From: tony.eros at machm.org (Anthony L. Eros) Date: Thu, 7 Aug 2008 08:39:08 -0400 Subject: BASIC-Plus decompiler Message-ID: > What I'm remembering is a BASIC decompiler, written in BASIC, > that was running on RSTS/e circa 1983. So that was BP, not BP2, > right? Circa 1983? Chances are it's BP2. When I was a high school senior in 1978, I wrote a BP2 decompiler for an Independent Study project, so BASIC-PLUS-2 had been around for quite some time by 1983. I got some of my first exposure to computers through Project DELTA (hi, Rich!!), and was fascinated by PPCODE. I still have a source listing at home on a VERY faded length of Teletype paper. -- Tony From christian_liendo at yahoo.com Thu Aug 7 07:53:20 2008 From: christian_liendo at yahoo.com (Christian Liendo) Date: Thu, 7 Aug 2008 05:53:20 -0700 (PDT) Subject: Argo Electronics in NYC to close In-Reply-To: <828938.50301.qm@web65507.mail.ac4.yahoo.com> Message-ID: <21614.69849.qm@web56203.mail.re3.yahoo.com> I just saw a commercial on NY1 stating that Argo Electronics is closing. They were the last Electronic Surplus stores on Canal St. I never saw a commercial for Argo. For those of you that don't know the significance. Back in the 80s (probably back in the 70s too but I am not that old), Canal St in NYC had many electronic surplus stores. Everything from radios to oscilloscopes. There are still electronic stores there but nothing like Argo. I remember buying all sorts of stuff. Well it looks like they are closing. Here are some sites that show pictures of Argo http://blog.makezine.com/archive/2008/02/argo_electronics_surplus.html http://www.flickr.com/photos/pmtorrone/tags/argoelectronics/ The address 393 Canal St New York, NY 10013-1691 Phone: (212) 226-4945 From wdonzelli at gmail.com Thu Aug 7 08:08:54 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Thu, 7 Aug 2008 09:08:54 -0400 Subject: Argo Electronics in NYC to close In-Reply-To: <21614.69849.qm@web56203.mail.re3.yahoo.com> References: <828938.50301.qm@web65507.mail.ac4.yahoo.com> <21614.69849.qm@web56203.mail.re3.yahoo.com> Message-ID: > I just saw a commercial on NY1 stating that Argo Electronics is closing. They were the last Electronic Surplus stores on Canal St. I never saw a commercial for Argo. Did the "Motor and Blower" place close? I have not been down there for a couple of years. Leeds is still kicking, too, but they are not on Canal. -- Will From christian_liendo at yahoo.com Thu Aug 7 08:12:52 2008 From: christian_liendo at yahoo.com (Christian Liendo) Date: Thu, 7 Aug 2008 06:12:52 -0700 (PDT) Subject: Argo Electronics in NYC to close In-Reply-To: Message-ID: <366586.49512.qm@web56202.mail.re3.yahoo.com> Don't know... I may go down today after work. --- On Thu, 8/7/08, William Donzelli wrote: > From: William Donzelli > Subject: Re: Argo Electronics in NYC to close > To: "General Discussion: On-Topic and Off-Topic Posts" > Date: Thursday, August 7, 2008, 9:08 AM > > I just saw a commercial on NY1 stating that Argo > Electronics is closing. They were the last Electronic > Surplus stores on Canal St. I never saw a commercial for > Argo. > > Did the "Motor and Blower" place close? I have > not been down there for > a couple of years. > > Leeds is still kicking, too, but they are not on Canal. > > -- > Will From geneb at deltasoft.com Thu Aug 7 09:02:09 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Thu, 7 Aug 2008 07:02:09 -0700 (PDT) Subject: IBM Model M keyboard spares In-Reply-To: <575131af0808070433u61b27e39mf9942ac2281c6555@mail.gmail.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> <4899B42D.10669.B662250@cclist.sydex.com> <575131af0808070433u61b27e39mf9942ac2281c6555@mail.gmail.com> Message-ID: > > Hey, Gene, how's it going? You may recognise me from the FreeGEM list. > > That's a good thought - I shall mail them and ask. Thanks! Things are going well. $30 is stupid for shipping - you'd almost be better off finding a donor at a local recycler. g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From alexandre-listas at e-secure.com.br Thu Aug 7 09:02:21 2008 From: alexandre-listas at e-secure.com.br (Alexandre Souza) Date: Thu, 7 Aug 2008 11:02:21 -0300 Subject: MIT based on rip off NES and not Apple II References: <113131.20508.qm@web56211.mail.re3.yahoo.com> Message-ID: <008701c8f896$b5529450$0102a8c0@portajara> > Pictures of the Victor. > http://picasaweb.google.co.in/dereklomas/TVComputer This is a **very** common "computer" in Brazil, it is sold as "magic computer" by Dynacom, and it is really a NES with some carts :oD From jules.richardson99 at gmail.com Thu Aug 7 10:42:55 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Thu, 07 Aug 2008 10:42:55 -0500 Subject: Computer collectors are no longer the dweebiest people in the In-Reply-To: <00ae01c8f813$5c96e880$6601a8c0@game> References: <00ae01c8f813$5c96e880$6601a8c0@game> Message-ID: <489B17FF.7020108@gmail.com> Teo Zenios wrote: > How many people with original Apple I's would run them very often if at all? I'd run it if I had one. The way I figure it: a) Those ICs are going to die eventually anyway, whether I run it or not, b) There's enough knowledge of the machine out there that we don't need to preserve operational ones for historical research purposes, c) The price of Apple I's is just silly. ... although in reality if I had one I'd trade it for something more appealing (or, given the ridiculous value, lots of things that were more appealing :-) cheers Jules From jules.richardson99 at gmail.com Thu Aug 7 10:48:26 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Thu, 07 Aug 2008 10:48:26 -0500 Subject: question aaout ISP's In-Reply-To: <4899FB11.2020205@gmail.com> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <48987C9F.8080503@jbrain.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> Message-ID: <489B194A.4020101@gmail.com> Sridhar Ayengar wrote: > but dial-up sucks. Surely it fits better with vintage computer collecting? I'm surprised that any of us are on broadband... ;) Thankfully I missed the 300 baud (and earlier) era - but I still landed in the middle of 2400 times, and that was painful enough! Although I seem to remember being perfectly happy when things progressed to 33.6K - I couldn't imagine making use of anything faster, and all the various non-WWW services did all that I could ever need. cheers Jules From geneb at deltasoft.com Thu Aug 7 11:02:09 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Thu, 7 Aug 2008 09:02:09 -0700 (PDT) Subject: question aaout ISP's In-Reply-To: <489B194A.4020101@gmail.com> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <48987C9F.8080503@jbrain.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> Message-ID: On Thu, 7 Aug 2008, Jules Richardson wrote: > Sridhar Ayengar wrote: >> but dial-up sucks. > > Surely it fits better with vintage computer collecting? I'm surprised that > any of us are on broadband... ;) > > Thankfully I missed the 300 baud (and earlier) era - but I still landed in > the middle of 2400 times, and that was painful enough! Although I seem to > remember being perfectly happy when things progressed to 33.6K - I couldn't > imagine making use of anything faster, and all the various non-WWW services > did all that I could ever need. > 300 baud was great for reading messages, but it sucked hard when doing a full-disk transfer (Punter!) on a C-64. The sad thing is that the net has degraded into such a spam fest that real boards are starting to look pretty attractive again. While much diminished in size, FidoNet is still around and so are many other networks based on FidoNet standards. DoveNET has been doing really well in the last few years due to the resurgent Synchronet BBS software. g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From cclist at sydex.com Thu Aug 7 11:02:26 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 07 Aug 2008 09:02:26 -0700 Subject: COBOL quote in the news Message-ID: <489ABA22.8563.F6561BF@cclist.sydex.com> >From http://www.sacbee.com/111/story/1132588.html concerning the California budget crisis: The state payroll system is based on the COBOL, or Common Business Oriented Language, programming language - a code first introduced in 1959 and popularized in the 1960s and 1970s. "COBOL programmers are hard to come by these days," said Fred Forrer, the Sacramento-based CEO of MGT of America, a public-sector consulting firm. "It's certainly not a language that is taught. Oftentimes, you have to rely on retired annuitants to come back and help maintain the system until you're able to find a replacement." What does California's DMV use? Cheers, Chuck From ploopster at gmail.com Thu Aug 7 11:03:50 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Thu, 07 Aug 2008 12:03:50 -0400 Subject: IBM Model M keyboard spares In-Reply-To: <575131af0808070431p27493743y63a5291b00b22a30@mail.gmail.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> <4899F73F.3010608@gmail.com> <575131af0808070431p27493743y63a5291b00b22a30@mail.gmail.com> Message-ID: <489B1CE6.5090902@gmail.com> Liam Proven wrote: > 2008/8/6 Sridhar Ayengar : >> Liam Proven wrote: >>> /The/ classic PC keyboard, IMHO. >> The Model M came out *waay* after the PC. The 84-key is the one for the PC. >> I don't think the Model M is even compatible with the PC. > > Oh, come on, Sridhar, don't be so anally retentive or obsessive! > > I didn't say "the classic IBM model 5250 PC-XT keyboard" or anything You don't want obsessive? Too bad! 8-) The 5250 is an IBM minicomputer terminal, not an XT keyboard! http://en.wikipedia.org/wiki/IBM_5250 Peace... Sridhar From dgriffi at cs.csubak.edu Thu Aug 7 11:10:06 2008 From: dgriffi at cs.csubak.edu (David Griffith) Date: Thu, 7 Aug 2008 09:10:06 -0700 (PDT) Subject: IBM Model M keyboard spares In-Reply-To: <575131af0808070432n21fb8f6fvb80e2e28c17345c8@mail.gmail.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> <575131af0808070432n21fb8f6fvb80e2e28c17345c8@mail.gmail.com> Message-ID: On Thu, 7 Aug 2008, Liam Proven wrote: > 2008/8/6 David Griffith : > > On Wed, 6 Aug 2008, Liam Proven wrote: > > > >> /The/ classic PC keyboard, IMHO. > >> > >> Alas, one of my treasured 'boards fell off a table and its space bar > >> is shattered. Anyone know where I could buy a spare spacebar? > > > > Right here: > > http://www.clickykeyboards.com/index.cfm/fa/categories.main/parentcat/10191 > > Thanks! Very helpful! The snag is, [a] while they only want a very > reasonable $2 for a spacebar, they want $30 for postage, and [b], they > have a minimum order of $10 and every keyboard they list seems to be > out of stock. > > I've mailed him... We shall see. It's similarly expensive to ship in the US. I've emailed Unicomp to see if they have parts. -- David Griffith dgriffi at cs.csubak.edu A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? From steve at radiorobots.com Thu Aug 7 11:18:54 2008 From: steve at radiorobots.com (steve stutman) Date: Thu, 07 Aug 2008 12:18:54 -0400 Subject: Argo Electronics in NYC to close In-Reply-To: <21614.69849.qm@web56203.mail.re3.yahoo.com> References: <21614.69849.qm@web56203.mail.re3.yahoo.com> Message-ID: <489B206E.60107@radiorobots.com> Christian Liendo wrote: > I just saw a commercial on NY1 stating that Argo Electronics is closing. They were the last Electronic Surplus stores on Canal St. I never saw a commercial for Argo. > > For those of you that don't know the significance. Back in the 80s (probably back in the 70s too but I am not that old), Canal St in NYC had many electronic surplus stores. Everything from radios to oscilloscopes. There are still electronic stores there but nothing like Argo. I remember buying all sorts of stuff. Well it looks like they are closing. > > Here are some sites that show pictures of Argo > > http://blog.makezine.com/archive/2008/02/argo_electronics_surplus.html > > http://www.flickr.com/photos/pmtorrone/tags/argoelectronics/ > > The address > 393 Canal St > New York, NY 10013-1691 > Phone: (212) 226-4945 > > > > Also back in the 60s. From Paul_Koning at Dell.com Thu Aug 7 11:20:48 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Thu, 7 Aug 2008 12:20:48 -0400 Subject: p-Code environments References: <4898D271.6040002@jetnet.ab.ca> <200808052244.m75Miafp032342@floodgap.com> <4898C2BC.606.7B6FBFE@cclist.sydex.com> <18585.45160.30500.762066@gargle.gargle.HOWL> <6.2.3.4.2.20080806104205.05d2ee20@mail.threedee.com> <18585.52665.834481.493383@gargle.gargle.HOWL> <6.2.3.4.2.20080806113327.058f6580@mail.threedee.com> <18585.56980.456590.989156@gargle.gargle.HOWL> <20080806174639.GD27122@usap.gov> Message-ID: <18587.8416.365037.641299@gargle.gargle.HOWL> Another P-code example, somewhat strange: The TUTOR language compiler in the PLATO system (designed by University of Illinois, "marketed" by CDC) is a P-code compiler. Or more precisely, a hybrid. It generates P-code for most operations, but it generates machine code for arithmetic and low level loops. paul From jules.richardson99 at gmail.com Thu Aug 7 11:26:12 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Thu, 07 Aug 2008 11:26:12 -0500 Subject: question aaout ISP's In-Reply-To: References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <48987C9F.8080503@jbrain.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> Message-ID: <489B2224.1070109@gmail.com> Gene Buckle wrote: >> Thankfully I missed the 300 baud (and earlier) era - but I still >> landed in the middle of 2400 times, and that was painful enough! >> Although I seem to remember being perfectly happy when things >> progressed to 33.6K - I couldn't imagine making use of anything >> faster, and all the various non-WWW services did all that I could ever >> need. > > 300 baud was great for reading messages I don't know - I didn't mind 2400 for that as it was "instant enough" for email-sized message download (it just annoyed me for other uses), but I suspect that I'd find 300 "too slow". >, but it sucked hard when doing a full-disk transfer (Punter!) on a C-64. Gah, I bet! I've done hard disk transfers at 9600 in recent times, and that was slow enough. > The sad thing is that the net > has degraded into such a spam fest that real boards are starting to look > pretty attractive again. I keep thinking about that. It's not only the spam, but the threats from ISPs to start watching what we do, the users who don't know how to protect their machines properly, or the people who over-stress the system at the expense of everyone else. It's a far cry from what it used to be! cheers Jules From geneb at deltasoft.com Thu Aug 7 11:48:34 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Thu, 7 Aug 2008 09:48:34 -0700 (PDT) Subject: question aaout ISP's In-Reply-To: <489B2224.1070109@gmail.com> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <48987C9F.8080503@jbrain.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <489B2224.1070109@gmail.com> Message-ID: >> >> 300 baud was great for reading messages > > I don't know - I didn't mind 2400 for that as it was "instant enough" for > email-sized message download (it just annoyed me for other uses), but I > suspect that I'd find 300 "too slow". > Spend some time on a Citadel. It was actually ok. 1200 is readable but you need to pay really close attention. :) >> , but it sucked hard when doing a full-disk transfer (Punter!) on a C-64. > > Gah, I bet! I've done hard disk transfers at 9600 in recent times, and that > was slow enough. > The 1541 disks were 170k or so and took *forever* it seemed. :) >> The sad thing is that the net >> has degraded into such a spam fest that real boards are starting to look >> pretty attractive again. > > I keep thinking about that. It's not only the spam, but the threats from ISPs > to start watching what we do, the users who don't know how to protect their > machines properly, or the people who over-stress the system at the expense of > everyone else. It's a far cry from what it used to be! > A ton of effort has gone into using old bbs programs and platforms on the 'net. There are a number of tools like this: http://home.ica.net/~leifb/bbs/ which is used to put real C-64's up on the net running a bbs. There are other programs out there that do similar things, including fancy device drivers that look like a modem & comm port to windows, but there's a socket on the other end instead of a modem. Many of the older bbs programs that have source available were done using Turbo Pascal and those are easily recompiled under Linux using FPC. I've actually built a port of Telegard 2.7 that runs perfectly under Linux. The only thing that is missing form most of these "glue" solutions is encryption. It wouldn't be too hard to build a version that used SSH instead of regular telnet... g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From legalize at xmission.com Thu Aug 7 11:57:08 2008 From: legalize at xmission.com (Richard) Date: Thu, 07 Aug 2008 10:57:08 -0600 Subject: p-Code environments In-Reply-To: Your message of Thu, 07 Aug 2008 12:20:48 -0400. <18587.8416.365037.641299@gargle.gargle.HOWL> Message-ID: In article <18587.8416.365037.641299 at gargle.gargle.HOWL>, Paul Koning writes: > Another P-code example, somewhat strange: > > The TUTOR language compiler in the PLATO system (designed by > University of Illinois, "marketed" by CDC) is a P-code compiler. Or > more precisely, a hybrid. It generates P-code for most operations, > but it generates machine code for arithmetic and low level loops. How did uTUTOR (microTUTOR) differ? I seem to recall that it downloaded directly into the terminal, which was a Z80. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From mikelee at tdh.com Thu Aug 7 11:55:19 2008 From: mikelee at tdh.com (Michael Lee) Date: Thu, 07 Aug 2008 11:55:19 -0500 Subject: AT&T 3B1 Unix PC In-Reply-To: <080420080615.7078.48969E7C000414EE00001BA622243322829B0A02D29B9B0EBF9B0809079D99D309@att.net> References: <080420080615.7078.48969E7C000414EE00001BA622243322829B0A02D29B9B0EBF9B0809079D99D309@att.net> Message-ID: <489B28F7.5010404@tdh.com> Hi, Sorry, been busy as usual. I did pull them out and I have most parts for a full unit intact. What parts can you use? Also, these are parts for a Unix PC version of the 3b1 which may have different power supplies and casing than an actual 3b1. g-wright at att.net wrote: > Hi Michael, > > Did you figure out what you needed to do here ?? I can use some > of these items > > - Thanks, jerry > > > -------------- Original message from Michael Lee : -------------- > > > >> Anyone collect and/or need parts to the AT&T Unix PC? I've got a pile >> of systems I dismantled over a decade ago, and don't really want or know >> how to put back together. I bought them "new" as surplus by the pallet >> at the time, and about half of them were defective with only displaying >> horizontal lines when turned on. The monitors are perfect, I also have >> the 20Mb MFM drives and 5.25" drives, as well as the mainboards, >> plastics etc. I'm not sure exactly how many and what I have yet, but >> checking for interest here. Please reply if these are of interest at all. >> >> Any suggestions on the line problem? >> >> Mike Lee >> From classiccmp at vintage-computer.com Thu Aug 7 12:05:01 2008 From: classiccmp at vintage-computer.com (Erik Klein) Date: Thu, 7 Aug 2008 10:05:01 -0700 Subject: IC collecting In-Reply-To: References: Message-ID: <3afee7520808071005geedf794p8f25c1a0e2099168@mail.gmail.com> On Tue, Aug 5, 2008 at 8:44 AM, Barber, Brennan wrote: > > I cam across your posting and wanted to see if you also collected IC's? > Finding other collectors is a rarity for me so I thought I would shoot > you and e-mail. I collect clones (russian, eastern block, etc.), Intel > engineering samples and any IBM cpus. They don't quite meet your criteria, but I've got several CPUs posted at the VCGM right now including a nice ceramic TI 8080 and a Signetics N8X300. I've got others going up as I find time. These are not being cannibalized from boards, either, so no butterflies on pins here! Erik Klein www.vintage-computer.com www.vintage-computer.com/vcforum - The Vintage Computer Forums marketplace.vintage-computer.com - The Vintage Computer and Gaming Marketplace From cclist at sydex.com Thu Aug 7 12:18:18 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 07 Aug 2008 10:18:18 -0700 Subject: question aaout ISP's In-Reply-To: References: <507520.26074.qm@web56201.mail.re3.yahoo.com>, <489B194A.4020101@gmail.com>, Message-ID: <489ACBEA.10544.FAAD7A4@cclist.sydex.com> On 7 Aug 2008 at 9:02, Gene Buckle wrote: > 300 baud was great for reading messages, but it sucked hard when doing a > full-disk transfer (Punter!) on a C-64. The sad thing is that the net has > degraded into such a spam fest that real boards are starting to look > pretty attractive again. While much diminished in size, FidoNet is still > around and so are many other networks based on FidoNet standards. DoveNET > has been doing really well in the last few years due to the resurgent > Synchronet BBS software. Inbetwixt the 1200 and 2400 baud periods, does anyone remember the Racal-Vadic protocol? ISTR, it was something like 1800 baud, using a 3450(?) modem. I had a couple of those back then; just wired them into the telco line without a DAA. When you called someone with another Racal modem, the difference in speed from 1200 was quite obvious. Cheers, Chuck From devonstopps at gmail.com Thu Aug 7 12:19:37 2008 From: devonstopps at gmail.com (Devon Stopps) Date: Thu, 07 Aug 2008 13:19:37 -0400 Subject: AIX 3.2 Weird Networking Problem Message-ID: <489B2EA9.2060203@gmail.com> Thanks to all who helped out, I've got the problem sorted out. AIX 3.2 does not have a rmtcpip command, but, doing an rmdev on en0, then issuing the mktcpip command has solved the problem - guess it was something left over from the last site. T.H.x. Devon From drb at msu.edu Thu Aug 7 12:27:42 2008 From: drb at msu.edu (Dennis Boone) Date: Thu, 07 Aug 2008 13:27:42 -0400 Subject: question aaout ISP's In-Reply-To: (Your message of Thu, 07 Aug 2008 10:18:18 PDT.) <489ACBEA.10544.FAAD7A4@cclist.sydex.com> References: <489ACBEA.10544.FAAD7A4@cclist.sydex.com> <507520.26074.qm@web56201.mail.re3.yahoo.com>, <489B194A.4020101@gmail.com>, Message-ID: <200808071727.m77HRg9g000552@yagi.h-net.msu.edu> > Inbetwixt the 1200 and 2400 baud periods, does anyone remember the > Racal-Vadic protocol? ISTR, it was something like 1800 baud, using a > 3450(?) modem. I had a couple of those back then; just wired them into > the telco line without a DAA. When you called someone with another > Racal modem, the difference in speed from 1200 was quite obvious. I don't recall an 1800 baud one on dialup. They had four-wire leased line modems that did 1800. Seems like the Vadic 1200 baud dialup ones, which had different tone sets from 212A, actually ran slightly faster than 1200. De From Paul_Koning at Dell.com Thu Aug 7 12:29:53 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Thu, 7 Aug 2008 13:29:53 -0400 Subject: p-Code environments References: <18587.8416.365037.641299@gargle.gargle.HOWL> Message-ID: <18587.12561.990659.728793@gargle.gargle.HOWL> >>>>> "Richard" == Richard writes: Richard> In article <18587.8416.365037.641299 at gargle.gargle.HOWL>, Richard> Paul Koning writes: >> Another P-code example, somewhat strange: >> >> The TUTOR language compiler in the PLATO system (designed by >> University of Illinois, "marketed" by CDC) is a P-code compiler. >> Or more precisely, a hybrid. It generates P-code for most >> operations, but it generates machine code for arithmetic and low >> level loops. Richard> How did uTUTOR (microTUTOR) differ? I seem to recall that Richard> it downloaded directly into the terminal, which was a Z80. 8080, actually. As far as I can tell microTUTOR is a more conventional p-code system, i.e., no machine code in the compiler output. paul From legalize at xmission.com Thu Aug 7 12:59:26 2008 From: legalize at xmission.com (Richard) Date: Thu, 07 Aug 2008 11:59:26 -0600 Subject: p-Code environments In-Reply-To: Your message of Thu, 07 Aug 2008 13:29:53 -0400. <18587.12561.990659.728793@gargle.gargle.HOWL> Message-ID: In article <18587.12561.990659.728793 at gargle.gargle.HOWL>, Paul Koning writes: > Richard> How did uTUTOR (microTUTOR) differ? I seem to recall that > Richard> it downloaded directly into the terminal, which was a Z80. > > 8080, actually. Thanks for the correction. > As far as I can tell microTUTOR is a more conventional p-code system, > i.e., no machine code in the compiler output. I have a PLATO "Victor" terminal, which appears to run CP/M locally as well as the PLATO terminal software. I need to get the 8" floppies to Al at CHM for backup before I play with it more, but I believe it can run uTUTOR locally. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From legalize at xmission.com Thu Aug 7 13:01:41 2008 From: legalize at xmission.com (Richard) Date: Thu, 07 Aug 2008 12:01:41 -0600 Subject: question aaout ISP's In-Reply-To: Your message of Thu, 07 Aug 2008 10:18:18 -0700. <489ACBEA.10544.FAAD7A4@cclist.sydex.com> Message-ID: In article <489ACBEA.10544.FAAD7A4 at cclist.sydex.com>, "Chuck Guzis" writes: > Inbetwixt the 1200 and 2400 baud periods, does anyone remember the > Racal-Vadic protocol? ISTR, it was something like 1800 baud, using a > 3450(?) modem. I had a couple of those back then; just wired them > into the telco line without a DAA. When you called someone with > another Racal modem, the difference in speed from 1200 was quite > obvious. I don't recall the brand of modem, but we got them from the phone company for a leased line connection between Project DELTA and udel's computing center where our PDP-11/70 was located. They were spec'ed at 1200 baud, but I discovered that they functioned just fine at 1800 baud. 50% performance boost! -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From cclist at sydex.com Thu Aug 7 13:07:55 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 07 Aug 2008 11:07:55 -0700 Subject: question aaout ISP's In-Reply-To: <200808071727.m77HRg9g000552@yagi.h-net.msu.edu> References: <489ACBEA.10544.FAAD7A4@cclist.sydex.com>, <200808071727.m77HRg9g000552@yagi.h-net.msu.edu> Message-ID: <489AD78B.18588.FD83F27@cclist.sydex.com> On 7 Aug 2008 at 13:27, Dennis Boone wrote: > I don't recall an 1800 baud one on dialup. They had four-wire leased > line modems that did 1800. > > Seems like the Vadic 1200 baud dialup ones, which had different tone > sets from 212A, actually ran slightly faster than 1200. I dug through some old notes (curiosity will do that). I had the VA3451, the so-called "triple modem", which would do 103 and 212 signaling, as well as Racal-proprietary 1200 baud. My notes say that it was possible to push the Vadic speed a bit, once connected. Was it 1800? I don't know--my notes don't give that detail. Sigh...it's pretty surprising how much you can forget in a quarter of a century. Cheers, Chuck From nico at farumdata.dk Thu Aug 7 13:14:34 2008 From: nico at farumdata.dk (Nico de Jong) Date: Thu, 7 Aug 2008 20:14:34 +0200 Subject: COBOL quote in the news References: <489ABA22.8563.F6561BF@cclist.sydex.com> Message-ID: <002e01c8f8b9$7223dbd0$2101a8c0@finans> > >From http://www.sacbee.com/111/story/1132588.html concerning the > California budget crisis: > > The state payroll system is based on the COBOL, or Common Business > Oriented Language, programming language - a code first introduced in > 1959 and popularized in the 1960s and 1970s. > > "COBOL programmers are hard to come by these days," said Fred Forrer, > the Sacramento-based CEO of MGT of America, a public-sector > consulting firm. "It's certainly not a language that is taught. > Oftentimes, you have to rely on retired annuitants to come back and > help maintain the system until you're able to find a replacement." > In Denmark (and probably the rest of Europe) we have the same problem. I recently had a consultancy contract with a major bank, and the majority of the consultants had seen their 50th birthday. I'm 63.... The crisis is so big, that the bank has taken to educating programmers themselves, but only for the banks own purposes. That means, that they will not learn how to define files, how to use Unit Record, etc etc. All they learn, apart from the Cobol syntax, is how to call modules talking to DB2 tables ! The same problem is now emerging for PL/1 programmers. Nico From eric at brouhaha.com Thu Aug 7 13:19:33 2008 From: eric at brouhaha.com (Eric Smith) Date: Thu, 07 Aug 2008 11:19:33 -0700 Subject: COBOL quote in the news In-Reply-To: <489ABA22.8563.F6561BF@cclist.sydex.com> References: <489ABA22.8563.F6561BF@cclist.sydex.com> Message-ID: <489B3CB5.7070806@brouhaha.com> Chuck Guzis wrote: > "COBOL programmers are hard to come by these days," said Fred Forrer, > the Sacramento-based CEO of MGT of America, a public-sector > consulting firm. "It's certainly not a language that is taught. > Oftentimes, you have to rely on retired annuitants to come back and > help maintain the system until you're able to find a replacement." It's not at all hard to find COBOL programmers, and they are NOT all retired. Offer a decent salary, and you'll get them. What the state is specifically trying to do, though is to cut everyone's salaries, so how likely is it that they'll offer a good salary to a COBOL programmer. The real story is that it's a bunch of political posturing. From eric at brouhaha.com Thu Aug 7 13:23:45 2008 From: eric at brouhaha.com (Eric Smith) Date: Thu, 07 Aug 2008 11:23:45 -0700 Subject: AT&T 3B1 Unix PC In-Reply-To: <489B28F7.5010404@tdh.com> References: <080420080615.7078.48969E7C000414EE00001BA622243322829B0A02D29B9B0EBF9B0809079D99D309@att.net> <489B28F7.5010404@tdh.com> Message-ID: <489B3DB1.6010408@brouhaha.com> Michael Lee wrote: > Sorry, been busy as usual. I did pull them out and I have most parts > for a full unit intact. What parts can you use? Also, these are parts > for a Unix PC version of the 3b1 which may have different power supplies > and casing than an actual 3b1. Both models are a "Unix PC". The original model is the 7300, and uses a half-height drive. Standard drives were 10MB or 20MB. The newer model is the 3B1, and has a "hump" to accommodate a full-height drive, and a higher-rated power supply. Standard drives were 40MB or 67MB. From jules.richardson99 at gmail.com Thu Aug 7 13:27:56 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Thu, 07 Aug 2008 13:27:56 -0500 Subject: question aaout ISP's In-Reply-To: <489AD78B.18588.FD83F27@cclist.sydex.com> References: <489ACBEA.10544.FAAD7A4@cclist.sydex.com>, <200808071727.m77HRg9g000552@yagi.h-net.msu.edu> <489AD78B.18588.FD83F27@cclist.sydex.com> Message-ID: <489B3EAC.3090304@gmail.com> Chuck Guzis wrote: > Sigh...it's pretty surprising how much you can forget in a quarter of > a century. ... and all the things you can think of that you've forgotten probably amount to a fraction of the things that you don't remember ever knowing. Or something. :) From rtellason at verizon.net Thu Aug 7 13:25:27 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Thu, 07 Aug 2008 14:25:27 -0400 Subject: Argo Electronics in NYC to close In-Reply-To: <21614.69849.qm@web56203.mail.re3.yahoo.com> References: <21614.69849.qm@web56203.mail.re3.yahoo.com> Message-ID: <200808071425.31318.rtellason@verizon.net> On Thursday 07 August 2008 08:53, Christian Liendo wrote: > I just saw a commercial on NY1 stating that Argo Electronics is closing. > They were the last Electronic Surplus stores on Canal St. I never saw a > commercial for Argo. > > For those of you that don't know the significance. Back in the 80s > (probably back in the 70s too but I am not that old), Canal St in NYC had > many electronic surplus stores. Everything from radios to oscilloscopes. > There are still electronic stores there but nothing like Argo. I remember > buying all sorts of stuff. Well it looks like they are closing. I didn't know there _were_ any places left in that area... I guess I just didn't look far enough when I last looked. When are they closing? Heck, I bought *lots* of stuff on Canal St. way back when, including the first TTL I ever messed with, among a lot of other things. About the only interesting "electronics junk" place I know of in the NYC area is Leeds Radio (easy to find online too), but they're out in Brooklyn someplace in an area that I'm not familiar with, though I plan to make a trip out there one of these days. And places like that have got me in the habit of collecting a lot of electronics junk, for several decades now, so if there's any bit of stuff you guys are looking for, feel free to email me offlist. Not much big iron at all, but lots and lots of parts. :-) -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. ?--Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From korpela at ssl.berkeley.edu Thu Aug 7 13:41:30 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Thu, 7 Aug 2008 11:41:30 -0700 Subject: segmented memory models In-Reply-To: <489620FF.21030.2852BB4@cclist.sydex.com> References: <4896702E.6050002@jbrain.com> <4896774E.9060002@gmail.com> <489620FF.21030.2852BB4@cclist.sydex.com> Message-ID: On Sun, Aug 3, 2008 at 9:19 PM, Chuck Guzis wrote: > Without the then-undocumented LOADALL instruction, protected-mode > Windows may have been delayed until the 80386. Quel horreur! Ummmm..... Protected-mode Windows WAS delayed until the 80386. (Or am I missing the joke?) Windows 286 (aka 2.10) was real mode. Windows 386 (also having version number 2.10) had a 386 protected mode kernel that used the virtual 8086 mode to separate tasks. AFAIK, the first windows with a 286 protected mode was Windows 3.0 with its "standard mode". A lot of Windows 286 apps wouldn't run in standard mode. Eric From RichA at vulcan.com Thu Aug 7 13:45:14 2008 From: RichA at vulcan.com (Rich Alderson) Date: Thu, 7 Aug 2008 11:45:14 -0700 Subject: RF08/RS08 emulation In-Reply-To: References: Message-ID: From: Vincent Slyngstad Sent: Wednesday, August 06, 2008 10:26 PM > From: "Rich Alderson" >> General question for PDP-8 fans: I've seen references to someone having >> created an RF08/RS08 replacement. Does anyone on the list know details >> of such a project? > I have a project like that. You can find Eagle drawings at > http://www.so-much-stuff.com/pdp8/cadlib.html. > Look for "RF08: RF08 Replacement" in the green scrolling region. Thanks, Vince! That's the kind of thing I was looking for! Rich From korpela at ssl.berkeley.edu Thu Aug 7 14:02:21 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Thu, 7 Aug 2008 12:02:21 -0700 Subject: segmented memory models In-Reply-To: <489764DC.1060407@jbrain.com> References: <489764DC.1060407@jbrain.com> Message-ID: On Mon, Aug 4, 2008 at 1:21 PM, Jim Brain wrote: > Did an MMU exist for the 8086? Most of the PC compatible 8086/8088 machines in my collection have one or two. The most common variety is on the graphics card to map graphics memory into the address space of the processor. The second most common would be EMS cards, which depending upon their vintage could map 16kB pages of expanded memory into a 64k window (EMS 1.0-3.0) or remap any 16kB page in the processor address space to expanded memory (EEMS or EMS 4.0). From cisin at xenosoft.com Thu Aug 7 14:45:40 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Thu, 7 Aug 2008 12:45:40 -0700 (PDT) Subject: IBM Model M keyboard spares In-Reply-To: <575131af0808070431p27493743y63a5291b00b22a30@mail.gmail.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> <4899F73F.3010608@gmail.com> <575131af0808070431p27493743y63a5291b00b22a30@mail.gmail.com> Message-ID: <20080807124217.I34639@shell.lmi.net> On Thu, 7 Aug 2008, Liam Proven wrote: > 2008/8/6 Sridhar Ayengar : > > Liam Proven wrote: > >> > >> /The/ classic PC keyboard, IMHO. > > > > The Model M came out *waay* after the PC. The 84-key is the one for the PC. > > I don't think the Model M is even compatible with the PC. > > > > Peace... Sridhar > > Oh, come on, Sridhar, don't be so anally retentive or obsessive! > > I didn't say "the classic IBM model 5250 PC-XT keyboard" or anything > of the kind. I said PC. "PC" is a generic term, which to hundreds of > millions around the world just means a Personal Computer. In fact the > PC to which the model M I am typing on right now is attached to is, as > it happens, an Apple 20" 2GH PowerPC G5 iMac. It is easy to parse what you said to be referring to "classic PC". Would an Apple 20" 2GH PowerPC G5 iMac be considered a "classic PC"? In THIS mob, "classic PC" means 5150. Even those who avoid the IBM products would be considered "5150" by those familiar with police radio codes. From cclist at sydex.com Thu Aug 7 14:54:39 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 07 Aug 2008 12:54:39 -0700 Subject: segmented memory models In-Reply-To: References: , <489620FF.21030.2852BB4@cclist.sydex.com>, Message-ID: <489AF08F.32661.1039F928@cclist.sydex.com> On 7 Aug 2008 at 11:41, Eric J Korpela wrote: > AFAIK, the first windows with a 286 protected mode was Windows 3.0 > with its "standard mode". A lot of Windows 286 apps wouldn't run in > standard mode. Well, to be fair, Windows 286 and Windows 386 appeared at virtually the same time. Although 286 used the HMA, if available, you're absolutely correct in that it didn't make use of 286 protected mode. That was still the province of the "DOS extender" stuff like Phar Lap. ISTR Windows 3.0 "standard mode" on a 386 could be considerably faster than using the 386 "enhanced" mode--if you had enough memory installed. Cheers, Chuck From ethan.dicks at usap.gov Thu Aug 7 15:03:17 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Thu, 7 Aug 2008 20:03:17 +0000 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489B194A.4020101@gmail.com> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> Message-ID: <20080807200317.GB19776@usap.gov> On Thu, Aug 07, 2008 at 10:48:26AM -0500, Jules Richardson wrote: > Sridhar Ayengar wrote: > >but dial-up sucks. > > Surely it fits better with vintage computer collecting? I'm surprised that > any of us are on broadband... ;) > > Thankfully I missed the 300 baud (and earlier) era I didn't - my first modem experiences were with acoustic couplers and DECwriters in the educational environment (we didn't have one at my school, but I had access to one at the university down the block from where I grew up), and with a VIC Modem c. 1982. I got on CompuServe (until my parents balked at the mounting costs), and local BBSes. Up until I was a beta-tester for the C-64 VidTex client (for guys that became my co-workers 20 years later), I used my own, heavily- tweaked, terminal emulator program on a C-64 (first BASIC, then BASIC/machine-language hybrid). > - but I still landed in > the middle of 2400 times, and that was painful enough! I didn't get a 2400 baud modem until the late 1980s - right before that, I was using non-Hayes 1200 baud modems (Cermetek and Ventel) with real VT100s for dialling into work and "computer aided instruction" classes at that same university down the street. I finally upgraded when several events coincided - I got a 20MB hard disk on my Amiga (ST-225 w/ISA controller and "The Wedge" ISA adapter), I got UUCP working on that Amiga, and Goldstar came out with a $99 2400 baud modem. That rig racked up many, many hours of UUCP time to a friend down the street who eventually founded an ISP. To tie it into another recent thread, he was part of a local UNIX club where everyone was running 386s and Interactive UNIX (I still have my diskettes and manuals; picked up at Weird Stuff Warehouse on a trip to the Bay Area). > Although I seem to > remember being perfectly happy when things progressed to 33.6K - I couldn't > imagine making use of anything faster, and all the various non-WWW services > did all that I could ever need. Once Supra came out with a sub-$300 19.2K modem, I upgraded the old Goldstar, but it was a long, long time until I went to 33.6K, so long that I think the prices for an external modem were down to around $50. I needed it because they hadn't run cable out to my farm, and the telco routing was so sub-optimal that it was well under the max distance for DSL as the crow flies, but 2x-3x as the cables ran. The analog lines were so long that 56K wasn't even close to an option. As it was, I couldn't connect reliably over 28.8K. That was about 10 years ago, and since then, cable (and cable modems) have penetrated to the edges of town. Much more satisfactory. I don't know that I've ever owned a 56K modem - I made the transition to broadband (back in town) so early that I just kinda skipped that era. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 7-Aug-2008 at 19:40 Z South Pole Station PSC 468 Box 400 Temp -48.1 F (-44.5 C) Windchill -92.7 F (-69.3 C) APO AP 96598 Wind 28.6 kts Grid 5 Barometer 681.4 mb (10575 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From bfranchuk at jetnet.ab.ca Thu Aug 7 15:13:22 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Thu, 07 Aug 2008 14:13:22 -0600 Subject: question aaout ISP's In-Reply-To: <200808071727.m77HRg9g000552@yagi.h-net.msu.edu> References: <489ACBEA.10544.FAAD7A4@cclist.sydex.com> <507520.26074.qm@web56201.mail.re3.yahoo.com>, <489B194A.4020101@gmail.com>, <200808071727.m77HRg9g000552@yagi.h-net.msu.edu> Message-ID: <489B5762.9030709@jetnet.ab.ca> Dennis Boone wrote: > > Inbetwixt the 1200 and 2400 baud periods, does anyone remember the > > Racal-Vadic protocol? ISTR, it was something like 1800 baud, using a > > 3450(?) modem. I had a couple of those back then; just wired them into > > the telco line without a DAA. When you called someone with another > > Racal modem, the difference in speed from 1200 was quite obvious. > > I don't recall an 1800 baud one on dialup. They had four-wire leased > line modems that did 1800. > > Seems like the Vadic 1200 baud dialup ones, which had different tone > sets from 212A, actually ran slightly faster than 1200. > > De > The real sneaky modems are the 1200/300 baud ones. From ethan.dicks at usap.gov Thu Aug 7 15:19:06 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Thu, 7 Aug 2008 20:19:06 +0000 Subject: RF08/RS08 emulation In-Reply-To: References: Message-ID: <20080807201906.GD19776@usap.gov> On Wed, Aug 06, 2008 at 10:26:08PM -0700, Vincent Slyngstad wrote: > From: "Rich Alderson" > >General question for PDP-8 fans: I've seen references to someone having > >created an RF08/RS08 replacement. Does anyone on the list know details > >of such a project? > > I have a project like that. You can find Eagle drawings at > http://www.so-much-stuff.com/pdp8/cadlib.html. > Look for "RF08: RF08 Replacement" in the green scrolling region. > > The idea was to order an 8"x11" panel containing a controller, two > drive pairs, and a light panel. The "drive pairs" are implemented > with pairs of SRAM chips, which taken together form a removable > 512Kw battery backed store. Two such stores provide the full 1Mw > of storage. That sounds like a clever way to keep the costs per unit down. I even have a few larger SRAMs (for a SBC6120 RAM disk board), so if this project ever gets past the design phase, I'm past the hump for the expensive components. > Like many of my projects, it was fun to think about the design, > but I haven't yet made the time to actually build and debug it. One of these days, like when I'm home for more than six months at a shot, I really want to shake down one of my Posibus boxes (i.e., watch it pass the entire suite of paper-tape diagnostics) and hang some interesting hardware off of it. Ever since I got that first PDP-8/L when I was in high-school, I've been trying to get a OS/8-capable configuration. I've gotten as far as an -8/L w/12kW (via a BM08) and PC8L high-speed papertape, but no posibus mass storage. My negibus -8/i has 64kW of DF32, but only 4kW of core (another long-term project is to get that up to 8kW internally). > N.B.: The 74LS151's in the write-protect section need to be real > TTL, and float their inputs high without pull-ups. Of course, if > you don't care about separate write-protect switches for each 32K, > you can just hard wire the inputs to the right values :-). I don't remember seeing too many designs with floating TTL inputs. Why no pullups? What's the advantage? -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 7-Aug-2008 at 20:10 Z South Pole Station PSC 468 Box 400 Temp -47.0 F (-43.9 C) Windchill -90.1 F (-67.8 C) APO AP 96598 Wind 26.7 kts Grid 9 Barometer 681.3 mb (10579 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From wh.sudbrink at verizon.net Thu Aug 7 15:42:39 2008 From: wh.sudbrink at verizon.net (Bill Sudbrink) Date: Thu, 07 Aug 2008 16:42:39 -0400 Subject: IC collecting In-Reply-To: <1218012081.6545.6.camel@kusanagi> Message-ID: Gordon J. C. Pearce wrote > > On Tue, 2008-08-05 at 11:44 -0400, Barber, Brennan wrote: > > > > Hi, > > > > I cam across your posting and wanted to see if you also collected IC's? > > Finding other collectors is a rarity for me so I thought I would shoot > > you and e-mail. I collect clones (russian, eastern block, etc.), Intel > > engineering samples and any IBM cpus. > > I prefer to keep the ICs in the boards ;-) > Seconded. Chip collectors are to computer collectors like a hypothetical "nut and bolt" collector would be to a vintage car collector. Could you imagine: "I don't have room for a model T Ford so I took it apart and made this great display of the nuts and bolts. I threw the rest of the junk away. It was all dirty. Look at my collection. They're sorted by diameter, thread pitch, Phillips/flat head..." From cclist at sydex.com Thu Aug 7 15:47:47 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 07 Aug 2008 13:47:47 -0700 Subject: COBOL quote in the news In-Reply-To: <489B3CB5.7070806@brouhaha.com> References: <489ABA22.8563.F6561BF@cclist.sydex.com>, <489B3CB5.7070806@brouhaha.com> Message-ID: <489AFD03.4498.106A9B7C@cclist.sydex.com> On 7 Aug 2008 at 11:19, Eric Smith wrote: > It's not at all hard to find COBOL programmers, and they are NOT all > retired. Offer a decent salary, and you'll get them. What the state is > specifically trying to do, though is to cut everyone's salaries, so how > likely is it that they'll offer a good salary to a COBOL programmer. > > The real story is that it's a bunch of political posturing. Oh, you cynic! I'll come to the defense of the bean-counters by saying that knowing how to write a program in COBOL and being fluent in COBOL are very different things, just as learning to read Russian is one thing and writing like Pushkin is quite another. COBOL is a huge language for its time. I recall that the early releases of COBOL for S/360 were not complete implementations. I have an IBM document somewhere in my files that states that indexed- sequential file access wasn't implemented in the compiler. The compile would accept the statements and check them for syntax, but no code was generated. Instead, one had to call a bunch of assembly- language routines (ENTER LINKAGE) to the work. Add to the problems of California's COBOL is the likelihood that most of this code is probably pretty crufty by now, with all manner of ugly modifications shoehorned in. I also suspect also that the application source code is quite large. Finding enough fluent COBOL programmers who would be willing to tackle the job might well be more than just a lame excuse for doing nothing. ISTR that California got burned a couple of times trying to convert its antiquated DMV applications to something a bit more modern. Does anyone know if California's running this COBOL code under emulation? I remember a customer who was seeking to get rid of his 7080's and run his COBOL on something more modern. The problem was that it wasn't just COBOL code at that point--there were plenty of binary patches in the code, along with large stretches of uncommented 7080 autocoder. The customer ended up buying a S/370 configuration and running it in 7080 emulation mode. Unraveling and rewriting the code looked to be too much of a black hole. Cheers, Chuck From ethan.dicks at usap.gov Thu Aug 7 15:50:56 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Thu, 7 Aug 2008 20:50:56 +0000 Subject: AT&T 3B1 Unix PC In-Reply-To: <489B3DB1.6010408@brouhaha.com> References: <080420080615.7078.48969E7C000414EE00001BA622243322829B0A02D29B9B0EBF9B0809079D99D309@att.net> <489B28F7.5010404@tdh.com> <489B3DB1.6010408@brouhaha.com> Message-ID: <20080807205056.GE19776@usap.gov> On Thu, Aug 07, 2008 at 11:23:45AM -0700, Eric Smith wrote: > Both models are a "Unix PC". > > The original model is the 7300, and uses a half-height drive. Standard > drives were 10MB or 20MB. > > The newer model is the 3B1, and has a "hump" to accommodate a > full-height drive, and a higher-rated power supply. Standard drives > were 40MB or 67MB. Did anyone ever come out with a SCSI interface for these, even a home-brew one? Back in the day, I really, really wanted one, but by the time I could afford it, the max disk size was really cramped. I think my Amiga at the time had somewhere around 200-450MB, by comparison. I know lots of guys who were working at the local Bell Labs at the time that bought these through the employee discount plan. These were the same guys that later migrated to 386s w/Interactive UNIX then to low-end SPARC boxes, etc. One of the things I miss from those days is the monthly UNIX meetings we used to have - I guess it's now so common that we don't have to meet in secret to swap arcane lore anymore ;-) -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 7-Aug-2008 at 20:40 Z South Pole Station PSC 468 Box 400 Temp -47.2 F (-44.0 C) Windchill -90.7 F (-68.2 C) APO AP 96598 Wind 27.3 kts Grid 8 Barometer 681.6 mb (10568 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From wh.sudbrink at verizon.net Thu Aug 7 15:51:58 2008 From: wh.sudbrink at verizon.net (Bill Sudbrink) Date: Thu, 07 Aug 2008 16:51:58 -0400 Subject: Argo Electronics in NYC to close In-Reply-To: <21614.69849.qm@web56203.mail.re3.yahoo.com> Message-ID: Christian Liendo wrote: > > I just saw a commercial on NY1 stating that Argo Electronics is > closing. They were the last Electronic Surplus stores on Canal > St. I never saw a commercial for Argo. > > The address > 393 Canal St > New York, NY 10013-1691 > Phone: (212) 226-4945 > As it happens, I'm in Rutherford, NJ visiting my Dad. Whenever I visit, we go into town to Lombardi's for pizza (planned for tomorrow, early afternoon this visit). Looking at Google maps, it seems it might be a reasonable walk between the two, but NY often tricks me. Is it a reasonable walk... looks like about half a mile on the map. From vrs at msn.com Thu Aug 7 15:54:55 2008 From: vrs at msn.com (Vincent Slyngstad) Date: Thu, 7 Aug 2008 13:54:55 -0700 Subject: RF08/RS08 emulation References: Message-ID: From: "Rich Alderson" Sent: Thursday, August 07, 2008 11:45 AM > From: Vincent Slyngstad > Sent: Wednesday, August 06, 2008 10:26 PM > >> I have a project like that. You can find Eagle drawings at >> http://www.so-much-stuff.com/pdp8/cadlib.html. >> Look for "RF08: RF08 Replacement" in the green scrolling region. > > Thanks, Vince! That's the kind of thing I was looking for! Feel free to mail me offlist if you decide to pursue a project like this. I'd love to hear how it goes! Vince From eric at brouhaha.com Thu Aug 7 16:05:40 2008 From: eric at brouhaha.com (Eric Smith) Date: Thu, 07 Aug 2008 14:05:40 -0700 Subject: AT&T 3B1 Unix PC In-Reply-To: <20080807205056.GE19776@usap.gov> References: <080420080615.7078.48969E7C000414EE00001BA622243322829B0A02D29B9B0EBF9B0809079D99D309@att.net> <489B28F7.5010404@tdh.com> <489B3DB1.6010408@brouhaha.com> <20080807205056.GE19776@usap.gov> Message-ID: <489B63A4.7030709@brouhaha.com> Ethan Dicks wrote: > Did anyone ever come out with a SCSI interface for these, even a home-brew > one? I wire-wrapped one, using a 5380 chip. It wouldn't fit in the 3B1, so I had to put it in the expansion box. I wrote a driver to test the hardware, which had ioctl() calls to read and write registers of the 5380. I didn't get a real block driver going, though. The 99-pin connectors for the bus are really hard to find; I wonder whether AT&T or Convergent were trying to make it difficult for third-parties to build peripherals. Possibly one could cut down a 120-pin connector. Maybe if the 3 pins at one end aren't necessary, one could butcher a 96-pin connector. Eric From ard at p850ug1.demon.co.uk Thu Aug 7 15:17:26 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Thu, 7 Aug 2008 21:17:26 +0100 (BST) Subject: Computer collectors are no longer the dweebiest people in the In-Reply-To: <489A1AC2.60902@gmail.com> from "Sridhar Ayengar" at Aug 6, 8 05:42:26 pm Message-ID: > > Roy J. Tellason wrote: > > On Wednesday 06 August 2008 15:56, Jim Battle wrote: > > (Snip) > >>> Am I the only 'collector' who doesn't much care about the value of the > >>> items hi his colelction? I collect things becuase I'm interested in them, > >>> I find them beautiful (in a somewhat odd way, I can appreciate the good > >>> design in a PDP11 or HP98x0 CPU, for example). I don't collect in the > >>> hope that I'll be able to sell them later for more money. > >> Tony, I think you are alone in that. The rest of us are getting > >> stinking rich stockpiling boring old electronics doo-dads. I just wish > >> my hands didn't get so dusty touching the stuff, as it makes my cash dirty. > > > > Wow, I definitely must be missing something here... :-) > > Yeah, it's called irony. 8-) Big iron-y? (Sorry, couldn't resist) -tony From ard at p850ug1.demon.co.uk Thu Aug 7 15:20:09 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Thu, 7 Aug 2008 21:20:09 +0100 (BST) Subject: IC collecting In-Reply-To: <1218012081.6545.6.camel@kusanagi> from "Gordon J. C. Pearce" at Aug 6, 8 09:41:21 am Message-ID: > > On Tue, 2008-08-05 at 11:44 -0400, Barber, Brennan wrote: > > > > Hi, > > > > I cam across your posting and wanted to see if you also collected IC's? > > Finding other collectors is a rarity for me so I thought I would shoot > > you and e-mail. I collect clones (russian, eastern block, etc.), Intel > > engineering samples and any IBM cpus. > > I prefer to keep the ICs in the boards ;-) I do collect (well, accumulate) ICs, but I intend to use them as spares for machines that I own/use. I know that one day I will need that 8008 to fix a PDP11/34 front panel, or whatever. But I personally have no desire to have a 'stamp collection' of supposedly rare ICs sitting in conductive foam. [...] > I like having butterflies in my garden, too. Butterflies flying around, > not dead in little boxes. That's a good way of putting it. -tony From ard at p850ug1.demon.co.uk Thu Aug 7 15:33:27 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Thu, 7 Aug 2008 21:33:27 +0100 (BST) Subject: Computer collectors are no longer the dweebiest people in the In-Reply-To: <00ae01c8f813$5c96e880$6601a8c0@game> from "Teo Zenios" at Aug 6, 8 06:25:41 pm Message-ID: > > Am I the only 'collector' who doesn't much care about the value of the > > items hi his colelction? I collect things becuase I'm interested in them, > > I find them beautiful (in a somewhat odd way, I can appreciate the good > > design in a PDP11 or HP98x0 CPU, for example). I don't collect in the > > hope that I'll be able to sell them later for more money. > I hope that my collection is worth enough when I die that it offsets the > cost of disposal of the CRTs I am keeping. Would hate to die and leave > somebody with a bill for cleanup. I'd much rather that all the CRTs I own. amd the equipment that contains them, carries on being used and enjoyed after I pass away. > It is more fun to collect things that are not worth that much. If you had a > $250K guitar would you leave it in your room and play it all the time or > would it end up in some expensive display case hidden from view incase > somebody wanted to steal it? How many people with original Apple I's would > run them very often if at all? Indeed. Actually, even if I have machines that are claimed to be valuable, I'd much rather enjoy them even if I risk lowering the value by so doing. I have, for example, dismantled my HP9100B to show others how it all fits together, the slight risk of damaging the machine seems worth it. An Apple 1 is not a machine I particularly desire, though. Sure if I was given one I'd accept it and probably investigate it. But there are plenty of more interesting machines _to me_ that I don't yet have. -tony From ard at p850ug1.demon.co.uk Thu Aug 7 15:49:31 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Thu, 7 Aug 2008 21:49:31 +0100 (BST) Subject: Collecting philosophy (Was: Computer collectors are no longer the In-Reply-To: from "Rick Bensene" at Aug 6, 8 10:22:45 pm Message-ID: > are worth. I do what I do because I have a great passion for this > particular part of our technological history, and there is such a > wonderful diversity of methods that various companies and engineers > invented to do the same basic functions, and each has its own beauty and > individuality, as well as (in some cases) places in history that are > significant. I've always felt that good hardware design is an art form. A somewhat obscure art form, only really appreciable by those who can read a schematic, understand a state machine, and so on, but an art form none-the-less. And seeign the itneral beauty of some of these machines is very enjoyable for me. > > I state in the website that none of the stuff is for sale. It isn't. > When I die, it'll be taken care of properly. None of my collection is for sale either. When I snuff it, another UK collector gets everything (not just the machines), and I believe he will know what to do with every item. > That's all that matters to me. This stuff isn't an investment, except > in the time that I spend pondering the designs and troubleshooting > machines that there are no schematics for, or figuring out how to I know that feelign all too well. Spending many a long night tracing conenctions to produce real service docmentation for a machine where either there is no servie manaul, or just a boardswapper guide. And then spending even more long nights finding the fualt. But then, when it finally all works, it's a great feeling that amply justifies the effort I put it (although actually I do enjoy (a) figuring out how the machine works and uncovering the beauty I mentioned earlier) and (b) solving the puzzle as to why it doesn't work any more). [...] > Tinkering around with this stuff makes me happy. Digging through old > documents and finding shreds of historical significance that tie > together is the most wonderful kind of detective work. Communicating > with folks who "were there", like Tom Osborn(HP 9100/9800), Allen > Frankel (son of Stanley Frankel, developer of the SCM 240SR, and the > design of the Diehl > Combitron, and some early small computers, as well as being a nuclear > physicist involved in the Manhattan Project), Harold Koplow (Microcode > designer of Wang's 700-Series machines and others, including the 2200 > BASIC computer, and word-processing systems), and many others is such a > great privilege. Sharing what I learn is pure joy. I#ve never been much of a 'people person' and wouldn't have a clue as to how to track down people like this, or how to approach them if I did find them. No matter. I can enjoy discovering things from the actual hardware in front of me. > The value is in those things, not dollars. I agree completely with > Tony's philosophy. Others may feel differently about these kinds of > things, and that's their right, and I'll fight to the death to defend > their right to feel that way, as well as for the right for Tony and > myself think the way we do. Of course. On the other hand, I can't help thinking of something written in one of Eric Smith's (not _our_ Eric Smith AFAIK) books on clock repair. He talks about the 'Horological Ham' -- basically an amateur clock enthusiast who appreciates the beauty in that that type of machine. And he makes a comment that what upsets the horological ham is not low-value clocks, or common clocks, or anything like that, but clocks that are never given the chance to work any more. Either for fear of damaging them, or because they have some (probably simple) fault. I will admit I feel the same way about classic computers. I do like to see them in operation. I do try to repari all those in my collection (of course there are many I've not got round to yet). I am not saying you're wrong if you don't feel the same way, of course. You have the right to collect what you like, how you like. -tony From ard at p850ug1.demon.co.uk Thu Aug 7 15:48:42 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Thu, 7 Aug 2008 21:48:42 +0100 (BST) Subject: Collecting philosophy (Was: Computer collectors are no longer the In-Reply-To: from "Rick Bensene" at Aug 6, 8 10:22:45 pm Message-ID: > > > > Tony Duell wrote: > > Am I the only 'collector' who doesn't much care about the value of the > > > items hi his colelction? I collect things becuase I'm interested in > them, > > I find them beautiful (in a somewhat odd way, I can appreciate the > good > > design in a PDP11 or HP98x0 CPU, for example). I don't collect in the > > hope that I'll be able to sell them later for more money. > > No, Tony, at least there is someone else who has the same appreciation > (not in terms of monetary value doing such), but in the glory of design > and implementation. I don't care about the value of the calculators in > the Old Calculator Museum. Frankly, I really could care less what they > are worth. I do what I do because I have a great passion for this > particular part of our technological history, and there is such a > wonderful diversity of methods that various companies and engineers > invented to do the same basic functions, and each has its own beauty and > individuality, as well as (in some cases) places in history that are > significant. > > I state in the website that none of the stuff is for sale. It isn't. > When I die, it'll be taken care of properly. > That's all that matters to me. This stuff isn't an investment, except > in the time that I spend pondering the designs and troubleshooting > machines that there are no schematics for, or figuring out how to > program a programmable calculator that there's no documentation known to > exist in terms of its instruction set, as well as documenting what > tidbits I can learn on the website for others to hopefully get some > enjoyment and education from. > > Tinkering around with this stuff makes me happy. Digging through old > documents and finding shreds of historical significance that tie > together is the most wonderful kind of detective work. Communicating > with folks who "were there", like Tom Osborn(HP 9100/9800), Allen > Frankel (son of Stanley Frankel, developer of the SCM 240SR, and the > design of the Diehl > Combitron, and some early small computers, as well as being a nuclear > physicist involved in the Manhattan Project), Harold Koplow (Microcode > designer of Wang's 700-Series machines and others, including the 2200 > BASIC computer, and word-processing systems), and many others is such a > great privilege. Sharing what I learn is pure joy. > > The value is in those things, not dollars. I agree completely with > Tony's philosophy. Others may feel differently about these kinds of > things, and that's their right, and I'll fight to the death to defend > their right to feel that way, as well as for the right for Tony and > myself think the way we do. > > Rick Bensene > The Old Calculator Museum > http://oldcalculatormuseum.com > > From korpela at ssl.berkeley.edu Thu Aug 7 16:20:38 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Thu, 7 Aug 2008 14:20:38 -0700 Subject: segmented memory models In-Reply-To: <489AF08F.32661.1039F928@cclist.sydex.com> References: <489620FF.21030.2852BB4@cclist.sydex.com> <489AF08F.32661.1039F928@cclist.sydex.com> Message-ID: On Thu, Aug 7, 2008 at 12:54 PM, Chuck Guzis wrote: > ISTR Windows 3.0 "standard mode" on a 386 could be considerably > faster than using the 386 "enhanced" mode--if you had enough memory > installed. It was for Windows apps, but the penalty was a single non-multitasked DOS box. In "enhanced mode" windows apps were living in a shared v86 machine, rather than under 286 protected mode. It took a lot of fiddling with page tables to keep them happy without really enforcing a 640K shared address space. Pardon me, I'm having flashbacks about locking and unlocking memory handles. Eric From vrs at msn.com Thu Aug 7 16:27:19 2008 From: vrs at msn.com (Vincent Slyngstad) Date: Thu, 7 Aug 2008 14:27:19 -0700 Subject: RF08/RS08 emulation References: <20080807201906.GD19776@usap.gov> Message-ID: From: "Ethan Dicks" > Ever since I got that first PDP-8/L when I was in high-school, I've > been trying to get a OS/8-capable configuration. I've gotten as > far as an -8/L w/12kW (via a BM08) and PC8L high-speed papertape, > but no posibus mass storage. My negibus -8/i has 64kW of DF32, > but only 4kW of core (another long-term project is to get that up > to 8kW internally). There are some bus converter projects there too, if those would be of any help. > On Wed, Aug 06, 2008 at 10:26:08PM -0700, Vincent Slyngstad wrote: >> N.B.: The 74LS151's in the write-protect section need to be real >> TTL, and float their inputs high without pull-ups. Of course, if >> you don't care about separate write-protect switches for each 32K, >> you can just hard wire the inputs to the right values :-). > > I don't remember seeing too many designs with floating TTL inputs. > Why no pullups? What's the advantage? No particular reason, but the board's pretty crowded trying to get it all to fit in 8"x11". I'd probably use SIL resistor packs and shift down the six DIPs below the switches. (I'm not sure there'd be enough void left to route the thing with 10mil design rules.) There's some other "fast and loose" stuff in there too -- S240 as bus drivers, multiple LS loads on the bus (still should be less than a 74xx load), and (importantly) no provision to continue the bus, so that it must be placed last. There's also no equivalent for the G717 terminator card, so it may need to be a fairly short bus! Vince From keithvz at verizon.net Thu Aug 7 16:30:09 2008 From: keithvz at verizon.net (Keith M) Date: Thu, 07 Aug 2008 17:30:09 -0400 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <20080807200317.GB19776@usap.gov> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> Message-ID: <489B6961.6030402@verizon.net> > On Thu, Aug 07, 2008 at 10:48:26AM -0500, Jules Richardson wrote: >> Sridhar Ayengar wrote: >>> but dial-up sucks. >> Surely it fits better with vintage computer collecting? I'm surprised that >> any of us are on broadband... ;) >> >> Thankfully I missed the 300 baud (and earlier) era > > I didn't - my first modem experiences were with acoustic couplers and > DECwriters in the educational environment (we didn't have one at my > school, but I had access to one at the university down the block from > where I grew up), and with a VIC Modem c. 1982. I got on CompuServe > (until my parents balked at the mounting costs), and local BBSes. I didn't miss the 300 baud era. I remember my first modem was a "direct connect" 300bps model sold by radio shack. It had an "answer or originate" switch, along with a big red button that said "Connect." Push the button, carrier was activated. No Hayes command set, no ATDT, no autodialing, nothing. You needed to dial manually, listen for carrier, push the button, and hang up. I used a 4th-hand pulse phone, because that's all my parents had to give me. It connected to my TRS-80 Color Computer II, which had 16k of ram. The TRS80 only had 32 columns, where the Commodore-64 and PC's had 40 at the time. I dealt with half-wrapped lines for years. So I dialed upwards of 100 BBS's in Pittsburgh, all thanks to unlimited metro calling, the package Bell Atlantic offered at the time. I knew every exchange in the 412 area code, where it was located, and whether I could call it for "free." This was early 80's. Compuserve offered trial accounts which you could get via magazines, from other BBS's, etc. I remember the userid's were always 6 (maybe 7?) digits, and the default passwords were two words separated by a symbol. Like, "wolf-rhyme" or "phone!warsaw" etc. 300 baud was actually fast enough for the majority of what I did for at least a couple years. 1200 baud was state of the art -- but many people still connected at 300 baud. When I later upgraded to an Amiga 500, I also got a 2400 baud modem which was lightning by comparison. But then the files got bigger.... I later got a 14.4/16.8k (dual standard, Courier and HST, anyone remember these?) which was the BOMB --- no one had anything faster in the early 90's. And then came K56flex and x2, competing standards........ I am a product of the 80's -- got interested in computers and modems right when WarGames came out, along with Whiz Kids, if anyone knows that show. You'll never guess what I did during my teenage(and later) years? :) Keith From trag at io.com Thu Aug 7 16:33:27 2008 From: trag at io.com (Jeff Walther) Date: Thu, 7 Aug 2008 16:33:27 -0500 (CDT) Subject: COBOL quote in the news In-Reply-To: <200808072125.m77LP2La045818@dewey.classiccmp.org> References: <200808072125.m77LP2La045818@dewey.classiccmp.org> Message-ID: <8955.209.163.133.242.1218144807.squirrel@webmail.io.com> > Date: Thu, 07 Aug 2008 11:19:33 -0700 > From: Eric Smith > Chuck Guzis wrote: >> "COBOL programmers are hard to come by these days," said Fred Forrer, >> the Sacramento-based CEO of MGT of America, a public-sector >> consulting firm. "It's certainly not a language that is taught. >> Oftentimes, you have to rely on retired annuitants to come back and >> help maintain the system until you're able to find a replacement." > > It's not at all hard to find COBOL programmers, and they are NOT all > retired. Offer a decent salary, and you'll get them. What the state is > specifically trying to do, though is to cut everyone's salaries, so how > likely is it that they'll offer a good salary to a COBOL programmer. > > The real story is that it's a bunch of political posturing. When anyone with a tech company says "We can't find anyone to do X" what they really mean is "We can't find any new graduates to do X" because heaven forbid they should hire an older (like over 35) worker. There are plenty of older tech experienced folks working at hardware stores, who would jump at an entry level tech salary, but for some reason, human resource drones in tech companies are universally convinced that they would be too expensive or otherwise a poor choice. Sigh. It's the same story as a few months back when B. Gates went before congress and asked for more H1Bs claiming he couldn't find any programmers. Jeff Walther From ethan.dicks at usap.gov Thu Aug 7 16:39:04 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Thu, 7 Aug 2008 21:39:04 +0000 Subject: AT&T 3B1 Unix PC In-Reply-To: <489B63A4.7030709@brouhaha.com> References: <080420080615.7078.48969E7C000414EE00001BA622243322829B0A02D29B9B0EBF9B0809079D99D309@att.net> <489B28F7.5010404@tdh.com> <489B3DB1.6010408@brouhaha.com> <20080807205056.GE19776@usap.gov> <489B63A4.7030709@brouhaha.com> Message-ID: <20080807213904.GA5643@usap.gov> On Thu, Aug 07, 2008 at 02:05:40PM -0700, Eric Smith wrote: > Ethan Dicks wrote: > >Did anyone ever come out with a SCSI interface for these, even a home-brew > >one? > > I wire-wrapped one, using a 5380 chip. It wouldn't fit in the 3B1, so I > had to put it in the expansion box. I wrote a driver to test the > hardware, which had ioctl() calls to read and write registers of the > 5380. I didn't get a real block driver going, though. That's certainly encouraging. I know about the 5380 from a variety of places - including the MacPlus and some early (pre-33C93) Amiga SCSI cards. > The 99-pin connectors for the bus are really hard to find; I wonder > whether AT&T or Convergent were trying to make it difficult for > third-parties to build peripherals. Possibly one could cut down a > 120-pin connector. Maybe if the 3 pins at one end aren't necessary, one > could butcher a 96-pin connector. Hmm... I didn't know the 3B1 had an unusual expansion connector. That complicates things. Since I don't know about the internals of the box, this might or might not be feasible, but there were several SCSI and IDE interfaces for the Amiga (and Atari ST?) that plugged right into a 64-pin CPU socket. The two issues I see would be a) physical clearance, and b) fitting into a blank space in the memory map. It might not be feasible to retro-fit a commerical Amiga interface into an 3B1 for either or both of those reasons, but perhaps that would be a viable approach for a dedicated 3B1 interface. Even though 8-bit SCSI and PATA drives are no longer the dominant drive forms, they are a step or two up the ladder from MFM - easier to find, smaller, etc... there never was a 3.5" hard disk that was taller than an ST-225, so there'd be no problem fitting one into even a 7300. If I had a UNIX PC, I might pursue this, but it was at least interesting to learn about the odd connector and what sorts of issues have to be gotten around. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 7-Aug-2008 at 21:30 Z South Pole Station PSC 468 Box 400 Temp -47.4 F (-44.1 C) Windchill -86.9 F (-66.1 C) APO AP 96598 Wind 21.0 kts Grid 11 Barometer 682.0 mb (10553 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From korpela at ssl.berkeley.edu Thu Aug 7 16:39:59 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Thu, 7 Aug 2008 14:39:59 -0700 Subject: question aaout ISP's In-Reply-To: <4EE5D8CA323707439EF291AC9244BD9A922163@sbs.jdfogg.com> References: <4EE5D8CA323707439EF291AC9244BD9A922163@sbs.jdfogg.com> Message-ID: > Don't use standard ports. My provider (Comcast) blocks port 25 (mail) > inbound and outbound, and doesn't allow relaying through its mail > servers. Instead I use port 2525 and an external mail relay service. Where is this? In my area comcast blocks 25 inbound, but doesn't seem to mind outgoing SMTP. Eric From eric at brouhaha.com Thu Aug 7 16:41:45 2008 From: eric at brouhaha.com (Eric Smith) Date: Thu, 07 Aug 2008 14:41:45 -0700 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489B6961.6030402@verizon.net> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> Message-ID: <489B6C19.9040807@brouhaha.com> Keith M wrote: > I didn't miss the 300 baud era. I remember my first modem was a "direct > connect" 300bps model sold by radio shack. It had an "answer or 300 baud? Luxury! We *dreamed* of having 300 baud. We used Model 33 Teletypes at 110 baud, and we were darned lucky to have those. One guy I knew only had a Model 28 Teletype at 45.5 baud. On the other hand, the Model 28 was *much* more reliable than a 33. And we had to walk to school. Uphill. Both ways. From sellam at vintagetech.com Thu Aug 7 16:43:46 2008 From: sellam at vintagetech.com (Sellam Ismail) Date: Thu, 7 Aug 2008 14:43:46 -0700 (PDT) Subject: Computer collectors are no longer the dweebiest people in the Message-ID: Tony blathered: > I don't collect in the hope that I'll be able to sell them later for > more money. No, Tony, I believe you are entirely unique in this regard as everyone else subscribed here is just in it for the money. Weirdo. -- Sellam Ismail Vintage Computer Festival ------------------------------------------------------------------------------ International Man of Intrigue and Danger http://www.vintage.org [ Old computing resources for business || Buy/Sell/Trade Vintage Computers ] [ and academia at www.VintageTech.com || at http://marketplace.vintage.org ] From spc at conman.org Thu Aug 7 16:50:08 2008 From: spc at conman.org (Sean Conner) Date: Thu, 7 Aug 2008 17:50:08 -0400 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489B6961.6030402@verizon.net> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> Message-ID: <20080807215008.GA13516@brevard.conman.org> It was thus said that the Great Keith M once stated: > >On Thu, Aug 07, 2008 at 10:48:26AM -0500, Jules Richardson wrote: > >>Sridhar Ayengar wrote: > >>>but dial-up sucks. > >>Surely it fits better with vintage computer collecting? I'm surprised > >>that any of us are on broadband... ;) > >> > >>Thankfully I missed the 300 baud (and earlier) era > > > >I didn't - my first modem experiences were with acoustic couplers and > >DECwriters in the educational environment (we didn't have one at my > >school, but I had access to one at the university down the block from > >where I grew up), and with a VIC Modem c. 1982. I got on CompuServe > >(until my parents balked at the mounting costs), and local BBSes. > > I didn't miss the 300 baud era. I remember my first modem was a "direct > connect" 300bps model sold by radio shack. It had an "answer or > originate" switch, along with a big red button that said "Connect." > Push the button, carrier was activated. No Hayes command set, no ATDT, > no autodialing, nothing. You needed to dial manually, listen for > carrier, push the button, and hang up. I used a 4th-hand pulse phone, > because that's all my parents had to give me. I started out at 300bps too. I didn't have a modem at home, but someone had donated an Atari 600XL (with diskdrive and modem) to my high school, and I used that nearly every day to call BBSes with. It was only after I graduated (1987) that I got a 300bps modem of my own (the internal one for the IBM PCjr). I remember my friend upgrading his BBS to 1200 and above, so to call his BBS, I had to dial into my college, and then use one of the outgoing 1200 modems to call him. Luckily, everything was local. I did upgrade to 1200 and found that I could comfortably read at that rate (300 was a tad too slow for my tastes). 2400 was a bit too fast. Around 1994 or 95, another friend of mine started a web design/web hosting company. We had a colocated server at a local ISP, and our office (his dining room) was connected via a 28.8k modem. Fun times indeed. Let's see, over the years, I've done 300, 1200, 2400, 14.4k, 28.8k, ISDN (before HellSouth changed the pricing structure, and at the time I had 32 static IP addresses---woo hoo!), DSL and cable. My boss and I (still the same) even talked about a wireless shot to the office (20 miles south of where we live) but nothing ever came of it. Pitty. -spc (And for the most part, have never had to pay for Internet access--- perk for working in the industry) From bfranchuk at jetnet.ab.ca Thu Aug 7 16:52:37 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Thu, 07 Aug 2008 15:52:37 -0600 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489B6C19.9040807@brouhaha.com> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> <489B6C19.9040807@brouhaha.com> Message-ID: <489B6EA5.205@jetnet.ab.ca> Eric Smith wrote: > Keith M wrote: >> I didn't miss the 300 baud era. I remember my first modem was a >> "direct connect" 300bps model sold by radio shack. It had an "answer or > > 300 baud? Luxury! We *dreamed* of having 300 baud. We used Model 33 > Teletypes at 110 baud, and we were darned lucky to have those. One > guy I knew only had a Model 28 Teletype at 45.5 baud. On the other > hand, the Model 28 was *much* more reliable than a 33. > > And we had to walk to school. Uphill. Both ways. > And how many miles was it school again? Did the 28 TTY have a paper tape reader/punch like 33? From ethan.dicks at usap.gov Thu Aug 7 16:51:42 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Thu, 7 Aug 2008 21:51:42 +0000 Subject: RF08/RS08 emulation In-Reply-To: References: <20080807201906.GD19776@usap.gov> Message-ID: <20080807215142.GB5643@usap.gov> On Thu, Aug 07, 2008 at 02:27:19PM -0700, Vincent Slyngstad wrote: > From: "Ethan Dicks" > >Ever since I got that first PDP-8/L when I was in high-school, I've > >been trying to get a OS/8-capable configuration. I've gotten as > >far as an -8/L w/12kW (via a BM08) and PC8L high-speed papertape, > >but no posibus mass storage. My negibus -8/i has 64kW of DF32, > >but only 4kW of core (another long-term project is to get that up > >to 8kW internally). > > There are some bus converter projects there too, if those would be > of any help. Sure, if it comes to that. The -8/i is out of the picture until I get enough memory on it anyway. I have enough M-series logic to stuff the backplane with the memory extension logic (somewhere, I even have an M720), and I think I have enough spare G-series logic from an -8/L that came to me as a crate of parts (broken chassis, no front-panel, a few broken backplane pins, no core...), or nearly enough to implement 8kW, but 32kW sure would be nice for doing any "real" work (like playing Adventure ;-) My main -8/L is in closer shape than anything, though if I fix whatever is wrong with my -8/e, I do have a posibus adapter for that, and it might be a more reliable testbed for new devices, especially since I can easily throw an RX8E in there (borrowed from a PDP-8/a-based WPS box in the same room). I suppose I could just use the -8/a and the posibus adapter, but that, too, has some odd problem (with the KM8A, IIRC). Sigh... all of this stuff worked once, but it's been three moves and a lot of years, and I haven't been able to spend enough time in front of the machines to give them the attention they deserve. > No particular reason, but the board's pretty crowded trying to get > it all to fit in 8"x11". I'd probably use SIL resistor packs and > shift down the six DIPs below the switches. (I'm not sure there'd > be enough void left to route the thing with 10mil design rules.) Sounds crowded. > There's some other "fast and loose" stuff in there too -- S240 as > bus drivers, multiple LS loads on the bus (still should be less > than a 74xx load), and (importantly) no provision to continue the > bus, so that it must be placed last. There's also no equivalent > for the G717 terminator card, so it may need to be a fairly short > bus! Well... while that's not optimal, it's workable. Given the dearth of OEM posibus equipment these days (I have none and have never seen any except on the web), it's not like many people are going to be sticking this on a heavily loaded bus. The RF08 is large enough to do interesting things with, leaving only removable media to get things on and off the system - paper tape is certainly one way, but floppies are more convenient... in my particular case, I suppose the largest configuration I'd attempt would be a modern solid-state RF08 and that RX8 you/we started and haven't gotten back to. It's been so long that I can't remember if the RX8 can be in the middle of the posibus or not. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 7-Aug-2008 at 21:30 Z South Pole Station PSC 468 Box 400 Temp -47.4 F (-44.1 C) Windchill -86.9 F (-66.1 C) APO AP 96598 Wind 21.0 kts Grid 11 Barometer 682.0 mb (10553 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From cclist at sydex.com Thu Aug 7 16:55:50 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 07 Aug 2008 14:55:50 -0700 Subject: segmented memory models In-Reply-To: References: , <489AF08F.32661.1039F928@cclist.sydex.com>, Message-ID: <489B0CF6.2626.10A8EB9A@cclist.sydex.com> On 7 Aug 2008 at 14:20, Eric J Korpela wrote: > Pardon me, I'm having flashbacks about locking and unlocking memory > handles. ...and all of the little undocumented "tricks" that later made life miserable? Yeah, good times! Cheers, Chuck From jim at photojim.ca Thu Aug 7 16:58:51 2008 From: jim at photojim.ca (Jim MacKenzie) Date: Thu, 7 Aug 2008 15:58:51 -0600 Subject: dial-up experiences (was Re: question aaout ISP's) References: <507520.26074.qm@web56201.mail.re3.yahoo.com><4899F65F.8000504@gmail.com><4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com><20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> Message-ID: <02cd01c8f8d8$c6f37ed0$1802a8c0@JIMM> ----- Original Message ----- From: "Keith M" To: ; "Discussion at olddell.com :On-Topic and Off-Topic Posts" Sent: Thursday, August 07, 2008 3:30 PM Subject: Re: dial-up experiences (was Re: question aaout ISP's) > I later got a 14.4/16.8k (dual standard, Courier and HST, anyone remember > these?) which was the BOMB --- no one had anything faster in the early > 90's. The Couriers were the modems to drool over in the BBS days. When modem prices came down a few years ago, I picked myself up a Courier V.Everything modem (which does 16,800 bps HST and 56K v.90, along with all the rates below them). It is still the best modem ever produced (and one of the largest :) ). Jim From ethan.dicks at usap.gov Thu Aug 7 17:02:43 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Thu, 7 Aug 2008 22:02:43 +0000 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489B6961.6030402@verizon.net> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> Message-ID: <20080807220243.GC5643@usap.gov> On Thu, Aug 07, 2008 at 05:30:09PM -0400, Keith M wrote: > I didn't miss the 300 baud era. I remember my first modem was a "direct > connect" 300bps model sold by radio shack. It had an "answer or > originate" switch, along with a big red button that said "Connect." > Push the button, carrier was activated. No Hayes command set, no ATDT, > no autodialing, nothing. You needed to dial manually, listen for > carrier, push the button, and hang up. I used a 4th-hand pulse phone, > because that's all my parents had to give me. That sounds fancier than the VIC Modem... that one didn't even connect to the wall directly - you picked up a regular phone, dial or touch- tone, dialled your number, waited for carrier, and, this is the tricky part, before the far end disconnected, you had to detach the coiled handset cord from the receiver and plug it into the modem. I probably had about an 80%-90% success rate without having to dial again. It made the modem cheap, but a bit fiddly to use. If phones had been cheaper then, it might have made sense to scrap one out and make a simple switch-box, but I never had the parts on hand to try it. > It connected to my TRS-80 Color Computer II, which had 16k of ram. The > TRS80 only had 32 columns, where the Commodore-64 and PC's had 40 at the > time. I dealt with half-wrapped lines for years. Ow... 40 col was bad enough... I can't imagine 32. I think that would have screwed up lots of the message boards and online games I used to use in those days. > So I dialed upwards of 100 BBS's in Pittsburgh, all thanks to unlimited > metro calling, the package Bell Atlantic offered at the time. I knew > every exchange in the 412 area code, where it was located, and whether I > could call it for "free." > > This was early 80's. Compuserve offered trial accounts which you could > get via magazines, from other BBS's, etc. I remember the userid's were > always 6 (maybe 7?) digits, and the default passwords were two words > separated by a symbol. Like, "wolf-rhyme" or "phone!warsaw" etc. Right... I remember my first password... section%angry. I don't happen to remember my PPN, but it's on the address label on one of my old CIS magazines. I'm pretty sure that PPN was purged long before I worked there in 2001-2002. > I am a product of the 80's -- got interested in computers and modems > right when WarGames came out, along with Whiz Kids, if anyone knows that > show. You'll never guess what I did during my teenage(and later) years? :) Heh... I pretty much kept my nose clean back in those days, but I had older friends who were quite a bit more reckless. I don't know anyone that ever built a blue-box, but some of the kids were big into wardialling. One story from those days - I wasn't there to verify that it actually happened, but it sounds plausible - was that one kid had use of the family station wagon when he learned to drive - he piled an Apple II in the back, with monitor and all, and parked behind a K-Mart by the garden center, because they had two important resources near each other... a payphone and an outdoor 110V outlet... he parked as close to the phone as he could, plugged the computer in and used an acoustic coupler to do his wardialling from the tailgate. He was ready to unplug and go if the authorities came sniffing around, but I don't think he ever got noticed. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 7-Aug-2008 at 21:50 Z South Pole Station PSC 468 Box 400 Temp -48.1 F (-44.5 C) Windchill -91.5 F (-68.6 C) APO AP 96598 Wind 26.5 kts Grid 13 Barometer 682.0 mb (10553 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From aliensrcooluk at yahoo.co.uk Thu Aug 7 17:05:23 2008 From: aliensrcooluk at yahoo.co.uk (Andrew Burton) Date: Thu, 7 Aug 2008 22:05:23 +0000 (GMT) Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489B6961.6030402@verizon.net> Message-ID: <835656.32486.qm@web23401.mail.ird.yahoo.com> Yeah, I know of Whiz Kids. Only seen part of the first episode as I haven't had time to watch the others yet. About 9 episodes have been uploaded onto YouTube.com with each episode split into several parts. War Games is a great film, and I actually caught the last 30 minutes of The Computer Wore Tennis Shoes the other week. The bit with Kurt Russell doing his part in the quiz at the end is hilarious :) As for dial-up, I'm still using it with my 56K (?) laptop modem :)? The European Dreamcast I used on dial-up before that had a 33K (?) one, whilst the US and Japanese machines had 56K ones, grrr. I did use my Gamecube on dial-up too, but I have no idea what speeds it used. Regards, Andrew B aliensrcooluk at yahoo.co.uk Keith M wrote: I am a product of the 80's -- got interested in computers and modems right when WarGames came out, along with Whiz Kids, if anyone knows that show. You'll never guess what I did during my teenage(and later) years? :) Keith From ethan.dicks at usap.gov Thu Aug 7 17:08:22 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Thu, 7 Aug 2008 22:08:22 +0000 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489B6C19.9040807@brouhaha.com> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> <489B6C19.9040807@brouhaha.com> Message-ID: <20080807220822.GD5643@usap.gov> On Thu, Aug 07, 2008 at 02:41:45PM -0700, Eric Smith wrote: > Keith M wrote: > >I didn't miss the 300 baud era. I remember my first modem was a "direct > >connect" 300bps model sold by radio shack. It had an "answer or > > 300 baud? Luxury! We *dreamed* of having 300 baud. We used Model 33 > Teletypes at 110 baud, and we were darned lucky to have those. One guy > I knew only had a Model 28 Teletype at 45.5 baud. On the other hand, > the Model 28 was *much* more reliable than a 33. Fortunately, I suppose, I missed _that_ era. I have fiddled with real TTYs, but mostly as PDP-8 peripherals, not as a primary dialup experience. I did pick up an ASR-33 w/110 baud "data set" in the pedestal for $35 at Dayton after everyone had moved to 300/1200 baud. I had hoped to use it with my first PDP-8/L, but never figured out how to divorce the TTY part from the modem (I could probably do it now). Unfortunately, in my youthful exhuberance, I removed the touch-tone pad, so now it sits, unable to call anyone (though I think I later tested that I could call _it_ and print messages on it, then send EOT to turn it back off). Yet another of those long-term projects is to put the touch-tone pad back in and get it working. The follow-on would be to build and install a reader-run relay circuit and get it working as a DEC console TTY, but since I _have_ one of those (that _is_ working), that aspect of the restoration isn't as pressing. > And we had to walk to school. Uphill. Both ways. Amen. (oh... and in Ohio, we added "in the snow"...) -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 7-Aug-2008 at 22:00 Z South Pole Station PSC 468 Box 400 Temp -48.1 F (-44.5 C) Windchill -90.1 F (-67.8 C) APO AP 96598 Wind 24.2 kts Grid 9 Barometer 682.0 mb (10553 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From trixter at oldskool.org Thu Aug 7 17:28:19 2008 From: trixter at oldskool.org (Jim Leonard) Date: Thu, 07 Aug 2008 17:28:19 -0500 Subject: Where to find memory ICs? In-Reply-To: <1e1fc3e90602131138r4ff57282q20bfcde5703d8768@mail.gmail.com> References: <43F0294F.3030705@oldskool.org> <1e1fc3e90602131138r4ff57282q20bfcde5703d8768@mail.gmail.com> Message-ID: <489B7703.7050009@oldskool.org> Glen Slick wrote: >> I just want a few tubes of these to populate the board, I'm not looking >> for a box of 'em :-) Any pointers? > > www.unicornelectronics.com > 511000-100 $1.89 quanity 25-99 I want to use these to populate an Above Board from 2MB to 8MB, and that would require 6*9*1.89 = $102.06 for just 6MB of RAM. Does anyone know of a cheaper way to get DRAM? $100 just so I can add 6MB of RAM to a card doesn't seem right... -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From cclist at sydex.com Thu Aug 7 17:27:20 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 07 Aug 2008 15:27:20 -0700 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <02cd01c8f8d8$c6f37ed0$1802a8c0@JIMM> References: <507520.26074.qm@web56201.mail.re3.yahoo.com>, <02cd01c8f8d8$c6f37ed0$1802a8c0@JIMM> Message-ID: <489B1458.10572.10C5C113@cclist.sydex.com> On 7 Aug 2008 at 15:58, Jim MacKenzie wrote: > The Couriers were the modems to drool over in the BBS days. When modem > prices came down a few years ago, I picked myself up a Courier V.Everything > modem (which does 16,800 bps HST and 56K v.90, along with all the rates > below them). It is still the best modem ever produced (and one of the > largest :) ). I have three different vintages from the original Courier HST to the V.Everything somewhere. One thing that made them very attractive was the USR BBS sysops' program. About $200, I think, which was a steal. Later ones had a plate pop-riveted to the case that said something to the effect of "Not for resale". I think Hayes had a similar sysop program. They made periodic DIY upgrades available, but they tended to obsess about returning old EPROMs and SRAMs. Later they got to be perfectly sloppy on upgrades as in "Send us your old modem when you have a chance, if you happen think of it and it's not raining." A very reliable modem in my experience. Cheers, Chuck From vrs at msn.com Thu Aug 7 17:29:01 2008 From: vrs at msn.com (Vincent Slyngstad) Date: Thu, 7 Aug 2008 15:29:01 -0700 Subject: RF08/RS08 emulation References: <20080807201906.GD19776@usap.gov> <20080807215142.GB5643@usap.gov> Message-ID: From: "Ethan Dicks" > On Thu, Aug 07, 2008 at 02:27:19PM -0700, Vincent Slyngstad wrote: >> No particular reason, but the board's pretty crowded trying to get >> it all to fit in 8"x11". I'd probably use SIL resistor packs and >> shift down the six DIPs below the switches. (I'm not sure there'd >> be enough void left to route the thing with 10mil design rules.) > > Sounds crowded. It is a little. The 8"x11" restriction is really just to keep the prototype cost low for a particular board shop. If that or the 10mil restriction were relaxed, things would get easier. Of course it would also be fairly easy to redo the thing with GALs instead of TTL, which should also make it easier to fit things in, but would require me to program parts. >> There's some other "fast and loose" stuff in there too -- S240 as >> bus drivers, multiple LS loads on the bus (still should be less >> than a 74xx load), and (importantly) no provision to continue the >> bus, so that it must be placed last. There's also no equivalent >> for the G717 terminator card, so it may need to be a fairly short >> bus! > > Well... while that's not optimal, it's workable. Given the dearth > of OEM posibus equipment these days (I have none and have never > seen any except on the web), it's not like many people are going to > be sticking this on a heavily loaded bus. The RF08 is large enough > to do interesting things with, leaving only removable media to get > things on and off the system - paper tape is certainly one way, > but floppies are more convenient... in my particular case, I suppose > the largest configuration I'd attempt would be a modern solid-state > RF08 and that RX8 you/we started and haven't gotten back to. It's > been so long that I can't remember if the RX8 can be in the middle > of the posibus or not. The RX8 will go in the middle of a bus, and even has a provision for a G717 equivalent bus terminator, in the form of an optional SIL resistor pack. Real drivers, too. Of course, being known not to work as yet, I doubt anyone will be rushing out to build it :-(. Vince From mloewen at cpumagic.scol.pa.us Thu Aug 7 17:32:21 2008 From: mloewen at cpumagic.scol.pa.us (Mike Loewen) Date: Thu, 7 Aug 2008 18:32:21 -0400 (EDT) Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <20080807220243.GC5643@usap.gov> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> <20080807220243.GC5643@usap.gov> Message-ID: On Thu, 7 Aug 2008, Ethan Dicks wrote: > That sounds fancier than the VIC Modem... that one didn't even connect > to the wall directly - you picked up a regular phone, dial or touch- > tone, dialled your number, waited for carrier, and, this is the tricky > part, before the far end disconnected, you had to detach the coiled > handset cord from the receiver and plug it into the modem. I probably > had about an 80%-90% success rate without having to dial again. My first modem was a Novation J-Cat: http://sturgeon.css.psu.edu/~mloewen/Oldtech/Modems/Jcat.html A tiny little thing that stuck to the side of the computer with velcro. To dial it, I had to write a program to pulse the off-hook line. I used it in 1983 with my TRS-80 Model III. > Ow... 40 col was bad enough... I can't imagine 32. I think that would > have screwed up lots of the message boards and online games I used to > use in those days. I wrote a Unix-based (Xenix, actually) BBS in 1985, along with a friend who owned a brand new Tandy 6000HD. Our lowest common denominator for screen width was the Coco, at 32 columns. So, the first time you logged in, you were stuck with 32 columns until you changed it. By that time, we were up to 1200 baud, with 4 lines. Mike Loewen mloewen at cpumagic.scol.pa.us Old Technology http://sturgeon.css.psu.edu/~mloewen/Oldtech/ From bfranchuk at jetnet.ab.ca Thu Aug 7 17:43:08 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Thu, 07 Aug 2008 16:43:08 -0600 Subject: Where to find memory ICs? In-Reply-To: <489B7703.7050009@oldskool.org> References: <43F0294F.3030705@oldskool.org> <1e1fc3e90602131138r4ff57282q20bfcde5703d8768@mail.gmail.com> <489B7703.7050009@oldskool.org> Message-ID: <489B7A7C.8020402@jetnet.ab.ca> Jim Leonard wrote: > Glen Slick wrote: >>> I just want a few tubes of these to populate the board, I'm not looking >>> for a box of 'em :-) Any pointers? >> >> www.unicornelectronics.com >> 511000-100 $1.89 quanity 25-99 > > I want to use these to populate an Above Board from 2MB to 8MB, and > that would require 6*9*1.89 = $102.06 for just 6MB of RAM. > > Does anyone know of a cheaper way to get DRAM? $100 just so I can add > 6MB of RAM to a card doesn't seem right... Quit grumbing, be thank full you don't have to have +256 meg just on video card to run the lastest pc software. :( From RichA at vulcan.com Thu Aug 7 17:50:28 2008 From: RichA at vulcan.com (Rich Alderson) Date: Thu, 7 Aug 2008 15:50:28 -0700 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <20080807220822.GD5643@usap.gov> References: <507520.26074.qm@web56201.mail.re3.yahoo.com><4899F65F.8000504@gmail.com><4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com><20080807200317.GB19776@usap.gov><489B6961.6030402@verizon.net> <489B6C19.9040807@brouhaha.com> <20080807220822.GD5643@usap.gov> Message-ID: From: Ethan Dicks Sent: Thursday, August 07, 2008 3:08 PM > On Thu, Aug 07, 2008 at 02:41:45PM -0700, Eric Smith wrote: >> And we had to walk to school. Uphill. Both ways. > Amen. (oh... and in Ohio, we added "in the snow"...) ...which is funny, given the climate. Yes, the southern edge of Lake Erie gets some snow, but go south 50 miles and it's risible. The first winter I was at Ohio State, having moved there from Chicago, my wife was greatly amused when it snowed (1/2in accumulation) and they were sent home from work, schools were closed, people quit driving in panic, etc. usw. k.t.l. Of course, Ethan makes up for that with his work address! Rich From trixter at oldskool.org Thu Aug 7 17:55:26 2008 From: trixter at oldskool.org (Jim Leonard) Date: Thu, 07 Aug 2008 17:55:26 -0500 Subject: Where to find memory ICs? In-Reply-To: <489B7A7C.8020402@jetnet.ab.ca> References: <43F0294F.3030705@oldskool.org> <1e1fc3e90602131138r4ff57282q20bfcde5703d8768@mail.gmail.com> <489B7703.7050009@oldskool.org> <489B7A7C.8020402@jetnet.ab.ca> Message-ID: <489B7D5E.6010607@oldskool.org> bfranchuk at jetnet.ab.ca wrote: >> Does anyone know of a cheaper way to get DRAM? $100 just so I can add >> 6MB of RAM to a card doesn't seem right... > Quit grumbing, be thank full you don't have to have +256 meg just on > video card to run the lastest pc software. :( I don't think it's "grumbling" to ask if there is any way to get 1mbit DRAMs for less than $1.89 apiece... -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From bfranchuk at jetnet.ab.ca Thu Aug 7 18:05:36 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Thu, 07 Aug 2008 17:05:36 -0600 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: References: <507520.26074.qm@web56201.mail.re3.yahoo.com><4899F65F.8000504@gmail.com><4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com><20080807200317.GB19776@usap.gov><489B6961.6030402@verizon.net> <489B6C19.9040807@brouhaha.com> <20080807220822.GD5643@usap.gov> Message-ID: <489B7FC0.7080808@jetnet.ab.ca> Rich Alderson wrote: > Of course, Ethan makes up for that with his work address! > > I am quite sure that there is very little NEW snow where Ethan lives ... while I do suspect you may have few dinosaurs buried in the ice some where. > Rich > > PS. Back on topic until about 2000 did we even have dial up here for internet access. From onymouse at garlic.com Thu Aug 7 07:59:00 2008 From: onymouse at garlic.com (jd) Date: Thu, 07 Aug 2008 05:59:00 -0700 Subject: Double-Sided disk drives reading Single-Sided disks (HP 9122 vs 9121) In-Reply-To: References: Message-ID: <489AF194.7020203@garlic.com> JP Hindin ????????: > > Is there any reason that the 9122 DS drive won't read a SS diskette for > the 9121? > A small thing about DOS formatted HP SSDD disks: They are marked as double-sided. When the system reads the first sector and sees that it's marked as double-sided it will try to read the next sector off the other side. No idea why HP did this. Naturally, MS|IBM-DOS ignores the double-sided bit. A system has to try to read the next sector from the same side of the disk if reading the second sector fails. There's nothing else to tell the system it's single-sided. Would be nice to get *nix & fdparm to work with SSDD floppies. -- jd From geneb at deltasoft.com Thu Aug 7 18:40:18 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Thu, 7 Aug 2008 16:40:18 -0700 (PDT) Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> <20080807220243.GC5643@usap.gov> Message-ID: > > My first modem was a Novation J-Cat: > > http://sturgeon.css.psu.edu/~mloewen/Oldtech/Modems/Jcat.html > That reminds me - Novation made a 2400 baud modem that used a fancy LCD display with an amber background to it. What was it called? I'd love to add one to my collection... > > I wrote a Unix-based (Xenix, actually) BBS in 1985, along with a friend > who owned a brand new Tandy 6000HD. Our lowest common denominator for screen > width was the Coco, at 32 columns. So, the first time you logged in, you > were stuck with 32 columns until you changed it. By that time, we were up to > 1200 baud, with 4 lines. > Micro Magic had four lines? Must have been after Jason yelled at me and I quit calling. :) g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From madodel at ptdprolog.net Thu Aug 7 20:40:17 2008 From: madodel at ptdprolog.net (madodel) Date: Thu, 07 Aug 2008 20:40:17 -0500 Subject: COBOL quote in the news In-Reply-To: <489B3CB5.7070806@brouhaha.com> References: <489ABA22.8563.F6561BF@cclist.sydex.com> <489B3CB5.7070806@brouhaha.com> Message-ID: <489BA401.3000306@ptdprolog.net> Eric Smith wrote: > Chuck Guzis wrote: >> "COBOL programmers are hard to come by these days," said Fred Forrer, >> the Sacramento-based CEO of MGT of America, a public-sector consulting >> firm. "It's certainly not a language that is taught. Oftentimes, you >> have to rely on retired annuitants to come back and help maintain the >> system until you're able to find a replacement." > > It's not at all hard to find COBOL programmers, and they are NOT all > retired. Offer a decent salary, and you'll get them. What the state is > specifically trying to do, though is to cut everyone's salaries, so how > likely is it that they'll offer a good salary to a COBOL programmer. > > The real story is that it's a bunch of political posturing. > > Just prior to y2k they were paying large bonuses to get C programmers to learn COBOL so the 100s of millions of lines of code could be checked and patched. Large companies were desperate. I'm sure a lot of these folks were canned after 2000 when all the Y2K nonsense finally ended but I'm sure they aren't all retired. And they should still be around if someone offered them enough money. I haven't written any code since 2001, because any contract would have required me to travel which I couldn't do any more. But it was great while it lasted. Mark (Who is retired but still too busy to get everything done.) From cclist at sydex.com Thu Aug 7 18:41:28 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 07 Aug 2008 16:41:28 -0700 Subject: Where to find memory ICs? In-Reply-To: <489B7703.7050009@oldskool.org> References: <43F0294F.3030705@oldskool.org>, <1e1fc3e90602131138r4ff57282q20bfcde5703d8768@mail.gmail.com>, <489B7703.7050009@oldskool.org> Message-ID: <489B25B8.1821.11099DCA@cclist.sydex.com> On 7 Aug 2008 at 17:28, Jim Leonard wrote: > Does anyone know of a cheaper way to get DRAM? $100 just so I can add > 6MB of RAM to a card doesn't seem right... Well, you asked. I posted a "WANT" on the local Freecycle list for any old 286/386 systems and got a couple of replies. One of them was an old Micronics 386/20 system with 8MB of DIPs on the memory boards. Cost me only the time to go across town and get it. Got a nice AT- style clone case to go with it as well as bunch of other stuff. If I'dve asked for CRT monitors, my inbox would probably be full. The funny thing is that a friend recently had his house burgled where the thief took his 17" no-name VGA monitor (left his computer) and a rusty Buck knife. His insurance company valued them at $689, so cut a check over his $500 deductible. I wondered how the malefactor was going to fence a monitor that the local recycler charges $10 to take. Cheers, Chuck From spectre at floodgap.com Thu Aug 7 18:46:28 2008 From: spectre at floodgap.com (Cameron Kaiser) Date: Thu, 7 Aug 2008 16:46:28 -0700 (PDT) Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <20080807220243.GC5643@usap.gov> from Ethan Dicks at "Aug 7, 8 10:02:43 pm" Message-ID: <200808072346.m77NkThN025506@floodgap.com> > That sounds fancier than the VIC Modem... that one didn't even connect > to the wall directly - you picked up a regular phone, dial or touch- > tone, dialled your number, waited for carrier, and, this is the tricky > part, before the far end disconnected, you had to detach the coiled > handset cord from the receiver and plug it into the modem. I probably > had about an 80%-90% success rate without having to dial again. > > It made the modem cheap, but a bit fiddly to use. If phones had been > cheaper then, it might have made sense to scrap one out and make a > simple switch-box, but I never had the parts on hand to try it. I don't remember doing this with my VICMODEM, I think (though I was younger then) that we had a splitter. The 1660 was luxury by comparison though. -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com -- TRUE HEADLINE: Teacher Strikes Idle Kids ----------------------------------- From eric at brouhaha.com Thu Aug 7 19:39:06 2008 From: eric at brouhaha.com (Eric Smith) Date: Thu, 07 Aug 2008 17:39:06 -0700 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489B6EA5.205@jetnet.ab.ca> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> <489B6C19.9040807@brouhaha.com> <489B6EA5.205@jetnet.ab.ca> Message-ID: <489B95AA.5070308@brouhaha.com> bfranchuk at jetnet.ab.ca wrote: > Did the 28 TTY have a paper tape reader/punch like 33? The 28 was more modular than the 33. The reader and punch were options. The biggest drawback to the 28 was that it used a 5-level code (but NOT Baudot code), so there were fewer symbols and you had to use the letters and figures shifts. The oldest code I've written for which I still have source is a driver for the 28 for the little-known Apex operating system. The system natively used ASCII, so the driver did the translation, and characters that weren't available were represented using overstrikes (like many APL operators). The 28 didn't have a backspace, so the driver kept track of all the overstrikes needed on the line and did a second pass if necessary. http://www.brouhaha.com/~eric/software/ttyhan/ From Paul_Koning at Dell.com Thu Aug 7 20:13:43 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Thu, 7 Aug 2008 21:13:43 -0400 Subject: COBOL quote in the news In-Reply-To: <8955.209.163.133.242.1218144807.squirrel@webmail.io.com> References: <200808072125.m77LP2La045818@dewey.classiccmp.org> <8955.209.163.133.242.1218144807.squirrel@webmail.io.com> Message-ID: An easy way to see that the California stories is about lying managers rather than about COBOL is this: In the 20-30 years that software has been used, there surely have been some pay raises. Did it take 6 months each to put those into effect? Of course not. Ok, so it can't take 6 months to put a pay cut into effect, either. QED. paul From michael.passer at gmail.com Thu Aug 7 20:41:27 2008 From: michael.passer at gmail.com (Michael Passer) Date: Thu, 7 Aug 2008 20:41:27 -0500 Subject: COBOL quote in the news In-Reply-To: References: <200808072125.m77LP2La045818@dewey.classiccmp.org> <8955.209.163.133.242.1218144807.squirrel@webmail.io.com> Message-ID: <9b0f05d60808071841x570deeaekfb7e45d3430ab91d@mail.gmail.com> On Thu, Aug 7, 2008 at 8:13 PM, Paul Koning wrote: An easy way to see that the California stories is about lying managers rather than about COBOL is this: In the 20-30 years that software has been used, there surely have been some pay raises. Tempting to jump on, but there might be transactional support for percentage or flat pay changes that would require no source changes, while the flat adjustment across the board could well require a source change, recompilation, relinking and the concomitant testing and auditor approvals. Michael From teoz at neo.rr.com Thu Aug 7 20:44:23 2008 From: teoz at neo.rr.com (Teo Zenios) Date: Thu, 7 Aug 2008 21:44:23 -0400 Subject: Where to find memory ICs? References: <43F0294F.3030705@oldskool.org>, <1e1fc3e90602131138r4ff57282q20bfcde5703d8768@mail.gmail.com>, <489B7703.7050009@oldskool.org> <489B25B8.1821.11099DCA@cclist.sydex.com> Message-ID: <005b01c8f8f8$4930c550$6601a8c0@game> ----- Original Message ----- From: "Chuck Guzis" To: "General Discussion: On-Topic and Off-Topic Posts" Sent: Thursday, August 07, 2008 7:41 PM Subject: Re: Where to find memory ICs? > On 7 Aug 2008 at 17:28, Jim Leonard wrote: > >> Does anyone know of a cheaper way to get DRAM? $100 just so I can add >> 6MB of RAM to a card doesn't seem right... > > Well, you asked. I posted a "WANT" on the local Freecycle list for > any old 286/386 systems and got a couple of replies. One of them was > an old Micronics 386/20 system with 8MB of DIPs on the memory boards. > > Cost me only the time to go across town and get it. Got a nice AT- > style clone case to go with it as well as bunch of other stuff. > > If I'dve asked for CRT monitors, my inbox would probably be full. > The funny thing is that a friend recently had his house burgled where > the thief took his 17" no-name VGA monitor (left his computer) and a > rusty Buck knife. His insurance company valued them at $689, so cut > a check over his $500 deductible. I wondered how the malefactor was > going to fence a monitor that the local recycler charges $10 to take. > > Cheers, > Chuck > Finding a 386 of any kind on freecycle is hard enough, but finding one with 8MB of DIP is like hitting the lottery. There days you are better off gutting some cards/boards you do not like or need to get chips then buying them online. A while back I snagged a IIgs that had a transwarp in it for $10 (yes, even I get lucky) and it had a RAM card that can do 6mb onboard (populated with 1MB of DIP). I looked around and found the cheapest a 1MB set of chips can be had was $18 plus shipping, so to fully populate it I would need 5 sets for $90 + shipping. Now I am too cheap to pay $90 so I looked around a while and somebody had a dead Sirius 8MB card (that used 30 pin SIMMs x 8). Snagged it with some other stuff he was selling (ram card was free) and found it just had corrosion on some pins, cleaned it and it worked. I considered that hitting the lottery twice in one week since the RAM card goes for $175 new or $200+ on ebay (which is funny since you can buy them new online cheaper). For my Amiga 2091 SCSI card I ended up gutting the RAM out of a couple VLB video cards to get 2MB onboard (came with 0 and with no RAM you have no DMA and that is very slow). Speaking of VLB cards I found that PCI Mac vram SIMMs tends to be the same spec the higher end VLB video cards used and can be found dirt cheap. Just pop them off the SIMM and stick them in your cards RAM upgrade sockets. TZ From mloewen at cpumagic.scol.pa.us Thu Aug 7 20:56:08 2008 From: mloewen at cpumagic.scol.pa.us (Mike Loewen) Date: Thu, 7 Aug 2008 21:56:08 -0400 (EDT) Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> <20080807220243.GC5643@usap.gov> Message-ID: On Thu, 7 Aug 2008, Gene Buckle wrote: >> in, you were stuck with 32 columns until you changed it. By that time, we >> were up to 1200 baud, with 4 lines. >> > Micro Magic had four lines? Must have been after Jason yelled at me and I > quit calling. :) Yep, 4 lines, but I had one of them tied up most evenings. Remember "watchdog"? It monitored logins and limited you to a 30 minute session. It sent you a warning after 25 minutes, then another after 29 minutes (if I remember correctly), then disconnected you at 30 minutes so someone else could dial in. Speed-dial wars... :-) Mike Loewen mloewen at cpumagic.scol.pa.us Old Technology http://sturgeon.css.psu.edu/~mloewen/Oldtech/ From rtellason at verizon.net Thu Aug 7 20:56:34 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Thu, 07 Aug 2008 21:56:34 -0400 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489B6961.6030402@verizon.net> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> Message-ID: <200808072156.35030.rtellason@verizon.net> On Thursday 07 August 2008 17:30, Keith M wrote: > I didn't miss the 300 baud era. I remember my first modem was a "direct > connect" 300bps model sold by radio shack. It had an "answer or > originate" switch, along with a big red button that said "Connect." > Push the button, carrier was activated. No Hayes command set, no ATDT, > no autodialing, nothing. You needed to dial manually, listen for > carrier, push the button, and hang up. I used a 4th-hand pulse phone, > because that's all my parents had to give me. Mine didn't have that button, just the single switch, to select which mode you wanted. Some of the numerous BBSs in the Harrisburg area were running the wrong way, as I recall. There were bunches of them, most run on c64s, though I know of one on an Apple and one on a CP/M box (from which I now have the HD external box), and a few on clone hardware, back then. (Snip) > 300 baud was actually fast enough for the majority of what I did for at > least a couple years. 1200 baud was state of the art -- but many people > still connected at 300 baud. When I later upgraded to an Amiga 500, I > also got a 2400 baud modem which was lightning by comparison. But then > the files got bigger.... I later got a 14.4/16.8k (dual standard, > Courier and HST, anyone remember these?) which was the BOMB --- no one > had anything faster in the early 90's. And then came K56flex and x2, > competing standards........ After the above mentioned 300 I got an Avatex 1200 (non-standard command set for sure) that had problems, and I was able to get a hold of them and get them to send me a new processor chip for not all that much -- I think I had $40 invested in it altogether. Then later on came a Cardinal 2400, a Zoom 14.4 (which got swapped out under warranty when the line relay crapped out and it wouldn't release the phone line), followed by a few different Courier modems, 28.8 and 33.6, and one I got a hold of had the flash upgrade for 56K, though they didn't seem to make that widely available to folks. Not even those of use who purchased under the sysop deal! I still have all of them. :-) -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. ?--Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From rtellason at verizon.net Thu Aug 7 21:03:53 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Thu, 07 Aug 2008 22:03:53 -0400 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <20080807220822.GD5643@usap.gov> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <489B6C19.9040807@brouhaha.com> <20080807220822.GD5643@usap.gov> Message-ID: <200808072203.53687.rtellason@verizon.net> On Thursday 07 August 2008 18:08, Ethan Dicks wrote: > On Thu, Aug 07, 2008 at 02:41:45PM -0700, Eric Smith wrote: > > Keith M wrote: > > >I didn't miss the 300 baud era. I remember my first modem was a "direct > > >connect" 300bps model sold by radio shack. It had an "answer or > > > > 300 baud? Luxury! We *dreamed* of having 300 baud. We used Model 33 > > Teletypes at 110 baud, and we were darned lucky to have those. One guy > > I knew only had a Model 28 Teletype at 45.5 baud. On the other hand, > > the Model 28 was *much* more reliable than a 33. > > Fortunately, I suppose, I missed _that_ era. I have fiddled with real > TTYs, but mostly as PDP-8 peripherals, not as a primary dialup experience. > > I did pick up an ASR-33 w/110 baud "data set" in the pedestal for $35 > at Dayton after everyone had moved to 300/1200 baud. I had hoped to > use it with my first PDP-8/L, but never figured out how to divorce the > TTY part from the modem (I could probably do it now). Unfortunately, > in my youthful exhuberance, I removed the touch-tone pad, so now it > sits, unable to call anyone (though I think I later tested that I could > call _it_ and print messages on it, then send EOT to turn it back off). > > Yet another of those long-term projects is to put the touch-tone pad > back in and get it working. The follow-on would be to build and install > a reader-run relay circuit and get it working as a DEC console TTY, > but since I _have_ one of those (that _is_ working), that aspect of > the restoration isn't as pressing. > > > And we had to walk to school. Uphill. Both ways. > > Amen. (oh... and in Ohio, we added "in the snow"...) > > -ethan You forgot "in bare feet..." -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. ?--Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From rtellason at verizon.net Thu Aug 7 21:09:04 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Thu, 07 Aug 2008 22:09:04 -0400 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489B1458.10572.10C5C113@cclist.sydex.com> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <02cd01c8f8d8$c6f37ed0$1802a8c0@JIMM> <489B1458.10572.10C5C113@cclist.sydex.com> Message-ID: <200808072209.05159.rtellason@verizon.net> On Thursday 07 August 2008 18:27, Chuck Guzis wrote: > On 7 Aug 2008 at 15:58, Jim MacKenzie wrote: > > The Couriers were the modems to drool over in the BBS days. When modem > > prices came down a few years ago, I picked myself up a Courier > > V.Everything modem (which does 16,800 bps HST and 56K v.90, along with > > all the rates below them). It is still the best modem ever produced (and > > one of the largest :) ). > > I have three different vintages from the original Courier HST to the > V.Everything somewhere. > > One thing that made them very attractive was the USR BBS sysops' > program. About $200, I think, which was a steal. The figure $249 comes to mind for me. > Later ones had a plate pop-riveted to the case that said something to the > effect of "Not for resale". I think Hayes had a similar sysop program. Two of the ones I have bear such a plate. > They made periodic DIY upgrades available, but they tended to obsess > about returning old EPROMs and SRAMs. The ones I have only upgraded by way of flash. > Later they got to be perfectly sloppy on upgrades as in "Send us your old > modem when you have a chance, if you happen think of it and it's not > raining." I never got informed that there was even a shot at the upgrade to 56K, and then you were expected to pay for it. Luckily I got one that had already had that done to it. > A very reliable modem in my experience. Yup! I also have this other one, the name not coming to mind offhand, but it was in a smaller case and seemed to run somewhat warmer. New out of the box, it worked well for me at 56K until getting glitched one day and then when I tried "AT" anything what it comes back with is "boot:" and nothing else. I've not been able to find anything about it online, so far... -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. ?--Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From kfergason at gmail.com Thu Aug 7 21:17:31 2008 From: kfergason at gmail.com (Kelly Fergason) Date: Thu, 7 Aug 2008 21:17:31 -0500 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <200808072203.53687.rtellason@verizon.net> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <489B6C19.9040807@brouhaha.com> <20080807220822.GD5643@usap.gov> <200808072203.53687.rtellason@verizon.net> Message-ID: <78ff9a210808071917k2a2829afk55d1f62d2be79517@mail.gmail.com> Ahh, hiding in the closet so the parents wouldn't find me, with the Silent 700 and the 110 baud modem, dialing into the HP2000F, playing STTR1 all night. 30 years ago. time flies. From bfranchuk at jetnet.ab.ca Thu Aug 7 21:29:34 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Thu, 07 Aug 2008 20:29:34 -0600 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <200808072203.53687.rtellason@verizon.net> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <489B6C19.9040807@brouhaha.com> <20080807220822.GD5643@usap.gov> <200808072203.53687.rtellason@verizon.net> Message-ID: <489BAF8E.3020005@jetnet.ab.ca> Roy J. Tellason wrote: > You forgot "in bare feet..." > > The bear chasing you has the BARE feet. :) From bfranchuk at jetnet.ab.ca Thu Aug 7 21:33:34 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Thu, 07 Aug 2008 20:33:34 -0600 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <78ff9a210808071917k2a2829afk55d1f62d2be79517@mail.gmail.com> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <489B6C19.9040807@brouhaha.com> <20080807220822.GD5643@usap.gov> <200808072203.53687.rtellason@verizon.net> <78ff9a210808071917k2a2829afk55d1f62d2be79517@mail.gmail.com> Message-ID: <489BB07E.8020409@jetnet.ab.ca> Kelly Fergason wrote: > Ahh, hiding in the closet so the parents wouldn't find me, with the > Silent 700 and > the 110 baud modem, dialing into the HP2000F, playing STTR1 all night. > > 30 years ago. time flies. > > You might what to leave the closet now to hit the john ... runs and ducks. From bfranchuk at jetnet.ab.ca Thu Aug 7 21:37:46 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Thu, 07 Aug 2008 20:37:46 -0600 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489BB07E.8020409@jetnet.ab.ca> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <489B6C19.9040807@brouhaha.com> <20080807220822.GD5643@usap.gov> <200808072203.53687.rtellason@verizon.net> <78ff9a210808071917k2a2829afk55d1f62d2be79517@mail.gmail.com> <489BB07E.8020409@jetnet.ab.ca> Message-ID: <489BB17A.5060801@jetnet.ab.ca> bfranchuk at jetnet.ab.ca wrote: > Kelly Fergason wrote: >> Ahh, hiding in the closet so the parents wouldn't find me, with the >> Silent 700 and >> the 110 baud modem, dialing into the HP2000F, playing STTR1 all night. >> >> 30 years ago. time flies. >> umm correction >> You might want to leave the closet now to hit the john ... > runs and ducks. > From cisin at xenosoft.com Thu Aug 7 21:48:02 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Thu, 7 Aug 2008 19:48:02 -0700 (PDT) Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <20080807220822.GD5643@usap.gov> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> <489B6C19.9040807@brouhaha.com> <20080807220822.GD5643@usap.gov> Message-ID: <20080807194635.F49564@shell.lmi.net> Ah, yes. Remember Carterphone V Western Electric? On Thu, 7 Aug 2008, Ethan Dicks wrote: > > And we had to walk to school. Uphill. Both ways. > > Amen. (oh... and in Ohio, we added "in the snow"...) barefoot. From legalize at xmission.com Thu Aug 7 22:01:33 2008 From: legalize at xmission.com (Richard) Date: Thu, 07 Aug 2008 21:01:33 -0600 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: Your message of Thu, 07 Aug 2008 17:50:08 -0400. <20080807215008.GA13516@brevard.conman.org> Message-ID: My first home modem experience was using a Silent 700 TI terminal (thermal print head) with a built-in acoustic coupler. It was manually dial the number and then plug the phone into the cups. This was before we had a modular phone jack in our house, so the terminal had to be physically close to the phone in the kitchen. This was after I had been using modems to connect Beehive, Tektronix 4010 and DECwriter LA36 terminals to the PDP-11/70 across town, usually via 300 baud acoustic couplers. Later we got a few leased line modems at 1800 baud. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From geneb at deltasoft.com Thu Aug 7 22:18:24 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Thu, 7 Aug 2008 20:18:24 -0700 (PDT) Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> <20080807220243.GC5643@usap.gov> Message-ID: >>> in, you were stuck with 32 columns until you changed it. By that time, we >>> were up to 1200 baud, with 4 lines. >>> >> Micro Magic had four lines? Must have been after Jason yelled at me and I >> quit calling. :) > > Yep, 4 lines, but I had one of them tied up most evenings. Remember > "watchdog"? It monitored logins and limited you to a 30 minute session. It > sent you a warning after 25 minutes, then another after 29 minutes (if I > remember correctly), then disconnected you at 30 minutes so someone else > could dial in. Speed-dial wars... :-) > I never had to speed dial MM that much. Pirates of Puget Sound however...that was a whole 'nother story. I recall a weekend where I redialed for 18 hours straight before I got on...*wistful sigh* g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From wh.sudbrink at verizon.net Thu Aug 7 22:52:01 2008 From: wh.sudbrink at verizon.net (Bill Sudbrink) Date: Thu, 07 Aug 2008 23:52:01 -0400 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: Message-ID: At the risk of boring those who have read it before... Procedure For Connecting To The 'net Circa 1978 (That's the ARPANET for all you young whipper-snappers. What we called the internet before they let all of the riff-raff in.) Initial notes: Do not begin this procedure before 11PM. This avoids conflicts over telephone usage with your parents. Net resources are generally not available to "tourists" before this time anyway. Resource availability is generally best on Friday, Saturday and Sunday nights and holidays. Keep an ear open for police sirens. Rumor has it that the FCC will come and arrest you (and/or your parents) if it detects illegal equipment attached to the telephone system. Another reason to operate late at night, they probably aren't watching. 1) Move your computer from your bedroom to the kitchen table (that's where the phone is!). Don't connect power to the modem yet, it produces a carrier whenever it is powered and you need to be able to hear the far end of the telephone connection when you first dial. Also, you want it to be cool when you initiate the connection. 2) Take the handset off of the hook and replace it with the piece of broomstick that you fashioned for that purpose. 3) Get a big towel from the linen closet. Fold it into quarters and put the handset on it. Attach the speaker and microphone to the handset with wide rubber bands. Fold the towel over the handset. This will prevent various ambient sounds (like the sound of typing) from introducing noise on the line. 4) Being sure that the cassette/modem switch (a DPDT switch that connects the transmit and receive pins of the USART to either the cassette interface or the modem) is in the cassette position, load the terminal program. Run the program. You are greeted with a blank screen (this is normal but you can't be 100% sure that it loaded correctly until you have connected). Switch the cassette/modem switch to modem. You may see a few garbage characters on the screen (that's a good sign). 5) Get an ice cube from the freezer, put it in a sandwich bag and put it on the towel next to the modem. 6) Remove the broom stick from the telephone hook and dial the NBS (National Bureau of Standards) TIP (Terminal Interface Processor). Listen for the call to be answered and for the carrier on the far end. Sometimes the TIP is down and won't answer, sometimes it is down and will answer but won't give a carrier. If it's down, wait an hour and try again. 7) If you get a carrier, apply power to the modem. Start pressing the @ (at) key once a second until it is echoed on your screen. Listen for the chirp when you press the key. If you don't hear it, the terminal program isn't running correctly, hang up, unpower the modem, reset the computer and go back to step 4. 8) Once the @ character is echoed, press enter. You should get an error message (I no longer remember the text). Now type "@O 77". This instructs the TIP to connect you to the MIT-DM (Massachusetts Institute of Technology, Dynamic Modeling) computer. 9) Start pressing the return key once a second until you get a logon prompt (I no longer remember the prompt text). The user name and password are GUEST. 10) Once logged on, wait for a minute or two, pressing enter every ten seconds or so. This gives the operator a chance to notice you and kick you off if the system is busy. If he's in a chatty mood, you'll get a message like "The system's busy, get lost!". If not, your connection will just die. If the system is busy, try again in an hour or so. 11) I no longer remember how to start up Zork or some of the other programs... anyone feel free to provide details I'm missing. Keep an ear on the connection. If the carrier starts to change pitch, wipe any condensation off the ice cube bag on the towel and then apply to the smaller chip on the right on the modem board. From bear at typewritten.org Thu Aug 7 23:02:33 2008 From: bear at typewritten.org (r.stricklin) Date: Thu, 7 Aug 2008 21:02:33 -0700 Subject: IBM Model M keyboard spares In-Reply-To: <20080807124217.I34639@shell.lmi.net> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> <4899F73F.3010608@gmail.com> <575131af0808070431p27493743y63a5291b00b22a30@mail.gmail.com> <20080807124217.I34639@shell.lmi.net> Message-ID: <01C3A450-92AA-4135-A2EA-CE868C522855@typewritten.org> On Aug 7, 2008, at 12:45 PM, Fred Cisin wrote: > On Thu, 7 Aug 2008, Liam Proven wrote: > >> 2008/8/6 Sridhar Ayengar : >>> Liam Proven wrote: >>>> >>>> /The/ classic PC keyboard, IMHO. >>> >>> The Model M came out *waay* after the PC. The 84-key is the one >>> for the PC. >>> I don't think the Model M is even compatible with the PC. >> >> Oh, come on, Sridhar, don't be so anally retentive or obsessive! >> >> I didn't say "the classic IBM model 5250 PC-XT keyboard" or anything >> of the kind. I said PC. "PC" is a generic term, which to hundreds of >> millions around the world just means a Personal Computer. In fact the >> PC to which the model M I am typing on right now is attached to is, >> as >> it happens, an Apple 20" 2GH PowerPC G5 iMac. > > It is easy to parse what you said to be referring to "classic PC". > Would an Apple 20" 2GH PowerPC G5 iMac be considered a "classic PC"? > > In THIS mob, "classic PC" means 5150. > Even those who avoid the IBM products would be considered "5150" by > those > familiar with police radio codes. But what surprises me is that nobody has yet pointed out that the 5150 PC keyboard had only 83 keys. It wasn't until the 5170 AT keyboard that we got 84 keys! ok bear From cclist at sydex.com Thu Aug 7 23:06:08 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 07 Aug 2008 21:06:08 -0700 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <200808072209.05159.rtellason@verizon.net> References: <507520.26074.qm@web56201.mail.re3.yahoo.com>, <489B1458.10572.10C5C113@cclist.sydex.com>, <200808072209.05159.rtellason@verizon.net> Message-ID: <489B63C0.21120.11FBEBEC@cclist.sydex.com> On 7 Aug 2008 at 22:09, Roy J. Tellason wrote: > I also have this other one, the name not coming to mind offhand, but it was > in a smaller case and seemed to run somewhat warmer. New out of the box, it > worked well for me at 56K until getting glitched one day and then when I > tried "AT" anything what it comes back with is "boot:" and nothing else. > I've not been able to find anything about it online, so far... This was a USR? Not a Sportster? The Courier V.Everything and Dual Standards are smaller than the HST, but I assume that isn't what you're talking about. There was also a lot of junk out there--and I'm not talking about those worthless "Winmodems", although those are in a class of garbage all their own. I made the mistake of buying a Hayes Optima 288 V.FC "business modem", I did upgrade the firmware to V.34, but the thing was flakey as hell. I also had a Zoom 56Kx modem, which delivered miserable performance. USR Sportsters seemed to work all right for awhile and then exhibit problems. But the Couriers just kept on working until I closed down the BBS (still have the hard disk with NT 4.0 and Auntie on it--it might be fun to boot it to see what the message log has in it). Cheers, Chuck From dkelvey at hotmail.com Thu Aug 7 23:08:34 2008 From: dkelvey at hotmail.com (dwight elvey) Date: Thu, 7 Aug 2008 21:08:34 -0700 Subject: Computer collectors are no longer the dweebiest people in the In-Reply-To: <489B17FF.7020108@gmail.com> References: <00ae01c8f813$5c96e880$6601a8c0@game> <489B17FF.7020108@gmail.com> Message-ID: > Date: Thu, 7 Aug 2008 10:42:55 -0500 > From: jules.richardson99 at gmail.com > To: > Subject: Re: Computer collectors are no longer the dweebiest people in the > > Teo Zenios wrote: >> How many people with original Apple I's would run them very often if at all? > > I'd run it if I had one. The way I figure it: > > a) Those ICs are going to die eventually anyway, whether I run it or not, > b) There's enough knowledge of the machine out there that we don't need to > preserve operational ones for historical research purposes, > c) The price of Apple I's is just silly. > > ... although in reality if I had one I'd trade it for something more appealing > (or, given the ridiculous value, lots of things that were more appealing :-) > > cheers > > Jules > Hi Jules I'm with you. I have at least two machines in my collection that are as rare or even rarer than an Apple 1 and I run them when I can. Dwight _________________________________________________________________ Get Windows Live and get whatever you need, wherever you are. Start here. http://www.windowslive.com/default.html?ocid=TXT_TAGLM_WL_Home_082008 From brain at jbrain.com Thu Aug 7 23:15:15 2008 From: brain at jbrain.com (Jim Brain) Date: Thu, 07 Aug 2008 23:15:15 -0500 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <200808072346.m77NkThN025506@floodgap.com> References: <200808072346.m77NkThN025506@floodgap.com> Message-ID: <489BC853.2050104@jbrain.com> Cameron Kaiser wrote: >> That sounds fancier than the VIC Modem... that one didn't even connect >> to the wall directly - you picked up a regular phone, dial or touch- >> tone, dialled your number, waited for carrier, and, this is the tricky >> part, before the far end disconnected, you had to detach the coiled >> handset cord from the receiver and plug it into the modem. I probably >> had about an 80%-90% success rate without having to dial again. >> >> It made the modem cheap, but a bit fiddly to use. If phones had been >> cheaper then, it might have made sense to scrap one out and make a >> simple switch-box, but I never had the parts on hand to try it. >> > > I don't remember doing this with my VICMODEM, I think (though I was younger > then) that we had a splitter. > > The 1660 was luxury by comparison though. > > I remember doing the "pull the handset cord" thing, but I also remember the splitter idea. Our rural lines were so bad I couldn't even get that modem to work at 300. I did call some buddies at 150bps, but it was far easier to just talk on the phone. Jim -- Jim Brain, Brain Innovations (X) brain at jbrain.com Dabbling in WWW, Embedded Systems, Old CBM computers, and Good Times! Home: http://www.jbrain.com From ethan.dicks at usap.gov Thu Aug 7 23:19:00 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Fri, 8 Aug 2008 04:19:00 +0000 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: References: <20080807215008.GA13516@brevard.conman.org> Message-ID: <20080808041900.GA3166@usap.gov> On Thu, Aug 07, 2008 at 09:01:33PM -0600, Richard wrote: > My first home modem experience was using a Silent 700 TI terminal (thermal > print head) with a built-in acoustic coupler. It was manually dial the > number and then plug the phone into the cups. I have one of those now - a freebie from a friend I ran into at the Dayton Hamfest - the funny part was, he'd brought it as trade goods or to sell from another friend's tailgate, but nobody there wanted anything to do with it - he hauled it around half the day until he ran into me - he was sufficiently disillusioned that as long as I would take it from him on the spot, it was mine! > This was before we had > a modular phone jack in our house, so the terminal had to be physically > close to the phone in the kitchen. I think I removed all the hardwired jacks upstairs myself and replaced them with modular ones by the time I got my first modem. Our kitchen didn't even have a phone (and still doesn't) - the nearest phone was, IIRC, either in the dining room or in what was once "the parlor". Ah, the joys of an underwired older house. Ours was built around 1905 and was wired for electricity _after_ it was built. Not a grounded outlet in sight. :-/ -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 8-Aug-2008 at 04:10 Z South Pole Station PSC 468 Box 400 Temp -50.3 F (-45.7 C) Windchill -86.5 F (-65.9 C) APO AP 96598 Wind 15.8 kts Grid 23 Barometer 682.6 mb (10530 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From ethan.dicks at usap.gov Thu Aug 7 23:19:58 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Fri, 8 Aug 2008 04:19:58 +0000 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: References: <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> <20080807220243.GC5643@usap.gov> Message-ID: <20080808041958.GB3166@usap.gov> On Thu, Aug 07, 2008 at 08:18:24PM -0700, Gene Buckle wrote: > I never had to speed dial MM that much. Pirates of Puget Sound > however...that was a whole 'nother story. I recall a weekend where I > redialed for 18 hours straight before I got on...*wistful sigh* I always found the best time to get onto the local BBSes was whenever "Star Trek" was on TV - the connection stats page of the BBSes confirmed that it was the lowest point between 17:00 and 02:00 every day. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 8-Aug-2008 at 04:10 Z South Pole Station PSC 468 Box 400 Temp -50.3 F (-45.7 C) Windchill -86.5 F (-65.9 C) APO AP 96598 Wind 15.8 kts Grid 23 Barometer 682.6 mb (10530 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From cclist at sydex.com Thu Aug 7 23:20:37 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 07 Aug 2008 21:20:37 -0700 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: References: >, Message-ID: <489B6725.5778.12092BF2@cclist.sydex.com> On 7 Aug 2008 at 21:01, Richard wrote: > My first home modem experience was using a Silent 700 TI terminal (thermal > print head) with a built-in acoustic coupler. It was manually dial the > number and then plug the phone into the cups. This was before we had > a modular phone jack in our house, so the terminal had to be physically > close to the phone in the kitchen. When I had just gotten my Altair 8800, I picked up the modem unit (with acoustic coupler) from one of the surplus places advertising in PE. I remounted the thing in one of those gray hammertone aluminum Bud boxes. The power supply was pretty easy--and I added a jack that bypassed the acoustic coupler so I could plug my GE cassette recorder into the modem. Flip the front-panel switches for a bit to load a terminal program (I had a TV Typewriter modified for 64 characters/line connected to a hot-chassis Zenith tube-type portable TV (yeah, it was dumb, but it worked). Woo-hoo! I could dial into work at 300 baud and even save my work on cassette. I wrote an 8080 assembler that ran on the CDC mainframe so I could edit, assemble and download and run code. When I finally attached a speaker to "interrupt enable" LED on the front panel, I couild even make music using EI and DI instructions to toggle the line. It was really cool, crashes and all. Cheers, Chuck From ethan.dicks at usap.gov Thu Aug 7 23:25:12 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Fri, 8 Aug 2008 04:25:12 +0000 Subject: RF08/RS08 emulation In-Reply-To: References: <20080807215142.GB5643@usap.gov> Message-ID: <20080808042512.GC3166@usap.gov> On Thu, Aug 07, 2008 at 03:29:01PM -0700, Vincent Slyngstad wrote: > It is a little. The 8"x11" restriction is really just to keep the > prototype cost low for a particular board shop. If that or the > 10mil restriction were relaxed, things would get easier. Gotcha. > Of course it would also be fairly easy to redo the thing with > GALs instead of TTL, which should also make it easier to fit > things in, but would require me to program parts. Sure. I myself have a couple of burners and more than a handful of 16V8s and 22V10s, so _I_ wouldn't mind a GAL-inclusive design, but there is something neat about an all-TTL design replacing and upgrading a FLIP-CHIP disk - you can get a probe in there and see *exactly* what's going on. I forget... does a real RF08 have a KM11 port? I happen to have a couple of as-yet-unassembled modern replicas, but I got them to plug into my RK-11C and PDP-11/20 (and probably an RX01 just to watch it blink), so they'll get use, but I just don't remember about the RF08. > > The RX8 will go in the middle of a bus, and even has a provision for a > G717 equivalent bus terminator, in the form of an optional SIL resistor > pack. Thanks for the reminder - sounds like a very workable combination. Oh... the RF08 is a databreak device - I think that would mean that I'd need one more module for OMNIBUS testing, but I do have the required M-series logic to fit that into the -8/L. > Real drivers, too. Of course, being known not to work as yet, > I doubt anyone will be rushing out to build it :-(. Right... I _am_ still interested in getting it working, but to be quite honest, it'll be 6 months until I could even start to look at it - gotta get home first. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 8-Aug-2008 at 04:20 Z South Pole Station PSC 468 Box 400 Temp -50.4 F (-45.8 C) Windchill -88.3 F (-66.8 C) APO AP 96598 Wind 17.5 kts Grid 13 Barometer 682.5 mb (10534 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From rtellason at verizon.net Thu Aug 7 23:24:08 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Fri, 08 Aug 2008 00:24:08 -0400 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489B63C0.21120.11FBEBEC@cclist.sydex.com> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <200808072209.05159.rtellason@verizon.net> <489B63C0.21120.11FBEBEC@cclist.sydex.com> Message-ID: <200808080024.08317.rtellason@verizon.net> On Friday 08 August 2008 00:06, Chuck Guzis wrote: > On 7 Aug 2008 at 22:09, Roy J. Tellason wrote: > > I also have this other one, the name not coming to mind offhand, but it > > was in a smaller case and seemed to run somewhat warmer. New out of the > > box, it worked well for me at 56K until getting glitched one day and > > then when I tried "AT" anything what it comes back with is "boot:" and > > nothing else. I've not been able to find anything about it online, so > > far... > > This was a USR? Not a Sportster? The Courier V.Everything and Dual > Standards are smaller than the HST, but I assume that isn't what > you're talking about. No, I finally remembered the name -- it's a "Maxtech" (or maybe Max-Tech). > There was also a lot of junk out there--and I'm not talking about those > worthless "Winmodems", although those are in a class of garbage all their > own. Yup. I did pretty well with that, got some decent connect rates, until it got zapped. > I made the mistake of buying a Hayes Optima 288 V.FC "business > modem", I did upgrade the firmware to V.34, but the thing was flakey > as hell. I also had a Zoom 56Kx modem, which delivered miserable > performance. USR Sportsters seemed to work all right for awhile and > then exhibit problems. Zoom put a bad taste in my mouth in a couple of ways. First the manual that came with the modem didn't include the complete set of commands at all and most particularly didn't include anything at all about using it for fax purposes, even though it was supposedly capable of that. Then I called their bbs, which I was of the initial (mistaken) impression was supposed to be there to support their products. If I hadn't stumbled across some messaging to some other caller in a public area I wouldn't have known that there was a ROM upgrade available for the unit I had, or another manual. Eventually I got them to send me those, but spent over an hour poking around there (long distance) looking for tech support. Then when that relay went bad on me later on and I sent it off for warranty repair they send it back in a different box, that was a plain white box rather than the one I'd started with. The original box was the only place that it said anything about the 7-year warranty, there was nothing in the paperwork about it. Thankfully I moved on to USR not too long after that. > But the Couriers just kept on working until I closed down the BBS > (still have the hard disk with NT 4.0 and Auntie on it--it might be > fun to boot it to see what the message log has in it). Indeed they did, mostly. I had one of those get zapped, too. I shut down my bbs and the next time I tried to fire up that machine that first HD wasn't working all that well, and didn't want to boot at all. Good thing I had a whole bunch of smaller drives in there instead of everything on one big one, but there's still some stuff on there I'd like to get at one of these days. -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. ?--Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From rtellason at verizon.net Thu Aug 7 23:26:19 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Fri, 08 Aug 2008 00:26:19 -0400 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489B63C0.21120.11FBEBEC@cclist.sydex.com> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <200808072209.05159.rtellason@verizon.net> <489B63C0.21120.11FBEBEC@cclist.sydex.com> Message-ID: <200808080026.19461.rtellason@verizon.net> On Friday 08 August 2008 00:06, Chuck Guzis wrote: > This was a USR? Not a Sportster? The Courier V.Everything and Dual > Standards are smaller than the HST, but I assume that isn't what > you're talking about. (Snip) > USR Sportsters seemed to work all right for awhile and then exhibit > problems. Oh, and I happened to wander into a local ISP at one point. (They're long gone now, unfortunately.) Stuck my head through a doorway which seemed to cause them no end of consternation when I glanced toward the single big tower that was in the room there, and then on the wall nearby I saw phone wiring and a whole *bunch* of modems hanging on the wall -- all Sportsters, which I commented on at that time. Surprised the heck out of me, that did. -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. ?--Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From rtellason at verizon.net Thu Aug 7 23:28:38 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Fri, 08 Aug 2008 00:28:38 -0400 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <20080808041900.GA3166@usap.gov> References: <20080807215008.GA13516@brevard.conman.org> <20080808041900.GA3166@usap.gov> Message-ID: <200808080028.38306.rtellason@verizon.net> On Friday 08 August 2008 00:19, Ethan Dicks wrote: > Ah, the joys of an underwired older house. Ours was built around 1905 > and was wired for electricity _after_ it was built. Not a grounded > outlet in sight. :-/ There are bunches of those old outlets here. And two boxes of grounded outlets in the basement. I told the landlord here I'd be glad to put 'em in, but that I'd need to have some wire available because there was no way I was going to put grounded outlets in if they weren't in fact grounded. I'm still waiting... :-) -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. ?--Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From bfranchuk at jetnet.ab.ca Thu Aug 7 23:52:42 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Thu, 07 Aug 2008 22:52:42 -0600 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <200808080028.38306.rtellason@verizon.net> References: <20080807215008.GA13516@brevard.conman.org> <20080808041900.GA3166@usap.gov> <200808080028.38306.rtellason@verizon.net> Message-ID: <489BD11A.6000003@jetnet.ab.ca> Roy J. Tellason wrote: > On Friday 08 August 2008 00:19, Ethan Dicks wrote: > >> Ah, the joys of an underwired older house. Ours was built around 1905 >> and was wired for electricity _after_ it was built. Not a grounded >> outlet in sight. :-/ >> > > There are bunches of those old outlets here. And two boxes of grounded > outlets in the basement. I told the landlord here I'd be glad to put 'em in, > but that I'd need to have some wire available because there was no way I was > going to put grounded outlets in if they weren't in fact grounded. I'm still > waiting... :-) > > Also check where you a get your power from, I knew a friend who lived in a old house with a AC line running from the neighbors home for some overhead lights. From geneb at deltasoft.com Thu Aug 7 23:57:56 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Thu, 7 Aug 2008 21:57:56 -0700 (PDT) Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489BC853.2050104@jbrain.com> References: <200808072346.m77NkThN025506@floodgap.com> <489BC853.2050104@jbrain.com> Message-ID: On Thu, 7 Aug 2008, Jim Brain wrote: >> > I remember doing the "pull the handset cord" thing, but I also remember the > splitter idea. > I never had a splitter, but I did get yelled at for flexing the retaining tab so much that it broke on 3 handset cords. :) g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From geneb at deltasoft.com Thu Aug 7 23:58:49 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Thu, 7 Aug 2008 21:58:49 -0700 (PDT) Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <20080808041958.GB3166@usap.gov> References: <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> <20080807220243.GC5643@usap.gov> <20080808041958.GB3166@usap.gov> Message-ID: >> I never had to speed dial MM that much. Pirates of Puget Sound >> however...that was a whole 'nother story. I recall a weekend where I >> redialed for 18 hours straight before I got on...*wistful sigh* > > I always found the best time to get onto the local BBSes was whenever > "Star Trek" was on TV - the connection stats page of the BBSes confirmed > that it was the lowest point between 17:00 and 02:00 every day. > PPS was pre-TNG Ethan. This was in the 84-86 timeframe that I was using PPS. g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From jlobocki at gmail.com Thu Aug 7 14:58:51 2008 From: jlobocki at gmail.com (joe lobocki) Date: Thu, 7 Aug 2008 14:58:51 -0500 Subject: my mac SE problems Message-ID: ok, so i got a mac SE off ebay, for a decent deal. now a logic board, floppy drive, CRT tube (I let the magic gas out of the first one) later, im back where i started. i write a boot disk with my powerbook 1400cs, pop it in. it boots up to the system software. i go to hd sc setup like i did when i used my external floppy to boot, and it shows nothing. the first time, i got to boot with an external floppy and the old logic board, and it showed the drive until i attempted to format it, which it wouldnt. after that, i couldnt see the drive again, and my boot disk kept getting wiped each use, and id have to reload it. so then, i replaced the board, the CRT, and the floppy, and now its still doing the same damn thing as it was before. is it possible i need new or replacement SCSI and floppy cables? its just being really weird..... From snhirsch at gmail.com Thu Aug 7 17:00:41 2008 From: snhirsch at gmail.com (Steven Hirsch) Date: Thu, 7 Aug 2008 18:00:41 -0400 (EDT) Subject: LocalTalk In-Reply-To: <8726.209.163.133.242.1218042556.squirrel@webmail.io.com> References: <200808060556.m765uiXe016531@dewey.classiccmp.org> <8726.209.163.133.242.1218042556.squirrel@webmail.io.com> Message-ID: On Wed, 6 Aug 2008, Jeff Walther wrote: > >> Date: Tue, 05 Aug 2008 16:17:32 -0400 >> From: Sridhar Ayengar >> Subject: LocalTalk > >> >> Hi. I'm looking for a LocalTalk->Ethernet bridge and some LocalTalk >> cables. Anyone have any available? > > I don't have one available but the product names you are looking for include: > > AsantePrint > MicroAsanteprint > AsanteTalk > > in order from oldest to more recent. All three of those were by Asante. > There were similar products from Farallon and Dayna, but I do not remember > the specific product names. All of those will bridge from LocalTalk to > Ethernet, but I think they only bridge the AppleTalk protocols and not > TCP/IP. Additionally, they likely will not support Apple 2 flavored AppleTalk. Don't know if that's an issue or not. The only bridges that seem to work reliably for A2 networking are the Gatorbox and some firmware revisions of the FastPath 4. FastPath 5 boxes go through the motions, but cannot seem to keep sessions alive with the Apple IIGS on one end. For this A2 collector and enthusiast, it IS a big deal :-). Steve -- From mouse at Rodents-Montreal.ORG Thu Aug 7 19:00:32 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Thu, 7 Aug 2008 20:00:32 -0400 (EDT) Subject: Computer collectors are no longer the dweebiest people in the In-Reply-To: References: Message-ID: <200808080001.UAA28400@Sparkle.Rodents-Montreal.ORG> >> I don't collect in the hope that I'll be able to sell them later for >> more money. > No, Tony, I believe you are entirely unique in this regard as > everyone else subscribed here is just in it for the money. Hey! Speak for yourself! I've got enough money. I just need the chick magnets. /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From ethan.dicks at usap.gov Fri Aug 8 03:03:58 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Fri, 8 Aug 2008 08:03:58 +0000 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: References: <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> <20080807220243.GC5643@usap.gov> <20080808041958.GB3166@usap.gov> Message-ID: <20080808080358.GA14895@usap.gov> On Thu, Aug 07, 2008 at 09:58:49PM -0700, Gene Buckle wrote: > >I always found the best time to get onto the local BBSes was whenever > >"Star Trek" was on TV - the connection stats page of the BBSes confirmed > >that it was the lowest point between 17:00 and 02:00 every day. > > > PPS was pre-TNG Ethan. This was in the 84-86 timeframe that I was using > PPS. Yes... I was referring to about 1982-1983, when we had ST:TOS on at 18:00 five nights a week - best time to call. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 8-Aug-2008 at 08:00 Z South Pole Station PSC 468 Box 400 Temp -59.8 F (-51.0 C) Windchill -97.6 F (-72.0 C) APO AP 96598 Wind 14.5 kts Grid 37 Barometer 682.4 mb (10538 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From billdeg at degnanco.com Fri Aug 8 07:59:53 2008 From: billdeg at degnanco.com (B. Degnan) Date: Fri, 08 Aug 2008 08:59:53 -0400 Subject: AT&T 3B1 Unix PC (WTD: a 67MB version power supply) In-Reply-To: <200808080620.m786K7GD054097@dewey.classiccmp.org> Message-ID: <5.1.0.14.0.20080808085507.02f52788@smtp.degnanco.com> While we're on this topic, I wanted to mention that I am looking for a 67MB version power supply. I have taken pictures of the two kinds of UNIX PC power supplies should anyone be interested: 67MB UNIX PC Power supply http://vintagecomputer.net/att/3B1/ATT_UNIX-PC_3B1_370429065_pwr_suppl.jpg Earlier "7300" UNIX PC Power Supply. http://vintagecomputer.net/att/7300/ATT_UNIX-PC_7300_pwr-suppl-b.jpg There seems to be some confusion about what you call the 67MB UNIX PC. Is it a 3B1 or a 7300? I also need an earlier 7300 motherboard. For either, please contact me directly. Thanks. Bill From keithvz at verizon.net Fri Aug 8 08:38:30 2008 From: keithvz at verizon.net (Keith M) Date: Fri, 08 Aug 2008 09:38:30 -0400 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <02cd01c8f8d8$c6f37ed0$1802a8c0@JIMM> References: <507520.26074.qm@web56201.mail.re3.yahoo.com><4899F65F.8000504@gmail.com><4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com><20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> <02cd01c8f8d8$c6f37ed0$1802a8c0@JIMM> Message-ID: <489C4C56.4010301@verizon.net> Jim MacKenzie wrote: > I picked myself up a Courier > V.Everything modem (which does 16,800 bps HST and 56K v.90, along with > all the rates below them). It is still the best modem ever produced > (and one of the largest :) ). > > Jim Absolutely. Great modems. And they were big. Like a foot long or something. :) I still have my Courier some place. Even the later Sportsters were pretty good, although I had two relays pop in them in one month. I think it was a phone system thing, and I added surge protection to the phone line after that happened -- never had a problem since. Keith From keithvz at verizon.net Fri Aug 8 08:56:26 2008 From: keithvz at verizon.net (Keith M) Date: Fri, 08 Aug 2008 09:56:26 -0400 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <20080807220243.GC5643@usap.gov> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> <20080807220243.GC5643@usap.gov> Message-ID: <489C508A.9090603@verizon.net> Ethan Dicks wrote: >> I am a product of the 80's -- got interested in computers and modems >> right when WarGames came out, along with Whiz Kids, if anyone knows that >> show. You'll never guess what I did during my teenage(and later) years? :) > > Heh... I pretty much kept my nose clean back in those days, but I had > older friends who were quite a bit more reckless. I don't know anyone > that ever built a blue-box, but some of the kids were big into wardialling. I always enjoyed wardialling. It was like pot luck, and you had no idea what numbers you'd wake up to the next day. Then *69 came, and then Caller ID, then the internet was much more interesting and widespread. Although Tymnet, Telenet/Sprintnet(not to be confused with telnet) were fun just to key in random addresses and see what happens. You could connect to all sorts of goofy stuff. The phreaking stuff was a lot of phun too. :) Anyone remember PC Pursuit? Basically a flat rate service (maybe it was $25/month?) you could dial up local access numbers(for telenet), and then connect to BBS's anywhere in the cities they supported for free. Back when long distance calls cost big $$$. > One story from those days - I wasn't there to verify that it actually > happened, but it sounds plausible - was that one kid had use of the > family station wagon when he learned to drive - he piled an Apple II > in the back, with monitor and all, and parked behind a K-Mart by the > garden center, because they had two important resources near each other... > a payphone and an outdoor 110V outlet... he parked as close to the phone > as he could, plugged the computer in and used an acoustic coupler to > do his wardialling from the tailgate. He was ready to unplug and go > if the authorities came sniffing around, but I don't think he ever got > noticed. It's quite plausible, and I know there were a lot of paranoid people around who went to such extremes to avoid doing stuff from home. Realistically, unless you were doing really bad stuff, you'd be unlikely to get in trouble --- the chance of the local police finding him in the parking lot (and then being pretty suspicious) was much greater than the threat from anywhere else. > > -ethan > Keith From keithvz at verizon.net Fri Aug 8 09:02:27 2008 From: keithvz at verizon.net (Keith M) Date: Fri, 08 Aug 2008 10:02:27 -0400 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <835656.32486.qm@web23401.mail.ird.yahoo.com> References: <835656.32486.qm@web23401.mail.ird.yahoo.com> Message-ID: <489C51F3.4000305@verizon.net> Andrew Burton wrote: > Yeah, I know of Whiz Kids. Only seen part of the first episode as I haven't had time to watch the others yet. > About 9 episodes have been uploaded onto YouTube.com with each episode split into several parts. For what it's worth, there is a 7.5gb download from bittorrent with all 18 episodes which were recorded from VHS tape(from 1983). The quality is pretty shaky, with the audio being the worst part. While I'm not sure it matters, Universal (who currently own the rights) have absolutely no intention of bringing it out on DVD --- and would unlikely enforce any copyright claims associated. I spoke recently with the co-producer of the show, and pushes to have it released on DVD have resulted in not so much of a return phone call saying, "No." Keith From jules.richardson99 at gmail.com Fri Aug 8 09:24:11 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Fri, 08 Aug 2008 09:24:11 -0500 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <20080807194635.F49564@shell.lmi.net> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> <489B6C19.9040807@brouhaha.com> <20080807220822.GD5643@usap.gov> <20080807194635.F49564@shell.lmi.net> Message-ID: <489C570B.4070900@gmail.com> Fred Cisin wrote: > Ah, yes. > Remember Carterphone V Western Electric? > > > > On Thu, 7 Aug 2008, Ethan Dicks wrote: >>> And we had to walk to school. Uphill. Both ways. >> Amen. (oh... and in Ohio, we added "in the snow"...) > > barefoot. You forgot to mention the 300lbs of school books carried on your back, too. From brad at heeltoe.com Fri Aug 8 09:49:53 2008 From: brad at heeltoe.com (Brad Parker) Date: Fri, 08 Aug 2008 10:49:53 -0400 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489C570B.4070900@gmail.com> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> <489B6C19.9040807@brouhaha.com> <20080807220822.GD5643@usap.gov> <20080807194635.F49564@shell.lmi.net> <489C570B.4070900@gmail.com> Message-ID: <24776.1218206993@mini> Jules Richardson wrote: >Fred Cisin wrote: >> Ah, yes. >> Remember Carterphone V Western Electric? >> >> >> >> On Thu, 7 Aug 2008, Ethan Dicks wrote: >>>> And we had to walk to school. Uphill. Both ways. >>> Amen. (oh... and in Ohio, we added "in the snow"...) >> >> barefoot. > >You forgot to mention the 300lbs of school books carried on your back, too. I just to cart an AJ 300 baud modem and full sized printing terminal around in my VW bus (all to call into call/370, back in the day) does that count ? :-) I would have killed for a silent 700. That would make been much easier to move around. Thankfully I later discovered S100 machines. -brad From wgungfu at uwm.edu Fri Aug 8 10:20:07 2008 From: wgungfu at uwm.edu (wgungfu at uwm.edu) Date: Fri, 8 Aug 2008 10:20:07 -0500 Subject: MIT based on rip off NES and not Apple II In-Reply-To: <51ea77730808062131t6e9f88a3x71b09ac91889045b@mail.gmail.com> References: <489A3DEE.2040901@srv.net> <113131.20508.qm@web56211.mail.re3.yahoo.com> <51ea77730808062131t6e9f88a3x71b09ac91889045b@mail.gmail.com> Message-ID: <1218208807.489c6427655fb@panthermail.uwm.edu> Remember that the Japanese implementation (Famicom) was actually promoted as a gaming computer in its time (Famicom is short for Family Computer). Besides a keyboard and BASIC, there was also a cassette recorder, disk drive, and modem available. (Here's some links for those that have never seen them): http://flickr.com/photos/mims/72177380/in/set-1366263/ http://www.gamersgraveyard.com/repository/nes/peripherals/fc_keyboard.html http://en.wikipedia.org/wiki/Image:Famicom_Network_System.jpg http://www.consoledatabase.com/consoleinfo/nintendofamicomdisksystem/index.html The US version (the NES) came close to being done more like a computer, but marketing challenges moved it in a different direction. Here's a pic of what it almost was: http://gadgets.boingboing.net/gimages/advanced_1.jpg Keep in mind that the NOAC (Nintendo On a Chip) is probably the most duplicated and longest running single chip console implementation, making it the most easily accessible design and money wise. Marty From cclist at sydex.com Fri Aug 8 10:26:39 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 08 Aug 2008 08:26:39 -0700 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <24776.1218206993@mini> References: <507520.26074.qm@web56201.mail.re3.yahoo.com>, <489C570B.4070900@gmail.com> , <24776.1218206993@mini> Message-ID: <489C033F.10153.731D3@cclist.sydex.com> Fred Cisin wrote: > Ah, yes. > Remember Carterphone V Western Electric? Well, yes--enough to remember that it was "Carterfone". Cheers, Chuck From drb at msu.edu Fri Aug 8 11:13:57 2008 From: drb at msu.edu (Dennis Boone) Date: Fri, 08 Aug 2008 12:13:57 -0400 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: (Your message of Thu, 07 Aug 2008 21:06:08 PDT.) <489B63C0.21120.11FBEBEC@cclist.sydex.com> References: <489B63C0.21120.11FBEBEC@cclist.sydex.com> <507520.26074.qm@web56201.mail.re3.yahoo.com>, <489B1458.10572.10C5C113@cclist.sydex.com>, <200808072209.05159.rtellason@verizon.net> Message-ID: <200808081613.m78GDvjh032637@yagi.h-net.msu.edu> > But the Couriers just kept on working until I closed down the BBS (still > have the hard disk with NT 4.0 and Auntie on it--it might be fun to boot > it to see what the message log has in it). I worked for a real estate software house in the mid-late 80s. We were doing online photos of listed properties starting in the '85-'86 timeframe. By modern standards the images were tiny, maybe 160x100 and 4-bit greyscale, but at 2400 baud, the 15 kBytes would have been a bit painful. We were out at the bleeding edge of higher-speed dialup from the beginning of the product. Display was accomplished by a "dumb" board we added to the Esprit terminals. It was a marble machine -- looked for the correct control code (just one character, sigh) then clocked in the next 15 k bytes. It could overlay either one quarter of the screen or the whole screen with the image, since it was inserted into the video circuit as well as the serial interface. Once it started loading an image, it ate all bytes coming in until it had counted far enough, so errors or spurious modem noise was very troublesome. The first installation used Motorola/UDS 208A/B modems, 4800 baud half duplex units that could be strapped for two wire or four wire operation. We used the EC100 error-corrector units with them. After that first site, we went through a whole series of v.29 9600 baud modems: Fastcomm, Data Race, eventually Multi-Tech when they finished theirs. v.29 was half-duplex on the wire, so we called these devices "ping pong" modems. (There were other nicknames: Fastbroke, Rat Race, Multi-wreck, etc.) We looked at other (better) things too, but didn't sell them because they were too expensive. For a while, we had two Telebit Trailblazers, one in answer mode in the computer room, and the other connected to my SB-180 at home (_really_ nice!). We looked at Couriers too. But the v.32 modems won, so it was Multi-Techs, Practical (Pregnant) Peripherals, etc. The host computers were Prime minis, which were notorious for crappy handshaking, so we spent lots of time fine tuning buffer sizes and modem setups. We had the Data Race folks on site in South Bend for a couple of days at one point figuring out why stuff was getting lost (hysteresis was too large for the modem's buffer). After I left the company, a buddy called me for troubleshooting help. Could I call x-and-such number and see how fast I could connect. My personal Courier locked at max rate. Drove him nuts, as the units they were selling, being cheap junk, couldn't do it. Couriers rocked. Still do, if you still do dialup. De From jules.richardson99 at gmail.com Fri Aug 8 11:20:59 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Fri, 08 Aug 2008 11:20:59 -0500 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <20080808041900.GA3166@usap.gov> References: <20080807215008.GA13516@brevard.conman.org> <20080808041900.GA3166@usap.gov> Message-ID: <489C726B.20909@gmail.com> Ethan Dicks wrote: > Ah, the joys of an underwired older house. Ours was built around 1905 > and was wired for electricity _after_ it was built. Not a grounded > outlet in sight. :-/ I don't think I've yet been inside a single house on US soil that has sane wiring. They all seem rather random in implementation (and to heck with whatever local or national codes might say! :-) Needless to say, I'll be rewiring the building that the vintage machines are all going in (when I get chance to actually ship them over here) cheers Jules From korpela at ssl.berkeley.edu Fri Aug 8 11:30:08 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Fri, 8 Aug 2008 09:30:08 -0700 Subject: LocalTalk In-Reply-To: References: <200808060556.m765uiXe016531@dewey.classiccmp.org> <8726.209.163.133.242.1218042556.squirrel@webmail.io.com> Message-ID: On Thu, Aug 7, 2008 at 3:00 PM, Steven Hirsch wrote: > Additionally, they likely will not support Apple 2 flavored AppleTalk. I use an off brand box called the Ether*Write (whatever company made it was later bought by Farralon). My Apple IIgs's AppleTalk goes through fine, but the IIgs hangs if there are any machines with large shares (>2GB or so) on the network. I've been thinking about zoning it off, but I know nothing about how to set up AppleTalk zones. Eric From korpela at ssl.berkeley.edu Fri Aug 8 11:30:08 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Fri, 8 Aug 2008 09:30:08 -0700 Subject: LocalTalk In-Reply-To: References: <200808060556.m765uiXe016531@dewey.classiccmp.org> <8726.209.163.133.242.1218042556.squirrel@webmail.io.com> Message-ID: On Thu, Aug 7, 2008 at 3:00 PM, Steven Hirsch wrote: > Additionally, they likely will not support Apple 2 flavored AppleTalk. I use an off brand box called the Ether*Write (whatever company made it was later bought by Farralon). My Apple IIgs's AppleTalk goes through fine, but the IIgs hangs if there are any machines with large shares (>2GB or so) on the network. I've been thinking about zoning it off, but I know nothing about how to set up AppleTalk zones. Eric From cclist at sydex.com Fri Aug 8 11:51:53 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 08 Aug 2008 09:51:53 -0700 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489C726B.20909@gmail.com> References: <20080807215008.GA13516@brevard.conman.org>, <20080808041900.GA3166@usap.gov>, <489C726B.20909@gmail.com> Message-ID: <489C1739.17408.553B93@cclist.sydex.com> On 8 Aug 2008 at 11:20, Jules Richardson wrote: > I don't think I've yet been inside a single house on US soil that has > sane wiring. They all seem rather random in implementation (and to > heck with whatever local or national codes might say! :-) You can probably lay a good part of the blame on local and national codes. My parents' then-new house, built in the 1950s was constructed when the local electrical code called for thinwall conduit as the residential wiring type. If you've ever worked with the stuff, you know that you need to spend some time on layout-- there's not a lot of slop and anything other than a simple bend takes time. Generally, the outlets in a room were done octopus-style, with an octagonal junction box or two located somewhere in the ceiling with the legs terminating in wall outlet boxes. Great stuff and probably pretty fire-resistant. Holes are drilled for the most part through top and bottom plates, rather than wall studs. I was observing one of the McMansions in my area being wired not too long ago. Basically, a team comes in with big spools of 12 and 14 gauge Romex, a big box of staples and a Hole-hawg or two and get to drilling away, wherever it's convenient; sort of stream-of- consciousness wiring. Before the sheetrock and insulation goes on, it looks like hell. My own house has its share of "stream of consciousness" wiring, but it has a utilities plenum running the length of the building in the basement where all of the plumbing, heavy-gauge wiring and large heating ducts are run. So I'm better off than most. Cheers, Chuck From brain at jbrain.com Fri Aug 8 12:03:27 2008 From: brain at jbrain.com (Jim Brain) Date: Fri, 08 Aug 2008 12:03:27 -0500 Subject: Forgotten PC History Message-ID: <489C7C5F.7000008@jbrain.com> I don't mean to repost, but I had not seen this posted as yet: http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9111341&source=NLT_AM&nlid=1 -- Jim Brain, Brain Innovations (X) brain at jbrain.com Dabbling in WWW, Embedded Systems, Old CBM computers, and Good Times! Home: http://www.jbrain.com From cclist at sydex.com Fri Aug 8 12:09:25 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 08 Aug 2008 10:09:25 -0700 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <200808081613.m78GDvjh032637@yagi.h-net.msu.edu> References: <489B63C0.21120.11FBEBEC@cclist.sydex.com>, <200808081613.m78GDvjh032637@yagi.h-net.msu.edu> Message-ID: <489C1B55.30399.654A91@cclist.sydex.com> On 8 Aug 2008 at 12:13, Dennis Boone wrote: > For a while, we had two Telebit Trailblazers, one in answer mode in the > computer room, and the other connected to my SB-180 at home (_really_ > nice!). We looked at Couriers too. But the v.32 modems won, so it was > Multi-Techs, Practical (Pregnant) Peripherals, etc. The Trailblazers at one point were *the* modem to have if you were doing UUCP-type transfers between systems. Since it used a proprietary protocol, you had to go Telebit-to-Telebit. I had friends at Telebit, and vaguely remember that they used multiple carrier frequencies, but not too much other than that. During the early 1970s, ISTR that one of the better modems was the Milgo 4400--a big rack-mount job that could get 2400 bps over voice- grade lines (except in Los Gatos, where 300 bps was considered to be pretty good). Does anyone still have one of these beasts? The military used them quite a bit. Cheers, Chuck From lproven at gmail.com Fri Aug 8 12:55:06 2008 From: lproven at gmail.com (Liam Proven) Date: Fri, 8 Aug 2008 18:55:06 +0100 Subject: IBM Model M keyboard spares In-Reply-To: <20080807124217.I34639@shell.lmi.net> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> <4899F73F.3010608@gmail.com> <575131af0808070431p27493743y63a5291b00b22a30@mail.gmail.com> <20080807124217.I34639@shell.lmi.net> Message-ID: <575131af0808081055v7f892a48nab5e0b80952459e2@mail.gmail.com> 2008/8/7 Fred Cisin : > On Thu, 7 Aug 2008, Liam Proven wrote: > >> 2008/8/6 Sridhar Ayengar : >> > Liam Proven wrote: >> >> >> >> /The/ classic PC keyboard, IMHO. >> > >> > The Model M came out *waay* after the PC. The 84-key is the one for the PC. >> > I don't think the Model M is even compatible with the PC. >> > >> > Peace... Sridhar >> >> Oh, come on, Sridhar, don't be so anally retentive or obsessive! >> >> I didn't say "the classic IBM model 5250 PC-XT keyboard" or anything >> of the kind. I said PC. "PC" is a generic term, which to hundreds of >> millions around the world just means a Personal Computer. In fact the >> PC to which the model M I am typing on right now is attached to is, as >> it happens, an Apple 20" 2GH PowerPC G5 iMac. > > It is easy to parse what you said to be referring to "classic PC". Hmmm. I'd have said "the keyboard of the classic PC" if that's what I'd meant. Only of course a Model M is not the keyboard of the PC-XT, it's a much later model; a Model M won't work with a PC-XT and a PC-XT keyboard won't work with anything much newer. And in any case, the original PC keyboard is not a much loved classic with lots of fan sites, which the Model M is. So to be honest I don't think it was an ambiguous statement at all! > Would an Apple 20" 2GH PowerPC G5 iMac be considered a "classic PC"? Eh? That never even entered into it. It's a form of PC, though. I reckon the original iMac G3 is a classic, though, already. > In THIS mob, "classic PC" means 5150. But I wasn't talking about any kind of classic PC. The last noun in the sentence was "keyboard" and that's what the adjective "classic" was applied to. The "PC" merely clarified what kind of keyboard. > Even those who avoid the IBM products would be considered "5150" by those > familiar with police radio codes. I know nothing about police radio codes and have no interest in them whatsoever. I suspect that the British police have different ones, anyway. I'm not buying this odd implicit argument that it was an unclear or ambiguous phrase, in case that wasn't obvious. :-) -- Liam Proven ? Profile: http://www.linkedin.com/in/liamproven Email: lproven at cix.co.uk ? GMail/GoogleTalk/Orkut: lproven at gmail.com Tel: +44 20-8685-0498 ? Cell: +44 7939-087884 ? Fax: + 44 870-9151419 AOL/AIM/iChat: liamproven at aol.com ? MSN/Messenger: lproven at hotmail.com Yahoo: liamproven at yahoo.co.uk ? Skype: liamproven ? ICQ: 73187508 From lproven at gmail.com Fri Aug 8 12:58:19 2008 From: lproven at gmail.com (Liam Proven) Date: Fri, 8 Aug 2008 18:58:19 +0100 Subject: IBM Model M keyboard spares In-Reply-To: <489B1CE6.5090902@gmail.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> <4899F73F.3010608@gmail.com> <575131af0808070431p27493743y63a5291b00b22a30@mail.gmail.com> <489B1CE6.5090902@gmail.com> Message-ID: <575131af0808081058w36e20a63w7178c2b27e0c76c9@mail.gmail.com> 2008/8/7 Sridhar Ayengar : > Liam Proven wrote: >> >> 2008/8/6 Sridhar Ayengar : >>> >>> Liam Proven wrote: >>>> >>>> /The/ classic PC keyboard, IMHO. >>> >>> The Model M came out *waay* after the PC. The 84-key is the one for the >>> PC. >>> I don't think the Model M is even compatible with the PC. >> >> Oh, come on, Sridhar, don't be so anally retentive or obsessive! >> >> I didn't say "the classic IBM model 5250 PC-XT keyboard" or anything > > You don't want obsessive? Too bad! 8-) > > The 5250 is an IBM minicomputer terminal, not an XT keyboard! > > http://en.wikipedia.org/wiki/IBM_5250 Ah. Now that *was* my bad. Mea culpa. I should have known that. -- Liam Proven ? Profile: http://www.linkedin.com/in/liamproven Email: lproven at cix.co.uk ? GMail/GoogleTalk/Orkut: lproven at gmail.com Tel: +44 20-8685-0498 ? Cell: +44 7939-087884 ? Fax: + 44 870-9151419 AOL/AIM/iChat: liamproven at aol.com ? MSN/Messenger: lproven at hotmail.com Yahoo: liamproven at yahoo.co.uk ? Skype: liamproven ? ICQ: 73187508 From jules.richardson99 at gmail.com Fri Aug 8 13:16:49 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Fri, 08 Aug 2008 13:16:49 -0500 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489C1B55.30399.654A91@cclist.sydex.com> References: <489B63C0.21120.11FBEBEC@cclist.sydex.com>, <200808081613.m78GDvjh032637@yagi.h-net.msu.edu> <489C1B55.30399.654A91@cclist.sydex.com> Message-ID: <489C8D91.3080008@gmail.com> Chuck Guzis wrote: > On 8 Aug 2008 at 12:13, Dennis Boone wrote: > >> For a while, we had two Telebit Trailblazers, one in answer mode in the >> computer room, and the other connected to my SB-180 at home (_really_ >> nice!). We looked at Couriers too. But the v.32 modems won, so it was >> Multi-Techs, Practical (Pregnant) Peripherals, etc. > > The Trailblazers at one point were *the* modem to have if you were > doing UUCP-type transfers between systems. Weren't they something 'odd', like 23K? I know I acquired one amongst a pile of stuff once, but of course without a remote one to talk to, it wasn't much use for anything. cheers Jules From bfranchuk at jetnet.ab.ca Fri Aug 8 13:22:47 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Fri, 08 Aug 2008 12:22:47 -0600 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489C570B.4070900@gmail.com> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> <489B6C19.9040807@brouhaha.com> <20080807220822.GD5643@usap.gov> <20080807194635.F49564@shell.lmi.net> <489C570B.4070900@gmail.com> Message-ID: <489C8EF7.8070606@jetnet.ab.ca> Jules Richardson wrote: > You forgot to mention the 300lbs of school books carried on your back, > too. I always thought you left school before you could read to .... From billdeg at degnanco.com Fri Aug 8 13:58:12 2008 From: billdeg at degnanco.com (B. Degnan) Date: Fri, 08 Aug 2008 14:58:12 -0400 Subject: vintagecomputer.net updated Message-ID: <5.1.0.14.0.20080808145750.00c31dd0@smtp.degnanco.com> http://vintagecomputer.net/ This REV is titled "From Giant Brains to Hobby Computers - 1957 to 1977" "Giant Brains" from Radio & Television News Jan 1957 - Including pictures of UNIVAC, IBM 650, Mark I "An Informal History of the Hobby Computer Market" from the Jan-Feb premier issue of Personal Computing Recent project work and pictures -Bill From eric at brouhaha.com Fri Aug 8 13:59:46 2008 From: eric at brouhaha.com (Eric Smith) Date: Fri, 08 Aug 2008 11:59:46 -0700 Subject: AT&T 3B1 Unix PC (WTD: a 67MB version power supply) In-Reply-To: <5.1.0.14.0.20080808085507.02f52788@smtp.degnanco.com> References: <5.1.0.14.0.20080808085507.02f52788@smtp.degnanco.com> Message-ID: <489C97A2.3090404@brouhaha.com> B. Degnan wrote: > 67MB UNIX PC Power supply 3B1 power supply, used whether the 3B1 had the 40MB or 67MB drive > There seems to be some confusion about what you call the 67MB UNIX PC. > Is it a 3B1 or a 7300? 3B1. If the case has a hump, it's a 3B1. Without, it's a 7300. > I also need an earlier 7300 motherboard. Why? The same motherboards will work in the 7300 or 3B1. From jules.richardson99 at gmail.com Fri Aug 8 14:13:37 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Fri, 08 Aug 2008 14:13:37 -0500 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489C1739.17408.553B93@cclist.sydex.com> References: <20080807215008.GA13516@brevard.conman.org>, <20080808041900.GA3166@usap.gov>, <489C726B.20909@gmail.com> <489C1739.17408.553B93@cclist.sydex.com> Message-ID: <489C9AE1.70209@gmail.com> Chuck Guzis wrote: > My own house has its share of "stream of consciousness" wiring, but > it has a utilities plenum running the length of the building in the > basement where all of the plumbing, heavy-gauge wiring and large > heating ducts are run. So I'm better off than most. Heh, no such luck here. The house has been semi-rewired in recent past and it's a total rats' nest down in the basement. As the place was once a working farm, the service panels look more like something befitting a factory - breakers and wires aplenty! It's on the list to trace it all out sometime so that when things do go wrong fault-finding will be a lot easier. The various out-buildings are a real mix of above-ground and below-ground power feeds, original 1940's wiring and fuseboxes, more modern cabling, and "home-made" stuff using any old fixtures and power cord. There's even a pair of enormous 150W light bulbs in the garage that look like they might have been hanging on since the '50s... For the building where the vintage computers will live, I'm thinking I'll put a new cable run out to there from the house, fit a new breaker unit, and give it both 120V and 240V. Cat-5 for network, and RS-232 just for the heck of it - I'm sure I'll find a use for it. Oh, I found an ancient fusebox behind a panel in one of the bathrooms (really) a few weeks ago - it's got power, but no amount of investigation has yet revealed what it's there for :-) cheers Jules From eric at brouhaha.com Fri Aug 8 14:17:36 2008 From: eric at brouhaha.com (Eric Smith) Date: Fri, 08 Aug 2008 12:17:36 -0700 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489C1B55.30399.654A91@cclist.sydex.com> References: <489B63C0.21120.11FBEBEC@cclist.sydex.com>, <200808081613.m78GDvjh032637@yagi.h-net.msu.edu> <489C1B55.30399.654A91@cclist.sydex.com> Message-ID: <489C9BD0.3080800@brouhaha.com> Chuck Guzis wrote: > The Trailblazers at one point were *the* modem to have if you were > doing UUCP-type transfers between systems. Since it used a > proprietary protocol, you had to go Telebit-to-Telebit. I had > friends at Telebit, and vaguely remember that they used multiple > carrier frequencies, but not too much other than that. Although the Trailblazer transferred about 14 to 16 Kbps uncompressed, it was a 7 baud modem! [*] It used slightly fewer than 512 carriers, each transmitting at a very low rate. The system was referred to as Packetized Ensemble Protocole (PEP), although technically that described the patented method of distributing the data across the carriers rather than the actual modulation. It was the predecessor of DMT (Discrete Multi Tone) modulation used on most ADSL loops, and OFDM (Orthogonal Frequency Domain Multiplexing) used by 802.11a, .11g, .11n, and many other high-bandwidth wireless systems. At one time Telebit management thought they might be able to get royalties on the PEP patent from the companies making ADSL equipment, but AFAIK that never happened. Since PEP was half-duplex, with only a very slow reverse channel, it had to do line turnarounds to handle full-duplex traffic. UUCP g protocol had acknowledgement frames that were large enough to cause a line turnaround, which would dramatically lower the throughput for an otherwise unidirectional transfer. Telebit put special "spoofing" for the UUCP g protocol into the model, so that it could avoid line turnarounds while still having end-to-end acknowledgements. That made it a great modem for UUCP. When the CCITT (now ITU-T) was working on the next high-speed PSTN modem standard beyond V.32, referred to as V.fast while in development, Telebit proposed a full-duplex version of PEP, but it was not ultimately chosen to be the V.34 standard. I worked at Telebit from 1991 to 1995, but mostly on the NetBlazer router products rather than modems. From time to time the lab had to be cleaned up, and one time my manager gave me an enormous wire-wrapped board (perhaps 24" by 30") which he couldn't bear to see thrown away. He said it was the first PEP modem prototype, and he knew that I was interested in computer history, so he wanted me to take it. A few years ago I met Paul Baran, founder of Telebit (and inventor of packet switching), and he authenticated it. I donated it to the Computer History Museum. Eric [*] A "baud" is a symbol (signal change) per second, not a bit per second. They are equal only if each symbol conveys a single bit. However, all dialup modems at 2400 bps or higher, and full-duplex dialup modems at 1200 bps, use modulations with multiple bits per symbol. For instance, V.32 9600 bps modulation is actually 2400 baud with four bits per symbol. From jules.richardson99 at gmail.com Fri Aug 8 14:41:18 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Fri, 08 Aug 2008 14:41:18 -0500 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489C8D91.3080008@gmail.com> References: <489B63C0.21120.11FBEBEC@cclist.sydex.com>, <200808081613.m78GDvjh032637@yagi.h-net.msu.edu> <489C1B55.30399.654A91@cclist.sydex.com> <489C8D91.3080008@gmail.com> Message-ID: <489CA15E.4060600@gmail.com> Jules Richardson wrote: > Chuck Guzis wrote: >> On 8 Aug 2008 at 12:13, Dennis Boone wrote: >> >>> For a while, we had two Telebit Trailblazers, one in answer mode in the > > Weren't they something 'odd', like 23K? Hmm, I'm having a brain fart and mixing Trailblazer up with Worldblazer, it seems! From cclist at sydex.com Fri Aug 8 14:47:25 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 08 Aug 2008 12:47:25 -0700 Subject: Forgotten PC History In-Reply-To: <489C7C5F.7000008@jbrain.com> References: <489C7C5F.7000008@jbrain.com> Message-ID: <489C405D.32618.F5F0CE@cclist.sydex.com> On 8 Aug 2008 at 12:03, Jim Brain wrote: > I don't mean to repost, but I had not seen this posted as yet: > > http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9111341&source=NLT_AM&nlid=1 Doesn't the "home computer" (not the Honeywell "kitchen computer") go back at least as far as 1968? Wasn't there an outfit that marketed a box with two tape drives and a display in it for home use? Not a computer, per se, but an information storage and retrieval device. A name like "Viacon"? My brain has too many dustbunnies to remember much more, but I recall reading about it a long time ago. Perhaps one of the digital archaeologists on the list remembers. Cheers, Chuck From pat at computer-refuge.org Fri Aug 8 15:19:42 2008 From: pat at computer-refuge.org (Patrick Finnegan) Date: Fri, 8 Aug 2008 16:19:42 -0400 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489C9AE1.70209@gmail.com> References: <20080807215008.GA13516@brevard.conman.org> <489C1739.17408.553B93@cclist.sydex.com> <489C9AE1.70209@gmail.com> Message-ID: <200808081619.42237.pat@computer-refuge.org> On Friday 08 August 2008, Jules Richardson wrote: > For the building where the vintage computers will live, I'm thinking > I'll put a new cable run out to there from the house, fit a new > breaker unit, and give it both 120V and 240V. You're not commited to retrocomputing, unless you have 3 phase power available. :) Pat -- Purdue University Research Computing --- http://www.rcac.purdue.edu/ The Computer Refuge --- http://computer-refuge.org From ploopster at gmail.com Fri Aug 8 15:30:10 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Fri, 08 Aug 2008 16:30:10 -0400 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <200808081619.42237.pat@computer-refuge.org> References: <20080807215008.GA13516@brevard.conman.org> <489C1739.17408.553B93@cclist.sydex.com> <489C9AE1.70209@gmail.com> <200808081619.42237.pat@computer-refuge.org> Message-ID: <489CACD2.7080205@gmail.com> Patrick Finnegan wrote: > On Friday 08 August 2008, Jules Richardson wrote: >> For the building where the vintage computers will live, I'm thinking >> I'll put a new cable run out to there from the house, fit a new >> breaker unit, and give it both 120V and 240V. > > You're not commited to retrocomputing, unless you have 3 phase power > available. :) You're not truly committed unless you have a 480V three-phase service. Peace... Sridhar From arcarlini at iee.org Fri Aug 8 15:34:59 2008 From: arcarlini at iee.org (Antonio Carlini) Date: Fri, 8 Aug 2008 21:34:59 +0100 Subject: IC collecting In-Reply-To: Message-ID: Tony Duell wrote: > But I personally have no desire to have a 'stamp collection' of > supposedly > rare ICs sitting in conductive foam. Which is just as well, as you'd probably ahev to worry about the foam going "off" and corroding the chip legs. Or so I read every now and then ... Luckily none of my foam is that old yet. Antonio From jules.richardson99 at gmail.com Fri Aug 8 15:38:51 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Fri, 08 Aug 2008 15:38:51 -0500 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <200808081619.42237.pat@computer-refuge.org> References: <20080807215008.GA13516@brevard.conman.org> <489C1739.17408.553B93@cclist.sydex.com> <489C9AE1.70209@gmail.com> <200808081619.42237.pat@computer-refuge.org> Message-ID: <489CAEDB.9080808@gmail.com> Patrick Finnegan wrote: > On Friday 08 August 2008, Jules Richardson wrote: >> For the building where the vintage computers will live, I'm thinking >> I'll put a new cable run out to there from the house, fit a new >> breaker unit, and give it both 120V and 240V. > > You're not commited to retrocomputing, unless you have 3 phase power > available. :) Ha ha! We've actually got fair-sized barn in need of some TLC; once that's done it'll be crying out to have a big system put into it... the problem is going to be finding one! (consider that a 'want' - if anyone in MN or just over the border into Canada has a large system that they're going to be sick of in a year or two... ;) cheers Jules From geneb at deltasoft.com Fri Aug 8 16:16:06 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Fri, 8 Aug 2008 14:16:06 -0700 (PDT) Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489CACD2.7080205@gmail.com> References: <20080807215008.GA13516@brevard.conman.org> <489C1739.17408.553B93@cclist.sydex.com> <489C9AE1.70209@gmail.com> <200808081619.42237.pat@computer-refuge.org> <489CACD2.7080205@gmail.com> Message-ID: On Fri, 8 Aug 2008, Sridhar Ayengar wrote: > Patrick Finnegan wrote: >> On Friday 08 August 2008, Jules Richardson wrote: >>> For the building where the vintage computers will live, I'm thinking >>> I'll put a new cable run out to there from the house, fit a new >>> breaker unit, and give it both 120V and 240V. >> >> You're not commited to retrocomputing, unless you have 3 phase power >> available. :) > > You're not truly committed unless you have a 480V three-phase service. > At this point the more pertinent question should be not "You're not truely" but "You probably should be". :) g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From RichA at vulcan.com Fri Aug 8 16:20:10 2008 From: RichA at vulcan.com (Rich Alderson) Date: Fri, 8 Aug 2008 14:20:10 -0700 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: References: Message-ID: From: Bill Sudbrink Sent: Thursday, August 07, 2008 8:52 PM > 11) I no longer remember how to start up Zork or some of the > other programs... anyone feel free to provide details I'm > missing. You were advised to use "ZORK^K" rather than ":ZORK". The latter would always start a new Zork process, which was unfriendly given the limited number of processes available under ITS; the former would start a Zork process if none already existed, otherwise connecting you to a shared memory image. Rich Alderson RichA at vulcan.com Server Engineer, PDPplanet Project (206) 342-2239 Vulcan, Inc., 505 5th Avenue S, Seattle, WA 98104 (206) 465-2916 cell From cisin at xenosoft.com Fri Aug 8 16:46:22 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Fri, 8 Aug 2008 14:46:22 -0700 (PDT) Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489C570B.4070900@gmail.com> References: <507520.26074.qm@web56201.mail.re3.yahoo.com> <4899F65F.8000504@gmail.com> <4899FB11.2020205@gmail.com> <489B194A.4020101@gmail.com> <20080807200317.GB19776@usap.gov> <489B6961.6030402@verizon.net> <489B6C19.9040807@brouhaha.com> <20080807220822.GD5643@usap.gov> <20080807194635.F49564@shell.lmi.net> <489C570B.4070900@gmail.com> Message-ID: <20080808144515.B86800@shell.lmi.net> > >>> And we had to walk to school. Uphill. Both ways. > >> Amen. (oh... and in Ohio, we added "in the snow"...) > > > > barefoot. > > You forgot to mention the 300lbs of school books carried on your back, too. You had BOOKS?? From cclist at sydex.com Fri Aug 8 17:01:39 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 08 Aug 2008 15:01:39 -0700 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <20080808144515.B86800@shell.lmi.net> References: <507520.26074.qm@web56201.mail.re3.yahoo.com>, <489C570B.4070900@gmail.com>, <20080808144515.B86800@shell.lmi.net> Message-ID: <489C5FD3.8772.170D013@cclist.sydex.com> On 8 Aug 2008 at 14:46, Fred Cisin wrote: > > >>> And we had to walk to school. Uphill. Both ways. > > >> Amen. (oh... and in Ohio, we added "in the snow"...) > > > > > > barefoot. > > > > You forgot to mention the 300lbs of school books carried on your back, too. > > > You had BOOKS?? We took a knife along; we had to catch and kill our own breakfast too. Things tasted better after they invented fire during my sophomore year. Cheers, Chuck From cisin at xenosoft.com Fri Aug 8 17:06:20 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Fri, 8 Aug 2008 15:06:20 -0700 (PDT) Subject: IBM Model M keyboard spares In-Reply-To: <575131af0808081055v7f892a48nab5e0b80952459e2@mail.gmail.com> References: <575131af0808061032j2d59a5e0id53f06dbaf1b7626@mail.gmail.com> <4899F73F.3010608@gmail.com> <575131af0808070431p27493743y63a5291b00b22a30@mail.gmail.com> <20080807124217.I34639@shell.lmi.net> <575131af0808081055v7f892a48nab5e0b80952459e2@mail.gmail.com> Message-ID: <20080808145845.C86800@shell.lmi.net> > >> >> /The/ classic PC keyboard, IMHO. > > It is easy to parse what you said to be referring to "classic PC". > Hmmm. I'd have said "the keyboard of the classic PC" if that's what > I'd meant. Two peoples divided by a common language. On this side of the pond, we are loose with the syntax, and when we mean "the keyboard of the classic PC", we WILL say "the classic PC keyboard". Which, incidentally is not an XT, it is a 5150. > Only of course a Model M is not the keyboard of the PC-XT, > it's a much later model; a Model M won't work with a PC-XT and a PC-XT > keyboard won't work with anything much newer. And in any case, the > original PC keyboard is not a much loved classic with lots of fan > sites, which the Model M is. Which is one more reason that I prefer the original 83 key keyboards. > So to be honest I don't think it was an ambiguous statement at all! only to those of us who don't have our language based on the king. > > Even those who avoid the IBM products would be considered "5150" by those > > familiar with police radio codes. > I know nothing about police radio codes and have no interest in them > whatsoever. I suspect that the British police have different ones, > anyway. Around here (California), "5150" refers to a person with severe mental issues who may be a danger to themselves or others. > I'm not buying this odd implicit argument that it was an unclear or > ambiguous phrase, in case that wasn't obvious. :-) only in translation to American "English". From bfranchuk at jetnet.ab.ca Fri Aug 8 17:15:22 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Fri, 08 Aug 2008 16:15:22 -0600 Subject: Ot again In-Reply-To: <489C5FD3.8772.170D013@cclist.sydex.com> References: <507520.26074.qm@web56201.mail.re3.yahoo.com>, <489C570B.4070900@gmail.com>, <20080808144515.B86800@shell.lmi.net> <489C5FD3.8772.170D013@cclist.sydex.com> Message-ID: <489CC57A.1020707@jetnet.ab.ca> Chuck Guzis wrote: > We took a knife along; we had to catch and kill our own breakfast > too. Things tasted better after they invented fire during my > sophomore year. > > I wonder when clothing was invented ... before or after fire? > Cheers, > Chuck > > From cisin at xenosoft.com Fri Aug 8 17:24:43 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Fri, 8 Aug 2008 15:24:43 -0700 (PDT) Subject: Ot again In-Reply-To: <489CC57A.1020707@jetnet.ab.ca> References: <507520.26074.qm@web56201.mail.re3.yahoo.com>, <489C570B.4070900@gmail.com>, <20080808144515.B86800@shell.lmi.net> <489C5FD3.8772.170D013@cclist.sydex.com> <489CC57A.1020707@jetnet.ab.ca> Message-ID: <20080808152406.I86800@shell.lmi.net> > > We took a knife along; we had to catch and kill our own breakfast > > too. Things tasted better after they invented fire during my > > sophomore year. > > > I wonder when clothing was invented ... before or after fire? when did they start using lithium batteries? From bfranchuk at jetnet.ab.ca Fri Aug 8 18:45:32 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Fri, 08 Aug 2008 17:45:32 -0600 Subject: Ot again In-Reply-To: <20080808152406.I86800@shell.lmi.net> References: <507520.26074.qm@web56201.mail.re3.yahoo.com>, <489C570B.4070900@gmail.com>, <20080808144515.B86800@shell.lmi.net> <489C5FD3.8772.170D013@cclist.sydex.com> <489CC57A.1020707@jetnet.ab.ca> <20080808152406.I86800@shell.lmi.net> Message-ID: <489CDA9C.4040501@jetnet.ab.ca> Fred Cisin wrote: > when did they start using lithium batteries? > I suspect when digital watches came out. From cisin at xenosoft.com Fri Aug 8 18:59:47 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Fri, 8 Aug 2008 16:59:47 -0700 (PDT) Subject: Ot again In-Reply-To: <489CDA9C.4040501@jetnet.ab.ca> References: <507520.26074.qm@web56201.mail.re3.yahoo.com>, <489C570B.4070900@gmail.com>, <20080808144515.B86800@shell.lmi.net> <489C5FD3.8772.170D013@cclist.sydex.com> <489CC57A.1020707@jetnet.ab.ca> <20080808152406.I86800@shell.lmi.net> <489CDA9C.4040501@jetnet.ab.ca> Message-ID: <20080808165828.A86800@shell.lmi.net> > > when did they start using lithium batteries? > > > I suspect when digital watches came out. So, . . . the discovery of fire dates back to the Northstar Horizon power supply, not just to laptop batteries? From rtellason at verizon.net Fri Aug 8 20:21:55 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Fri, 08 Aug 2008 21:21:55 -0400 Subject: Forgotten PC History In-Reply-To: <489C7C5F.7000008@jbrain.com> References: <489C7C5F.7000008@jbrain.com> Message-ID: <200808082121.55813.rtellason@verizon.net> On Friday 08 August 2008 13:03, Jim Brain wrote: > I don't mean to repost, but I had not seen this posted as yet: > > http://www.computerworld.com/action/article.do?command=viewArticleBasic&art >icleId=9111341&source=NLT_AM&nlid=1 An interesting read. One thing that jumped out at me when I got to the second page of the article was how wide that screen was compared to its height. Do you know offhand what the screen was, in terms of characters? The other thing that I took some notice of was mention of an 18-pin chip package as "recently developed" at one point in the story, and later on the mention of the 40-pin package as being then available. When I first started to take notice of chips at all, most of them were 14 or 16 pins, and those were mostly op amps. This was around 1970, I think. And it was only later on that I started seeing different sizes, but I never really knew all that much about which sizes came out when, or how limiting some of the earlier package restrictions were. What was up with that, anyway? Why were the earlier chips so limited in terms of packaging? -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From rtellason at verizon.net Fri Aug 8 20:25:35 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Fri, 08 Aug 2008 21:25:35 -0400 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489C1B55.30399.654A91@cclist.sydex.com> References: <489B63C0.21120.11FBEBEC@cclist.sydex.com> <200808081613.m78GDvjh032637@yagi.h-net.msu.edu> <489C1B55.30399.654A91@cclist.sydex.com> Message-ID: <200808082125.35747.rtellason@verizon.net> On Friday 08 August 2008 13:09, Chuck Guzis wrote: > The Trailblazers at one point were *the* modem to have if you were > doing UUCP-type transfers between systems. Since it used a > proprietary protocol, you had to go Telebit-to-Telebit. I had > friends at Telebit, and vaguely remember that they used multiple > carrier frequencies, but not too much other than that. I never knew much about those, but they sure did look to be pretty nifty from what I could see on the outside. :-) I know that one system that I called occasionally back when I was calling bunches of them was in fact a box where a guy was running unix at home. And he eventually gave me a login on that box, and tried to nudge me in the direction of running it, eventually. At a later point in time I did end up doing UUCP-type transfers with his system, when I was running a fidonet-internet gateway of sorts. Just email, but it was nice to have, excepting all those clueless folks that even then were doing email in HTML... -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From eric at brouhaha.com Fri Aug 8 20:44:22 2008 From: eric at brouhaha.com (Eric Smith) Date: Fri, 08 Aug 2008 18:44:22 -0700 Subject: Forgotten PC History In-Reply-To: <200808082121.55813.rtellason@verizon.net> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> Message-ID: <489CF676.7050404@brouhaha.com> Roy J. Tellason wrote: > The other thing that I took some notice of was mention of an 18-pin chip > package as "recently developed" at one point in the story, and later on the > mention of the 40-pin package as being then available. The 18 pin-per-package limit claims regarding the 4004 and 8008 have been around for a long time, and I think they came from interviews with Intel's founders and/or early employees, but I think they're factually incorrect, at least as commonly stated. The 24-pin DIP was very well established by 1968, and was already used by TI at that time. There were certainly higher pin-count packages at that time also. I'm not sure about the 40-pin DIP, but in 1969 Fairchild was shipping at least one memory chip in a 36-pin DIP, though that particular package never became popular. Possibly whatever specific company Intel was contracting with to supply lead frames and ceramic packages didn't yet offer higher pin count packages, but they obviously were available from some vendors since other semiconductor companies like Fairchild and TI were using them. Eric From rtellason at verizon.net Fri Aug 8 20:51:11 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Fri, 08 Aug 2008 21:51:11 -0400 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <200808081619.42237.pat@computer-refuge.org> References: <20080807215008.GA13516@brevard.conman.org> <489C9AE1.70209@gmail.com> <200808081619.42237.pat@computer-refuge.org> Message-ID: <200808082151.12286.rtellason@verizon.net> On Friday 08 August 2008 16:19, Patrick Finnegan wrote: > On Friday 08 August 2008, Jules Richardson wrote: > > For the building where the vintage computers will live, I'm thinking > > I'll put a new cable run out to there from the house, fit a new > > breaker unit, and give it both 120V and 240V. > > You're not commited to retrocomputing, unless you have 3 phase power > available. :) Hehe. The look that got me when I relayed that sentiment just now was priceless... :-) -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From rtellason at verizon.net Fri Aug 8 20:58:13 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Fri, 08 Aug 2008 21:58:13 -0400 Subject: Forgotten PC History In-Reply-To: <489CF676.7050404@brouhaha.com> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> Message-ID: <200808082158.13312.rtellason@verizon.net> On Friday 08 August 2008 21:44, Eric Smith wrote: > Roy J. Tellason wrote: > > The other thing that I took some notice of was mention of an 18-pin chip > > package as "recently developed" at one point in the story, and later on > > the mention of the 40-pin package as being then available. > > The 18 pin-per-package limit claims regarding the 4004 and 8008 have > been around for a long time, and I think they came from interviews with > Intel's founders and/or early employees, but I think they're factually > incorrect, at least as commonly stated. > > The 24-pin DIP was very well established by 1968, and was already used > by TI at that time. My first TTL databook was from TI, and I believe there was some small number of 24-pin devices in there, like the 74154 and similar. (Hope I'm remembering right here. :-) > There were certainly higher pin-count packages at that time also. I'm not > sure about the 40-pin DIP, but in 1969 Fairchild was shipping at least one > memory chip in a 36-pin DIP, though that particular package never became > popular. There were also those "flatpacks" which I never could figure out. A precursor to surface mount? Something else? > Possibly whatever specific company Intel was contracting with to supply > lead frames and ceramic packages didn't yet offer higher pin count > packages, but they obviously were available from some vendors since > other semiconductor companies like Fairchild and TI were using them. I guess a large part of it was the machinery to handle that stuff too, besides the lead frames themselves. I don't know much about that stuff so I don't know if any given production machinery would be adaptable to many different sizes or if you'd need a different bigger machine to handle them. If the latter was the case then I can see where they might be reluctant if there weren't a lot of demand. -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From doc at mdrconsult.com Fri Aug 8 21:09:04 2008 From: doc at mdrconsult.com (Doc Shipley) Date: Fri, 08 Aug 2008 21:09:04 -0500 Subject: Where to find memory ICs? In-Reply-To: <489B7D5E.6010607@oldskool.org> References: <43F0294F.3030705@oldskool.org> <1e1fc3e90602131138r4ff57282q20bfcde5703d8768@mail.gmail.com> <489B7703.7050009@oldskool.org> <489B7A7C.8020402@jetnet.ab.ca> <489B7D5E.6010607@oldskool.org> Message-ID: <489CFC40.1050603@mdrconsult.com> Jim Leonard wrote: > bfranchuk at jetnet.ab.ca wrote: >>> Does anyone know of a cheaper way to get DRAM? $100 just so I can >>> add 6MB of RAM to a card doesn't seem right... >> Quit grumbing, be thank full you don't have to have +256 meg just on >> video card to run the lastest pc software. :( > > I don't think it's "grumbling" to ask if there is any way to get 1mbit > DRAMs for less than $1.89 apiece... Call MC Howard in Austin, ask to talk to Mel. If you want to, tell him I recommended him. He has all kinds of memory lying around. Worst case, you might have to peel it off a salvaged board. 800-490-6896 ObUsualPlug: It's a fun place to lose a couple of hours if you find yourself in Austin. For an idea of what you can find there, their ebay store is mchowardelectronics Doc From wh.sudbrink at verizon.net Fri Aug 8 21:12:45 2008 From: wh.sudbrink at verizon.net (Bill Sudbrink) Date: Fri, 08 Aug 2008 22:12:45 -0400 Subject: Argo Electronics in NYC to close In-Reply-To: Message-ID: Stopped by on the way home from Lombardi's this afternoon. Not much of interest. A few cardboard boxes of transformers, a box of VCR guts (various nylon gear assemblies), random motors (no steppers in evidence). Almost interesting was a stack of VME boards but all of the socketed components were gone. Otherwise, a box of IR remote controls, a few repaired TV sets, some boom boxes, cheap import tool kits, cheap import ear buds, etc. Having never been there before, I have no idea what it was like in its glory days... but I'd say it's going down by the bow now. Bill From doc at mdrconsult.com Fri Aug 8 21:15:40 2008 From: doc at mdrconsult.com (Doc Shipley) Date: Fri, 08 Aug 2008 21:15:40 -0500 Subject: COBOL quote in the news In-Reply-To: <489BA401.3000306@ptdprolog.net> References: <489ABA22.8563.F6561BF@cclist.sydex.com> <489B3CB5.7070806@brouhaha.com> <489BA401.3000306@ptdprolog.net> Message-ID: <489CFDCC.9070002@mdrconsult.com> madodel wrote: > Eric Smith wrote: >> Chuck Guzis wrote: > > Just prior to y2k they were paying large bonuses to get C programmers to > learn COBOL so the 100s of millions of lines of code could be checked > and patched. Large companies were desperate. I'm sure a lot of these > folks were canned after 2000 when all the Y2K nonsense finally ended but > I'm sure they aren't all retired. And they should still be around if > someone offered them enough money. I haven't written any code since > 2001, because any contract would have required me to travel which I > couldn't do any more. But it was great while it lasted. My little brother was one of those y2k guys. He made a fair pocket full of cash fixing code, from about '97 to 2002. He also says, at 49 years old, that he'll dig ditches at minimum wage before he goes back to COBOL. Just saying. Doc From eric940 at gmail.com Fri Aug 8 21:22:43 2008 From: eric940 at gmail.com (Eric) Date: Fri, 8 Aug 2008 19:22:43 -0700 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: References: Message-ID: On Fri, Aug 8, 2008 at 2:20 PM, Rich Alderson wrote: > From: Bill Sudbrink > Sent: Thursday, August 07, 2008 8:52 PM > >> 11) I no longer remember how to start up Zork or some of the >> other programs... anyone feel free to provide details I'm >> missing. > > You were advised to use "ZORK^K" rather than ":ZORK". The latter > would always start a new Zork process, which was unfriendly given > the limited number of processes available under ITS; the former > would start a Zork process if none already existed, otherwise > connecting you to a shared memory image. Agreed. ...and IIRC, after a successful process was started using the "^K" method, you'd receive a "!" confirmation. So, in short, a proccess successfully started under ITS on one of the MIT ITS machines would look as thus: ZORK^K! To this day, my "TIP" access remains the closest thing I ever did that resembled something similar to that of what happened in War Games -- as eventually some military brass from the TIP I was using sent me email telling me to beat it or else. I didn't at first, then received a sterner warning, and eventually had to leave (dialing the east coast from the west coast was costly; using a (government sponsered) west cost TIP to access machines across the country was preferred -- at least in my eyes.) :-) --eric940 From rtellason at verizon.net Fri Aug 8 21:24:14 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Fri, 08 Aug 2008 22:24:14 -0400 Subject: Argo Electronics in NYC to close In-Reply-To: References: Message-ID: <200808082224.14475.rtellason@verizon.net> On Friday 08 August 2008 22:12, Bill Sudbrink wrote: > Stopped by on the way home from Lombardi's this afternoon. Not much of > interest. A few cardboard boxes of transformers, a box of VCR guts > (various nylon gear assemblies), random motors (no steppers in evidence). > Almost interesting was a stack of VME boards but all of the socketed > components were gone. Otherwise, a box of IR remote controls, a few > repaired TV sets, some boom boxes, cheap import tool kits, cheap import ear > buds, etc. Having never been there before, I have no idea what it was like > in its glory days... but I'd say it's going down by the bow now. Any indication of when they're closing? -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From bfranchuk at jetnet.ab.ca Fri Aug 8 22:04:53 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Fri, 08 Aug 2008 21:04:53 -0600 Subject: Forgotten PC History In-Reply-To: <200808082158.13312.rtellason@verizon.net> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <200808082158.13312.rtellason@verizon.net> Message-ID: <489D0955.60800@jetnet.ab.ca> Roy J. Tellason wrote: > There were also those "flatpacks" which I never could figure out. A precursor > to surface mount? Something else? > > I would guess so, but I've never seen a flat pack in the flesh myself so I can't say. From rtellason at verizon.net Fri Aug 8 22:16:47 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Fri, 08 Aug 2008 23:16:47 -0400 Subject: Forgotten PC History In-Reply-To: <489D0955.60800@jetnet.ab.ca> References: <489C7C5F.7000008@jbrain.com> <200808082158.13312.rtellason@verizon.net> <489D0955.60800@jetnet.ab.ca> Message-ID: <200808082316.48035.rtellason@verizon.net> On Friday 08 August 2008 23:04, bfranchuk at jetnet.ab.ca wrote: > Roy J. Tellason wrote: > > There were also those "flatpacks" which I never could figure out. A > > precursor to surface mount? Something else? > > I would guess so, but I've never seen a flat pack in the flesh myself so > I can't say. Aside from one of my databooks that has pictures on the cover, I can't say I have either, though it's possible that I did and forgot. There were times early on when I was starting to get to know that stuff that I momentarily considered the possibility of using some of it, and I decided pretty quick that it just flat-out wasn't worth the hassle. -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, ?a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From dkelvey at hotmail.com Fri Aug 8 22:44:02 2008 From: dkelvey at hotmail.com (dwight elvey) Date: Fri, 8 Aug 2008 20:44:02 -0700 Subject: Forgotten PC History In-Reply-To: <489CF676.7050404@brouhaha.com> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> Message-ID: > From: eric at brouhaha.com ---snip---> > Possibly whatever specific company Intel was contracting with to supply > lead frames and ceramic packages didn't yet offer higher pin count > packages, but they obviously were available from some vendors since > other semiconductor companies like Fairchild and TI were using them. > > Eric Hi My understanding was that Intel wasn't using them and they didn't expect to sell enough uP chips to make it practical to use a larger size. Later designs did use more pins. Dwight _________________________________________________________________ Reveal your inner athlete and share it with friends on Windows Live. http://revealyourinnerathlete.windowslive.com?locale=en-us&ocid=TXT_TAGLM_WLYIA_whichathlete_us From dkelvey at hotmail.com Fri Aug 8 22:55:40 2008 From: dkelvey at hotmail.com (dwight elvey) Date: Fri, 8 Aug 2008 20:55:40 -0700 Subject: Forgotten PC History In-Reply-To: <489D0955.60800@jetnet.ab.ca> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <200808082158.13312.rtellason@verizon.net> <489D0955.60800@jetnet.ab.ca> Message-ID: > From: bfranchuk at jetnet.ab.ca > > Roy J. Tellason wrote: >> There were also those "flatpacks" which I never could figure out. A precursor >> to surface mount? Something else? >> >> > I would guess so, but I've never seen a flat pack in the flesh myself so > I can't > say. > > Hi The only use I saw for the flat packs was while I was in the service. The boards had multiple layers and the leads went directly into the layers. In otherwords they were not surface mounted. The boards didn't have vias to connect layers. It was all chip to chip. There was a hole through the board layers for each flat pack. Reworking failed boards was a challenge because one had to unsolder and peel the layers back from the IC with conformal coat on every thing. Dwight _________________________________________________________________ Get Windows Live and get whatever you need, wherever you are. Start here. http://www.windowslive.com/default.html?ocid=TXT_TAGLM_WL_Home_082008 From cclist at sydex.com Fri Aug 8 22:55:26 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 08 Aug 2008 20:55:26 -0700 Subject: Forgotten PC History In-Reply-To: <200808082158.13312.rtellason@verizon.net> References: <489C7C5F.7000008@jbrain.com>, <489CF676.7050404@brouhaha.com>, <200808082158.13312.rtellason@verizon.net> Message-ID: <489CB2BE.1202.2B4B577@cclist.sydex.com> On 8 Aug 2008 at 21:58, Roy J. Tellason wrote: > There were also those "flatpacks" which I never could figure out. A precursor > to surface mount? Something else? My first exposure to ICs was largely TO-99 style "cans", followed by flatpacks. The flatpack stuff that I had was mostly RTL. I didn't see many DIPs until TTL. I mounted the flatpacks as surface-mount and did a similar thing with the TO packages, just bending the leads in an L-shape and soldering them down to the PCB pads. That's the way I did my first IC boards--single-sided PCB, laid out with tape and etched. Hooked the pads together with No. 26 magnet wire. I didn't know any better, but it worked. Cheers, Chuck From rtellason at verizon.net Fri Aug 8 23:39:32 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Sat, 09 Aug 2008 00:39:32 -0400 Subject: Forgotten PC History In-Reply-To: <489CB2BE.1202.2B4B577@cclist.sydex.com> References: <489C7C5F.7000008@jbrain.com> <200808082158.13312.rtellason@verizon.net> <489CB2BE.1202.2B4B577@cclist.sydex.com> Message-ID: <200808090039.32367.rtellason@verizon.net> On Friday 08 August 2008 23:55, Chuck Guzis wrote: > On 8 Aug 2008 at 21:58, Roy J. Tellason wrote: > > There were also those "flatpacks" which I never could figure out. A > > precursor to surface mount? Something else? > > My first exposure to ICs was largely TO-99 style "cans", followed by > flatpacks. The flatpack stuff that I had was mostly RTL. I didn't > see many DIPs until TTL. I mounted the flatpacks as surface-mount > and did a similar thing with the TO packages, just bending the leads > in an L-shape and soldering them down to the PCB pads. I remember a couple or three hobby kits of one sort or another that were RTL in cans. They came with a board but I'm not remembering the orientation of the board holes at this point, might've been DIP but we're talking 30+ years ago so I'm not sure. I do remember that I had to bend the leads, though. :-) > That's the way I did my first IC boards--single-sided PCB, laid out > with tape and etched. Hooked the pads together with No. 26 magnet > wire. > > I didn't know any better, but it worked. I guess that's what counts, eh? -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From cclist at sydex.com Sat Aug 9 00:12:30 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 08 Aug 2008 22:12:30 -0700 Subject: Forgotten PC History In-Reply-To: <200808090039.32367.rtellason@verizon.net> References: <489C7C5F.7000008@jbrain.com>, <489CB2BE.1202.2B4B577@cclist.sydex.com>, <200808090039.32367.rtellason@verizon.net> Message-ID: <489CC4CE.9751.2FB42F2@cclist.sydex.com> On 9 Aug 2008 at 0:39, Roy J. Tellason wrote: > I remember a couple or three hobby kits of one sort or another that were RTL > in cans. They came with a board but I'm not remembering the orientation of > the board holes at this point, might've been DIP but we're talking 30+ years > ago so I'm not sure. I do remember that I had to bend the leads, > though. :-) I remember the Moto mWRTL experimenter's pack. Cans, but no boards-- and a fair number of analog suggested applications. RTL was kind of neat that way--it could swing both ways. If you wanted to make a microphone mixer using a 4-input NAND gate, you could without much trouble at all. Probably getting close to 40 years, no? Cheers, Chuck > > > That's the way I did my first IC boards--single-sided PCB, laid out > > with tape and etched. Hooked the pads together with No. 26 magnet > > wire. > > > > I didn't know any better, but it worked. > > I guess that's what counts, eh? > > -- > Member of the toughest, meanest, deadliest, most unrelenting -- and > ablest -- form of life in this section of space, a critter that can > be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" > - > Information is more dangerous than cannon to a society ruled by lies. --James > M Dakin From rtellason at verizon.net Sat Aug 9 00:29:47 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Sat, 09 Aug 2008 01:29:47 -0400 Subject: Forgotten PC History In-Reply-To: <489CC4CE.9751.2FB42F2@cclist.sydex.com> References: <489C7C5F.7000008@jbrain.com> <200808090039.32367.rtellason@verizon.net> <489CC4CE.9751.2FB42F2@cclist.sydex.com> Message-ID: <200808090129.47592.rtellason@verizon.net> On Saturday 09 August 2008 01:12, Chuck Guzis wrote: > On 9 Aug 2008 at 0:39, Roy J. Tellason wrote: > > I remember a couple or three hobby kits of one sort or another that were > > RTL in cans. They came with a board but I'm not remembering the > > orientation of the board holes at this point, might've been DIP but > > we're talking 30+ years ago so I'm not sure. I do remember that I had to > > bend the leads, though. :-) > > I remember the Moto mWRTL experimenter's pack. Cans, but no boards-- > and a fair number of analog suggested applications. RTL was kind of > neat that way--it could swing both ways. If you wanted to make a > microphone mixer using a 4-input NAND gate, you could without much > trouble at all. Probably getting close to 40 years, no? > > Cheers, > Chuck Probably, yeah. I used to wander around lower Manhattan and other places around NYC where I might find interesting places selling assorted odd bits of electronic junk (an obsession I still have to some extent, collecting that stuff...). One time I went into this place that wasn't in the usual areas, not on Canal St. nor down around Cortlandt/Chambers, that area further down, but I'm thinking West Broadway maybe. I can't recall the name of the company, but I can still picture the guy's face. The kit that I remember well was this "electronic music maker" thingy that had basically an LFO driving a 4-bit counter and on each counter output you had a pot and a switch with the common point of those driving an oscillator, so you could select all sorts of patterns, and sequences. I put a lot of care into building that for one of my kids back then. Dunno whatever became of it, either. But it was all definitely RTL in there, it ran off a set of 3 or 4 C cells if I'm remembering right, because those were what would fit in the box. In recent email conversation talking about all those old Don Lancaster cookbooks I mentioned that the RTL one was the only one out of the set that I didn't have yet, and it was pointed out to me that there were copies *real* cheap on Amazon, which surprised me. I may yet get a hold of one of those, though I have little hope of running across any of those chips any more, even though they used to be common. And I don't suppose you can have quite as much fun with TTL, either. CMOS does have some possibilities, maybe. :-) > > > That's the way I did my first IC boards--single-sided PCB, laid out > > > with tape and etched. Hooked the pads together with No. 26 magnet > > > wire. > > > > > > I didn't know any better, but it worked. > > > > I guess that's what counts, eh? That reminds me of my first wire-wrap board, a CPU (only) build around an 8080 chip. Three regulators on the board, power supply connections by way of some strips of Vector bus stips cut in thirds, and I never did nail down any particular niterconnect scheme before I got majorly sidetracked away from it. But it did work, when I tried it... -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From cclist at sydex.com Sat Aug 9 00:31:25 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 08 Aug 2008 22:31:25 -0700 Subject: COBOL quote in the news In-Reply-To: <489CFDCC.9070002@mdrconsult.com> References: <489ABA22.8563.F6561BF@cclist.sydex.com>, <489BA401.3000306@ptdprolog.net>, <489CFDCC.9070002@mdrconsult.com> Message-ID: <489CC93D.25165.30C9306@cclist.sydex.com> On 8 Aug 2008 at 21:15, Doc Shipley wrote: > He also says, at 49 years old, that he'll dig ditches at minimum wage > before he goes back to COBOL. Hmmm, goes back to what Eric said about Ada. COBOL imposes its own rigor. And remembering all of the variants on the some of the verbs (e.g. INSPECT) is enough to give you a headache. But other aspects are pretty cool. I could understand a C programmer having issues with COBOL. Cheers, Chuck From jvdg at sparcpark.net Sat Aug 9 01:11:52 2008 From: jvdg at sparcpark.net (Joost van de Griek) Date: Sat, 9 Aug 2008 08:11:52 +0200 Subject: COBOL quote in the news In-Reply-To: <489CC93D.25165.30C9306@cclist.sydex.com> References: <489ABA22.8563.F6561BF@cclist.sydex.com> <489BA401.3000306@ptdprolog.net> <489CFDCC.9070002@mdrconsult.com> <489CC93D.25165.30C9306@cclist.sydex.com> Message-ID: 2008/8/9 Chuck Guzis : > On 8 Aug 2008 at 21:15, Doc Shipley wrote: > >> He also says, at 49 years old, that he'll dig ditches at minimum wage >> before he goes back to COBOL. > > Hmmm, goes back to what Eric said about Ada. COBOL imposes its own > rigor. And remembering all of the variants on the some of the verbs > (e.g. INSPECT) is enough to give you a headache. But other aspects > are pretty cool. > > I could understand a C programmer having issues with COBOL. Meh. You just have to see the sport in making it do what it wasn't designed to. .tsooJ From simon_coleby at agilent.com Fri Aug 8 05:36:12 2008 From: simon_coleby at agilent.com (simon_coleby at agilent.com) Date: Fri, 8 Aug 2008 04:36:12 -0600 Subject: HP 5036A microprocessor lab - searching for copy of "Practical Microprocessors" In-Reply-To: <41E26065-1AB2-406D-AF06-656CBDBF3C14@centurytel.net> References: <41E26065-1AB2-406D-AF06-656CBDBF3C14@centurytel.net> Message-ID: <56A5414474C90B47B12AEADF7B268621013D0BD3@cos-us-mb06.cos.agilent.com> Hi Stuart, Thanks for taking the time to reply. I guessed this would be the situation. I do not have access to the needed equipment or experience in OCR/scanning to make a good job of this, even if I had a copy. Way back in the early eighties when Agilent was Hewlett-Packard, I used this kit for training, and well remember the manual. Annoyingly, I think we must have thrown our copy away during an office move many years ago. Ah well, I'll keep checking e-Bay. Cheers, and thanks again for your efforts. Simon Coleby. -----Original Message----- From: Stuart Johnson [mailto:ssj152 at centurytel.net] Sent: 06 August 2008 18:50 To: cctech at classiccmp.org; COLEBY,SIMON (A-England,ex2) Subject: HP 5036A microprocessor lab - searching for copy of "Practical Microprocessors" Simon, Sorry, I have only the one copy. I have seen other copies sold on eBay, but have not been willing to pay the $100 USD or more that they have sold for. It is really a shame that no one has been able or willing to have one scanned, but that would take a LOT of work - the manual is over an inch thick. Without proper OCR it would be a PDF of pictures, which load very slowly and would make the scan huge. I've seen quite a few manuals done this way and they aren't nearly as usable as the OCR'd variety. I thought about scanning mine back in 2003, and even bought a flat-bed scanner w/OCR software, but it wasn't up to the job at that time. Better equipment and software would have been necessary, along with cutting away the spine of the manual. Today there are better and more affordable solutions, but I am not up to doing it as my health has forced me to retire. I'm not willing to sell my manual in case anyone is wondering, sorry. This looks like an opportunity for someone with the manual, proper equipment, and time - anyone? Simon, do you have the required setup to do this without damaging the book? Regards Stuart Johnson --- On Aug 6, 2008, at 9:38 AM, cctalk-request at classiccmp.org wrote: > Hi Stuart, > > > > This is a long shot, but here goes... > > I have an HP5036A lab, but lack the book. > > Searching, I found this on a forum from way back in 2003: > > > "Yes, I managed to get a manual, by watching auctions on eBay. In > fact, I > bought another HP 5036A plus manual and let the seller keep the > hardware to > save shipping costs from England to the US. The manual is softcover > and > would not be easy to copy without cutting the spine off, which would > ruin > its value. > > Don't give up, though. I know someone that has a manual that has > been cut up > and copied and I'm trying to get it so that I can make an Acrobat > PDF file > of it. Stuart Johnson" > > I don't suppose you ever got a .pdf copy scanned? > Just interested. > > > > Cheers, > > Simon Coleby > > Customer Service Centre. > > Agilent Technologies UK Limited, Registered Office: 710 Wharfedale > Road, Winnersh Triangle, Wokingham, Berkshire, RG41 5TP - Registered > No. 03809903 > From snhirsch at gmail.com Fri Aug 8 13:31:09 2008 From: snhirsch at gmail.com (Steven Hirsch) Date: Fri, 8 Aug 2008 14:31:09 -0400 (EDT) Subject: AT&T 3B1 Unix PC (WTD: a 67MB version power supply) In-Reply-To: <5.1.0.14.0.20080808085507.02f52788@smtp.degnanco.com> References: <5.1.0.14.0.20080808085507.02f52788@smtp.degnanco.com> Message-ID: On Fri, 8 Aug 2008, B. Degnan wrote: > While we're on this topic, I wanted to mention that I am looking for a 67MB > version power supply. I have taken pictures of the two kinds of UNIX PC > power supplies should anyone be interested: > > > 67MB UNIX PC Power supply > http://vintagecomputer.net/att/3B1/ATT_UNIX-PC_3B1_370429065_pwr_suppl.jpg My 40MB Unix PC 7300 also uses that exact supply. > There seems to be some confusion about what you call the 67MB UNIX PC. Is it > a 3B1 or a 7300? Never was clear on that myself. My 40MB system says "PC 7300" on the bottom, but has a full height 40MB drive ("hump" in the case to clear it) + the power supply mentioned above. Would it be considered a 3b1? Steve -- From mouse at Rodents-Montreal.ORG Fri Aug 8 15:33:10 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Fri, 8 Aug 2008 16:33:10 -0400 (EDT) Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489C9BD0.3080800@brouhaha.com> References: <489B63C0.21120.11FBEBEC@cclist.sydex.com>, <200808081613.m78GDvjh032637@yagi.h-net.msu.edu> <489C1B55.30399.654A91@cclist.sydex.com> <489C9BD0.3080800@brouhaha.com> Message-ID: <200808082036.QAA04134@Sparkle.Rodents-Montreal.ORG> > Although the Trailblazer transferred about 14 to 16 Kbps > uncompressed, it was a 7 baud modem! [*] It used slightly fewer > than 512 carriers, each transmitting at a very low rate. That's interesting! I knew it used hundreds of carriers, but I didn't know even the higher-frequency ones ran at low baud rates - and definitely didn't know that they all changed in sync (as is necessary to make "7 baud" fair). I'd just kind of assumed each one ran at a baud rate roughly proportional to the carrier frequency. Neat, the stuff you can learn just reading email. :) /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From snhirsch at gmail.com Fri Aug 8 15:53:31 2008 From: snhirsch at gmail.com (Steven Hirsch) Date: Fri, 8 Aug 2008 16:53:31 -0400 (EDT) Subject: AT&T 3B1 Unix PC (WTD: a 67MB version power supply) In-Reply-To: <489C97A2.3090404@brouhaha.com> References: <5.1.0.14.0.20080808085507.02f52788@smtp.degnanco.com> <489C97A2.3090404@brouhaha.com> Message-ID: On Fri, 8 Aug 2008, Eric Smith wrote: > B. Degnan wrote: >> 67MB UNIX PC Power supply > > 3B1 power supply, used whether the 3B1 had the 40MB or 67MB drive > >> There seems to be some confusion about what you call the 67MB UNIX PC. Is >> it a 3B1 or a 7300? > > 3B1. > > If the case has a hump, it's a 3B1. Without, it's a 7300. Why does my "3B1" say PC 7300 on the label? Just curious. -- From ajp166 at bellatlantic.net Fri Aug 8 22:37:57 2008 From: ajp166 at bellatlantic.net (Allison) Date: Fri, 08 Aug 2008 23:37:57 -0400 Subject: Forgotten PC History Message-ID: <0K5B00KN3E1MGUV6@vms173003.mailsrvcs.net> > >Subject: Re: Forgotten PC History > From: "bfranchuk at jetnet.ab.ca" > Date: Fri, 08 Aug 2008 21:04:53 -0600 > To: General Discussion: On-Topic and Off-Topic Posts > >Roy J. Tellason wrote: >> There were also those "flatpacks" which I never could figure out. A precursor >> to surface mount? Something else? >> >> >I would guess so, but I've never seen a flat pack in the flesh myself so >I can't >say. > I had some of the dual 3 input parts used in the AGC block2 and still have a few uA709 opamps in the 8leg flavor. Package actually was flat ceramic hermetic and lived formany years for mil, High rel, and extended temp appications for a cost premium. Look in Burr brown, Intersil, or old RCA data books before 1976 and you may see samples of the package. Allison From steven.alan.canning at verizon.net Sat Aug 9 04:32:02 2008 From: steven.alan.canning at verizon.net (Scanning) Date: Sat, 09 Aug 2008 02:32:02 -0700 Subject: Forgotten PC History References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <200808082158.13312.rtellason@verizon.net> Message-ID: <001f01c8fa02$c7e06670$0301a8c0@hal9000> When I worked at Odetics Anaheim,CA in the mid-70s we used tons of the "flatpacks" in our Spacebourne black boxes. They came in TTL, CMOS and I think even some ECL. The parts were spot welded with the legs straight out to gold posts that protruded slightly off of the PCBs. Expensive stuff, a RAM chip cost about $600 at the time. The parts were real low profile and weighed less than DIPs ( important in spacecraft, weight / space is at a premium ). The parts were all MIL-STD and some projects even RAD-hardened parts. Fun stuff. Best regards, Steven > On Friday 08 August 2008 21:44, Eric Smith wrote: > > Roy J. Tellason wrote: > > > The other thing that I took some notice of was mention of an 18-pin chip > > > package as "recently developed" at one point in the story, and later on > > > the mention of the 40-pin package as being then available. > > > > The 18 pin-per-package limit claims regarding the 4004 and 8008 have > > been around for a long time, and I think they came from interviews with > > Intel's founders and/or early employees, but I think they're factually > > incorrect, at least as commonly stated. > > > > The 24-pin DIP was very well established by 1968, and was already used > > by TI at that time. > > My first TTL databook was from TI, and I believe there was some small number > of 24-pin devices in there, like the 74154 and similar. (Hope I'm > remembering right here. :-) > > > There were certainly higher pin-count packages at that time also. I'm not > > sure about the 40-pin DIP, but in 1969 Fairchild was shipping at least one > > memory chip in a 36-pin DIP, though that particular package never became > > popular. > > There were also those "flatpacks" which I never could figure out. A precursor > to surface mount? Something else? > > > Possibly whatever specific company Intel was contracting with to supply > > lead frames and ceramic packages didn't yet offer higher pin count > > packages, but they obviously were available from some vendors since > > other semiconductor companies like Fairchild and TI were using them. > > I guess a large part of it was the machinery to handle that stuff too, > besides the lead frames themselves. I don't know much about that stuff so I > don't know if any given production machinery would be adaptable to many > different sizes or if you'd need a different bigger machine to handle them. > If the latter was the case then I can see where they might be reluctant if > there weren't a lot of demand. > > -- > Member of the toughest, meanest, deadliest, most unrelenting -- and > ablest -- form of life in this section of space, a critter that can > be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" > - > Information is more dangerous than cannon to a society ruled by lies. --James > M Dakin From trebor72 at execpc.com Sat Aug 9 08:01:10 2008 From: trebor72 at execpc.com (Robert J. Stevens) Date: Sat, 09 Aug 2008 08:01:10 -0500 Subject: Forgotten PC History In-Reply-To: <200808090159.m791xklg065140@dewey.classiccmp.org> References: <200808090159.m791xklg065140@dewey.classiccmp.org> Message-ID: <489D9516.60602@execpc.com> cctalk-request at classiccmp.org wrote: > Send cctalk mailing list submissions to > cctalk at classiccmp.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://www.classiccmp.org/mailman/listinfo/cctalk > or, via email, send a message with subject or body 'help' to > cctalk-request at classiccmp.org > > You can reach the person managing the list at > cctalk-owner at classiccmp.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of cctalk digest..." > > Today's Topics: > 1. Forgotten PC History (Jim Brain) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 08 Aug 2008 12:03:27 -0500 > From: Jim Brain > Subject: Forgotten PC History > To: Classic Computer Talk > Message-ID: <489C7C5F.7000008 at jbrain.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > I don't mean to repost, but I had not seen this posted as yet: > > http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9111341&source=NLT_AM&nlid=1 > > WOW; Does that bring back Memories. My first Computer job was for a Data Processing Outfit in New Jersey as a Computer room Operator. One day they brought in a Machine "Datapoint 2200" and I said I can program that. I had gone to a Programmers school a couple of years before. I at some point dumped the Datapoint's 8K of memory to the Printer then decoded it and re-assembled a program written in Assembly to intake three 11 line screens of data. It had Interrupts and You could even back track fields to correct them. Took me six months. Gave it to the Rep who eventually slid it into the Round File where some of my Best work ended up over the years. Wish I had been able to save the listing. The Manual for the editor said "Go have a cup of coffee while your files were being copied from the rear cassette to the front. I was still working on the Datapoint's in 1979 when I left the firm and moved to Wisconsin. I moved on to CP/M then the PC's as well as Learning how to Program for the IBM Series/1 in EDL. Now there was a Language. Still got a 110 Volt IBM 4952 in the Basement but never got it running. Wish I could find a GURU who could help me get it up and running. Kick my self for not doing it back in the early 90's when I brought it home. I was doing consulting on the Series/1 then but didn't find the time. Oh Well Bob in Wisconsin From ploopster at gmail.com Sat Aug 9 10:55:38 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Sat, 09 Aug 2008 11:55:38 -0400 Subject: COBOL quote in the news In-Reply-To: <489CC93D.25165.30C9306@cclist.sydex.com> References: <489ABA22.8563.F6561BF@cclist.sydex.com>, <489BA401.3000306@ptdprolog.net>, <489CFDCC.9070002@mdrconsult.com> <489CC93D.25165.30C9306@cclist.sydex.com> Message-ID: <489DBDFA.7060501@gmail.com> Chuck Guzis wrote: > On 8 Aug 2008 at 21:15, Doc Shipley wrote: > >> He also says, at 49 years old, that he'll dig ditches at minimum wage >> before he goes back to COBOL. > > Hmmm, goes back to what Eric said about Ada. COBOL imposes its own > rigor. And remembering all of the variants on the some of the verbs > (e.g. INSPECT) is enough to give you a headache. But other aspects > are pretty cool. > > I could understand a C programmer having issues with COBOL. I actually don't mind COBOL that much (or ADA), but I have to admit much of COBOL's imposed rigor is artificial. Peace... Sridhar From ploopster at gmail.com Sat Aug 9 11:03:28 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Sat, 09 Aug 2008 12:03:28 -0400 Subject: LocalTalk In-Reply-To: References: <200808060556.m765uiXe016531@dewey.classiccmp.org> <8726.209.163.133.242.1218042556.squirrel@webmail.io.com> Message-ID: <489DBFD0.9000807@gmail.com> Steven Hirsch wrote: > On Wed, 6 Aug 2008, Jeff Walther wrote: > >> >>> Date: Tue, 05 Aug 2008 16:17:32 -0400 >>> From: Sridhar Ayengar >>> Subject: LocalTalk >> >>> >>> Hi. I'm looking for a LocalTalk->Ethernet bridge and some LocalTalk >>> cables. Anyone have any available? >> >> I don't have one available but the product names you are looking for >> include: >> >> AsantePrint >> MicroAsanteprint >> AsanteTalk >> >> in order from oldest to more recent. All three of those were by Asante. >> There were similar products from Farallon and Dayna, but I do not >> remember >> the specific product names. All of those will bridge from LocalTalk to >> Ethernet, but I think they only bridge the AppleTalk protocols and not >> TCP/IP. > > Additionally, they likely will not support Apple 2 flavored AppleTalk. > Don't know if that's an issue or not. The only bridges that seem to > work reliably for A2 networking are the Gatorbox and some firmware > revisions of the FastPath 4. FastPath 5 boxes go through the motions, > but cannot seem to keep sessions alive with the Apple IIGS on one end. > > For this A2 collector and enthusiast, it IS a big deal :-). I definitely need to support both Mac an ][. I was planning on getting it working in combination with a //e with a workstation card and a //c+ with its built-in LocalTalk to get them both on the Internet. Peace... Sridhar From doc at mdrconsult.com Sat Aug 9 11:58:02 2008 From: doc at mdrconsult.com (Doc Shipley) Date: Sat, 09 Aug 2008 11:58:02 -0500 Subject: COBOL quote in the news In-Reply-To: <489CC93D.25165.30C9306@cclist.sydex.com> References: <489ABA22.8563.F6561BF@cclist.sydex.com>, <489BA401.3000306@ptdprolog.net>, <489CFDCC.9070002@mdrconsult.com> <489CC93D.25165.30C9306@cclist.sydex.com> Message-ID: <489DCC9A.4060700@mdrconsult.com> Chuck Guzis wrote: > On 8 Aug 2008 at 21:15, Doc Shipley wrote: > >> He also says, at 49 years old, that he'll dig ditches at minimum wage >> before he goes back to COBOL. > > Hmmm, goes back to what Eric said about Ada. COBOL imposes its own > rigor. And remembering all of the variants on the some of the verbs > (e.g. INSPECT) is enough to give you a headache. But other aspects > are pretty cool. > > I could understand a C programmer having issues with COBOL. Oh, he's not/wasn't a C programmer. He's just like me, a mechanic fallen in with a bad crowd. :) Doc From cclist at sydex.com Sat Aug 9 12:29:30 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sat, 09 Aug 2008 10:29:30 -0700 Subject: COBOL quote in the news In-Reply-To: <489DBDFA.7060501@gmail.com> References: <489ABA22.8563.F6561BF@cclist.sydex.com>, <489CC93D.25165.30C9306@cclist.sydex.com>, <489DBDFA.7060501@gmail.com> Message-ID: <489D718A.25287.59E04D2@cclist.sydex.com> On 9 Aug 2008 at 11:55, Sridhar Ayengar wrote: > I actually don't mind COBOL that much (or ADA), but I have to admit much > of COBOL's imposed rigor is artificial. True. On the other hand, how long did it take C to get the equivalent of MOVE CORRESPONDING or open subroutines? Bad COBOL is just as awful as bad C as bad assembly as bad Ada... Aside from PL/I, there aren't many other languages that allow for regulating the results of computation by means of PICTURE clauses, or is pretty much explicitly decimal. A very few out there allow for specification of rounded vs. truncated arithmetic on a statement by statement basis. But yeah, COBOL can be a royal pain to write well. Cheers, Chuck From jos.mar at bluewin.ch Sat Aug 9 13:10:57 2008 From: jos.mar at bluewin.ch (Jos Dreesen / Marian Capel) Date: Sat, 09 Aug 2008 20:10:57 +0200 Subject: More ETH Lilith goodies available. Message-ID: <489DDDB1.6000306@bluewin.ch> Those with an interest in the ETH Lilith Modula-2 should point their FTP clients to ftp://jdreesen.dyndns.org/ftp/lilith where they will find plenty of data concerning that machine. Most important is a binary image of the Lilith Systemdisk, and a directory containing all files ( more then 700..) of that systemdisk. Among these files are : Medos binaries and source code. Modula-2 compiler binaries with source code. Lilith system utilities with source code. Bootfiles and system files. Microcode sources and assembler Manual Also available are hardware docu and some screenshots. Enjoy , Jos Dreesen Server is on a basic DSL line, so download speeds will vary.... From ygehrich at yahoo.com Sat Aug 9 15:09:08 2008 From: ygehrich at yahoo.com (Gene Ehrich) Date: Sat, 09 Aug 2008 16:09:08 -0400 Subject: old manuals in Spring Hill Florida Message-ID: <200808092009.m79K9Ux9038861@keith.ezwind.net> I've got a lot of old manuals (some very old) including PC, MAC, Commodore, TI and much, much more. I'm going to be putting them in the trash in about a week. If anybody would like to come pick up all of them let me know. I have one batch now and will have other batches in the future. Not going to go through them to look for anything specific. From onymouse at garlic.com Sat Aug 9 11:06:57 2008 From: onymouse at garlic.com (jd) Date: Sat, 09 Aug 2008 09:06:57 -0700 Subject: Flat Packs (Forgotten PC History) In-Reply-To: <001f01c8fa02$c7e06670$0301a8c0@hal9000> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <200808082158.13312.rtellason@verizon.net> <001f01c8fa02$c7e06670$0301a8c0@hal9000> Message-ID: <489DC0A1.8030209@garlic.com> Scanning ????????: > When I worked at Odetics Anaheim,CA in the mid-70s we used tons of the > "flatpacks" in our Spacebourne black boxes. They came in TTL, CMOS and I > think even some ECL. The parts were spot welded with the legs straight out > to gold posts that protruded slightly off of the PCBs. Expensive stuff, a > RAM chip cost about $600 at the time. The parts were real low profile and > weighed less than DIPs ( important in spacecraft, weight / space is at a > premium ). The parts were all MIL-STD and some projects even RAD-hardened > parts. Fun stuff. > > I've seen a few things with flat packs and have had a few of the little critters myself. Most were from Fairchild. Some didn't have the maker's logo and some weren't marked at all. THey were typically white ceramic packages with gold lids and gold leads. They are either square, rectangular or round, with 2, 4, 6, 8--up to 20 leads. I'm pretty sure that most of the stuff was space grade and came from satellite and missile projects. I found them in analog, digital and analog/digital gear, often in UHF and microwave RF stuff, sometimes mixed with tubes, either soldered to 2oz gold plated copper PCB's, or spot welded onto gold plated posts or small blocks, or in one case, trimmed and welded in an unusual way to very heavy copper on a Teflon PCB. Wherever they were PCB mounted, whether soldered or welded, there usually was a hole cut out for them. Sometimes the solder was some gold alloy. THe leads were typically not bent as SMT components are now. I've also seen large arrays of them attached to leads that came out of PCB layers. These PCB's were covered with solid gold-plated copper on both sides, with the circuitry on the layers inside. They still exist, in some form, at least. The most common form seems to be as medium powered microwave (above 500MHz) RF transistors, arrays, amplifiers or LSI/ASIC radios. Some leads are modified to serve as heatsinks. It seems that they are caught up in the trend toward leadless packages as well, so they will probably go away too. They are almost effective as shuriken... -- jd From cclist at sydex.com Sat Aug 9 16:39:47 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sat, 09 Aug 2008 14:39:47 -0700 Subject: Flat Packs (Forgotten PC History) In-Reply-To: <489DC0A1.8030209@garlic.com> References: <489C7C5F.7000008@jbrain.com>, <001f01c8fa02$c7e06670$0301a8c0@hal9000>, <489DC0A1.8030209@garlic.com> Message-ID: <489DAC33.10852.683271D@cclist.sydex.com> On 9 Aug 2008 at 9:06, jd wrote: > I've seen a few things with flat packs and have had a few of the > little critters myself. Most were from Fairchild. Some didn't have the > maker's logo and some weren't marked at all. > > THey were typically white ceramic packages with gold lids and gold > leads. They are either square, rectangular or round, with 2, 4, 6, > 8--up to 20 leads. Here's a nice exhibit: http://www.vintchip.com/flatpack.html The ones I used were ceramic, but black/gray not white. No lids, gold leads. Typical of these was the 723 JK flip-flop--probably because of defense spending, easier to get and cheaper than the plastic DIP or TO-99 package, if you could find them. The original flatpacks, I believe, came from TI. DIPs came later. Cheers, Chuck From mloewen at cpumagic.scol.pa.us Sat Aug 9 17:25:52 2008 From: mloewen at cpumagic.scol.pa.us (Mike Loewen) Date: Sat, 9 Aug 2008 18:25:52 -0400 (EDT) Subject: ARCNET Message-ID: At a rescue last week (thanks, Barry), I picked up a pile of ARCNET hardware including 8-bit ISA cards, active hubs and power supplies. Some of it has been claimed by MARCH members, but I still have a batch available for the cost of shipping from 16803: Manuals: Tiara Lancard/A * PC ARCNET User's Manual for CN008AH and CN008TH CNet 120A ARCNET User's Manual (qty 4) Diskette: ARCNET 5.25" MEGA Diskette #75-00790-3000 Cards (8-bit ISA): SMC ARCNET-PC130 (qty 3) Tiara Lancard/A * PC (qty 12) CNet ARCNET 120A (qty 1) Active Hubs: Addtron ARCNET Active Hub, 8-port, ARC800ST (qty 5) CNet Arcnet HUB 008AH, 8-port (qty 2) (The Addtron and CNet hubs have an internal power supply and take a standard power cord) Tiara ARCNET LanHub, 8-port (qty 2), Power Supplies (qty 3) SMC ARCNET Active Hub, 8-port (qty 13), Power Supplies (qty 6) Please contact me off-list if you're interested in any of this lot. Mike Loewen mloewen at cpumagic.scol.pa.us Old Technology http://sturgeon.css.psu.edu/~mloewen/Oldtech/ From rtellason at verizon.net Sat Aug 9 17:25:15 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Sat, 09 Aug 2008 18:25:15 -0400 Subject: Forgotten PC History In-Reply-To: <0K5B00KN3E1MGUV6@vms173003.mailsrvcs.net> References: <0K5B00KN3E1MGUV6@vms173003.mailsrvcs.net> Message-ID: <200808091825.15392.rtellason@verizon.net> On Friday 08 August 2008 23:37, Allison wrote: > >Subject: Re: Forgotten PC History > > From: "bfranchuk at jetnet.ab.ca" > > Date: Fri, 08 Aug 2008 21:04:53 -0600 > > To: General Discussion: On-Topic and Off-Topic Posts > > > > > >Roy J. Tellason wrote: > >> There were also those "flatpacks" which I never could figure out. A > >> precursor to surface mount? Something else? > > > >I would guess so, but I've never seen a flat pack in the flesh myself so > >I can't > >say. > > I had some of the dual 3 input parts used in the AGC block2 and still have > a few uA709 opamps in the 8leg flavor. Package actually was flat ceramic > hermetic and lived formany years for mil, High rel, and extended temp > appications for a cost premium. Look in Burr brown, Intersil, or old RCA > data books before 1976 and you may see samples of the package. I actually have some RCA books that go back that far, but don't know about the others. And I've yet to encounter any of those packages, or stuff that used 'em, that I know of. -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From steven.alan.canning at verizon.net Sat Aug 9 19:26:38 2008 From: steven.alan.canning at verizon.net (Scanning) Date: Sat, 09 Aug 2008 17:26:38 -0700 Subject: Flat Packs (Forgotten PC History) References: <489C7C5F.7000008@jbrain.com>, <001f01c8fa02$c7e06670$0301a8c0@hal9000>, <489DC0A1.8030209@garlic.com> <489DAC33.10852.683271D@cclist.sydex.com> Message-ID: <000501c8fa7f$c16c7400$0301a8c0@hal9000> Mine were like Chuck's and always ceramic but could be black or gray and always had gold leads. Mostly TTL and some 4000 Series CMOS. They conformed to MIL-STD-1835C and cost a lot. If you want to see the progression in packaging of ICs from 1960 forward check out; http://homepages.nildram.co.uk/~wylie/ICs/monolith.htm Best regards, Steven > On 9 Aug 2008 at 9:06, jd wrote: > > > I've seen a few things with flat packs and have had a few of the > > little critters myself. Most were from Fairchild. Some didn't have the > > maker's logo and some weren't marked at all. > > > > THey were typically white ceramic packages with gold lids and gold > > leads. They are either square, rectangular or round, with 2, 4, 6, > > 8--up to 20 leads. > > Here's a nice exhibit: > > http://www.vintchip.com/flatpack.html > > The ones I used were ceramic, but black/gray not white. No lids, > gold leads. Typical of these was the 723 JK flip-flop--probably > because of defense spending, easier to get and cheaper than the > plastic DIP or TO-99 package, if you could find them. > > The original flatpacks, I believe, came from TI. DIPs came later. > > Cheers, > Chuck From dm561 at torfree.net Sat Aug 9 19:23:31 2008 From: dm561 at torfree.net (M H Stein) Date: Sat, 9 Aug 2008 20:23:31 -0400 Subject: NEC Spinwriter thimble Message-ID: <01C8FA5D.E7BEC1C0@mandr71> While cleaning out some junk I found a NEC thimble (Tech Math/Times Roman). One of the fingers is a little shorter than the rest, but it doesn't look broken (and the LC char is blank, unlike the rest); is this a normal index key, or is it in fact broken? And if it's OK, does anyone want it? m From bfranchuk at jetnet.ab.ca Sat Aug 9 20:03:37 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Sat, 09 Aug 2008 19:03:37 -0600 Subject: More ETH Lilith goodies available. In-Reply-To: <489DDDB1.6000306@bluewin.ch> References: <489DDDB1.6000306@bluewin.ch> Message-ID: <489E3E69.5080006@jetnet.ab.ca> Jos Dreesen / Marian Capel wrote: > Those with an interest in the ETH Lilith Modula-2 should point their > FTP clients to > ftp://jdreesen.dyndns.org/ftp/lilith > > where they will find plenty of data concerning that machine. > > Most important is a binary image of the Lilith Systemdisk, and a > directory containing all files ( more then 700..) of that systemdisk. > > Among these files are : > > Medos binaries and source code. > Modula-2 compiler binaries with source code. > Lilith system utilities with source code. > Bootfiles and system files. > Microcode sources and assembler > Manual > > > Also available are hardware docu and some screenshots. > > Enjoy , > > Jos Dreesen But can one build the hardware from scratch? None of this software emulation. > > Server is on a basic DSL line, so download speeds will vary.... > From rickb at bensene.com Sat Aug 9 20:07:29 2008 From: rickb at bensene.com (Rick Bensene) Date: Sat, 9 Aug 2008 18:07:29 -0700 Subject: Flat Packs In-Reply-To: <489DAC33.10852.683271D@cclist.sydex.com> References: <489C7C5F.7000008@jbrain.com>, <001f01c8fa02$c7e06670$0301a8c0@hal9000>, <489DC0A1.8030209@garlic.com> <489DAC33.10852.683271D@cclist.sydex.com> Message-ID: I've only come across two electronic calculators that use flatpack IC's. In 1965, Victor Comptometer made an attempt to build a fully-electronic desktop electronic calculator, called the Victor 3900, that proved to push the state of the art just a little too far. The 3900 used round-case flat-pack IC's, with 22 leads, with spot-weld type technology used to connect the leads to the circuit traces on the circuit board. Unfortunately, the yields of the ICs were not very high, and there were lots of infant mortality problems with the chips dying once the machines were in the customer's hands. The machine, had it been successful, would have put Victor in the enviable position of making a massive jump in technology over the electronics used by anyone else at the time, and would have kept them ahead of the game for quite a long time. There's some information on the Old Calculator Museum website exhibit on the Victor 14-322 (a machine made significantly later using very conventional technology) at http://oldcalculatormuseum.com/vic14-322.html. In around 1970, the Casio AL-2000 (http://oldcalculatormuseum.com/casal2k.html), an early small-scale MOS IC-based programmable (in very limited form) calculator, used two 24-pin flat-pack integrated circuits made by Philco, in ceramic bases with gold lids and leads in the arithmetic logic unit. These are medium-scale devices, one of which (part number SC-1770) is a bit-serial adder adder, and the other chip (SC1771) is a complimenter IC, date coded in late 1968 to early 1969. The chips are surface mounted, again using some kind of spot-welding to connect the leads of the device to the traces on the circuit board. Rick Bensene The Old Calculator Museum http://oldcalculatormuseum.com From James at jdfogg.com Sat Aug 9 20:42:41 2008 From: James at jdfogg.com (James Fogg) Date: Sat, 9 Aug 2008 21:42:41 -0400 Subject: Flat Packs (Forgotten PC History) Message-ID: <4EE5D8CA323707439EF291AC9244BD9A922191@sbs.jdfogg.com> > > When I worked at Odetics Anaheim,CA in the mid-70s we used tons of the > > "flatpacks" in our Spacebourne black boxes. They came in TTL, CMOS and I > > think even some ECL. The parts were spot welded with the legs straight > out > > to gold posts that protruded slightly off of the PCBs. Expensive stuff, > a > > RAM chip cost about $600 at the time. The parts were real low profile > and > > weighed less than DIPs ( important in spacecraft, weight / space is at a > > premium ). The parts were all MIL-STD and some projects even RAD- > hardened > > parts. Fun stuff. In the 1960's and 70's my mother worked as a bonder for Transitron in Wakefield Massachusetts. They mostly did .gov work and a lot of her work went to NASA and defense work. She would bring home reject work that had not been "capped" (open top, die, pins and bonding wires visible). I remember her making some into jewelry. They were so unusual at the time that they attracted a lot of attention. BTW, a bonder soldered the hair thin gold wire from the "chip" (dice) to the carrier legs (pins). They used stereo microscopes and it was precision work. From eric at brouhaha.com Sat Aug 9 20:56:01 2008 From: eric at brouhaha.com (Eric Smith) Date: Sat, 09 Aug 2008 18:56:01 -0700 Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <200808082036.QAA04134@Sparkle.Rodents-Montreal.ORG> References: <489B63C0.21120.11FBEBEC@cclist.sydex.com>, <200808081613.m78GDvjh032637@yagi.h-net.msu.edu> <489C1B55.30399.654A91@cclist.sydex.com> <489C9BD0.3080800@brouhaha.com> <200808082036.QAA04134@Sparkle.Rodents-Montreal.ORG> Message-ID: <489E4AB1.7060703@brouhaha.com> der Mouse wrote about the Telebit Trailblazer: > That's interesting! I knew it used hundreds of carriers, but I didn't > know even the higher-frequency ones ran at low baud rates - and > definitely didn't know that they all changed in sync (as is necessary > to make "7 baud" fair). They do all change in sync. The modulation and demodulation are performed using an FFT. That was important to making the original Trailblazer cost-effective, because it was able to trade off using a little more memory for needing less DSP computation, as compared to running hundreds of separate QAM modulators or demodulators. The rate isn't exactly 7 Hz, but it's somewhere close to that. Eric From eric at brouhaha.com Sat Aug 9 20:56:44 2008 From: eric at brouhaha.com (Eric Smith) Date: Sat, 09 Aug 2008 18:56:44 -0700 Subject: AT&T 3B1 Unix PC (WTD: a 67MB version power supply) In-Reply-To: References: <5.1.0.14.0.20080808085507.02f52788@smtp.degnanco.com> <489C97A2.3090404@brouhaha.com> Message-ID: <489E4ADC.7050205@brouhaha.com> Steven Hirsch wrote: > Why does my "3B1" say PC 7300 on the label? Just curious. Possibly manufactured during the transition, and they weren't careful with the labels? From eric at brouhaha.com Sat Aug 9 20:59:48 2008 From: eric at brouhaha.com (Eric Smith) Date: Sat, 09 Aug 2008 18:59:48 -0700 Subject: Forgotten PC History In-Reply-To: <200808082158.13312.rtellason@verizon.net> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <200808082158.13312.rtellason@verizon.net> Message-ID: <489E4B94.2090208@brouhaha.com> Roy J. Tellason wrote: > There were also those "flatpacks" which I never could figure out. A precursor > to surface mount? Something else? Yes, for military applications. For instance, the Apollo Guidance Computer is full of chips in flatpacks. I'm not an expert on early IC packaging, but AFAIK the flatpack predated the DIP. Prior to the DIP, most ICs had 10 pins or fewer, and were offered in flatpacks or round metal cans. From onymouse at garlic.com Sat Aug 9 21:37:55 2008 From: onymouse at garlic.com (jd) Date: Sat, 09 Aug 2008 19:37:55 -0700 Subject: Flat Packs (Forgotten PC History) In-Reply-To: <4EE5D8CA323707439EF291AC9244BD9A922191@sbs.jdfogg.com> References: <4EE5D8CA323707439EF291AC9244BD9A922191@sbs.jdfogg.com> Message-ID: <489E5483.8020006@garlic.com> James Fogg ????????: > > In the 1960's and 70's my mother worked as a bonder for Transitron in > Wakefield Massachusetts. They mostly did .gov work and a lot of her work > went to NASA and defense work. She would bring home reject work that had > not been "capped" (open top, die, pins and bonding wires visible). I > remember her making some into jewelry. They were so unusual at the time > that they attracted a lot of attention. > O yah! Several of us used to make "bug" jewelry and other stuff from the rejects. Someone's kid made a bug collection and a diorama of "wild" bugs for a science fair and got a blue and a gold ribbon for them. Also took the scrapped wirebond wire for jewelry, too. At the time, the aluminum wire was pretty inexpensive and there was no interest in conserving it. They were always throwing away spools with leftover wire, often with several dozen feet of wire left on them. The gold wire was not that much more expensive. It's nowhere near "cheap" now. Someone also started a business of making "bug" jewelry from the reject and scrapped stuff bought from semiconductor makers. They had earrings, brooches, charms, etc. Dunno if they're still in business. -- jd yawn. pass it on. From cclist at sydex.com Sat Aug 9 23:38:54 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sat, 09 Aug 2008 21:38:54 -0700 Subject: NEC Spinwriter thimble In-Reply-To: <01C8FA5D.E7BEC1C0@mandr71> References: <01C8FA5D.E7BEC1C0@mandr71> Message-ID: <489E0E6E.15065.802D9C9@cclist.sydex.com> On 9 Aug 2008 at 20:23, M H Stein wrote: > One of the fingers is a little shorter than the rest, but it > doesn't look broken (and the LC char is blank, unlike the > rest); is this a normal index key, or is it in fact broken? Hmmm. On a standard 64 "finger" Spinwriter thimble, a cluster of five of the fingers is shortened to only a single character height, which allows the operator to see what's been printed. That's on the 3500--I don't know about later models. Cheers, Chuck From vze323vd at verizon.net Sat Aug 9 03:29:22 2008 From: vze323vd at verizon.net (Greg Manuel (V)) Date: Sat, 09 Aug 2008 04:29:22 -0400 Subject: Ot again In-Reply-To: <20080808165828.A86800@shell.lmi.net> Message-ID: LMAO, Fred. Greg > -----Original Message----- > From: cctech-bounces at classiccmp.org > [mailto:cctech-bounces at classiccmp.org]On Behalf Of Fred Cisin > Sent: Friday, August 08, 2008 8:00 PM > To: General Discussion: On-Topic and Off-Topic Posts > Subject: Re: Ot again > > > > > when did they start using lithium batteries? > > > > > I suspect when digital watches came out. > > So, . . . > the discovery of fire dates back to the Northstar Horizon power supply, > not just to laptop batteries? > > > > From charlesmorris800 at centurytel.net Sat Aug 9 13:15:53 2008 From: charlesmorris800 at centurytel.net (Charles) Date: Sat, 09 Aug 2008 13:15:53 -0500 Subject: Two computer books available Message-ID: While cleaning out my barn, I found the following two paperback books, that may be of interest to someone here. 1) small paperback "Varian DATA 620/i computer manual" (Bulletin 605-A, April 1968). 2) "The Helios Operating System" by Perihelion Software Ltd (1989). Says it's an OS designed to run on transputer architectures, but I guess you'd know that if you want it :) If interested please contact me off-list. Just looking for postage costs and a token amount to cover the trip to the post office. thanks Charles From philip at axeside.co.uk Sat Aug 9 14:49:17 2008 From: philip at axeside.co.uk (Philip Belben) Date: Sat, 09 Aug 2008 20:49:17 +0100 Subject: Forgotten PC History In-Reply-To: <489CF676.7050404@brouhaha.com> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> Message-ID: <489DF4BD.1090604@axeside.co.uk> > The 18 pin-per-package limit claims regarding the 4004 and 8008 have > been around for a long time, and I think they came from interviews with > Intel's founders and/or early employees, but I think they're factually > incorrect, at least as commonly stated. > > The 24-pin DIP was very well established by 1968, and was already used > by TI at that time. There were certainly higher pin-count packages at > that time also. I'm not sure about the 40-pin DIP, but in 1969 > Fairchild was shipping at least one memory chip in a 36-pin DIP, though > that particular package never became popular. I would find it hard to believe that 24-pin and higher dips were unavailable. I have a couple of Sharp calculators from about that date. I just grabbed the nearest (an ELSI-160) and opened it up, to find that the four chips have date codes in early 1971 and forty-two (yes, 42) pins each in a dual zigzag arrangement. The pins are spaced at 0.05 inch, and alternate pins stick out 0.1 inch further than the rest. The whole is a gold-top ceramic package a little smaller than a 24-pin DIP. (FWIW at least one of the calculators has edge connectors with a pin spacing of 1.25mm. But the chips are still 0.05", i.e. 1.27mm. And yes, you can tell the difference. For the early '70s, this is high precision stuff!) > Possibly whatever specific company Intel was contracting with to supply > lead frames and ceramic packages didn't yet offer higher pin count > packages, but they obviously were available from some vendors since > other semiconductor companies like Fairchild and TI were using them. That makes sense. I think someone said it already: if the chip was a custom job for a lowish-volume contract, Intel wouldn't want to go and find a new packaging contractor for it. Philip. From philip at axeside.co.uk Sat Aug 9 14:51:11 2008 From: philip at axeside.co.uk (Philip Belben) Date: Sat, 09 Aug 2008 20:51:11 +0100 Subject: Forgotten PC History In-Reply-To: <200808082121.55813.rtellason@verizon.net> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> Message-ID: <489DF52F.1090104@axeside.co.uk> > An interesting read. One thing that jumped out at me when I got to the second > page of the article was how wide that screen was compared to its height. Do > you know offhand what the screen was, in terms of characters? No, but the article mentioned that the screen was reduced in height to make it look like an IBM punch card, so I'd guess 12 lines of 80 characters. Philip From snhirsch at gmail.com Sat Aug 9 15:02:26 2008 From: snhirsch at gmail.com (Steven Hirsch) Date: Sat, 9 Aug 2008 16:02:26 -0400 (EDT) Subject: LocalTalk In-Reply-To: <489DBFD0.9000807@gmail.com> References: <200808060556.m765uiXe016531@dewey.classiccmp.org> <8726.209.163.133.242.1218042556.squirrel@webmail.io.com> <489DBFD0.9000807@gmail.com> Message-ID: On Sat, 9 Aug 2008, Sridhar Ayengar wrote: > I definitely need to support both Mac an ][. I was planning on getting it > working in combination with a //e with a workstation card and a //c+ with its > built-in LocalTalk to get them both on the Internet. I didn't think any of the //c models actually had built-in Appletalk capability. IIRC there were plans to do this and some vestigial code in the system ROMs, but nothing actually functional. Steve -- From axelsson at acc.umu.se Sat Aug 9 18:24:01 2008 From: axelsson at acc.umu.se (=?ISO-8859-1?Q?G=F6ran_Axelsson?=) Date: Sun, 10 Aug 2008 01:24:01 +0200 Subject: Forgotten PC History In-Reply-To: <489C7C5F.7000008@jbrain.com> References: <489C7C5F.7000008@jbrain.com> Message-ID: <489E2711.8060107@acc.umu.se> I'm surprised... well, not that much, I have lurked on this list for a while now. When I first read this article and saw how many responses it got I thought that now I would finally learn some more about my old DP2200. But the discussion immediately changed into a discussion about various chip carriers. In a vane attempt to steer the discussion back into the original topic, the Datapoint 2200, I wonder if there is anyone else that is restoring these machines and if there are any schematics out there. I added a small teaser with some pictures of a 4 kbyte memory card, the only thing I have of it in my apartment. http://www.home.neab.net/DP2200/ Some day I will try to restore it. /G?ran Jim Brain wrote: > I don't mean to repost, but I had not seen this posted as yet: > > http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9111341&source=NLT_AM&nlid=1 > > > From atomkey at yahoo.com Sat Aug 9 22:54:13 2008 From: atomkey at yahoo.com (AtomKey) Date: Sat, 9 Aug 2008 20:54:13 -0700 (PDT) Subject: HERO1 For sale... Message-ID: <352984.78225.qm@web52610.mail.re2.yahoo.com> Greetings. I am interested in purchasing a HERO1 (fro heathkit). The original asking price from 1979 - 1982 was about $1,500.00 I think $150.00 would be a fair trade. What do you think? Referenced here: http://www.classiccmp.org/pipermail/cctech/2007-December/089541.html Thank you. Atomkey. From iamvirtual at gmail.com Sun Aug 10 00:13:06 2008 From: iamvirtual at gmail.com (B M) Date: Sat, 9 Aug 2008 23:13:06 -0600 Subject: Forgotten PC History Message-ID: <000201c8faa7$c9b16df0$4001a8c0@bear42> Roy J. Tellason wrote: > There were also those "flatpacks" which I never could figure out. A > precursor > to surface mount? Something else? Eric Smith wrote: > Yes, for military applications. For instance, the Apollo Guidance > Computer is full of chips in flatpacks. > > I'm not an expert on early IC packaging, but AFAIK the flatpack predated > the DIP. Prior to the DIP, most ICs had 10 pins or fewer, and were > offered in flatpacks or round metal cans. Here is a picture of a circuit board which is a flight spare for the Instrumentation Unit of the Saturn V showing the flat packs IBM designed for the Apollo missions: http://www.iamvirtual.ca/collection/space/SaturnVIUBoard.html From jos.mar at bluewin.ch Sun Aug 10 02:04:27 2008 From: jos.mar at bluewin.ch (Jos Dreesen / Marian Capel) Date: Sun, 10 Aug 2008 09:04:27 +0200 Subject: More ETH Lilith goodies available. In-Reply-To: <489E3E69.5080006@jetnet.ab.ca> References: <489DDDB1.6000306@bluewin.ch> <489E3E69.5080006@jetnet.ab.ca> Message-ID: <489E92FB.4010608@bluewin.ch> Enjoy , >> >> Jos Dreesen > But can one build the hardware from scratch? > None of this software emulation. If you can stomach wiring up 1000 ic's, why not.... There are no custom IC's inside the Lilith. A FPGA solution would be more realistic. But then the diskdrive and its cartridges are unobtainium. Jos From bfranchuk at jetnet.ab.ca Sun Aug 10 02:25:46 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Sun, 10 Aug 2008 01:25:46 -0600 Subject: More ETH Lilith goodies available. In-Reply-To: <489E92FB.4010608@bluewin.ch> References: <489DDDB1.6000306@bluewin.ch> <489E3E69.5080006@jetnet.ab.ca> <489E92FB.4010608@bluewin.ch> Message-ID: <489E97FA.6070105@jetnet.ab.ca> Jos Dreesen / Marian Capel wrote: > Enjoy , >>> >>> Jos Dreesen >> But can one build the hardware from scratch? >> None of this software emulation. > > If you can stomach wiring up 1000 ic's, why not.... > There are no custom IC's inside the Lilith. > A FPGA solution would be more realistic. > CPLD's are cheap and easy to program now days. I suspect getting high speed 2901's and proms for any micro-programed machine is tricky. > But then the diskdrive and its cartridges are unobtainium. > So what else is new? Still it sounds like a good project on this side of the pond - a well designed stack machine rather FORTH projects that every body seems to be building. > Jos > From jos.mar at bluewin.ch Sun Aug 10 02:42:35 2008 From: jos.mar at bluewin.ch (Jos Dreesen / Marian Capel) Date: Sun, 10 Aug 2008 09:42:35 +0200 Subject: More ETH Lilith goodies available. In-Reply-To: <489E97FA.6070105@jetnet.ab.ca> References: <489DDDB1.6000306@bluewin.ch> <489E3E69.5080006@jetnet.ab.ca> <489E92FB.4010608@bluewin.ch> <489E97FA.6070105@jetnet.ab.ca> Message-ID: <489E9BEB.9070201@bluewin.ch> bfranchuk at jetnet.ab.ca wrote: > So what else is new? Nothing, it is a 25 year old machine by now.... > Still it sounds like a good project on this side of the pond - > a well designed stack machine rather FORTH projects that > every body seems to be building. > Yes, but an exact copy remains a major undertaking. jos From bfranchuk at jetnet.ab.ca Sun Aug 10 03:05:30 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Sun, 10 Aug 2008 02:05:30 -0600 Subject: More ETH Lilith goodies available. In-Reply-To: <489E9BEB.9070201@bluewin.ch> References: <489DDDB1.6000306@bluewin.ch> <489E3E69.5080006@jetnet.ab.ca> <489E92FB.4010608@bluewin.ch> <489E97FA.6070105@jetnet.ab.ca> <489E9BEB.9070201@bluewin.ch> Message-ID: <489EA14A.3040501@jetnet.ab.ca> Jos Dreesen / Marian Capel wrote: > bfranchuk at jetnet.ab.ca wrote: > >> So what else is new? > > Nothing, it is a 25 year old machine by now.... >> Still it sounds like a good project on this side of the pond - >> a well designed stack machine rather FORTH projects that >> every body seems to be building. >> > Yes, but an exact copy remains a major undertaking. Too bad most people want a APPLE I clone. I just took a quick look at the design, and in retrospect I suspect 16bit addressing and data seems to be the limiting factor of this design. I'll have download more later to confirm this idea. > jos > From eric at brouhaha.com Sun Aug 10 03:53:12 2008 From: eric at brouhaha.com (Eric Smith) Date: Sun, 10 Aug 2008 01:53:12 -0700 Subject: Forgotten PC History In-Reply-To: <489DF4BD.1090604@axeside.co.uk> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <489DF4BD.1090604@axeside.co.uk> Message-ID: <489EAC78.4010101@brouhaha.com> Philip Belben wrote: > I have a couple of Sharp calculators from about that date. I just > grabbed the nearest (an ELSI-160) and opened it up, to find that the > four chips have date codes in early 1971 and forty-two (yes, 42) pins > each in a dual zigzag arrangement. 42-pin DIP packages were common among Japanese semiconductor vendors but I don't recall seeing any from US vendors. For example, the early NEC cassette/cartridge tape controller chip, uPD371 was in a 42-pin DIP. I think their single-density floppy controller chip, uPD372, might also have been in a 42-pin DIP. Eric From eric at brouhaha.com Sun Aug 10 03:54:40 2008 From: eric at brouhaha.com (Eric Smith) Date: Sun, 10 Aug 2008 01:54:40 -0700 Subject: HERO1 For sale... In-Reply-To: <352984.78225.qm@web52610.mail.re2.yahoo.com> References: <352984.78225.qm@web52610.mail.re2.yahoo.com> Message-ID: <489EACD0.5040406@brouhaha.com> AtomKey wrote: > I am interested in purchasing a HERO1 (fro heathkit). > The original asking price from 1979 - 1982 was about $1,500.00 > I think $150.00 would be a fair trade. What do you think? I think you're rather optimisitic. From frustum at pacbell.net Sun Aug 10 04:05:10 2008 From: frustum at pacbell.net (Jim Battle) Date: Sun, 10 Aug 2008 04:05:10 -0500 Subject: Forgotten PC History In-Reply-To: <489E2711.8060107@acc.umu.se> References: <489C7C5F.7000008@jbrain.com> <489E2711.8060107@acc.umu.se> Message-ID: <489EAF46.2080309@pacbell.net> G?ran Axelsson wrote: > I'm surprised... well, not that much, I have lurked on this list for a > while now. > > When I first read this article and saw how many responses it got I > thought that now I would finally learn some more about my old DP2200. > But the discussion immediately changed into a discussion about various > chip carriers. > > In a vane attempt to steer the discussion back into the original topic, > the Datapoint 2200, I wonder if there is anyone else that is restoring > these machines and if there are any schematics out there. > > I added a small teaser with some pictures of a 4 kbyte memory card, the > only thing I have of it in my apartment. > > http://www.home.neab.net/DP2200/ Neat! I had a Datapoint 2200 for a while. It didn't work either. I see yours is a first generation (bit serial). Mine was the 2nd generation CPU which was still discreet TTL, but was data parallel. Eventually I sold my 2200 due to (1) lack of time and (2) lack of any documents. I had contacted a couple people who had schematics and such, but neither was willing to make copies or loan their docs to me so I could copy them. I even went to a reunion of datapoint employees and found one guy who had just about all datapoint internal engineering documents and change notices in his barn. However, 6 months prior he moved to a smaller place, so he incinerated everything! The person I sold my machine to, David Monroe, was one of the engineers who originally designed the machine. He has schematics too. I never found out if he got it working again. From schwepes at moog.netaxs.com Sun Aug 10 09:08:31 2008 From: schwepes at moog.netaxs.com (schwepes at moog.netaxs.com) Date: Sun, 10 Aug 2008 10:08:31 -0400 (EDT) Subject: Collecting philosophy (Was: Computer collectors are no longer the dweebiest...) In-Reply-To: References: <489A01E7.8010904@pacbell.net> Message-ID: It feels like a victory against planned obsolescence to get one of these things running and doing something useful. bs On Wed, 6 Aug 2008, Rick Bensene wrote: > > > Tony Duell wrote: > > Am I the only 'collector' who doesn't much care about the value of the > > > items hi his colelction? I collect things becuase I'm interested in > them, > > I find them beautiful (in a somewhat odd way, I can appreciate the > good > > design in a PDP11 or HP98x0 CPU, for example). I don't collect in the > > hope that I'll be able to sell them later for more money. > > No, Tony, at least there is someone else who has the same appreciation > (not in terms of monetary value doing such), but in the glory of design > and implementation. I don't care about the value of the calculators in > the Old Calculator Museum. Frankly, I really could care less what they > are worth. I do what I do because I have a great passion for this > particular part of our technological history, and there is such a > wonderful diversity of methods that various companies and engineers > invented to do the same basic functions, and each has its own beauty and > individuality, as well as (in some cases) places in history that are > significant. > > I state in the website that none of the stuff is for sale. It isn't. > When I die, it'll be taken care of properly. > That's all that matters to me. This stuff isn't an investment, except > in the time that I spend pondering the designs and troubleshooting > machines that there are no schematics for, or figuring out how to > program a programmable calculator that there's no documentation known to > exist in terms of its instruction set, as well as documenting what > tidbits I can learn on the website for others to hopefully get some > enjoyment and education from. > > Tinkering around with this stuff makes me happy. Digging through old > documents and finding shreds of historical significance that tie > together is the most wonderful kind of detective work. Communicating > with folks who "were there", like Tom Osborn(HP 9100/9800), Allen > Frankel (son of Stanley Frankel, developer of the SCM 240SR, and the > design of the Diehl > Combitron, and some early small computers, as well as being a nuclear > physicist involved in the Manhattan Project), Harold Koplow (Microcode > designer of Wang's 700-Series machines and others, including the 2200 > BASIC computer, and word-processing systems), and many others is such a > great privilege. Sharing what I learn is pure joy. > > The value is in those things, not dollars. I agree completely with > Tony's philosophy. Others may feel differently about these kinds of > things, and that's their right, and I'll fight to the death to defend > their right to feel that way, as well as for the right for Tony and > myself think the way we do. > > Rick Bensene > The Old Calculator Museum > http://oldcalculatormuseum.com > > From schwepes at moog.netaxs.com Sun Aug 10 10:16:07 2008 From: schwepes at moog.netaxs.com (schwepes at moog.netaxs.com) Date: Sun, 10 Aug 2008 11:16:07 -0400 (EDT) Subject: Argo Electronics in NYC to close In-Reply-To: <489B206E.60107@radiorobots.com> References: <21614.69849.qm@web56203.mail.re3.yahoo.com> <489B206E.60107@radiorobots.com> Message-ID: Actually there is more significance than you give. The last parts houses in the Philadelphia area closed down years ago. This is part of the underlying issues that face us in the greater, real world. This is of concern for more than merely discomforted hobbyists like us. Where you have a real industrial economy that is progressing, you have lots of, shall we say, second order business that keep the main businesses going. I am doing work for a major corporation and I need a prototype. I go to a fabricator and he may need several machine shops and parts houses to build me what I want. What I need is there expediously and nobody is forced to wait for some bottleneck component to come through. My wife is frankly and simply out of business because of the demise of the rag trade in Philadelphia. She would have been a third order business. She manufactured custom pieces out of remnents. By the way, in a progressing industrial economy, you do have an active legion of talented amateurs, ie hobbiests. The lightning is getting close so I'm going to shut down now. bs On Thu, 7 Aug 2008, steve stutman wrote: > Christian Liendo wrote: > > I just saw a commercial on NY1 stating that Argo Electronics is closing. They were the last Electronic Surplus stores on Canal St. I never saw a commercial for Argo. > > > > For those of you that don't know the significance. Back in the 80s (probably back in the 70s too but I am not that old), Canal St in NYC had many electronic surplus stores. Everything from radios to oscilloscopes. There are still electronic stores there but nothing like Argo. I remember buying all sorts of stuff. Well it looks like they are closing. > > > > Here are some sites that show pictures of Argo > > > > http://blog.makezine.com/archive/2008/02/argo_electronics_surplus.html > > > > http://www.flickr.com/photos/pmtorrone/tags/argoelectronics/ > > > > The address > > 393 Canal St > > New York, NY 10013-1691 > > Phone: (212) 226-4945 > > > > > > > > > Also back in the 60s. > From alexandre-listas at e-secure.com.br Sun Aug 10 11:04:46 2008 From: alexandre-listas at e-secure.com.br (Alexandre Souza) Date: Sun, 10 Aug 2008 13:04:46 -0300 Subject: WTB: Nec Intersect "detachable" CD-ROM References: <352984.78225.qm@web52610.mail.re2.yahoo.com> <489EACD0.5040406@brouhaha.com> Message-ID: <06c601c8fb03$24369650$03fea8c0@portajara> Dear friends, A long long time ago, there was a CD-ROM model from the "nec intersect" series, which was deatachable and useable like a discman. CDU-53 or 63, maybe? I'm looking for one of these. It can be only the CD unit (without the cradle). Thanks Alexandre From alexandre-listas at e-secure.com.br Sun Aug 10 11:22:40 2008 From: alexandre-listas at e-secure.com.br (Alexandre Souza) Date: Sun, 10 Aug 2008 13:22:40 -0300 Subject: Forgotten PC History References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com><489DF4BD.1090604@axeside.co.uk> <489EAC78.4010101@brouhaha.com> Message-ID: <06fb01c8fb05$5504b800$03fea8c0@portajara> > 42-pin DIP packages were common among Japanese semiconductor vendors but I > don't recall seeing any from US vendors. Newer High-capacity EPROM memories also uses this package: 27C160, 27C320, 27C322... From mcguire at neurotica.com Sun Aug 10 11:24:41 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Sun, 10 Aug 2008 12:24:41 -0400 Subject: Forgotten PC History In-Reply-To: <489DF4BD.1090604@axeside.co.uk> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <489DF4BD.1090604@axeside.co.uk> Message-ID: On Aug 9, 2008, at 3:49 PM, Philip Belben wrote: > That makes sense. I think someone said it already: if the chip was > a custom job for a lowish-volume contract, Intel wouldn't want to > go and find a new packaging contractor for it. Did they actually outsource their packaging? -Dave -- Dave McGuire Port Charlotte, FL From cclist at sydex.com Sun Aug 10 11:38:05 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sun, 10 Aug 2008 09:38:05 -0700 Subject: Forgotten PC History In-Reply-To: <489DF4BD.1090604@axeside.co.uk> References: <489C7C5F.7000008@jbrain.com>, <489CF676.7050404@brouhaha.com>, <489DF4BD.1090604@axeside.co.uk> Message-ID: <489EB6FD.311.A954516@cclist.sydex.com> Moto had flatpacks with 32 pins (8 per side on 4 sides) for their semicustom gate arrays in the late 60's. Cheers, Chuck From bfranchuk at jetnet.ab.ca Sun Aug 10 11:53:04 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Sun, 10 Aug 2008 10:53:04 -0600 Subject: Forgotten PC History In-Reply-To: <489EB6FD.311.A954516@cclist.sydex.com> References: <489C7C5F.7000008@jbrain.com>, <489CF676.7050404@brouhaha.com>, <489DF4BD.1090604@axeside.co.uk> <489EB6FD.311.A954516@cclist.sydex.com> Message-ID: <489F1CF0.9070300@jetnet.ab.ca> Chuck Guzis wrote: > Moto had flatpacks with 32 pins (8 per side on 4 sides) for their > semicustom gate arrays in the late 60's. > > Cheers, > Chuck > I am not shure of the packaging, but Motorola's ECL alu came in a weird package too. From ploopster at gmail.com Sun Aug 10 12:10:13 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Sun, 10 Aug 2008 13:10:13 -0400 Subject: Forgotten PC History In-Reply-To: References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <489DF4BD.1090604@axeside.co.uk> Message-ID: <489F20F5.3050508@gmail.com> Dave McGuire wrote: > On Aug 9, 2008, at 3:49 PM, Philip Belben wrote: >> That makes sense. I think someone said it already: if the chip was a >> custom job for a lowish-volume contract, Intel wouldn't want to go and >> find a new packaging contractor for it. > > Did they actually outsource their packaging? That's actually a fairly common occurrence. Peace... Sridhar From ploopster at gmail.com Sun Aug 10 12:10:13 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Sun, 10 Aug 2008 13:10:13 -0400 Subject: Forgotten PC History In-Reply-To: References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <489DF4BD.1090604@axeside.co.uk> Message-ID: <489F20F5.3050508@gmail.com> Dave McGuire wrote: > On Aug 9, 2008, at 3:49 PM, Philip Belben wrote: >> That makes sense. I think someone said it already: if the chip was a >> custom job for a lowish-volume contract, Intel wouldn't want to go and >> find a new packaging contractor for it. > > Did they actually outsource their packaging? That's actually a fairly common occurrence. Peace... Sridhar From eric at brouhaha.com Sun Aug 10 13:13:47 2008 From: eric at brouhaha.com (Eric Smith) Date: Sun, 10 Aug 2008 11:13:47 -0700 Subject: Forgotten PC History In-Reply-To: <489F1CF0.9070300@jetnet.ab.ca> References: <489C7C5F.7000008@jbrain.com>, <489CF676.7050404@brouhaha.com>, <489DF4BD.1090604@axeside.co.uk> <489EB6FD.311.A954516@cclist.sydex.com> <489F1CF0.9070300@jetnet.ab.ca> Message-ID: <489F2FDB.7000009@brouhaha.com> bfranchuk at jetnet.ab.ca wrote: > I am not shure of the packaging, but Motorola's ECL alu > came in a weird package too. MC10800 series. Quad-In-Line Package (QUIP): pins on two opposite sides of the body like a DIP, but with the lengths protruding from the package (before the downward bend) alternating between short and long, so that the pins are in two rows on each side. Rockwell was one of the biggest users of QUIP packages for microcontrollers and such. I'm not sure whether their QUIPs were dimensioned the same as the Motorola ones. Note that these are different than the QUIP package used by Intel for the iAPX-432 components, and by both Intel and Zilog for emulation bond-out chips, prior to the introduction of the JEDEC 68 position ceramic leadless chip carrier. This QUIP was designed by Intel and AMP, and was a leadless ceramic package with contacts along the two long sides, the contacts being staggered in a similar manner to the leaded QUIPs. From steven.alan.canning at verizon.net Sun Aug 10 13:27:42 2008 From: steven.alan.canning at verizon.net (Scanning) Date: Sun, 10 Aug 2008 11:27:42 -0700 Subject: HERO1 For sale... References: <352984.78225.qm@web52610.mail.re2.yahoo.com> <489EACD0.5040406@brouhaha.com> Message-ID: <001901c8fb16$c75ca910$0301a8c0@hal9000> The only HERO1 you could get for $150 would have to have severe brain damage, no batteries and a host of other problems. You cannot even get a HERO Jr for that low unless it is a basket case. If you want a working unit you probably are looking more at about $600 and up. You can fixer-uppers for somewhat less but beware that you could get something that is fried. The seller " robotworkshop " on Ebay sells lots of parts and is an honest guy and very helpful ( not a paid advertisement ). Over time you can get enough parts to build your own and save $$$$$. I have three HERO Jrs and two HERO1s that were brought to life this way. It is much more rewarding to spend time tinkering so you can finally declare " It's ALIVE " ....... Best regards, Steven ----- Original Message ----- From: "Eric Smith" To: "General Discussion: On-Topic and Off-Topic Posts" Sent: Sunday, August 10, 2008 1:54 AM Subject: Re: HERO1 For sale... > AtomKey wrote: > > I am interested in purchasing a HERO1 (fro heathkit). > > The original asking price from 1979 - 1982 was about $1,500.00 > > I think $150.00 would be a fair trade. What do you think? > > I think you're rather optimisitic. From cclist at sydex.com Sun Aug 10 13:44:58 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sun, 10 Aug 2008 11:44:58 -0700 Subject: Forgotten PC History In-Reply-To: <489F2FDB.7000009@brouhaha.com> References: <489C7C5F.7000008@jbrain.com>, <489F1CF0.9070300@jetnet.ab.ca>, <489F2FDB.7000009@brouhaha.com> Message-ID: <489ED4BA.3325.B096F3D@cclist.sydex.com> On 10 Aug 2008 at 11:13, Eric Smith wrote: > Rockwell was one of the biggest users of QUIP packages for > microcontrollers and such. I'm not sure whether their QUIPs were > dimensioned the same as the Motorola ones. The PPS-4 microprocessor 1972 in QUIP being particularly noteworthy. I found a photo of one here: http://www.antiquetech.com/pictures%20full-size/Rockwell12660EA.jpg Cheers, Chuck From innfoclassics at gmail.com Sun Aug 10 13:48:10 2008 From: innfoclassics at gmail.com (Paxton Hoag) Date: Sun, 10 Aug 2008 11:48:10 -0700 Subject: HERO1 For sale... In-Reply-To: <352984.78225.qm@web52610.mail.re2.yahoo.com> References: <352984.78225.qm@web52610.mail.re2.yahoo.com> Message-ID: > I am interested in purchasing a HERO1 (fro heathkit). > The original asking price from 1979 - 1982 was about $1,500.00 > I think $150.00 would be a fair trade. What do you think? > Referenced here: http://www.classiccmp.org/pipermail/cctech/2007-December/089541.html > Thank you. > Atomkey. Hi Atomkey, The last Hero 1 I sold was a similar school machine, missing one or two outer covera but did have its battery charger, but dead batteries. Even though it was in kind of rough condition it brought $450 on Ebay. Paxton -- Paxton Hoag Astoria, OR USA From hilpert at cs.ubc.ca Sun Aug 10 16:05:04 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Sun, 10 Aug 2008 13:05:04 -0800 Subject: Forgotten PC History References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <489DF4BD.1090604@axeside.co.uk> Message-ID: <489F5801.488DC288@cs.ubc.ca> Philip Belben wrote: > > Possibly whatever specific company Intel was contracting with to supply > > lead frames and ceramic packages didn't yet offer higher pin count > > packages, but they obviously were available from some vendors since > > other semiconductor companies like Fairchild and TI were using them. > > That makes sense. I think someone said it already: if the chip was a > custom job for a lowish-volume contract, Intel wouldn't want to go and > find a new packaging contractor for it. This issue is another of those recurring topics on the list (see URL): Subject: Re: 4004 and IC history / was Re: Vintage computer photogallery Date: Sat, 13 Oct 2007 14:14:25 -0700 Date: Sat, 13 Oct 2007 14:14:25 -0700 Brent Hilpert wrote: >dwight elvey wrote: >> This was what Federico Faggin had stated at a talk he gave at the CHM. >> Packaging was expensive and they'd made volume deals on 16 pin >> packages. Faggin stated that his design could have been a few times >> faster had he not been restricted to the small bus. >Here it is, straight from Faggin: http://www.intel4004.com/qa4004.htm, under the >question "Q.: Was there anything unique about the 4004?" or search for "16-pin". From hilpert at cs.ubc.ca Sun Aug 10 16:05:22 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Sun, 10 Aug 2008 13:05:22 -0800 Subject: IC packages / was Re: Forgotten PC History References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <200808082158.13312.rtellason@verizon.net> <489E4B94.2090208@brouhaha.com> Message-ID: <489F5812.B7657D3B@cs.ubc.ca> Eric Smith wrote: > > Roy J. Tellason wrote: > > There were also those "flatpacks" which I never could figure out. A precursor > > to surface mount? Something else? > > Yes, for military applications. For instance, the Apollo Guidance > Computer is full of chips in flatpacks. > > I'm not an expert on early IC packaging, but AFAIK the flatpack predated > the DIP. Prior to the DIP, most ICs had 10 pins or fewer, and were > offered in flatpacks or round metal cans. Not definitive as to when the DIP was first introduced, but a couple of datapoints: - 1965 TI catalog shows only flatpacks - 1966 Fairchild catalog shows flatpacks, round cans (metal and epoxy), and 14 and 16-pin DIP packages. The DIP packages are also referred to as being "plug-in packages". Quote from the 1966 Fairchild catalog: The Dual In-Line - the most significant contribution to micro-circuit packaging in recent years - is a Fairchild concept. Its mechanical design incorporates the ultimate in design balance: thermal resistance is optimum, packaging density can be maximized without economic burden, and the cost of interconnection and attachment typically runs 10% of the cost of similar assembly with flat packs. The Dual In-Line package is fully hermetic, and although designed primarily to meet the economic objective of most industrial applications, it meets all the environmental requirements imposed by military systems. From Hollandia at ccountry.net Sun Aug 10 16:11:44 2008 From: Hollandia at ccountry.net (Hollandia at ccountry.net) Date: Sun, 10 Aug 2008 14:11:44 -0700 Subject: Upgrading early BIOS Message-ID: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net> One of my machines is an old Packard-Bell Legend 610 machine, to which I am trying to fit a second hard drive. The machine will not recognize any modern (or semi-modern) hard drive I have attempted to fit. I have tried various master/slave combinations, to no avail. My guess is that this is due to the BIOS being of am early type. The BIOS chip is a socketed DIP package and the lettering on it is too faded to read. The screen boot-up display is this: PhoenixBIOS(TM) A486 Version 1.01 PB400 OPTI 486WB Reference ID 08 Is this a reasonable guess? If so, what might be done by way of a BIOS upgrade? Thanks, Kurt From cisin at xenosoft.com Sun Aug 10 16:29:47 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Sun, 10 Aug 2008 14:29:47 -0700 (PDT) Subject: Upgrading early BIOS In-Reply-To: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net> References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net> Message-ID: <20080810142804.A66558@shell.lmi.net> On Sun, 10 Aug 2008 Hollandia at ccountry.net wrote: > One of my machines is an old Packard-Bell Legend 610 machine, to which I am > trying to fit a second hard drive. > The machine will not recognize any modern (or semi-modern) hard drive I have > attempted to fit. I have tried various master/slave combinations, to no avail. > My guess is that this is due to the BIOS being of am early type. The BIOS > chip is a socketed DIP package and the lettering on it is too faded to read. > The screen boot-up display is this: > PhoenixBIOS(TM) A486 Version 1.01 > PB400 OPTI 486WB > Reference ID 08 > Is this a reasonable guess? > If so, what might be done by way of a BIOS upgrade? Did you set the CMOS to 2 drives? Which drive types are supported in the CMOS? From healyzh at aracnet.com Sun Aug 10 16:57:23 2008 From: healyzh at aracnet.com (Zane H. Healy) Date: Sun, 10 Aug 2008 14:57:23 -0700 Subject: WTB: Nec Intersect "detachable" CD-ROM In-Reply-To: <06c601c8fb03$24369650$03fea8c0@portajara> References: <352984.78225.qm@web52610.mail.re2.yahoo.com> <489EACD0.5040406@brouhaha.com> <06c601c8fb03$24369650$03fea8c0@portajara> Message-ID: At 1:04 PM -0300 8/10/08, Alexandre Souza wrote: > A long long time ago, there was a CD-ROM model from the "nec >intersect" series, which was deatachable and useable like a discman. >CDU-53 or 63, maybe? I'm looking for one of these. It can be only >the CD unit (without the cradle). This would have been around 1992/93. I'm curious, why do you want one? I remember it being a real pain. I suspect I still have mine, it's not for sale though, but only because of the work that would be required to find it. Zane -- | Zane H. Healy | UNIX Systems Administrator | | healyzh at aracnet.com (primary) | OpenVMS Enthusiast | | MONK::HEALYZH (DECnet) | Classic Computer Collector | +----------------------------------+----------------------------+ | Empire of the Petal Throne and Traveller Role Playing, | | PDP-10 Emulation and Zane's Computer Museum. | | http://www.aracnet.com/~healyzh/ | From alexandre-listas at e-secure.com.br Sun Aug 10 17:07:19 2008 From: alexandre-listas at e-secure.com.br (Alexandre Souza) Date: Sun, 10 Aug 2008 19:07:19 -0300 Subject: WTB: Nec Intersect "detachable" CD-ROM References: <352984.78225.qm@web52610.mail.re2.yahoo.com><489EACD0.5040406@brouhaha.com><06c601c8fb03$24369650$03fea8c0@portajara> Message-ID: <082d01c8fb35$c690dc80$03fea8c0@portajara> > This would have been around 1992/93. I'm curious, why do you want one? I > remember it being a real pain. I suspect I still have mine, it's not for > sale though, but only because of the work that would be required to find > it. I have a videogame called "turbo grafx" (american version of the PC Engine from NEC). In the CD-ROM module, there is a CD that is EQUAL the Nec Intersect "detachable". I wanted one to test on mine, even because my CD unit is dead :( If I could find a complete (and working) nec intersect, I'd not only test it on the videogame (I'm **SURE** this is the same CD unit, since I had one and had to fix it back in 93) but also would find a way to connect a normal SCSI CD-ROM to the TurboGrafx / PC Engine and make people happier :o) Thanks Alexandre :) From cisin at xenosoft.com Sun Aug 10 17:16:13 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Sun, 10 Aug 2008 15:16:13 -0700 (PDT) Subject: HERO1 For sale... In-Reply-To: <489EACD0.5040406@brouhaha.com> References: <352984.78225.qm@web52610.mail.re2.yahoo.com> <489EACD0.5040406@brouhaha.com> Message-ID: <20080810151448.H67620@shell.lmi.net> AtomKey wrote: > I am interested in purchasing a HERO1 (fro heathkit). > The original asking price from 1979 - 1982 was about $1,500.00 > I think $150.00 would be a fair trade. What do you think? OK, I'll consider giving you $150 for it if it is complete, has all of the manuals, and hasn't had any sloppy amateur quality soldering. From tonym at compusource.net Sun Aug 10 17:39:07 2008 From: tonym at compusource.net (Tony Mori) Date: Sun, 10 Aug 2008 18:39:07 -0400 Subject: HERO1 For sale... References: <352984.78225.qm@web52610.mail.re2.yahoo.com><489EACD0.5040406@brouhaha.com> <20080810151448.H67620@shell.lmi.net> Message-ID: <000a01c8fb39$e707b9d0$9864a8c0@nclmiami.ncl.com> ----- Original Message ----- From: "Fred Cisin" To: "General Discussion: On-Topic and Off-Topic Posts" Sent: Sunday, August 10, 2008 6:16 PM Subject: Re: HERO1 For sale... > AtomKey wrote: >> I am interested in purchasing a HERO1 (fro heathkit). >> The original asking price from 1979 - 1982 was about $1,500.00 >> I think $150.00 would be a fair trade. What do you think? > > OK, I'll consider giving you $150 for it if it is complete, has all of the > manuals, and hasn't had any sloppy amateur quality soldering. > I think you have it backawards....AtomKey is LOOKING for a Hero 1 for $150. Then again, my sarcasm-detector was buzzing ever so slightly ;) Of course, from what I've seen the past few years on eBay, I think he's missing a zero on the end of his price. It seems they are as valuable today, as they were back then, if not more! You VERY RARELY see one go for under $500, and that is usually incomplete, non-working units that need parts and repair to function. T From ethan.dicks at usap.gov Sun Aug 10 17:50:25 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Sun, 10 Aug 2008 22:50:25 +0000 Subject: HERO1 For sale... In-Reply-To: <000a01c8fb39$e707b9d0$9864a8c0@nclmiami.ncl.com> References: <20080810151448.H67620@shell.lmi.net> <000a01c8fb39$e707b9d0$9864a8c0@nclmiami.ncl.com> Message-ID: <20080810225025.GA1587@usap.gov> On Sun, Aug 10, 2008 at 06:39:07PM -0400, Tony Mori wrote: > > ----- Original Message ----- > From: "Fred Cisin" > To: "General Discussion: On-Topic and Off-Topic Posts" > > Sent: Sunday, August 10, 2008 6:16 PM > Subject: Re: HERO1 For sale... > > > >AtomKey wrote: > >>I am interested in purchasing a HERO1 (fro heathkit). > >>The original asking price from 1979 - 1982 was about $1,500.00 > >>I think $150.00 would be a fair trade. What do you think? > > > >OK, I'll consider giving you $150 for it if it is complete, has all of the > >manuals, and hasn't had any sloppy amateur quality soldering. > > > > I think you have it backawards....AtomKey is LOOKING for a Hero 1 for $150. > Then again, my sarcasm-detector was buzzing ever so slightly ;) Most likely. > Of course, from what I've seen the past few years on eBay, I think he's > missing a zero on the end of his price. For one in good shape, sure. > It seems they are as valuable today, as they were back then, if not more! > You VERY RARELY see one go for > under $500, and that is usually incomplete, non-working units that need > parts and repair to function. I would be happy to pay three times what the OP is asking for one that I didn't have to rebuild (but a more likely scenario is paying three times for one that I _would_ have to strip and rebuild). The HERO1 is nice, but I'm happy to have an RB5X myself. If I could only figure out why the speech board is so wonky, I'd be happier, though. For some odd reason, it really, really cares what vendor/model/type of 8255 drives it. The best results I've gotten so far is with an OKI 82C55. I'm told that a real 8255 (not 8255A) is the "best", but I don't have any on hand (despite having about a dozen unique varieties) and the next plane is still over 2 months away. Is there anything that specifically distinguishes the HERO1 from other "personal robots" of the 1980s era other than the Heathkit name? I've never seen one up close, so I don't know what makes it special. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 10-Aug-2008 at 22:40 Z South Pole Station PSC 468 Box 400 Temp -64.1 F (-53.4 C) Windchill -106.7 F (-77.1 C) APO AP 96598 Wind 18.0 kts Grid 20 Barometer 670.8 mb (10977 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From mcguire at neurotica.com Sun Aug 10 18:14:28 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Sun, 10 Aug 2008 19:14:28 -0400 (EDT) Subject: Forgotten PC History Message-ID: <35707.68.28.243.122.1218410068.squirrel@mail.neurotica.com> On Sun, August 10, 2008 1:10 pm, Sridhar Ayengar wrote: > Dave McGuire wrote: >> On Aug 9, 2008, at 3:49 PM, Philip Belben wrote: >>> That makes sense. I think someone said it already: if the chip was a >>> custom job for a lowish-volume contract, Intel wouldn't want to go and >>> find a new packaging contractor for it. >> >> Did they actually outsource their packaging? > > That's actually a fairly common occurrence. I know it is now, but I didn't think it was in the 1960s and early 1970s. -Dave -- Dave McGuire Port Charlotte, FL From bfranchuk at jetnet.ab.ca Sun Aug 10 18:46:44 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Sun, 10 Aug 2008 17:46:44 -0600 Subject: More ETH Lilith goodies available. In-Reply-To: <489DDDB1.6000306@bluewin.ch> References: <489DDDB1.6000306@bluewin.ch> Message-ID: <489F7DE4.4010106@jetnet.ab.ca> Jos Dreesen / Marian Capel wrote: I re-posted your message to fpga-cpu as the talk was about stack machines. > Those with an interest in the ETH Lilith Modula-2 should point their > FTP clients to > ftp://jdreesen.dyndns.org/ftp/lilith > From fpga-cpu rtstofer wrote: >> Even with out front panels, here is some food for thought >> for a nice machine that is begging to be re-implimented again >> in hardware. >> >> ------------------- >> Those with an interest in the ETH Lilith Modula-2 should point > their FTP >> clients to >> ftp://jdreesen.dyndns.org/ftp/lilith >> >> where they will find plenty of data concerning that machine. >> >> Most important is a binary image of the Lilith Systemdisk, and a >> directory containing all files ( more then 700..) of that > systemdisk. >> Among these files are : >> >> Medos binaries and source code. >> Modula-2 compiler binaries with source code. >> Lilith system utilities with source code. >> Bootfiles and system files. >> Microcode sources and assembler >> Manual >> >> >> Also available are hardware docu and some screenshots. >> >> Enjoy , >> >> Jos Dreesen >> >> Server is on a basic DSL line, so download speeds will vary.... >> --------------- >> > > I have always been a huge fan of Niklaus Wirth and I have attempted > to build a similar processor for the P4 P-Code. I really liked using > UCSD Pascal in the early days until the licenses were revoked. > Bummer... > > The Lilith project is VERY interesting. It will be quite easy to > increase the speed by an order of magnitude. The 64 bit memory will > be an issue when using FPGA development boards. I'll have to look > into that. > > I have been banging your DSL all morning downloading everything in > sight. > > The only retro projects I am excited about are those with complete > software. > > I'm going to be looking very hard at this project. > > Richard > > > > From legalize at xmission.com Sun Aug 10 18:53:39 2008 From: legalize at xmission.com (Richard) Date: Sun, 10 Aug 2008 17:53:39 -0600 Subject: HERO1 For sale... In-Reply-To: Your message of Sun, 10 Aug 2008 22:50:25 -0000. <20080810225025.GA1587@usap.gov> Message-ID: In article <20080810225025.GA1587 at usap.gov>, Ethan Dicks writes: > The HERO1 is nice, but I'm happy to have an RB5X myself. [...] I hadn't heard of this before, but the first google hit turned up a nice web site for old robots: -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From legalize at xmission.com Sun Aug 10 18:58:23 2008 From: legalize at xmission.com (Richard) Date: Sun, 10 Aug 2008 17:58:23 -0600 Subject: More ETH Lilith goodies available. In-Reply-To: Your message of Sun, 10 Aug 2008 17:46:44 -0600. <489F7DE4.4010106@jetnet.ab.ca> Message-ID: I have some of the Eve machines that are successors to the Lilith, but alas I have no docs and have to do some repairs in order to get a fully working system (no mouse, no display, no keyboard). -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From ploopster at gmail.com Sun Aug 10 18:59:33 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Sun, 10 Aug 2008 19:59:33 -0400 Subject: Forgotten PC History In-Reply-To: <35707.68.28.243.122.1218410068.squirrel@mail.neurotica.com> References: <35707.68.28.243.122.1218410068.squirrel@mail.neurotica.com> Message-ID: <489F80E5.2020601@gmail.com> Dave McGuire wrote: > On Sun, August 10, 2008 1:10 pm, Sridhar Ayengar wrote: >> Dave McGuire wrote: >>> On Aug 9, 2008, at 3:49 PM, Philip Belben wrote: >>>> That makes sense. I think someone said it already: if the chip was a >>>> custom job for a lowish-volume contract, Intel wouldn't want to go and >>>> find a new packaging contractor for it. >>> Did they actually outsource their packaging? >> That's actually a fairly common occurrence. > > I know it is now, but I didn't think it was in the 1960s and early 1970s. I know IBM's had a packaging offering at least going back to the 70s. Peace... Sridhar From ploopster at gmail.com Sun Aug 10 18:59:33 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Sun, 10 Aug 2008 19:59:33 -0400 Subject: Forgotten PC History In-Reply-To: <35707.68.28.243.122.1218410068.squirrel@mail.neurotica.com> References: <35707.68.28.243.122.1218410068.squirrel@mail.neurotica.com> Message-ID: <489F80E5.2020601@gmail.com> Dave McGuire wrote: > On Sun, August 10, 2008 1:10 pm, Sridhar Ayengar wrote: >> Dave McGuire wrote: >>> On Aug 9, 2008, at 3:49 PM, Philip Belben wrote: >>>> That makes sense. I think someone said it already: if the chip was a >>>> custom job for a lowish-volume contract, Intel wouldn't want to go and >>>> find a new packaging contractor for it. >>> Did they actually outsource their packaging? >> That's actually a fairly common occurrence. > > I know it is now, but I didn't think it was in the 1960s and early 1970s. I know IBM's had a packaging offering at least going back to the 70s. Peace... Sridhar From cclist at sydex.com Sun Aug 10 19:11:35 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sun, 10 Aug 2008 17:11:35 -0700 Subject: IC packages / was Re: Forgotten PC History In-Reply-To: <489F5812.B7657D3B@cs.ubc.ca> References: <489C7C5F.7000008@jbrain.com>, <489F5812.B7657D3B@cs.ubc.ca> Message-ID: <489F2147.30164.C3475B3@cclist.sydex.com> On 10 Aug 2008 at 13:05, Brent Hilpert wrote: > Not definitive as to when the DIP was first introduced, but a couple of datapoints: > - 1965 TI catalog shows only flatpacks > - 1966 Fairchild catalog shows flatpacks, round cans (metal and epoxy), > and 14 and 16-pin DIP packages. > The DIP packages are also referred to as being "plug-in packages". From: http://www.hbci.com/~wenonah/history/edpart6.htm "For both linear and digital ICs, packaging problems had to be overcome. Transistor packages were found to lack sufficient heat-sinking capability and an adequate number of interconnections. One solution was the flatpack, created by Yung Tao while at Texas Instruments. The original flatpack had 10 leads, and measured 1/4 x 1/8 inch. In 1964 Fairchild's Bryant ("Buck") Rogers fostered. the invention of the dual-inline package. The original DIP had 14 leads, and looked just as it does today. The same year, Martin LepSelter of Bell Labs invented the beam lead as a mechanical and electrical interconnection between the IC and its case." Cheers, Chuck From ethan.dicks at usap.gov Sun Aug 10 19:50:05 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Mon, 11 Aug 2008 00:50:05 +0000 Subject: HERO1 For sale... In-Reply-To: References: <20080810225025.GA1587@usap.gov> Message-ID: <20080811005005.GA22840@usap.gov> On Sun, Aug 10, 2008 at 05:53:39PM -0600, Richard wrote: > > In article <20080810225025.GA1587 at usap.gov>, > Ethan Dicks writes: > > > The HERO1 is nice, but I'm happy to have an RB5X myself. [...] > > I hadn't heard of this before, but the first google hit turned up a > nice web site for old robots: Yep... that's it - bottom left corner, second from the left. It's the one I post about from time to time because of the INS8073 CPU. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 11-Aug-2008 at 00:40 Z South Pole Station PSC 468 Box 400 Temp -65.2 F (-54.0 C) Windchill -105.8 F (-76.5 C) APO AP 96598 Wind 15.6 kts Grid 11 Barometer 671.1 mb (10966 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From schwepes at moog.netaxs.com Mon Aug 11 00:01:58 2008 From: schwepes at moog.netaxs.com (schwepes at moog.netaxs.com) Date: Mon, 11 Aug 2008 01:01:58 -0400 (EDT) Subject: dial-up experiences (was Re: question aaout ISP's) In-Reply-To: <489C9AE1.70209@gmail.com> References: <20080807215008.GA13516@brevard.conman.org>, <20080808041900.GA3166@usap.gov>, <489C726B.20909@gmail.com> <489C1739.17408.553B93@cclist.sydex.com> <489C9AE1.70209@gmail.com> Message-ID: On Fri, 8 Aug 2008, Jules Richardson wrote: > Chuck Guzis wrote: > > My own house has its share of "stream of consciousness" wiring, but > > it has a utilities plenum running the length of the building in the > > basement where all of the plumbing, heavy-gauge wiring and large > > heating ducts are run. So I'm better off than most. > > Heh, no such luck here. The house has been semi-rewired in recent past and > it's a total rats' nest down in the basement. As the place was once a working > farm, the service panels look more like something befitting a factory - > breakers and wires aplenty! It's on the list to trace it all out sometime so > that when things do go wrong fault-finding will be a lot easier. > > The various out-buildings are a real mix of above-ground and below-ground > power feeds, original 1940's wiring and fuseboxes, more modern cabling, and > "home-made" stuff using any old fixtures and power cord. There's even a pair > of enormous 150W light bulbs in the garage that look like they might have been > hanging on since the '50s... > > For the building where the vintage computers will live, I'm thinking I'll put > a new cable run out to there from the house, fit a new breaker unit, and give > it both 120V and 240V. Cat-5 for network, and RS-232 just for the heck of it - > I'm sure I'll find a use for it. > > Oh, I found an ancient fusebox behind a panel in one of the bathrooms (really) > a few weeks ago - it's got power, but no amount of investigation has yet > revealed what it's there for :-) > > cheers > > Jules > Okay, I have a similar configuration in my attic. What happened was that the first electric went to that box. When the service was upgraded, the new box went to the basement and a line came up to the attic currently off of a fifty amp circuit that goes to a fusebox in the basement and then to the attic fusebox. i have found old wiring positions in the wall that because of long dead wiring had no voltage but were still on live lines. They looked like a fire waiting to happen. This house dates from 1930. My previous house was wired in 1905 and I was an early user of compact florescents because I felt a need to keep the current down on some of the wiring. This had also been upgraded at some point after WWII but in an interesting way. The old box was a rat's nest of wires and they ran wire to the new fusebox leaving the rest of the house as is. You could tell when the fridge came on because the lights dimmed. I'm surprized the previous owner didn't burn the place down. The fridge was at the end of a medium duty extention cord. I upgraded the service and worked on the electricity line by line starting with the most easily obtainable first floor boxes. bs From classiccmp at crash.com Mon Aug 11 00:32:23 2008 From: classiccmp at crash.com (Steven M Jones) Date: Sun, 10 Aug 2008 22:32:23 -0700 Subject: Terak 8510 system on eBay (# 300248208909) Message-ID: <489FCEE7.5080908@crash.com> It's listed for $199 plus shipping for the main unit, an 8512 additional 8" floppy, and an 8532-1 monitor. Includes keyboard, some floppies, and some manuals. It's been discussed here before, but in brief: Significant LSI-11 based system with bitmapped graphics, perhaps best known for it's use as a platform for the UCSD p-System. No connection to the seller. Was tempted, but can't really justify it given some other upcoming expenses. But they sound like pretty neat systems to mess about with... See http://www.threedee.com/jcm/terak/ for details and other links. --S. From mcguire at neurotica.com Mon Aug 11 00:56:21 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Mon, 11 Aug 2008 01:56:21 -0400 Subject: More ETH Lilith goodies available In-Reply-To: <656339.25897.qm@web37103.mail.mud.yahoo.com> References: <656339.25897.qm@web37103.mail.mud.yahoo.com> Message-ID: <5B9498DC-2C12-4907-AA87-17D689A9AB26@neurotica.com> On Aug 10, 2008, at 3:55 PM, Julian Skidmore wrote: >> CPLD's are cheap and easy to program now days. >> I suspect getting high speed 2901's and proms >> for any micro-programed machine is tricky. > > Over the past 6 to 9 months I've become rather intrigued about Lilith. > > One of the great things about the design of MCode (the Lilith's > stack-based bytecode) is that it lends itself to being emulated > directly by a Microcontroller, rather than emulating the machine at > a Microcode level (170ns / microinstruction). > > My preliminary calculations imply that a low-end 60MHz ARM > Microcontroller attached to 128k (or 256K of RAM) could emulate a > Lilith in this way at full-speed even if it didn't have a proper > memory bus (i.e you access the RAM via I/O Ports). I'd love to see something like this happen. Are the Lilith's internals documented well enough to allow for something like this? -Dave -- Dave McGuire Port Charlotte, FL From julianskidmore at yahoo.com Sun Aug 10 14:55:52 2008 From: julianskidmore at yahoo.com (Julian Skidmore) Date: Sun, 10 Aug 2008 12:55:52 -0700 (PDT) Subject: More ETH Lilith goodies available Message-ID: <656339.25897.qm@web37103.mail.mud.yahoo.com> Hi folks, >CPLD's are cheap and easy to program now days. > I suspect getting high speed 2901's and proms > for any micro-programed machine is tricky. Over the past 6 to 9 months I've become rather intrigued about Lilith. One of the great things about the design of MCode (the Lilith's stack-based bytecode) is that it lends itself to being emulated directly by a Microcontroller, rather than emulating the machine at a Microcode level (170ns / microinstruction). My preliminary calculations imply that a low-end 60MHz ARM Microcontroller attached to 128k (or 256K of RAM) could emulate a Lilith in this way at full-speed even if it didn't have a proper memory bus (i.e you access the RAM via I/O Ports). > I suspect 16bit addressing and data seems to be the limiting > factor of this design. The later Liliths accessed memory as 2 banks of 64KW => 256Kb in total. >>> But can one build the hardware from scratch? >>> None of this software emulation. Well, I suppose the ARM version would be software emulation, but on the other hand, it's a dedicated hardware / software combination and it'd probably give you a Lilith for around $12! ... I wonder if MIT & India would be interested ;-) -cheers from Julz @P From silent700 at gmail.com Mon Aug 11 01:33:22 2008 From: silent700 at gmail.com (Jason T) Date: Mon, 11 Aug 2008 01:33:22 -0500 Subject: Terak 8510 system on eBay (# 300248208909) In-Reply-To: <489FCEE7.5080908@crash.com> References: <489FCEE7.5080908@crash.com> Message-ID: <51ea77730808102333s71d1a6a6mf878daa87ff6dfe9@mail.gmail.com> Is that system complete? I thought it was just the drive, kybd and monitor, no CPU. Of course, I've never actually seen a Terak... On 8/11/08, Steven M Jones wrote: > It's listed for $199 plus shipping for the main unit, an 8512 additional > 8" floppy, and an 8532-1 monitor. Includes keyboard, some floppies, > and some manuals. > > It's been discussed here before, but in brief: Significant LSI-11 based > system with bitmapped graphics, perhaps best known for it's use as a > platform for the UCSD p-System. > > No connection to the seller. Was tempted, but can't really justify it > given some other upcoming expenses. But they sound like pretty neat > systems to mess about with... See http://www.threedee.com/jcm/terak/ for > details and other links. > > --S. > > -- silent700.blogspot.com Retrocomputing and collecting in the Chicago area: http://chiclassiccomp.org From schwepes at moog.netaxs.com Mon Aug 11 01:37:04 2008 From: schwepes at moog.netaxs.com (schwepes at moog.netaxs.com) Date: Mon, 11 Aug 2008 02:37:04 -0400 (EDT) Subject: Forgotten PC History In-Reply-To: References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> Message-ID: On Fri, 8 Aug 2008, dwight elvey wrote: > > > From: eric at brouhaha.com > ---snip---> > > Possibly whatever specific company Intel was contracting with to supply > > lead frames and ceramic packages didn't yet offer higher pin count > > packages, but they obviously were available from some vendors since > > other semiconductor companies like Fairchild and TI were using them. > > > > Eric > > Hi > My understanding was that Intel wasn't using them and they > didn't expect to sell enough uP chips to make it practical to use > a larger size. Later designs did use more pins. > Dwight > > ____________________________________________________________ The 8008 was only introduced a year after the 4004 which was introduced in 1971. I can't find a pin out for either of them but I suspect that they might be pin compatable so that the upper four bits would be simply not used if the 8008 was put in a system designed for a 4004. They were used mostly in industrial control systems according to my college text of only slightly later. Unlike the 8080 and later, they used PMOS logic and multiplexed addressing. I cannot find a pin out or instruction set. Oh, the 8008 had 48 instructions as opposed to 78 for the 8080 family. bs From classiccmp at crash.com Mon Aug 11 01:45:22 2008 From: classiccmp at crash.com (Steven M Jones) Date: Sun, 10 Aug 2008 23:45:22 -0700 Subject: Terak 8510 system on eBay (# 300248208909) In-Reply-To: <51ea77730808102333s71d1a6a6mf878daa87ff6dfe9@mail.gmail.com> References: <489FCEE7.5080908@crash.com> <51ea77730808102333s71d1a6a6mf878daa87ff6dfe9@mail.gmail.com> Message-ID: <489FE002.3040705@crash.com> Jason T wrote: > Is that system complete? I thought it was just the drive, kybd and > monitor, no CPU. Of course, I've never actually seen a Terak... Based on what I see on the web, that's a complete hardware system. And if any of the floppies are bootable, you're in business. Another reference: http://www.scribd.com/doc/1034053/Tech-History-Texas-Instruments-terak-product --S. From schwepes at moog.netaxs.com Mon Aug 11 02:00:27 2008 From: schwepes at moog.netaxs.com (schwepes at moog.netaxs.com) Date: Mon, 11 Aug 2008 03:00:27 -0400 (EDT) Subject: Flat Packs In-Reply-To: References: <489C7C5F.7000008@jbrain.com>, <001f01c8fa02$c7e06670$0301a8c0@hal9000>, <489DC0A1.8030209@garlic.com> <489DAC33.10852.683271D@cclist.sydex.com> Message-ID: TI's TTL Data Book (1976) offered flat packages. I don't remember ever using such. bs On Sat, 9 Aug 2008, Rick Bensene wrote: > I've only come across two electronic calculators that use flatpack IC's. > > In 1965, Victor Comptometer made an attempt to build a fully-electronic > desktop electronic calculator, called the Victor 3900, that proved to > push the state of the art just a little too far. The 3900 used > round-case flat-pack IC's, with 22 leads, with spot-weld type technology > used to connect the leads to the circuit traces on the circuit board. > Unfortunately, the yields of the ICs were not very high, and there were > lots of infant mortality problems with the chips dying once the machines > were in the customer's hands. The machine, had it been successful, > would have put Victor in the enviable position of making a massive jump > in technology over the electronics used by anyone else at the time, and > would have kept them ahead of the game for quite a long time. There's > some information on the Old Calculator Museum website exhibit on the > Victor 14-322 (a machine made significantly later using very > conventional technology) at > http://oldcalculatormuseum.com/vic14-322.html. > > > In around 1970, the Casio AL-2000 > (http://oldcalculatormuseum.com/casal2k.html), an early small-scale MOS > IC-based programmable (in very limited form) calculator, used two 24-pin > flat-pack integrated circuits made by Philco, in ceramic bases with gold > lids and leads in the arithmetic logic unit. These are medium-scale > devices, one of which (part number SC-1770) is a bit-serial adder adder, > and the other chip (SC1771) is a complimenter IC, date coded in late > 1968 to early 1969. The chips are surface mounted, again using some > kind of spot-welding to connect the leads of the device to the traces on > the circuit board. > > Rick Bensene > The Old Calculator Museum > http://oldcalculatormuseum.com > > > From steven.alan.canning at verizon.net Mon Aug 11 02:34:20 2008 From: steven.alan.canning at verizon.net (Scanning) Date: Mon, 11 Aug 2008 00:34:20 -0700 Subject: HERO1 For sale... References: <20080810225025.GA1587@usap.gov> <20080811005005.GA22840@usap.gov> Message-ID: <001301c8fb84$ab971800$0301a8c0@hal9000> Ethan ( et al ); Is the INS8073 the one that has a Tiny BASIC built-in or runs out of a ROM ? Is it a Tom Pittman type Tiny BASIC ? Thanks. Best regards, Steven P.S. I've used the Rockwell chip that has FORTH built-in .... > > Ethan Dicks writes: > > > > > The HERO1 is nice, but I'm happy to have an RB5X myself. [...] > > > > I hadn't heard of this before, but the first google hit turned up a > > nice web site for old robots: > > Yep... that's it - bottom left corner, second from the left. > > It's the one I post about from time to time because of the INS8073 CPU. > > -ethan From pete at dunnington.plus.com Mon Aug 11 02:29:28 2008 From: pete at dunnington.plus.com (Pete Turnbull) Date: Mon, 11 Aug 2008 08:29:28 +0100 Subject: Forgotten PC History In-Reply-To: References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> Message-ID: <489FEA58.8030203@dunnington.plus.com> On 11/08/2008 07:37, schwepes at moog.netaxs.com wrote: > The 8008 was only introduced a year after the 4004 which was > introduced in 1971. I can't find a pin out for either of them > but I suspect that they might be pin compatable so that the > upper four bits would be simply not used if the 8008 was put > in a system designed for a 4004. Not even close, I'm afraid. The 4004 is a 16-pin device with Vdd (-10V) and Vss (+5V) on the centre pins of the two sides, the 4 data bits on pins 1-4, and the two clock phases and SYNC on pins 6-8. The 8008 is an 18-pin device with Vcc (+5V) and Vss (-9V) on diagonally opposite corners (pins 1 and 10), D0-D7 on pins 2-9, and the clock phases and SYNC on the other side (pins 14-16): 4004 8008 __ __ __ __ D0 | U | CMRAM0 (-9V) Vss | U | INT D1 | | CMRAM1 D0 | | READY D2 | | CMRAM2 D1 | | phi1 D3 | | CMRAM3 D2 | | phi2 (+5V) Vss | | Vdd (-10V) D3 | | SYNC phi1 | | CMROM D4 | | S0 phi2 | | TEST D5 | | S1 SYNC |_____| RESET D6 | | S2 D7 |_____| Vcc (+5V) -- Pete Peter Turnbull Network Manager University of York From ethan.dicks at usap.gov Mon Aug 11 03:56:39 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Mon, 11 Aug 2008 08:56:39 +0000 Subject: 4004/8008 (was Re: Forgotten PC History) In-Reply-To: <489FEA58.8030203@dunnington.plus.com> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <489FEA58.8030203@dunnington.plus.com> Message-ID: <20080811085639.GB11609@usap.gov> On Mon, Aug 11, 2008 at 08:29:28AM +0100, Pete Turnbull wrote: > On 11/08/2008 07:37, schwepes at moog.netaxs.com wrote: > > >The 8008 was only introduced a year after the 4004 which was > >introduced in 1971. I can't find a pin out for either of them > >but I suspect that they might be pin compatable... > > Not even close, I'm afraid. The 4004 is a 16-pin device with Vdd (-10V) > and Vss (+5V) on the centre pins of the two sides, the 4 data bits on > pins 1-4, and the two clock phases and SYNC on pins 6-8. The 8008 is an > 18-pin device with Vcc (+5V) and Vss (-9V) on diagonally opposite > corners (pins 1 and 10), D0-D7 on pins 2-9, and the clock phases and > SYNC on the other side (pins 14-16): > > 4004 8008 > __ __ __ __ > D0 | U | CMRAM0 (-9V) Vss | U | INT > D1 | | CMRAM1 D0 | | READY > D2 | | CMRAM2 D1 | | phi1 > D3 | | CMRAM3 D2 | | phi2 > (+5V) Vss | | Vdd (-10V) D3 | | SYNC > phi1 | | CMROM D4 | | S0 > phi2 | | TEST D5 | | S1 > SYNC |_____| RESET D6 | | S2 > D7 |_____| Vcc (+5V) > Hmm... I happen to have a couple of 4004 chips (one pulled from a non-UPC barcode scanner, the other from a commercial kitchen scale), and I've long fantasized about building some showcase 4004 circuit, probably a digital clock. I don't happen to have the 4004 datasheet handy (and can't get to it for a number of hours), but the -10V Vdd requirement makes me wonder if it's possible/feasible to use a pair of ganged ICL7660s (still made by Dallas/Maxim) to generate it. This chip came up recently as a possibility for generating -5V Vdd for 4116 DRAMs (and I think the concensus was that it would probably be adequate for up to 16 chips), so I do recall that it can only source a few mA (each 4116 needs a few dozen uA)... I don't see a GND pin on the 4004, so I'm at a loss to estimate what it would require for Vdd. Anyone know or can check easily? Also, does anyone know about any sort of 4004 emulator or simulator? I wouldn't mind trying my hand at some code *before* trying to build out the hardware. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 11-Aug-2008 at 08:50 Z South Pole Station PSC 468 Box 400 Temp -68.4 F (-55.8 C) Windchill -111.4 F (-79.7 C) APO AP 96598 Wind 17.0 kts Grid 23 Barometer 671.5 mb (10950 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From ethan.dicks at usap.gov Mon Aug 11 04:00:55 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Mon, 11 Aug 2008 09:00:55 +0000 Subject: HERO1 For sale... In-Reply-To: <001301c8fb84$ab971800$0301a8c0@hal9000> References: <20080810225025.GA1587@usap.gov> <20080811005005.GA22840@usap.gov> <001301c8fb84$ab971800$0301a8c0@hal9000> Message-ID: <20080811090055.GC11609@usap.gov> On Mon, Aug 11, 2008 at 12:34:20AM -0700, Scanning wrote: > Ethan ( et al ); > > Is the INS8073 the one that has a Tiny BASIC built-in or runs out of a ROM ? It has an onboard ROM that takes up a known part of the 64K memory map. The reference design is the CPU, a clock, level shifters for serial in/out, an 8-bit SRAM (at least 1K), and some resistors to set the baud rate. No external ROM required (but you can stick a ROM on it with TinyBASIC code in it and it will autoexecute). > Is it a Tom Pittman type Tiny BASIC ? Thanks. Yes. If you are used to working with Tom Pittman's TinyBASIC, the INS8073 will be a familiar environment (I can't guarantee they are identical, but they are certainly peas-in-a-pod). There were a few articles back in the day in Byte and Dr Dobbs, etc., about the chip and its BASIC. I think they are easy to google for. > Best regards, Steven > > P.S. I've used the Rockwell chip that has FORTH built-in .... I've heard of that, but haven't used it. Same goes with the RCA 1805 w/FORTH onboard. I know lots about the 1802, but not the ones with FORTH. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 11-Aug-2008 at 08:50 Z South Pole Station PSC 468 Box 400 Temp -68.4 F (-55.8 C) Windchill -111.4 F (-79.7 C) APO AP 96598 Wind 17.0 kts Grid 23 Barometer 671.5 mb (10950 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From schwepes at moog.netaxs.com Mon Aug 11 05:09:07 2008 From: schwepes at moog.netaxs.com (schwepes at moog.netaxs.com) Date: Mon, 11 Aug 2008 06:09:07 -0400 (EDT) Subject: Forgotten PC History In-Reply-To: <489FEA58.8030203@dunnington.plus.com> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <489FEA58.8030203@dunnington.plus.com> Message-ID: And then the 1974 8080 seems to be even more different. It doesn't even look like the same design philosophies on any of the chips. bs On Mon, 11 Aug 2008, Pete Turnbull wrote: > On 11/08/2008 07:37, schwepes at moog.netaxs.com wrote: > > > The 8008 was only introduced a year after the 4004 which was > > introduced in 1971. I can't find a pin out for either of them > > but I suspect that they might be pin compatable so that the > > upper four bits would be simply not used if the 8008 was put > > in a system designed for a 4004. > > Not even close, I'm afraid. The 4004 is a 16-pin device with Vdd (-10V) > and Vss (+5V) on the centre pins of the two sides, the 4 data bits on > pins 1-4, and the two clock phases and SYNC on pins 6-8. The 8008 is an > 18-pin device with Vcc (+5V) and Vss (-9V) on diagonally opposite > corners (pins 1 and 10), D0-D7 on pins 2-9, and the clock phases and > SYNC on the other side (pins 14-16): > > 4004 8008 > __ __ __ __ > D0 | U | CMRAM0 (-9V) Vss | U | INT > D1 | | CMRAM1 D0 | | READY > D2 | | CMRAM2 D1 | | phi1 > D3 | | CMRAM3 D2 | | phi2 > (+5V) Vss | | Vdd (-10V) D3 | | SYNC > phi1 | | CMROM D4 | | S0 > phi2 | | TEST D5 | | S1 > SYNC |_____| RESET D6 | | S2 > D7 |_____| Vcc (+5V) > > > -- > Pete Peter Turnbull > Network Manager > University of York > From pete at dunnington.plus.com Mon Aug 11 07:36:45 2008 From: pete at dunnington.plus.com (Pete Turnbull) Date: Mon, 11 Aug 2008 13:36:45 +0100 Subject: 4004/8008 (was Re: Forgotten PC History) In-Reply-To: <20080811085639.GB11609@usap.gov> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <489FEA58.8030203@dunnington.plus.com> <20080811085639.GB11609@usap.gov> Message-ID: <48A0325D.5060507@dunnington.plus.com> On 11/08/2008 09:56, Ethan Dicks wrote: > On Mon, Aug 11, 2008 at 08:29:28AM +0100, Pete Turnbull wrote: >> 4004 8008 >> __ __ __ __ >> D0 | U | CMRAM0 (-9V) Vss | U | INT >> D1 | | CMRAM1 D0 | | READY >> D2 | | CMRAM2 D1 | | phi1 >> D3 | | CMRAM3 D2 | | phi2 >> (+5V) Vss | | Vdd (-10V) D3 | | SYNC >> phi1 | | CMROM D4 | | S0 >> phi2 | | TEST D5 | | S1 >> SYNC |_____| RESET D6 | | S2 >> D7 |_____| Vcc (+5V) >> > I don't happen to have the 4004 datasheet handy (and can't get to it > for a number of hours), but the -10V Vdd requirement makes me wonder > if it's possible/feasible to use a pair of ganged ICL7660s (still made > by Dallas/Maxim) to generate it. It takes about 30mA to run a 4004. > I don't see a GND pin on the 4004, so I'm at a loss to estimate > what it would require for Vdd. Anyone know or can check easily? Some data sheets list Vdd = -15V and Vss = 0V, so the -10/+5 is just a convenience. Logic levels are relative to Vss. > Also, does anyone know about any sort of 4004 emulator or simulator? > I wouldn't mind trying my hand at some code *before* trying to build > out the hardware. The whole manual is available at http://www.intel.com/museum/archives/4004ip.htm I came across this while looking for something else: http://tams-www.informatik.uni-hamburg.de/applets/hades/webdemos/80-mcs4/intro/mcs4.html Never tried it, but it might be a place to start. -- Pete Peter Turnbull Network Manager University of York From jbmcb1 at gmail.com Mon Aug 11 08:47:58 2008 From: jbmcb1 at gmail.com (Jason McBrien) Date: Mon, 11 Aug 2008 09:47:58 -0400 Subject: HERO1 For sale... In-Reply-To: <20080811090055.GC11609@usap.gov> References: <20080810225025.GA1587@usap.gov> <20080811005005.GA22840@usap.gov> <001301c8fb84$ab971800$0301a8c0@hal9000> <20080811090055.GC11609@usap.gov> Message-ID: <5f7d1b0e0808110647n584bbb10gd4887c9581f936fd@mail.gmail.com> Here's a guy who specializes in collecting Heros: http://www.robotswanted.com/ He also trades in vintage robotics and has quite a collection. I've been trolling for a Hero 1 for quite a while, and I've never seen one on eBay for less than $500, in any condition. From stephane.tsacas at gmail.com Mon Aug 11 09:05:59 2008 From: stephane.tsacas at gmail.com (Stephane Tsacas) Date: Mon, 11 Aug 2008 16:05:59 +0200 Subject: Computer collectors are no longer the dweebiest people in the In-Reply-To: References: Message-ID: 2008/8/7 Sellam Ismail > Tony blathered: > > > I don't collect in the hope that I'll be able to sell them later for > > more money. > > No, Tony, I believe you are entirely unique in this regard as everyone > else subscribed here is just in it for the money. > Well, even if I wish, I won't be able to make money out of any vintage computer, because I'm in France, and there is not much to collect here, or it's very expensive. And given the ratio USD/Euro, I'm on the wrong side. Now, if someone has a small 11/23 (or 03) for sale, make me an offer ;-) (I'll glady accept a vax11/750 if you're in Paris or nearby) St?phane From dkelvey at hotmail.com Mon Aug 11 09:08:43 2008 From: dkelvey at hotmail.com (dwight elvey) Date: Mon, 11 Aug 2008 07:08:43 -0700 Subject: 4004/8008 (was Re: Forgotten PC History) In-Reply-To: <20080811085639.GB11609@usap.gov> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <489FEA58.8030203@dunnington.plus.com> <20080811085639.GB11609@usap.gov> Message-ID: > From: ethan.dicks at usap.gov >> > Hmm... I happen to have a couple of 4004 chips (one pulled from a > non-UPC barcode scanner, the other from a commercial kitchen scale), > and I've long fantasized about building some showcase 4004 circuit, > probably a digital clock. > > I don't happen to have the 4004 datasheet handy (and can't get to it > for a number of hours), but the -10V Vdd requirement makes me wonder > if it's possible/feasible to use a pair of ganged ICL7660s (still made > by Dallas/Maxim) to generate it. This chip came up recently as a > possibility for generating -5V Vdd for 4116 DRAMs (and I think the > concensus was that it would probably be adequate for up to 16 chips), > so I do recall that it can only source a few mA (each 4116 needs a > few dozen uA)... > > I don't see a GND pin on the 4004, so I'm at a loss to estimate > what it would require for Vdd. Anyone know or can check easily? > > Also, does anyone know about any sort of 4004 emulator or simulator? > I wouldn't mind trying my hand at some code *before* trying to build > out the hardware. > > -ethan > > Hi Ethan The chip is P-mos and it doesn't directly connect to ttl. The down is very week and only pulls up with any strength. There were a couple chip interfaces ( 4008 and 4009 ) that created TTL level signals to run standard RAM/ROM. The only issue here is that one lost the instruction stream so that one couldn' t take advantage of any RAM ot ROM specific commands. The later came out with a single chip version of the interface( I think it was 4269 ). These come up on ebay every now and then. The manual on Al's site shows a circuit to convert the Pmos levels to a TTL eprom ( used on the SIM4-1 ). The circuit does use 4002-1 and 4002-2 RAMs. The 4001/4002 had built in I/O. They would watch the instuction steam and execute an I/O operation when the 4004 executed the fetched instruction. It is easier to modify a -12V supply to power the -10v than to make a converter. Many floppy disk supplies are fine for this. Dwight _________________________________________________________________ Your PC, mobile phone, and online services work together like never before. http://clk.atdmt.com/MRT/go/108587394/direct/01/ From Paul_Koning at Dell.com Mon Aug 11 09:23:55 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Mon, 11 Aug 2008 10:23:55 -0400 Subject: 4004/8008 (was Re: Forgotten PC History) References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <489FEA58.8030203@dunnington.plus.com> <20080811085639.GB11609@usap.gov> Message-ID: <18592.19323.670285.383421@gargle.gargle.HOWL> >>>>> "Ethan" == Ethan Dicks writes: Ethan> Hmm... I happen to have a couple of 4004 chips (one pulled Ethan> from a non-UPC barcode scanner, the other from a commercial Ethan> kitchen scale), and I've long fantasized about building some Ethan> showcase 4004 circuit, probably a digital clock. Or you could do like a classmate of mine did in 1973-1974 and build a PC. Not easy, though; I remember a large wire-wrap board with over 100 chips on it. paul From ray at arachelian.com Mon Aug 11 10:29:59 2008 From: ray at arachelian.com (Ray Arachelian) Date: Mon, 11 Aug 2008 11:29:59 -0400 Subject: COBOL quote in the news In-Reply-To: <489BA401.3000306@ptdprolog.net> References: <489ABA22.8563.F6561BF@cclist.sydex.com> <489B3CB5.7070806@brouhaha.com> <489BA401.3000306@ptdprolog.net> Message-ID: <48A05AF7.2020508@arachelian.com> madodel wrote: > > Just prior to y2k they were paying large bonuses to get C programmers > to learn COBOL so the 100s of millions of lines of code could be > checked and patched. Large companies were desperate. I'm sure a lot > of these folks were canned after 2000 when all the Y2K nonsense > finally ended but I'm sure they aren't all retired. Sounds like what they really needed were rewrites, or perhaps (automated) language translators; say from Cobol to Java. (I say Java because the mindset of most corps out there is to hire the junior guys since they see programmers as cogs and would want a cheap source of labor, and since Java seems to be the Visual Basic of today, not so much in language complexity but rather in terms of the pool of available kids fresh out of college - as sad as that concept is... sigh...) Of course there'd be a lot of manual labor involved in bringing things up to standards as computer translated code is usually fuglier than the original. From aek at bitsavers.org Mon Aug 11 10:30:22 2008 From: aek at bitsavers.org (Al Kossow) Date: Mon, 11 Aug 2008 08:30:22 -0700 Subject: Terak 8510 system on eBay Message-ID: <48A05B0E.9080403@bitsavers.org> > It's listed for $199 plus shipping for the main unit It's being watched. Thanks to sniping, and eBay hiding of the bidder name, there is no incentive to 'tag' anything with a bid any more. From cclist at sydex.com Mon Aug 11 11:01:23 2008 From: cclist at sydex.com (Chuck Guzis) Date: Mon, 11 Aug 2008 09:01:23 -0700 Subject: COBOL quote in the news In-Reply-To: <48A05AF7.2020508@arachelian.com> References: <489ABA22.8563.F6561BF@cclist.sydex.com>, <489BA401.3000306@ptdprolog.net>, <48A05AF7.2020508@arachelian.com> Message-ID: <489FFFE3.8480.170F4B@cclist.sydex.com> On 11 Aug 2008 at 11:29, Ray Arachelian wrote: > Of course there'd be a lot of manual labor involved in bringing things > up to standards as computer translated code is usually fuglier than the > original. In particular, COBOL translated to Java would be very very fugly indeed--the languages are miles apart in terms of language-specific features (e.g. Does Java have subroutines that can be both open (i.e. fall through) and closed (i.e. as the object of a PERFORM--or worse, as part of a PERFORM...THRU)?). You'd have an easier time translating RPG to Java. I shudder to think of what trying to work on the result would look like--or even guaranteeing that it's computationaly equivalent. How about automated translation of GPSS/360 to SNOBOL? Or PL/I to Prolog? Has anyone had good results with automated translation of any programming language to any very different one? To me, the results of automated translation mostly look like Babelfish output and require one to spend as much time cleaning up the output as they would have spent rewriting it from scratch. Both require a detailed understanding of what the code does. Cheers, Chuck From jfoust at threedee.com Mon Aug 11 11:07:00 2008 From: jfoust at threedee.com (John Foust) Date: Mon, 11 Aug 2008 11:07:00 -0500 Subject: Terak 8510 system on eBay (# 300248208909) In-Reply-To: <489FE002.3040705@crash.com> References: <489FCEE7.5080908@crash.com> <51ea77730808102333s71d1a6a6mf878daa87ff6dfe9@mail.gmail.com> <489FE002.3040705@crash.com> Message-ID: <6.2.3.4.2.20080811110331.06ef9b80@mail.threedee.com> At 01:45 AM 8/11/2008, Steven M Jones wrote: >Jason T wrote: >>Is that system complete? I thought it was just the drive, kybd and >>monitor, no CPU. Of course, I've never actually seen a Terak... > >Based on what I see on the web, that's a complete hardware system. And if any of the floppies are bootable, you're in business. Well, the listing does not claim that it is working. It could be empty on the inside as far you can tell from the outside, or it might power-up the first time you try. Of the half-dozen I have in the office basement - erhmmm - computer museum, none power-up any longer. I've resisted the urge to board-swap, waiting for the moment when Tony clones himself to properly debug and repair all antique computers across the globe. - John From legalize at xmission.com Mon Aug 11 11:22:31 2008 From: legalize at xmission.com (Richard) Date: Mon, 11 Aug 2008 10:22:31 -0600 Subject: Terak 8510 system on eBay (# 300248208909) In-Reply-To: Your message of Sun, 10 Aug 2008 22:32:23 -0700. <489FCEE7.5080908@crash.com> Message-ID: If anyone here is planning on sniping/bidding on this, please email me. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From legalize at xmission.com Mon Aug 11 11:23:58 2008 From: legalize at xmission.com (Richard) Date: Mon, 11 Aug 2008 10:23:58 -0600 Subject: 4004/8008 (was Re: Forgotten PC History) In-Reply-To: Your message of Mon, 11 Aug 2008 08:56:39 -0000. <20080811085639.GB11609@usap.gov> Message-ID: In article <20080811085639.GB11609 at usap.gov>, Ethan Dicks writes: > Hmm... I happen to have a couple of 4004 chips (one pulled from a > non-UPC barcode scanner, the other from a commercial kitchen scale), > and I've long fantasized about building some showcase 4004 circuit, > probably a digital clock. Wouldn't a terminal or calculator be the canonical circuit for which the 4004 was designed? -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From emu at e-bbes.com Mon Aug 11 11:53:31 2008 From: emu at e-bbes.com (e.stiebler) Date: Mon, 11 Aug 2008 10:53:31 -0600 Subject: pdp 11/70 in colorado Message-ID: <48A06E8B.6090106@e-bbes.com> Hi all, few month ago sombody on this list asked for a 11/70 in colorado. still interested ? Cheers From gerhard.kreuzer at liftoff.at Mon Aug 11 12:10:17 2008 From: gerhard.kreuzer at liftoff.at (DI Gerhard Kreuzer) Date: Mon, 11 Aug 2008 19:10:17 +0200 Subject: pdp 11/70 in colorado Message-ID: <20080811191017.xnl5fwba1sg4kwkk@webmail.izone.at> Hi, yes, are you able to ship it, I pay shipment, and packaging, no question. Cheers Gerhard From dbetz at xlisper.com Mon Aug 11 12:18:11 2008 From: dbetz at xlisper.com (David Betz) Date: Mon, 11 Aug 2008 13:18:11 -0400 Subject: Panasonic HHC EPROMs? Message-ID: <6D57B5B5-F74E-43C6-B9FE-1E20C3DFC652@xlisper.com> I have 8 EPROMS in carriers, some MCM68764C and some MCM68766C. I believe they go with the Panasonic HHC but I'm not sure. In any case, I don't have an HHC anymore so I don't need them. Anyone interested? Send me your mailing address off-list and I'll send them to you. From eric at brouhaha.com Mon Aug 11 13:37:22 2008 From: eric at brouhaha.com (Eric Smith) Date: Mon, 11 Aug 2008 11:37:22 -0700 Subject: Forgotten PC History In-Reply-To: References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> Message-ID: <48A086E2.2020605@brouhaha.com> schwepes at moog.netaxs.com wrote: > The 8008 was only introduced a year after the 4004 which was > introduced in 1971. I can't find a pin out for either of them > but I suspect that they might be pin compatable so that the > upper four bits would be simply not used if the 8008 was put > in a system designed for a 4004. Not even close. The bus works significantly differently. From eric at brouhaha.com Mon Aug 11 13:41:05 2008 From: eric at brouhaha.com (Eric Smith) Date: Mon, 11 Aug 2008 11:41:05 -0700 Subject: INS8073 (was Re: HERO1 For sale...) In-Reply-To: <001301c8fb84$ab971800$0301a8c0@hal9000> References: <20080810225025.GA1587@usap.gov> <20080811005005.GA22840@usap.gov> <001301c8fb84$ab971800$0301a8c0@hal9000> Message-ID: <48A087C1.8030903@brouhaha.com> Scanning wrote: > Is the INS8073 the one that has a Tiny BASIC built-in or runs out of a ROM ? Yes. > Is it a Tom Pittman type Tiny BASIC ? Thanks. How does one tell? It's in 2.5KB of ROM, so it's definitely a tinier BASIC than in the competing Intel 8051AH-BASIC and Zilog Z8671, both of which had 4KB of ROM. National called it "NIBL BASIC", although it is unclear how closely related the 8073 version is to their NIBL BASIC for the SC/MP, SC/MP II, or 8080. From eric at brouhaha.com Mon Aug 11 14:03:24 2008 From: eric at brouhaha.com (Eric Smith) Date: Mon, 11 Aug 2008 12:03:24 -0700 Subject: COBOL quote in the news In-Reply-To: <48A05AF7.2020508@arachelian.com> References: <489ABA22.8563.F6561BF@cclist.sydex.com> <489B3CB5.7070806@brouhaha.com> <489BA401.3000306@ptdprolog.net> <48A05AF7.2020508@arachelian.com> Message-ID: <48A08CFC.5080303@brouhaha.com> Ray Arachelian wrote: > Sounds like what they really needed were rewrites, Contrary to anything you may have seen in the press, it is FAR less expensive to simply hire experienced COBOL programmers to maintain it than to rewrite it. There are plenty of COBOL programmers out there; they definitely have NOT all retired. But you're going to have to pay good salaries, which is what the state is trying to avoid. > or perhaps (automated) language translators; say from Cobol to Java. If you do an automated translation, the result will just be COBOL that's written in Java. You won't be able to find *anyone* that's good at maintaining that mess. Eric From eric at brouhaha.com Mon Aug 11 14:08:27 2008 From: eric at brouhaha.com (Eric Smith) Date: Mon, 11 Aug 2008 12:08:27 -0700 Subject: 4004/8008 (was Re: Forgotten PC History) In-Reply-To: References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <489FEA58.8030203@dunnington.plus.com> <20080811085639.GB11609@usap.gov> Message-ID: <48A08E2B.8000602@brouhaha.com> dwight elvey wrote: > There were a couple chip interfaces ( 4008 and 4009 ) [...] > The later came out with a single chip version of the > interface( I think it was 4269 ). 4289 The 4269 was a keyboard/display interface, conceptually similar to the 8279. From korpela at ssl.berkeley.edu Mon Aug 11 14:32:55 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Mon, 11 Aug 2008 12:32:55 -0700 Subject: Upgrading early BIOS In-Reply-To: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net> References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net> Message-ID: BIOS for early 486 machines usually included two user defined disk types, often the highest numbered types (maybe 47 and 48). These allowed you to enter the number of cylinders heads and sectors. You might not to be able to enter the actual geometry for your drive. You'll probably be limited to 16 heads, 63 sectors and 1024 cylinders (504MiB). Whatever OS you install may be able to read the full disk capacity from the drive and use it all (ignoring the BIOS settings), but all files needed for booting will need to be below the 504 MiB boundary. Eric On Sun, Aug 10, 2008 at 2:11 PM, wrote: > One of my machines is an old Packard-Bell Legend 610 machine, to which I am > trying to fit a second hard drive. > > The machine will not recognize any modern (or semi-modern) hard drive I have > attempted to fit. I have tried various master/slave combinations, to no avail. > > My guess is that this is due to the BIOS being of am early type. The BIOS > chip is a socketed DIP package and the lettering on it is too faded to read. > The screen boot-up display is this: > > PhoenixBIOS(TM) A486 Version 1.01 > PB400 OPTI 486WB > Reference ID 08 > > Is this a reasonable guess? > > If so, what might be done by way of a BIOS upgrade? > > Thanks, > > Kurt > > From mcguire at neurotica.com Mon Aug 11 14:41:27 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Mon, 11 Aug 2008 15:41:27 -0400 Subject: INS8073 (was Re: HERO1 For sale...) In-Reply-To: <48A087C1.8030903@brouhaha.com> References: <20080810225025.GA1587@usap.gov> <20080811005005.GA22840@usap.gov> <001301c8fb84$ab971800$0301a8c0@hal9000> <48A087C1.8030903@brouhaha.com> Message-ID: <48A095E7.1020308@neurotica.com> Eric Smith wrote: > It's in 2.5KB of ROM, so it's definitely a tinier BASIC than in the > competing Intel 8051AH-BASIC and Zilog Z8671, both of which had 4KB of ROM. Was there in fact an 8051AH-BASIC? I've worked extensively with 8052AH-BASIC, and have never heard of an 8051 version. The 8052 has 8KB of ROM, compared to the 8051's 4KB. The BASIC interpreter filled...and I mean FILLED...that 8KB. It's extraordinarily dense code. The Z8671's BASIC, on the other hand, fits in the first 2KB of ROM on that chip. -Dave -- Dave McGuire CocoNet Corp. From ethan.dicks at usap.gov Mon Aug 11 14:43:57 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Mon, 11 Aug 2008 19:43:57 +0000 Subject: 4004/8008 (was Re: Forgotten PC History) In-Reply-To: <48A0325D.5060507@dunnington.plus.com> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <489FEA58.8030203@dunnington.plus.com> <20080811085639.GB11609@usap.gov> <48A0325D.5060507@dunnington.plus.com> Message-ID: <20080811194357.GA29445@usap.gov> On Mon, Aug 11, 2008 at 01:36:45PM +0100, Pete Turnbull wrote: > On 11/08/2008 09:56, Ethan Dicks wrote: > >I don't happen to have the 4004 datasheet handy (and can't get to it > >for a number of hours), but the -10V Vdd requirement makes me wonder > >if it's possible/feasible to use a pair of ganged ICL7660s (still made > >by Dallas/Maxim) to generate it. > > It takes about 30mA to run a 4004. OK. That might be a bit much for a pair of ICL7660s. If not, it's right on the edge. > >I don't see a GND pin on the 4004, so I'm at a loss to estimate > >what it would require for Vdd. Anyone know or can check easily? > > Some data sheets list Vdd = -15V and Vss = 0V, so the -10/+5 is just a > convenience. Logic levels are relative to Vss. Ah. OK. I've worked with DEC R-series logic (+10V/-15V power, +3V/GND signals), so I didn't assume anything about the logic levels. > >Also, does anyone know about any sort of 4004 emulator or simulator? > >I wouldn't mind trying my hand at some code *before* trying to build > >out the hardware. > > The whole manual is available at > http://www.intel.com/museum/archives/4004ip.htm Nice. Thanks. I'll grab that when the sats rise. > I came across this while looking for something else: > http://tams-www.informatik.uni-hamburg.de/applets/hades/webdemos/80-mcs4/intro/mcs4.html > > Never tried it, but it might be a place to start. Yes... I'll check that out, too. Thanks, -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 11-Aug-2008 at 19:40 Z South Pole Station PSC 468 Box 400 Temp -78.7 F (-61.5 C) Windchill -123.7 F (-86.5 C) APO AP 96598 Wind 15.9 kts Grid 13 Barometer 671.6 mb (10947 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From cclist at sydex.com Mon Aug 11 14:59:05 2008 From: cclist at sydex.com (Chuck Guzis) Date: Mon, 11 Aug 2008 12:59:05 -0700 Subject: Upgrading early BIOS In-Reply-To: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net> References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net> Message-ID: <48A03799.1946.F0ADD4@cclist.sydex.com> On 10 Aug 2008 at 14:11, Hollandia at ccountry.net wrote: > One of my machines is an old Packard-Bell Legend 610 machine, to which I am > trying to fit a second hard drive. > > The machine will not recognize any modern (or semi-modern) hard drive I have > attempted to fit. I have tried various master/slave combinations, to no avail. > > My guess is that this is due to the BIOS being of am early type. The BIOS > chip is a socketed DIP package and the lettering on it is too faded to read. > The screen boot-up display is this: Given that this is a 486, I don't think that the BIOS is your problem. I've used OPTI chipset 486s with two drives with no problem. What kind of IDE cable are you using to hook up the second drive? If it's an 80-conductor (UDMA) cable, then it's likely that the old IDE controller can't see the drive. You need the 40-conductor cable. You may also have to jumper the drive to restrict it to 8GB or less (some drives can do this). FWIW, Chuck From ethan.dicks at usap.gov Mon Aug 11 14:51:24 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Mon, 11 Aug 2008 19:51:24 +0000 Subject: 4004/8008 (was Re: Forgotten PC History) In-Reply-To: References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <489FEA58.8030203@dunnington.plus.com> <20080811085639.GB11609@usap.gov> Message-ID: <20080811195124.GB29445@usap.gov> On Mon, Aug 11, 2008 at 07:08:43AM -0700, dwight elvey wrote: > > > From: ethan.dicks at usap.gov > >> > > Hmm... I happen to have a couple of 4004 chips (one pulled from a > > non-UPC barcode scanner, the other from a commercial kitchen scale), > > and I've long fantasized about building some showcase 4004 circuit, > > probably a digital clock. > > > > Hi Ethan > The chip is P-mos and it doesn't directly connect to ttl. I do remember that it is P-MOS, but that's a bit out of my experience - I got my start in the CMOS and TTL days of the late 1970s. What little I know about older circuit types (RTL, DTL, etc.) is from playing with DEC equipment. I am not surprised to hear that it won't connect directly to TTL, but I was thinking a 4007 or 4050 might do the trick. > The down is very week and only pulls up with any > strength. OK. > There were a couple chip interfaces ( 4008 and 4009 ) > that created TTL level signals to run standard RAM/ROM. > The only issue here is that one lost the instruction stream > so that one couldn' t take advantage of any RAM ot ROM > specific commands. > The later came out with a single chip version of the > interface( I think it was 4269 ). > These come up on ebay every now and then. OK. I don't know if I have _those_ exact chips, but I do have some support chips along with the processors. > The manual on Al's site shows a circuit to convert the Pmos > levels to a TTL eprom ( used on the SIM4-1 ). The circuit does > use 4002-1 and 4002-2 RAMs. Those I have, at least one or two of. The EPROM interface sounds quite useful - that was really my worry since it's not possible to order genine MCS4-family ROMs anymore. > The 4001/4002 had built in I/O. They would watch the instuction > steam and execute an I/O operation when the 4004 executed > the fetched instruction. Right... I remember something about built-in I/O ports, but not the details. > It is easier to modify a -12V supply to power the -10v than > to make a converter. Many floppy disk supplies are fine for > this. Sure. I was just hoping to be able to dedicate a square inch or two of the design and have a single-supply board. I also have some +5V/-12V potted chargepump blocks at home, a remnant of a particular COMBOARD design for a DEC chassis that lacked -12V or -15V to run the EIA level shifters. Those might be able to put out more than a few mA at -12V. Thanks for the more detailed info, -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 11-Aug-2008 at 19:40 Z South Pole Station PSC 468 Box 400 Temp -78.7 F (-61.5 C) Windchill -123.7 F (-86.5 C) APO AP 96598 Wind 15.9 kts Grid 13 Barometer 671.6 mb (10947 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From ethan.dicks at usap.gov Mon Aug 11 14:52:08 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Mon, 11 Aug 2008 19:52:08 +0000 Subject: 4004/8008 (was Re: Forgotten PC History) In-Reply-To: <18592.19323.670285.383421@gargle.gargle.HOWL> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <489FEA58.8030203@dunnington.plus.com> <20080811085639.GB11609@usap.gov> <18592.19323.670285.383421@gargle.gargle.HOWL> Message-ID: <20080811195208.GC29445@usap.gov> On Mon, Aug 11, 2008 at 10:23:55AM -0400, Paul Koning wrote: > >>>>> "Ethan" == Ethan Dicks writes: > > Ethan> Hmm... I happen to have a couple of 4004 chips (one pulled > Ethan> from a non-UPC barcode scanner, the other from a commercial > Ethan> kitchen scale), and I've long fantasized about building some > Ethan> showcase 4004 circuit, probably a digital clock. > > Or you could do like a classmate of mine did in 1973-1974 and build a > PC. Not easy, though; I remember a large wire-wrap board with over > 100 chips on it. I think that's much too ambitious for me. If I can't make a simple digital clock, I doubt I could make a full-on computer. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 11-Aug-2008 at 19:50 Z South Pole Station PSC 468 Box 400 Temp -78.9 F (-61.6 C) Windchill -124.1 F (-86.7 C) APO AP 96598 Wind 16.1 kts Grid 11 Barometer 671.6 mb (10947 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From ethan.dicks at usap.gov Mon Aug 11 14:54:05 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Mon, 11 Aug 2008 19:54:05 +0000 Subject: 4004/8008 (was Re: Forgotten PC History) In-Reply-To: References: <20080811085639.GB11609@usap.gov> Message-ID: <20080811195405.GD29445@usap.gov> On Mon, Aug 11, 2008 at 10:23:58AM -0600, Richard wrote: > > In article <20080811085639.GB11609 at usap.gov>, > Ethan Dicks writes: > > > Hmm... I happen to have a couple of 4004 chips (one pulled from a > > non-UPC barcode scanner, the other from a commercial kitchen scale), > > and I've long fantasized about building some showcase 4004 circuit, > > probably a digital clock. > > Wouldn't a terminal or calculator be the canonical circuit for which > the 4004 was designed? Probably, but I was thinking small to begin with. A 4004-based terminal would be neat, but far from simple, especially if it was meant to be anything more than a glass TTY. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 11-Aug-2008 at 19:50 Z South Pole Station PSC 468 Box 400 Temp -78.9 F (-61.6 C) Windchill -124.1 F (-86.7 C) APO AP 96598 Wind 16.1 kts Grid 11 Barometer 671.6 mb (10947 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From ard at p850ug1.demon.co.uk Mon Aug 11 15:13:08 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Mon, 11 Aug 2008 21:13:08 +0100 (BST) Subject: Terak 8510 system on eBay (# 300248208909) In-Reply-To: <6.2.3.4.2.20080811110331.06ef9b80@mail.threedee.com> from "John Foust" at Aug 11, 8 11:07:00 am Message-ID: > Of the half-dozen I have in the office basement - erhmmm - computer museum, > none power-up any longer. I've resisted the urge to board-swap, waiting I assume you have at least tried re-seating the boards (a suprisingly common cause of problems in my experiece) and checked all the PSU rails. I've never seen a Terak, BTW. I'd like to, but it appears they don't exist in the UK... > for the moment when Tony clones himself to properly debug and repair > all antique computers across the globe. Hmmm.. Years ago I wished my brain had an RS232 port... These days, I guess I'd want SCSI, or USB, or something. If I could back up all my classic computer related thoughts/(human) memories, I would. And I'd release them... -tony From ethan.dicks at usap.gov Mon Aug 11 15:29:49 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Mon, 11 Aug 2008 20:29:49 +0000 Subject: Terak 8510 system on eBay (# 300248208909) In-Reply-To: References: <6.2.3.4.2.20080811110331.06ef9b80@mail.threedee.com> Message-ID: <20080811202949.GA4231@usap.gov> On Mon, Aug 11, 2008 at 09:13:08PM +0100, Tony Duell wrote: > > Of the half-dozen I have in the office basement - erhmmm - computer museum, > > none power-up any longer. I've resisted the urge to board-swap, waiting > > I assume you have at least tried re-seating the boards (a suprisingly > common cause of problems in my experiece) and checked all the PSU rails. Agreed - when we used to get calls from customers about COMBOARDs, one of the first things we told them to do was to reset the board (most commonly in a BA-11 or BA-23, depending on the model). It fixed a large number of problems (well over 25%) and the customers were very happy to be running again without having to wait for a replacement board to be shipped. Given that in our case it was rarely bad hardware, I have to suspect something to do with tin-plated DEC backplane fingers and gold-plated peripheral card fingers. I've also had good results with pre-OMNIBUS PDP-8 gear by removing all the cards, then cleaning the backplane with a chunk of manila folder, cut to one 36-pin slot width, then dipped in >70% isopropyl alcohol and run up and down each slot (switch to a new section when you start to see grey streaks on the paper). That one trick has taken machines that wouldn't pass the simplest of toggle-in tests to passing most if not all paper-tape tests - no actual bad chips, just dirty backplane connections. Since the Terak in question uses LSI-11 boards, I'm guessing it uses a DEC-compatible QBus backplane. If not, then this technique may or may not be particularly useful. The H-11, in particular, does _not_ use DEC backplane modules, so I wouldn't expect it to have as much of an effect there, for example. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 11-Aug-2008 at 20:20 Z South Pole Station PSC 468 Box 400 Temp -79.8 F (-62.1 C) Windchill -126.0 F (-87.8 C) APO AP 96598 Wind 16.7 kts Grid 12 Barometer 671.7 mb (10943 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From ajp166 at verizon.net Mon Aug 11 15:59:26 2008 From: ajp166 at verizon.net (Allison) Date: Mon, 11 Aug 2008 16:59:26 -0400 Subject: INS8073 (was Re: HERO1 For sale...) In-Reply-To: <48A087C1.8030903@brouhaha.com> References: <20080810225025.GA1587@usap.gov> <20080811005005.GA22840@usap.gov> <001301c8fb84$ab971800$0301a8c0@hal9000> <48A087C1.8030903@brouhaha.com> Message-ID: <48A0A82E.1010209@verizon.net> Eric Smith wrote: > Scanning wrote: >> Is the INS8073 the one that has a Tiny BASIC built-in or runs out of >> a ROM ? > > Yes. > The 8073 is specifically the 8072 with "NIBL BASIC" in the mask rom. The 8072 was a custom part where the customer would develope code and have National massproduce the part for a specific application. >> Is it a Tom Pittman type Tiny BASIC ? Thanks. > > How does one tell? > > It's in 2.5KB of ROM, so it's definitely a tinier BASIC than in the > competing Intel 8051AH-BASIC and Zilog Z8671, both of which had 4KB of > ROM. > > National called it "NIBL BASIC", although it is unclear how closely > related the 8073 version is to their NIBL BASIC for the SC/MP, SC/MP > II, or 8080. > > "NIBL BASIC" as National called it is in the realm of Pitman TB. It has a few variations added like start from rom. I've never seen "NIBL BASIC" ported to 8080, that would be interesting. the 8073 is a SC/MP derived cpu family member so nibble on that is developed code. Allison From cclist at sydex.com Mon Aug 11 16:13:45 2008 From: cclist at sydex.com (Chuck Guzis) Date: Mon, 11 Aug 2008 14:13:45 -0700 Subject: INS8073 (was Re: HERO1 For sale...) In-Reply-To: <48A095E7.1020308@neurotica.com> References: <20080810225025.GA1587@usap.gov>, <48A087C1.8030903@brouhaha.com>, <48A095E7.1020308@neurotica.com> Message-ID: <48A04919.6970.135094A@cclist.sydex.com> Just a related bookmark I had: http://www.techlib.com/Karen/micro.htm#PICL NIBL BASIC implemented via a PIC-based interpreter in 3 chips with 8KB of SRAM. Cheers, Chuck From dbetz at xlisper.com Mon Aug 11 16:59:17 2008 From: dbetz at xlisper.com (David Betz) Date: Mon, 11 Aug 2008 17:59:17 -0400 Subject: Panasonic HHC EPROMs? In-Reply-To: <6D57B5B5-F74E-43C6-B9FE-1E20C3DFC652@xlisper.com> References: <6D57B5B5-F74E-43C6-B9FE-1E20C3DFC652@xlisper.com> Message-ID: <82EE140A-BB19-478E-94B9-44A05DB134BD@xlisper.com> On Aug 11, 2008, at 1:18 PM, David Betz wrote: > I have 8 EPROMS in carriers, some MCM68764C and some MCM68766C. I > believe they go with the Panasonic HHC but I'm not sure. In any > case, I don't have an HHC anymore so I don't need them. Anyone > interested? Send me your mailing address off-list and I'll send them > to you. This item has been claimed. Thanks for your interest! From steven.alan.canning at verizon.net Mon Aug 11 17:09:42 2008 From: steven.alan.canning at verizon.net (Scanning) Date: Mon, 11 Aug 2008 15:09:42 -0700 Subject: MCS-51 Tiny BASIC ( was Re: INS8073 ) References: <20080810225025.GA1587@usap.gov> <20080811005005.GA22840@usap.gov> <001301c8fb84$ab971800$0301a8c0@hal9000> <48A087C1.8030903@brouhaha.com> <48A095E7.1020308@neurotica.com> Message-ID: <000901c8fbfe$f54cdfa0$0301a8c0@hal9000> I've found numerous references to a MCS-51 Tiny BASIC for the 8051. Apparently it is 3 Kbytes so I would definitely put it in the Tom Pittman category for Tiny BASICs. Best regards, Steven ----- Original Message ----- From: "Dave McGuire" To: "General Discussion: On-Topic Posts Only" Sent: Monday, August 11, 2008 12:41 PM Subject: Re: INS8073 (was Re: HERO1 For sale...) > Eric Smith wrote: > > It's in 2.5KB of ROM, so it's definitely a tinier BASIC than in the > > competing Intel 8051AH-BASIC and Zilog Z8671, both of which had 4KB of ROM. > > Was there in fact an 8051AH-BASIC? I've worked extensively with > 8052AH-BASIC, and have never heard of an 8051 version. The 8052 has 8KB > of ROM, compared to the 8051's 4KB. The BASIC interpreter filled...and > I mean FILLED...that 8KB. It's extraordinarily dense code. > > The Z8671's BASIC, on the other hand, fits in the first 2KB of ROM on > that chip. > > -Dave From korpela at ssl.berkeley.edu Mon Aug 11 17:25:09 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Mon, 11 Aug 2008 15:25:09 -0700 Subject: Upgrading early BIOS In-Reply-To: <48A03799.1946.F0ADD4@cclist.sydex.com> References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net> <48A03799.1946.F0ADD4@cclist.sydex.com> Message-ID: Here's a list of various limits of hardware and software for various disk sizes I came across a while back. http://www.allensmith.net/Storage/HDDlimit/Limits.htm#Content Eric On Mon, Aug 11, 2008 at 12:59 PM, Chuck Guzis wrote: > On 10 Aug 2008 at 14:11, Hollandia at ccountry.net wrote: > >> One of my machines is an old Packard-Bell Legend 610 machine, to which I am >> trying to fit a second hard drive. >> >> The machine will not recognize any modern (or semi-modern) hard drive I have >> attempted to fit. I have tried various master/slave combinations, to no avail. >> >> My guess is that this is due to the BIOS being of am early type. The BIOS >> chip is a socketed DIP package and the lettering on it is too faded to read. >> The screen boot-up display is this: > > Given that this is a 486, I don't think that the BIOS is your > problem. I've used OPTI chipset 486s with two drives with no > problem. > > What kind of IDE cable are you using to hook up the second drive? If > it's an 80-conductor (UDMA) cable, then it's likely that the old IDE > controller can't see the drive. You need the 40-conductor cable. > You may also have to jumper the drive to restrict it to 8GB or less > (some drives can do this). > > FWIW, > Chuck > > From cclist at sydex.com Mon Aug 11 17:35:40 2008 From: cclist at sydex.com (Chuck Guzis) Date: Mon, 11 Aug 2008 15:35:40 -0700 Subject: Upgrading early BIOS In-Reply-To: References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net>, <48A03799.1946.F0ADD4@cclist.sydex.com>, Message-ID: <48A05C4C.2181.1800590@cclist.sydex.com> On 11 Aug 2008 at 15:25, Eric J Korpela wrote: > Here's a list of various limits of hardware and software for various > disk sizes I came across a while back. > > http://www.allensmith.net/Storage/HDDlimit/Limits.htm#Content There are also a few DOS utilities out there that will issue an IDENTIFY command and report what comes back, regardless of what the BIOS says. That might, at least, tell the OP if the drive's cabled up right. But this system is a Backward-Hell, right? Not exactly the tops on my list of desirable PCs to use! It's funny--I don't recall anyone on this asking about the collectability of a Barbie PC--must be a "guy" thing. ;<) Cheers, Chuck From chd_1 at nktelco.net Mon Aug 11 17:52:46 2008 From: chd_1 at nktelco.net (Charles H Dickman) Date: Mon, 11 Aug 2008 18:52:46 -0400 Subject: PCB Artwork for DEC card edge fingers Message-ID: <48A0C2BE.7050809@nktelco.net> Does anybody have a PC board cad layout of the DEC card edge connector? I was hoping to find it in PCB (http://pcb.sourceforge.net/index.html) format. I would like to have some boards fabricated that were just fingers and connection pads. I will attach the fingers to some Vector boards and do point-to-point wiring. I have some project ideas for OMNIBUS and QBus, but DEC protoboards are rare and/or expensive. I have little experience with layout work and so far have been frustrated by my attempts. -chuck From mikelee at tdh.com Mon Aug 11 18:07:17 2008 From: mikelee at tdh.com (Michael Lee) Date: Mon, 11 Aug 2008 18:07:17 -0500 Subject: Barbie PC In-Reply-To: <48A05C4C.2181.1800590@cclist.sydex.com> References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net>, <48A03799.1946.F0ADD4@cclist.sydex.com>, <48A05C4C.2181.1800590@cclist.sydex.com> Message-ID: <48A0C625.5020604@tdh.com> Funny you mention the Barbie PC. Back in the day, when the manufacturer went bankrupt, a surplus dealer was selling dozens of these for $30 a piece, no CPU or memory. So, of course, on impulse, I bought half a dozen. They were the worst things you can imagine. The board was Mini-ITXish, no expansion slots, no PS/2, 2x USB, one memory slot, one IDE, and supported only some early model Celeron CPUs. NO Network, might have had a software modem. Since it only had 2x usb, a mouse and keyboard would be it for connections to it. A very basic SVGA, barely good for anything. The whole thing was puzzled together into a small metal case covered in silver spray painted plastic including the CD-ROM front, with a cute flower pattern. Also, they had a tendency to drain the BIOS battery and once dead, it would stay that way for good. Sadly they still sit on a workbench to this day. Haven't gotten myself to get rid of them. And to this day I can't figure out any alternative uses for it or it's parts. Having no method of external peripherals and not having network seriously limited any use of this machine. So are they collectable? :) Mike Chuck Guzis wrote: > > It's funny--I don't recall anyone on this asking about the > collectability of a Barbie PC--must be a "guy" thing. ;<) > > From mikelee at tdh.com Mon Aug 11 18:14:08 2008 From: mikelee at tdh.com (Michael Lee) Date: Mon, 11 Aug 2008 18:14:08 -0500 Subject: Upgrading early BIOS - Drive Overlay In-Reply-To: References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net> Message-ID: <48A0C7C0.3010604@tdh.com> Remember there were also the utilities to fool the PC into using larger sized disks, but I never liked those at all. Most hard drives in that time period came with the Ontrack, EZDrive, Disk Manager, MaxBlast, programs. The Disk Drive Oveylay programs do a software convert of the BIOS settings and actual settings and make it boot/work, usually. These altered the MBR to sit there, and these have their issues and were always a last resort. The drives do NOT swap into other machines well, and any issue, esp with the MBR would pretty much cause a FAIL. Eric J Korpela wrote: > BIOS for early 486 machines usually included two user defined disk > types, often the highest numbered types (maybe 47 and 48). These > allowed you to enter the number of cylinders heads and sectors. You > might not to be able to enter the actual geometry for your drive. > You'll probably be limited to 16 heads, 63 sectors and 1024 cylinders > (504MiB). > > Whatever OS you install may be able to read the full disk capacity > from the drive and use it all (ignoring the BIOS settings), but all > files needed for booting will need to be below the 504 MiB boundary. > > Eric > > > > On Sun, Aug 10, 2008 at 2:11 PM, wrote: > >> One of my machines is an old Packard-Bell Legend 610 machine, to which I am >> trying to fit a second hard drive. >> >> The machine will not recognize any modern (or semi-modern) hard drive I have >> attempted to fit. I have tried various master/slave combinations, to no avail. >> >> My guess is that this is due to the BIOS being of am early type. The BIOS >> chip is a socketed DIP package and the lettering on it is too faded to read. >> The screen boot-up display is this: >> >> PhoenixBIOS(TM) A486 Version 1.01 >> PB400 OPTI 486WB >> Reference ID 08 >> >> Is this a reasonable guess? >> >> If so, what might be done by way of a BIOS upgrade? >> >> Thanks, >> >> Kurt >> >> >> From cclist at sydex.com Mon Aug 11 18:35:59 2008 From: cclist at sydex.com (Chuck Guzis) Date: Mon, 11 Aug 2008 16:35:59 -0700 Subject: Barbie PC In-Reply-To: <48A0C625.5020604@tdh.com> References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net>, <48A05C4C.2181.1800590@cclist.sydex.com>, <48A0C625.5020604@tdh.com> Message-ID: <48A06A6F.30653.1B73EEC@cclist.sydex.com> On 11 Aug 2008 at 18:07, Michael Lee wrote: > So are they collectable? :) As what? ;) If they had a serial port, they might make a terminal, rather than *be* terminal. Or you could load one up with a PDP-8 emulator... So, did you pick up some "Hello Kitty" stickers to customize the box a bit more? Sometimes, you can find some real gems in toys--such as the TI "Speak- n-Spell" and some kids' digicams (particuarly if you can get them on closeout). Other times, well, it's just junk... I wonder what the "Ken" PC looked like... Cheers, Chuck From wdonzelli at gmail.com Mon Aug 11 18:44:52 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Mon, 11 Aug 2008 19:44:52 -0400 Subject: Barbie PC In-Reply-To: <48A06A6F.30653.1B73EEC@cclist.sydex.com> References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net> <48A05C4C.2181.1800590@cclist.sydex.com> <48A0C625.5020604@tdh.com> <48A06A6F.30653.1B73EEC@cclist.sydex.com> Message-ID: > So, did you pick up some "Hello Kitty" stickers to customize the box > a bit more? Old timers on this list will remember when Seagraves (I think) dug up the Hello Kitty laptop. THAT KICKED ASS. -- Will From cclist at sydex.com Mon Aug 11 18:45:01 2008 From: cclist at sydex.com (Chuck Guzis) Date: Mon, 11 Aug 2008 16:45:01 -0700 Subject: Upgrading early BIOS - Drive Overlay In-Reply-To: <48A0C7C0.3010604@tdh.com> References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net>, , <48A0C7C0.3010604@tdh.com> Message-ID: <48A06C8D.7314.1BF855C@cclist.sydex.com> On 11 Aug 2008 at 18:14, Michael Lee wrote: > Remember there were also the utilities to fool the PC into using larger > sized disks, but I never liked those at all. Most hard drives in that > time period came with the Ontrack, EZDrive, Disk Manager, MaxBlast, > programs. The Disk Drive Oveylay programs do a software convert of the > BIOS settings and actual settings and make it boot/work, usually. These > altered the MBR to sit there, and these have their issues and were > always a last resort. The drives do NOT swap into other machines well, > and any issue, esp with the MBR would pretty much cause a FAIL. The "disk managers" usually just install their own memory-resident drivers from the first track of the hard drive, then conceal that first track from view. The shortcoming was that (a) it cost some RAM and (b) if you used an OS that was unaware of the drive overlay, things could get pretty screwed up. ISTR that there was also a BIOS extension ROM card that plugged into an ISA slot to provide the necessary functionality. Most of those disk manager programs were distributed with hard disks and so are keyed to the manufacturer's branding returned by an IDENTIFY command. Somewhere around here, I think I've got a real retail copy of a generic Ontrack Disk Manager. Cheers, Chuck From tpeters at mixcom.com Mon Aug 11 19:11:10 2008 From: tpeters at mixcom.com (Tom Peters) Date: Mon, 11 Aug 2008 19:11:10 -0500 Subject: Upgrading early BIOS - Drive Overlay In-Reply-To: <48A06C8D.7314.1BF855C@cclist.sydex.com> References: <48A0C7C0.3010604@tdh.com> <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net> <48A0C7C0.3010604@tdh.com> Message-ID: <5.1.0.14.2.20080811185750.0c8c0ec8@localhost> At 04:45 PM 8/11/2008 -0700, you wrote: >On 11 Aug 2008 at 18:14, Michael Lee wrote: > > > Remember there were also the utilities to fool the PC into using larger > > sized disks, but I never liked those at all. Most hard drives in that > > time period came with the Ontrack, EZDrive, Disk Manager, MaxBlast, > > programs. The Disk Drive Oveylay programs do a software convert of the > > BIOS settings and actual settings and make it boot/work, usually. These > > altered the MBR to sit there, and these have their issues and were > > always a last resort. The drives do NOT swap into other machines well, > > and any issue, esp with the MBR would pretty much cause a FAIL. > >The "disk managers" usually just install their own memory-resident >drivers from the first track of the hard drive, then conceal that >first track from view. The shortcoming was that (a) it cost some RAM >and (b) if you used an OS that was unaware of the drive overlay, >things could get pretty screwed up. > >ISTR that there was also a BIOS extension ROM card that plugged into >an ISA slot to provide the necessary functionality. I still have my AMIDISK IDE Bios extension card. If you have an MFM drive, this is obviously no help. It's a little ISA bus card with a ROM. a 74F244 chip, and another chip with an AMI copyright sticker over the chip number. The ROM is labeled "AMIDISK V1.1 IDE Extension" and the board also has jumpers for address selection and 32k eprom vs. 64k eprom. The addresses seem to be C800 CC00 D000 D400 D800 DC00. I have the original plastic shell it was shipped in, manual, and invoice showing I paid $67.25 The manual is 10 pages. It mentions that the card allows support of one or two IDE controllers, one to four drives, LBA to allow exceeding 528mb, works with any system BIOS, and automagically detects and configures drives. Also supports non-LBA modes. The card has no other connectors other than the ISA bus and address/config jumpers. Please make offer. I'd love to unload this to someone that can make good use of it. ----- 695. [Guests] Frank Harris has been received in all the great houses -- once! -- Oscar Wilde --... ...-- -.. . -. ----. --.- --.- -... tpeters at nospam.mixcom.com (remove "nospam") N9QQB (amateur radio) "HEY YOU" (loud shouting) WEB: http://www.mixweb.com/tpeters 43? 7' 17.2" N by 88? 6' 28.9" W, Elevation 815', Grid Square EN53wc WAN/LAN/Telcom Analyst, Tech Writer, MCP, CCNA, Registered Linux User 385531 From cisin at xenosoft.com Mon Aug 11 19:51:15 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Mon, 11 Aug 2008 17:51:15 -0700 (PDT) Subject: Barbie PC In-Reply-To: <48A06A6F.30653.1B73EEC@cclist.sydex.com> References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net>, <48A05C4C.2181.1800590@cclist.sydex.com>, <48A0C625.5020604@tdh.com> <48A06A6F.30653.1B73EEC@cclist.sydex.com> Message-ID: <20080811174939.B22606@shell.lmi.net> On Mon, 11 Aug 2008, Chuck Guzis wrote: > As what? ;) If they had a serial port, they might make a terminal, > rather than *be* terminal. Or you could load one up with a PDP-8 > emulator... Is there a Barbie USB hub? How about a Barbie USB to "RS232" adapter? From brain at jbrain.com Mon Aug 11 20:20:33 2008 From: brain at jbrain.com (Jim Brain) Date: Mon, 11 Aug 2008 20:20:33 -0500 Subject: Barbie PC In-Reply-To: <48A0C625.5020604@tdh.com> References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net>, <48A03799.1946.F0ADD4@cclist.sydex.com>, <48A05C4C.2181.1800590@cclist.sydex.com> <48A0C625.5020604@tdh.com> Message-ID: <48A0E561.7010104@jbrain.com> Michael Lee wrote: > Funny you mention the Barbie PC. Back in the day, when the > manufacturer went bankrupt, a surplus dealer was selling dozens of > these for $30 a piece, no CPU or memory. So, of course, on impulse, I > bought half a dozen. They were the worst things you can imagine. The > board was Mini-ITXish, no expansion slots, no PS/2, 2x USB, one memory > slot, one IDE, and supported only some early model Celeron CPUs. NO > Network, might have had a software modem. Since it only had 2x usb, a > mouse and keyboard would be it for connections to it. A very basic > SVGA, barely good for anything. The whole thing was puzzled together > into a small metal case covered in silver spray painted plastic > including the CD-ROM front, with a cute flower pattern. Also, they > had a tendency to drain the BIOS battery and once dead, it would stay > that way for good. Sadly they still sit on a workbench to this day. > Haven't gotten myself to get rid of them. And to this day I can't > figure out any alternative uses for it or it's parts. Having no > method of external peripherals and not having network seriously > limited any use of this machine. > > So are they collectable? :) Bummer, that thing looks AWFUL! Even my 4 year old "girlie firl" daughter wouldn;t find much appealing on that unit. Jim From legalize at xmission.com Mon Aug 11 20:41:14 2008 From: legalize at xmission.com (Richard) Date: Mon, 11 Aug 2008 19:41:14 -0600 Subject: Barbie PC In-Reply-To: Your message of Mon, 11 Aug 2008 20:20:33 -0500. <48A0E561.7010104@jbrain.com> Message-ID: Then there's the Hot Wheels PC: Looks like an identical case with a different paint scheme. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From dm561 at torfree.net Mon Aug 11 20:42:18 2008 From: dm561 at torfree.net (M H Stein) Date: Mon, 11 Aug 2008 21:42:18 -0400 Subject: Upgrading early BIOS Message-ID: <01C8FBFB.9721D8C0@MSE_D03> On Sun, Aug 10, 2008 at 2:11 PM, wrote: > One of my machines is an old Packard-Bell Legend 610 machine, to which I am > trying to fit a second hard drive. > > The machine will not recognize any modern (or semi-modern) hard drive I have > attempted to fit. I have tried various master/slave combinations, to no avail. > > My guess is that this is due to the BIOS being of am early type. The BIOS > chip is a socketed DIP package and the lettering on it is too faded to read. > The screen boot-up display is this: > > PhoenixBIOS(TM) A486 Version 1.01 > PB400 OPTI 486WB > Reference ID 08 > > Is this a reasonable guess? > > If so, what might be done by way of a BIOS upgrade? > > Thanks, > > Kurt > > --------------------- If after all the good advice here you still haven't got it working, this is the sort of issue that's pretty commonly discussed and solved on the Vintage Computer Forum which deals largely with old PC problems. Might be worth a look. http://www.vintage-computer.com/vcforum/index.php m From billdeg at degnanco.com Mon Aug 11 21:19:52 2008 From: billdeg at degnanco.com (B. Degnan) Date: Mon, 11 Aug 2008 22:19:52 -0400 Subject: WTD: DEC 11/40 power supply (main unit) model H74 Message-ID: <5.1.0.14.0.20080811220241.01f430a0@smtp.degnanco.com> The part number on the front is "H74 a" and it's the big part of the power supply in the back. In front (looking from the side) are 5 "h754" modules. The modules and the console power are attached to the "H74 a" Other H74x supplies should work. Here is the wording on the unit: Dec Power Supply H74 a Caution AC & DC OUTPUTS ARE PRESENT WHEN LIGHT IS ON POWER ON (( )) ------------ where (( )) = the light bulb. System was working recently.....The supply's red indicator light no longer comes on, nor do the console lights, though the fans still run. In the meantime I will test with a volt meter and so on, maybe there's a bad connection. Thanks in advance Bill From cclist at sydex.com Mon Aug 11 21:32:39 2008 From: cclist at sydex.com (Chuck Guzis) Date: Mon, 11 Aug 2008 19:32:39 -0700 Subject: Barbie PC In-Reply-To: <48A0E561.7010104@jbrain.com> References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net>, <48A0C625.5020604@tdh.com>, <48A0E561.7010104@jbrain.com> Message-ID: <48A093D7.3642.258FA7B@cclist.sydex.com> On 11 Aug 2008 at 20:20, Jim Brain wrote: > Bummer, that thing looks AWFUL! Even my 4 year old "girlie firl" > daughter wouldn;t find much appealing on that unit. As if a POS pink PC weren't enough, the poor folks who paid $699 to order theirs got a double-whammy; a bankruptcy, just in time for Christmas: http://news.cnet.com/Bankruptcy-crashes-the-Barbie-PC/2100-1040_3- 250222.html The Hot Wheels and Barbie PCs were made by the same company--Patriot Computers: http://news.cnet.com/2100-1017-234533.html Cheers, Chuck From jzg22 at drexel.edu Mon Aug 11 21:39:12 2008 From: jzg22 at drexel.edu (Jonathan Gevaryahu) Date: Mon, 11 Aug 2008 22:39:12 -0400 Subject: IBM EGA Programming manual: anyone have a copy? Message-ID: <48A0F7D0.3060606@drexel.edu> I'm searching for a copy of the official IBM EGA programming manual/reference manual. If I recall correctly, in order to actually GET that manual you needed to have bought the $150? CGA/MDA programming/reference manual (or something like that) and have sent in the little registration card, and IBM sent you the EGA one in the mail. Does anyone have a copy of it? (a copy of the cga/mda one would be nice too, but isn't nearly as important) Contact me off-list (or on-list if you'd like) if you do, I'm quite willing to pay for photocopying/scanning/time/etc. -- Jonathan Gevaryahu jgevaryahu(@t)hotmail(d0t)com jzg22(@t)drexel(d0t)edu From wbblair3 at yahoo.com Mon Aug 11 21:39:50 2008 From: wbblair3 at yahoo.com (William Blair) Date: Mon, 11 Aug 2008 19:39:50 -0700 (PDT) Subject: 4004/8008 (was Re: Forgotten PC History) In-Reply-To: <200808111700.m7BH053b005415@dewey.classiccmp.org> Message-ID: <176061.3231.qm@web50501.mail.re2.yahoo.com> Probably been mentioned here before, but I did a search on FPGA and 4004 and found this interesting page: http://www.4004.com/ From useddec at gmail.com Mon Aug 11 22:02:55 2008 From: useddec at gmail.com (Paul Anderson) Date: Mon, 11 Aug 2008 22:02:55 -0500 Subject: WTD: DEC 11/40 power supply (main unit) model H74 In-Reply-To: <5.1.0.14.0.20080811220241.01f430a0@smtp.degnanco.com> References: <5.1.0.14.0.20080811220241.01f430a0@smtp.degnanco.com> Message-ID: <624966d60808112002q66e001b9n2b097650493dfc3f@mail.gmail.com> Hi Bill, I should have whatever you need. Where are you located? Paul On Mon, Aug 11, 2008 at 9:19 PM, B. Degnan wrote: > The part number on the front is "H74 a" and it's the big part of the power > supply in the back. In front (looking from the side) are 5 "h754" modules. > The modules and the console power are attached to the "H74 a" Other H74x > supplies should work. > > Here is the wording on the unit: > > Dec Power Supply > H74 a > > Caution > AC & DC OUTPUTS ARE PRESENT > WHEN LIGHT IS ON > > POWER ON > (( )) > > > ------------ > where (( )) = the light bulb. > > System was working recently.....The supply's red indicator light no longer > comes on, nor do the console lights, though the fans still run. In the > meantime I will test with a volt meter and so on, maybe there's a bad > connection. > > Thanks in advance > > Bill > > > > From ethan.dicks at usap.gov Mon Aug 11 22:08:08 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Tue, 12 Aug 2008 03:08:08 +0000 Subject: 4004/8008 (was Re: Forgotten PC History) In-Reply-To: <176061.3231.qm@web50501.mail.re2.yahoo.com> References: <200808111700.m7BH053b005415@dewey.classiccmp.org> <176061.3231.qm@web50501.mail.re2.yahoo.com> Message-ID: <20080812030808.GA11503@usap.gov> On Mon, Aug 11, 2008 at 07:39:50PM -0700, William Blair wrote: > Probably been mentioned here before, but I did a search on FPGA and 4004 and found this interesting page: > > http://www.4004.com/ Wow! I was unfamiliar with that site. There's some excellent stuff there. I browsed over the Busicom calculator source code reconstruction. Very thorough. I'll have to take a crack at that Java emulator. Thanks for pointing this out! -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 12-Aug-2008 at 03:00 Z South Pole Station PSC 468 Box 400 Temp -83.4 F (-64.1 C) Windchill -130.2 F (-90.1 C) APO AP 96598 Wind 16.3 kts Grid 21 Barometer 671.8 mb (10939 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From rtellason at verizon.net Mon Aug 11 22:13:56 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Mon, 11 Aug 2008 23:13:56 -0400 Subject: Forgotten PC History In-Reply-To: <489EAC78.4010101@brouhaha.com> References: <489C7C5F.7000008@jbrain.com> <489DF4BD.1090604@axeside.co.uk> <489EAC78.4010101@brouhaha.com> Message-ID: <200808112313.56690.rtellason@verizon.net> On Sunday 10 August 2008 04:53, Eric Smith wrote: > Philip Belben wrote: > > I have a couple of Sharp calculators from about that date. I just > > grabbed the nearest (an ELSI-160) and opened it up, to find that the > > four chips have date codes in early 1971 and forty-two (yes, 42) pins > > each in a dual zigzag arrangement. > > 42-pin DIP packages were common among Japanese semiconductor vendors but > I don't recall seeing any from US vendors. > > For example, the early NEC cassette/cartridge tape controller chip, > uPD371 was in a 42-pin DIP. I think their single-density floppy > controller chip, uPD372, might also have been in a 42-pin DIP. I think I may even have a NEC databook that features some of those, and remember how odd it was that those seemed to me at the time. Probably somewhere around 1978, maybe? -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From rtellason at verizon.net Mon Aug 11 22:16:28 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Mon, 11 Aug 2008 23:16:28 -0400 Subject: Argo Electronics in NYC to close In-Reply-To: References: <21614.69849.qm@web56203.mail.re3.yahoo.com> <489B206E.60107@radiorobots.com> Message-ID: <200808112316.28820.rtellason@verizon.net> On Sunday 10 August 2008 11:16, schwepes at moog.netaxs.com wrote: > Actually there is more significance than you give. The last parts > houses in the Philadelphia area closed down years ago. What place was that? -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From ggs at shiresoft.com Mon Aug 11 22:26:51 2008 From: ggs at shiresoft.com (Guy Sotomayor) Date: Mon, 11 Aug 2008 20:26:51 -0700 Subject: PCB Artwork for DEC card edge fingers In-Reply-To: <48A0C2BE.7050809@nktelco.net> References: <48A0C2BE.7050809@nktelco.net> Message-ID: I've layouts in EagleCAD, but if you're not using Eagle they're not going to be much use. TTFN - Guy On Aug 11, 2008, at 3:52 PM, Charles H Dickman wrote: > Does anybody have a PC board cad layout of the DEC card edge > connector? I was hoping to find it in PCB (http://pcb.sourceforge.net/index.html > ) format. > > I would like to have some boards fabricated that were just fingers > and connection pads. I will attach the fingers to some Vector boards > and do point-to-point wiring. I have some project ideas for OMNIBUS > and QBus, but DEC protoboards are rare and/or expensive. > > I have little experience with layout work and so far have been > frustrated by my attempts. > > -chuck > > > From technobug at comcast.net Mon Aug 11 22:28:03 2008 From: technobug at comcast.net (CRC) Date: Mon, 11 Aug 2008 20:28:03 -0700 Subject: IBM Greystone Display Station Manuals Message-ID: <5107C05E-01F2-4A99-AEBB-4475E5C10E8B@comcast.net> I was at my local scrapper recently and ran across a number of manuals for the IBM Grelystone Display Station in the dumpster: Maintenance Analysis Procedures Greystone Parts Catalog Maintenance Information Manual If anyone has interest, they are available for postage. CRC From rtellason at verizon.net Mon Aug 11 22:38:20 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Mon, 11 Aug 2008 23:38:20 -0400 Subject: Barbie PC In-Reply-To: <48A0C625.5020604@tdh.com> References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net> <48A05C4C.2181.1800590@cclist.sydex.com> <48A0C625.5020604@tdh.com> Message-ID: <200808112338.21066.rtellason@verizon.net> On Monday 11 August 2008 19:07, Michael Lee wrote: > So are they collectable? :) Put 'em on ebay and find out. :-) -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From rtellason at verizon.net Mon Aug 11 22:41:58 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Mon, 11 Aug 2008 23:41:58 -0400 Subject: Upgrading early BIOS - Drive Overlay In-Reply-To: <5.1.0.14.2.20080811185750.0c8c0ec8@localhost> References: <48A0C7C0.3010604@tdh.com> <5.1.0.14.2.20080811185750.0c8c0ec8@localhost> Message-ID: <200808112341.58716.rtellason@verizon.net> On Monday 11 August 2008 20:11, Tom Peters wrote: (Snip) > I still have my AMIDISK IDE Bios extension card. (Snip) > Please make offer. I'd love to unload this to someone that can make good > use of it. Speaking of which, I also have a few cards like that. Two ISA and two VLB, NIB. I can get more specifics as to what all's included in those boxes if there's any interest (they're a few blocks from here). -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From legalize at xmission.com Mon Aug 11 22:59:10 2008 From: legalize at xmission.com (Richard) Date: Mon, 11 Aug 2008 21:59:10 -0600 Subject: 4004/8008 (was Re: Forgotten PC History) In-Reply-To: Your message of Tue, 12 Aug 2008 03:08:08 -0000. <20080812030808.GA11503@usap.gov> Message-ID: In article <20080812030808.GA11503 at usap.gov>, Ethan Dicks writes: > On Mon, Aug 11, 2008 at 07:39:50PM -0700, William Blair wrote: > > Probably been mentioned here before, but I did a search on FPGA and 4004 an d found this interesting page: > > > > http://www.4004.com/ > > Wow! I was unfamiliar with that site. There's some excellent stuff > there. Yeah, I didn't know of it either -- there's 4004 schematics in there :) -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From Hollandia at ccountry.net Mon Aug 11 22:59:26 2008 From: Hollandia at ccountry.net (Hollandia at ccountry.net) Date: Mon, 11 Aug 2008 20:59:26 -0700 Subject: Upgrading early BIOS Message-ID: <200808120359.m7C3xPoZ027403@mailproxy1.ccountry.net> Fred Cisin asked >Did you set the CMOS to 2 drives? (1) >Which drive types are supported in the CMOS? (2) (1) Yes I did. (2) The BIOS screens give the following drive selections The following abbreviations are used in the table: Cylinders: CYL Heads: HDS Write Precomp: WP Landing Zone: LZ Sectors: SCT MegaBytes: MB Disk Type CYL HDS WP LZ SCT MB 1 306 4 128 305 17 10 2 615 4 300 615 17 20 3 615 6 300 615 17 30 4 940 8 512 940 17 62 5 940 6 512 940 17 46 6 615 4 -1 615 17 20 7 462 8 256 511 17 30 8 733 5 -1 733 17 30 9 900 15 -1 901 17 112 10 895 15 -1 895 62 406 11 1054 16 -1 1054 63 518 12 855 7 -1 855 17 49 13 306 8 128 319 17 20 14 733 7 -1 733 17 42 15 There is no listing for this drive type 16 987 12 -1 988 35 202 17 977 5 300 977 17 40 18 977 7 -1 977 17 56 19 1024 7 512 1023 17 59 20 880 11 0 0 17 81 21 903 8 0 0 46 162 22 1024 16 0 0 17 136 23 914 14 0 0 17 106 24 1001 15 0 0 17 124 25 977 7 977 977 26 86 26 1024 4 -1 1023 17 34 27 1024 5 -1 1023 17 42 28 1024 8 -1 1023 17 68 29 980 10 980 990 17 81 30 1024 10 0 0 17 85 31 832 6 832 832 33 80 32 1020 15 -1 1024 17 127 33 776 8 0 0 33 100 34 1024 12 0 0 17 102 35 1024 9 1024 1024 17 76 36 1024 5 512 1024 17 42 37 830 10 -1 830 17 68 38 823 10 256 824 17 68 39 980 14 -1 990 30 200 40 615 8 128 664 17 40 41 917 15 -1 918 17 114 42 1023 15 -1 1024 17 127 43 823 10 512 823 17 68 44 820 6 -1 820 17 40 45 1024 8 -1 1024 17 68 The BIOS also allows two User-Defined Types, in which the parameters can have the following ranges: Cylinders: 0-9999 Heads: 0-99 Write Precomp: 0-9999 Landing Zone: 0-9999 Sectors: 0-99 The machine will not recognize ANY second drive. The drives I have tried are all consideraby bewer than the BIOS and I just can't think of any other reason why they would not be recognized. I have tried the "cable select" settings on all of them. I assume that the MASTER/SLAVE methodology is not mandatory. Can someone suggest a good book that goes into this type of thing? Thanks, Kurt From legalize at xmission.com Mon Aug 11 23:01:40 2008 From: legalize at xmission.com (Richard) Date: Mon, 11 Aug 2008 22:01:40 -0600 Subject: IBM Greystone Display Station Manuals In-Reply-To: Your message of Mon, 11 Aug 2008 20:28:03 -0700. <5107C05E-01F2-4A99-AEBB-4475E5C10E8B@comcast.net> Message-ID: In article <5107C05E-01F2-4A99-AEBB-4475E5C10E8B at comcast.net>, CRC writes: > I was at my local scrapper recently and ran across a number of manuals > for the IBM Grelystone Display Station in the dumpster: > > Maintenance Analysis Procedures > Greystone Parts Catalog > Maintenance Information Manual What is a "Greystone Display Station"? Googling didn't turn up anything obvious. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From cclist at sydex.com Mon Aug 11 23:07:35 2008 From: cclist at sydex.com (Chuck Guzis) Date: Mon, 11 Aug 2008 21:07:35 -0700 Subject: IBM EGA Programming manual: anyone have a copy? In-Reply-To: <48A0F7D0.3060606@drexel.edu> References: <48A0F7D0.3060606@drexel.edu> Message-ID: <48A0AA17.1285.2AFE602@cclist.sydex.com> On 11 Aug 2008 at 22:39, Jonathan Gevaryahu wrote: > I'm searching for a copy of the official IBM EGA programming > manual/reference manual. > If I recall correctly, in order to actually GET that manual you needed > to have bought the $150? CGA/MDA programming/reference manual (or > something like that) and have sent in the little registration card, and > IBM sent you the EGA one in the mail. > Does anyone have a copy of it? > (a copy of the cga/mda one would be nice too, but isn't nearly as important) > Contact me off-list (or on-list if you'd like) if you do, I'm quite > willing to pay for photocopying/scanning/time/etc. I'm not sure what you're after. Is it the EGA section out of the "Options and Adapters" tech ref? I've got that, I think--and probably so do a fair number of other members of this list. Cheers, Chuck From mikelee at tdh.com Mon Aug 11 23:08:04 2008 From: mikelee at tdh.com (Michael Lee) Date: Mon, 11 Aug 2008 23:08:04 -0500 Subject: Upgrading early BIOS In-Reply-To: <200808120359.m7C3xPoZ027403@mailproxy1.ccountry.net> References: <200808120359.m7C3xPoZ027403@mailproxy1.ccountry.net> Message-ID: <48A10CA4.8050106@tdh.com> Cable select may not work with those systems, and or drives. I always set the master/slave for systems from that era to avoid issues. As for books, just an old copy of Upgrading and Repairing PCs is a great reference in my opinion. > The machine will not recognize ANY second drive. The drives I have tried are > all consideraby bewer than the BIOS and I just can't think of any other > reason why they would not be recognized. > > I have tried the "cable select" settings on all of them. I assume that the > MASTER/SLAVE methodology is not mandatory. > > Can someone suggest a good book that goes into this type of thing? > > Thanks, > > Kurt > > From schwepes at moog.netaxs.com Mon Aug 11 23:11:34 2008 From: schwepes at moog.netaxs.com (schwepes at moog.netaxs.com) Date: Tue, 12 Aug 2008 00:11:34 -0400 (EDT) Subject: Argo Electronics in NYC to close In-Reply-To: <200808112316.28820.rtellason@verizon.net> References: <21614.69849.qm@web56203.mail.re3.yahoo.com> <489B206E.60107@radiorobots.com> <200808112316.28820.rtellason@verizon.net> Message-ID: On Mon, 11 Aug 2008, Roy J. Tellason wrote: > On Sunday 10 August 2008 11:16, schwepes at moog.netaxs.com wrote: > > Actually there is more significance than you give. The last parts > > houses in the Philadelphia area closed down years ago. > > What place was that? I think Advanced Electronics. It was out in Jersey down NJ73 if I remember correctly. The one in Philadelphia near Oxford Circle did like Radio Shack and went to other product lines before it disappeared. I'd have to check if the guys who sold used computer equipment in Gray's Ferry are still around. There was a guy in Germantown who sold old equipment, at least he did until his roof caved in. bs > > -- > Member of the toughest, meanest, deadliest, most unrelenting -- and > ablest -- form of life in this section of space, a critter that can > be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" > - > Information is more dangerous than cannon to a society ruled by lies. --James > M Dakin > From alhartman at yahoo.com Mon Aug 11 23:30:30 2008 From: alhartman at yahoo.com (Al Hartman) Date: Tue, 12 Aug 2008 00:30:30 -0400 Subject: Barbie PC In-Reply-To: <200808120010.m7C0AEV3011233@dewey.classiccmp.org> References: <200808120010.m7C0AEV3011233@dewey.classiccmp.org> Message-ID: <48A111E6.5060704@yahoo.com> Barbie PC's are VERY expandable. They have 4 USB ports (at least the one I have does), so you can easily put a USB hub on there to have even more ports. I've put USB wiireless adapters, USB NIC adapters on my sisters. I've put a 512mb RAM DIMM in it, and put a better CD-ROM drive in it. It came with Windows 98, but runs fine on Windows XP Home or Pro. It's not a top end box at all, but can be a nice Internet/Wordprocessing computer. There was also a Hot Wheels Computer which had a Blue and Yellow case with Flame stickers on it. Changing out the battery is no big deal. I just did that for my sisters unit. They are old and slow, but I'm sure there are lots of uses for them. Al From rtellason at verizon.net Mon Aug 11 23:31:15 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Tue, 12 Aug 2008 00:31:15 -0400 Subject: Argo Electronics in NYC to close In-Reply-To: References: <21614.69849.qm@web56203.mail.re3.yahoo.com> <200808112316.28820.rtellason@verizon.net> Message-ID: <200808120031.18624.rtellason@verizon.net> On Tuesday 12 August 2008 00:11, schwepes at moog.netaxs.com wrote: > On Mon, 11 Aug 2008, Roy J. Tellason wrote: > > On Sunday 10 August 2008 11:16, schwepes at moog.netaxs.com wrote: > > > Actually there is more significance than you give. The last parts > > > houses in the Philadelphia area closed down years ago. > > > > What place was that? > > I think Advanced Electronics. It was out in Jersey down NJ73 if I > remember correctly. The one in Philadelphia near Oxford Circle did like > Radio Shack and went to other product lines before it disappeared. > I'd have to check if the guys who sold used computer equipment in Gray's > Ferry are still around. There was a guy in Germantown who sold old > equipment, at least he did until his roof caved in. > bs It's been rather a long time since I took a trip to that area to look for interesting junk. There was Herbach & Rademan, which I think are still around only in NJ someplace, and a place we stumbled into calling itself "Chassey Electronics" which was just a big warehouse full of all sorts of junk. I remember barrels of what appeared to be keyboards from keypunch machines (I wanted one that'd do ASCII but couldn't find one), and I ended up paying $4 for a *big* board that I ended up salvaging close to 400 TTL chips from. But that was probably close to 20 years ago, or maybe more... -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From trag at io.com Sun Aug 10 17:10:07 2008 From: trag at io.com (Jeff Walther) Date: Sun, 10 Aug 2008 17:10:07 -0500 Subject: Where to find memory ICs? In-Reply-To: <200808080620.m786KSv8054131@dewey.classiccmp.org> References: <200808080620.m786KSv8054131@dewey.classiccmp.org> Message-ID: Message: 3 Date: Thu, 07 Aug 2008 17:28:19 -0500 From: Jim Leonard Subject: Re: Where to find memory ICs? To: General at mail.mobygames.com, "Discussion at mail.mobygames.com":On-Topic and Off-Topic Posts Message-ID: <489B7703.7050009 at oldskool.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Glen Slick wrote: >> I just want a few tubes of these to populate the board, I'm not looking >> for a box of 'em :-) Any pointers? > > www.unicornelectronics.com > 511000-100 $1.89 quanity 25-99 I want to use these to populate an Above Board from 2MB to 8MB, and that would require 6*9*1.89 = $102.06 for just 6MB of RAM. Does anyone know of a cheaper way to get DRAM? $100 just so I can add 6MB of RAM to a card doesn't seem right... I came to this discussion late, so apologies if I missed the point. However, in answer to your last question, I have found desoldering memory chips from old SIMMs to be a workable method. I wanted a bunch of 16M X 4 FPM DRAM and the cheapest way to get it was off of 128 MB 72 pin SIMMs which were selling for about $10 each when carefully shopped for on Ebay. Each SIMM holds 16 chips so the price was well under $1 per chip. Plus there were a handful on 16M X 1 chips on boards as well for parity. Anyway, your target memory chips might be cheaply available on old 30 pin or 72 pin SIMMs. The biggest obstacle would be a requirement for DIPs. Most SIMMs have SOJ chips on board, rather than DIPs. Jeff Walther From cisin at xenosoft.com Mon Aug 11 23:49:10 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Mon, 11 Aug 2008 21:49:10 -0700 (PDT) Subject: Upgrading early BIOS In-Reply-To: <200808120359.m7C3xPoZ027403@mailproxy1.ccountry.net> References: <200808120359.m7C3xPoZ027403@mailproxy1.ccountry.net> Message-ID: <20080811214537.D29480@shell.lmi.net> On Mon, 11 Aug 2008 Hollandia at ccountry.net wrote: > The machine will not recognize ANY second drive. The drives I have tried are > all consideraby bewer than the BIOS and I just can't think of any other > reason why they would not be recognized. > I have tried the "cable select" settings on all of them. I assume that the > MASTER/SLAVE methodology is not mandatory. Does the Packard Bell hardware support cable select? > Can someone suggest a good book that goes into this type of thing? Scott Mueller's Repairing and Upgrading PCs prob'ly 3 or 4 editions before the current one. Try maybe ed 12 or 13 From bfranchuk at jetnet.ab.ca Mon Aug 11 23:54:33 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Mon, 11 Aug 2008 22:54:33 -0600 Subject: Barbie PC In-Reply-To: <200808112338.21066.rtellason@verizon.net> References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net> <48A05C4C.2181.1800590@cclist.sydex.com> <48A0C625.5020604@tdh.com> <200808112338.21066.rtellason@verizon.net> Message-ID: <48A11789.6050509@jetnet.ab.ca> Roy J. Tellason wrote: > On Monday 11 August 2008 19:07, Michael Lee wrote: > >> So are they collectable? :) >> > > Put 'em on ebay and find out. :-) > > I'd like to say "A fool and his money are ..." but how did the *fool* get his money in the first place? From rtellason at verizon.net Tue Aug 12 00:00:08 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Tue, 12 Aug 2008 01:00:08 -0400 Subject: Upgrading early BIOS In-Reply-To: <20080811214537.D29480@shell.lmi.net> References: <200808120359.m7C3xPoZ027403@mailproxy1.ccountry.net> <20080811214537.D29480@shell.lmi.net> Message-ID: <200808120100.08762.rtellason@verizon.net> On Tuesday 12 August 2008 00:49, Fred Cisin wrote: > On Mon, 11 Aug 2008 Hollandia at ccountry.net wrote: > > The machine will not recognize ANY second drive. The drives I have tried > > are all consideraby bewer than the BIOS and I just can't think of any > > other reason why they would not be recognized. > > I have tried the "cable select" settings on all of them. I assume that > > the MASTER/SLAVE methodology is not mandatory. > > Does the Packard Bell hardware support cable select? > > > Can someone suggest a good book that goes into this type of thing? > > Scott Mueller's Repairing and Upgrading PCs > prob'ly 3 or 4 editions before the current one. Try maybe ed 12 or 13 There's a liquidation-type store in the area that seems to get these in with some regularity, usually an edition or several behind the current one, and *way* cheaper in price. I might be persuaded, if someone wants to contact me off-list... -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From rtellason at verizon.net Tue Aug 12 00:00:36 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Tue, 12 Aug 2008 01:00:36 -0400 Subject: Barbie PC In-Reply-To: <48A11789.6050509@jetnet.ab.ca> References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net> <200808112338.21066.rtellason@verizon.net> <48A11789.6050509@jetnet.ab.ca> Message-ID: <200808120100.36810.rtellason@verizon.net> On Tuesday 12 August 2008 00:54, bfranchuk at jetnet.ab.ca wrote: > Roy J. Tellason wrote: > > On Monday 11 August 2008 19:07, Michael Lee wrote: > >> So are they collectable? :) > > > > Put 'em on ebay and find out. :-) > > I'd like to say "A fool and his money are ..." > but how did the *fool* get his money in the first place? One wonders. -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From silent700 at gmail.com Tue Aug 12 00:05:28 2008 From: silent700 at gmail.com (Jason T) Date: Tue, 12 Aug 2008 00:05:28 -0500 Subject: IBM Greystone Display Station Manuals In-Reply-To: References: <5107C05E-01F2-4A99-AEBB-4475E5C10E8B@comcast.net> Message-ID: <51ea77730808112205u34f453bgc1740a67a95ebecf@mail.gmail.com> On Mon, Aug 11, 2008 at 11:01 PM, Richard wrote: > What is a "Greystone Display Station"? Googling didn't turn up > anything obvious. Ah, sometimes you have to look to the non-obvious: http://www.pmsimon.com/images/productplacement.jpg From cisin at xenosoft.com Tue Aug 12 00:28:07 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Mon, 11 Aug 2008 22:28:07 -0700 (PDT) Subject: Barbie PC In-Reply-To: <48A111E6.5060704@yahoo.com> References: <200808120010.m7C0AEV3011233@dewey.classiccmp.org> <48A111E6.5060704@yahoo.com> Message-ID: <20080811222720.V29480@shell.lmi.net> On Tue, 12 Aug 2008, Al Hartman wrote: > I've put USB wiireless adapters, USB NIC adapters on my sisters. so, . . . your sisters are all networked now? From dkelvey at hotmail.com Tue Aug 12 00:28:56 2008 From: dkelvey at hotmail.com (dwight elvey) Date: Mon, 11 Aug 2008 22:28:56 -0700 Subject: INS8073 (was Re: HERO1 For sale...) In-Reply-To: <48A087C1.8030903@brouhaha.com> References: <20080810225025.GA1587@usap.gov> <20080811005005.GA22840@usap.gov> <001301c8fb84$ab971800$0301a8c0@hal9000> <48A087C1.8030903@brouhaha.com> Message-ID: > From: eric at brouhaha.com > > Scanning wrote: >> Is the INS8073 the one that has a Tiny BASIC built-in or runs out of a ROM ? > > Yes. > >> Is it a Tom Pittman type Tiny BASIC ? Thanks. > > How does one tell? > > It's in 2.5KB of ROM, so it's definitely a tinier BASIC than in the > competing Intel 8051AH-BASIC and Zilog Z8671, both of which had 4KB of ROM. > > National called it "NIBL BASIC", although it is unclear how closely > related the 8073 version is to their NIBL BASIC for the SC/MP, SC/MP II, > or 8080. > > Hi Why does everyone always assume that Tiny BASIC was Tom Pittman's. Palo Alto TB was the primary one used on Intel processors. This was not even similar in coding style. The instructions were the same because they were both basic BASIC. As I recall, Tom did the 6800 and then the 6502. I think the fellows name for Palo Alto TB was Chang. Dwight _________________________________________________________________ Your PC, mobile phone, and online services work together like never before. http://clk.atdmt.com/MRT/go/108587394/direct/01/ From dkelvey at hotmail.com Tue Aug 12 00:31:42 2008 From: dkelvey at hotmail.com (dwight elvey) Date: Mon, 11 Aug 2008 22:31:42 -0700 Subject: 4004/8008 (was Re: Forgotten PC History) In-Reply-To: <48A08E2B.8000602@brouhaha.com> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <489FEA58.8030203@dunnington.plus.com> <20080811085639.GB11609@usap.gov> <48A08E2B.8000602@brouhaha.com> Message-ID: > From: eric at brouhaha.com > > dwight elvey wrote: >> There were a couple chip interfaces ( 4008 and 4009 ) > [...] >> The later came out with a single chip version of the >> interface( I think it was 4269 ). > > 4289 > > The 4269 was a keyboard/display interface, conceptually similar to the 8279. > Hi Eric Thanks, you are correct. I should have looked it up. I have seen these on ebay at times. Dwight _________________________________________________________________ Your PC, mobile phone, and online services work together like never before. http://clk.atdmt.com/MRT/go/108587394/direct/01/ From trixter at oldskool.org Tue Aug 12 00:44:31 2008 From: trixter at oldskool.org (Jim Leonard) Date: Tue, 12 Aug 2008 00:44:31 -0500 Subject: Where to find memory ICs? In-Reply-To: References: <200808080620.m786KSv8054131@dewey.classiccmp.org> Message-ID: <48A1233F.9030909@oldskool.org> Jeff Walther wrote: > I came to this discussion late, so apologies if I missed the point. > However, in answer to your last question, I have found desoldering > memory chips from old SIMMs to be a workable method. I thought of that but wasn't sure if they were compatible or not. I'm not a hardware guru, just a guy who likes to restore old IBM 5150/5160/clones to working service. > I wanted a bunch of 16M X 4 FPM DRAM and the cheapest way to get it was > off of 128 MB 72 pin SIMMs which were selling for about $10 each when > carefully shopped for on Ebay. Each SIMM holds 16 chips so the price > was well under $1 per chip. Plus there were a handful on 16M X 1 > chips on boards as well for parity. Oh, I have plenty of SIMMs -- if they're compatible, I'll start learning how to desolder :-) -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From dkelvey at hotmail.com Tue Aug 12 00:48:57 2008 From: dkelvey at hotmail.com (dwight elvey) Date: Mon, 11 Aug 2008 22:48:57 -0700 Subject: 4004/8008 (was Re: Forgotten PC History) In-Reply-To: <20080811195124.GB29445@usap.gov> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <489FEA58.8030203@dunnington.plus.com> <20080811085639.GB11609@usap.gov> <20080811195124.GB29445@usap.gov> Message-ID: > From: ethan.dicks at usap.gov ---snip---> > Thanks for the more detailed info,> Hi Ethan I should mention I do have a working SIM4-1 and programmer card, as described in the manual. I also have a hand written assembler and disassembler. The disassembler creates nice Intel code but I wrote the code for the assembler at a different time so they are not compatible( no good excuse ). Both are written in Forth and run under F-PC ( a easy to get freeware version ). You don't need to know much Forth to use either. I also have an emulator, also written in Forth. It executes code but I never finished connecting I/O functions. It is still useful but one needs to manually load input values and then execute until the next input. I'd intended to have it read input from a file and use the cycle count to determine each I/O data change. I just got side tracked and never finished it. It does still read out instructions as it runs and allows breakpoints and single stepping. If you think you'd be interested, I can dig it up. Dwight _________________________________________________________________ Your PC, mobile phone, and online services work together like never before. http://clk.atdmt.com/MRT/go/108587394/direct/01/ From axelsson at acc.umu.se Mon Aug 11 06:46:18 2008 From: axelsson at acc.umu.se (=?ISO-8859-1?Q?G=F6ran_Axelsson?=) Date: Mon, 11 Aug 2008 13:46:18 +0200 Subject: Forgotten PC History In-Reply-To: <489FEA58.8030203@dunnington.plus.com> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <489FEA58.8030203@dunnington.plus.com> Message-ID: <48A0268A.8020103@acc.umu.se> Pete Turnbull wrote: > On 11/08/2008 07:37, schwepes at moog.netaxs.com wrote: > >> The 8008 was only introduced a year after the 4004 which was >> introduced in 1971. I can't find a pin out for either of them >> but I suspect that they might be pin compatable so that the >> upper four bits would be simply not used if the 8008 was put >> in a system designed for a 4004. > > Not even close, I'm afraid. The 4004 is a 16-pin device with Vdd > (-10V) and Vss (+5V) on the centre pins of the two sides, the 4 data > bits on pins 1-4, and the two clock phases and SYNC on pins 6-8. The > 8008 is an 18-pin device with Vcc (+5V) and Vss (-9V) on diagonally > opposite corners (pins 1 and 10), D0-D7 on pins 2-9, and the clock > phases and SYNC on the other side (pins 14-16): > > 4004 8008 > __ __ __ __ > D0 | U | CMRAM0 (-9V) Vss | U | INT > D1 | | CMRAM1 D0 | | READY > D2 | | CMRAM2 D1 | | phi1 > D3 | | CMRAM3 D2 | | phi2 > (+5V) Vss | | Vdd (-10V) D3 | | SYNC > phi1 | | CMROM D4 | | S0 > phi2 | | TEST D5 | | S1 > SYNC |_____| RESET D6 | | S2 > D7 |_____| Vcc (+5V) This doesn't look correct. My 8008 8 bit parallel CPU manual gives the following order on the data bits. (Also at bitsavers at http://bitsavers.org/pdf/intel/MCS8/8008usersManualRev4_Nov73.pdf ) 8008 __ __ (-9V) Vss | U | INT D7 | | READY D6 | | phi1 D5 | | phi2 D4 | | SYNC D3 | | S0 D2 | | S1 D1 | | S2 D0 |_____| Vcc (+5V) And to answer another question about the screen on the Datapoint 2200, it was 12 rows of 80 characters. Btw, anyone have an Intellec 8 computer they don't need? It's one of my "wish list" machines. :-) /G?ran From charlesmorris800 at centurytel.net Mon Aug 11 16:15:35 2008 From: charlesmorris800 at centurytel.net (Charles) Date: Mon, 11 Aug 2008 16:15:35 -0500 Subject: FS: 1980's Intel/Harris/Hitachi data books Message-ID: The barn cleanup continues. I found a box of data books that date back to my first EE job (early 1980's). See picture for titles. http://tinypic.com/view.php?pic=x51mkl&s=4 Please contact me off-list if interested in some or all. There are more data books buried in those piles of ancient boxes, too... will post as I uncover them. thanks Charles From steerex at ccvn.com Mon Aug 11 17:26:38 2008 From: steerex at ccvn.com (Steve Robertson) Date: Mon, 11 Aug 2008 18:26:38 -0400 Subject: COBOL quote in the news In-Reply-To: <48A08CFC.5080303@brouhaha.com> References: <489ABA22.8563.F6561BF@cclist.sydex.com> <489B3CB5.7070806@brouhaha.com> <489BA401.3000306@ptdprolog.net> <48A05AF7.2020508@arachelian.com> <48A08CFC.5080303@brouhaha.com> Message-ID: <1218493598.6407.37.camel@bart> > > or perhaps (automated) language translators; say from Cobol to Java. > > If you do an automated translation, the result will just be COBOL that's > written in Java. You won't be able to find *anyone* that's good at > maintaining that mess. > > Eric I have a friend that is working for a company Web-enabling a COBOL application for the DOD. This is a mission critical application that consists of thousands of data input screens and literally millions of lines of code. It was determined that the only semi-reasonable method of porting the application would be to use an automated tool. The tool interprets the COBOL and spits out the mostly equivalent JAVA code. I am told most of the code will not compile / run without serious modification. So a developer, conversant in both COBOL and JAVA, has to modify the already FUBAR code. The result is a multimillion dollar hodge-podge of code that is absolutely unmaintainable! My friend had been working on this project for the last 7 years and expects to retire long before it is complete. See ya, -- Steve Robertson steerex [at] ccvn [dot] com From gerhard.kreuzer at liftoff.at Tue Aug 12 01:42:02 2008 From: gerhard.kreuzer at liftoff.at (DI Gerhard Kreuzer) Date: Tue, 12 Aug 2008 08:42:02 +0200 Subject: PCB Artwork for DEC card edge fingers Message-ID: <20080812084202.uz5vd0srkgwg8gg0@webmail.izone.at> Hi, I have a cad system (Altium), which can convert some formats, maybe I could convert EAGLE files. But, if you tell me, how the final board should be, and its not so much work, I can do it for you and you get Gerber files, which are accepted by most of the PCB manufactures. Cheers Gerhard From pete at dunnington.plus.com Tue Aug 12 02:17:02 2008 From: pete at dunnington.plus.com (Pete Turnbull) Date: Tue, 12 Aug 2008 08:17:02 +0100 Subject: Forgotten PC History In-Reply-To: <48A0268A.8020103@acc.umu.se> References: <489C7C5F.7000008@jbrain.com> <200808082121.55813.rtellason@verizon.net> <489CF676.7050404@brouhaha.com> <489FEA58.8030203@dunnington.plus.com> <48A0268A.8020103@acc.umu.se> Message-ID: <48A138EE.6040109@dunnington.plus.com> On 11/08/2008 12:46, G?ran Axelsson wrote: > Pete Turnbull wrote: > { pinouts snipped ] > > > This doesn't look correct. My 8008 8 bit parallel CPU manual gives the > following order on the data bits. (Also at bitsavers at > http://bitsavers.org/pdf/intel/MCS8/8008usersManualRev4_Nov73.pdf ) > 8008 > __ __ > (-9V) Vss | U | INT > D7 | | READY > D6 | | phi1 > D5 | | phi2 > D4 | | SYNC > D3 | | S0 > D2 | | S1 > D1 | | S2 > D0 |_____| Vcc (+5V) > > Oops! You're right, and that's what I get for being too hasty with my typing. Well spotted. -- Pete Peter Turnbull Network Manager University of York From trixter at oldskool.org Tue Aug 12 04:18:30 2008 From: trixter at oldskool.org (Jim Leonard) Date: Tue, 12 Aug 2008 04:18:30 -0500 Subject: Plus Hardcard 20 software? Message-ID: <48A15566.8050408@oldskool.org> Against better judgement, I attempted to low-level format a Plus Hardcard 20 and completely borked it (with the wrong format, the controller won't init and the thing is now a brick). Does anyone have the Plus Hardcard 20 install diskette? The HardCard is shipped in a partitioned and formatted state, with a number of files included on it. The directory of files is as follows: INSTALL EXE 47479 1-01-80 12:06a HCD BAT 30 1-01-80 12:07a HCD1 BAT 128 1-01-80 12:07a HCD2 EXE 54769 1-01-80 12:07a HCD3 DAT 13440 1-01-80 12:07a HCD3 DIF 704 1-01-80 12:07a HCD6 SCR 4224 1-01-80 12:07a PREPARE BAT 235 1-01-80 12:08a SHELL BAT 18 1-01-80 12:07a LIGHT COM 145 1-01-80 12:07a SOUND COM 145 1-01-80 12:07a PATCHFMT EXE 12670 1-01-80 12:08a INSTALL DAT 425 1-01-80 12:06a The original Plus install program creates a floppy diskette containing the Plus files, as above, but also performs several other operations to make it what they refer to as the "REINSTALL" diskette. This Reinstall diskette can later be used for reformatting the HardCard. Anyone have this?? I am killing myself for bricking the card and would really love to get it back. -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From trixter at oldskool.org Tue Aug 12 04:20:30 2008 From: trixter at oldskool.org (Jim Leonard) Date: Tue, 12 Aug 2008 04:20:30 -0500 Subject: Upgrading early BIOS In-Reply-To: <200808120359.m7C3xPoZ027403@mailproxy1.ccountry.net> References: <200808120359.m7C3xPoZ027403@mailproxy1.ccountry.net> Message-ID: <48A155DE.6030203@oldskool.org> Hollandia at ccountry.net wrote: > I have tried the "cable select" settings on all of them. I assume that the > MASTER/SLAVE methodology is not mandatory. Depending on the age of the drives, it can be. Try master/slave in both combinations. The newer drive should be the master. -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From fire at dls.net Tue Aug 12 05:11:43 2008 From: fire at dls.net (Bradley Slavik) Date: Tue, 12 Aug 2008 05:11:43 -0500 Subject: Interesting article on computer history Message-ID: <8494FD5B-0947-4EE3-A495-AE2EF43A6B5A@dls.net> http://www.computerworld.com/action/article.do? command=printArticleBasic&articleId=9111341 Don't have anything to add because I did not start with computers until 1978. Bradley From jack.rubin at ameritech.net Tue Aug 12 07:00:54 2008 From: jack.rubin at ameritech.net (Jack Rubin) Date: Tue, 12 Aug 2008 07:00:54 -0500 Subject: DEC prototype cards Message-ID: <9625FB3773F44BBC8F5C2E146A618306@obie> Douglas Electronics still supplies Omnibus and other DEC prototyping cards at very reasonable prices - http://www.douglas.com/hardware/pcbs/breadboards/digital.html . Jack From emu at e-bbes.com Tue Aug 12 08:14:50 2008 From: emu at e-bbes.com (e.stiebler) Date: Tue, 12 Aug 2008 07:14:50 -0600 Subject: PCB Artwork for DEC card edge fingers In-Reply-To: <48A0C2BE.7050809@nktelco.net> References: <48A0C2BE.7050809@nktelco.net> Message-ID: <48A18CCA.80801@e-bbes.com> Charles H Dickman wrote: > Does anybody have a PC board cad layout of the DEC card edge connector? > I have little experience with layout work and so far have been > frustrated by my attempts. What CAD system do you use ? Actually this DEC cards are not that difficult, as soon as you notice, why they were made this way ;-) Cheers From alhartman at yahoo.com Tue Aug 12 08:16:08 2008 From: alhartman at yahoo.com (Al Hartman) Date: Tue, 12 Aug 2008 09:16:08 -0400 Subject: Upgrading early BIOS In-Reply-To: <200808120506.m7C56CJN014903@dewey.classiccmp.org> References: <200808120506.m7C56CJN014903@dewey.classiccmp.org> Message-ID: <48A18D18.4030400@yahoo.com> Why not try adding a PCI IDE adapter? It will have it's own BIOS that will over-ride the internal BIOS. You can even add a PCI SATA adapter for that matter. Computer Geeks have them pretty cheap. IF your 486 Board has PCI Slots. I know I have an ISA IDE Adapter from Future Domain here that I've never used, but I don't know if it's going to work any better with newer drives. Al From hp-fix at xs4all.nl Tue Aug 12 08:22:22 2008 From: hp-fix at xs4all.nl (HP-FIX) Date: Tue, 12 Aug 2008 15:22:22 +0200 Subject: Plus Hardcard 20 software? In-Reply-To: <48A15566.8050408@oldskool.org> References: <48A15566.8050408@oldskool.org> Message-ID: Did you try SpeedStor ? A dos utility for formatting HDD's with lot's of vendor info build in the app, it's very usefll tool because it can lowlevel format and make the partions and test controller and disc.... I've a copy here and will make a copy if you like. -Rik -----Oorspronkelijk bericht----- Van: cctalk-bounces at classiccmp.org [mailto:cctalk-bounces at classiccmp.org] Namens Jim Leonard Verzonden: dinsdag 12 augustus 2008 11:19 Aan: General at mail.mobygames.com; Discussion at mail.mobygames.com :On-Topic and Off-Topic Posts Onderwerp: Plus Hardcard 20 software? Against better judgement, I attempted to low-level format a Plus Hardcard 20 and completely borked it (with the wrong format, the controller won't init and the thing is now a brick). Does anyone have the Plus Hardcard 20 install diskette? The HardCard is shipped in a partitioned and formatted state, with a number of files included on it. The directory of files is as follows: INSTALL EXE 47479 1-01-80 12:06a HCD BAT 30 1-01-80 12:07a HCD1 BAT 128 1-01-80 12:07a HCD2 EXE 54769 1-01-80 12:07a HCD3 DAT 13440 1-01-80 12:07a HCD3 DIF 704 1-01-80 12:07a HCD6 SCR 4224 1-01-80 12:07a PREPARE BAT 235 1-01-80 12:08a SHELL BAT 18 1-01-80 12:07a LIGHT COM 145 1-01-80 12:07a SOUND COM 145 1-01-80 12:07a PATCHFMT EXE 12670 1-01-80 12:08a INSTALL DAT 425 1-01-80 12:06a The original Plus install program creates a floppy diskette containing the Plus files, as above, but also performs several other operations to make it what they refer to as the "REINSTALL" diskette. This Reinstall diskette can later be used for reformatting the HardCard. Anyone have this?? I am killing myself for bricking the card and would really love to get it back. -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ No virus found in this incoming message. Checked by AVG - http://www.avg.com Version: 8.0.138 / Virus Database: 270.6.1/1605 - Release Date: 11-8-2008 16:59 From caveguy at sbcglobal.net Tue Aug 12 08:30:46 2008 From: caveguy at sbcglobal.net (Bob Bradlee) Date: Tue, 12 Aug 2008 09:30:46 -0400 Subject: INS8073 (was Re: HERO1 For sale...) In-Reply-To: Message-ID: <200808121332.m7CDWru5003282@keith.ezwind.net> On Mon, 11 Aug 2008 22:28:56 -0700, dwight elvey wrote: > Why does everyone always assume that Tiny BASIC was Tom Pittman's. >Palo Alto TB was the primary one used on Intel processors. This >was not even similar in coding style. The instructions were the same >because they were both basic BASIC. > As I recall, Tom did the 6800 and then the 6502. I know for a fact he was working on a RCA cosmac 1802 version when I met him years ago. I was out on the left coast on business and stopped by his house to purchase a copy for my AMI EVK300 prototype board. I expect I stil have it in storage somewhere. I will never forget the 4004 system he had out on the porch connected to a teletype punching distribution tapes. I had never seen an 8" floppy interfaced to a 4004, before or since that night. It was memorable. Bob Bradlee From Watzman at neo.rr.com Tue Aug 12 09:15:44 2008 From: Watzman at neo.rr.com (Barry Watzman) Date: Tue, 12 Aug 2008 10:15:44 -0400 Subject: IBM EGA Programming manual: anyone have a copy? In-Reply-To: <200808120611.m7C6Bd0D016665@dewey.classiccmp.org> References: <200808120611.m7C6Bd0D016665@dewey.classiccmp.org> Message-ID: I have a copy of it (original IBM EGA manual), apparently I made it back in the 1980's, it's definitely a copy but it's exactly like the original (e.g. double sided in the original 5.5 x 8.5 format). It's 168 pages ... it would be a hell of a job to scan or copy, and since it's an odd page size, I can't run it through an ADF "automatically". Barry Watzman Watzman at neo.rr.com ------------------------------ Message: 12 Date: Mon, 11 Aug 2008 22:39:12 -0400 From: Jonathan Gevaryahu Subject: IBM EGA Programming manual: anyone have a copy? To: cctech at classiccmp.org Message-ID: <48A0F7D0.3060606 at drexel.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed I'm searching for a copy of the official IBM EGA programming manual/reference manual. If I recall correctly, in order to actually GET that manual you needed to have bought the $150? CGA/MDA programming/reference manual (or something like that) and have sent in the little registration card, and IBM sent you the EGA one in the mail. Does anyone have a copy of it? (a copy of the cga/mda one would be nice too, but isn't nearly as important) Contact me off-list (or on-list if you'd like) if you do, I'm quite willing to pay for photocopying/scanning/time/etc. -- Jonathan Gevaryahu jgevaryahu(@t)hotmail(d0t)com jzg22(@t)drexel(d0t)edu ------------------------------ From ploopster at gmail.com Tue Aug 12 10:15:52 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Tue, 12 Aug 2008 11:15:52 -0400 Subject: COBOL quote in the news In-Reply-To: <1218493598.6407.37.camel@bart> References: <489ABA22.8563.F6561BF@cclist.sydex.com> <489B3CB5.7070806@brouhaha.com> <489BA401.3000306@ptdprolog.net> <48A05AF7.2020508@arachelian.com> <48A08CFC.5080303@brouhaha.com> <1218493598.6407.37.camel@bart> Message-ID: <48A1A928.1090103@gmail.com> Steve Robertson wrote: >> > or perhaps (automated) language translators; say from Cobol to Java. >> >> If you do an automated translation, the result will just be COBOL that's >> written in Java. You won't be able to find *anyone* that's good at >> maintaining that mess. >> >> Eric > > I have a friend that is working for a company Web-enabling a COBOL > application for the DOD. This is a mission critical application that > consists of thousands of data input screens and literally millions of > lines of code. It was determined that the only semi-reasonable method of > porting the application would be to use an automated tool. > > The tool interprets the COBOL and spits out the mostly equivalent JAVA > code. I am told most of the code will not compile / run without serious > modification. So a developer, conversant in both COBOL and JAVA, has to > modify the already FUBAR code. The result is a multimillion dollar > hodge-podge of code that is absolutely unmaintainable! > > My friend had been working on this project for the last 7 years and > expects to retire long before it is complete. I would've just written web primitives for COBOL, if they don't already exist. Peace... Sridhar From ploopster at gmail.com Tue Aug 12 10:15:52 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Tue, 12 Aug 2008 11:15:52 -0400 Subject: COBOL quote in the news In-Reply-To: <1218493598.6407.37.camel@bart> References: <489ABA22.8563.F6561BF@cclist.sydex.com> <489B3CB5.7070806@brouhaha.com> <489BA401.3000306@ptdprolog.net> <48A05AF7.2020508@arachelian.com> <48A08CFC.5080303@brouhaha.com> <1218493598.6407.37.camel@bart> Message-ID: <48A1A928.1090103@gmail.com> Steve Robertson wrote: >> > or perhaps (automated) language translators; say from Cobol to Java. >> >> If you do an automated translation, the result will just be COBOL that's >> written in Java. You won't be able to find *anyone* that's good at >> maintaining that mess. >> >> Eric > > I have a friend that is working for a company Web-enabling a COBOL > application for the DOD. This is a mission critical application that > consists of thousands of data input screens and literally millions of > lines of code. It was determined that the only semi-reasonable method of > porting the application would be to use an automated tool. > > The tool interprets the COBOL and spits out the mostly equivalent JAVA > code. I am told most of the code will not compile / run without serious > modification. So a developer, conversant in both COBOL and JAVA, has to > modify the already FUBAR code. The result is a multimillion dollar > hodge-podge of code that is absolutely unmaintainable! > > My friend had been working on this project for the last 7 years and > expects to retire long before it is complete. I would've just written web primitives for COBOL, if they don't already exist. Peace... Sridhar From ploopster at gmail.com Tue Aug 12 10:32:18 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Tue, 12 Aug 2008 11:32:18 -0400 Subject: Upgrading early BIOS In-Reply-To: <200808120359.m7C3xPoZ027403@mailproxy1.ccountry.net> References: <200808120359.m7C3xPoZ027403@mailproxy1.ccountry.net> Message-ID: <48A1AD02.7070803@gmail.com> Hollandia at ccountry.net wrote: > I have tried the "cable select" settings on all of them. I assume that the > MASTER/SLAVE methodology is not mandatory. Cable select is often a giant pile of crap. Set master and slave. Peace... Sridhar From Paul_Koning at Dell.com Tue Aug 12 10:44:21 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Tue, 12 Aug 2008 11:44:21 -0400 Subject: COBOL quote in the news References: <489ABA22.8563.F6561BF@cclist.sydex.com> <489B3CB5.7070806@brouhaha.com> <489BA401.3000306@ptdprolog.net> <48A05AF7.2020508@arachelian.com> <48A08CFC.5080303@brouhaha.com> <1218493598.6407.37.camel@bart> <48A1A928.1090103@gmail.com> Message-ID: <18593.45013.677406.135020@chagelb-us-nash.equallogic.com> >>>>> "Sridhar" == Sridhar Ayengar writes: Sridhar> Steve Robertson wrote: >> I have a friend that is working for a company Web-enabling a >> COBOL application for the DOD. This is a mission critical >> application that consists of thousands of data input screens and >> literally millions of lines of code. It was determined that the >> only semi-reasonable method of porting the application would be to >> use an automated tool. >> ... Sridhar> I would've just written web primitives for COBOL, if they Sridhar> don't already exist. That would be the right answer. But if the customer insists on doing it the wrong way, and that customer has an infinite budget because it's our taxes paying for it, the result is programmers doing wrongheaded work for several generations. paul From cclist at sydex.com Tue Aug 12 10:58:47 2008 From: cclist at sydex.com (Chuck Guzis) Date: Tue, 12 Aug 2008 08:58:47 -0700 Subject: COBOL quote in the news In-Reply-To: <48A1A928.1090103@gmail.com> References: <489ABA22.8563.F6561BF@cclist.sydex.com>, <1218493598.6407.37.camel@bart>, <48A1A928.1090103@gmail.com> Message-ID: <48A150C7.24602.339C51@cclist.sydex.com> On 12 Aug 2008 at 11:15, Sridhar Ayengar wrote: > I would've just written web primitives for COBOL, if they don't already > exist. If the original application were written for a terminal, I would seriously consider running it as-is inside of an environment that provided a web-based terminal interface. Sometimes, tweaking the most innocuous bit of old code can lead to catastrophic results later. Often, what clouds the picture on projects like thse is the tantalizing promise of adding new features to old code--and one of the "features" inevitably turns out to be a can of cockroaches. Cheers, Chuck From mardy at voysys.com Tue Aug 12 11:06:33 2008 From: mardy at voysys.com (Marden P. Marshall) Date: Tue, 12 Aug 2008 12:06:33 -0400 Subject: WTB: DEC PC04 Paper Tape Reader/Punch Message-ID: <2C725119-415B-4DB2-B7C5-AADADCBED169@voysys.com> Does anyone have a DEC PC04 paper tape reader/punch that they would be interested in letting go? I'm also looking for the matching PC8-E (M840) UNIBUS controller card. Thanks, -Mardy From alexandre-listas at e-secure.com.br Tue Aug 12 12:19:52 2008 From: alexandre-listas at e-secure.com.br (Alexandre Souza) Date: Tue, 12 Aug 2008 14:19:52 -0300 Subject: Upgrading early BIOS References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net>, <48A03799.1946.F0ADD4@cclist.sydex.com>, <48A05C4C.2181.1800590@cclist.sydex.com> Message-ID: <047f01c8fc9f$da2b0070$0102a8c0@portajara> > But this system is a Backward-Hell, right? Not exactly the tops on Would a backward-hell be the heaven? :oO From RichA at vulcan.com Tue Aug 12 12:45:02 2008 From: RichA at vulcan.com (Rich Alderson) Date: Tue, 12 Aug 2008 10:45:02 -0700 Subject: PCB Artwork for DEC card edge fingers In-Reply-To: References: <48A0C2BE.7050809@nktelco.net> Message-ID: From: Guy Sotomayor Sent: Monday, August 11, 2008 8:27 PM > On Aug 11, 2008, at 3:52 PM, Charles H Dickman wrote: >> Does anybody have a PC board cad layout of the DEC card edge connector? I >> was hoping to find it in PCB (http://pcb.sourceforge.net/index.html) format. > I've layouts in EagleCAD, but if you're not using Eagle they're not > going to be much use. As I learned after picking up Vince Slyngstad's layouts for the RF08/RS08 emulator, no one has a translator for Eagle to any other format. However, CadSoft provide a free version of Eagle which can read any size board, even though it is restricted to 80mm x 100mm for new ones; that will allow someone with another layout program a leg up on the project. Thanks, Rich Rich Alderson RichA at vulcan.com Server Engineer, PDPplanet Project (206) 342-2239 Vulcan, Inc., 505 5th Avenue S, Seattle, WA 98104 (206) 465-2916 cell From vrs at msn.com Tue Aug 12 13:19:16 2008 From: vrs at msn.com (Vincent Slyngstad) Date: Tue, 12 Aug 2008 11:19:16 -0700 Subject: PCB Artwork for DEC card edge fingers References: <48A0C2BE.7050809@nktelco.net> Message-ID: From: "Rich Alderson" > From: Guy Sotomayor >> I've layouts in EagleCAD, but if you're not using Eagle they're not >> going to be much use. > > As I learned after picking up Vince Slyngstad's layouts for the > RF08/RS08 > emulator, no one has a translator for Eagle to any other format. > However, > CadSoft provide a free version of Eagle which can read any size board, > even > though it is restricted to 80mm x 100mm for new ones; that will allow > someone > with another layout program a leg up on the project. It's not as bad as that sounds. Even the freeware version of Eagle can convert to Gerber, which will let you order the boards and possibly import them (in a crude way) to another CAD program. But the best way is probably to "export script", which will export a text file with the commands to re-create the board. Then it should be possible to munge the commands into the format needed by the other CAD tool. Of course, there are still going to be the usual issues one would run into re-drawing the board, about finding equivalent components in the other tool's libraries and such. You can even export the component libraries and translate those, if you are determined enough. But I always found it easier to just use Eagle :-). Vince BTW, Guy, did you create your layouts from scratch, or use the stuff on my website? From Paul_Koning at Dell.com Tue Aug 12 13:20:09 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Tue, 12 Aug 2008 14:20:09 -0400 Subject: PCB Artwork for DEC card edge fingers References: <48A0C2BE.7050809@nktelco.net> Message-ID: <18593.54361.374379.937579@chagelb-us-nash.equallogic.com> >>>>> "Rich" == Rich Alderson writes: >> I've layouts in EagleCAD, but if you're not using Eagle they're >> not going to be much use. Rich> As I learned after picking up Vince Slyngstad's layouts for the Rich> RF08/RS08 emulator, no one has a translator for Eagle to any Rich> other format. Perhaps because the other commercial PCB tools all hate Cadsoft for making a program that's far cheaper than the others. And while it's more limited in some ways, it's far better in others. (I could create new device definitions in an hour or so for a 120 pin device -- something that seemed to take professionals days or weeks with the high-end tools they were using...) However, Eagle can produce PostScript output, which you should be able to import into other tools, perhaps by way of a trip through some 2D CAD or illustration tool. I just tried that -- the "CAM tool" in Eagle produces a PS file that Adobe Distiller, Adobe Illustrator, and *bletch* CorelDraw all handle correctly. paul From ard at p850ug1.demon.co.uk Tue Aug 12 01:49:40 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Tue, 12 Aug 2008 07:49:40 +0100 (BST) Subject: Terak 8510 system on eBay (# 300248208909) In-Reply-To: <20080811202949.GA4231@usap.gov> from "Ethan Dicks" at Aug 11, 8 08:29:49 pm Message-ID: > I've also had good results with pre-OMNIBUS PDP-8 gear by removing all > the cards, then cleaning the backplane with a chunk of manila folder, > cut to one 36-pin slot width, then dipped in >70% isopropyl alcohol > and run up and down each slot (switch to a new section when you start > to see grey streaks on the paper). That one trick has taken machines I find a bit of 80-column punched card used in much the same way is ideal for this... But perhaps it's a waste of rare punched cards these days :-( -tony From ard at p850ug1.demon.co.uk Tue Aug 12 02:01:11 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Tue, 12 Aug 2008 08:01:11 +0100 (BST) Subject: WTD: DEC 11/40 power supply (main unit) model H74 In-Reply-To: <5.1.0.14.0.20080811220241.01f430a0@smtp.degnanco.com> from "B. Degnan" at Aug 11, 8 10:19:52 pm Message-ID: > > The part number on the front is "H74 a" and it's the big part of the power > supply in the back. In front (looking from the side) are 5 "h754" > modules. The modules and the console power are attached to the "H74 > a" Other H74x supplies should work. I think you're missing some digits.... The normal PSU for the 11/40 (at least in the 21" mounting box) is an H742 (the suffix letter gives the mains voltage IIRC). There are slots for 5 regulator 'bricks', but I thought most of them were H744s (+5V 25A) ones. I think the H754 is -15V 10A, and I can't think why you'd need 5 of those. > > Here is the wording on the unit: > > Dec Power Supply > H74 a > > Caution > AC & DC OUTPUTS ARE PRESENT > WHEN LIGHT IS ON > > POWER ON > (( )) > > > ------------ > where (( )) = the light bulb. > > System was working recently.....The supply's red indicator light no longer > comes on, nor do the console lights, though the fans still run. In the The fans _in_ the power supply -- the 3 above the 'bricks' and the one over the +15V regualtor board at the front) are run off the mains input, as is the red neon indicator at the front and, of course, the big transformer. If the fans are running, then mains is getting to the PSU, and about the only reason that the neon isn't coming on is that it's failed. That is not uncommon. have you checked the AC supplies to the bricks? You should have a 20-30V AC feed to each one. This supply is relatively repairer-friendly in that the only place you find mains is on the input to the trasnformer and, of course ,the fans, etc. All the electronic stuff is entirely isolated from the mains by that transformer. Have you checked the voltage outputs from the bricks? And the +15V output from the regualtor board? I would be very suprised if you need a complete new PSU. And quite apart from my dislike of board-swapping (or in this case assembly-swapping), it would be expensive to ship a PSU due to the massive mains transformer in it, which is very unlikely to be the problem. All the components in these PSUs apart from that transformer are standard, and AFAIK still easily avaialble (or at least substitutes are). So my advice is to grab the prints, grab a voltmeter, and jump in! -tony From ard at p850ug1.demon.co.uk Tue Aug 12 02:02:51 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Tue, 12 Aug 2008 08:02:51 +0100 (BST) Subject: IBM EGA Programming manual: anyone have a copy? In-Reply-To: <48A0F7D0.3060606@drexel.edu> from "Jonathan Gevaryahu" at Aug 11, 8 10:39:12 pm Message-ID: > > I'm searching for a copy of the official IBM EGA programming > manual/reference manual. > If I recall correctly, in order to actually GET that manual you needed > to have bought the $150? CGA/MDA programming/reference manual (or > something like that) and have sent in the little registration card, and > IBM sent you the EGA one in the mail. > Does anyone have a copy of it? I assuem this is not the EGA section from the O&A Techref. I have that, it inculdes the BIOS ROM source listing, schematics, and details of all the I/O ports used, but no explict programing info with examples. > (a copy of the cga/mda one would be nice too, but isn't nearly as important) > Contact me off-list (or on-list if you'd like) if you do, I'm quite Again, I have the apporopriate TechRef sections... -tony From cisin at xenosoft.com Tue Aug 12 14:20:34 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Tue, 12 Aug 2008 12:20:34 -0700 (PDT) Subject: Upgrading early BIOS In-Reply-To: <047f01c8fc9f$da2b0070$0102a8c0@portajara> References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net>, <48A03799.1946.F0ADD4@cclist.sydex.com>, <48A05C4C.2181.1800590@cclist.sydex.com> <047f01c8fc9f$da2b0070$0102a8c0@portajara> Message-ID: <20080812121937.S58638@shell.lmi.net> On Tue, 12 Aug 2008, Alexandre Souza wrote: > > But this system is a Backward-Hell, right? Not exactly the tops on > Would a backward-hell be the heaven? :oO No. Just with the inner circles (tracks) on the outside, etc. From bpope at wordstock.com Tue Aug 12 14:43:32 2008 From: bpope at wordstock.com (Bryan Pope) Date: Tue, 12 Aug 2008 15:43:32 -0400 (EDT) Subject: Old-ish Graphic Apps (was: DEC PCB layout under Eagle) In-Reply-To: <18593.54361.374379.937579@chagelb-us-nash.equallogic.com> Message-ID: <20080812194332.28A4256F59@mail.wordstock.com> And thusly were the wise words spake by Paul Koning > > I just tried that -- the "CAM tool" in Eagle produces a PS file that > Adobe Distiller, Adobe Illustrator, and *bletch* CorelDraw all handle > correctly. > HA! Yet CorelDraw *used* to be *the* vector art app. And Harvard Graphics was the presentation software at the time.. (IMHO) Cheers, Bryan From cisin at xenosoft.com Tue Aug 12 14:55:19 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Tue, 12 Aug 2008 12:55:19 -0700 (PDT) Subject: Where to find memory ICs? In-Reply-To: <48A1233F.9030909@oldskool.org> References: <200808080620.m786KSv8054131@dewey.classiccmp.org> <48A1233F.9030909@oldskool.org> Message-ID: <20080812125157.J58638@shell.lmi.net> Surely, the cheapest source of old memory ICs is removing them from old memory boards. A J-RAM/J-Laser or Intel AboveBoard can yield a lot of chips. -- Grumpy Ol' Fred cisin at xenosoft.com From Paul_Koning at Dell.com Tue Aug 12 15:02:12 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Tue, 12 Aug 2008 16:02:12 -0400 Subject: Old-ish Graphic Apps (was: DEC PCB layout under Eagle) References: <18593.54361.374379.937579@chagelb-us-nash.equallogic.com> <20080812194332.28A4256F59@mail.wordstock.com> Message-ID: <18593.60484.263908.741372@chagelb-us-nash.equallogic.com> >>>>> "Bryan" == Bryan Pope writes: Bryan> And thusly were the wise words spake by Paul Koning >> I just tried that -- the "CAM tool" in Eagle produces a PS file >> that Adobe Distiller, Adobe Illustrator, and *bletch* CorelDraw >> all handle correctly. >> Bryan> HA! Yet CorelDraw *used* to be *the* vector art app. And Bryan> Harvard Graphics was the presentation software at the time.. Bryan> (IMHO) Yes, CorelDraw V3 wasn't all that bad. Pretty basic, but useable, and cheaper than Illustrator. And one or two versions later it acquired multi-page support, which is the one and only reason I still use it (Illustrator still doesn't have that). However, it also acquired many bugs, and a randomly-changing UI. Every new release creates a large collection of new bugs, and a new randomly different UI. Corel long ago lost any claim to software competence that it might ever have had. I can't think of any other software company whose quality is anywhere near as low as that outfit. paul From jbmcb1 at gmail.com Tue Aug 12 16:18:17 2008 From: jbmcb1 at gmail.com (Jason McBrien) Date: Tue, 12 Aug 2008 17:18:17 -0400 Subject: Old-ish Graphic Apps (was: DEC PCB layout under Eagle) In-Reply-To: <18593.60484.263908.741372@chagelb-us-nash.equallogic.com> References: <18593.54361.374379.937579@chagelb-us-nash.equallogic.com> <20080812194332.28A4256F59@mail.wordstock.com> <18593.60484.263908.741372@chagelb-us-nash.equallogic.com> Message-ID: <5f7d1b0e0808121418s1a3c644fx67367b2de39174ee@mail.gmail.com> My high school had a pretty high tech (for the time) computer graphics lab. I remember using DeluxePaint and DeluxePaint Animator on PS/2s. We even had a super high-tech IBM AT upgraded to a 386, running Targa TIPS with a framegrabber card and an EM graphics tablet. The coolest by far was the souped up PS/2 running Windows 3 with Fractal Design Painter. You could get a cup of coffee while the screen painted, but procedural brushes where the bomb in the early 90's. From legalize at xmission.com Tue Aug 12 16:24:01 2008 From: legalize at xmission.com (Richard) Date: Tue, 12 Aug 2008 15:24:01 -0600 Subject: Software decay (was: Old-ish Graphic Apps (was: DEC PCB layout under Eagle)) In-Reply-To: Your message of Tue, 12 Aug 2008 16:02:12 -0400. <18593.60484.263908.741372@chagelb-us-nash.equallogic.com> Message-ID: In article <18593.60484.263908.741372 at chagelb-us-nash.equallogic.com>, Paul Koning writes: > Corel long ago lost any claim to software competence that it might > ever have had. I can't think of any other software company whose > quality is anywhere near as low as that outfit. More than likely what happened is that the employees who had the design in their heads ceased to be employees. They quit and took the valuable "unwritten law" of how everything worked with them. The people who were brought on to implement new features probably had a difficult time understanding how the existing code worked and/or were afraid to do any serious changes on it for fear of how wrong it could go. And of course, the application didn't have a suite of unit tests covering all the code, so without having that internal knowledge of the structure that comes from having written it yourself, new changes become riskier and riskier. See Brian Foote's excellent essay "Big Ball of Mud" on how this can happen, even with well meaning, smart employees. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From cclist at sydex.com Tue Aug 12 17:54:26 2008 From: cclist at sydex.com (Chuck Guzis) Date: Tue, 12 Aug 2008 15:54:26 -0700 Subject: Old-ish Graphic Apps (was: DEC PCB layout under Eagle) In-Reply-To: <20080812194332.28A4256F59@mail.wordstock.com> References: <18593.54361.374379.937579@chagelb-us-nash.equallogic.com>, <20080812194332.28A4256F59@mail.wordstock.com> Message-ID: <48A1B232.24818.1B0229C@cclist.sydex.com> On 12 Aug 2008 at 15:43, Bryan Pope wrote: > And thusly were the wise words spake by Paul Koning > > > > I just tried that -- the "CAM tool" in Eagle produces a PS file that > > Adobe Distiller, Adobe Illustrator, and *bletch* CorelDraw all handle > > correctly. > > > > HA! Yet CorelDraw *used* to be *the* vector art app. And Harvard > Graphics was the presentation software at the time.. (IMHO) Heck, I still use OrCAD/386. Much simpler to use than the Windoze- based versions. There are some who still use the older DOS OrCAD. Cheers, Chuck From pat at computer-refuge.org Tue Aug 12 18:12:09 2008 From: pat at computer-refuge.org (Patrick Finnegan) Date: Tue, 12 Aug 2008 19:12:09 -0400 Subject: Old-ish Graphic Apps (was: DEC PCB layout under Eagle) In-Reply-To: <48A1B232.24818.1B0229C@cclist.sydex.com> References: <18593.54361.374379.937579@chagelb-us-nash.equallogic.com> <20080812194332.28A4256F59@mail.wordstock.com> <48A1B232.24818.1B0229C@cclist.sydex.com> Message-ID: <200808121912.09943.pat@computer-refuge.org> On Tuesday 12 August 2008, Chuck Guzis wrote: > On 12 Aug 2008 at 15:43, Bryan Pope wrote: > > And thusly were the wise words spake by Paul Koning > > > > > I just tried that -- the "CAM tool" in Eagle produces a PS file > > > that Adobe Distiller, Adobe Illustrator, and *bletch* CorelDraw > > > all handle correctly. > > > > HA! Yet CorelDraw *used* to be *the* vector art app. And Harvard > > Graphics was the presentation software at the time.. (IMHO) > > Heck, I still use OrCAD/386. Much simpler to use than the Windoze- > based versions. There are some who still use the older DOS OrCAD. I prefer to use xfig. :) Pat -- Purdue University Research Computing --- http://www.rcac.purdue.edu/ The Computer Refuge --- http://computer-refuge.org From ethan.dicks at usap.gov Tue Aug 12 18:13:18 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Tue, 12 Aug 2008 23:13:18 +0000 Subject: Old-ish Graphic Apps (was: DEC PCB layout under Eagle) In-Reply-To: <48A1B232.24818.1B0229C@cclist.sydex.com> References: <20080812194332.28A4256F59@mail.wordstock.com> <48A1B232.24818.1B0229C@cclist.sydex.com> Message-ID: <20080812231318.GA29328@usap.gov> On Tue, Aug 12, 2008 at 03:54:26PM -0700, Chuck Guzis wrote: > Heck, I still use OrCAD/386. Much simpler to use than the Windoze- > based versions. There are some who still use the older DOS OrCAD. OrCAD DOS was the first schematic capture tool I used, back when it was current. I still have a 486 on the shelf that has it installed (but I originally used it on a 5170 PC c. 1989) I've gotten used to EagleCAD, but I did like the crispness of OrCAD for DOS over the Windows version (the difference being that the DOS version renders right to the framebuffer in some high-res mode compared to what we were using for Windows resolution at the time). ISTR using some extended EGA mode in DOS, since the number of colors (up to 16) wasn't critical. _If_ OrCAD for DOS can use VESA drivers, there are now some really nice resolutions on not-entirely-modern cards that we just didn't have back then. That, and now it's trivial to get a large-format monitor that was just dreams back then - I suppose any clunkiness with the UI would stand out running it on a semi-up-to-date platform, though. I haven't actually fired OrCAD up since I started playing with EagleCAD a number of years ago. If I had to do a commercial product, though, I _do_ still have all the old tools (OrCAD, PADS PCB, and some layout package for the Amiga I had to buy c. 1993 to produce the GG2 Bus+) so I wouldn't _have_ to upgrade from the hobbyist Cadsoft license, but in the end it would probably still be worth the expense if I thought I could make the license cost back in sales). -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 12-Aug-2008 at 23:00 Z South Pole Station PSC 468 Box 400 Temp -78.7 F (-61.5 C) Windchill -118.8 F (-83.8 C) APO AP 96598 Wind 12.0 kts Grid 55 Barometer 675.9 mb (10783 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From wbblair3 at yahoo.com Tue Aug 12 11:08:56 2008 From: wbblair3 at yahoo.com (William Blair) Date: Tue, 12 Aug 2008 09:08:56 -0700 (PDT) Subject: Intel 4004 from discrete SMD transistors Message-ID: <862099.67000.qm@web50509.mail.re2.yahoo.com> > http://www.4004.com/ I forgot to point out that they are still requesting volunteers at the project web page linked to above (under the "How can I contact you?" heading). I'm surprised that I can't find anywhere on-line a project to create an entire MCS4 system on a single, low-end FPGA. Am I just missing it? From cclist at sydex.com Tue Aug 12 19:12:07 2008 From: cclist at sydex.com (Chuck Guzis) Date: Tue, 12 Aug 2008 17:12:07 -0700 Subject: Old-ish Graphic Apps (was: DEC PCB layout under Eagle) In-Reply-To: <20080812231318.GA29328@usap.gov> References: <20080812194332.28A4256F59@mail.wordstock.com>, <48A1B232.24818.1B0229C@cclist.sydex.com>, <20080812231318.GA29328@usap.gov> Message-ID: <48A1C467.1037.1F73E8F@cclist.sydex.com> On 12 Aug 2008 at 23:13, Ethan Dicks wrote: > _If_ OrCAD for DOS can use VESA drivers, there are now some really > nice resolutions on not-entirely-modern cards that we just didn't have > back then. That, and now it's trivial to get a large-format monitor > that was just dreams back then - I suppose any clunkiness with the UI > would stand out running it on a semi-up-to-date platform, though. There's a Yahoo Group called OldDosOrcad that has a file section with some updated drivers (at quick glance up to 1920x1280). A bunch of other interesting stuff too. Cheers, Chuck From wbblair3 at yahoo.com Tue Aug 12 10:20:09 2008 From: wbblair3 at yahoo.com (William Blair) Date: Tue, 12 Aug 2008 08:20:09 -0700 (PDT) Subject: Intel 4004 from discrete SMD transistors In-Reply-To: <200808111700.m7BH053b005415@dewey.classiccmp.org> Message-ID: <628783.31692.qm@web50511.mail.re2.yahoo.com> About the web page I posted the link for yesterday: http://www.4004.com/ I emailed the owner of the site to ask a question and got an interesting response: The right-hand 4004 exhibit photo at the top of the page looks like a 4004 reproduced with surface mount devices on a PC board. Is that what it is? If so, where is it specifically discussed in the text? Thanks, Bill Hi Bill, Those are indeed surface-mount transistors positioned where the original transistors are on the chip, but the photo is of a non-functional prototype currently on exhibit at the Intel Museum. Alas, we are still working on our ultimate goal of building a fully functional reproduction of the 4004, and displaying that in a museum or two. There is no write-up because this ambitious part of the saga is still in-progress, and because we're all busy professionals with "day jobs," there is currently no estimated completion date. Since you expressed an interest, here's where we're at: we have a verified netlist from the schematics, and an unverified netlist we painstakingly extracted from the mask artwork. It contains key geometry information we need for layout and routing, but also some errors we need to find and fix. We ran into a snag reconciling the two netlists (it is an "NP hard" problem), but I think we're getting close to a solution. Then we can move to the PC board layout stage, build another giant prototype, and start debugging... I'm crossing my fingers and praying that we can finish the project by this upcoming 37th anniversary of the 4004 product announcement back on November 15 of 1971. --Tim From billdeg at degnanco.com Tue Aug 12 21:08:07 2008 From: billdeg at degnanco.com (B. Degnan) Date: Tue, 12 Aug 2008 22:08:07 -0400 Subject: Correction - WTD: H742a Power Supply PDP 11/40 Message-ID: <5.1.0.14.0.20080812215957.020767f8@smtp.degnanco.com> Correction to earlier post. I am looking for a H742a Power Supply PDP 11/40. Bill From ggs at shiresoft.com Tue Aug 12 21:23:48 2008 From: ggs at shiresoft.com (Guy Sotomayor) Date: Tue, 12 Aug 2008 19:23:48 -0700 Subject: PCB Artwork for DEC card edge fingers In-Reply-To: References: <48A0C2BE.7050809@nktelco.net> Message-ID: <6EB3A9B2-E361-4E43-BE33-8A0ED5CAD928@shiresoft.com> On Aug 12, 2008, at 11:19 AM, Vincent Slyngstad wrote: > From: "Rich Alderson" >> From: Guy Sotomayor >>> I've layouts in EagleCAD, but if you're not using Eagle they're >>> not going to be much use. >> As I learned after picking up Vince Slyngstad's layouts for the >> RF08/RS08 >> emulator, no one has a translator for Eagle to any other format. >> However, >> CadSoft provide a free version of Eagle which can read any size >> board, >> even >> though it is restricted to 80mm x 100mm for new ones; that will allow >> someone >> with another layout program a leg up on the project. > > It's not as bad as that sounds. Even the freeware version of Eagle > can convert to Gerber, which will let you order the boards and > possibly import them (in a crude way) to another CAD program. > > But the best way is probably to "export script", which will export a > text file with the commands to re-create the board. Then it should > be possible to munge the commands into the format needed by the > other CAD tool. Of course, there are still going to be the usual > issues one would run into re-drawing the board, about finding > equivalent components in the other tool's libraries and such. > > You can even export the component libraries and translate those, if > you are determined enough. But I always found it easier to just use > Eagle :-). I know folks who've written translators using Eagle to export the design from Eagle to some other (documented) format, used another tool for some things and then re-imported it back into Eagle. The scripting language (and it *is* a programming language) in Eagle is extremely powerful - it gives you full access to all of the internals. It's the *only* way to create large complex devices/ packages - try creating a 200 pin SMD connector with .3mm pitch by hand. > > > BTW, Guy, did you create your layouts from scratch, or use the stuff > on my website? I started from those but have gone on from there. TTFN - Guy From brain at jbrain.com Tue Aug 12 21:48:24 2008 From: brain at jbrain.com (Jim Brain) Date: Tue, 12 Aug 2008 21:48:24 -0500 Subject: PCB Artwork for DEC card edge fingers In-Reply-To: <6EB3A9B2-E361-4E43-BE33-8A0ED5CAD928@shiresoft.com> References: <48A0C2BE.7050809@nktelco.net> <6EB3A9B2-E361-4E43-BE33-8A0ED5CAD928@shiresoft.com> Message-ID: <48A24B78.5060104@jbrain.com> Guy Sotomayor wrote: >> You can even export the component libraries and translate those, if >> you are determined enough. But I always found it easier to just use >> Eagle :-). Although I can understand the "FLOSS purists" shunning the app for philosophical reasons, I find it's a nice tool. While there are arguably better GUIs out there for the price, the amount of libraries for EAGLE seems to dwarf the other CAD options. And, since I've already learned the GUI, I find there's little incentive to go to another tool. To keep it on topic, it would seem there are far worse things in life than having the DEC card edge connector in EAGLE. Jim From bobalan at sbcglobal.net Tue Aug 12 22:31:00 2008 From: bobalan at sbcglobal.net (Bob Rosenbloom) Date: Tue, 12 Aug 2008 20:31:00 -0700 Subject: IBM system/34 5340 plus 5251 Terminals on Craigslist In-Reply-To: <48A24B78.5060104@jbrain.com> References: <48A0C2BE.7050809@nktelco.net> <6EB3A9B2-E361-4E43-BE33-8A0ED5CAD928@shiresoft.com> <48A24B78.5060104@jbrain.com> Message-ID: <48A25574.2040508@sbcglobal.net> Saw this IBM System 32 on Craigslist in the SF bay area: http://sfbay.craigslist.org/eby/sys/794072481.html Someone out there must want it. Bob From gordon at gjcp.net Tue Aug 12 03:42:42 2008 From: gordon at gjcp.net (Gordon J. C. Pearce) Date: Tue, 12 Aug 2008 09:42:42 +0100 Subject: QBus framebuffers, was Re: Terak 8510 system on eBay In-Reply-To: <6.2.3.4.2.20080811110331.06ef9b80@mail.threedee.com> References: <489FCEE7.5080908@crash.com> <51ea77730808102333s71d1a6a6mf878daa87ff6dfe9@mail.gmail.com> <489FE002.3040705@crash.com> <6.2.3.4.2.20080811110331.06ef9b80@mail.threedee.com> Message-ID: <1218530562.13789.1.camel@kusanagi> All this talk of Teraks reminds me, it's about time for my approximately semi-annual QBus framebuffer hunt. Is anyone keen to sell such a thing? Gordon From snhirsch at gmail.com Tue Aug 12 12:03:23 2008 From: snhirsch at gmail.com (Steven Hirsch) Date: Tue, 12 Aug 2008 13:03:23 -0400 (EDT) Subject: Terak 8510 system on eBay In-Reply-To: <48A05B0E.9080403@bitsavers.org> References: <48A05B0E.9080403@bitsavers.org> Message-ID: >> It's listed for $199 plus shipping for the main unit I picked up three or four units with disk drives about 12 years ago at University of Vermont's surplus sale. Had no idea what they were and could not find anyone who did. Ended up parting them out and keeping the drive mechanisms. Blast. Steve -- From iamvirtual at gmail.com Tue Aug 12 14:48:09 2008 From: iamvirtual at gmail.com (B M) Date: Tue, 12 Aug 2008 13:48:09 -0600 Subject: Paper Tape Reader Message-ID: <2645f9870808121248h7722d765n1894fc7d5e414de4@mail.gmail.com> Does anyone know of a source for a [relatively] cheap paper tape reader suitable for reading standard DEC paper tapes? I have several paper tapes from a PDP-11/20 that I would like to read, and of course, share :-). Something like the OP-80 from Oliver Engineering would be suitable. Thanks. --barrym From wgungfu at uwm.edu Wed Aug 13 01:13:49 2008 From: wgungfu at uwm.edu (wgungfu at uwm.edu) Date: Wed, 13 Aug 2008 01:13:49 -0500 Subject: TRS-80 expansion interface? In-Reply-To: <628783.31692.qm@web50511.mail.re2.yahoo.com> References: <628783.31692.qm@web50511.mail.re2.yahoo.com> Message-ID: <1218608029.48a27b9d13155@panthermail.uwm.edu> Does anyone have a TRS-80 model I expansion interface they're willing to part with? I just rescued a Model I (second edition with the numeric keypad), and I'd like to track one down for use/display purposes. I'm also looking for a Model III in the Wisconsin area (i.e. driving distance). Thanks! Marty From bear at typewritten.org Wed Aug 13 02:27:33 2008 From: bear at typewritten.org (r.stricklin) Date: Wed, 13 Aug 2008 00:27:33 -0700 Subject: IBM system/34 5340 plus 5251 Terminals on Craigslist In-Reply-To: <48A25574.2040508@sbcglobal.net> References: <48A0C2BE.7050809@nktelco.net> <6EB3A9B2-E361-4E43-BE33-8A0ED5CAD928@shiresoft.com> <48A24B78.5060104@jbrain.com> <48A25574.2040508@sbcglobal.net> Message-ID: On Aug 12, 2008, at 8:31 PM, Bob Rosenbloom wrote: > Someone out there must want it. I'd certainly like one of the 5251s to materialize in Seattle. ok bear From dgriffi at cs.csubak.edu Wed Aug 13 02:40:31 2008 From: dgriffi at cs.csubak.edu (David Griffith) Date: Wed, 13 Aug 2008 00:40:31 -0700 (PDT) Subject: questbusters Message-ID: Does anyone here have a collection of Questbusters newsletters? I just acquired some from my brother who asked me to sell them. I'd like to see if I can get scans gathered together. -- David Griffith dgriffi at cs.csubak.edu A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? From emu at e-bbes.com Wed Aug 13 04:31:37 2008 From: emu at e-bbes.com (e.stiebler) Date: Wed, 13 Aug 2008 03:31:37 -0600 Subject: QBus framebuffers, was Re: Terak 8510 system on eBay In-Reply-To: <1218530562.13789.1.camel@kusanagi> References: <489FCEE7.5080908@crash.com> <51ea77730808102333s71d1a6a6mf878daa87ff6dfe9@mail.gmail.com> <489FE002.3040705@crash.com> <6.2.3.4.2.20080811110331.06ef9b80@mail.threedee.com> <1218530562.13789.1.camel@kusanagi> Message-ID: <48A2A9F9.9070103@e-bbes.com> Gordon J. C. Pearce wrote: > All this talk of Teraks reminds me, it's about time for my approximately > semi-annual QBus framebuffer hunt. Is anyone keen to sell such a thing? What exactly are you looking for ? From coredump at gifford.co.uk Wed Aug 13 08:52:24 2008 From: coredump at gifford.co.uk (John Honniball) Date: Wed, 13 Aug 2008 14:52:24 +0100 Subject: Old-ish Graphic Apps In-Reply-To: <20080812194332.28A4256F59@mail.wordstock.com> References: <20080812194332.28A4256F59@mail.wordstock.com> Message-ID: <48A2E718.2030904@gifford.co.uk> Bryan Pope wrote: > And thusly were the wise words spake by Paul Koning > >>I just tried that -- the "CAM tool" in Eagle produces a PS file that >>Adobe Distiller, Adobe Illustrator, and *bletch* CorelDraw all handle >>correctly. > > HA! Yet CorelDraw *used* to be *the* vector art app. And Harvard > Graphics was the presentation software at the time.. (IMHO) I used to write presentation graphics software for the London Software Studio, back in 1986-88. Harvard Graphics was out big competitor at the time -- what happened to it? Our software was called EPPS, the Enhanced Personal Presentation System, and ran on PCs with EGA cards. Then, the VGA came out and we got a bit left behind. I still have some demo code in C that I wrote on a PS/2 Model 80 for manipulating the VGA palette chip and doing all sorts of new and exciting things that never got into a product. PS. I had a copy of the EGA programming manual that was mentioned in another thread, but of course that was lost a long time ago. -- John Honniball coredump at gifford.co.uk From jeff.kaneko at juno.com Wed Aug 13 09:38:25 2008 From: jeff.kaneko at juno.com (jeff.kaneko at juno.com) Date: Wed, 13 Aug 2008 14:38:25 GMT Subject: Terak 8510 system on eBay Message-ID: <20080813.073825.221.0@webmail23.vgs.untd.com> Geez, that hurts. They're 'investment grade' systems now. Major bummer. I saw a couple, some years ago, rusting away in a scrapyard in the midwest. They used to belong to Boeing. Damaged beyond all repair. Lots of heartache to go around . . . . -- Steven Hirsch wrote: >> It's listed for $199 plus shipping for the main unit I picked up three or four units with disk drives about 12 years ago at University of Vermont's surplus sale. Had no idea what they were and could not find anyone who did. Ended up parting them out and keeping the drive mechanisms. Blast. Steve -- ____________________________________________________________ Click to make millions by owning your own franchise. http://thirdpartyoffers.juno.com/TGL2141/fc/Ioyw6i3m6iRzCLyaA7qgoeQCz0rN6r7dwtkStTgWyHBx6mGxQSR5Pg/ From dm561 at torfree.net Wed Aug 13 10:29:10 2008 From: dm561 at torfree.net (M H Stein) Date: Wed, 13 Aug 2008 11:29:10 -0400 Subject: Paper Tape Reader Message-ID: <01C8FD37.F63116E0@host-208-72-122-85.dyn.295.ca> ----------Original Message: Date: Tue, 12 Aug 2008 13:48:09 -0600 From: "B M" Subject: Paper Tape Reader Does anyone know of a source for a [relatively] cheap paper tape reader suitable for reading standard DEC paper tapes? I have several paper tapes from a PDP-11/20 that I would like to read, and of course, share :-). Something like the OP-80 from Oliver Engineering would be suitable. Thanks. --barrym ----------Reply: I've got 4 or 5 different models of PPT readers (and some perfs), but none quite as simple as the OP-80 and they'd all require some custom interfacing; what's [relatively] cheap ??? Contact me off-list if interested; thanks. mike From kth at srv.net Wed Aug 13 10:41:29 2008 From: kth at srv.net (Kevin Handy) Date: Wed, 13 Aug 2008 09:41:29 -0600 Subject: BASIC-Plus decompiler In-Reply-To: <18585.62739.925542.749745@gargle.gargle.HOWL> References: <4898D271.6040002@jetnet.ab.ca> <200808052244.m75Miafp032342@floodgap.com> <4898C2BC.606.7B6FBFE@cclist.sydex.com> <18585.45160.30500.762066@gargle.gargle.HOWL> <6.2.3.4.2.20080806104205.05d2ee20@mail.threedee.com> <18585.52665.834481.493383@gargle.gargle.HOWL> <6.2.3.4.2.20080806113327.058f6580@mail.threedee.com> <18585.56980.456590.989156@gargle.gargle.HOWL> <6.2.3.4.2.20080806125406.092d0070@mail.threedee.com> <18585.62739.925542.749745@gargle.gargle.HOWL> Message-ID: <48A300A9.6060005@srv.net> Paul Koning wrote: > You may be missing the different product names. > "BASIC-PLUS" and "BASIC-PLUS-2" are very different beasts. (I haven't > seen BASIC-PLUS-1 before, that wasn't a normal designation but the > meaning is obvious.) > > BP was a P-code ("push-pop code") incremental compiler. It runs only > on RSTS. > Right. It compiled into a "reverse polish" format. It runs a lot like "java" does now. Unlike Mirosoft basic, it does not have to be re-interpreted every time the line is executed. The execution just executes the p-code step by step. > BP2 was a regular compiler; it would produce object files which you'd > feed to TKB to get your RSX-format executables. It ran on RSTS, RSX, > and VMS. > And I have never seen a decompiler for BP2. It may be possible, but I've never seen one. > >From the point of view of language, BP2 was pretty much a superset of > BP though not exactly. You could certainly write the intersection of > the two very easily. At DEC, that was the practice for RSTS tools > because, at least for a while, they needed to be useable for customers > who didn't have the BP2 optional (extra cost) product installed. > Later that was dropped due to the introduction of "CSPCOM", a limited > BP2 variant. > As I understand it, CSPCOM was an earlier version of BP2, without much of the supporting software. > The decompilers you're describing are for BP, not BP2. PPcode was > just "high level" enough that you could get reasonably intellegible > decompile output. I don't think the decompile would actually produce > BASIC source; instead it was more like an annotated disassembly that > you could read with some effort. At least that's what I recall from > the one or two occasions where I tried one of those decompilers. > The two that I have generate runnable code. Sometimes it generates a wrong instruction in weird cases, iirc, rarely used code like "x = y until z" would sometimes decompile wrongly, but it normally worked. The decompilers I have take the "reverse polish", and transform it back to the original form. The code you get back nay not look exactly like the original (the original parentheses are long gone), but it was equivalent code. BP p-code was not optimized in any way. 1+2+3 was compiled as "1 2 + 3 +", and not as "6", for example. This is what made decompiling possible, and actually fairly easy. The biggest problem was the limited memory space for the decompiler. > By contrast, BP did support "LIST" but it would do that by saving the > source text (in a temporary file) as well as the P-code > representation; LIST would give you the saved source text. > Basic Plus kept both the original source and the p-code. "Save" would save the source, "compile" would save the p-code. Unlike Microsoft basic, BP did nothing to the original source, like extracting spaces. Microsoft basic would convert the source to tokens (in place) whenever possible, and typing the code in lower case would cause this tokenization to fail, resulting in larger and slower code. From mike at brickfieldspark.org Wed Aug 13 10:57:20 2008 From: mike at brickfieldspark.org (Mike Hatch) Date: Wed, 13 Aug 2008 16:57:20 +0100 Subject: Paper Tape Reader References: <2645f9870808121248h7722d765n1894fc7d5e414de4@mail.gmail.com> <48A2C4A8.5070505@acc.umu.se> Message-ID: <001501c8fd5d$455d56f0$961ca8c0@mss.local> There is a design one kicking around on Epay somewhere that hooks up to a parallel port (I believe) but no mechanics. Seller claims you can pull tape through with no drop outs. Sorry cant find the link at the moment but will have a hunt around for it. Looks very similar to the Oliver Engineering OP-80 but the pcb's were properly finished with green resist and silk screens, also had test tapes. Looks like a simple design must be relatively simple to replicate. Mike. > > B M wrote: >> Does anyone know of a source for a [relatively] cheap paper tape >> reader suitable for reading standard DEC paper tapes? I have several >> paper tapes from a PDP-11/20 that I would like to read, and of course, >> share :-). Something like the OP-80 from Oliver Engineering would be >> suitable. >> >> Thanks. >> >> --barrym >> > > From korpela at ssl.berkeley.edu Wed Aug 13 11:00:16 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Wed, 13 Aug 2008 09:00:16 -0700 Subject: Upgrading early BIOS In-Reply-To: <48A10CA4.8050106@tdh.com> References: <200808120359.m7C3xPoZ027403@mailproxy1.ccountry.net> <48A10CA4.8050106@tdh.com> Message-ID: On Mon, Aug 11, 2008 at 9:08 PM, Michael Lee wrote: > Cable select may not work with those systems, and or drives. I always set > the master/slave for systems from that era to avoid issues. I always set master/slave for later model systems as well. I'm still not willing to count on a drive being able to figure out correctly which connector it's connected to. Especially not for a cheap IDC40 connector that can barely hang onto the ribbon cable in the first place. Eric From korpela at ssl.berkeley.edu Wed Aug 13 11:12:05 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Wed, 13 Aug 2008 09:12:05 -0700 Subject: Upgrading early BIOS In-Reply-To: <200808120359.m7C3xPoZ027403@mailproxy1.ccountry.net> References: <200808120359.m7C3xPoZ027403@mailproxy1.ccountry.net> Message-ID: On Mon, Aug 11, 2008 at 8:59 PM, wrote: > The BIOS also allows two User-Defined Types, in which the parameters can > have the following ranges: > > Cylinders: 0-9999 > Heads: 0-99 > Write Precomp: 0-9999 > Landing Zone: 0-9999 > Sectors: 0-99 The BIOS may allow you to set parameters to those values, but it probably won't work with more than 63 sectors, especially if you're using DOS. It also probably won't work with more than 1024 cylinders and 16 heads (again depending upon the OS). LZ and Write Precomp mean nothing on a modern IDE drive. I usually set LZ to the number of cylinders -1 and Wreite Precomp to 0. I would guess that with a BIOS this early you are in the 504MB limit era. > I have tried the "cable select" settings on all of them. I assume that the > MASTER/SLAVE methodology is not mandatory. The concept of "cable select" hadn't been invented when this machine was built. Use master/slave. Eric From korpela at ssl.berkeley.edu Wed Aug 13 11:17:02 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Wed, 13 Aug 2008 09:17:02 -0700 Subject: Upgrading early BIOS In-Reply-To: <48A18D18.4030400@yahoo.com> References: <200808120506.m7C56CJN014903@dewey.classiccmp.org> <48A18D18.4030400@yahoo.com> Message-ID: On Tue, Aug 12, 2008 at 6:16 AM, Al Hartman wrote: > Why not try adding a PCI IDE adapter? It will have it's own BIOS that will > over-ride the internal BIOS. With an Award 486 BIOS v1.01, this machine doesn't have PCI slots. In fact I doubt that it would even have VESA Local Bus (VLB) slots. I would make a wild assed guess that this is a reworked 386 motherboard with 7 ISA slots, 3 of which are 16bit and one of which has a proprietary 32bit ISA extension for use as memory expansion. How close did I come, Kurt? Eric From cclist at sydex.com Wed Aug 13 11:49:02 2008 From: cclist at sydex.com (Chuck Guzis) Date: Wed, 13 Aug 2008 09:49:02 -0700 Subject: Upgrading early BIOS In-Reply-To: References: <200808120359.m7C3xPoZ027403@mailproxy1.ccountry.net>, Message-ID: <48A2AE0E.31729.469922@cclist.sydex.com> On 13 Aug 2008 at 9:12, Eric J Korpela wrote: > The concept of "cable select" hadn't been invented when this machine > was built. Use master/slave. Is not the operation of "cable select" a function of the cable and not the mobo? If the OP is using a "cable select" IDE cable, he can use CS with no problem. That business with him mentioning CS is what made me wonder if he wasn't also using a UDMA cable (which by the standard also supports CS). (It's starting to get pretty hard to find *new* non-UDMA cables nowadays). If that's the case, then any UDMA-capable drives will be operating in that mode, which will not work with his old system. If he's using non-UDMA drives, then the cable won't matter. Cheers, Chuck From jzg22 at drexel.edu Wed Aug 13 12:11:02 2008 From: jzg22 at drexel.edu (Jonathan Gevaryahu) Date: Wed, 13 Aug 2008 13:11:02 -0400 Subject: IBM EGA Programming manual: anyone have a copy? In-Reply-To: <200808131701.m7DH1LC5036319@dewey.classiccmp.org> References: <200808131701.m7DH1LC5036319@dewey.classiccmp.org> Message-ID: <48A315A6.80909@drexel.edu> ------------------------------ > Message: 3 > Date: Tue, 12 Aug 2008 08:02:51 +0100 (BST) > From: ard at p850ug1.demon.co.uk (Tony Duell) > Subject: Re: IBM EGA Programming manual: anyone have a copy? > To: cctalk at classiccmp.org > Message-ID: > Content-Type: text/plain > > >> I'm searching for a copy of the official IBM EGA programming >> manual/reference manual. >> If I recall correctly, in order to actually GET that manual you needed >> to have bought the $150? CGA/MDA programming/reference manual (or >> something like that) and have sent in the little registration card, and >> IBM sent you the EGA one in the mail. >> Does anyone have a copy of it? >> > > I assuem this is not the EGA section from the O&A Techref. I have that, > it inculdes the BIOS ROM source listing, schematics, and details of all > the I/O ports used, but no explict programing info with examples. > > >> (a copy of the cga/mda one would be nice too, but isn't nearly as important) >> Contact me off-list (or on-list if you'd like) if you do, I'm quite >> > > Again, I have the apporopriate TechRef sections... > > -tony > > > > ------------------------------ > Yes, it was that. Barry Watzman sent me a scan of his photocopied copy of it. -- Jonathan Gevaryahu jgevaryahu(@t)hotmail(d0t)com jzg22(@t)drexel(d0t)edu From glen.slick at gmail.com Wed Aug 13 13:21:15 2008 From: glen.slick at gmail.com (Glen Slick) Date: Wed, 13 Aug 2008 11:21:15 -0700 Subject: Paper Tape Reader In-Reply-To: <001501c8fd5d$455d56f0$961ca8c0@mss.local> References: <2645f9870808121248h7722d765n1894fc7d5e414de4@mail.gmail.com> <48A2C4A8.5070505@acc.umu.se> <001501c8fd5d$455d56f0$961ca8c0@mss.local> Message-ID: <1e1fc3e90808131121y98012e7h85fb3a5571a7c096@mail.gmail.com> On Wed, Aug 13, 2008 at 8:57 AM, Mike Hatch wrote: > There is a design one kicking around on Epay somewhere that hooks up to a > parallel port (I believe) but no mechanics. Seller claims you can pull tape > through with no drop outs. Sorry cant find the link at the moment but will > have a hunt around for it. > This one by "mikesdavis" ? http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=150267933071 From legalize at xmission.com Wed Aug 13 14:03:58 2008 From: legalize at xmission.com (Richard) Date: Wed, 13 Aug 2008 13:03:58 -0600 Subject: Old-ish Graphic Apps In-Reply-To: Your message of Wed, 13 Aug 2008 14:52:24 +0100. <48A2E718.2030904@gifford.co.uk> Message-ID: In article <48A2E718.2030904 at gifford.co.uk>, John Honniball writes: > I used to write presentation graphics software for the London > Software Studio, back in 1986-88. Harvard Graphics was out big > competitor at the time -- what happened to it? It appears to still be around -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From dm561 at torfree.net Wed Aug 13 14:36:04 2008 From: dm561 at torfree.net (M H Stein) Date: Wed, 13 Aug 2008 15:36:04 -0400 Subject: Upgrading early BIOS Message-ID: <01C8FD5A.7B872EC0@mandr71> ----------Original Message(s): Date: Wed, 13 Aug 2008 09:49:02 -0700 From: "Chuck Guzis" Subject: Re: Upgrading early BIOS On 13 Aug 2008 at 9:12, Eric J Korpela wrote: > The concept of "cable select" hadn't been invented when this machine > was built. Use master/slave. Is not the operation of "cable select" a function of the cable and not the mobo? If the OP is using a "cable select" IDE cable, he can use CS with no problem. That business with him mentioning CS is what made me wonder if he wasn't also using a UDMA cable (which by the standard also supports CS). (It's starting to get pretty hard to find *new* non-UDMA cables nowadays). If that's the case, then any UDMA-capable drives will be operating in that mode, which will not work with his old system. If he's using non-UDMA drives, then the cable won't matter. Cheers, Chuck ---------------Reply: AFAIK cable select has always been an option with Parallel ATA drives, although it was rarely used in pre-UDMA days; the cable was obviously different (40 conductors with standard connectors vs. 80 conductors and unique special connectors) and the order of the drives was usually reversed (i.e. the slave on the end of the cable). It's the motherboard that determines the cable type and mode from pin 34, which is grounded at the mobo end in a UDMA cable, so if the mobo isn't UDMA-aware I don't think the drives would be, and the cable wouldn't matter. Also, not all drives supported CS. Bottom line: don't use CS with pre-UDMA drives, cables and/or motherboards unless you're certain that all three support it, and even master/slave can be problematic with very old IDE drives. More info: http://en.wikipedia.org/wiki/Integrated_Drive_Electronics m From legalize at xmission.com Wed Aug 13 15:49:40 2008 From: legalize at xmission.com (Richard) Date: Wed, 13 Aug 2008 14:49:40 -0600 Subject: Terak 8510 system on eBay In-Reply-To: Your message of Wed, 13 Aug 2008 14:38:25 +0000. <20080813.073825.221.0@webmail23.vgs.untd.com> Message-ID: Got it! Actually I got it for less than I expected -- $1275. Still, its the single most expensive item I've bought to date. However, I'd say this is going to be one of the most important items in my collection of graphics gear. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From cclist at sydex.com Wed Aug 13 15:49:22 2008 From: cclist at sydex.com (Chuck Guzis) Date: Wed, 13 Aug 2008 13:49:22 -0700 Subject: Upgrading early BIOS In-Reply-To: <01C8FD5A.7B872EC0@mandr71> References: <01C8FD5A.7B872EC0@mandr71> Message-ID: <48A2E662.20176.1229D90@cclist.sydex.com> On 13 Aug 2008 at 15:36, M H Stein wrote: > AFAIK cable select has always been an option with Parallel ATA drives, > although it was rarely used in pre-UDMA days; the cable was obviously > different (40 conductors with standard connectors vs. 80 conductors and > unique special connectors) and the order of the drives was usually reversed > (i.e. the slave on the end of the cable). Nope--I've got a couple of very early Conner and Maxtor drives (less than 100 MB)--CS isn't an option on the jumpers. > It's the motherboard that determines the cable type and mode from pin 34, > which is grounded at the mobo end in a UDMA cable, so if the mobo isn't > UDMA-aware I don't think the drives would be, and the cable wouldn't matter. > Also, not all drives supported CS. Read the Wiki article you cited: "Pin 34: Pin 34 is connected to ground inside the blue connector of an 80 conductor cable but not attached to any conductor of the cable. It is attached normally on the gray and black connectors". On UDMA-66 capable drives, it's the cable, not the mobo that dictates speed. Put an ordinary 40 conductor cable on a UDMA-capable drive and mobo, and the configuration won't take advantage of it. When the changeover was in progress, we used to get support calls quite often on the subject of UDMA cables and drives on non-UDMA mobos. Similarly: "With the 40-wire cable it was very common to implement cable select by simply cutting the pin 28 wire between the two device connectors; putting the slave device at the end of the cable, and the master on the "middle" connector. This arrangement eventually was standardized in later versions. If there is just one device on the cable, this results in an unused "stub" of cable, which is undesirable for physical convenience and electrical reasons. The stub causes signal reflections, particularly at higher transfer rates." Bottom line is that if you use a non-CS-capable (i.e. 40 conductor "straight through") cable, it won't work. Depending on what the mobo/controller end does with pin 28, you'll have either two masters or two slaves on the same cable. Cheers, Chuck From aek at bitsavers.org Wed Aug 13 17:19:39 2008 From: aek at bitsavers.org (Al Kossow) Date: Wed, 13 Aug 2008 15:19:39 -0700 Subject: Terak 8510 system on eBay Message-ID: <48A35DFB.6030600@bitsavers.org> You can find a Terak emulator here: http://sourceforge.net/projects/bk-terak-emu/ Schematics of the boards would be nice to find. I have pics of the boards on bitsavers. If it ends up you're missing boards, I have a CPU, but no monitor or keyboard, and at this point it seems about as likely to finding a kb/monitor for my PERQ. From aliensrcooluk at yahoo.co.uk Wed Aug 13 17:26:44 2008 From: aliensrcooluk at yahoo.co.uk (Andrew Burton) Date: Wed, 13 Aug 2008 22:26:44 +0000 (GMT) Subject: 68000 ASM Message-ID: <950602.63067.qm@web23401.mail.ird.yahoo.com> Hi, I am writing a little 68000 ASM code so I can add a few of my own commands to AMOS Basic. Whilst searching online I found this great page: http://www.virtualdub.org/blog/pivot/entry.php?id=84 It mentions a "green-covered" issue of Byte with programming tips for the 68000 (eg. moveq #0 is faster than clr.l 0!). Does anyone have this issue and can I have a copy of it? Or at the very least, the issue number so I can hunt it down, please? Regards, Andrew B aliensrcooluk at yahoo.co.uk From RichA at vulcan.com Wed Aug 13 18:00:15 2008 From: RichA at vulcan.com (Rich Alderson) Date: Wed, 13 Aug 2008 16:00:15 -0700 Subject: 68000 ASM In-Reply-To: <950602.63067.qm@web23401.mail.ird.yahoo.com> References: <950602.63067.qm@web23401.mail.ird.yahoo.com> Message-ID: From: Andrew Burton Sent: Wednesday, August 13, 2008 3:27 PM > I am writing a little 68000 ASM code so I can add a few of my own > commands to AMOS Basic. Whilst searching online I found this > great page: > http://www.virtualdub.org/blog/pivot/entry.php?id=84 > It mentions a "green-covered" issue of Byte with programming tips > for the 68000 (eg. moveq #0 is faster than clr.l 0!). Does anyone > have this issue and can I have a copy of it? Or at the very > least, the issue number so I can hunt it down, please? The original article is available at http://linux.cis.monroeccc.edu/~paulrsm/doc/trick68k.htm I have the issue in question (September, 1986, according to a quick search using Google), but since it's packed in a box on the back wall of a full 10x15 storage locker I'm not going to go look at the cover just to see if it's green. Rich Alderson RichA at vulcan.com Server Engineer, PDPplanet Project (206) 342-2239 Vulcan, Inc., 505 5th Avenue S, Seattle, WA 98104 (206) 465-2916 cell From cclist at sydex.com Wed Aug 13 18:07:40 2008 From: cclist at sydex.com (Chuck Guzis) Date: Wed, 13 Aug 2008 16:07:40 -0700 Subject: 68000 ASM In-Reply-To: <950602.63067.qm@web23401.mail.ird.yahoo.com> References: <950602.63067.qm@web23401.mail.ird.yahoo.com> Message-ID: <48A306CC.5398.1A13A75@cclist.sydex.com> On 13 Aug 2008 at 22:26, Andrew Burton wrote: > It mentions a "green-covered" issue of Byte with programming tips for > the 68000 (eg. moveq #0 is faster than clr.l 0!). Does anyone have > this issue and can I have a copy of it? Or at the very least, the > issue number so I can hunt it down, please? It's the September 1986 issue. (My copy is buried--I found the issue by perusing the "Index to Articles") Cheers, Chuck From legalize at xmission.com Wed Aug 13 18:13:07 2008 From: legalize at xmission.com (Richard) Date: Wed, 13 Aug 2008 17:13:07 -0600 Subject: 68000 ASM In-Reply-To: Your message of Wed, 13 Aug 2008 22:26:44 -0000. <950602.63067.qm@web23401.mail.ird.yahoo.com> Message-ID: In article <950602.63067.qm at web23401.mail.ird.yahoo.com>, Andrew Burton writes: > It mentions a "green-covered" issue of Byte with programming tips for the 6= > 8000 (eg. moveq #0 is faster than clr.l 0!). Does anyone have this issue an= > d can I have a copy of it? Or at the very least, the issue number so I can = > hunt it down, please? Is it this one? G. Lindhorst and A. Anderson and D. Dahms Programming the 68040: Tricks and traps of software design for this high-powered processor Byte Magazine, 16(8), p. 121-122, 124, 126, 128, August 1991. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From legalize at xmission.com Wed Aug 13 18:14:03 2008 From: legalize at xmission.com (Richard) Date: Wed, 13 Aug 2008 17:14:03 -0600 Subject: 68000 ASM In-Reply-To: Your message of Wed, 13 Aug 2008 22:26:44 -0000. <950602.63067.qm@web23401.mail.ird.yahoo.com> Message-ID: That entry was found via -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From bfranchuk at jetnet.ab.ca Wed Aug 13 18:20:23 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Wed, 13 Aug 2008 17:20:23 -0600 Subject: 68000 ASM In-Reply-To: References: Message-ID: <48A36C37.8020706@jetnet.ab.ca> Richard wrote: > s it this one? > > G. Lindhorst and A. Anderson and D. Dahms > Programming the 68040: Tricks and traps of software design for this > high-powered processor > Byte Magazine, 16(8), p. 121-122, 124, 126, 128, August 1991. > *FAINTS* BYTE talked about a NON intel product in the 90's? From korpela at ssl.berkeley.edu Wed Aug 13 19:59:07 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Wed, 13 Aug 2008 17:59:07 -0700 Subject: Plus Hardcard 20 software? In-Reply-To: <48A15566.8050408@oldskool.org> References: <48A15566.8050408@oldskool.org> Message-ID: On Tue, Aug 12, 2008 at 2:18 AM, Jim Leonard wrote: > Against better judgement, I attempted to low-level format a Plus Hardcard 20 > and completely borked it (with the wrong format, the controller won't init > and the thing is now a brick). Does anyone have the Plus Hardcard 20 > install diskette? Wasn't the controller on a Plus Hardcard 20 a relabeled Seagate (or maybe WD) MFM controller? Or am I thinking of another manufacturer's Hardcard clone? If so, the low level format entry point is probably offset 5 into the card's ROM address space (probably segment C800). If not DiskManager, SpeedStor, FormatAll or a utility like that may be able to figure out how to do a low level format. Eric > > The HardCard is shipped in a partitioned and formatted state, with a number > of files included on it. The directory of files is as follows: > > INSTALL EXE 47479 1-01-80 12:06a > HCD BAT 30 1-01-80 12:07a > HCD1 BAT 128 1-01-80 12:07a > HCD2 EXE 54769 1-01-80 12:07a > HCD3 DAT 13440 1-01-80 12:07a > HCD3 DIF 704 1-01-80 12:07a > HCD6 SCR 4224 1-01-80 12:07a > PREPARE BAT 235 1-01-80 12:08a > SHELL BAT 18 1-01-80 12:07a > LIGHT COM 145 1-01-80 12:07a > SOUND COM 145 1-01-80 12:07a > PATCHFMT EXE 12670 1-01-80 12:08a > INSTALL DAT 425 1-01-80 12:06a > > The original Plus install program creates a floppy diskette containing the > Plus files, as above, but also performs several other operations to make it > what they refer to as the "REINSTALL" diskette. This Reinstall diskette can > later be used for reformatting the HardCard. > > Anyone have this?? I am killing myself for bricking the card and would > really love to get it back. > -- > Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ > Help our electronic games project: http://www.mobygames.com/ > Or check out some trippy MindCandy at http://www.mindcandydvd.com/ > A child borne of the home computer wars: http://trixter.wordpress.com/ > From cclist at sydex.com Wed Aug 13 22:18:58 2008 From: cclist at sydex.com (Chuck Guzis) Date: Wed, 13 Aug 2008 20:18:58 -0700 Subject: Plus Hardcard 20 software? In-Reply-To: References: <48A15566.8050408@oldskool.org>, Message-ID: <48A341B2.6653.2874C8C@cclist.sydex.com> On 13 Aug 2008 at 17:59, Eric J Korpela wrote: > If not DiskManager, SpeedStor, FormatAll or a utility like that may be > able to figure out how to do a low level format. The Plus Hardcard was a weird beast. I don't think that the option ROM had the low-level formatting utilities on it. Cheers, Chuck From gerhard.kreuzer at liftoff.at Thu Aug 14 00:09:15 2008 From: gerhard.kreuzer at liftoff.at (DI Gerhard Kreuzer) Date: Thu, 14 Aug 2008 07:09:15 +0200 Subject: PCB Artwork for DEC card edge fingers Message-ID: <20080814070915.z8h934qggscsww8k@webmail.izone.at> Hi, I found a program, which converts a .brd file into Protel format. I can import Protel format into my Altium designer system. If you still interested, please send me your files. Thanks. By the way, I used EAGLE more than 20 years ago, but it doesnt meet any of the design creterias of commercial PCB development, so I drop it. Maybe the system is better now, but I can tell you, I dont need a day or a week to create a component, I just need 10 minutes to create components with 20 to 40 Pins, including different packages (Through hole and SMD). And I am not a?professional PCB designer, I only do two or three simple projects a year. Cheers Gerhard From derschjo at msu.edu Wed Aug 13 01:05:02 2008 From: derschjo at msu.edu (Josh Dersch) Date: Tue, 12 Aug 2008 23:05:02 -0700 Subject: PERQemu v0.2 and a Request for Software Message-ID: <48A2798E.8030606@msu.edu> Just in case anyone's interested, a new and significantly improved PERQemu v0.2 is available at: http://yahozna.dyndns.org/computers/perq/emulator/v0.2/ I would consider this a fairly usable release (v0.1 was very buggy). Improvements include: - A 25% or so speed increase (yay!) - A more or less complete and accurate Z80 simulation, which makes many, many more things work correctly. - Kriz Tablet support - now you can actually USE those graphical applications! - RS232 support (yes, now YOU can use a VT100 emulator running inside of a PERQ emulator to talk to your VAX!) - (Nearly) complete Floppy and Hard Disk support. Enough works to allow bringing up a completely fresh installation of POS on a new hard disk, from floppy. Next up on the list of things to do: Real RasterOp emulation, followed by 16K CPU support. Can't wait to run Accent on this thing... If any of you get a chance to try this out, I'd love to hear some feedback. If anyone out there has any PERQ1/1A compatible software that hasn't already been archived on Bitsavers (I know, it's unlikely...), please drop me a line. Much of the software that's been archived is for the PERQ2, which is incompatible in tiny (but annoying) ways. In particular, versions of POS G.x or any release of Accent that can run on the PERQ1A would be wonderful to have. (As an aside: Al Kossow - thank you so much for Bitsavers...) Additionally, if any of you have working PERQ1's and are willing to run it for a few hours to dump an image of your hard disk, let me know. It would be nice to have some other "real" hard disk images to work with. Thanks, Josh From julianskidmore at yahoo.com Wed Aug 13 04:01:16 2008 From: julianskidmore at yahoo.com (Julian Skidmore) Date: Wed, 13 Aug 2008 02:01:16 -0700 (PDT) Subject: More ETH Lilith goodies available Message-ID: <219606.2625.qm@web37102.mail.mud.yahoo.com> Hi Dave, > I'd love to see something like this happen. Are the Lilith's > internals documented well enough to allow for something like this? They weren't until Jos Dreesen provided the ftp address: ftp://jdreesen.dyndns.org/ftp/lilith What there was effectively user documentation / research papers on the Lilith hardware / software and the Medos operating system and a PC version of the Lilith modula-2 compiler (with an MCode interpreter) in both source and object form. But now we have systems disks, source code, microcode and schematics. So we can emulate lilith at a variety of levels from, say, a simple Linux/X11 software version to a low-level TTL reproduction (thought you'd have to source AMD29xx bit-slice processor parts). Importantly for me the new information contains it's bitmap formats so my MCode interpreter in 'C' can support the missing graphics opcodes. Lilith is really an impressive European graphics workstation, which although not as revolutionary as the Alto was certainly radical for the time even though it predated the Macintosh by only 2 or 3 years. Amongst its many interesting facets: * The display was geared to PAL video standards, hence the 768x594, 50Hz interlaced format (of course this means it can be emulated on any SVGA or higher-resolution display). * MCode is well suited to microcode and cpu emulation making it easily ported to the pdp-11, and 8086. * They used a kind of 8086 segmentation scheme to get around 64kW limits. * It could run Modula-2 about 3x faster than an Alto could run Mesa. * It was a true programmer's machine running Modula-2 from the ground up. In that sense it was an experiment in using the latest GUI ideas for systems development (wheras Alto was primarily an experiment in easy-to-use personal computing for non-technical people). In the end it's the use of MCode which should allow a firmware-level emulation to run original systems disks on a simple Microcontroller and that kinda interests me: A lilith for only a few ?/?/$ :-) So, one day I'll have my own Lilith, and it will fit in my pocket ;-) -cheers from Julz @P From axelsson at acc.umu.se Wed Aug 13 06:25:28 2008 From: axelsson at acc.umu.se (=?ISO-8859-1?Q?G=F6ran_Axelsson?=) Date: Wed, 13 Aug 2008 13:25:28 +0200 Subject: Paper Tape Reader In-Reply-To: <2645f9870808121248h7722d765n1894fc7d5e414de4@mail.gmail.com> References: <2645f9870808121248h7722d765n1894fc7d5e414de4@mail.gmail.com> Message-ID: <48A2C4A8.5070505@acc.umu.se> I have a COMEX 2010 paper tape reader that's for sale. It was mounted in a PDP8/e so I guess it could be used to read DEC tapes. I don't know if it is working and I have no way to test it. Postage is a bit high though, $100 for outside of Europe (40 euro within). Pictures at the bottom of It looks like it communicates via a standard serial port, there is a 1488 and a 1489 chip on the board. The transformer is a 220V but it looks like there is a center tap at the primary so it can be strapped for 110V too. No magic smoke when I connected it to power and the fuses are okay. No other life signs though and my multimeter is hidden somewhere I can't find it. Tape move mechanism feels good and turns easily. Price : postage + any reasonable bid. If I get a bid then I will consider it sold unless I get a new bid within a day. A reasonable bid is anything from $10 and up, ten dollars will buy me a burger meal when I post the package. :-) But you will probably find something cheaper and closer. /G?ran B M wrote: > Does anyone know of a source for a [relatively] cheap paper tape > reader suitable for reading standard DEC paper tapes? I have several > paper tapes from a PDP-11/20 that I would like to read, and of course, > share :-). Something like the OP-80 from Oliver Engineering would be > suitable. > > Thanks. > > --barrym > From axelsson at acc.umu.se Wed Aug 13 10:08:02 2008 From: axelsson at acc.umu.se (=?ISO-8859-1?Q?G=F6ran_Axelsson?=) Date: Wed, 13 Aug 2008 17:08:02 +0200 Subject: Paper Tape Reader In-Reply-To: <48A2C4A8.5070505@acc.umu.se> References: <2645f9870808121248h7722d765n1894fc7d5e414de4@mail.gmail.com> <48A2C4A8.5070505@acc.umu.se> Message-ID: <48A2F8D2.4060300@acc.umu.se> Dohhhh!!! I never sent the link to the pictures, just scroll down to the end of this page. http://www.neab.net/pdp-8e/ Sorry for the extra noise. /G?ran G?ran Axelsson wrote: > I have a COMEX 2010 paper tape reader that's for sale. It was mounted > in a PDP8/e so I guess it could be used to read DEC tapes. > I don't know if it is working and I have no way to test it. > Postage is a bit high though, $100 for outside of Europe (40 euro > within). > Pictures at the bottom of > > It looks like it communicates via a standard serial port, there is a > 1488 and a 1489 chip on the board. The transformer is a 220V but it > looks like there is a center tap at the primary so it can be strapped > for 110V too. > No magic smoke when I connected it to power and the fuses are okay. No > other life signs though and my multimeter is hidden somewhere I can't > find it. > Tape move mechanism feels good and turns easily. > > Price : postage + any reasonable bid. If I get a bid then I will > consider it sold unless I get a new bid within a day. > A reasonable bid is anything from $10 and up, ten dollars will buy me > a burger meal when I post the package. :-) > > But you will probably find something cheaper and closer. > > /G?ran > > B M wrote: >> Does anyone know of a source for a [relatively] cheap paper tape >> reader suitable for reading standard DEC paper tapes? I have several >> paper tapes from a PDP-11/20 that I would like to read, and of course, >> share :-). Something like the OP-80 from Oliver Engineering would be >> suitable. >> >> Thanks. >> >> --barrym >> > From charlesmorris800 at centurytel.net Wed Aug 13 11:47:45 2008 From: charlesmorris800 at centurytel.net (Charles) Date: Wed, 13 Aug 2008 11:47:45 -0500 Subject: FS: S-100 boards Message-ID: More stuff I'd forgotten I had. I was starting to build an 8080-based S-100 computer in the late 1970's, but lost interest when I bought an Apple IIe system for "only" $2000 (in 1982 dollars!) Anyway, there is: 1) Wameco CPU-1, mostly populated including the 8080A. Looks like the 8224 and 8228 are not there, though. http://tinypic.com/view.php?pic=1zef37s&s=4 2) Ithaca Audio 8K 2102 board, fully socketed and populated. http://tinypic.com/view.php?pic=29lefr8&s=4 3) Piiceon 8K Program Saver (2708 EPROM programmer). Complete except for the TL497CN switching regulator chip. Includes two 2708's. http://tinypic.com/view.php?pic=2r7x7jt&s=4 NOTE: The above three boards were never powered up or tested. No idea if they will actually work or not! 4) Solid State Music VB-1B Video Interface. This one was actually working with a different (homebrewed) 8080A board way back in 1979. I think it's 64 characters x 16 lines, monochrome of course. http://tinypic.com/view.php?pic=2qa6bde&s=4 Please make offer on one or all. Shipping will be from zip 65775 (US). Somewhere I have a Wameco "Little Mother Board" backplane too, but haven't gotten that far down into the junkpile yet. thanks Charles From rf.technologies at gmail.com Wed Aug 13 22:01:01 2008 From: rf.technologies at gmail.com (Bob Fay) Date: Wed, 13 Aug 2008 23:01:01 -0400 Subject: Software for Transtronics/Intronics EPROM programmer Message-ID: Something over a year ago you posted that you had a backup copy of the software for the Intronics Pocket Programmer. Is this perchance the original parallel printer port version? Due to a calamity of stupid human tricks when the Company I work for sold off one of its product lines the software for the programmer (which we still have) went with the sale and I suddenly have a need to burn some 2764 EPROMS to upgrade the firmware in a old system but I can't get approval for a new burner "because we'll never need it again" (famous last words) so if you still have the software I'd be interested. TIA, Bob Fay Bob Fay Mutualink Mail: rf.technologies at gmail.com From jeff.kaneko at juno.com Thu Aug 14 01:09:10 2008 From: jeff.kaneko at juno.com (jeff.kaneko at juno.com) Date: Thu, 14 Aug 2008 06:09:10 GMT Subject: Terak 8510 system on eBay Message-ID: <20080813.230910.2541.0@webmail05.vgs.untd.com> Yep. price > $1,000 == investment grade AT this point I would usually remark about how rare machines didn't used to be about big bucks, but that horse died long, long ago. I'll return to my coffin now . . . . -- Richard wrote: Got it! Actually I got it for less than I expected -- $1275. Still, its the single most expensive item I've bought to date. However, I'd say this is going to be one of the most important items in my collection of graphics gear. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! ____________________________________________________________ Fast Computer Training. Click here. http://thirdpartyoffers.juno.com/TGL2141/fc/Ioyw6i3mAUC2eSzWdxFOW3XKWiahm67Sp69wXVEiuRVuyqxEK4iaBo/ From coredump at gifford.co.uk Thu Aug 14 04:52:49 2008 From: coredump at gifford.co.uk (John Honniball) Date: Thu, 14 Aug 2008 10:52:49 +0100 Subject: 68000 ASM In-Reply-To: References: <950602.63067.qm@web23401.mail.ird.yahoo.com> Message-ID: <48A40071.902@gifford.co.uk> Rich Alderson wrote: > From: Andrew Burton >>It mentions a "green-covered" issue of Byte with programming tips >>for the 68000 (eg. moveq #0 is faster than clr.l 0!). Does anyone >>have this issue and can I have a copy of it? Or at the very >>least, the issue number so I can hunt it down, please? > I have the issue in question (September, 1986, according to a > quick search using Google), but since it's packed in a box on the > back wall of a full 10x15 storage locker I'm not going to go look > at the cover just to see if it's green. It is indeed green, the colour of PCB solder resist. There's a photo of the 68000 CPU in the 64-pin DIL "aircraft carrier" package, too. The title is "The 68000 Family", and the Atari ST, Amiga and Macintosh are shown. The "68000 Trips and Traps" article is by Mike Morton, on page 163. Andrew, e-mail me off-list, and we'll arrange something! -- John Honniball coredump at gifford.co.uk From mike at brickfieldspark.org Thu Aug 14 05:08:49 2008 From: mike at brickfieldspark.org (Mike Hatch) Date: Thu, 14 Aug 2008 11:08:49 +0100 Subject: [personal] Re: Re: Paper Tape Reader References: <2645f9870808121248h7722d765n1894fc7d5e414de4@mail.gmail.com><48A2C4A8.5070505@acc.umu.se><001501c8fd5d$455d56f0$961ca8c0@mss.local> <1e1fc3e90808131121y98012e7h85fb3a5571a7c096@mail.gmail.com> Message-ID: <003301c8fdf5$bf6ee5b0$961ca8c0@mss.local> Yup, thats the one ----- Original Message ----- From: "Glen Slick" To: "General Discussion: On-Topic and Off-Topic Posts" Sent: Wednesday, August 13, 2008 7:21 PM Subject: [personal] Re: Re: Paper Tape Reader > On Wed, Aug 13, 2008 at 8:57 AM, Mike Hatch > wrote: >> There is a design one kicking around on Epay somewhere that hooks up to a >> parallel port (I believe) but no mechanics. Seller claims you can pull >> tape >> through with no drop outs. Sorry cant find the link at the moment but >> will >> have a hunt around for it. >> > > This one by "mikesdavis" ? > > http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=150267933071 > > From dm561 at torfree.net Thu Aug 14 09:55:25 2008 From: dm561 at torfree.net (M H Stein) Date: Thu, 14 Aug 2008 10:55:25 -0400 Subject: Upgrading early BIOS Message-ID: <01C8FDFC.66B3BB60@mandr71> Date: Wed, 13 Aug 2008 13:49:22 -0700 From: "Chuck Guzis" Subject: Re: Upgrading early BIOS On 13 Aug 2008 at 15:36, M H Stein wrote: >> AFAIK cable select has always been an option with Parallel ATA drives, >> although it was rarely used in pre-UDMA days; the cable was obviously >> different (40 conductors with standard connectors vs. 80 conductors and >> unique special connectors) and the order of the drives was usually reversed >> (i.e. the slave on the end of the cable). >Nope--I've got a couple of very early Conner and Maxtor drives (less >than 100 MB)--CS isn't an option on the jumpers. If you'd read more carefully, you'd have seen that I *did* say that "not all drives supported the CS option;" in fact, quite a few of the older drives did not. I was responding to the posted statement that CS "had not been invented" in the 486 days, when AFAIK, it was part of the early ATA specs (although rarely implemented in practice). > It's the motherboard that determines the cable type and mode from pin 34, > which is grounded at the mobo end in a UDMA cable, so if the mobo isn't > UDMA-aware I don't think the drives would be, and the cable wouldn't matter. > Also, not all drives supported CS. >Read the Wiki article you cited: >"Pin 34: >Pin 34 is connected to ground inside the blue connector of an 80 >conductor cable but not attached to any conductor of the cable. It is >attached normally on the gray and black connectors". >On UDMA-66 capable drives, it's the cable, not the mobo that dictates >speed. Put an ordinary 40 conductor cable on a UDMA-capable drive >and mobo, and the configuration won't take advantage of it. When the >changeover was in progress, we used to get support calls quite often >on the subject of UDMA cables and drives on non-UDMA mobos. Well, I never knew that just replacing the cable in my 386 and 486 systems would speed things up; live and learn. I always thought that if the mobo wasn't pin 34 aware and UDMA capable then the cable wouldn't have much effect on the transfer mode. AFAIK in order to use UDMA all three items have to be UDMA capable, the mobo, the cable and the drives, although I'd say that, assuming it's UDMA aware, the mobo controls the speed depending on what kind of cable and drives it sees. Semantics? You said that with a UDMA cable, any UDMA capable drive will operate in UDMA mode (presumably regardless of the mobo); how does a drive know what kind of cable is connected? I always assumed that only the mobo can tell from pin 34. BTW, a UDMA cable certainly works with non-UDMA drives and/or mobos, although you have to remember that it is also a CS cable, but I don't think it'll be any faster. >Similarly: >"With the 40-wire cable it was very common to implement cable select >by simply cutting the pin 28 wire between the two device connectors; >putting the slave device at the end of the cable, and the master on >the "middle" connector. This arrangement eventually was standardized >in later versions. If there is just one device on the cable, this >results in an unused "stub" of cable, which is undesirable for >physical convenience and electrical reasons. The stub causes signal >reflections, particularly at higher transfer rates." >Bottom line is that if you use a non-CS-capable (i.e. 40 conductor >"straight through") cable, it won't work. Depending on what the >mobo/controller end does with pin 28, you'll have either two masters >or two slaves on the same cable. Agreed; I took it for granted, but with our detour into UDMA the most important point to be made relevant to the OP is that Cable Select needs a special cable and with pre-UDMA drives & mobos you're probably better off using Master/Slave and a standard cable. >Cheers, >Chuck m From cclist at sydex.com Thu Aug 14 11:24:55 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 14 Aug 2008 09:24:55 -0700 Subject: Upgrading early BIOS In-Reply-To: <01C8FDFC.66B3BB60@mandr71> References: <01C8FDFC.66B3BB60@mandr71> Message-ID: <48A3F9E7.2820.35E0F5@cclist.sydex.com> On 14 Aug 2008 at 10:55, M H Stein wrote: > Well, I never knew that just replacing the cable in my 386 and 486 systems > would speed things up; live and learn. I always thought that if the mobo > wasn't pin 34 aware and UDMA capable then the cable wouldn't have much > effect on the transfer mode. AFAIK in order to use UDMA all three items > have to be UDMA capable, the mobo, the cable and the drives, although > I'd say that, assuming it's UDMA aware, the mobo controls the speed > depending on what kind of cable and drives it sees. Semantics? Partly, I suppose. I can speak only from (a pile of) experience. Using a UDMA cable can create some real problems with older systems. And some early supposedly-UDMA-capable systems can't handle the full transfer rate of UDMA-133. IDE's pretty much been a mess from Day One. For example, I've got an early IDE drive that flips the endian-sense on the word pair returned for the total number of sectors on the drive. It was not uncommon for drives from two different manufacturers not to work as master- slave on the same cable. At any rate, for the OP my advice stands. Use a 40-conductor cable and forget about cable select--jumper for master and slave. And cross your fingers and offer up a chicken or two to whatever deity is in charge of IDE operation. Cheers, Chuck From jos.mar at bluewin.ch Thu Aug 14 11:49:48 2008 From: jos.mar at bluewin.ch (Jos Dreesen / Marian Capel) Date: Thu, 14 Aug 2008 18:49:48 +0200 Subject: More ETH Lilith goodies available In-Reply-To: <219606.2625.qm@web37102.mail.mud.yahoo.com> References: <219606.2625.qm@web37102.mail.mud.yahoo.com> Message-ID: <48A4622C.2050701@bluewin.ch> > But now we have systems disks, source code, microcode and schematics. > So we can emulate lilith at a variety of levels from, say, a simple > Linux/X11 software version My "simple" Linux/X11 version is still not running... to a low-level TTL reproduction (thought you'd > have to source AMD29xx bit-slice processor parts). The 2901's are simple. But the sheer size of such a task is daunting.. Around 500 IC's.... Importantly for me > the new information contains it's bitmap formats so my MCode interpreter > in 'C' can support the missing graphics opcodes. Is your C-code available somewhere ? > > Lilith is really an impressive European graphics workstation, which > although not as revolutionary as the Alto was certainly radical for the > time even though it predated the Macintosh by only 2 or 3 years. > Amongst its many interesting facets: Some more interesting facts : No hierarchical filesystem, dodgy & very noisy diskdrive, 4 big & loud fans, apple-II compatible floppy disk with a 9600 bd serial access , keytronics keyboard with those damned foampads , problematic 4116's ( 128 of them ), asynchroneous access to the memory by graphics hardware, instruction fetch unit and CPU etc. etc. ( but yes, it remains a very interesting piece of hardware ) > > In the end it's the use of MCode which should allow a firmware-level emulation to run original systems disks on a simple Microcontroller and that kinda interests me: A lilith for only a few ?/?/$ :-) > > So, one day I'll have my own Lilith, and it will fit in my pocket ;-) An FPGA based copy should certainly be feasible, the 64 bit wide memory access is not strictly required. Jos From jules.richardson99 at gmail.com Thu Aug 14 12:36:41 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Thu, 14 Aug 2008 12:36:41 -0500 Subject: Upgrading early BIOS In-Reply-To: <48A3F9E7.2820.35E0F5@cclist.sydex.com> References: <01C8FDFC.66B3BB60@mandr71> <48A3F9E7.2820.35E0F5@cclist.sydex.com> Message-ID: <48A46D29.7080507@gmail.com> Chuck Guzis wrote: > Using a UDMA cable can create some real problems with older systems. Indeed - or newer ones... (I've got a DVD-RW drive here which randomly disappears from the bus when used with a UDMA cable) > IDE's pretty much been a mess from Day One. For example, I've got an > early IDE drive that flips the endian-sense on the word pair returned > for the total number of sectors on the drive. I had one of those, too - I think it was a Maxtor, but could be wrong (drive long since tossed). Circa 1994 I was writing an IDE driver for a fledgling OS, and it was amazing how many quirks there were out there with drives of that period. Funny how SCSI seemed to get a bad name for that kind of thing, yet IDE's reputation stood intact despite all the inconsistencies. > It was not uncommon > for drives from two different manufacturers not to work as master- > slave on the same cable. ... and yet sometimes such a pair would work the other way around. (and don't get me started on the manufacturers who used microscopic jumpers which had a habit of falling off at random moments... Quantum were bad for this, I recall) cheers Jules From dm561 at torfree.net Thu Aug 14 12:04:55 2008 From: dm561 at torfree.net (M H Stein) Date: Thu, 14 Aug 2008 13:04:55 -0400 Subject: Upgrading early BIOS Message-ID: <01C8FE15.D859EF00@MSE_D03> ---------Original Message(s): Date: Thu, 14 Aug 2008 09:24:55 -0700 From: "Chuck Guzis" Subject: Re: Upgrading early BIOS On 14 Aug 2008 at 10:55, M H Stein wrote: > Well, I never knew that just replacing the cable in my 386 and 486 systems > would speed things up; live and learn. I always thought that if the mobo > wasn't pin 34 aware and UDMA capable then the cable wouldn't have much > effect on the transfer mode. AFAIK in order to use UDMA all three items > have to be UDMA capable, the mobo, the cable and the drives, although > I'd say that, assuming it's UDMA aware, the mobo controls the speed > depending on what kind of cable and drives it sees. Semantics? Partly, I suppose. I can speak only from (a pile of) experience. Using a UDMA cable can create some real problems with older systems. And some early supposedly-UDMA-capable systems can't handle the full transfer rate of UDMA-133. IDE's pretty much been a mess from Day One. For example, I've got an early IDE drive that flips the endian-sense on the word pair returned for the total number of sectors on the drive. It was not uncommon for drives from two different manufacturers not to work as master- slave on the same cable. At any rate, for the OP my advice stands. Use a 40-conductor cable and forget about cable select--jumper for master and slave. And cross your fingers and offer up a chicken or two to whatever deity is in charge of IDE operation. Cheers, Chuck ----------Reply: Ah, now those 3 paragraphs I agree with 100% (although I'm not sure that IDE deities care for chicken); anything else was surely just semantics ;-) m From cclist at sydex.com Thu Aug 14 13:08:23 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 14 Aug 2008 11:08:23 -0700 Subject: Upgrading early BIOS In-Reply-To: <48A46D29.7080507@gmail.com> References: <01C8FDFC.66B3BB60@mandr71>, <48A3F9E7.2820.35E0F5@cclist.sydex.com>, <48A46D29.7080507@gmail.com> Message-ID: <48A41227.30782.949C3C@cclist.sydex.com> On 14 Aug 2008 at 12:36, Jules Richardson wrote: > Funny how SCSI seemed to get a bad name for that kind of thing, yet > IDE's reputation stood intact despite all the inconsistencies. One of the answers that I wanted to convey to the OP was "If you want to (fairly) painlessly increase hard disk storage on an older system, get a SCSI controller and drive." But ISA SCSI controllers are getting harder to find, so that's probably a no-go. IDE is cheap in comparison to SCSI, so that was probably one very good reason why it found wide adoption. If disks were bad, tapes were far worse. There was all manner of mutually-incompatible cheap tape backup out there. We insisted as SCSI being the only tape interface that we would support--there was an ANSI-defined common command set and most of the later units were read-after-write verification. I wonder how many of those old DC2000 carts written on floppytape drives are still readable? And who can still read their Datasonix Pereos tapes? (I've got some Irwin- recorded DC1000s that I really should check for readability one of these days). For us, 4mm DAT was most popular based on media cost, followed closely by Exabyte 8mm. DLT was third, mostly because of very high media cost. Bernoulli and other removable media drives were also very popular. Cheers, Chuck From cclist at sydex.com Thu Aug 14 13:16:10 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 14 Aug 2008 11:16:10 -0700 Subject: Upgrading early BIOS In-Reply-To: <48A46D29.7080507@gmail.com> References: <01C8FDFC.66B3BB60@mandr71>, <48A3F9E7.2820.35E0F5@cclist.sydex.com>, <48A46D29.7080507@gmail.com> Message-ID: <48A413FA.1842.9BBB49@cclist.sydex.com> On 14 Aug 2008 at 12:36, Jules Richardson wrote: > I had one of those, too - I think it was a Maxtor, but could be wrong (drive > long since tossed). I just checked some old code. It was indeed Maxtor: // DetermineGeometry - Get a solid reading on drive geometry. // ---------------------------------------------------------- // // We compute logical CHS if we're in LBA mode and we also // work out the problem with some Maxtor drives that have the // LBA capacity words swapped! // Cheers, Chuck From jfoust at threedee.com Thu Aug 14 13:37:03 2008 From: jfoust at threedee.com (John Foust) Date: Thu, 14 Aug 2008 13:37:03 -0500 Subject: Old-ish Graphic Apps In-Reply-To: References: Message-ID: <6.2.3.4.2.20080814130154.05cf3c30@mail.threedee.com> At 02:03 PM 8/13/2008, Richard wrote: > John Honniball writes: > >> I used to write presentation graphics software for the London >> Software Studio, back in 1986-88. Harvard Graphics was out big >> competitor at the time -- what happened to it? > >It appears to still be around Well, sort of. As the About page says, "In 2001, Serif Incorporated acquired the exclusive marketing rights to all Harvard Graphics products." SPC tanked in the mid 90s. Although I consulted there in '90-92 in the Madison and San Jose offices after helping to create the illustration product that was sold to SPC and eventually became Harvard Draw and then Harvard F/X (and as still available in Serif's Harvard Graphics 98 product), and helped with the conversion filters for Harvard Graphics for Windows, I don't remember much of their end story. Hmm, here's a clue: http://news.zdnet.co.uk/software/0,1000000121,2064443,00.htm Looks like there's a recent recollection in the IEEE Annals: http://csdl2.computer.org/persagen/DLAbsToc.jsp?resourcePath=/dl/mags/an/&toc=comp/mags/an/2008/02/man02toc.xml&DOI=10.1109/MAHC.2008.31 And some at the Computer History Museum: http://www.computerhistory.org/corphist/view.php?s=events&id=1293 And there's a web for alumni: http://home.ix.netcom.com/~jeff/ - John From ard at p850ug1.demon.co.uk Thu Aug 14 13:50:43 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Thu, 14 Aug 2008 19:50:43 +0100 (BST) Subject: Terak 8510 system on eBay In-Reply-To: from "Richard" at Aug 13, 8 02:49:40 pm Message-ID: > > > Got it! Actually I got it for less than I expected -- $1275. Still, Congratulations! Alas, though, that appears to be one machine I am unlikely to ever own :-(. -tony From ard at p850ug1.demon.co.uk Thu Aug 14 13:59:29 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Thu, 14 Aug 2008 19:59:29 +0100 (BST) Subject: Terak 8510 system on eBay In-Reply-To: <48A35DFB.6030600@bitsavers.org> from "Al Kossow" at Aug 13, 8 03:19:39 pm Message-ID: > If it ends up you're missing boards, I have a CPU, but > no monitor or keyboard, and at this point it seems about > as likely to finding a kb/monitor for my PERQ. Which PERQ do you have? The PERQ 1 keyboard is an 8 bit parallel interface with a strobe signal. The coding is basically ASCII, but the cotnrol key sets the MSB (and leaves the other bits unchanged). I can get the exact details. The DDS (diagnostic display) is a simple up-counter, cleared by the reset button and incremented by a signal from the PERQ (it's actually the same signal that clears the arithmetic stack pointer, not that you need to know that). The PERQ 2 keyboard is serial, TTL level, and 300 baud. IIRC, the character codes are the same as on a PERQ 1. It plugs into the monitor, but there's no eleectronics for the keyboard (or tablet) in the monitor, just conenctions between DIN sockets and the DA15 to the PERQ. It's possible to use a computer with an RS232 port to emulate a PERQ2 keyboard, all you need is a 1489 chip as a level shifter (which can be powered off the PERQ's keyboard port). The monitor is TTL levels, separate syncs (so a total of 3 signals). Scan rates are something like 64kHz horizotal, 60Hz vertical. Whether you need a poertait or landscape monitor depends on the memory board you have (!), it's possible to convert some between one and the other (in particular, going form a landscape board to a portrait one), but it's probalby not soemthing you want to try before you've got the machine working. In general, PERQ 1/1a machines used a VMI portrait monitor, 2T1s used a KME portrait monitor, 2T2s and 2T4s normally used a Moniterm landscape monitor, but there's rumoured to be a PERQ Systems portait monitor for those too. Be warned that the Moniterm landscape monitor used on the PERQ 2T2 and 2T4 is known for developing problems iwth the partially potted EHT PSU module, resulting in a dim or no image. So if you find one, it may not work... If you want to try adapting something else, let me know, and I'll dig out any useful details. -tony From jules.richardson99 at gmail.com Thu Aug 14 14:12:35 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Thu, 14 Aug 2008 14:12:35 -0500 Subject: Upgrading early BIOS In-Reply-To: <48A41227.30782.949C3C@cclist.sydex.com> References: <01C8FDFC.66B3BB60@mandr71>, <48A3F9E7.2820.35E0F5@cclist.sydex.com>, <48A46D29.7080507@gmail.com> <48A41227.30782.949C3C@cclist.sydex.com> Message-ID: <48A483A3.8020703@gmail.com> Chuck Guzis wrote: > On 14 Aug 2008 at 12:36, Jules Richardson wrote: > >> Funny how SCSI seemed to get a bad name for that kind of thing, yet >> IDE's reputation stood intact despite all the inconsistencies. > > One of the answers that I wanted to convey to the OP was "If you want > to (fairly) painlessly increase hard disk storage on an older system, > get a SCSI controller and drive." But ISA SCSI controllers are > getting harder to find, so that's probably a no-go. > > IDE is cheap in comparison to SCSI, so that was probably one very > good reason why it found wide adoption. For sure - but SCSI seemed to have a reputation for being picky about cabling, host adapter settings, device ordering etc. - all the exact same things which have plagued IDE over the years. Given that IDE was more accessible due to it being cheaper technology, I'm surprised that it too didn't gain a reputation for requiring goat sacrifices and the like that SCSI did. I suppose cost wins out over common sense at times... > If disks were bad, tapes were far worse. There was all manner of > mutually-incompatible cheap tape backup out there. We insisted as > SCSI being the only tape interface that we would support--there was > an ANSI-defined common command set and most of the later units were > read-after-write verification. Yep - there was an awful lot of proprietary stuff out there. Personally I'm a DLT fan - like you say, it's expensive, but it's worth it for the reliability. I used to really like DAT (mainly for compactness) until I started seeing tape and drive reliability problems all over the place. cheers Jules From arcarlini at iee.org Thu Aug 14 14:42:26 2008 From: arcarlini at iee.org (Antonio Carlini) Date: Thu, 14 Aug 2008 20:42:26 +0100 Subject: Upgrading early BIOS In-Reply-To: <48A483A3.8020703@gmail.com> Message-ID: Jules Richardson wrote: > For sure - but SCSI seemed to have a reputation for being picky about > cabling, host adapter settings, device ordering etc. - all the exact > same things which have plagued IDE over the years. Given that IDE was > more accessible due to it being cheaper technology, I'm surprised > that it too didn't gain a reputation for requiring goat sacrifices > and the like that SCSI did. I suppose cost wins out over common sense > at times... I got the impression that SCSI was used (in those days) in higher end systems. If you stuck with one vendor, you probably only played with well tested configs but if you tried to save money because "it's all SCSI, it must all play together" then you could run into issues. I know one of the reasons that DEC was late to the SCSI game was that they felt it didn't meet their reliablity requirements. If you used IDE in the PC space you would almost certainly be fine unless you shoved two disks on one cable - and I guess that most people (and corporations) didn't do that. These days you would expect everything to work everywhere. Antonio From james at jdfogg.com Thu Aug 14 15:00:20 2008 From: james at jdfogg.com (James Fogg) Date: Thu, 14 Aug 2008 16:00:20 -0400 Subject: Xerox 820-II In-Reply-To: References: Message-ID: <200808141600.21046.james@jdfogg.com> On Thursday 14 August 2008 01:29:32 pm Steven Hirsch wrote: > Does anyone in the northeast have a working Xerox 820-II system they'd > like to part with? I have a line on one out West, but the shipping is > going to be murderous. > > Steve Just a guess here, this wouldn't happen to be for running a micrographics machine, would it? A TDC Docuscan? From Paul_Koning at Dell.com Thu Aug 14 15:06:04 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Thu, 14 Aug 2008 16:06:04 -0400 Subject: Upgrading early BIOS References: <01C8FDFC.66B3BB60@mandr71> <48A3F9E7.2820.35E0F5@cclist.sydex.com> <48A46D29.7080507@gmail.com> <48A41227.30782.949C3C@cclist.sydex.com> Message-ID: <18596.36908.588399.311601@gargle.gargle.HOWL> >>>>> "Chuck" == Chuck Guzis writes: Chuck> On 14 Aug 2008 at 12:36, Jules Richardson wrote: >> Funny how SCSI seemed to get a bad name for that kind of thing, >> yet IDE's reputation stood intact despite all the inconsistencies. Chuck> ... Chuck> If disks were bad, tapes were far worse. There was all manner Chuck> of mutually-incompatible cheap tape backup out there. We Chuck> insisted as SCSI being the only tape interface that we would Chuck> support--there was an ANSI-defined common command set and most Chuck> of the later units were read-after-write verification. I Chuck> wonder how many of those old DC2000 carts written on Chuck> floppytape drives are still readable? And who can still read Chuck> their Datasonix Pereos tapes? (I've got some Irwin- recorded Chuck> DC1000s that I really should check for readability one of Chuck> these days). Sure, but SCSI didn't necessarily cure these issues. I still have a 4mm DAT drive from Colorado Memories (or some name like that -- acquired by HP years ago). If I remember right it comes with a SCSI controller, and it works with that controller -- but not with any other SCSI controller. And it requires proprietary software that was promptly discontinued by HP. I can still use that drive but only because I still have the Win95 system that can support the software, and the floppies it came on. Even the mainframe world isn't that painful -- at least not where 1/2 inch tapes are concerned. 7 track is more difficult, and I wouldn't want to imagine the pain involved in reading 1 inch 14 track tapes (CDC early 1960s) never mind even more ancient stuff like Uniservo tapes... paul From cclist at sydex.com Thu Aug 14 15:11:27 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 14 Aug 2008 13:11:27 -0700 Subject: Upgrading early BIOS In-Reply-To: References: <48A483A3.8020703@gmail.com>, Message-ID: <48A42EFF.23068.1054641@cclist.sydex.com> On 14 Aug 2008 at 20:42, Antonio Carlini wrote: > I got the impression that SCSI was used (in those days) in higher > end systems. If you stuck with one vendor, you probably only played > with well tested configs but if you tried to save money because "it's > all SCSI, it must all play together" then you could run into issues. > I know one of the reasons that DEC was late to the SCSI game was that > they felt it didn't meet their reliablity requirements. Early SCSI was pretty awful, largely the province of users with Macs, but by the time that the Adaptec 1540 series hit the market, things had gotten a lot better. Drivers were always an issue (e.g., does anyone have a NetBSD driver for an Ultrastor 14N?). If you wanted a bunch of storage on a PC-type machine, SCSI was pretty much the only way to get it. 7 devices (or 56 if you could unit-address them) on a SCSI bus was pretty cool--particularly if you had an interest in RAID. I have a couple of Adaptec 3985 PCI cards that appear to the system as 3 2940 controllers. Intended for Netware RAID setups. I believe that SCSI was used extensively for external devices, where that was rare for IDE. External means confusion with cabling, termination, etc. The multiple SCSI electrical varieties (8-bit, wide, ultra-wide, ultra2-wide, differential, etc.) didn't help un- muddy the waters either. Cheers, Chuck From classiccmp at philpem.me.uk Thu Aug 14 15:28:37 2008 From: classiccmp at philpem.me.uk (Philip Pemberton) Date: Thu, 14 Aug 2008 21:28:37 +0100 Subject: Upgrading early BIOS In-Reply-To: <48A46D29.7080507@gmail.com> References: <01C8FDFC.66B3BB60@mandr71> <48A3F9E7.2820.35E0F5@cclist.sydex.com> <48A46D29.7080507@gmail.com> Message-ID: <48A49575.2020903@philpem.me.uk> Jules Richardson wrote: > (and don't get me started on the manufacturers who used microscopic > jumpers which had a habit of falling off at random moments... Quantum > were bad for this, I recall) Don't forget the good old Maxtor 7850AV... 2mm pitch jumpers on pin headers that were just slightly too short for the jumper caps. I lost the master-slave jumper from one of mine. Wire-wrap wire is a good replacement. Well, it hasn't fallen off yet... :) -- Phil. classiccmp at philpem.me.uk http://www.philpem.me.uk/ From cclist at sydex.com Thu Aug 14 15:35:44 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 14 Aug 2008 13:35:44 -0700 Subject: Upgrading early BIOS In-Reply-To: <18596.36908.588399.311601@gargle.gargle.HOWL> References: <01C8FDFC.66B3BB60@mandr71>, <18596.36908.588399.311601@gargle.gargle.HOWL> Message-ID: <48A434B0.22581.11B80C8@cclist.sydex.com> On 14 Aug 2008 at 16:06, Paul Koning wrote: > Sure, but SCSI didn't necessarily cure these issues. I still have a > 4mm DAT drive from Colorado Memories (or some name like that -- > acquired by HP years ago). If I remember right it comes with a SCSI > controller, and it works with that controller -- but not with any > other SCSI controller. And it requires proprietary software that was > promptly discontinued by HP. > > I can still use that drive but only because I still have the Win95 > system that can support the software, and the floppies it came on. I wonder which drive you have (T3000 maybe?). I've got at least one Colorado, several Archive and a few drives with the HP logo, all 4mm DAT and they all obey the standard command set and pretty much work on any mainline SCSI controller. In particular, the Archive is a magazine loader and obeys the SCSI command set for autoloader "robots". OTOH, the Colorado floppy tape drives were pretty awful. We tended to advise customers to stick with the more established controllers. Adaptec 154x, 2840, 294x. There was a lot of variability among controllers, but we found the common Adaptec models to be the most consistent in their support. The 2920 (really a rebranded Future Domain model) was less dependable. Cheers, Chuck From doc at mdrconsult.com Thu Aug 14 15:37:41 2008 From: doc at mdrconsult.com (Doc Shipley) Date: Thu, 14 Aug 2008 15:37:41 -0500 Subject: Upgrading early BIOS In-Reply-To: <48A49575.2020903@philpem.me.uk> References: <01C8FDFC.66B3BB60@mandr71> <48A3F9E7.2820.35E0F5@cclist.sydex.com> <48A46D29.7080507@gmail.com> <48A49575.2020903@philpem.me.uk> Message-ID: <48A49795.9070702@mdrconsult.com> Philip Pemberton wrote: > Jules Richardson wrote: >> (and don't get me started on the manufacturers who used microscopic >> jumpers which had a habit of falling off at random moments... Quantum >> were bad for this, I recall) > > Don't forget the good old Maxtor 7850AV... 2mm pitch jumpers on pin > headers that were just slightly too short for the jumper caps. > > I lost the master-slave jumper from one of mine. Wire-wrap wire is a > good replacement. Well, it hasn't fallen off yet... :) Oooh, SHINY! That puts 12 or 15 1GB and 2GB Seagates back in biz. Thanks! Doc From trixter at oldskool.org Thu Aug 14 18:05:09 2008 From: trixter at oldskool.org (Jim Leonard) Date: Thu, 14 Aug 2008 18:05:09 -0500 Subject: Plus Hardcard 20 software? In-Reply-To: References: <48A15566.8050408@oldskool.org> Message-ID: <48A4BA25.8070306@oldskool.org> HP-FIX wrote: > Did you try SpeedStor ? > A dos utility for formatting HDD's with lot's of vendor info build in the > app, it's very usefll tool because it can lowlevel format and make the > partions and test controller and disc.... > I've a copy here and will make a copy if you like. Jerry Wright was able to help me out with the original HC software, but I would indeed like a copy if you can find it. I've always heard about it but never tried it. -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From trixter at oldskool.org Thu Aug 14 18:05:28 2008 From: trixter at oldskool.org (Jim Leonard) Date: Thu, 14 Aug 2008 18:05:28 -0500 Subject: Plus Hardcard 20 software? In-Reply-To: References: <48A15566.8050408@oldskool.org> Message-ID: <48A4BA38.6020101@oldskool.org> Eric J Korpela wrote: > If not DiskManager, SpeedStor, FormatAll or a utility like that may be > able to figure out how to do a low level format. That was precisely how I borked it in the first place :-) -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From trixter at oldskool.org Thu Aug 14 18:09:02 2008 From: trixter at oldskool.org (Jim Leonard) Date: Thu, 14 Aug 2008 18:09:02 -0500 Subject: Plus Hardcard 20 software? In-Reply-To: <48A341B2.6653.2874C8C@cclist.sydex.com> References: <48A15566.8050408@oldskool.org>, <48A341B2.6653.2874C8C@cclist.sydex.com> Message-ID: <48A4BB0E.8050509@oldskool.org> Chuck Guzis wrote: > > The Plus Hardcard was a weird beast. I don't think that the option > ROM had the low-level formatting utilities on it. Correct, it doesn't. It relied on the software to do the formatting. I was attempting to reformat it so that I could get more speed out of it (interleave is 5:1 on the disk but my 8088-2 clone runs at 9.54MHz and can do faster). I borked it trying to use HDPARM. Thankfully Jerry Wright was able to find the original diskette and I have restored the drive to service! Awesome! I was attempting to use another hardcard, a "Karddrive 20" with an "Octagon Drive" (it looks like an MFM drive in the shape of an oblong octagon) and the first time I tried to use it, every other character in the ROM was goofy. The second time I tried, it was perfect and I could read the drive's contents (but regrettably did not back them up). The third time, the ROM read all 00's and the drive was useless. (This was all in the course of 10 minutes!) Can I assume that the EEPROM has faded for good? -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From geneb at deltasoft.com Thu Aug 14 19:25:56 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Thu, 14 Aug 2008 17:25:56 -0700 (PDT) Subject: Plus Hardcard 20 software? In-Reply-To: <48A4BB0E.8050509@oldskool.org> References: <48A15566.8050408@oldskool.org>, <48A341B2.6653.2874C8C@cclist.sydex.com> <48A4BB0E.8050509@oldskool.org> Message-ID: On Thu, 14 Aug 2008, Jim Leonard wrote: > I was attempting to reformat it so that I could get more speed out of it > (interleave is 5:1 on the disk but my 8088-2 clone runs at 9.54MHz and can do > faster). I borked it trying to use HDPARM. Thankfully Jerry Wright was able > to find the original diskette and I have restored the drive to service! > Awesome! > Jim, the next time you need to adjust the interleave on a drive, use SpinRite. It does transfer rate testing and will come up with the best interleave for your configuration. g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From bfranchuk at jetnet.ab.ca Thu Aug 14 19:38:59 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Thu, 14 Aug 2008 18:38:59 -0600 Subject: Plus Hardcard 20 software? In-Reply-To: References: <48A15566.8050408@oldskool.org>, <48A341B2.6653.2874C8C@cclist.sydex.com> <48A4BB0E.8050509@oldskool.org> Message-ID: <48A4D023.1020503@jetnet.ab.ca> Gene Buckle wrote: > > Jim, the next time you need to adjust the interleave on a drive, use > SpinRite. It does transfer rate testing and will come up with the best > interleave for your configuration. > Does not SpinRite have a option to also reformat tracks with your data on it? > g. > From jfoust at threedee.com Thu Aug 14 19:47:03 2008 From: jfoust at threedee.com (John Foust) Date: Thu, 14 Aug 2008 19:47:03 -0500 Subject: Terak 8510 system on eBay In-Reply-To: <20080813.230910.2541.0@webmail05.vgs.untd.com> References: <20080813.230910.2541.0@webmail05.vgs.untd.com> Message-ID: <6.2.3.4.2.20080814194452.078dbde0@mail.threedee.com> At 01:09 AM 8/14/2008, jeff.kaneko at juno.com wrote: >Yep. price > $1,000 == investment grade > >AT this point I would usually remark about how >rare machines didn't used to be about big bucks, >but that horse died long, long ago. $1200+? Crazy. You could've talked me out of one for a tenth of that, plus shipping, and I would've guaranteed that it wasn't an empty case (unlike the eBay seller, who has probably wet himself three times by now, searching the warehouse for more Teraks.) I didn't pay more than $25 for any of mine. Maybe more like $5-$10. - John From lynchaj at yahoo.com Thu Aug 14 20:08:49 2008 From: lynchaj at yahoo.com (Andrew Lynch) Date: Thu, 14 Aug 2008 21:08:49 -0400 Subject: Z80 CP/M home brew computer project PCBs available Message-ID: Hi! I am continuing work on the N8VEM project. So far the SBC phase appears to be a success. There are many successful builders. The next phase has started. I just received an order of ECB backplane PCBs. I am assembling my own ECB backplane using standard off-the-shelf-parts. The ECB backplane can be used with the N8VEM SBC for IO expansion. It is intended for the "heavy" IO devices like Disk controllers and video boards. I am presently working on an ECB bus monitor to assist in the development of builder developed ECB peripherals. However, the ECB bus monitor will probably not be available for several weeks. After the ECB bus monitor project, I will continue on with the N8VEM Disk IO peripheral. It will have an IDE and NEC765 based FDC. All hardware and software information is freely available and I will help you the best I can to build your system. Obviously, most builders are highly skilled individuals who choose to highly customize their systems and don't need any of my help. Builders are encouraged to share their experiences on the N8VEM forums to help others. This has been quite successful in identifying and resolving various bugs. If you are interested in either the N8VEM SBC or ECB backplane PCBs to build your own home brew Z80 CP/M computer, please contact me offline. The SBC and the ECB backplane PCBs are available for low cost ($20 each plus shipping). Thank you in advance. Have a nice day! Andrew Lynch PS, you can get additional information here: http://groups.google.com/group/n8vem From mcguire at neurotica.com Thu Aug 14 20:19:03 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Thu, 14 Aug 2008 21:19:03 -0400 Subject: Plus Hardcard 20 software? In-Reply-To: <48A4D023.1020503@jetnet.ab.ca> References: <48A15566.8050408@oldskool.org>, <48A341B2.6653.2874C8C@cclist.sydex.com> <48A4BB0E.8050509@oldskool.org> <48A4D023.1020503@jetnet.ab.ca> Message-ID: <7C7F7DFF-92EB-4829-97C3-088DC9DA23E2@neurotica.com> On Aug 14, 2008, at 8:38 PM, bfranchuk at jetnet.ab.ca wrote: >> Jim, the next time you need to adjust the interleave on a drive, >> use SpinRite. It does transfer rate testing and will come up with >> the best >> interleave for your configuration. >> > Does not SpinRite have a option to also reformat tracks with your > data on it? SpinRite can be told to read a track, format it (optionally changing the interleave, and write the data back down. It was in my standard "fix a PC" box of tricks 20 years ago. It always worked very well. -Dave -- Dave McGuire Port Charlotte, FL From trixter at oldskool.org Thu Aug 14 20:41:54 2008 From: trixter at oldskool.org (Jim Leonard) Date: Thu, 14 Aug 2008 20:41:54 -0500 Subject: Where to find memory ICs? In-Reply-To: <20080812125157.J58638@shell.lmi.net> References: <200808080620.m786KSv8054131@dewey.classiccmp.org> <48A1233F.9030909@oldskool.org> <20080812125157.J58638@shell.lmi.net> Message-ID: <48A4DEE2.8080506@oldskool.org> Fred Cisin wrote: > Surely, the cheapest source of old memory ICs is removing them from old > memory boards. A J-RAM/J-Laser or Intel AboveBoard can yield a lot of > chips. It is an AboveBoard I am trying to *populate* with said chips... -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From trixter at oldskool.org Thu Aug 14 20:43:51 2008 From: trixter at oldskool.org (Jim Leonard) Date: Thu, 14 Aug 2008 20:43:51 -0500 Subject: Plus Hardcard 20 software? In-Reply-To: References: <48A15566.8050408@oldskool.org>, <48A341B2.6653.2874C8C@cclist.sydex.com> <48A4BB0E.8050509@oldskool.org> Message-ID: <48A4DF57.9030906@oldskool.org> Gene Buckle wrote: > On Thu, 14 Aug 2008, Jim Leonard wrote: >> I was attempting to reformat it so that I could get more speed out of >> it (interleave is 5:1 on the disk but my 8088-2 clone runs at 9.54MHz >> and can do faster). I borked it trying to use HDPARM. Thankfully >> Jerry Wright was able to find the original diskette and I have >> restored the drive to service! Awesome! >> > > Jim, the next time you need to adjust the interleave on a drive, use > SpinRite. It does transfer rate testing and will come up with the best > interleave for your configuration. Spinrite has been put into doubt over the last decade for me due to many factors. That notwithstanding, I did attempt it and Spinrite says that the controller is translating and that it won't touch it. The truth is that the on-board BIOS clears the screen and displays a message essentially saying "your low-level format attempt was stopped so that the existing bad sector mapping table could be preserved, press ctrl-alt-delete" (although powering the system off is actually what is required to continue). So that's the real reason SpinRite won't touch it. -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From legalize at xmission.com Thu Aug 14 20:47:09 2008 From: legalize at xmission.com (Richard) Date: Thu, 14 Aug 2008 19:47:09 -0600 Subject: Terak 8510 system on eBay In-Reply-To: Your message of Thu, 14 Aug 2008 19:47:03 -0500. <6.2.3.4.2.20080814194452.078dbde0@mail.threedee.com> Message-ID: In article <6.2.3.4.2.20080814194452.078dbde0 at mail.threedee.com>, John Foust writes: > At 01:09 AM 8/14/2008, jeff.kaneko at juno.com wrote: > > >Yep. price > $1,000 == investment grade > > > >AT this point I would usually remark about how > >rare machines didn't used to be about big bucks, > >but that horse died long, long ago. > > $1200+? Crazy. You could've talked me out of one for a tenth of that, plus > shipping, and I would've guaranteed that it wasn't an empty case [...] I *did* ask you if you would sell one of your "half dozen". You didn't reply. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From bfranchuk at jetnet.ab.ca Thu Aug 14 20:49:09 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Thu, 14 Aug 2008 19:49:09 -0600 Subject: Where to find memory ICs? In-Reply-To: <48A4DEE2.8080506@oldskool.org> References: <200808080620.m786KSv8054131@dewey.classiccmp.org> <48A1233F.9030909@oldskool.org> <20080812125157.J58638@shell.lmi.net> <48A4DEE2.8080506@oldskool.org> Message-ID: <48A4E095.1020701@jetnet.ab.ca> Jim Leonard wrote: > Fred Cisin wrote: >> Surely, the cheapest source of old memory ICs is removing them from old >> memory boards. A J-RAM/J-Laser or Intel AboveBoard can yield a lot of >> chips. > > It is an AboveBoard I am trying to *populate* with said chips... Maybe Fred has a few (full?) AboveBoards kicking around ... save you a lot of work. From jfoust at threedee.com Thu Aug 14 21:03:16 2008 From: jfoust at threedee.com (John Foust) Date: Thu, 14 Aug 2008 21:03:16 -0500 Subject: Terak 8510 system on eBay In-Reply-To: References: Message-ID: <6.2.3.4.2.20080814210112.05ca7950@mail.threedee.com> At 08:47 PM 8/14/2008, Richard wrote: >I *did* ask you if you would sell one of your "half dozen". You >didn't reply. Sorry, I was busy and I wanted to see how the auction turned out. :-) If you'd said "I'll give you $1200 for one" I would've jumped and perhaps even turned it into a family vacation to hand-deliver it. I'll sell my ultra-rare 10 meg Terak hard drive for $10,000. That's probably a third of the original price, not even counting inflation's deflation! - John From cisin at xenosoft.com Thu Aug 14 21:06:27 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Thu, 14 Aug 2008 19:06:27 -0700 (PDT) Subject: Where to find memory ICs? In-Reply-To: <48A4E095.1020701@jetnet.ab.ca> References: <200808080620.m786KSv8054131@dewey.classiccmp.org> <48A1233F.9030909@oldskool.org> <20080812125157.J58638@shell.lmi.net> <48A4DEE2.8080506@oldskool.org> <48A4E095.1020701@jetnet.ab.ca> Message-ID: <20080814190235.L75848@shell.lmi.net> > >> Surely, the cheapest source of old memory ICs is removing them from old > >> memory boards. A J-RAM/J-Laser or Intel AboveBoard can yield a lot of > >> chips. Jim Leonard wrote: > > It is an AboveBoard I am trying to *populate* with said chips... Sorry about that. When I needed to build some bookcases, a friend told me that the cheapest source of planks was to buy old bookcases and break them apart. On Thu, 14 Aug 2008, bfranchuk at jetnet.ab.ca wrote: > Maybe Fred has a few (full?) AboveBoards kicking around ... save you a > lot of work. Sorry, I don't think that I have any AboveBoards around. But, in the bottom of storage, I have a tote full of J-RAM/J-laser stuff. If I can make it to VCF this year, I should load up my van. -- Grumpy Ol' Fred cisin at xenosoft.com From mcguire at neurotica.com Thu Aug 14 21:07:44 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Thu, 14 Aug 2008 22:07:44 -0400 Subject: Where to find memory ICs? In-Reply-To: <20080814190235.L75848@shell.lmi.net> References: <200808080620.m786KSv8054131@dewey.classiccmp.org> <48A1233F.9030909@oldskool.org> <20080812125157.J58638@shell.lmi.net> <48A4DEE2.8080506@oldskool.org> <48A4E095.1020701@jetnet.ab.ca> <20080814190235.L75848@shell.lmi.net> Message-ID: <50BBE144-B873-4289-AF7A-26F1A9603F63@neurotica.com> On Aug 14, 2008, at 10:06 PM, Fred Cisin wrote: >>>> Surely, the cheapest source of old memory ICs is removing them >>>> from old >>>> memory boards. A J-RAM/J-Laser or Intel AboveBoard can yield a >>>> lot of >>>> chips. > > Jim Leonard wrote: >>> It is an AboveBoard I am trying to *populate* with said chips... > > Sorry about that. When I needed to build some bookcases, a friend > told me > that the cheapest source of planks was to buy old bookcases and > break them > apart. soda -> keyboard -Dave -- Dave McGuire Port Charlotte, FL From geneb at deltasoft.com Thu Aug 14 21:21:41 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Thu, 14 Aug 2008 19:21:41 -0700 (PDT) Subject: Plus Hardcard 20 software? In-Reply-To: <48A4D023.1020503@jetnet.ab.ca> References: <48A15566.8050408@oldskool.org>, <48A341B2.6653.2874C8C@cclist.sydex.com> <48A4BB0E.8050509@oldskool.org> <48A4D023.1020503@jetnet.ab.ca> Message-ID: On Thu, 14 Aug 2008, bfranchuk at jetnet.ab.ca wrote: > Gene Buckle wrote: >> >> Jim, the next time you need to adjust the interleave on a drive, use >> SpinRite. It does transfer rate testing and will come up with the best >> interleave for your configuration. >> > Does not SpinRite have a option to also reformat tracks with your data on > it? Yes it does. Does a great job. g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From Hollandia at ccountry.net Thu Aug 14 21:21:57 2008 From: Hollandia at ccountry.net (Hollandia at ccountry.net) Date: Thu, 14 Aug 2008 19:21:57 -0700 Subject: Upgrading early BIOS Message-ID: <200808150221.m7F2LuoZ007496@mailproxy1.ccountry.net> Chuck Guzis wrote: > >Given that this is a 486, I don't think that the BIOS is your >problem. I've used OPTI chipset 486s with two drives with no >problem. > >What kind of IDE cable are you using to hook up the second drive? If >it's an 80-conductor (UDMA) cable, then it's likely that the old IDE >controller can't see the drive. You need the 40-conductor cable. >You may also have to jumper the drive to restrict it to 8GB or less >(some drives can do this). > >FWIW, >Chuck > > The cable is a 40-pin ribbon cable (the old kind). From Hollandia at ccountry.net Thu Aug 14 21:21:59 2008 From: Hollandia at ccountry.net (Hollandia at ccountry.net) Date: Thu, 14 Aug 2008 19:21:59 -0700 Subject: Upgrading early BIOS Message-ID: <200808150221.m7F2Luob007496@mailproxy1.ccountry.net> Michael Lee wrote: > >As for books, just an old copy of Upgrading and Repairing PCs is a great >reference in my opinion. > > Thanks, Michael. I'll look for a copy of it. From Hollandia at ccountry.net Thu Aug 14 21:22:01 2008 From: Hollandia at ccountry.net (Hollandia at ccountry.net) Date: Thu, 14 Aug 2008 19:22:01 -0700 Subject: Upgrading early BIOS Message-ID: <200808150222.m7F2Luod007496@mailproxy1.ccountry.net> Fred Cisin wrote: > >Does the Packard Bell hardware support cable select? > I honestly don't know. I had thought they all did. >> Can someone suggest a good book that goes into this type of thing? > >Scott Mueller's Repairing and Upgrading PCs >prob'ly 3 or 4 editions before the current one. Try maybe ed 12 or 13 > > > I will look for a copy of it. Thanks. From Hollandia at ccountry.net Thu Aug 14 21:22:03 2008 From: Hollandia at ccountry.net (Hollandia at ccountry.net) Date: Thu, 14 Aug 2008 19:22:03 -0700 Subject: Upgrading early BIOS Message-ID: <200808150222.m7F2Luof007496@mailproxy1.ccountry.net> Eric J Korpela wrote: >On Tue, Aug 12, 2008 at 6:16 AM, Al Hartman wrote: >> Why not try adding a PCI IDE adapter? It will have it's own BIOS that will >> over-ride the internal BIOS. > >With an Award 486 BIOS v1.01, this machine doesn't have PCI slots. In >fact I doubt that it would even have VESA Local Bus (VLB) slots. I >would make a wild assed guess that this is a reworked 386 motherboard >with 7 ISA slots, 3 of which are 16bit and one of which has a >proprietary 32bit ISA extension for use as memory expansion. > >How close did I come, Kurt? > >Eric > > I don't know exactly. This machine was bought used and I am only just starting to learn things about it. I wish I could be of more help. From geneb at deltasoft.com Thu Aug 14 21:26:42 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Thu, 14 Aug 2008 19:26:42 -0700 (PDT) Subject: Plus Hardcard 20 software? In-Reply-To: <48A4DF57.9030906@oldskool.org> References: <48A15566.8050408@oldskool.org>, <48A341B2.6653.2874C8C@cclist.sydex.com> <48A4BB0E.8050509@oldskool.org> <48A4DF57.9030906@oldskool.org> Message-ID: > The truth is that the on-board BIOS clears the screen and displays a message > essentially saying "your low-level format attempt was stopped so that the > existing bad sector mapping table could be preserved, press ctrl-alt-delete" > (although powering the system off is actually what is required to continue). > So that's the real reason SpinRite won't touch it. > That's insanely strange. I wonder what is so precious about their factory bad track table... g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From trixter at oldskool.org Thu Aug 14 21:40:50 2008 From: trixter at oldskool.org (Jim Leonard) Date: Thu, 14 Aug 2008 21:40:50 -0500 Subject: Where to find memory ICs? In-Reply-To: <20080814190235.L75848@shell.lmi.net> References: <200808080620.m786KSv8054131@dewey.classiccmp.org> <48A1233F.9030909@oldskool.org> <20080812125157.J58638@shell.lmi.net> <48A4DEE2.8080506@oldskool.org> <48A4E095.1020701@jetnet.ab.ca> <20080814190235.L75848@shell.lmi.net> Message-ID: <48A4ECB2.1010405@oldskool.org> Fred Cisin wrote: > Sorry, I don't think that I have any AboveBoards around. But, in the > bottom of storage, I have a tote full of J-RAM/J-laser stuff. If I can > make it to VCF this year, I should load up my van. I appreciate the offer, but don't do it for my benefit; budgets are low this year and I won't be making VCF until VCF Midwest 2009. -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From trixter at oldskool.org Thu Aug 14 21:41:51 2008 From: trixter at oldskool.org (Jim Leonard) Date: Thu, 14 Aug 2008 21:41:51 -0500 Subject: Plus Hardcard 20 software? In-Reply-To: References: <48A15566.8050408@oldskool.org>, <48A341B2.6653.2874C8C@cclist.sydex.com> <48A4BB0E.8050509@oldskool.org> <48A4DF57.9030906@oldskool.org> Message-ID: <48A4ECEF.1050504@oldskool.org> Gene Buckle wrote: >> The truth is that the on-board BIOS clears the screen and displays a >> message essentially saying "your low-level format attempt was stopped >> so that the existing bad sector mapping table could be preserved, >> press ctrl-alt-delete" (although powering the system off is actually >> what is required to continue). So that's the real reason SpinRite >> won't touch it. >> > That's insanely strange. I wonder what is so precious about their > factory bad track table... Probably nothing at all. The BIOS DUMP lists the author of the code, maybe I should try to track him down and complain :-) -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From trixter at oldskool.org Thu Aug 14 21:42:49 2008 From: trixter at oldskool.org (Jim Leonard) Date: Thu, 14 Aug 2008 21:42:49 -0500 Subject: Plus Hardcard 20 software? In-Reply-To: References: <48A15566.8050408@oldskool.org>, <48A341B2.6653.2874C8C@cclist.sydex.com> <48A4BB0E.8050509@oldskool.org> <48A4D023.1020503@jetnet.ab.ca> Message-ID: <48A4ED29.5000201@oldskool.org> Gene Buckle wrote: > On Thu, 14 Aug 2008, bfranchuk at jetnet.ab.ca wrote: > >> Gene Buckle wrote: >>> >>> Jim, the next time you need to adjust the interleave on a drive, use >>> SpinRite. It does transfer rate testing and will come up with the best >>> interleave for your configuration. >>> >> Does not SpinRite have a option to also reformat tracks with your >> data on it? > Yes it does. Does a great job. And when it doesn't do a great job, I have found that Norton Utilities 6.0's CALIBRAT works well. (Spinrite does some odd things on a few controllers where there is a 10-second pause and head recalibration for every single low-level format of a track) -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From spectre at floodgap.com Thu Aug 14 21:48:57 2008 From: spectre at floodgap.com (Cameron Kaiser) Date: Thu, 14 Aug 2008 19:48:57 -0700 (PDT) Subject: Where to find memory ICs? In-Reply-To: <20080814190235.L75848@shell.lmi.net> from Fred Cisin at "Aug 14, 8 07:06:27 pm" Message-ID: <200808150248.m7F2mvZc009876@floodgap.com> > > > Surely, the cheapest source of old memory ICs is removing them from old > > > memory boards. A J-RAM/J-Laser or Intel AboveBoard can yield a lot of > > > chips. > > > > It is an AboveBoard I am trying to *populate* with said chips... > > Sorry about that. When I needed to build some bookcases, a friend told me > that the cheapest source of planks was to buy old bookcases and break them > apart. It took me almost a good half a minute to process that. I think I need a CPU upgrade. -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com -- 1-GHz Pentium-III + Java + XSLT == 1-MHz 6502. -- Craig Bruce -------------- From bfranchuk at jetnet.ab.ca Thu Aug 14 22:03:13 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Thu, 14 Aug 2008 21:03:13 -0600 Subject: Where to find memory ICs? In-Reply-To: <200808150248.m7F2mvZc009876@floodgap.com> References: <200808150248.m7F2mvZc009876@floodgap.com> Message-ID: <48A4F1F1.2010008@jetnet.ab.ca> Cameron Kaiser wrote: >>>> Surely, the cheapest source of old memory ICs is removing them from old >>>> memory boards. A J-RAM/J-Laser or Intel AboveBoard can yield a lot of >>>> chips. >>>> >>> It is an AboveBoard I am trying to *populate* with said chips... >>> >> Sorry about that. When I needed to build some bookcases, a friend told me >> that the cheapest source of planks was to buy old bookcases and break them >> apart. >> > > It took me almost a good half a minute to process that. I think I need a > CPU upgrade. > > What book cases *Do you buy*? All the ones I have seen are that cheep MFB stuff. From geneb at deltasoft.com Thu Aug 14 22:02:34 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Thu, 14 Aug 2008 20:02:34 -0700 (PDT) Subject: Plus Hardcard 20 software? In-Reply-To: <48A4ECEF.1050504@oldskool.org> References: <48A15566.8050408@oldskool.org>, <48A341B2.6653.2874C8C@cclist.sydex.com> <48A4BB0E.8050509@oldskool.org> <48A4DF57.9030906@oldskool.org> <48A4ECEF.1050504@oldskool.org> Message-ID: On Thu, 14 Aug 2008, Jim Leonard wrote: > Gene Buckle wrote: >>> The truth is that the on-board BIOS clears the screen and displays a >>> message essentially saying "your low-level format attempt was stopped so >>> that the existing bad sector mapping table could be preserved, press >>> ctrl-alt-delete" (although powering the system off is actually what is >>> required to continue). So that's the real reason SpinRite won't touch it. >>> >> That's insanely strange. I wonder what is so precious about their factory >> bad track table... > > Probably nothing at all. The BIOS DUMP lists the author of the code, maybe I > should try to track him down and complain :-) > Now THAT would be cool. *laughs* You should do it. :) g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From legalize at xmission.com Thu Aug 14 22:27:33 2008 From: legalize at xmission.com (Richard) Date: Thu, 14 Aug 2008 21:27:33 -0600 Subject: Terak 8510 system on eBay In-Reply-To: Your message of Thu, 14 Aug 2008 21:03:16 -0500. <6.2.3.4.2.20080814210112.05ca7950@mail.threedee.com> Message-ID: In article <6.2.3.4.2.20080814210112.05ca7950 at mail.threedee.com>, John Foust writes: > At 08:47 PM 8/14/2008, Richard wrote: > >I *did* ask you if you would sell one of your "half dozen". You > >didn't reply. > > Sorry, I was busy and I wanted to see how the auction turned out. :-) ...which is why I dealt with the ebay seller and not you. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From silent700 at gmail.com Thu Aug 14 22:30:26 2008 From: silent700 at gmail.com (Jason T) Date: Thu, 14 Aug 2008 22:30:26 -0500 Subject: Terak 8510 system on eBay In-Reply-To: <6.2.3.4.2.20080814194452.078dbde0@mail.threedee.com> References: <20080813.230910.2541.0@webmail05.vgs.untd.com> <6.2.3.4.2.20080814194452.078dbde0@mail.threedee.com> Message-ID: <51ea77730808142030p2c7ea458ke0ebe7368bc9ca33@mail.gmail.com> On Thu, Aug 14, 2008 at 7:47 PM, John Foust wrote: > $1200+? Crazy. You could've talked me out of one for a tenth of that, plus > shipping, and I would've guaranteed that it wasn't an empty case (unlike > the eBay seller, who has probably wet himself three times by now, searching > the warehouse for more Teraks.) I didn't pay more than $25 for any of mine. > Maybe more like $5-$10. So...umm....they'll be heading to eBay then? From useddec at gmail.com Thu Aug 14 22:49:47 2008 From: useddec at gmail.com (Paul Anderson) Date: Thu, 14 Aug 2008 22:49:47 -0500 Subject: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: <2C725119-415B-4DB2-B7C5-AADADCBED169@voysys.com> References: <2C725119-415B-4DB2-B7C5-AADADCBED169@voysys.com> Message-ID: <624966d60808142049j7da17fdbna2082d78ddff11ea@mail.gmail.com> I think the M840 is the PDP8 controller. I don't remember the Unibus part number, but I should have one. Paul On 8/12/08, Marden P. Marshall wrote: > > Does anyone have a DEC PC04 paper tape reader/punch that they would be > interested in letting go? I'm also looking for the matching PC8-E (M840) > UNIBUS controller card. > > Thanks, > > -Mardy > > From josecvalle at gmail.com Thu Aug 14 09:16:59 2008 From: josecvalle at gmail.com (Jose carlos Valle) Date: Thu, 14 Aug 2008 11:16:59 -0300 Subject: [personal] Re: Re: Paper Tape Reader In-Reply-To: <003301c8fdf5$bf6ee5b0$961ca8c0@mss.local> References: <2645f9870808121248h7722d765n1894fc7d5e414de4@mail.gmail.com> <48A2C4A8.5070505@acc.umu.se> <001501c8fd5d$455d56f0$961ca8c0@mss.local> <1e1fc3e90808131121y98012e7h85fb3a5571a7c096@mail.gmail.com> <003301c8fdf5$bf6ee5b0$961ca8c0@mss.local> Message-ID: Hi, I am Jose Carlos Valle, I will be there en that event in San Jose, nexe week, if someone would like to talk about old stufss, museum, or some donation etc I will beat the The Tech Museum of Innovations. By the way, I need to get a hotel close there. for 2 people around 80,00 Any help is welcome. Jose Carlos Valle curator - Computer Museum Braszil 2008/8/14 Mike Hatch > Yup, thats the one > > ----- Original Message ----- From: "Glen Slick" > To: "General Discussion: On-Topic and Off-Topic Posts" < > cctalk at classiccmp.org> > Sent: Wednesday, August 13, 2008 7:21 PM > Subject: [personal] Re: Re: Paper Tape Reader > > > > On Wed, Aug 13, 2008 at 8:57 AM, Mike Hatch >> wrote: >> >>> There is a design one kicking around on Epay somewhere that hooks up to a >>> parallel port (I believe) but no mechanics. Seller claims you can pull >>> tape >>> through with no drop outs. Sorry cant find the link at the moment but >>> will >>> have a hunt around for it. >>> >>> >> This one by "mikesdavis" ? >> >> http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=150267933071 >> >> >> > > -- Jos? Carlos Valle ? Presidente curador Av Jandira, 257 - 6 andar s 64 - Moema.- CEP 04088-001 www.museudocomputador.com.br Blog do curador:--http://blogdocurador.museudocomputador.com.br Tel office: 011 2609-6959 - celular prov: 8794-6730 Tel skype 3013-3946 - "Tudo posso naquele que fortalece, Felipenses 4:13" From snhirsch at gmail.com Thu Aug 14 12:29:32 2008 From: snhirsch at gmail.com (Steven Hirsch) Date: Thu, 14 Aug 2008 13:29:32 -0400 (EDT) Subject: Xerox 820-II Message-ID: Does anyone in the northeast have a working Xerox 820-II system they'd like to part with? I have a line on one out West, but the shipping is going to be murderous. Steve -- From josecvalle at gmail.com Thu Aug 14 12:54:08 2008 From: josecvalle at gmail.com (Jose carlos Valle) Date: Thu, 14 Aug 2008 14:54:08 -0300 Subject: More ETH Lilith goodies available In-Reply-To: <219606.2625.qm@web37102.mail.mud.yahoo.com> References: <219606.2625.qm@web37102.mail.mud.yahoo.com> Message-ID: Hello, I will be there at San jose , CA, at the N-Vision,next week someone will goes to there? I will visit the Intel Museum, Computer History Museum in Mont view etc. Any suggestion is welcome. -- Jos? Carlos Valle ? Presidente curador Av Jandira, 257 - 6 andar s 64 - Moema.- CEP 04088-001 www.museudocomputador.com.br Blog do curador:--http://blogdocurador.museudocomputador.com.br Tel office: 011 2609-6959 - celular prov: 8794-6730 Tel skype 3013-3946 - "Tudo posso naquele que fortalece, Felipenses 4:13" From gordonjcp at gjcp.net Fri Aug 15 02:20:47 2008 From: gordonjcp at gjcp.net (Gordon JC Pearce) Date: Fri, 15 Aug 2008 08:20:47 +0100 Subject: QBus framebuffers, was Re: Terak 8510 system on eBay In-Reply-To: <48A2A9F9.9070103@e-bbes.com> References: <489FCEE7.5080908@crash.com> <51ea77730808102333s71d1a6a6mf878daa87ff6dfe9@mail.gmail.com> <489FE002.3040705@crash.com> <6.2.3.4.2.20080811110331.06ef9b80@mail.threedee.com> <1218530562.13789.1.camel@kusanagi> <48A2A9F9.9070103@e-bbes.com> Message-ID: <48A52E4F.6010409@gjcp.net> e.stiebler wrote: > Gordon J. C. Pearce wrote: >> All this talk of Teraks reminds me, it's about time for my approximately >> semi-annual QBus framebuffer hunt. Is anyone keen to sell such a thing? > > > What exactly are you looking for ? > Well just to cover this reply and the couple of off-list emails I've had, I'm looking for *some sort* of framebuffer that I can fit to my PDP-11/73. Ideally it should be able to do a couple of greyscales (But 1-bit would be fine) or colour, and if it can spit out RS-170ish video that would be lovely. RGB I can probably do, *if* I can figure out where I put the rather nice little Japanese-spec 12" colour monitor I found... I've got loads of quad-height slots free. Now, I've been offered a VCB02 set, which I believe is from a MicroVAX. Will these work in a PDP11? Would I need to make any mods? Bear in mind that I'm most likely going to write the software from scratch. Gordon From ethan.dicks at usap.gov Fri Aug 15 02:50:00 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Fri, 15 Aug 2008 07:50:00 +0000 Subject: QBus framebuffers, was Re: Terak 8510 system on eBay In-Reply-To: <48A52E4F.6010409@gjcp.net> References: <489FCEE7.5080908@crash.com> <51ea77730808102333s71d1a6a6mf878daa87ff6dfe9@mail.gmail.com> <489FE002.3040705@crash.com> <6.2.3.4.2.20080811110331.06ef9b80@mail.threedee.com> <1218530562.13789.1.camel@kusanagi> <48A2A9F9.9070103@e-bbes.com> <48A52E4F.6010409@gjcp.net> Message-ID: <20080815075000.GA31642@usap.gov> On Fri, Aug 15, 2008 at 08:20:47AM +0100, Gordon JC Pearce wrote: > Well just to cover this reply and the couple of off-list emails I've > had, I'm looking for *some sort* of framebuffer that I can fit to my > PDP-11/73. Ideally it should be able to do a couple of greyscales (But > 1-bit would be fine) or colour, and if it can spit out RS-170ish video > that would be lovely. I worked with one c. 1988 that fits the bill, but I can't even remember the vendor now. Pertek, maybe? It was RGB, but did SOG, and we used it as a 512x512 16-shades-of-grey on a mono security monitor. The only thing odd about it was the tiny coax connectors for video out (my boss just soldered a BNC pigtail to the bottom of the board at the "Green" connector). > I've got loads of quad-height slots free. This was dual-height, and, IIRC, easy to talk to from MACRO-11 programs (i.e. - no driver). > Now, I've been offered a VCB02 set, which I believe is from a MicroVAX. > Will these work in a PDP11? Would I need to make any mods? Bear in > mind that I'm most likely going to write the software from scratch. That I don't know, but I would _suspect_ it should work, especially if you are willing to roll your own code. I don't think it did needed anything from the Qbus that a PDP-11 couldn't do. You could always check an existing VAX driver for code examples - dunno if any of the BSDs support it, but VMS and Ultrix should have both supported it. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 15-Aug-2008 at 07:40 Z South Pole Station PSC 468 Box 400 Temp -63.2 F (-52.9 C) Windchill -111.2 F (-79.5 C) APO AP 96598 Wind 25.2 kts Grid 10 Barometer 669.1 mb (11042 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From andreww591 at gmail.com Fri Aug 15 04:11:24 2008 From: andreww591 at gmail.com (Andrew Warkentin) Date: Fri, 15 Aug 2008 03:11:24 -0600 Subject: PERQemu v0.2 and a Request for Software In-Reply-To: <48A2798E.8030606@msu.edu> References: <48A2798E.8030606@msu.edu> Message-ID: <48A5483C.4040204@gmail.com> Josh Dersch wrote: > Just in case anyone's interested, a new and significantly improved > PERQemu v0.2 is available at: > > http://yahozna.dyndns.org/computers/perq/emulator/v0.2/ > > I would consider this a fairly usable release (v0.1 was very buggy). > Improvements include: > > - A 25% or so speed increase (yay!) > - A more or less complete and accurate Z80 simulation, which makes many, > many more things work correctly. > - Kriz Tablet support - now you can actually USE those graphical > applications! > - RS232 support (yes, now YOU can use a VT100 emulator running inside of > a PERQ emulator to talk to your VAX!) > - (Nearly) complete Floppy and Hard Disk support. Enough works to allow > bringing up a completely fresh installation > of POS on a new hard disk, from floppy. > > Next up on the list of things to do: Real RasterOp emulation, followed > by 16K CPU support. Can't wait to run Accent on this thing... > > If any of you get a chance to try this out, I'd love to hear some feedback. > > If anyone out there has any PERQ1/1A compatible software that hasn't > already been archived on Bitsavers (I know, it's unlikely...), please > drop me a line. Much of the software that's been archived is for the > PERQ2, which is incompatible in tiny (but annoying) ways. In > particular, versions of POS G.x or any release of Accent that can run on > the PERQ1A would be wonderful to have. > > (As an aside: Al Kossow - thank you so much for Bitsavers...) > > Additionally, if any of you have working PERQ1's and are willing to run > it for a few hours to dump an image of your hard disk, let me know. It > would be nice to have some other "real" hard disk images to work with. > > Thanks, > Josh I ran it under Mono (under OS X), and it works, but there are a few minor problems. The first is that it is hardcoded to use \ as the path separator, so it tries to open files in the current directory with names of the form \, instead of the actual files in the subdirectories (for instance, it tries to open ./Disks\hdImage.img as the hard disk image.). Fortunately, this is easy to work around with symlinks due to the fact that Unices allow any character in filenames. The second is that it is impossible to exit in any way other than suspending with ^Z and killing the process. From coredump at gifford.co.uk Fri Aug 15 05:03:54 2008 From: coredump at gifford.co.uk (John Honniball) Date: Fri, 15 Aug 2008 11:03:54 +0100 Subject: Where to find memory ICs? In-Reply-To: <20080814190235.L75848@shell.lmi.net> References: <200808080620.m786KSv8054131@dewey.classiccmp.org> <48A1233F.9030909@oldskool.org> <20080812125157.J58638@shell.lmi.net> <48A4DEE2.8080506@oldskool.org> <48A4E095.1020701@jetnet.ab.ca> <20080814190235.L75848@shell.lmi.net> Message-ID: <48A5548A.7000206@gifford.co.uk> Fred Cisin wrote: > Sorry, I don't think that I have any AboveBoards around. But, in the > bottom of storage, I have a tote full of J-RAM/J-laser stuff. The J-Laser was another thing we used when developing that business graphics/presentation package. Really impressive at the time, just for the size of the memory. And the direct video interface to the laser printer was soooo fast... -- John Honniball coredump at gifford.co.uk From silent700 at gmail.com Fri Aug 15 09:15:51 2008 From: silent700 at gmail.com (Jason T) Date: Fri, 15 Aug 2008 09:15:51 -0500 Subject: Bernoulli Box controller? In-Reply-To: <48A5266B.3030600@msu.edu> References: <48A5266B.3030600@msu.edu> Message-ID: <51ea77730808150715v1599c590n60ea9cbdef2ea3e0@mail.gmail.com> On Fri, Aug 15, 2008 at 1:47 AM, Josh Dersch wrote: > I picked up a very old Iomega Bernoulli Box (labeled on the rear as "The > Bernoulli Box," on the front as "Iomega Cartridge Disk Subsystem"), model > CDS-PC/20. The chassis basically looks like a knockoff of the original IBM > PC, even down to the red on/off switch on the rear right. Got a few 10mb > cartridges with it, but no controller. > > Anyone have a PC controller for this thing they don't need? Any advice for > cleaning it out before I try to load any cartridges? Hey, I received one of these recently as well. Also no controller card. I'd be happy just to know the model# so I can hunt one down later on. From doc at mdrconsult.com Fri Aug 15 09:41:14 2008 From: doc at mdrconsult.com (Doc Shipley) Date: Fri, 15 Aug 2008 09:41:14 -0500 Subject: Upgrading early BIOS In-Reply-To: <48A434B0.22581.11B80C8@cclist.sydex.com> References: <01C8FDFC.66B3BB60@mandr71>, <18596.36908.588399.311601@gargle.gargle.HOWL> <48A434B0.22581.11B80C8@cclist.sydex.com> Message-ID: <48A5958A.5050305@mdrconsult.com> Chuck Guzis wrote: > I wonder which drive you have (T3000 maybe?). I've got at least one > Colorado, several Archive and a few drives with the HP logo, all 4mm > DAT and they all obey the standard command set and pretty much work > on any mainline SCSI controller. In particular, the Archive is a > magazine loader and obeys the SCSI command set for autoloader > "robots". There was an HP-branded ISA adapter, an Adaptec chip if I recall, that was sold with one of the ScanJet flatbed scanners. It was of course non-bootable, but the couple I've run into were also completely unreliable with storage devices. Doc Shipley From aek at bitsavers.org Fri Aug 15 10:24:24 2008 From: aek at bitsavers.org (Al Kossow) Date: Fri, 15 Aug 2008 08:24:24 -0700 Subject: PERQemu v0.2 and a Request for Software Message-ID: <48A59FA8.30205@bitsavers.org> > Just in case anyone's interested, a new and significantly improved > PERQemu v0.2 is available Would you be willing to make the sources available at some point to help document the hardware, and make it possible to put it on something other than Windows? From dbetz at xlisper.com Fri Aug 15 12:31:38 2008 From: dbetz at xlisper.com (David Betz) Date: Fri, 15 Aug 2008 13:31:38 -0400 Subject: IBM 4702 Message-ID: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com> Anyone know what an IBM 4702 is? I found one in the trash at my local dump. It's a cube shaped box with a couple of 5.25" floppy drives on the front. Would this be of interest to anyone? If so, I'll pick it up (free) but you'll have to come by and get it at my home in Bedford, NH. From brad at heeltoe.com Fri Aug 15 12:36:34 2008 From: brad at heeltoe.com (Brad Parker) Date: Fri, 15 Aug 2008 13:36:34 -0400 Subject: free - two large 9 track tape units; boston area Message-ID: <27437.1218821794@mini> Hi I have two (2x) 9-track tape units I no longer need. These are rack mounted units, not currently in racks. One is brand new. I'm pretty sure both have pertec interfaces and could be driven from most any pertec interface. I believe both will read 800 bpi & 1600 tapes. Not sure if they will go beyond that. The are physically clean and in good shape. Anyone want them? If you do, these need to be picked up. They are way too heavy for shipping. ps: if someone take them *both* I will offer to throw in a 19" rack on wheels. it's clean and in good shape with a dec power module on the bottom. -brad Brad Parker Heeltoe Consulting +1-781-483-3101 http://www.heeltoe.com From bear at typewritten.org Fri Aug 15 12:36:37 2008 From: bear at typewritten.org (r.stricklin) Date: Fri, 15 Aug 2008 10:36:37 -0700 Subject: Bernoulli Box controller? In-Reply-To: <51ea77730808150715v1599c590n60ea9cbdef2ea3e0@mail.gmail.com> References: <48A5266B.3030600@msu.edu> <51ea77730808150715v1599c590n60ea9cbdef2ea3e0@mail.gmail.com> Message-ID: <84CD8628-5E43-475F-B3A1-39BDC0E74C2F@typewritten.org> On Aug 15, 2008, at 7:15 AM, Jason T wrote: > Hey, I received one of these recently as well. Also no controller > card. I'd be happy just to know the model# so I can hunt one down > later on. PC2-50 (no ROM, not bootable) PC2B-50 (ROM, bootable) ok bear From jfoust at threedee.com Fri Aug 15 12:37:55 2008 From: jfoust at threedee.com (John Foust) Date: Fri, 15 Aug 2008 12:37:55 -0500 Subject: IBM 4702 In-Reply-To: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com> References: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com> Message-ID: <6.2.3.4.2.20080815123641.067cceb0@mail.threedee.com> At 12:31 PM 8/15/2008, David Betz wrote: >Anyone know what an IBM 4702 is? I found one in the trash at my local >dump. http://www.plippard.com/pgl/CodingChronology.aspx Sounds sufficiently weird to me. :-) "The IBM 4700 Finance Communication System (FCS) consisted of a programmatic controller and related peripherals, used primarily in finance industry retail branches. The graphic above was the best I could do at finding a photo of an IBM 4702. I think the IBM Corporation would like to forget about the 4700. In fact, the IBM 4700 product line may have been the most forgettable product the IBM Corporation ever made. For me, and due to its proprietary architecture, the IBM 4700 product line spelled profitability. Introduced in the same year as the IBM PC (1981), the 4700 FCS was the follow-on product to replace the IBM 3600 FCS. Unlike the IBM PC, the 4700 FCS was very much a proprietary hardware and software product. All programming for the IBM 4702 processor was conducted with an IBM mainframe based language called 4700 Finance Communication Language (FCL). 4700 FCL essentially used the IBM mainframe Assembler Language macro capability to generate 4700 FCL op codes, which in turn were downloaded to the IBM 4702 and interpreted by the 4700 microcode. If one has a creative imagination and compares 4700 FCL to today's modern world of programming, 4700 microcode interpretation of 4700 FCL op codes is similar in concept to the Microsoft .NET Common Language Runtime (CLR) and its interpretation of Microsoft Intermediate Language (IL) instruction codes." - John From caveguy at sbcglobal.net Fri Aug 15 12:38:54 2008 From: caveguy at sbcglobal.net (Bob Bradlee) Date: Fri, 15 Aug 2008 13:38:54 -0400 Subject: IBM 4702 In-Reply-To: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com> Message-ID: <200808151741.m7FHf1V7066731@keith.ezwind.net> On Fri, 15 Aug 2008 13:31:38 -0400, David Betz wrote: >Anyone know what an IBM 4702 is? I found one in the trash at my local >dump. It's a cube shaped box with a couple of 5.25" floppy drives on >the front. Would this be of interest to anyone? If so, I'll pick it up >(free) but you'll have to come by and get it at my home in Bedford, NH. Here is a hint: "When B-Loop Attachment Feature is selected, the 9068 attaches to IBM 4702 Branch Automation Processor as either an IBM 4722 or IBM 4772 (model S01)." Bob From cclist at sydex.com Fri Aug 15 12:52:32 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 15 Aug 2008 10:52:32 -0700 Subject: Bernoulli Box controller? In-Reply-To: <51ea77730808150715v1599c590n60ea9cbdef2ea3e0@mail.gmail.com> References: <48A5266B.3030600@msu.edu>, <51ea77730808150715v1599c590n60ea9cbdef2ea3e0@mail.gmail.com> Message-ID: <48A55FF0.26037.5AC6E4E@cclist.sydex.com> On 15 Aug 2008 at 9:15, Jason T wrote: > Hey, I received one of these recently as well. Also no controller > card. I'd be happy just to know the model# so I can hunt one down > later on. Isn't the 20 MB Bernoulli Box a SCSI device? ISTR that you could plug the thing into a Mac. I've got a PC2B controller here (with male DC37 connector) that came with my BB dual 90 drive and it's a SCSI controller, albeit pertty primitive, for certain. Cheers, Chuck From cclist at sydex.com Fri Aug 15 13:03:15 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 15 Aug 2008 11:03:15 -0700 Subject: IBM 4702 In-Reply-To: <6.2.3.4.2.20080815123641.067cceb0@mail.threedee.com> References: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com>, <6.2.3.4.2.20080815123641.067cceb0@mail.threedee.com> Message-ID: <48A56273.31769.5B63C0C@cclist.sydex.com> For a somewhat more complete picture, here's a presentation from an outfit whose goal was to do away with the 4700 and connect the peripherals to a PC: http://www.nci-inc.com/Migratn.pdf I get the impression that the 4702 was seen in banks and the like. Cheers, Chuck From RichA at vulcan.com Fri Aug 15 13:13:27 2008 From: RichA at vulcan.com (Rich Alderson) Date: Fri, 15 Aug 2008 11:13:27 -0700 Subject: Bernoulli Box controller? In-Reply-To: <48A55FF0.26037.5AC6E4E@cclist.sydex.com> References: <48A5266B.3030600@msu.edu>, <51ea77730808150715v1599c590n60ea9cbdef2ea3e0@mail.gmail.com> <48A55FF0.26037.5AC6E4E@cclist.sydex.com> Message-ID: From: Chuck Guzis Sent: Friday, August 15, 2008 10:53 AM > On 15 Aug 2008 at 9:15, Jason T wrote: >> Hey, I received one of these recently as well. Also no >> controller card. I'd be happy just to know the model# so I >> can hunt one down later on. > Isn't the 20 MB Bernoulli Box a SCSI device? ISTR that you > could plug the thing into a Mac. I've got a PC2B controller > here (with male DC37 connector) that came with my BB dual 90 > drive and it's a SCSI controller, albeit pertty primitive, > for certain. The original Macintosh-compatible Bernoulli Box hooked to the external floppy interface, and was available in 10MB and 20MB. SCSI didn't come to the Mac until the SE, as I remember things. Rich Rich Alderson RichA at vulcan.com Server Engineer, PDPplanet Project (206) 342-2239 Vulcan, Inc., 505 5th Avenue S, Seattle, WA 98104 (206) 465-2916 cell From classiccmp at philpem.me.uk Fri Aug 15 13:14:46 2008 From: classiccmp at philpem.me.uk (Philip Pemberton) Date: Fri, 15 Aug 2008 19:14:46 +0100 Subject: IBM 6094-020 LPFK (Lighted Program Function Keyboard) Message-ID: <48A5C796.5030105@philpem.me.uk> Hi, I've just got my two LPFKs -- one of which is now sitting out on the bench. The stuff on the codeninja page about the LPFK protocol seems to be inaccurate; my LPFK is completely mute. I can set the switch on the back to Loopback, which makes the light for whatever keys I press light up, but in "live" mode nothing happens at all. I've got a scope probe on the TX output of the MAX232 (pin 14), which connects straight to the serial connector, but all I've got is a steady -10V (negative ten volts) level. The crystal is oscillating and the 8051 appears to be running code. If I ground the RXD line (serial break?) and then release it, the LPFK resets and does its startup dance. Still no output after this, though. I suspect it's expecting some form of init sequence. Does anyone have an LPFK, the PC connection kit and the relevant software to hand? A serial trace would be tremendously useful. Has anyone managed to get one of these things working? I did spot a thread in the archive started by Michael Brutman -- . Nothing after that until Paxton Hoag's LPFK bulk-order earlier this year though. Thanks, -- Phil. classiccmp at philpem.me.uk http://www.philpem.me.uk/ From james at jdfogg.com Fri Aug 15 13:22:47 2008 From: james at jdfogg.com (James Fogg) Date: Fri, 15 Aug 2008 14:22:47 -0400 Subject: Xerox 820-II In-Reply-To: References: <200808141600.21046.james@jdfogg.com> Message-ID: <200808151422.47958.james@jdfogg.com> > > Just a guess here, this wouldn't happen to be for running a micrographics > > machine, would it? A TDC Docuscan? > > No. This would be for my vintage computer collection. I have a couple of > Corvus flat-cable drive interfaces for Xerox 820 and recently unearthed > the software as well. Now, if I can get a working 820 my "network of the > past" will gain another dimension. > > Never heard of either micrographics or TDC Docuscan. What are they? Sorry, the Docuscan was a high speed paper scanner based on the Documate chassis. Terminal Data Corp Documate models 1,2,3 & 4. They used Xerox model 820's, and later used PC's. They were very large automated (computer controlled) self feeding high speed microfiche cameras. They were also unique in that they could film in any of the micrographics formats, including roll films (microfilm). The cameras were a mechanical work of art, using servomotors to step the film in an X-Y fashion. punched metal encoder wheels told the camera what format to lay down on the film. The model 1 was hand operated. You would place a page in the image station and press a footswitch to take an image. A computer would keep track of your work, and title the fiche with a light pipe system of fiber optic strands. The models 2-4 were automatically fed and computer controlled with vacuum belt transport mechanisms and page flippers. The Xerox model 820 was a common computer for their control, later replaced with PC's. The company was bought by Banctec in the mid 90's, I don't know the disposition of the hardware anymore. Many of my customers still used the 820's and saw no reason to "upgrade", other than the looming scarcity of 8in disks. Most customers would file the floppies with customer information and needed a steady supply of them. http://www.pacifichartec.com/documate.htm http://www.fichenet.com/TDCRepair.htm From bfranchuk at jetnet.ab.ca Fri Aug 15 13:29:50 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Fri, 15 Aug 2008 12:29:50 -0600 Subject: free - two large 9 track tape units; boston area In-Reply-To: <27437.1218821794@mini> References: <27437.1218821794@mini> Message-ID: <48A5CB1E.90807@jetnet.ab.ca> Brad Parker wrote: > Hi > > I have two (2x) 9-track tape units I no longer need. These are rack > mounted units, not currently in racks. One is brand new. I'm pretty > sure both have pertec interfaces and could be driven from most any > pertec interface. > > Hey I want audio tape units. Got any hiding? :) > I believe both will read 800 bpi & 1600 tapes. Not sure if they will go > beyond that. The are physically clean and in good shape. > > Anyone want them? > > If you do, these need to be picked up. They are way too heavy for > shipping. > > ps: if someone take them *both* I will offer to throw in a 19" rack on > wheels. it's clean and in good shape with a dec power module on the > bottom. > > How can one refuse? You have wheels, a massive power supply and tape reels that rock back and forth to look impressive. > -brad > > Brad Parker > Heeltoe Consulting > +1-781-483-3101 > http://www.heeltoe.com > > > From korpela at ssl.berkeley.edu Fri Aug 15 13:42:26 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Fri, 15 Aug 2008 11:42:26 -0700 Subject: Upgrading early BIOS In-Reply-To: <48A483A3.8020703@gmail.com> References: <01C8FDFC.66B3BB60@mandr71> <48A3F9E7.2820.35E0F5@cclist.sydex.com> <48A46D29.7080507@gmail.com> <48A41227.30782.949C3C@cclist.sydex.com> <48A483A3.8020703@gmail.com> Message-ID: On Thu, Aug 14, 2008 at 12:12 PM, Jules Richardson wrote: > Given that IDE was more > accessible due to it being cheaper technology, I'm surprised that it too > didn't gain a reputation for requiring goat sacrifices and the like that > SCSI did. I suppose cost wins out over common sense at times... I'll give some additional reasons... 0. Most people never actually did backups and still don't. 1. SCSI supported daisy chaining with too many devices on one chain. With two devices and one host on one cable there is less likelihood of a problem than there is with with two devices and one host on two chained cables with a terminator. And far less likelihood of a problem than there is with 7 devices and one host on 7 cables and a terminator. One incompatible or uncooperative device on the chain and they all stop working. 2. DB-25 implementations of SCSI allowed the use of cheap printer cables that really weren't up to the task of handling SCSI data rates. 3. Termination options could also be a pain... Terminator on the device (meaning you need to open the box to see if it's terminated). Autotermination (which sometimes put termination at the wrong spot in the chain. Passive terminators. Active terminators. The Mac IIfx special black terminator. SCSI printer interfaces that didn't even have a second connector on them. And later when wide SCSI showed up, narrow devices would only terminate half the lines. 4. For disks IDE was (and still is) half the price for the same drive with a different controller. > Yep - there was an awful lot of proprietary stuff out there. Personally I'm > a DLT fan - like you say, it's expensive, but it's worth it for the > reliability. I'm totally off tape. Our experience with DLT is that the drives don't last, transfer rates are too slow, and the media are too unreliable and too expensive. Haven't tried LTO Ultrium, but for $1700 for a drive and $40 for a 400GB (uncompressed) tape it's too expensive when you can get 750GB SATA drives for $150. (The crossover point is 17TB). Eric From eric at brouhaha.com Fri Aug 15 13:51:42 2008 From: eric at brouhaha.com (Eric Smith) Date: Fri, 15 Aug 2008 11:51:42 -0700 Subject: Bernoulli Box controller? In-Reply-To: References: <48A5266B.3030600@msu.edu>, <51ea77730808150715v1599c590n60ea9cbdef2ea3e0@mail.gmail.com> <48A55FF0.26037.5AC6E4E@cclist.sydex.com> Message-ID: <48A5D03E.1040208@brouhaha.com> Rich Alderson wrote: > The original Macintosh-compatible Bernoulli Box hooked to the > external floppy interface, and was available in 10MB and 20MB. I never saw one that hooked to the floppy interface, but it's certainly possible. > SCSI didn't come to the Mac until the SE, as I remember things. SCSI appeared on the Macintosh Plus, introduced in early 1986. The SE was introduced in April 1987. Most of the early Iomega Bernoulli products used SASI. From pat at computer-refuge.org Fri Aug 15 14:13:25 2008 From: pat at computer-refuge.org (Patrick Finnegan) Date: Fri, 15 Aug 2008 15:13:25 -0400 Subject: Upgrading early BIOS In-Reply-To: References: <01C8FDFC.66B3BB60@mandr71> <48A483A3.8020703@gmail.com> Message-ID: <200808151513.25956.pat@computer-refuge.org> On Friday 15 August 2008, Eric J Korpela wrote: > On Thu, Aug 14, 2008 at 12:12 PM, Jules Richardson > > Yep - there was an awful lot of proprietary stuff out there. > > Personally I'm a DLT fan - like you say, it's expensive, but it's > > worth it for the reliability. > > I'm totally off tape. Our experience with DLT is that the drives > don't last, transfer rates are too slow, and the media are too > unreliable and too expensive. Haven't tried LTO Ultrium, but for > $1700 for a drive and $40 for a 400GB (uncompressed) tape it's too > expensive when you can get 750GB SATA drives for $150. (The > crossover point is 17TB). If you think that DLT was unreliable, you must have had bad (Imation) tapes, tried to use DLT8000 or cheap-o DLT-1 drives. We had very few problems with Fujifilm tapes, and DLT7000 drives... not that we didn't have any problems, but it was in a high-usage environment (HSM) that I wouldn't have wanted to think about trying to power enough disks to store that much data. Our compression rate is at least 1.5:1 on average, we've found too. FWIW, you can get LTO-2 drives for under $500 (I paid $500 for a top-o-the-line used IBM LTO-2 drive about a year and a half ago), and tapes for quite cheap these days, around $20-$25 for good quality Fujifilm LTO-2 tapes. I also think that comparing the cheapest possible SATA drives to high-end LTO tapes is a bit like apples to oranges; you might as well compare LTO drives to $1/GB FC/SAS disks, which have a similar market, reliability, and speed. Also, if you want to complain about speed, it's hard to find a single disk that can keep up with the streaming speed of a new LTO-4 tape drive.. Tape is keeping up with disk technology just fine. LTO-3 is over 100MB/sec itself, and I've seen at least 50MB/sec off of my U160 SCSI LTO-2 drive. Pat -- Purdue University Research Computing --- http://www.rcac.purdue.edu/ The Computer Refuge --- http://computer-refuge.org From dbetz at xlisper.com Fri Aug 15 14:18:15 2008 From: dbetz at xlisper.com (David Betz) Date: Fri, 15 Aug 2008 15:18:15 -0400 Subject: IBM 4702 In-Reply-To: <48A56273.31769.5B63C0C@cclist.sydex.com> References: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com>, <6.2.3.4.2.20080815123641.067cceb0@mail.threedee.com> <48A56273.31769.5B63C0C@cclist.sydex.com> Message-ID: On Aug 15, 2008, at 2:03 PM, Chuck Guzis wrote: > For a somewhat more complete picture, here's a presentation from an > outfit whose goal was to do away with the 4700 and connect the > peripherals to a PC: > > http://www.nci-inc.com/Migratn.pdf > > I get the impression that the 4702 was seen in banks and the like. > > Cheers, > Chuck Thanks to everyone who offered information on this machine! It sounds like it's proprietary and probably not of much interest to collectors. I guess I'll let it be recycled by my town dump people. From Paul_Koning at Dell.com Fri Aug 15 14:27:34 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Fri, 15 Aug 2008 15:27:34 -0400 Subject: Upgrading early BIOS References: <01C8FDFC.66B3BB60@mandr71> <48A483A3.8020703@gmail.com> <200808151513.25956.pat@computer-refuge.org> Message-ID: <18597.55462.133532.219135@gargle.gargle.HOWL> >>>>> "Patrick" == Patrick Finnegan writes: Patrick> .... We had very few problems with Fujifilm tapes, ... Really? That's surprising. Every Fuji audio tape I have (several dozen) has gone bad over the years (loud squeaking audible both from the tape transport and over the playback audio). Every last one. No other name brand has failed, not even one tape. For this reason, I no longer buy any Fuji product of any kind. paul From brad at heeltoe.com Fri Aug 15 14:59:15 2008 From: brad at heeltoe.com (Brad Parker) Date: Fri, 15 Aug 2008 15:59:15 -0400 Subject: Upgrading early BIOS (micro firmware ATA pro flash) Message-ID: <30249.1218830355@mini> In this discussion I kept waiting for someone to talk about the "Micro Firmware ATA Pro Flash" Did someone mention it and I missed it? They were http://www.firmware.com but they seem to be gone, sadly. It's a little ISA bus card which has code on it; The code seems to run as part of the bios bring up and it has allowed me to run newer, modern drives in old machines, "fixing" the bios problem. Or at least I thought it did. Maybe I'm on the wrong track. Every time I've used one I've been happy. I've bought 3-4 of them now. Perhaps they are not available anymore. -brad From silent700 at gmail.com Fri Aug 15 15:08:32 2008 From: silent700 at gmail.com (Jason T) Date: Fri, 15 Aug 2008 15:08:32 -0500 Subject: Bernoulli Box controller? In-Reply-To: References: <48A5266B.3030600@msu.edu> <51ea77730808150715v1599c590n60ea9cbdef2ea3e0@mail.gmail.com> <48A55FF0.26037.5AC6E4E@cclist.sydex.com> Message-ID: <51ea77730808151308mf43243ev97f736aa805923db@mail.gmail.com> On 8/15/08, Rich Alderson wrote: > The original Macintosh-compatible Bernoulli Box hooked to the > external floppy interface, and was available in 10MB and 20MB. > SCSI didn't come to the Mac until the SE, as I remember things. I don't have it here with me, but mine is definitely not SCSI. It did look more like the interface old IBM tape drives or external floppy drives used. From geneb at deltasoft.com Fri Aug 15 15:24:33 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Fri, 15 Aug 2008 13:24:33 -0700 (PDT) Subject: Aztec C museum... In-Reply-To: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com> References: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com> Message-ID: http://www.aztecmuseum.ca/ Very cool. :) g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From cclist at sydex.com Fri Aug 15 15:33:23 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 15 Aug 2008 13:33:23 -0700 Subject: Bernoulli Box controller? In-Reply-To: <51ea77730808151308mf43243ev97f736aa805923db@mail.gmail.com> References: <48A5266B.3030600@msu.edu>, , <51ea77730808151308mf43243ev97f736aa805923db@mail.gmail.com> Message-ID: <48A585A3.9180.63FAE31@cclist.sydex.com> On 15 Aug 2008 at 15:08, Jason T wrote: > I don't have it here with me, but mine is definitely not SCSI. It did > look more like the interface old IBM tape drives or external floppy > drives used. If you're using the connector as the determinant, that's not particularly useful. The Iomega PC2B is a SCSI controller and has a male DC-37 on the bracket. The cable that came with mine has a female DC-37 on one end and a 50 pin male blue ribbon ("Centronics"?) SCSI-1 connector on the other. My manual even identifies it as SCSI. SASI or simple "brain dead" SCSI might be the case. Cheers, Chuck From ard at p850ug1.demon.co.uk Fri Aug 15 15:27:13 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Fri, 15 Aug 2008 21:27:13 +0100 (BST) Subject: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: <624966d60808142049j7da17fdbna2082d78ddff11ea@mail.gmail.com> from "Paul Anderson" at Aug 14, 8 10:49:47 pm Message-ID: > > I think the M840 is the PDP8 controller. I don't remember the Unibus part > number, but I should have one. It is, that's why it's the PC8E (fits the Omnibus of the PDP8/e, amongst others). The unibus controller is an PC11 (I forget the M-number). But the pumch/reader for that is a PC05, and contains rather more electronics than a PC04. It's possible to turn a PC05 into a PC04 by removing some of the flip-chip cards (including the 3 'specials', addiong an M113 (I think) and doing a bit of wire-wrapping. I did this, having got a PC05, an PC8E interface, plenty of other Unibus paper tape readers and interfaces but no other paper tape system for the PDP8/e. What machine does the OP want to use it with? Going o nthe 'minimum number of errors to make it consistent', I assumed he simply meant Omibus rahter than Unibus, and wants the PDP8/e compatible one. -tony > > Paul > > > On 8/12/08, Marden P. Marshall wrote: > > > > Does anyone have a DEC PC04 paper tape reader/punch that they would be > > interested in letting go? I'm also looking for the matching PC8-E (M840) > > UNIBUS controller card. > > > > Thanks, > > > > -Mardy > > > > > From ard at p850ug1.demon.co.uk Fri Aug 15 15:35:17 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Fri, 15 Aug 2008 21:35:17 +0100 (BST) Subject: Upgrading early BIOS In-Reply-To: <18597.55462.133532.219135@gargle.gargle.HOWL> from "Paul Koning" at Aug 15, 8 03:27:34 pm Message-ID: > For this reason, I no longer buy any Fuji product of any kind. I can't comment on their magnetic media, but I quite like their photogrpahic film. -tony From ard at p850ug1.demon.co.uk Fri Aug 15 15:40:52 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Fri, 15 Aug 2008 21:40:52 +0100 (BST) Subject: Where to find memory ICs? In-Reply-To: <48A5548A.7000206@gifford.co.uk> from "John Honniball" at Aug 15, 8 11:03:54 am Message-ID: > The J-Laser was another thing we used when developing that > business graphics/presentation package. Really impressive > at the time, just for the size of the memory. And the direct > video interface to the laser printer was soooo fast... This interface was, of course, avaiable as an option for the PERQ (all models). The normal PERQ OIO (Optional I/O) card could be populated with either or both of an ethernet interface and a Canon CX-VDO laser printer 'video' interface. On the PERR, of course, the graphics 'raster op machine' was used to generate the laser printer bitmaps, the interface consisted of a FIFO buffer and a little state machine to control it and synchronise it with the printer. I have my home-made CX-VDO printer. It started off as a Canon LBP-8A1, the formatter board failed and after many long nights of tinkering with the mechanism, staring at a logic analyser and 'scope, looking at the PERQ , etc, I got it going as the VDO model (no internal formatter board). The 'video interface' is just the interface on the 34 pin header on the engine controller (DC controller board) in a Canon CX printer. Now that CX toner cartridges are essentailly unobtainable, I've been wondering if any other printers supporr this interface? I know there was a version of the SX (Laserjet II etc) which had a PCB of buffers in place of the intenral formatter board and which had video interface which was claimed ot be much the same thing. Alas that version seems very hard to find. Was it supported on anything later? -tony From wdonzelli at gmail.com Fri Aug 15 15:50:27 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Fri, 15 Aug 2008 16:50:27 -0400 Subject: IBM 4702 In-Reply-To: References: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com> <6.2.3.4.2.20080815123641.067cceb0@mail.threedee.com> <48A56273.31769.5B63C0C@cclist.sydex.com> Message-ID: > Thanks to everyone who offered information on this machine! It sounds like > it's proprietary and probably not of much interest to collectors. I guess > I'll let it be recycled by my town dump people. What town? I am sure not everyone on this list would like to see it trashed. -- Will From mardy at voysys.com Fri Aug 15 15:52:13 2008 From: mardy at voysys.com (Marden P. Marshall) Date: Fri, 15 Aug 2008 16:52:13 -0400 Subject: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: References: Message-ID: <5ACAACF4-02DB-4330-A1C8-DE1F80FB89FE@voysys.com> On Aug 15, 2008, at 4:27 PM, Tony Duell wrote: >> >> I think the M840 is the PDP8 controller. I don't remember the >> Unibus part >> number, but I should have one. > > It is, that's why it's the PC8E (fits the Omnibus of the PDP8/e, > amongst > others). > > The unibus controller is an PC11 (I forget the M-number). But the > pumch/reader for that is a PC05, and contains rather more > electronics than > a PC04. It's possible to turn a PC05 into a PC04 by removing some of > the > flip-chip cards (including the 3 'specials', addiong an M113 (I > think) and > doing a bit of wire-wrapping. I did this, having got a PC05, an PC8E > interface, plenty of other Unibus paper tape readers and interfaces > but no > other paper tape system for the PDP8/e. > > What machine does the OP want to use it with? Going o nthe 'minimum > number of errors to make it consistent', I assumed he simply meant > Omibus > rahter than Unibus, and wants the PDP8/e compatible one. Yes, I did mean to say "OMNIBUS" as it is going into a PDP-8/e. -Mardy > > > -tony > >> >> Paul >> >> >> On 8/12/08, Marden P. Marshall wrote: >>> >>> Does anyone have a DEC PC04 paper tape reader/punch that they >>> would be >>> interested in letting go? I'm also looking for the matching PC8-E >>> (M840) >>> UNIBUS controller card. >>> >>> Thanks, >>> >>> -Mardy >>> >>> >> > > From jules.richardson99 at gmail.com Fri Aug 15 15:58:08 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Fri, 15 Aug 2008 15:58:08 -0500 Subject: Upgrading early BIOS In-Reply-To: References: <01C8FDFC.66B3BB60@mandr71> <48A3F9E7.2820.35E0F5@cclist.sydex.com> <48A46D29.7080507@gmail.com> <48A41227.30782.949C3C@cclist.sydex.com> <48A483A3.8020703@gmail.com> Message-ID: <48A5EDE0.4020206@gmail.com> Eric J Korpela wrote: > On Thu, Aug 14, 2008 at 12:12 PM, Jules Richardson > wrote: >> Given that IDE was more >> accessible due to it being cheaper technology, I'm surprised that it too >> didn't gain a reputation for requiring goat sacrifices and the like that >> SCSI did. I suppose cost wins out over common sense at times... > > I'll give some additional reasons... > [snip] Hmm, good points... I suppose I never really thought of the DB-25 Apple SCSI (or those bloody SCSI Iomega drives) as being "real SCSI", but maybe that was a lot of peoples' first exposure to the technology. The termination issue's always puzzled me, because the rules for how and when to terminate have seemed so clear. I agree that auto-termination was one of those features that never should have happened, though - it does seem prone to screwing things up. > I'm totally off tape. Our experience with DLT is that the drives > don't last, transfer rates are too slow, and the media are too > unreliable and too expensive. I've never had any issues to be honest. I've heard lots of bad things about the DLT-8000 technology, though. > it's too expensive when you can get 750GB SATA drives for $150. I keep waiting for a hard disk vendor to come out with a 'backup drive' which has an unloadable head assembly and the platter stack in a removable pack, accessible through the front of the machine - just like the olden days :-) cheers Jules From mcguire at neurotica.com Fri Aug 15 16:13:43 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Fri, 15 Aug 2008 17:13:43 -0400 Subject: Bernoulli Box controller? In-Reply-To: <48A55FF0.26037.5AC6E4E@cclist.sydex.com> References: <48A5266B.3030600@msu.edu>, <51ea77730808150715v1599c590n60ea9cbdef2ea3e0@mail.gmail.com> <48A55FF0.26037.5AC6E4E@cclist.sydex.com> Message-ID: On Aug 15, 2008, at 1:52 PM, Chuck Guzis wrote: >> Hey, I received one of these recently as well. Also no controller >> card. I'd be happy just to know the model# so I can hunt one down >> later on. > > Isn't the 20 MB Bernoulli Box a SCSI device? ISTR that you could > plug the thing into a Mac. I've got a PC2B controller here (with > male DC37 connector) that came with my BB dual 90 drive and it's a > SCSI controller, albeit pertty primitive, for certain. Remember, there were quite a few years between the 10/20MB Bernoullis and the 90MB units. I've seen gazillions of those ISA controller cards at surplus yards years ago, but I don't know where one would find them now. There wasn't much logic on them; maybe 10-12 TTL chips. -Dave -- Dave McGuire Port Charlotte, FL From rickb at bensene.com Fri Aug 15 16:16:00 2008 From: rickb at bensene.com (Rick Bensene) Date: Fri, 15 Aug 2008 14:16:00 -0700 Subject: WTB: DEC PC04 Paper Tape Reader/Punch References: Message-ID: Speaking of the PC-04 Paper Tape Reader/Punch, I have one for my PDP 8/e system, but one of the ten phototransistors in the monolithic array is shorted, making it pretty useless for reading tapes. It punches tapes fine. There are ten phototransistors because eight are used for each of the channels of the tape, one is used to sense the feed holes for clocking purposes, and the last is a "end of tape" sensor. Unfortunately, since the phototransistors are in a monolithic (single) package, I can't just replace the bad phototransistor or re-arrange them to take the "tape out" one (which I could manage wtihout, I suppose) and use it to replace the bad channel phototransistor. The small pull-through tape reader that someone mentioned being sold on eBay by "mikesdavis" uses a very similar phototransistor array to that in the PC-08, but only has 9 phototransistors instead of 10. Anyone out there have any idea where I could lay hands on a 10 transistor array just like the one on the OAE "clone" that was on eBay (except with 10 transistors instead of 9), I think that it'd work as a pin-for-pin replacement for the bad one in my PC-04. OSRAM seems to make these, as I've found datasheets, but they won't even talk to me, and I can't find any retailers that seem to stock this item. Any help would be most appreciated. Rick Bensene From RichA at vulcan.com Fri Aug 15 16:36:57 2008 From: RichA at vulcan.com (Rich Alderson) Date: Fri, 15 Aug 2008 14:36:57 -0700 Subject: Bernoulli Box controller? In-Reply-To: <48A5D03E.1040208@brouhaha.com> References: <48A5266B.3030600@msu.edu>, <51ea77730808150715v1599c590n60ea9cbdef2ea3e0@mail.gmail.com> <48A55FF0.26037.5AC6E4E@cclist.sydex.com> <48A5D03E.1040208@brouhaha.com> Message-ID: From: Eric Smith Sent: Friday, August 15, 2008 11:52 AM > Rich Alderson wrote: >> The original Macintosh-compatible Bernoulli Box hooked to the >> external floppy interface, and was available in 10MB and 20MB. > I never saw one that hooked to the floppy interface, but it's > certainly possible. Several of us at the UofChicago Comp Center bought 128K Macs when they came out. One of the other people in the systems programming group bought a Mac Bernoulli Box as soon as it was announced. It was definitely the external floppy port. >> SCSI didn't come to the Mac until the SE, as I remember things. > SCSI appeared on the Macintosh Plus, introduced in early 1986. > The SE was introduced in April 1987. OK, thanks. > Most of the early Iomega Bernoulli products used SASI. Wouldn't know about that. Rich From cclist at sydex.com Fri Aug 15 16:55:17 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 15 Aug 2008 14:55:17 -0700 Subject: Bernoulli Box controller? In-Reply-To: References: <48A5266B.3030600@msu.edu>, <48A55FF0.26037.5AC6E4E@cclist.sydex.com>, Message-ID: <48A598D5.15478.68AA88C@cclist.sydex.com> On 15 Aug 2008 at 17:13, Dave McGuire wrote: > Remember, there were quite a few years between the 10/20MB > Bernoullis and the 90MB units. I've seen gazillions of those ISA > controller cards at surplus yards years ago, but I don't know where > one would find them now. There wasn't much logic on them; maybe > 10-12 TTL chips. If, as one of the posters has suggested, the controller card for the 20MB BBox is the PC-2/50: http://stason.org/TULARC/pc/hard-disk-floppy-controllers/I-L/IOMEGA- CORPORATION-None-PC2-50-PC2B-50.html then the same 8 bit ISA card shipped with the 90MB units. Mine has the same layout as described above, with mostly jellybean TTL logic and a 2Kx8 Sony SRAM and a boot UV EPROM. A total of 5 PALs on the card labeled 129703, 134880, 129501, 129400 and 128602. Manufacturing date is 12/12/91. I recall being mildly surprised at the retro-ness of the card; not just the 8 bit part, but the use of SSI LSTTL logic when the rest of the world was using LSI CMOS. Cheers, Chuck From g-wright at att.net Fri Aug 15 17:02:51 2008 From: g-wright at att.net (g-wright at att.net) Date: Fri, 15 Aug 2008 22:02:51 +0000 Subject: looking for Motorola PowerStack manuals, info, Any model Message-ID: <081520082202.15659.48A5FD0B0000B54D00003D2B22243429029B0A02D29B9B0EBF9B0809079D99D309@att.net> Hi, I have been looking for a long time and it seems these are not easy to find ??? - Jerry Jerry Wright JLC inc g-wright at att.net From aliensrcooluk at yahoo.co.uk Wed Aug 13 12:49:29 2008 From: aliensrcooluk at yahoo.co.uk (Andrew Burton) Date: Wed, 13 Aug 2008 18:49:29 +0100 Subject: Barbie PC References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net>, <48A05C4C.2181.1800590@cclist.sydex.com>, <48A0C625.5020604@tdh.com> <48A06A6F.30653.1B73EEC@cclist.sydex.com> Message-ID: <000301c8ff23$533464e0$acfdf93e@user8459cef6fa> ----- Original Message ----- From: "Chuck Guzis" To: "General Discussion: On-Topic and Off-Topic Posts" Sent: Tuesday, August 12, 2008 12:35 AM Subject: Re: Barbie PC > On 11 Aug 2008 at 18:07, Michael Lee wrote: > > > So are they collectable? :) > > As what? ;) If they had a serial port, they might make a terminal, > rather than *be* terminal. Or you could load one up with a PDP-8 > emulator... > > So, did you pick up some "Hello Kitty" stickers to customize the box > a bit more? > Yeah that would make it more attractive! > Sometimes, you can find some real gems in toys--such as the TI "Speak- > n-Spell" and some kids' digicams (particuarly if you can get them on > closeout). Other times, well, it's just junk... > I had Speak-n-Spell when I was a kid. Learned how to spell on it and how to talk like Stephen Hawkins :) Unfortunately, my brother got hold of it when we were a few years older and took a hammer to it :( > I wonder what the "Ken" PC looked like... > > Cheers, > Chuck > > Regards, Andrew B aliensrcooluk at yahoo.co.uk From dbetz at xlisper.com Fri Aug 15 17:20:54 2008 From: dbetz at xlisper.com (David Betz) Date: Fri, 15 Aug 2008 18:20:54 -0400 Subject: IBM 4702 In-Reply-To: References: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com> <6.2.3.4.2.20080815123641.067cceb0@mail.threedee.com> <48A56273.31769.5B63C0C@cclist.sydex.com> Message-ID: >> Thanks to everyone who offered information on this machine! It >> sounds like >> it's proprietary and probably not of much interest to collectors. I >> guess >> I'll let it be recycled by my town dump people. > > What town? I am sure not everyone on this list would like to see it > trashed. Bedford, NH From classiccmp at crash.com Fri Aug 15 17:46:24 2008 From: classiccmp at crash.com (Steven M Jones) Date: Fri, 15 Aug 2008 15:46:24 -0700 Subject: looking for Motorola PowerStack manuals, info, Any model In-Reply-To: <081520082202.15659.48A5FD0B0000B54D00003D2B22243429029B0A02D29B9B0EBF9B0809079D99D309@att.net> References: <081520082202.15659.48A5FD0B0000B54D00003D2B22243429029B0A02D29B9B0EBF9B0809079D99D309@att.net> Message-ID: <48A60740.805@crash.com> Just to pile-on, a reminder that I'm interested in providing a home for an 88k-based Powerstack. With or without manuals. ;^) Thanks, --Steve. Berkeley, CA, USA From legalize at xmission.com Fri Aug 15 18:07:40 2008 From: legalize at xmission.com (Richard) Date: Fri, 15 Aug 2008 17:07:40 -0600 Subject: Aztec C museum... In-Reply-To: Your message of Fri, 15 Aug 2008 13:24:33 -0700. Message-ID: In article , Gene Buckle writes: > http://www.aztecmuseum.ca/ Nice.... now you can cross-compile code over to Apple ][e and C=64! -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From legalize at xmission.com Fri Aug 15 18:12:45 2008 From: legalize at xmission.com (Richard) Date: Fri, 15 Aug 2008 17:12:45 -0600 Subject: Bernoulli Box controller? In-Reply-To: Your message of Fri, 15 Aug 2008 14:55:17 -0700. <48A598D5.15478.68AA88C@cclist.sydex.com> Message-ID: You could also contact Iomega, they are still in business here in Utah. There might be someone there who can help you get your old unit working. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From wdonzelli at gmail.com Fri Aug 15 18:20:24 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Fri, 15 Aug 2008 19:20:24 -0400 Subject: IBM 4702 In-Reply-To: References: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com> <6.2.3.4.2.20080815123641.067cceb0@mail.threedee.com> <48A56273.31769.5B63C0C@cclist.sydex.com> Message-ID: > > What town? I am sure not everyone on this list would like to see it > trashed. > > > > Bedford, NH OK, I am not paying attention... Anyway, let me think about going up and getting this thing. How much time do you think the box has? -- Will From cisin at xenosoft.com Fri Aug 15 18:25:00 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Fri, 15 Aug 2008 16:25:00 -0700 (PDT) Subject: Bernoulli Box controller? In-Reply-To: References: Message-ID: <20080815161710.R21350@shell.lmi.net> On Fri, 15 Aug 2008, Richard wrote: > You could also contact Iomega, they are still in business here in > Utah. > There might be someone there who can help you get your old unit > working. ~10 years ago, I wanted to know whether the Iomega "Ditto 3200?" tape drive that I had could use the extended length tapes. I tried for days to reach ANYBODY there. Their voice maze would not let you EVER talk to ANYBODY unless you offered up your credit card. But, it did promise that IF the problem was PROVEN to be due to a defect in their product that they would refund the credit card charges. I was unable to ask a simple question about their product. ~A year later, I cornered one of their people at Comdex. He eventually gave me updated drivers. I installed the updated drivers and the drive never worked again, even with the new drivers backed out. ISTR that there was some legal action against them for bad/nonexistent "tech support". -- Grumpy Ol' Fred cisin at xenosoft.com From michaelgreen42 at comcast.net Fri Aug 15 18:32:14 2008 From: michaelgreen42 at comcast.net (Mike) Date: Fri, 15 Aug 2008 16:32:14 -0700 Subject: Dauphin DTR-1 (Near Tacoma) In-Reply-To: <200808152327.m7FNRN8p068976@dewey.classiccmp.org> References: <200808152327.m7FNRN8p068976@dewey.classiccmp.org> Message-ID: <16F3E62B8F184248BC732A7239A9F23B@pal> I've got a Dauphin DTR-1 PDA type device. It includes all original stuff (as far as I can tell). Original boxes all in excellent shape. It even has the original display box the other 3 boxes sit in. Even has install floppies for windows 3.x and Dos. Must go soon, email if interested. From cclist at sydex.com Fri Aug 15 18:53:30 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 15 Aug 2008 16:53:30 -0700 Subject: Bernoulli Box controller? In-Reply-To: <20080815161710.R21350@shell.lmi.net> References: , <20080815161710.R21350@shell.lmi.net> Message-ID: <48A5B48A.23662.6F6E4D4@cclist.sydex.com> On 15 Aug 2008 at 16:25, Fred Cisin wrote: > ISTR that there was some legal action against them for bad/nonexistent > "tech support". Wasn't the stock also the object of a "pump and dump" scheme? (I invested in Lernaut & Hauspie at about the same time, but got out before the stock crashed.) While you can still find drivers for some of the Ditto stuff on the Iomega web site, the Bernoulli gear is a no-go on their web site and ftp--other than mentioning that they made the stuff A Long Time Ago. Come to think of it, that's pretty significant in itself. I can remember getting the response "We made that?" all too often from other firms. Cheers, Chuck From eric at brouhaha.com Fri Aug 15 19:00:21 2008 From: eric at brouhaha.com (Eric Smith) Date: Fri, 15 Aug 2008 17:00:21 -0700 Subject: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: References: Message-ID: <48A61895.30104@brouhaha.com> Rick Bensene wrote: > The small pull-through tape reader that someone mentioned being sold on eBay by "mikesdavis" uses a very similar phototransistor array to that in the PC-08, but only has 9 phototransistors instead of 10. I thought Mike was making his own using surface-mount phototransistors, rather than a monlithic array. Eric From dbetz at xlisper.com Fri Aug 15 19:04:33 2008 From: dbetz at xlisper.com (David Betz) Date: Fri, 15 Aug 2008 20:04:33 -0400 Subject: IBM 4702 In-Reply-To: References: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com> <6.2.3.4.2.20080815123641.067cceb0@mail.threedee.com> <48A56273.31769.5B63C0C@cclist.sydex.com> Message-ID: Actually, I wouldn't count on it being there more than a few days. It's in a trailer with TVs that are headed for recycling. I would pick it up myself but I'm going out of town for a week starting early tomorrow morning. I could have picked it up during the day today but didn't get any encouraging responses on the list before my deadline passed. Sorry! On Aug 15, 2008, at 7:20 PM, William Donzelli wrote: >>> What town? I am sure not everyone on this list would like to see it >> trashed. >>> >> >> Bedford, NH > > OK, I am not paying attention... > > Anyway, let me think about going up and getting this thing. How much > time do you think the box has? > > -- > Will From rtellason at verizon.net Fri Aug 15 19:04:21 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Fri, 15 Aug 2008 20:04:21 -0400 Subject: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: <48A61895.30104@brouhaha.com> References: <48A61895.30104@brouhaha.com> Message-ID: <200808152004.21352.rtellason@verizon.net> On Friday 15 August 2008 20:00, Eric Smith wrote: > Rick Bensene wrote: > > The small pull-through tape reader that someone mentioned being sold on > > eBay by "mikesdavis" uses a very similar phototransistor array to that in > > the PC-08, but only has 9 phototransistors instead of 10. > > I thought Mike was making his own using surface-mount phototransistors, > rather than a monlithic array. I have a bunch of phototransistors, salvaged from scrapping VCRs, each of which has at least two (usually more) in there, if anybody needs some... -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From ethan.dicks at usap.gov Fri Aug 15 19:08:36 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Sat, 16 Aug 2008 00:08:36 +0000 Subject: Aztec C museum... In-Reply-To: References: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com> Message-ID: <20080816000836.GB29672@usap.gov> On Fri, Aug 15, 2008 at 01:24:33PM -0700, Gene Buckle wrote: > http://www.aztecmuseum.ca/ > > Very cool. :) Cool indeed, but I have to say that back in the day, I was a Lattice C user on the Amiga and thought it was a pain to have to "port" project from one compiler to another on the same platform (different 'make' environments, plus for system code, Manx/Aztec C users on the Amiga frequently used inline assembler in a way that wasn't easy to migrate to something friendly to the Lattice compiler - one case in point was that I never did get a user-written 5.25" driver ported over to Lattice to do some fiddling with RX50 diskettes). I'm not saying it was a bad compiler by any means, just different enough from the one I had to be a pain. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 16-Aug-2008 at 00:00 Z South Pole Station PSC 468 Box 400 Temp -66.6 F (-54.8 C) Windchill -111.2 F (-79.5 C) APO AP 96598 Wind 19.3 kts Grid 27 Barometer 673.4 mb (10878 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From wdonzelli at gmail.com Fri Aug 15 19:13:46 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Fri, 15 Aug 2008 20:13:46 -0400 Subject: IBM 4702 In-Reply-To: References: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com> <6.2.3.4.2.20080815123641.067cceb0@mail.threedee.com> <48A56273.31769.5B63C0C@cclist.sydex.com> Message-ID: > Actually, I wouldn't count on it being there more than a few days. It's in a > trailer with TVs that are headed for recycling. I would pick it up myself > but I'm going out of town for a week starting early tomorrow morning. I > could have picked it up during the day today but didn't get any encouraging > responses on the list before my deadline passed. Sorry! Oh well. Not the biggest loss. If you happen to go buy there and it still is around, maybe grab the cards. -- Will From jfoust at threedee.com Fri Aug 15 20:12:24 2008 From: jfoust at threedee.com (John Foust) Date: Fri, 15 Aug 2008 20:12:24 -0500 Subject: Aztec C museum... In-Reply-To: References: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com> Message-ID: <6.2.3.4.2.20080815201149.06bf4590@mail.threedee.com> At 03:24 PM 8/15/2008, Gene Buckle wrote: >http://www.aztecmuseum.ca/ > >Very cool. :) Are you talking with this fellow? Any chance of rescuing the old source code to the compilers? I worked with it quite a bit on the Amiga, and knew Harry, Jim, and their marketing staff... - John From useddec at gmail.com Fri Aug 15 22:26:31 2008 From: useddec at gmail.com (Paul Anderson) Date: Fri, 15 Aug 2008 22:26:31 -0500 Subject: Paper Tape Reader In-Reply-To: <2645f9870808121248h7722d765n1894fc7d5e414de4@mail.gmail.com> References: <2645f9870808121248h7722d765n1894fc7d5e414de4@mail.gmail.com> Message-ID: <624966d60808152026p60961c00x84def91b61d61afd@mail.gmail.com> I think i have a few DECITEK readers left. Paul On 8/12/08, B M wrote: > > Does anyone know of a source for a [relatively] cheap paper tape > reader suitable for reading standard DEC paper tapes? I have several > paper tapes from a PDP-11/20 that I would like to read, and of course, > share :-). Something like the OP-80 from Oliver Engineering would be > suitable. > > Thanks. > > --barrym > From pat at computer-refuge.org Fri Aug 15 23:08:12 2008 From: pat at computer-refuge.org (Patrick Finnegan) Date: Sat, 16 Aug 2008 00:08:12 -0400 Subject: Upgrading early BIOS In-Reply-To: <18597.55462.133532.219135@gargle.gargle.HOWL> References: <01C8FDFC.66B3BB60@mandr71> <200808151513.25956.pat@computer-refuge.org> <18597.55462.133532.219135@gargle.gargle.HOWL> Message-ID: <200808160008.12699.pat@computer-refuge.org> On Friday 15 August 2008, Paul Koning wrote: > >>>>> "Patrick" == Patrick Finnegan writes: > > Patrick> .... We had very few problems with Fujifilm tapes, ... > > Really? That's surprising. > > Every Fuji audio tape I have (several dozen) has gone bad over the > years (loud squeaking audible both from the tape transport and over > the playback audio). Every last one. No other name brand has > failed, not even one tape. > > For this reason, I no longer buy any Fuji product of any kind. Lots of manufacturer's products quality vary over the life of the company... and I would never equate audio tape to data tape quality anyways, especially considering the difference in cost (and I'm guessing also the difference in age). Pat -- Purdue University Research Computing --- http://www.rcac.purdue.edu/ The Computer Refuge --- http://computer-refuge.org From bfranchuk at jetnet.ab.ca Fri Aug 15 23:55:07 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Fri, 15 Aug 2008 22:55:07 -0600 Subject: Upgrading early BIOS In-Reply-To: <200808160008.12699.pat@computer-refuge.org> References: <01C8FDFC.66B3BB60@mandr71> <200808151513.25956.pat@computer-refuge.org> <18597.55462.133532.219135@gargle.gargle.HOWL> <200808160008.12699.pat@computer-refuge.org> Message-ID: <48A65DAB.5020403@jetnet.ab.ca> Patrick Finnegan wrote: > Lots of manufacturer's products quality vary over the life of the > company... and I would never equate audio tape to data tape quality > anyways, especially considering the difference in cost (and I'm > guessing also the difference in age). > > I am guessing the *real* audio stuff is way more expensive as we are talking studio production equipment here. None the less you get what you pay for. > Pat > PS: "The tape project" is project to put music on reel to reel tape with as high quality as possible - I think they quoted about $50 for a reel of 1/4" tape. 2400 feet? From jeff.kaneko at juno.com Sat Aug 16 00:33:15 2008 From: jeff.kaneko at juno.com (jeff.kaneko at juno.com) Date: Sat, 16 Aug 2008 05:33:15 GMT Subject: looking for Motorola PowerStack manuals, info, Any model Message-ID: <20080815.223315.24651.0@webmail21.vgs.untd.com> You'd probably have better luck locating an 88k AViiON. Many more were produced, with similar (VME) architecture. Documentation is scarce, but if you get the right model, there's some good info available. -- Steven M Jones wrote: Just to pile-on, a reminder that I'm interested in providing a home for an 88k-based Powerstack. With or without manuals. ;^) Thanks, --Steve. Berkeley, CA, USA ____________________________________________________________ Click here for great computer networking solutions! http://thirdpartyoffers.juno.com/TGL2141/fc/Ioyw6i3oHgMTIypdPVr76Uh5kJh7zjGr2ixAayWfyuYXwnDhffqoN4/ From geneb at deltasoft.com Sat Aug 16 00:57:44 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Fri, 15 Aug 2008 22:57:44 -0700 (PDT) Subject: Aztec C museum... In-Reply-To: <6.2.3.4.2.20080815201149.06bf4590@mail.threedee.com> References: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com> <6.2.3.4.2.20080815201149.06bf4590@mail.threedee.com> Message-ID: > At 03:24 PM 8/15/2008, Gene Buckle wrote: >> http://www.aztecmuseum.ca/ >> >> Very cool. :) > > Are you talking with this fellow? Any chance of rescuing the old source > code to the compilers? I worked with it quite a bit on the Amiga, and > knew Harry, Jim, and their marketing staff... > John, I just happened to see the link posted by the page author on comp.sys.apple2 and figured there would be some interest here. BTW, if anyone out there has source code for Citadel 2.20 for CP/M, please contact me. g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From g-wright at att.net Sat Aug 16 01:37:40 2008 From: g-wright at att.net (g-wright at att.net) Date: Sat, 16 Aug 2008 06:37:40 +0000 Subject: looking for Motorola PowerStack manuals, info, Any model In-Reply-To: <20080815.223315.24651.0@webmail21.vgs.untd.com> Message-ID: <081620080637.27940.48A675B3000E873E00006D2422228869349B0A02D29B9B0EBF9B0809079D99D309@att.net> I think all of the Power Stack computers by Motorola where Power PC systems. I have 2 AViiON's here which where 88k. (Of coarse quit large) The Power Stack systems I have are in a desktop case with PC type mother board with a PPC processor, SCSI, Ethernet and video all built in . Either lower profile, mini tower or something that looks like a Bose radio. The desk top systems look just like a PC with PCI slots. If it was not for the Motorola emblem on them , they look just like another PC. These use AIX or NT for a OS. Of coarse there are all of the Unix clones also. All of the 88k Motorola systems I have are MVME based and use a standard MVME rack. I could be wrong, but just going off of what is here. Manuals are lacking on most of these systems. - jerry Jerry Wright g-wright at att.net -------------- Original message from "jeff.kaneko at juno.com" : -------------- > You'd probably have better luck locating an 88k AViiON. > Many more were produced, with similar (VME) architecture. > Documentation is scarce, but if you get the right model, > there's some good info available. > > -- Steven M Jones wrote: > Just to pile-on, a reminder that I'm interested in providing a home for > an 88k-based Powerstack. With or without manuals. ;^) > > Thanks, > --Steve. > Berkeley, CA, USA > > ____________________________________________________________ > Click here for great computer networking solutions!http://thirdpartyoffers.juno.com/TGL2141/fc/Ioyw6i3oHgMTIypdPVr76Uh5kJh7zjGr2ixA > ayWfyuYXwnDhffqoN4/ > From derschjo at msu.edu Fri Aug 15 01:47:07 2008 From: derschjo at msu.edu (Josh Dersch) Date: Thu, 14 Aug 2008 23:47:07 -0700 Subject: Bernoulli Box controller? Message-ID: <48A5266B.3030600@msu.edu> I picked up a very old Iomega Bernoulli Box (labeled on the rear as "The Bernoulli Box," on the front as "Iomega Cartridge Disk Subsystem"), model CDS-PC/20. The chassis basically looks like a knockoff of the original IBM PC, even down to the red on/off switch on the rear right. Got a few 10mb cartridges with it, but no controller. Anyone have a PC controller for this thing they don't need? Any advice for cleaning it out before I try to load any cartridges? Thanks, Josh From snhirsch at gmail.com Fri Aug 15 07:00:23 2008 From: snhirsch at gmail.com (Steven Hirsch) Date: Fri, 15 Aug 2008 08:00:23 -0400 (EDT) Subject: Xerox 820-II In-Reply-To: <200808141600.21046.james@jdfogg.com> References: <200808141600.21046.james@jdfogg.com> Message-ID: On Thu, 14 Aug 2008, James Fogg wrote: > On Thursday 14 August 2008 01:29:32 pm Steven Hirsch wrote: >> Does anyone in the northeast have a working Xerox 820-II system they'd >> like to part with? I have a line on one out West, but the shipping is >> going to be murderous. > Just a guess here, this wouldn't happen to be for running a micrographics > machine, would it? A TDC Docuscan? No. This would be for my vintage computer collection. I have a couple of Corvus flat-cable drive interfaces for Xerox 820 and recently unearthed the software as well. Now, if I can get a working 820 my "network of the past" will gain another dimension. Never heard of either micrographics or TDC Docuscan. What are they? Steve -- From derschjo at msu.edu Fri Aug 15 12:36:54 2008 From: derschjo at msu.edu (Josh Dersch) Date: Fri, 15 Aug 2008 10:36:54 -0700 Subject: PERQemu v0.2 and a Request for Software In-Reply-To: <48A5483C.4040204@gmail.com> References: <48A2798E.8030606@msu.edu> <48A5483C.4040204@gmail.com> Message-ID: <48A5BEB6.7060008@msu.edu> > I ran it under Mono (under OS X), and it works, but there are a few > minor problems. The first is that it is hardcoded to use \ as the path > separator, so it tries to open files in the current directory with > names of the form \, instead of the actual > files in the subdirectories (for instance, it tries to open > ./Disks\hdImage.img as the hard disk image.). Heh, thanks for bringing that to my attention. I'll get that fixed up. > Fortunately, this is easy to work around with symlinks due to the fact > that Unices allow any character in filenames. The second is that it is > impossible to exit in any way other than suspending with ^Z and > killing the process. > Why would you ever want to leave? :) I guess I _should_ implement the "exit" command one of these days. Thanks for trying this out, it's good to know it won't take much to allow this to run across platforms. I should get mono set up on one of my linux boxes so I can make sure it works well for future releases. Thanks! Josh From derschjo at msu.edu Fri Aug 15 12:45:14 2008 From: derschjo at msu.edu (Josh Dersch) Date: Fri, 15 Aug 2008 10:45:14 -0700 Subject: PERQemu v0.2 and a Request for Software In-Reply-To: <48A59FA8.30205@bitsavers.org> References: <48A59FA8.30205@bitsavers.org> Message-ID: <48A5C0AA.8020301@msu.edu> Al Kossow wrote: > > Just in case anyone's interested, a new and significantly improved > > PERQemu v0.2 is available > > Would you be willing to make the sources available at some point to help > document the hardware, and make it possible to put it on something other > than Windows? > > I fully intend to. I've been working on cleaning up the code and getting it ready for other people to look at. I hope to release the source after I get v0.3 finished up. And as Andrew has demonstrated, it should not be hard to get it running well on other platforms. I will release a build shortly with the platform-specific issues ironed out so running it under Mono will be possible. Thanks, Josh From derschjo at msu.edu Fri Aug 15 19:57:17 2008 From: derschjo at msu.edu (Josh Dersch) Date: Fri, 15 Aug 2008 17:57:17 -0700 Subject: Bernoulli Box controller? In-Reply-To: <48A5B48A.23662.6F6E4D4@cclist.sydex.com> References: , <20080815161710.R21350@shell.lmi.net> <48A5B48A.23662.6F6E4D4@cclist.sydex.com> Message-ID: <48A625ED.9090202@msu.edu> Thanks for all the info; I managed to find a PC2B/50 controller on eBay for $9 so I grabbed it. Found DOS drivers at: http://www.cometenterprises.com/ They appear to have a few drivers for older Iomega stuff, if anyone's looking... Josh Chuck Guzis wrote: > On 15 Aug 2008 at 16:25, Fred Cisin wrote: > > >> ISTR that there was some legal action against them for bad/nonexistent >> "tech support". >> > > Wasn't the stock also the object of a "pump and dump" scheme? (I > invested in Lernaut & Hauspie at about the same time, but got out > before the stock crashed.) > > While you can still find drivers for some of the Ditto stuff on the > Iomega web site, the Bernoulli gear is a no-go on their web site and > ftp--other than mentioning that they made the stuff A Long Time Ago. > Come to think of it, that's pretty significant in itself. I can > remember getting the response "We made that?" all too often from > other firms. > > Cheers, > Chuck > > > > From elazzerini at interfree.it Sat Aug 16 00:35:39 2008 From: elazzerini at interfree.it (Enrico Lazzerini) Date: Sat, 16 Aug 2008 07:35:39 +0200 Subject: Ferguson Bigboard I - MK-82 (italian version) Message-ID: <489AABB100362FDE@jack.mail.tiscali.sys> (added by postmaster@tiscali.it) Hi at all, i write to evidence my website about the computer board in object. The evidence is ONLY for to have more contacts and to exchange info to rebuild all possible especially around the italian version of the board. http://elazzerini.interfree.it/index.htm Regards Enrico Lazzerini - Pisa (Italy) From classiccmp at crash.com Sat Aug 16 01:58:12 2008 From: classiccmp at crash.com (Steven M Jones) Date: Fri, 15 Aug 2008 23:58:12 -0700 Subject: looking for Motorola PowerStack manuals, info, Any model In-Reply-To: <20080815.223315.24651.0@webmail21.vgs.untd.com> References: <20080815.223315.24651.0@webmail21.vgs.untd.com> Message-ID: <48A67A84.7040907@crash.com> jeff.kaneko at juno.com wrote: > You'd probably have better luck locating an 88k AViiON. > Many more were produced, with similar (VME) architecture. > Documentation is scarce, but if you get the right model, > there's some good info available. Appreciate the suggestion. I already have a few deskside 88k AViiONs buried in storage, several Moto MVME 88100/88110 modules and a chassis or two, an ADP-badged M8120, and one of the OMRON Luna 88k SMP workstations. That last just popped up on eBay one day so I grabbed it -- say, wonder if I can dig that out in time for VCF... As Jerry wrote, the 88k systems in question were probably officially designated as the 900 series. But I think there must have been some marketing use of the name based on the packaging. Too bad I couldn't keep all those issues of SunWorld, OpenSystems and EE News so I could track it down. Anyway I always dug the packaging of the Powerstack (or 900 series) systems, and thought it'd be neat to have one someday. --S. From gordonjcp at gjcp.net Sat Aug 16 03:31:49 2008 From: gordonjcp at gjcp.net (Gordon JC Pearce) Date: Sat, 16 Aug 2008 09:31:49 +0100 Subject: IBM 4702 In-Reply-To: References: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com> <6.2.3.4.2.20080815123641.067cceb0@mail.threedee.com> <48A56273.31769.5B63C0C@cclist.sydex.com> Message-ID: <48A69075.9020607@gjcp.net> David Betz wrote: > Actually, I wouldn't count on it being there more than a few days. It's > in a trailer with TVs that are headed for recycling. I would pick it up > myself but I'm going out of town for a week starting early tomorrow > morning. I could have picked it up during the day today but didn't get > any encouraging responses on the list before my deadline passed. Sorry! > Give them a phone, maybe they'll stick it in a corner for you. Expect to need to bring something nice to have with a cup of tea when you go round to pick it up. You'd be amazed how helpful "the guys on the ground" at the local cowp will be if they think you're a good source of packets of biscuits ;-) Gordon From cc at informatik.uni-stuttgart.de Sat Aug 16 03:36:49 2008 From: cc at informatik.uni-stuttgart.de (Christian Corti) Date: Sat, 16 Aug 2008 10:36:49 +0200 (CEST) Subject: IBM 4702 In-Reply-To: <6.2.3.4.2.20080815123641.067cceb0@mail.threedee.com> References: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com> <6.2.3.4.2.20080815123641.067cceb0@mail.threedee.com> Message-ID: > 4700 FCS was very much a proprietary hardware and software product. All > programming for the IBM 4702 processor was conducted with an IBM > mainframe based language called 4700 Finance Communication Language > (FCL). 4700 FCL essentially used the IBM mainframe Assembler Language > macro capability to generate 4700 FCL op codes, which in turn were > downloaded to the IBM 4702 and interpreted by the 4700 microcode. If one > has a creative imagination and compares 4700 FCL to today's modern world > of programming, 4700 microcode interpretation of 4700 FCL op codes is > similar in concept to the Microsoft .NET Common Language Runtime (CLR) > and its interpretation of Microsoft Intermediate Language (IL) > instruction codes." One has to be careful with IBM's terminology. Opcodes are called microinstructions, and they are executed ("interpreted") by the microcode (i.e. the processor). So microcode in IBM's terminology is always interpreted by the processor (what else should a processor do?). This doesn't mean that there must be an additional interpreter written in machine code that interpretes the op codes. However this is what IBM did e.g. with the 5110 and its built in System/3 and System/360 interpreters which are written in PALM microinstructions which in turn is "interpreted" by the processor. So either IBM did something similar for the 4702, or the 4702 processor directly executes FCL opcodes. Christian From gordonjcp at gjcp.net Sat Aug 16 03:52:14 2008 From: gordonjcp at gjcp.net (Gordon JC Pearce) Date: Sat, 16 Aug 2008 09:52:14 +0100 Subject: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: References: Message-ID: <48A6953E.1090500@gjcp.net> Rick Bensene wrote: > Speaking of the PC-04 Paper Tape Reader/Punch, I have one for my PDP 8/e system, but one of the ten phototransistors in the monolithic array is shorted, making it pretty useless for reading tapes. It punches tapes fine. > There are ten phototransistors because eight are used for each of the channels of the tape, one is used to sense the feed holes for clocking purposes, and the last is a "end of tape" sensor. Unfortunately, since the phototransistors are in a monolithic (single) package, I can't just replace the bad phototransistor or re-arrange them to take the "tape out" one (which I could manage wtihout, I suppose) and use it to replace the bad channel phototransistor. Read the tape, flip it upside down, read it again, flip the bits, merge. Gordon From mbbrutman-cctalk at brutman.com Sat Aug 16 10:08:13 2008 From: mbbrutman-cctalk at brutman.com (Michael B. Brutman) Date: Sat, 16 Aug 2008 09:08:13 -0600 Subject: Keytronic RS232 keyboard In-Reply-To: <200808120100.36810.rtellason@verizon.net> References: <200808102111.m7ALBgoZ009926@mailproxy1.ccountry.net> <200808112338.21066.rtellason@verizon.net> <48A11789.6050509@jetnet.ab.ca> <200808120100.36810.rtellason@verizon.net> Message-ID: <48A6ED5D.1000802@brutman.com> There was a thread on this keyboard a little while ago. The keyboard looked so interesting that I bought one for no reason, other than curiosity. ;-0 Now what? Does anybody have a pinout and tech specs for this? Should it be just as easy as getting the right serial parms, making a cable, and connecting it to a serial port? Mike From cclist at sydex.com Sat Aug 16 10:36:57 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sat, 16 Aug 2008 08:36:57 -0700 Subject: IBM 4702 In-Reply-To: References: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com>, <6.2.3.4.2.20080815123641.067cceb0@mail.threedee.com>, Message-ID: <48A691A9.23989.A56A263@cclist.sydex.com> On 16 Aug 2008 at 10:36, Christian Corti wrote: > One has to be careful with IBM's terminology. Opcodes are called > microinstructions, and they are executed ("interpreted") by the microcode > (i.e. the processor). So microcode in IBM's terminology is always > interpreted by the processor (what else should a processor do?). This > doesn't mean that there must be an additional interpreter written in > machine code that interpretes the op codes. However this is what IBM did > e.g. with the 5110 and its built in System/3 and System/360 interpreters > which are written in PALM microinstructions which in turn is "interpreted" > by the processor. So either IBM did something similar for the 4702, or > the 4702 processor directly executes FCL opcodes. Sometimes it pays to read people's resum?s. One such that I ran across talked about coding in both 4700 FCL and 4700 assembler. Unless the writer was "padding" things, that might indicate that FCL was just a language, not a macrocode implementation. Cheers, Chuck From alhartman at yahoo.com Sat Aug 16 10:43:09 2008 From: alhartman at yahoo.com (Al Hartman) Date: Sat, 16 Aug 2008 11:43:09 -0400 Subject: Speak and Spell In-Reply-To: <200808160701.m7G71kOn074236@dewey.classiccmp.org> References: <200808160701.m7G71kOn074236@dewey.classiccmp.org> Message-ID: <48A6F58D.9070207@yahoo.com> Back in the early 80's, I remember that something I wanted very badly was a product someone was selling that you could mod a Speak and Spell with, and use it as a voice synthesiser for a computer. I know it was out for the TRS-80. But, I don't remember if it worked on other platforms. It must, I would think. Anyone else remember this? Al Phila, PA From cclist at sydex.com Sat Aug 16 10:58:10 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sat, 16 Aug 2008 08:58:10 -0700 Subject: Speak and Spell In-Reply-To: <48A6F58D.9070207@yahoo.com> References: <200808160701.m7G71kOn074236@dewey.classiccmp.org>, <48A6F58D.9070207@yahoo.com> Message-ID: <48A696A2.24523.A6A0E07@cclist.sydex.com> On 16 Aug 2008 at 11:43, Al Hartman wrote: > Back in the early 80's, I remember that something I wanted very badly > was a product someone was selling that you could mod a Speak and Spell > with, and use it as a voice synthesiser for a computer. > > I know it was out for the TRS-80. But, I don't remember if it worked on > other platforms. It must, I would think. > > Anyone else remember this? Only vaguely--but I don't remember the TRS-80 connection, though that might have been the case. A friend actually bought a S&S to do this with, but never got around to modding it. There was also at least one magazine article describing the internals of the thing. File that one in the same category as using an Etch-a-Sketch as a plotter. I never got over the CompuTalker, myself. Cheers, Chuck From bfranchuk at jetnet.ab.ca Sat Aug 16 11:40:54 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Sat, 16 Aug 2008 10:40:54 -0600 Subject: Speak and Spell In-Reply-To: <48A6F58D.9070207@yahoo.com> References: <200808160701.m7G71kOn074236@dewey.classiccmp.org> <48A6F58D.9070207@yahoo.com> Message-ID: <48A70316.9040105@jetnet.ab.ca> Al Hartman wrote: > Back in the early 80's, I remember that something I wanted very badly > was a product someone was selling that you could mod a Speak and Spell > with, and use it as a voice synthesiser for a computer. > > I know it was out for the TRS-80. But, I don't remember if it worked > on other platforms. It must, I would think. > > Anyone else remember this? > > Al > Phila, PA > I thought Radio Shack (US) also sold voice roms to go with some Archer project stuff in the 70's. From steven.alan.canning at verizon.net Sat Aug 16 11:54:52 2008 From: steven.alan.canning at verizon.net (Scanning) Date: Sat, 16 Aug 2008 09:54:52 -0700 Subject: Speak and Spell interface References: <200808160701.m7G71kOn074236@dewey.classiccmp.org> <48A6F58D.9070207@yahoo.com> Message-ID: <000f01c8ffc0$cdeaf3f0$0301a8c0@hal9000> Al, There is an article here; http://members.tripod.com/werdav/speakell.html for interfacing a S & S to a Sinclair or Timex computer. No reason you couldn't use any other computer. Hardest part is figuring out where the words start in the ROM so the LPC doesn't get screwed up. Good luck. Best regards, Steven > Back in the early 80's, I remember that something I wanted very badly > was a product someone was selling that you could mod a Speak and Spell > with, and use it as a voice synthesiser for a computer. > > I know it was out for the TRS-80. But, I don't remember if it worked on > other platforms. It must, I would think. > > Anyone else remember this? > > Al > Phila, PA > From mloewen at cpumagic.scol.pa.us Sat Aug 16 12:43:19 2008 From: mloewen at cpumagic.scol.pa.us (Mike Loewen) Date: Sat, 16 Aug 2008 13:43:19 -0400 (EDT) Subject: Speak and Spell In-Reply-To: <48A6F58D.9070207@yahoo.com> References: <200808160701.m7G71kOn074236@dewey.classiccmp.org> <48A6F58D.9070207@yahoo.com> Message-ID: On Sat, 16 Aug 2008, Al Hartman wrote: > Back in the early 80's, I remember that something I wanted very badly was a > product someone was selling that you could mod a Speak and Spell with, and > use it as a voice synthesiser for a computer. > > I know it was out for the TRS-80. But, I don't remember if it worked on other > platforms. It must, I would think. > > Anyone else remember this? I do, and I picked up a Speak and Spell to build the interface for my TRS-80 Model 4. Never did get it to work, though. I still have the article around, somewhere. Still have the Speak and Spell, too. :-) Mike Loewen mloewen at cpumagic.scol.pa.us Old Technology http://sturgeon.css.psu.edu/~mloewen/Oldtech/ From cclist at sydex.com Sat Aug 16 13:14:07 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sat, 16 Aug 2008 11:14:07 -0700 Subject: Speak and Spell In-Reply-To: <48A70316.9040105@jetnet.ab.ca> References: <200808160701.m7G71kOn074236@dewey.classiccmp.org>, <48A6F58D.9070207@yahoo.com>, <48A70316.9040105@jetnet.ab.ca> Message-ID: <48A6B67F.28220.AE68649@cclist.sydex.com> On 16 Aug 2008 at 10:40, bfranchuk at jetnet.ab.ca wrote: > I thought Radio Shack (US) also sold voice roms to go with some Archer > project stuff > in the 70's. Yup, they did, as well as the TI sound effects chip. Of course, this was also back in the day of the short-lived "Front passenger door is ajar" voice eminating from the bowels of your auto. That was a solution in search of a problem, if there ever was one. Cheers, Chuck From steven.alan.canning at verizon.net Sat Aug 16 14:23:44 2008 From: steven.alan.canning at verizon.net (Scanning) Date: Sat, 16 Aug 2008 12:23:44 -0700 Subject: Speak and Spell References: <200808160701.m7G71kOn074236@dewey.classiccmp.org>, <48A6F58D.9070207@yahoo.com>, <48A70316.9040105@jetnet.ab.ca> <48A6B67F.28220.AE68649@cclist.sydex.com> Message-ID: <000701c8ffd5$997110e0$0301a8c0@hal9000> For quick and easy speech I still think the Votrax SC-01 ( datasheets link below ); http://www.franweb.com/Other_Pages/electronics/votrax.htm is the best bet. We used an Apple II with a dirt simple interface running FORTH to set up a speech demo for an open house at Hughes. All you have to do is send a Byte to generate a phoneme and the SC-01 tells you ( not literally but through a handshake pin ) when to send the next Byte. You can even do limited Spanish and other languages that use similar sounds ( forget about Urdu ). You could do Esperanto but nobody speaks it.... Best regards, Steven > On 16 Aug 2008 at 10:40, bfranchuk at jetnet.ab.ca wrote: > > > I thought Radio Shack (US) also sold voice roms to go with some Archer > > project stuff > > in the 70's. > > Yup, they did, as well as the TI sound effects chip. Of course, this > was also back in the day of the short-lived "Front passenger door is > ajar" voice eminating from the bowels of your auto. > > That was a solution in search of a problem, if there ever was one. > > Cheers, > Chuck From korpela at ssl.berkeley.edu Sat Aug 16 15:31:53 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Sat, 16 Aug 2008 13:31:53 -0700 Subject: Upgrading early BIOS In-Reply-To: <200808151513.25956.pat@computer-refuge.org> References: <01C8FDFC.66B3BB60@mandr71> <48A483A3.8020703@gmail.com> <200808151513.25956.pat@computer-refuge.org> Message-ID: On Fri, Aug 15, 2008 at 12:13 PM, Patrick Finnegan wrote: > On Friday 15 August 2008, Eric J Korpela wrote: >> On Thu, Aug 14, 2008 at 12:12 PM, Jules Richardson >> > Yep - there was an awful lot of proprietary stuff out there. >> > Personally I'm a DLT fan - like you say, it's expensive, but it's >> > worth it for the reliability. >> >> I'm totally off tape. Our experience with DLT is that the drives >> don't last, transfer rates are too slow, and the media are too >> unreliable and too expensive. Haven't tried LTO Ultrium, but for >> $1700 for a drive and $40 for a 400GB (uncompressed) tape it's too >> expensive when you can get 750GB SATA drives for $150. (The >> crossover point is 17TB). > > If you think that DLT was unreliable, you must have had bad (Imation) > tapes, tried to use DLT8000 or cheap-o DLT-1 drives. We had very few > problems with Fujifilm tapes, and DLT7000 drives... We got most of our tapes and drives donated from Fujifilm, and at times Quantum and Compaq. The vast majority of the tapes were Fujifilm. But even then, we had brand new Fujifilm tapes occasionally kill a drive and few percent of our tapes were "write only". Average lifetime of a drive was about a year (of nearly continuous operation.) > Our compression rate is at least 1.5:1 on average, we've found too. Unsurprisingly, the compression you'll get will be almost exactly the same that gzip will give you if you're streaming to disk. Compression is a software function. > I also think that comparing the cheapest possible SATA drives to > high-end LTO tapes is a bit like apples to oranges; you might as well > compare LTO drives to $1/GB FC/SAS disks, which have a similar market, > reliability, and speed. You're buying into somebody's marketing. In actual use FC, SCSI and SAS disks have failure rates that are nearly identical to SATA and ATA drives for 7500 RPM drives. In our experience failure rates go up with the drive rotation rate, although I have not seen a study of that. The only reason you would choose to pay extra for SCSI/FC/SAS is to get the faster rotation rate. The reason that manufacturers don't offer 10K and 15K RPM drives in SATA and ATA is that people probably won't pay as high a premium as they will with SCSI and FC. In terms of failures of communication between the controllers and the drives, FC over fiber is the wost ever. We multipath all fiberchannel devices because controllers have a tendency to freeze on any error. SCSI is getting worse as time goes on because the connectors keep getting smaller and weaker. We also multipath anything with VHDCI connectors. > Also, if you want to complain about speed, it's hard to find a single > disk that can keep up with the streaming speed of a new LTO-4 tape > drive.. If you buy one of those who can afford a disk? Anyway if you're backing to 800GB tapes it's pretty unlikely it's coming off a single disk. Eric From arcarlini at iee.org Sat Aug 16 15:47:41 2008 From: arcarlini at iee.org (Antonio Carlini) Date: Sat, 16 Aug 2008 21:47:41 +0100 Subject: Upgrading early BIOS In-Reply-To: Message-ID: <0E5B7FEF486E4AD593526730E102DAB8@FLEXPC> Eric J Korpela wrote: > 4. For disks IDE was (and still is) half the price for the same > drive with a different controller. This is only partly true. Although the drives are substantially the same, I'm told (by people who used to work for disk manufacturers) that they effectively "sail closer to the wind" with the IDE drives. Every penny saved there really makes a difference to what is (in essence) a cost conscious audience. If you are buying SCSI you are more likely to be an enterprise so if your disk dies prematurely that's more than just one lost sale. (The same is true of FC, only even more so). My main buying criterion these days (once I've decided on capacity and perhaps approximate speed) is the length of the guarantee period! Antonio From cisin at xenosoft.com Sat Aug 16 17:10:50 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Sat, 16 Aug 2008 15:10:50 -0700 (PDT) Subject: Speak and Spell In-Reply-To: <48A6F58D.9070207@yahoo.com> References: <200808160701.m7G71kOn074236@dewey.classiccmp.org> <48A6F58D.9070207@yahoo.com> Message-ID: <20080816150951.I59863@shell.lmi.net> On Sat, 16 Aug 2008, Al Hartman wrote: > Back in the early 80's, I remember that something I wanted very badly > was a product someone was selling that you could mod a Speak and Spell > with, and use it as a voice synthesiser for a computer. > I know it was out for the TRS-80. But, I don't remember if it worked on > other platforms. It must, I would think. > Anyone else remember this? There were several interfaces available. Percom sold one. Did Ciarcia write about one? From alexandre-listas at e-secure.com.br Sat Aug 16 17:23:54 2008 From: alexandre-listas at e-secure.com.br (Alexandre Souza) Date: Sat, 16 Aug 2008 19:23:54 -0300 Subject: Speak and Spell References: <200808160701.m7G71kOn074236@dewey.classiccmp.org><48A6F58D.9070207@yahoo.com> <20080816150951.I59863@shell.lmi.net> Message-ID: <126f01c8ffee$ed9dcbe0$0102a8c0@portajara> >> was a product someone was selling that you could mod a Speak and Spell Speak'n'spell...this is something I always want to have and never found one here in Brazil Seems to be something very funny :o) Greetz Alexandre From steven.alan.canning at verizon.net Sat Aug 16 18:28:26 2008 From: steven.alan.canning at verizon.net (Scanning) Date: Sat, 16 Aug 2008 16:28:26 -0700 Subject: Speak and Spell interface References: <200808160701.m7G71kOn074236@dewey.classiccmp.org> <48A6F58D.9070207@yahoo.com> <000f01c8ffc0$cdeaf3f0$0301a8c0@hal9000> Message-ID: <000c01c8fff7$c86fe340$0301a8c0@hal9000> Al, At the bottom of the article in the link below they talk about a product called a " Speak-2-Me-2 " board which connects a TRS-80 to a Speak-N-Spell. Is this what you were looking for below ? Best regards, Steven > Al, > > There is an article here; > > http://members.tripod.com/werdav/speakell.html > > for interfacing a S & S to a Sinclair or Timex computer. No reason you > couldn't use any other computer. Hardest part is figuring out where the > words start in the ROM so the LPC doesn't get screwed up. Good luck. > > Best regards, Steven > > > > > Back in the early 80's, I remember that something I wanted very badly > > was a product someone was selling that you could mod a Speak and Spell > > with, and use it as a voice synthesiser for a computer. > > > > I know it was out for the TRS-80. But, I don't remember if it worked on > > other platforms. It must, I would think. > > > > Anyone else remember this? > > > > Al > > Phila, PA > > > > > __________ NOD32 3360 (20080815) Information __________ > > This message was checked by NOD32 antivirus system. > http://www.eset.com > > From snhirsch at gmail.com Sat Aug 16 12:08:13 2008 From: snhirsch at gmail.com (Steven Hirsch) Date: Sat, 16 Aug 2008 13:08:13 -0400 (EDT) Subject: Aztec C museum... In-Reply-To: <6.2.3.4.2.20080815201149.06bf4590@mail.threedee.com> References: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com> <6.2.3.4.2.20080815201149.06bf4590@mail.threedee.com> Message-ID: On Fri, 15 Aug 2008, John Foust wrote: > At 03:24 PM 8/15/2008, Gene Buckle wrote: >> http://www.aztecmuseum.ca/ >> >> Very cool. :) > > Are you talking with this fellow? Any chance of rescuing the old source > code to the compilers? I worked with it quite a bit on the Amiga, and > knew Harry, Jim, and their marketing staff... The owner of that site is a regular on comp.sys.apple2. He has been in touch with the current copyright owner but, as usual, they have lost the source code. This is really a pet peeve of mine: Why would someone lose track of such a fundamental part of the value of the program? It seems all too prevelant, though. Sad part is, I'll almost guarantee that one of their past employees has it sitting on a tape or pile of 8" floppies in their basement. -- From jfk at kuenzigbooks.com Sat Aug 16 17:28:35 2008 From: jfk at kuenzigbooks.com (Kuenzig Books, John F. Kuenzig) Date: Sat, 16 Aug 2008 18:28:35 -0400 Subject: manufacturer catalogues DEC and other tech reference Message-ID: <48A75493.5050002@kuenzigbooks.com> Hi all - We've been accumulating various manufacturer catalogues for components, etc as we've bought large lots of engineering books out of houses. I've compiled a list of about 50 various items (DEC, TI, Sams, GE, RCA, Allied Radio, etc etc) with prices, etc. - if interested please send me a note offlist. Most are nominal (under $20, many less). Just want to move them to a good home and clear up some space without taking the time to list them online. Along those same lines, we were able to purchase some DEC manuals (about 10 boxes worth), most original DEC stuff, most of it Ultrix and VAX/VMS stuff, which I can also send to interested parties offlist. Best, John Kuenzig Bookseller jfk at kuenzigbooks.com Topsfield MA From jfk at kuenzigbooks.com Sat Aug 16 17:32:42 2008 From: jfk at kuenzigbooks.com (Kuenzig Books, John F. Kuenzig) Date: Sat, 16 Aug 2008 18:32:42 -0400 Subject: IBM displaywriter manuals with software and program disks Message-ID: <48A7558A.5030306@kuenzigbooks.com> Hi all - I received this message from one of our customers. Nancy has original manuals for the IBM Displaywriter (see her message below). If you are interested please contact Nancy directly at NKParadise at aol.com. If you do succeed in obtaining them, please let the list know its gone so she isn't bombarded. Best, John Kuenzig Bookseller That would be wonderful, John. Please do forward the info. Thanx, Nancy === Nancy - If you're ok with it, I'll forward your message to a classic computer list I belong to, and it is likely that someone there might need them. They would contact you directly in that case. Best, John NKParadise at aol.com wrote: > > *I have a complete/original set of manuals (10-12 of them) for the IBM > Displaywriter sold in the early 1980's -- before the Personal > Computer. I also have all the program disks (Textpack IV and > Reportpack) and some 8" floppies. Everything is in excellent > condition. Do you have a need for any of this? ... or an idea of > anyone who may?* > > *Nancy Paradise* > *561-744-8133* > *561-746-4848 X307* > *NKParadise at aol.com* From jfk at kuenzigbooks.com Sat Aug 16 18:06:31 2008 From: jfk at kuenzigbooks.com (Kuenzig Books, John F. Kuenzig) Date: Sat, 16 Aug 2008 19:06:31 -0400 Subject: DEC Robin - a belated thanks and anyone interested? Message-ID: <48A75D77.2090905@kuenzigbooks.com> A belated thanks to all who responded with their ideas about whether or not it is safe to power up these old machines. Since I just don't have the time to do it properly and make sure the machine is preserved as well as it could be, I'll entertain offers on it. I have a few photographs I can forward to anyone interested. If I don't get a reasonable offer (I'm selling for a friend) I'll just list it on the infernal ebay. I'd rather do something with someone here. I can ship (it's in the 2 original boxes) or pickup can be made here (Topsfield, MA). Please contact me offlist. Best, John Kuenzig (and nope, no Corvus interface or drive, sorry!) From charlesmorris800 at centurytel.net Sat Aug 16 19:26:07 2008 From: charlesmorris800 at centurytel.net (Charles) Date: Sat, 16 Aug 2008 19:26:07 -0500 Subject: FS: data books, Franklin Ace 1000 w/floppy drive, Seagate drive/PC controller card Message-ID: More junk coming to light in the barn. Another lot of data books from the 80's and early 90's. See picture. $6 plus actual (Media Mail) shipping from 65775. http://tinypic.com/view.php?pic=2cqcz7s&s=4 The Franklin Ace 1000 (Apple II clone, but you probably already know that if you're interested :) has a "Microtek" parallel printer card and a single floppy drive, but no disk drive card or monitor so I can't test it. The power supply voltages are all good, it's clean inside, and the "ON" and keyboard "LOCK" LEDs are lit, but that's all I can tell. I did take the missing parts from my IIe over 20 years ago and booted it up (there's a DOS disk copy I made in the drive), but no guarantees after sitting in storage for that length of time! Manual included. No reasonable offer refused. (You pay shipping or can pick up in St. Louis). http://tinypic.com/view.php?pic=4ruw7p&s=4 http://tinypic.com/view.php?pic=2uducsn&s=4 Also a Seagate ST-277R drive (a whopping 65 MB), complete ST21R/22R controller card with instructions and cables. Again, this worked a very long time ago with a 386SX-40 system, IIRC. Probably has Win 3.1 on it, but I don't remember. Make an offer, it's just taking up space here and I hate to throw it out! http://tinypic.com/view.php?pic=2ypdn45&s=4 Please email me off-list if interested. thanks Charles From bfranchuk at jetnet.ab.ca Sun Aug 17 01:53:07 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Sun, 17 Aug 2008 00:53:07 -0600 Subject: Aztec C museum... In-Reply-To: References: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com> <6.2.3.4.2.20080815201149.06bf4590@mail.threedee.com> Message-ID: <48A7CAD3.6030905@jetnet.ab.ca> Steven Hirsch wrote: > > Sad part is, I'll almost guarantee that one of their past employees > has it sitting on a tape or pile of 8" floppies in their basement. > I am tempted to add, "disgruntled employee" instead, From steven.alan.canning at verizon.net Sun Aug 17 02:00:04 2008 From: steven.alan.canning at verizon.net (Scanning) Date: Sun, 17 Aug 2008 00:00:04 -0700 Subject: Speak and Swear References: <200808160701.m7G71kOn074236@dewey.classiccmp.org>, <48A6F58D.9070207@yahoo.com>, <48A70316.9040105@jetnet.ab.ca> <48A6B67F.28220.AE68649@cclist.sydex.com> <000701c8ffd5$997110e0$0301a8c0@hal9000> Message-ID: <001101c90036$e0942910$0301a8c0@hal9000> Little known ( I think... ) Speak & Spell trivia fact; The very first original S & Ss ( circa 1978 ?? ) with the hard molded buttons had swear words that the programmers had sneaked into the voice code ROMs. On mine you could access these by selecting the module ( with no ROM module plugged in ) and select level D. It would then say " Spell .... a bunch of garbage words, and then swear words" at the end . I have a .wav and an MP3 example of this little S & S Easter Egg... TI found out ( of course ) and recalled as many units as they could. If you can find one now they are quite rare and very entertaining. A special ed teacher I know used S & Ss to help her kids and was wondering why they kept laughing uncontrollably. They had figured out how to access the "special" words .... Best regards, Steven From classiccmp at philpem.me.uk Sun Aug 17 02:15:26 2008 From: classiccmp at philpem.me.uk (Philip Pemberton) Date: Sun, 17 Aug 2008 08:15:26 +0100 Subject: IBM LPFK reverse engineering Message-ID: <48A7D00E.7050202@philpem.me.uk> I've just been playing around with the LPFK again. In loopback mode, it seems to actively send data out of the 8051's serial port, then loop it back through. I've caught it sending data at 9600 Baud, apparently 8 bit data with a parity bit: Keys numbered left to right, top to bottom: Key Binary data #11 S_0101_0000_1 #14 S_1011_0000_0 Format: StartBit_D0-D3_D4-D7_Parity It appears that keys are numbered from zero, odd parity. Of course this doesn't really help with the "active" mode. I suspect the loopback switch is being used to toggle a GPIO, and redirect TXD to RXD somewhere. In "active" mode, sending a serial BREAK causes the LPFK to reset itself. Sending "SFFFFFFFF" followed by an LF causes the LEDs to blink once, then shut off. I don't think there's much that can be done with the LPFK without desoldering the 8051 chip and reading out the program. Catch is, the chip has probably had its encryption table programmed, and probably the lock bits as well... -- Phil. classiccmp at philpem.me.uk http://www.philpem.me.uk/ From cc at informatik.uni-stuttgart.de Sun Aug 17 03:10:38 2008 From: cc at informatik.uni-stuttgart.de (Christian Corti) Date: Sun, 17 Aug 2008 10:10:38 +0200 (CEST) Subject: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: <48A6953E.1090500@gjcp.net> References: <48A6953E.1090500@gjcp.net> Message-ID: On Sat, 16 Aug 2008, Gordon JC Pearce wrote: > Read the tape, flip it upside down, read it again, flip the bits, merge. It won't work since the PC04/PC05 uses the feed hole to advance the tape. Christian From classiccmp at philpem.me.uk Sun Aug 17 07:08:20 2008 From: classiccmp at philpem.me.uk (Philip Pemberton) Date: Sun, 17 Aug 2008 13:08:20 +0100 Subject: WANTED: IBM drivers for LPFK (P/N 39F8224/39F8225) Message-ID: <48A814B4.3070304@philpem.me.uk> Hi guys, My LPFK reverse engineering attempts have drawn a blank -- does anyone happen to have a copy of the PC drivers for this thing? IBM part numbers were 39F8224 and 39F8225, for 3.5" and 5.25" format respectively. These discs contained diagnostic software and drivers used to connect the LPFK to a PS/2, PC-XT or PC-AT. Rumour has it there was also a connection pack, #4025, which consisted of the diagnostic disc, serial cable and power supply. There's also a document referenced in the RS/6000 Graphics Handbook -- "IBM 6094-020 LPFK Options Instructions, GA23-2403". Does anyone have a copy of this, and is there any useful information in it? At this point, I don't think there's anything else I can really do without either some software that can talk to the LPFK (and maybe a disassembler...), or some actual protocol documentation. Thanks, -- Phil. classiccmp at philpem.me.uk http://www.philpem.me.uk/ From classiccmp at philpem.me.uk Sun Aug 17 07:08:57 2008 From: classiccmp at philpem.me.uk (Philip Pemberton) Date: Sun, 17 Aug 2008 13:08:57 +0100 Subject: IBM LPFK reverse engineering In-Reply-To: <48A7D00E.7050202@philpem.me.uk> References: <48A7D00E.7050202@philpem.me.uk> Message-ID: <48A814D9.9050807@philpem.me.uk> Philip Pemberton wrote: > I don't think there's much that can be done with the LPFK without > desoldering the 8051 chip and reading out the program. Catch is, the > chip has probably had its encryption table programmed, and probably the > lock bits as well... I was right. The 8051 has both lock bits programmed. Zero activity in program mode, all outputs Hi-Z. :( Any experienced reverse engineers in the audience, or IBM collectors with information / drivers / docs for the LPFK? Thanks, -- Phil. classiccmp at philpem.me.uk http://www.philpem.me.uk/ From ethan.dicks at usap.gov Sun Aug 17 07:16:45 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Sun, 17 Aug 2008 12:16:45 +0000 Subject: IBM LPFK reverse engineering In-Reply-To: <48A814D9.9050807@philpem.me.uk> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> Message-ID: <20080817121645.GB15374@usap.gov> On Sun, Aug 17, 2008 at 01:08:57PM +0100, Philip Pemberton wrote: > Philip Pemberton wrote: > >I don't think there's much that can be done with the LPFK without > >desoldering the 8051 chip and reading out the program. Catch is, the > >chip has probably had its encryption table programmed, and probably the > >lock bits as well... > > I was right. > The 8051 has both lock bits programmed. Zero activity in program mode, all > outputs Hi-Z. > > :( Bummer, but thanks for checking that. > Any experienced reverse engineers in the audience, or IBM collectors with > information / drivers / docs for the LPFK? No, I wish I did, though. I have two LPFKs waiting for me at home when I get back in a few months, and I had been expecting that codeninja's stuff was going to work. I suspect that if PC drivers are unearthed, it will be a simple matter to throw a serial analyzer on the line and look for traffic - I'd do that myself with an HP4951, but, again, that will months from now. I wish I could provide help, but without hardware, I'm reduced reading this thread and hoping to learn from it. Thanks, -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 17-Aug-2008 at 12:09 Z South Pole Station PSC 468 Box 400 Temp -99.0 F (-72.8 C) Windchill -137.7 F (-94.3 C) APO AP 96598 Wind 8.2 kts Grid 67 Barometer 660.2 mb (11384 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From trebor72 at execpc.com Sun Aug 17 08:03:37 2008 From: trebor72 at execpc.com (Robert J. Stevens) Date: Sun, 17 Aug 2008 08:03:37 -0500 Subject: Digital Select Info Sys 5 1/4 floppies Message-ID: <48A821A9.6080402@execpc.com> I have 3 Digital Select Info Sys 5 1/4 floppies and two working copies. In a package can be shipped Media Mail "Select /V2.30 Master Bin RX18" "Select /V2.30 Install/Tch Bin RX18" "Select /V2.30 Superspl Bin RX18" Make Me an Offer Bob in Wisconsin From mbbrutman-cctalk at brutman.com Sun Aug 17 10:56:38 2008 From: mbbrutman-cctalk at brutman.com (Michael B. Brutman) Date: Sun, 17 Aug 2008 09:56:38 -0600 Subject: IBM LPFK reverse engineering In-Reply-To: <48A7D00E.7050202@philpem.me.uk> References: <48A7D00E.7050202@philpem.me.uk> Message-ID: <48A84A36.3040606@brutman.com> Philip Pemberton wrote: > I've just been playing around with the LPFK again. > > In loopback mode, it seems to actively send data out of the 8051's > serial port, then loop it back through. I've caught it sending data at > 9600 Baud, apparently 8 bit data with a parity bit: > > Keys numbered left to right, top to bottom: > Key Binary data > #11 S_0101_0000_1 > #14 S_1011_0000_0 > > Format: StartBit_D0-D3_D4-D7_Parity > > It appears that keys are numbered from zero, odd parity. > > Of course this doesn't really help with the "active" mode. I suspect the > loopback switch is being used to toggle a GPIO, and redirect TXD to RXD > somewhere. > > In "active" mode, sending a serial BREAK causes the LPFK to reset > itself. Sending "SFFFFFFFF" followed by an LF causes the LEDs to blink > once, then shut off. > > I don't think there's much that can be done with the LPFK without > desoldering the 8051 chip and reading out the program. Catch is, the > chip has probably had its encryption table programmed, and probably the > lock bits as well... > I'm kind of glad that somebody else has replicated my frustration, but now what? (I'm spent many hours on this, but I don't know the 8051 at all .. I've been debugging with a light box.) Are we just missing the magic bytes to send to it to get it talking when in 'active' mode? Mike From lehmann at ans-netz.de Sun Aug 17 10:43:35 2008 From: lehmann at ans-netz.de (Oliver Lehmann) Date: Sun, 17 Aug 2008 17:43:35 +0200 Subject: IBM LPFK reverse engineering In-Reply-To: <48A84A36.3040606@brutman.com> References: <48A7D00E.7050202@philpem.me.uk> <48A84A36.3040606@brutman.com> Message-ID: <20080817174335.487735f0.lehmann@ans-netz.de> Michael B. Brutman wrote: > Philip Pemberton wrote: > > I've just been playing around with the LPFK again. do you know http://codeninja.de/lpfk/ ? -- Oliver Lehmann http://www.pofo.de/ http://wishlist.ans-netz.de/ From classiccmp at philpem.me.uk Sun Aug 17 10:51:33 2008 From: classiccmp at philpem.me.uk (Philip Pemberton) Date: Sun, 17 Aug 2008 16:51:33 +0100 Subject: IBM LPFK reverse engineering In-Reply-To: <48A84A36.3040606@brutman.com> References: <48A7D00E.7050202@philpem.me.uk> <48A84A36.3040606@brutman.com> Message-ID: <48A84905.5050007@philpem.me.uk> Michael B. Brutman wrote: > I'm kind of glad that somebody else has replicated my frustration, but > now what? (I'm spent many hours on this, but I don't know the 8051 at > all .. I've been debugging with a light box.) The problem is that the 8051 on the LPFK is copy-protected -- the 8051 has two layers of this: - Encryption table: this is a 32-byte table that is XNOR'd with data as it is read out of the chip. Obviously, this table is write-only... - Lock Bit 1 -- disables further program memory writes. - Lock Bit 2 -- same as LB1, also disables reading from program memory. It looks like LB1 and LB2 have been programmed on the LPFK's 8051. The only ways I can think of to get around this would be to decap it and reset the lock bits, or try various power glitching attacks to try and bypass the protection circuitry. I've no doubt that the latter has been done, just I don't know what magic parameters to use... > Are we just missing the magic bytes to send to it to get it talking when > in 'active' mode? Pretty much. It seems to expect an init sequence. If I send it the string "SFFFFFFFF" with an LF terminator (as mentioned on the codeninja page), then all the LEDs blink briefly. Nothing after that though, and changing the FFs for 00s has no effect on the LED pattern. At this point, an RS/6000 with the LPFK connection kit would be really useful, but from what I gather they aren't exactly common... All you really need to do is rig a pair of serial ports on e.g. a PC to monitor the RXD and TXD lines on the LPFK, then dump whatever the RS6k sends to the LPFK and how it responds. This is needle-in-a-haystack stuff. Or as my friend just pointed out, the "brute force method" would be to remove the 8051 in the LPFK and replace it with an 8051 derivative running different software. That would involve buzzing out the entire circuit of the LPFK and writing an alternative firmware that *does* accept the Codeninja command set. But is it worth it? You'd still need to swap the 8051 chip... I'd much rather make the original LPFK work with as few modifications as possible. Thanks, -- Phil. classiccmp at philpem.me.uk http://www.philpem.me.uk/ From bob at jfcl.com Sun Aug 17 11:34:40 2008 From: bob at jfcl.com (Bob Armstrong) Date: Sun, 17 Aug 2008 09:34:40 -0700 Subject: Power control connectors for BA4xx boxes?? Message-ID: <000401c90087$25a70ea0$cb01010a@Rhyme> Can anyone identify the power control connectors used on the H7874 power supplies in the DEC BA4xx boxes? They look a lot like RJ-45s, but there are some extra ridges in them so that an RJ style plug won't fit. And the contact arrangement is different, so it probably wouldn't work even if it did fit. I'm trying find a cable so I can daisy chain the power control on a couple of cabinets, or matching connectors so that I can make my own. Thanks, Bob Armstrong From steven.alan.canning at verizon.net Sun Aug 17 12:00:18 2008 From: steven.alan.canning at verizon.net (Scanning) Date: Sun, 17 Aug 2008 10:00:18 -0700 Subject: IBM LPFK reverse engineering References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> Message-ID: <000901c9008a$ba2d2f20$0301a8c0@hal9000> Philip, Could you execute a small loop in RAM that iterates the flash and pukes the code byte by byte onto the serial bus ? / steven > Philip Pemberton wrote: > > I don't think there's much that can be done with the LPFK without > > desoldering the 8051 chip and reading out the program. Catch is, the > > chip has probably had its encryption table programmed, and probably the > > lock bits as well... > > I was right. > The 8051 has both lock bits programmed. Zero activity in program mode, all > outputs Hi-Z. > > :( > > Any experienced reverse engineers in the audience, or IBM collectors with > information / drivers / docs for the LPFK? > > Thanks, > -- > Phil. From jzg22 at drexel.edu Sun Aug 17 12:43:52 2008 From: jzg22 at drexel.edu (Jonathan Gevaryahu) Date: Sun, 17 Aug 2008 13:43:52 -0400 Subject: Speak and Swear In-Reply-To: <200808171701.m7HH11Zs088847@dewey.classiccmp.org> References: <200808171701.m7HH11Zs088847@dewey.classiccmp.org> Message-ID: <48A86358.8080501@drexel.edu> Date: Sun, 17 Aug 2008 00:00:04 -0700 From: "Scanning" Subject: Re: Speak and Swear To: "General Discussion: On-Topic Posts Only" Message-ID: <001101c90036$e0942910$0301a8c0 at hal9000> Content-Type: text/plain; charset=iso-8859-1 Little known ( I think... ) Speak & Spell trivia fact; The very first original S & Ss ( circa 1978 ?? ) with the hard molded buttons had swear words that the programmers had sneaked into the voice code ROMs. On mine you could access these by selecting the module ( with no ROM module plugged in ) and select level D. It would then say " Spell .... a bunch of garbage words, and then swear words" at the end . I have a .wav and an MP3 example of this little S & S Easter Egg... TI found out ( of course ) and recalled as many units as they could. If you can find one now they are quite rare and very entertaining. A special ed teacher I know used S & Ss to help her kids and was wondering why they kept laughing uncontrollably. They had figured out how to access the "special" words .... Best regards, Steven I have a 1978 (raised button) speak & spell here, and I tried what you said. While it does glitch out randomly (the speech rom is apparently accessing open bus instead of the module, and is saying gibberish which occasionally points to the valid internal rom), I'm not hearing anything that could be considered swear words. yet. Also, afaik the US speak&spell only had two rom revisions: CD2300/TMC0351 plus CD2301/TMC0352 in the 1978 one with the raised buttons (32KiB of total rom, 16KiB per chip) and CD2350 in the 1980 one with the membrane/flat keypad (16KiB total rom, probably a cost-cutting measure, only has half as many words I think) Which version was supposedly recalled? the earlier one? See http://en.wikipedia.org/wiki/User:Lord_Nightmare (scroll down) to see all the CDxxxx chips I know of, and which ones have had their contents read out. (if you have any I'm missing, such as the UK speak&spell 78, or the italian grillo parlante, or the german 'buddy', email me off list) -- Jonathan Gevaryahu jgevaryahu(@t)hotmail(d0t)com jzg22(@t)drexel(d0t)edu From mcguire at neurotica.com Sun Aug 17 13:06:54 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Sun, 17 Aug 2008 14:06:54 -0400 Subject: IBM LPFK reverse engineering In-Reply-To: <48A814D9.9050807@philpem.me.uk> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> Message-ID: <2030F335-68C1-40EB-9911-E1ECF7B383E6@neurotica.com> On Aug 17, 2008, at 8:08 AM, Philip Pemberton wrote: >> I don't think there's much that can be done with the LPFK without >> desoldering the 8051 chip and reading out the program. Catch is, >> the chip has probably had its encryption table programmed, and >> probably the lock bits as well... > > I was right. > The 8051 has both lock bits programmed. Zero activity in program > mode, all outputs Hi-Z. CRAP. I was about to dig out mine and yank the 8051. -Dave -- Dave McGuire Port Charlotte, FL From mcguire at neurotica.com Sun Aug 17 13:09:20 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Sun, 17 Aug 2008 14:09:20 -0400 Subject: Who is vintagecomputermuseum? In-Reply-To: References: Message-ID: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> On Aug 17, 2008, at 10:20 AM, Steven Hirsch wrote: > Just curious if the person who owns this eBay store is a list > regular? And, more the the point, do they actually get anyone to > pay nearly $500 for an AT&T PC7300? I sold one for $300 last summer. Remember, this whole notion of classic computers never being worth any actual money is pretty much restricted to this mailing list. -Dave -- Dave McGuire Port Charlotte, FL From mcguire at neurotica.com Sun Aug 17 13:11:44 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Sun, 17 Aug 2008 14:11:44 -0400 Subject: IBM LPFK reverse engineering In-Reply-To: <48A84905.5050007@philpem.me.uk> References: <48A7D00E.7050202@philpem.me.uk> <48A84A36.3040606@brutman.com> <48A84905.5050007@philpem.me.uk> Message-ID: <9A680965-E3F4-4446-8308-950BDB27A402@neurotica.com> On Aug 17, 2008, at 11:51 AM, Philip Pemberton wrote: > Or as my friend just pointed out, the "brute force method" would be > to remove the 8051 in the LPFK and replace it with an 8051 > derivative running different software. That would involve buzzing > out the entire circuit of the LPFK and writing an alternative > firmware that *does* accept the Codeninja command set. But is it > worth it? I live and breathe 8051s...I was considering doing exactly that. How complex is the board? (I've not yet opened mine) -Dave -- Dave McGuire Port Charlotte, FL From mcguire at neurotica.com Sun Aug 17 13:12:47 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Sun, 17 Aug 2008 14:12:47 -0400 Subject: IBM LPFK reverse engineering In-Reply-To: <000901c9008a$ba2d2f20$0301a8c0@hal9000> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <000901c9008a$ba2d2f20$0301a8c0@hal9000> Message-ID: <3A3F662D-EFDA-48A7-9224-2330F1D1233B@neurotica.com> 8051s cannot execute code out of RAM; they are Harvard- architecture processors. -Dave On Aug 17, 2008, at 1:00 PM, Scanning wrote: > Could you execute a small loop in RAM that iterates the flash and > pukes the > code byte by byte onto the serial bus ? > > / steven > >> Philip Pemberton wrote: >>> I don't think there's much that can be done with the LPFK without >>> desoldering the 8051 chip and reading out the program. Catch is, the >>> chip has probably had its encryption table programmed, and >>> probably the >>> lock bits as well... >> >> I was right. >> The 8051 has both lock bits programmed. Zero activity in program >> mode, all >> outputs Hi-Z. >> >> :( >> >> Any experienced reverse engineers in the audience, or IBM >> collectors with >> information / drivers / docs for the LPFK? >> >> Thanks, >> -- >> Phil. > -- Dave McGuire Port Charlotte, FL From classiccmp at philpem.me.uk Sun Aug 17 14:26:10 2008 From: classiccmp at philpem.me.uk (Philip Pemberton) Date: Sun, 17 Aug 2008 20:26:10 +0100 Subject: IBM LPFK reverse engineering In-Reply-To: <2030F335-68C1-40EB-9911-E1ECF7B383E6@neurotica.com> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <2030F335-68C1-40EB-9911-E1ECF7B383E6@neurotica.com> Message-ID: <48A87B52.1010604@philpem.me.uk> Dave McGuire wrote: > CRAP. I was about to dig out mine and yank the 8051. I'm not 100% sure if my programmer is even following the spec, it's basically a PIC18F452 micro, a 74HC4040 counter and a bunch of resistors. If you've got a proper 8051 programmer, then it might be worth trying it... Meanwhile, I'm buzzing out the PCB, then I'm going to pull some of the larger components and take pictures. If I can get a bit of spare time, I'll see about borrowing the inspection scope and camera at work for a couple of hours to get some decent PCB pics. Scanning isn't going to work, not with the LEDs as tall as they are... -- Phil. classiccmp at philpem.me.uk http://www.philpem.me.uk/ From classiccmp at philpem.me.uk Sun Aug 17 14:27:05 2008 From: classiccmp at philpem.me.uk (Philip Pemberton) Date: Sun, 17 Aug 2008 20:27:05 +0100 Subject: IBM LPFK reverse engineering In-Reply-To: <000901c9008a$ba2d2f20$0301a8c0@hal9000> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <000901c9008a$ba2d2f20$0301a8c0@hal9000> Message-ID: <48A87B89.2050305@philpem.me.uk> Scanning wrote: > Philip, > > Could you execute a small loop in RAM that iterates the flash and pukes the > code byte by byte onto the serial bus ? No -- the 8051 latches the state of the EA (External Access Enable) pin on startup. This is the pin that tells the chip whether to run from internal ROM or from an external ROM. If it's running from ext-ROM, the MOVC instruction won't work (or it'll read from ext-ROM). It's also a Harvard architecture MCU, so the code and data spaces are separate. You can't just JMP MY_EVIL_ROUTINE_IN_RAM and dump the ROM that way. Princeton (Von Neumann) architecture chips like the 8086 will allow this, and the 8051 will if you wire-OR /PSEN with /RD. It's not really a common configuration though, and only works when the 8051 is being operated as an external CPU. Thanks, -- Phil. classiccmp at philpem.me.uk http://www.philpem.me.uk/ From sellam at vintagetech.com Sun Aug 17 14:42:26 2008 From: sellam at vintagetech.com (Sellam Ismail) Date: Sun, 17 Aug 2008 12:42:26 -0700 (PDT) Subject: Speak and Spell Message-ID: Somewhere, I have a kit that someone made for connecting a Speak & Spell to a computer to act as a voice synthesizer. I can't remember if it was for the TRS-80 or S-100 bus systems. -- Sellam Ismail Vintage Computer Festival ------------------------------------------------------------------------------ International Man of Intrigue and Danger http://www.vintage.org [ Old computing resources for business || Buy/Sell/Trade Vintage Computers ] [ and academia at www.VintageTech.com || at http://marketplace.vintage.org ] From sellam at vintagetech.com Sun Aug 17 14:52:47 2008 From: sellam at vintagetech.com (Sellam Ismail) Date: Sun, 17 Aug 2008 12:52:47 -0700 (PDT) Subject: Bernoulli Box controller? Message-ID: I've successfully connected a 20MB Bernoulli Box to a PC using drivers found off the web. The configuration is an active part of my main data conversion system, so I'd be happy to pass along the configuration to anyone who e-mails me directly. -- Sellam Ismail Vintage Computer Festival ------------------------------------------------------------------------------ International Man of Intrigue and Danger http://www.vintage.org [ Old computing resources for business || Buy/Sell/Trade Vintage Computers ] [ and academia at www.VintageTech.com || at http://marketplace.vintage.org ] From classiccmp at philpem.me.uk Sun Aug 17 14:57:03 2008 From: classiccmp at philpem.me.uk (Philip Pemberton) Date: Sun, 17 Aug 2008 20:57:03 +0100 Subject: IBM LPFK reverse engineering In-Reply-To: <9A680965-E3F4-4446-8308-950BDB27A402@neurotica.com> References: <48A7D00E.7050202@philpem.me.uk> <48A84A36.3040606@brutman.com> <48A84905.5050007@philpem.me.uk> <9A680965-E3F4-4446-8308-950BDB27A402@neurotica.com> Message-ID: <48A8828F.5080504@philpem.me.uk> Dave McGuire wrote: > I live and breathe 8051s...I was considering doing exactly that. Heh, I used to do a lot of 8051 stuff. It was the second (or maybe third?) MCU I used. Started when someone sent me a box of HTEC "Kitty Card" 8032 CPU boards -- these were apparently the things that controlled the old Argos "Premier Points" loyalty card tills. They make great test rigs for 8052 code. As a side effect of all this fiddling, I have four AT89S8252 chips and a couple of Atmel ISP 8052s (AT89S52?). I've also got some Dallas DS89C420 High Speed 8051 parts and the relevant ISP pods. > How complex is the board? (I've not yet opened mine) Not very - it consists of: 4x Motorola SN74LS373P latches -- 8-bit tristate latches. Pin 1 (/OE) is wired to what appears to be a common enable. 32x HP QLMP-2541 LEDs 32x membrane keyswitches (6x sets of rubber membranes with matching PCB pads -- 2x 1x4 and 4x 1x6) 1x 74LS00 1x MAX232CPE 1x Intel P80C51BM 1x 11.0592MHz crystal .. and a bunch of passive components Disassembly is easy. Six screws on the bottom, plus one inside holding the ground tag to the metalwork, then the PCB lifts up and out. Reassembly is just as easy. Most chip datecodes are around 1996. LEDs appear to be wired common-anode. A resistor is wired between each LED anode and +5V, and the LS373s drive the cathodes (Qn outputs). I'm guessing the input lines (Dn inputs) are wired common on all the 373s, either D0=>D0 or munged (D0=>Dx, D1=>Dy, ...) The keys appear to be wired into a 4x8 matrix -- for a total of 32 keys. There are eight pull up resistors and four diodes on the matrix. Fair guess that said parts will make it somewhat easier to trace the matrix back to the 8051 pads with a multimeter. I've also found a diode and some other stuff that appears to drive the /OE line on the latches somehow, and also links up to the loopback switch?! Buzzing out the key matrix shouldn't take more than a few minutes. Possibly 4-bit scan output from the MCU via the diodes, and 8-bit scan return, which will be what the PURs are for. I'm still not sure about the wiring around the line driver and LS00, that's still a mystery and will probably involve some component removal and track-tracing to unravel. I'm also looking into power-glitch attacks on the MCU -- apparently a few old 8051 chip revs were vulnerable to having Vcc rapidly dropped to 0V and then restored quickly. This apparently cleared the protection flip-flops and caused the chip to allow code readback. It still doesn't solve the problem of the encryption array, but if there's at least 64 bytes of 0xFF in the ROM, finding the key won't be hard (64-byte sliding window scanner and a quick "if top_half == bottom_half" check should find most of the candidates). That's the problem with straight-XOR, it falls quickly against a known-plaintext attack. That still leaves the problem of getting the code in the first place. Reverse engineering the board and rewriting the firmware may well be easier. Though not easier from the POV that an LPFK will require modification before it's of any use. It's entirely possible to reverse the modification (hint: fit a turned-pin IC socket, and use desoldering wick to remove the old chip!) but I'd still rather not modify it if it's possible to figure out the IBM protocol. Thanks, -- Phil. classiccmp at philpem.me.uk http://www.philpem.me.uk/ From hp-fix at xs4all.nl Sun Aug 17 15:09:02 2008 From: hp-fix at xs4all.nl (Rik Bos) Date: Sun, 17 Aug 2008 22:09:02 +0200 Subject: Who is vintagecomputermuseum? In-Reply-To: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> Message-ID: I bought a 3B1 Olivetti branded incl. manuals and disk's for 5 euro last year ;-) Bought it from Marktplaats the Dutch craiglist... Vintagecomputer museum was formerly known as computermkt. -Rik -----Oorspronkelijk bericht----- Van: cctalk-bounces at classiccmp.org [mailto:cctalk-bounces at classiccmp.org] Namens Dave McGuire Verzonden: zondag 17 augustus 2008 20:09 Aan: General Discussion: On-Topic Posts Only Onderwerp: Re: Who is vintagecomputermuseum? On Aug 17, 2008, at 10:20 AM, Steven Hirsch wrote: > Just curious if the person who owns this eBay store is a list regular? > And, more the the point, do they actually get anyone to pay nearly > $500 for an AT&T PC7300? I sold one for $300 last summer. Remember, this whole notion of classic computers never being worth any actual money is pretty much restricted to this mailing list. -Dave -- Dave McGuire Port Charlotte, FL No virus found in this incoming message. Checked by AVG - http://www.avg.com Version: 8.0.138 / Virus Database: 270.6.4/1617 - Release Date: 17-8-2008 12:58 From ploopster at gmail.com Sun Aug 17 15:08:32 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Sun, 17 Aug 2008 16:08:32 -0400 Subject: IBM LPFK reverse engineering In-Reply-To: <20080817121645.GB15374@usap.gov> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <20080817121645.GB15374@usap.gov> Message-ID: <48A88540.9090609@gmail.com> Ethan Dicks wrote: > I suspect that if PC drivers are unearthed, it will be a simple matter > to throw a serial analyzer on the line and look for traffic - I'd do that > myself with an HP4951, but, again, that will months from now. I have the RS/6000 drivers, and software that supports the LPFK, and the machine itself, including the official IBM serial interface to talk to one of these. Peace... Sridhar From drb at msu.edu Sun Aug 17 15:21:21 2008 From: drb at msu.edu (Dennis Boone) Date: Sun, 17 Aug 2008 16:21:21 -0400 Subject: Who is vintagecomputermuseum? In-Reply-To: (Your message of Sun, 17 Aug 2008 22:09:02 +0200.) References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> Message-ID: <200808172021.m7HKLLlc031508@yagi.h-net.msu.edu> > > Just curious if the person who owns this eBay store is a list regular? > > And, more the the point, do they actually get anyone to pay nearly > > $500 for an AT&T PC7300? > I sold one for $300 last summer. Remember, this whole notion of > classic computers never being worth any actual money is pretty much > restricted to this mailing list. While Dave is right, computermkt's idea of how much actual money they're worth is pretty high. OTOH, he did take a much lower best offer from me once, and seems reasonable to deal with. Packaging was a bit iffy. Unfortunately, he does seem to occasionally sell something for asking price. Some Pr1me gear I was watching went that way. De From cisin at xenosoft.com Sun Aug 17 16:27:14 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Sun, 17 Aug 2008 14:27:14 -0700 (PDT) Subject: Speak and Spell In-Reply-To: References: Message-ID: <20080817142615.C13434@shell.lmi.net> On Sun, 17 Aug 2008, Sellam Ismail wrote: > Somewhere, I have a kit that someone made for connecting a Speak & Spell > to a computer to act as a voice synthesizer. I can't remember if it was > for the TRS-80 or S-100 bus systems. If it's one from my old office, then it's TRS-80 From pete at dunnington.plus.com Sun Aug 17 16:26:10 2008 From: pete at dunnington.plus.com (Pete Turnbull) Date: Sun, 17 Aug 2008 22:26:10 +0100 Subject: Power control connectors for BA4xx boxes?? In-Reply-To: <000401c90087$25a70ea0$cb01010a@Rhyme> References: <000401c90087$25a70ea0$cb01010a@Rhyme> Message-ID: <48A89772.6090709@dunnington.plus.com> On 17/08/2008 17:34, Bob Armstrong wrote: > Can anyone identify the power control connectors used on the H7874 power > supplies in the DEC BA4xx boxes? They look a lot like RJ-45s, but there are > some extra ridges in them so that an RJ style plug won't fit. And the > contact arrangement is different, so it probably wouldn't work even if it > did fit. I can't tell you about the wiring. The plugs are called 2x3LNL or 2x3 L-N-L ("Latch-N-Lok") plugs, and are sometimes used on powered USB cables (which is what they're designed for). They're 0.1" pitch, so Molex KK or equivalent AMP or Berg connectors should mate with them. The DEC cables are called BC09F-10 (the -10 is the length) for the ones that interconnect BA4xx boxes, and BC09G-10 for the ones that have a different plug on the other end, for connecting BA4xx to BA2xx. -- Pete Peter Turnbull Network Manager University of York From mbbrutman-cctalk at brutman.com Sun Aug 17 18:08:19 2008 From: mbbrutman-cctalk at brutman.com (Michael B. Brutman) Date: Sun, 17 Aug 2008 17:08:19 -0600 Subject: IBM LPFK reverse engineering In-Reply-To: <48A88540.9090609@gmail.com> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <20080817121645.GB15374@usap.gov> <48A88540.9090609@gmail.com> Message-ID: <48A8AF63.60109@brutman.com> Sridhar Ayengar wrote: > Ethan Dicks wrote: >> I suspect that if PC drivers are unearthed, it will be a simple matter >> to throw a serial analyzer on the line and look for traffic - I'd do that >> myself with an HP4951, but, again, that will months from now. > > I have the RS/6000 drivers, and software that supports the LPFK, and the > machine itself, including the official IBM serial interface to talk to > one of these. > > Peace... Sridhar > > Do us a favor .. put a PC or something in between when the RS/6000 fires up and tell us what the magic INIT string is. I've been banging my head on this on and off for over a year. Phil has made me feel a little better by verifying what I was hitting. Phil - I'm on Linux using MINICOM or DOS using an old PROCOMM. Sending a break while doesn't seem to have any effect. How long is the break being held for? (PROCOMM is configurable.) Also, you say you are using 9600 O81 for the protocol? That is different than the Code Ninja page, which says 9600 N81. Can you give me all of the parameters so I can at least reproduce the reset that you managed to trigger? Thanks, Mike From drb at msu.edu Sun Aug 17 17:19:52 2008 From: drb at msu.edu (Dennis Boone) Date: Sun, 17 Aug 2008 18:19:52 -0400 Subject: IBM LPFK reverse engineering In-Reply-To: (Your message of Sun, 17 Aug 2008 17:08:19 MDT.) <48A8AF63.60109@brutman.com> References: <48A8AF63.60109@brutman.com> <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <20080817121645.GB15374@usap.gov> <48A88540.9090609@gmail.com> Message-ID: <200808172219.m7HMJqYJ001976@yagi.h-net.msu.edu> > Phil - I'm on Linux using MINICOM or DOS using an old PROCOMM. Sending > a break while doesn't seem to have any effect. How long is the break > being held for? (PROCOMM is configurable.) Mike, Linux seems to deal differently with the DSR signal than Hyperterm on Windoze. I've got some devices around (like UPS and switch management ports, which are likely 3-wire setups) for which I have to force DSR to get minicom or kermit to be useful. Any chance you just have a hardware handshake problem? De From classiccmp at philpem.me.uk Sun Aug 17 17:20:17 2008 From: classiccmp at philpem.me.uk (Philip Pemberton) Date: Sun, 17 Aug 2008 23:20:17 +0100 Subject: IBM LPFK reverse engineering In-Reply-To: <48A8AF63.60109@brutman.com> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <20080817121645.GB15374@usap.gov> <48A88540.9090609@gmail.com> <48A8AF63.60109@brutman.com> Message-ID: <48A8A421.4070707@philpem.me.uk> Michael B. Brutman wrote: > I've been banging my head on this on and off for over a year. Phil has > made me feel a little better by verifying what I was hitting. Ouch! Bet it took a lot of aspirin to get rid of THAT headache! > Phil - I'm on Linux using MINICOM or DOS using an old PROCOMM. Sending > a break while doesn't seem to have any effect. How long is the break > being held for? (PROCOMM is configurable.) 500 milliseconds according to Realterm. The signal is going via a USB-serial adapter (FTDI TTL-232R) and into a MAX232, then on to the LPFK. > Also, you say you are using 9600 O81 for the protocol? That is > different than the Code Ninja page, which says 9600 N81. Can you give > me all of the parameters so I can at least reproduce the reset that you > managed to trigger? Baud rate: 9600 Parity: Odd Data bits: 8 Stop bits: 1 Hardware Flow Control: Off Sending SFFFFFFFF\n (SFFFFFFFF followed by a Line Feed) caused the LEDs to blink quickly then turn off again Also try connecting RXD to ground. As regards pinouts, this is what I've got for the 8-pin connector at the LPFK: __ __ / |_| \ | 8 7 6 | | 5 4 3 | \ 2 1 / ------ PCB pads: [ 33uF ]==: o---[ R ]---o 8 7 6 5 4 3 2 1 Pinouts are: 1 GND 2 GND 3 VCC (+5V) 4 RxD (INPUT TO LPFK) 5 TxD (OUTPUT FROM LPFK) 6 PUR (Pullup resistor -- or something?) 7 NC (no connection) 8 NC (no connection) Thanks. -- Phil. classiccmp at philpem.me.uk http://www.philpem.me.uk/ From jfoust at threedee.com Sun Aug 17 17:09:27 2008 From: jfoust at threedee.com (John Foust) Date: Sun, 17 Aug 2008 17:09:27 -0500 Subject: Upgrading early BIOS In-Reply-To: <0E5B7FEF486E4AD593526730E102DAB8@FLEXPC> References: <0E5B7FEF486E4AD593526730E102DAB8@FLEXPC> Message-ID: <6.2.3.4.2.20080817170842.071546d0@mail.threedee.com> At 03:47 PM 8/16/2008, Antonio Carlini wrote: >My main buying criterion these days (once I've decided on capacity >and perhaps approximate speed) is the length of the guarantee >period! 1 terabyte Seagate 7200.11 drives, 5-year warranty, SATA-300, NCQ, 32M, were on sale for $110 at Dell a few days ago. - John From frustum at pacbell.net Sun Aug 17 17:54:14 2008 From: frustum at pacbell.net (Jim Battle) Date: Sun, 17 Aug 2008 17:54:14 -0500 Subject: Who is vintagecomputermuseum? In-Reply-To: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> Message-ID: <48A8AC16.9070105@pacbell.net> Dave McGuire wrote: > On Aug 17, 2008, at 10:20 AM, Steven Hirsch wrote: >> Just curious if the person who owns this eBay store is a list regular? >> And, more the the point, do they actually get anyone to pay nearly >> $500 for an AT&T PC7300? > > I sold one for $300 last summer. Remember, this whole notion of > classic computers never being worth any actual money is pretty much > restricted to this mailing list. It is amazing to me that everyone reads the same words and comes to such different understanding of what was said. I was one of the people who gave Tony D a slightly tart reply to his hand wringing that he was perhaps the only person who messed with vintage computers out of a love for their design, vs. doing it for money. I'd say that overwhelming majority of us on the list mess with old computers for reasons of nostalgia, for the pleasure of puzzling out how to make these things work again, and for the sheer joy of learning about systems that we knew about but never used back in the day. That is a far different statement than claiming that there are no old computers worth any money. In fact, I don't recall anyone making such a claim. This is written by someone who primarily is in it for the fun of learning, but who also sold a Sol system for $1200 on ebay a few years back. From mbbrutman-cctalk at brutman.com Sun Aug 17 19:48:37 2008 From: mbbrutman-cctalk at brutman.com (Michael B. Brutman) Date: Sun, 17 Aug 2008 18:48:37 -0600 Subject: IBM LPFK reverse engineering In-Reply-To: <48A8A421.4070707@philpem.me.uk> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <20080817121645.GB15374@usap.gov> <48A88540.9090609@gmail.com> <48A8AF63.60109@brutman.com> <48A8A421.4070707@philpem.me.uk> Message-ID: <48A8C6E5.5030706@brutman.com> I downloaded Realterm - that was a good tip. I'm on a real serial port (no USB involved) and I still can't make it reset or do anything. However, I did discover that it will respond with Hex 0x03 (single char, ASCII 3) if I hit Ctrl-F. I will compare your pinouts to my notes after dinner ... Mike Philip Pemberton wrote: > Michael B. Brutman wrote: >> I've been banging my head on this on and off for over a year. Phil >> has made me feel a little better by verifying what I was hitting. > > Ouch! Bet it took a lot of aspirin to get rid of THAT headache! > >> Phil - I'm on Linux using MINICOM or DOS using an old PROCOMM. >> Sending a break while doesn't seem to have any effect. How long is >> the break being held for? (PROCOMM is configurable.) > > 500 milliseconds according to Realterm. The signal is going via a > USB-serial adapter (FTDI TTL-232R) and into a MAX232, then on to the LPFK. > >> Also, you say you are using 9600 O81 for the protocol? That is >> different than the Code Ninja page, which says 9600 N81. Can you give >> me all of the parameters so I can at least reproduce the reset that >> you managed to trigger? > > Baud rate: 9600 > Parity: Odd > Data bits: 8 > Stop bits: 1 > Hardware Flow Control: Off > > Sending SFFFFFFFF\n (SFFFFFFFF followed by a Line Feed) caused the LEDs > to blink quickly then turn off again > > Also try connecting RXD to ground. > > As regards pinouts, this is what I've got for the 8-pin connector at the > LPFK: > > __ __ > / |_| \ > | 8 7 6 | > | 5 4 3 | > \ 2 1 / > ------ > > PCB pads: > > [ 33uF ]==: > > o---[ R ]---o > > 8 7 6 5 4 3 2 1 > > Pinouts are: > 1 GND > 2 GND > 3 VCC (+5V) > 4 RxD (INPUT TO LPFK) > 5 TxD (OUTPUT FROM LPFK) > 6 PUR (Pullup resistor -- or something?) > 7 NC (no connection) > 8 NC (no connection) > > Thanks. From marvin at west.net Sun Aug 17 19:04:16 2008 From: marvin at west.net (Marvin Johnston) Date: Sun, 17 Aug 2008 17:04:16 -0700 Subject: Aim-65 Listed on Vintage Computer and Gaming Marketplace Listings Message-ID: <48A8BC80.F74C95C0@west.net> I am starting to put stuff up for sale on the Vintage Computer and Gaming Marketplace: http://marketplace.vintage-computer.com/index.php? Included are an Aim-65 and a Pro-Log 900 Prom Programmer. More stuff will be added as time permits. From mcguire at neurotica.com Sun Aug 17 19:22:22 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Sun, 17 Aug 2008 20:22:22 -0400 Subject: Who is vintagecomputermuseum? In-Reply-To: <200808172021.m7HKLLlc031508@yagi.h-net.msu.edu> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <200808172021.m7HKLLlc031508@yagi.h-net.msu.edu> Message-ID: <67EDD4B0-94A6-4911-8FFF-F163AEF4DAAC@neurotica.com> On Aug 17, 2008, at 4:21 PM, Dennis Boone wrote: >>> Just curious if the person who owns this eBay store is a list >>> regular? >>> And, more the the point, do they actually get anyone to pay nearly >>> $500 for an AT&T PC7300? >> >> I sold one for $300 last summer. Remember, this whole notion of >> classic computers never being worth any actual money is pretty >> much >> restricted to this mailing list. > > While Dave is right, computermkt's idea of how much actual money > they're > worth is pretty high. I have to agree there. And $500 for a 7300 is a tad on the high side. I had three of them (two 3B1s and a 7300) and reluctantly parted with one. I became much less reluctant when the guy offered me $300. The first machine is one I will keep even if the prices go sky high, as it was given to me years ago by a classiccmp member (hi Mark!), although for the life of me I have no clue where the mouse went. Does anyone have disk images of the 7300/3B1 OS distribution? > OTOH, he did take a much lower best offer from me > once, and seems reasonable to deal with. Packaging was a bit iffy. Well that's good, at least. (the reasonableness, not the iffy packaging ;)) > Unfortunately, he does seem to occasionally sell something for asking > price. Some Pr1me gear I was watching went that way. I don't see much Pr1me gear floating around. Is it that rare, or do we just not hear about it? -Dave -- Dave McGuire Port Charlotte, FL From spectre at floodgap.com Sun Aug 17 19:30:14 2008 From: spectre at floodgap.com (Cameron Kaiser) Date: Sun, 17 Aug 2008 17:30:14 -0700 (PDT) Subject: Who is vintagecomputermuseum? In-Reply-To: <200808172021.m7HKLLlc031508@yagi.h-net.msu.edu> from Dennis Boone at "Aug 17, 8 04:21:21 pm" Message-ID: <200808180030.m7I0UELR015954@floodgap.com> > While Dave is right, computermkt's idea of how much actual money they're > worth is pretty high. OTOH, he did take a much lower best offer from me > once, and seems reasonable to deal with. Packaging was a bit iffy. > Unfortunately, he does seem to occasionally sell something for asking > price. Some Pr1me gear I was watching went that way. I've bought from him and he was willing to negotiate to a limited extent, especially if you can get him to realize he doesn't know anything about the item (or to get him to realize *you know* he doesn't know anything about the item). In those cases, he's more flexible and I was able to get him to do a 2 for 1 (which paid off given that one of the two was in considerably better shape). Other cases, when he knows what he's got, he won't budge. -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com -- PowerPC inside! ------------------------------------------------------------ From geneb at deltasoft.com Sun Aug 17 19:37:30 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Sun, 17 Aug 2008 17:37:30 -0700 (PDT) Subject: Ultrix-11 In-Reply-To: <67EDD4B0-94A6-4911-8FFF-F163AEF4DAAC@neurotica.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <200808172021.m7HKLLlc031508@yagi.h-net.msu.edu> <67EDD4B0-94A6-4911-8FFF-F163AEF4DAAC@neurotica.com> Message-ID: I've got 3 boxes of 5.25" disks (RX50) that appear to have Ultrix-11 on them. There are 31 disks total. The sheet of paper included with box #1 says that it's version 2.0. Disk 1 - "Boot" Disk 2 - 7 "Root" Disks 8 - 10 "usr" Disks 11 - 13 "sysgen" Disk 14 "usep" Disks 15, 16 "F11CMDS" Disks 17,18" "J11CMDS" Disk 19 "uucp" Disk 20 "sccs & plot" Disk 21 "F77 Fortran" Disk 22 "docprep" Disk 23 "learn 1/2" Disk 24 "learn 2/2" Disk 25 "dictionary" Disk 26 "games" Disks 27-30 "manual" (note says "this archive from the orig. was trashed on 2nd or 3rd disk" Disk 31 unreadable note (can't figure out what was written on the paper) I can't guarantee that they're readable as I no longer have anything capable of reading RX50 disks. These were given to me years ago and I never got a PDP-11/n to use them with. I would like to trade these for three boxes of new 5.25" DSDD disks (Athana or other unopened media). I'll pay for postage of the Ultrix 11 media to you. If interested, please contact me off list. tnx! g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From drb at msu.edu Sun Aug 17 19:38:08 2008 From: drb at msu.edu (Dennis Boone) Date: Sun, 17 Aug 2008 20:38:08 -0400 Subject: Who is vintagecomputermuseum? In-Reply-To: (Your message of Sun, 17 Aug 2008 20:22:22 EDT.) <67EDD4B0-94A6-4911-8FFF-F163AEF4DAAC@neurotica.com> References: <67EDD4B0-94A6-4911-8FFF-F163AEF4DAAC@neurotica.com> <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <200808172021.m7HKLLlc031508@yagi.h-net.msu.edu> Message-ID: <200808180038.m7I0c8uN004924@yagi.h-net.msu.edu> > I don't see much Pr1me gear floating around. Is it that rare, or do we > just not hear about it? My guess? I don't think it's really that rare. Rather, there's not enough demand to get it noticed by ebayers and scrappers and resellers (and bears, oh my) such that they try to move parts and systems, because: * The commercial market (i.e. folks still running it in production) is much much smaller than e.g. DEC or DG gear. And by and large, they're not upgrading, just keeping existing systems running. * The collector community is pretty small. After several years of pouncing on every Prime-related post here and in c.s.p., the list of people I know of with at least some interest probably numbers less than 20. First Solutions and Computronics and at least one other outfit with a list member on staff still support customers. I'm sure there are others. De From mcguire at neurotica.com Sun Aug 17 20:03:01 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Sun, 17 Aug 2008 21:03:01 -0400 Subject: IBM LPFK reverse engineering In-Reply-To: <48A87B52.1010604@philpem.me.uk> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <2030F335-68C1-40EB-9911-E1ECF7B383E6@neurotica.com> <48A87B52.1010604@philpem.me.uk> Message-ID: <6A8E064B-B6D5-43A7-A775-DB3AA9E17836@neurotica.com> On Aug 17, 2008, at 3:26 PM, Philip Pemberton wrote: >> CRAP. I was about to dig out mine and yank the 8051. > > I'm not 100% sure if my programmer is even following the spec, it's > basically a PIC18F452 micro, a 74HC4040 counter and a bunch of > resistors. If you've got a proper 8051 programmer, then it might be > worth trying it... I've got DataIO Unisite and 2900 programmers here. Right now, though, I'm preparing for a hurricane, then a cross-country drive (from Florida to Wisconsin and back) immediately thereafter, so I won't be able to spend any time on this until afterwards. > Meanwhile, I'm buzzing out the PCB, then I'm going to pull some of > the larger components and take pictures. If I can get a bit of > spare time, I'll see about borrowing the inspection scope and > camera at work for a couple of hours to get some decent PCB pics. > Scanning isn't going to work, not with the LEDs as tall as they are... If you put the time into figuring out what's where on the board, I'll write new firmware. Speaking of the LPFK units...Someone, Paxton I think, was arranging a bulk buy of them at one point earlier this year. I thought I had gotten in on that deal, but I haven't heard anything. Whatever happened with that? I'd like to get a few, especially if I'll be writing new firmware for them. -Dave -- Dave McGuire Port Charlotte, FL From evan at snarc.net Sun Aug 17 20:39:27 2008 From: evan at snarc.net (Evan Koblentz) Date: Sun, 17 Aug 2008 21:39:27 -0400 Subject: What font is the DEC logo? Message-ID: <005001c900d3$41da1300$f750f945@evan> Does anyone happen to know which font(s) best replicate the DEC logo, such as this: http://www.vaxination.ca/vms/alpha/digital_556.jpg ...? I thought Arial Narrow might be correct, but things like the bottom of the lowercase "a" are different. We're looking to make a DEC banner for an exhibit in our museum here in New Jersey. (Or, does anyone have an existing DEC banner to loan / donate inexpensively sell to us?) - Evan From rcini at optonline.net Sun Aug 17 20:43:40 2008 From: rcini at optonline.net (Richard A. Cini) Date: Sun, 17 Aug 2008 21:43:40 -0400 Subject: What font is the DEC logo? In-Reply-To: <005001c900d3$41da1300$f750f945@evan> Message-ID: Century Gothic. I have a Word document that I re-created the logo for a 3-ring binder cover many years ago. On 8/17/08 9:39 PM, "Evan Koblentz" wrote: > Does anyone happen to know which font(s) best replicate the DEC logo, such > as this: http://www.vaxination.ca/vms/alpha/digital_556.jpg ...? I thought > Arial Narrow might be correct, but things like the bottom of the lowercase > "a" are different. > > We're looking to make a DEC banner for an exhibit in our museum here in New > Jersey. (Or, does anyone have an existing DEC banner to loan / donate > inexpensively sell to us?) > > - Evan Rich -- Rich Cini Collector of Classic Computers Build Master and lead engineer, Altair32 Emulator http://www.altair32.com http://www.classiccmp.org/cini From jzg22 at drexel.edu Sun Aug 17 20:49:21 2008 From: jzg22 at drexel.edu (Jonathan Gevaryahu) Date: Sun, 17 Aug 2008 21:49:21 -0400 Subject: OT-ish? McIlroy's "Synthetic English Speech by Rule" Message-ID: <48A8D521.7020904@drexel.edu> I know this is a 'blast from the past', but did anyone ever find the McIlroy paper? The McIlroy algorithm both inspired and was in direct competition with the NRL algorithm. The NRL algorithm was developed by Votrax and the Naval Research Laboratory, details of which are discussed in another paper (NTIS ADA0121 929, NRL report 7948) which is available from the national archives in college park, MD. (I'm planning to get a copy of the latter, but have no idea how to get a copy of the M. D. McIlroy paper. the version in the journal of the acoustical society of america is not the complete paper, but a citation of it for a conference, afaict) * * -- Jonathan Gevaryahu jgevaryahu(@t)hotmail(d0t)com jzg22(@t)drexel(d0t)edu * Don Y* dgy at DakotaCom.Net /Wed Jul 19 21:37:44 CDT 2006 / My only claim to being *possibly* on-topic is the age of the article (1974) and the fact that it inspired many of the early phoneme-driven speech synthesizers (Votrax, etc.). Does anyone have access to a suitably good engineering library with a copy of: McIlroy, M D, "Synthetic English Speech by Rule", Bell Telephone Labs, CSTR #14, 1973 (though I have also seen it referenced as 1974!) or: Ainsworth, W A, "A System for Converting English Text to Speech", IEEE Trans Audio & Electroacoustics AU-21 #3 pp 288-290, 1973 The former is far more interesting to me than the latter :-( (sigh) There are *some* advantages to being a student (though those days are long past, in my case!) I can try my local public library to see if it is available via ILL. I guess I could also try the local university's engineering library. Thanks! --don From mcguire at neurotica.com Sun Aug 17 20:58:02 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Sun, 17 Aug 2008 21:58:02 -0400 Subject: IBM LPFK reverse engineering In-Reply-To: <48A8828F.5080504@philpem.me.uk> References: <48A7D00E.7050202@philpem.me.uk> <48A84A36.3040606@brutman.com> <48A84905.5050007@philpem.me.uk> <9A680965-E3F4-4446-8308-950BDB27A402@neurotica.com> <48A8828F.5080504@philpem.me.uk> Message-ID: On Aug 17, 2008, at 3:57 PM, Philip Pemberton wrote: >> I live and breathe 8051s...I was considering doing exactly that. > > Heh, I used to do a lot of 8051 stuff. It was the second (or maybe > third?) MCU I used. Started when someone sent me a box of HTEC > "Kitty Card" 8032 CPU boards -- these were apparently the things > that controlled the old Argos "Premier Points" loyalty card tills. > They make great test rigs for 8052 code. > > As a side effect of all this fiddling, I have four AT89S8252 chips > and a couple of Atmel ISP 8052s (AT89S52?). I've also got some > Dallas DS89C420 High Speed 8051 parts and the relevant ISP pods. Cool stuff. I have lots and lots (and LOTS) of various mcs51 chips. My favorite are the current ones from Philips, the P89V66x family. In older mcs51s, I have several tubes of the original DIP-40 8751s...I use those for lots of little projects. I also have an in- circuit emulator for debugging. > 4x Motorola SN74LS373P latches -- 8-bit tristate latches. Pin 1 (/ > OE) is wired to what appears to be a common enable. The other important one will be pin 11 (/LE, latch enable). > 1x 11.0592MHz crystal Ahh, the right frequency for standard async serial baud rates on the 8051. > I've also found a diode and some other stuff that appears to drive > the /OE line on the latches somehow, and also links up to the > loopback switch?! Ok, now that is odd. > I'm also looking into power-glitch attacks on the MCU -- apparently > a few old 8051 chip revs were vulnerable to having Vcc rapidly > dropped to 0V and then restored quickly. This apparently cleared > the protection flip-flops and caused the chip to allow code > readback. It still doesn't solve the problem of the encryption > array, but if there's at least 64 bytes of 0xFF in the ROM, finding > the key won't be hard (64-byte sliding window scanner and a quick > "if top_half == bottom_half" check should find most of the > candidates). That's the problem with straight-XOR, it falls quickly > against a known-plaintext attack. Ugh, that sounds like a lot of trouble...it'd probably be a lot easier just to write new firmware and make it do whatever we want. -Dave > -- Dave McGuire Port Charlotte, FL From innfoclassics at gmail.com Sun Aug 17 21:03:59 2008 From: innfoclassics at gmail.com (Paxton Hoag) Date: Sun, 17 Aug 2008 19:03:59 -0700 Subject: IBM LPFK reverse engineering In-Reply-To: <6A8E064B-B6D5-43A7-A775-DB3AA9E17836@neurotica.com> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <2030F335-68C1-40EB-9911-E1ECF7B383E6@neurotica.com> <48A87B52.1010604@philpem.me.uk> <6A8E064B-B6D5-43A7-A775-DB3AA9E17836@neurotica.com> Message-ID: They are still available to those who were originally interested. Most of the original list paid and I shipped theirs months ago. Phillip responded recently and I sent his to the UK. Two go in a Flat Rate Priority Mail box, although First class mail is cheaper for overseas most of the time. I have a couple with broke keys that I am willing to strip and provide for experimentation as a bare board if you fry yours in trying. Paxton On Sun, Aug 17, 2008 at 6:03 PM, Dave McGuire wrote: > On Aug 17, 2008, at 3:26 PM, Philip Pemberton wrote: >>> >>> CRAP. I was about to dig out mine and yank the 8051. >> >> I'm not 100% sure if my programmer is even following the spec, it's >> basically a PIC18F452 micro, a 74HC4040 counter and a bunch of resistors. If >> you've got a proper 8051 programmer, then it might be worth trying it... > > I've got DataIO Unisite and 2900 programmers here. Right now, though, I'm > preparing for a hurricane, then a cross-country drive (from Florida to > Wisconsin and back) immediately thereafter, so I won't be able to spend any > time on this until afterwards. > >> Meanwhile, I'm buzzing out the PCB, then I'm going to pull some of the >> larger components and take pictures. If I can get a bit of spare time, I'll >> see about borrowing the inspection scope and camera at work for a couple of >> hours to get some decent PCB pics. Scanning isn't going to work, not with >> the LEDs as tall as they are... > > If you put the time into figuring out what's where on the board, I'll write > new firmware. > > Speaking of the LPFK units...Someone, Paxton I think, was arranging a bulk > buy of them at one point earlier this year. I thought I had gotten in on > that deal, but I haven't heard anything. Whatever happened with that? I'd > like to get a few, especially if I'll be writing new firmware for them. > > -Dave > > -- > Dave McGuire > Port Charlotte, FL > > -- Paxton Hoag Astoria, OR USA From evan at snarc.net Sun Aug 17 21:07:25 2008 From: evan at snarc.net (Evan Koblentz) Date: Sun, 17 Aug 2008 22:07:25 -0400 Subject: What font is the DEC logo? In-Reply-To: Message-ID: <005a01c900d7$29aecce0$f750f945@evan> No, that lowercase 'a' is different at the bottom, etc. ... close but not identical. -----Original Message----- From: cctalk-bounces at classiccmp.org [mailto:cctalk-bounces at classiccmp.org] On Behalf Of Richard A. Cini Sent: Sunday, August 17, 2008 9:44 PM To: Discussion: On-Topic and Off-Topic Posts Subject: Re: What font is the DEC logo? Century Gothic. I have a Word document that I re-created the logo for a 3-ring binder cover many years ago. On 8/17/08 9:39 PM, "Evan Koblentz" wrote: > Does anyone happen to know which font(s) best replicate the DEC logo, > such as this: http://www.vaxination.ca/vms/alpha/digital_556.jpg ...? > I thought Arial Narrow might be correct, but things like the bottom of > the lowercase "a" are different. > > We're looking to make a DEC banner for an exhibit in our museum here > in New Jersey. (Or, does anyone have an existing DEC banner to loan / > donate inexpensively sell to us?) > > - Evan Rich -- Rich Cini Collector of Classic Computers Build Master and lead engineer, Altair32 Emulator http://www.altair32.com http://www.classiccmp.org/cini From eric at brouhaha.com Sun Aug 17 21:15:35 2008 From: eric at brouhaha.com (Eric Smith) Date: Sun, 17 Aug 2008 19:15:35 -0700 Subject: What font is the DEC logo? In-Reply-To: <005001c900d3$41da1300$f750f945@evan> References: <005001c900d3$41da1300$f750f945@evan> Message-ID: <48A8DB47.6080009@brouhaha.com> Evan Koblentz wrote: > Does anyone happen to know which font(s) best replicate the DEC logo, such > as this: http://www.vaxination.ca/vms/alpha/digital_556.jpg ...? There isn't ANY standard font that is very close to it; the letters were originally hand drawn. History and a Postscript font of the logo can be found here: http://nedbatchelder.com/blog/200712/ancient_history_the_digital_logo.html From jfoust at threedee.com Sun Aug 17 21:16:19 2008 From: jfoust at threedee.com (John Foust) Date: Sun, 17 Aug 2008 21:16:19 -0500 Subject: What font is the DEC logo? In-Reply-To: <005a01c900d7$29aecce0$f750f945@evan> References: <005a01c900d7$29aecce0$f750f945@evan> Message-ID: <6.2.3.4.2.20080817211516.06b4b0e0@mail.threedee.com> At 09:07 PM 8/17/2008, Evan Koblentz wrote: >No, that lowercase 'a' is different at the bottom, etc. ... close but not >identical. I know this has been discussed here before. Check the archives. I seem to remember an Adobe Illustrator version, and that the original was a hand-tuned font, not off the shelf. - John From evan at snarc.net Sun Aug 17 21:33:12 2008 From: evan at snarc.net (Evan Koblentz) Date: Sun, 17 Aug 2008 22:33:12 -0400 Subject: What font is the DEC logo? In-Reply-To: <48A8DB47.6080009@brouhaha.com> Message-ID: <006001c900da$c3fd7cd0$f750f945@evan> Thanks, very helpful. -----Original Message----- From: cctalk-bounces at classiccmp.org [mailto:cctalk-bounces at classiccmp.org] On Behalf Of Eric Smith Sent: Sunday, August 17, 2008 10:16 PM To: General Discussion: On-Topic and Off-Topic Posts Subject: Re: What font is the DEC logo? Evan Koblentz wrote: > Does anyone happen to know which font(s) best replicate the DEC logo, > such as this: http://www.vaxination.ca/vms/alpha/digital_556.jpg ...? There isn't ANY standard font that is very close to it; the letters were originally hand drawn. History and a Postscript font of the logo can be found here: http://nedbatchelder.com/blog/200712/ancient_history_the_digital_logo.html From trixter at oldskool.org Sun Aug 17 21:46:55 2008 From: trixter at oldskool.org (Jim Leonard) Date: Sun, 17 Aug 2008 21:46:55 -0500 Subject: Who is vintagecomputermuseum? In-Reply-To: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> Message-ID: <48A8E29F.7080605@oldskool.org> Dave McGuire wrote: > On Aug 17, 2008, at 10:20 AM, Steven Hirsch wrote: >> Just curious if the person who owns this eBay store is a list regular? >> And, more the the point, do they actually get anyone to pay nearly >> $500 for an AT&T PC7300? > > I sold one for $300 last summer. Remember, this whole notion of > classic computers never being worth any actual money is pretty much > restricted to this mailing list. I know they're worth money, but where do you find buyers? I'd like to offload some of my nice semi-rare stuff (XT-286, etc.) but hell if I can find a buyer. How did you sell yours (ebay?) and how did the buyer find you? -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From slawmaster at gmail.com Sun Aug 17 23:40:29 2008 From: slawmaster at gmail.com (John Floren) Date: Mon, 18 Aug 2008 00:40:29 -0400 Subject: OT-ish? McIlroy's "Synthetic English Speech by Rule" In-Reply-To: <48A8D521.7020904@drexel.edu> References: <48A8D521.7020904@drexel.edu> Message-ID: <7d3530220808172140h2f5b7c8enab14ce0951067058@mail.gmail.com> Anybody have a copy of "Comp. Sci. Tech. Rep. #14"? Perhaps it was published in the Bell Labs Technical Journal, or whatever they were calling it in 1973-74? Have you considered just emailing the author directly and asking about a copy? It's been about 35 years now, I'd imagine he'd send you a PDF if he has one around... http://plan9.bell-labs.com/who/doug/ for contact details. John On Sun, Aug 17, 2008 at 9:49 PM, Jonathan Gevaryahu wrote: > I know this is a 'blast from the past', but did anyone ever find the McIlroy > paper? The McIlroy algorithm both inspired and was in direct competition > with the NRL algorithm. The NRL algorithm was developed by Votrax and the > Naval Research Laboratory, details of which are discussed in another paper > (NTIS ADA0121 929, NRL report 7948) which is available from the national > archives in college park, MD. (I'm planning to get a copy of the latter, but > have no idea how to get a copy of the M. D. McIlroy paper. the version in > the journal of the acoustical society of america is not the complete paper, > but a citation of it for a conference, afaict) > * > * > > -- > Jonathan Gevaryahu > jgevaryahu(@t)hotmail(d0t)com > jzg22(@t)drexel(d0t)edu > > > * > > Don Y* dgy at DakotaCom.Net > > /Wed Jul 19 21:37:44 CDT 2006 > / > > My only claim to being *possibly* on-topic is the age > > of the article (1974) and the fact that it inspired > > many of the early phoneme-driven speech synthesizers > > (Votrax, etc.). > > Does anyone have access to a suitably good engineering > > library with a copy of: > > McIlroy, M D, "Synthetic English Speech by Rule", > > Bell Telephone Labs, CSTR #14, 1973 (though I have > > also seen it referenced as 1974!) > > or: > > Ainsworth, W A, "A System for Converting English Text > > to Speech", IEEE Trans Audio & Electroacoustics AU-21 #3 > > pp 288-290, 1973 > > The former is far more interesting to me than the > > latter :-( > > (sigh) There are *some* advantages to being a student > > (though those days are long past, in my case!) > > I can try my local public library to see if it is > > available via ILL. I guess I could also try the local > > university's engineering library. > > Thanks! > > --don > > > > > > -- Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn From slawmaster at gmail.com Sun Aug 17 23:48:53 2008 From: slawmaster at gmail.com (John Floren) Date: Mon, 18 Aug 2008 00:48:53 -0400 Subject: OT-ish? McIlroy's "Synthetic English Speech by Rule" In-Reply-To: <48A8D521.7020904@drexel.edu> References: <48A8D521.7020904@drexel.edu> Message-ID: <7d3530220808172148h4b5319e3qea81f80eafca06d3@mail.gmail.com> Replying yet again, a library search lists my university as apparently having every volume of the Bell Systems Technical Journal on microfilm, so if it turns out to have been published there I can fetch it. Matter of fact, I should go check those out anyway... John On Sun, Aug 17, 2008 at 9:49 PM, Jonathan Gevaryahu wrote: > I know this is a 'blast from the past', but did anyone ever find the McIlroy > paper? The McIlroy algorithm both inspired and was in direct competition > with the NRL algorithm. The NRL algorithm was developed by Votrax and the > Naval Research Laboratory, details of which are discussed in another paper > (NTIS ADA0121 929, NRL report 7948) which is available from the national > archives in college park, MD. (I'm planning to get a copy of the latter, but > have no idea how to get a copy of the M. D. McIlroy paper. the version in > the journal of the acoustical society of america is not the complete paper, > but a citation of it for a conference, afaict) > * > * > > -- > Jonathan Gevaryahu > jgevaryahu(@t)hotmail(d0t)com > jzg22(@t)drexel(d0t)edu > > > * > > Don Y* dgy at DakotaCom.Net > > /Wed Jul 19 21:37:44 CDT 2006 > / > > My only claim to being *possibly* on-topic is the age > > of the article (1974) and the fact that it inspired > > many of the early phoneme-driven speech synthesizers > > (Votrax, etc.). > > Does anyone have access to a suitably good engineering > > library with a copy of: > > McIlroy, M D, "Synthetic English Speech by Rule", > > Bell Telephone Labs, CSTR #14, 1973 (though I have > > also seen it referenced as 1974!) > > or: > > Ainsworth, W A, "A System for Converting English Text > > to Speech", IEEE Trans Audio & Electroacoustics AU-21 #3 > > pp 288-290, 1973 > > The former is far more interesting to me than the > > latter :-( > > (sigh) There are *some* advantages to being a student > > (though those days are long past, in my case!) > > I can try my local public library to see if it is > > available via ILL. I guess I could also try the local > > university's engineering library. > > Thanks! > > --don > > > > > > -- Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn From jeff.kaneko at juno.com Mon Aug 18 00:28:29 2008 From: jeff.kaneko at juno.com (jeff.kaneko at juno.com) Date: Mon, 18 Aug 2008 05:28:29 GMT Subject: Who is vintagecomputermuseum? Message-ID: <20080817.222829.11228.0@webmail15.vgs.untd.com> -- Jim Battle wrote: Dave McGuire wrote: > On Aug 17, 2008, at 10:20 AM, Steven Hirsch wrote: >> Just curious if the person who owns this eBay store is a list regular? >> And, more the the point, do they actually get anyone to pay nearly >> $500 for an AT&T PC7300? > > I sold one for $300 last summer. Remember, this whole notion of > classic computers never being worth any actual money is pretty much > restricted to this mailing list. Yeah, and I guess the whole notion of the classic computers hobby being a level playing field was also restricted to this list. Ooops, I guess not even that is true anymore, huh? ____________________________________________________________ Click for online loan, fast & no lender fee, approval today http://thirdpartyoffers.juno.com/TGL2141/fc/Ioyw6i3m3WL623vT1MXViOvoiNjovS5PhFMza2fVdIpuU5ORT6CyRo/ From jeff.kaneko at juno.com Mon Aug 18 01:33:44 2008 From: jeff.kaneko at juno.com (jeff.kaneko at juno.com) Date: Mon, 18 Aug 2008 06:33:44 GMT Subject: looking for Motorola PowerStack manuals, info, Any model Message-ID: <20080817.233344.13571.0@webmail02.vgs.untd.com> -- Steven M Jones wrote: jeff.kaneko at juno.com wrote: >> You'd probably have better luck locating an 88k AViiON. >> Many more were produced, with similar (VME) architecture. >> Documentation is scarce, but if you get the right model, >> there's some good info available. > >Appreciate the suggestion. I already have a few deskside >88k AViiONs buried in storage, Cool! Which model(s)? > several Moto MVME 88100/88110 modules and a chassis >or two, Yep, standard issue . . . >an ADP-badged M8120, The Shoebox! Looks like OpenBSD kinda-sorta works on this one . . . >and one of the OMRON Luna 88k SMP workstations. That last just >popped up on eBay one day so I grabbed it You lucky dog! These are the rarest of the 88k systems (unless you also consider the nearly-mythical 88k NextStation). ISTR a LUNA appeared or E-bay a couple of years ago. Was yours that one? The price was quite high IIRC. . . >-- say, wonder if I can dig that out in time for VCF... Maybe there should be an 88k contingent this go around? Maybe I can bring my 412. . . . Jeff ____________________________________________________________ Live your dreams. Click here to find information on becoming a lawyer. http://thirdpartyoffers.juno.com/TGL2141/fc/Ioyw6i3oFGmeTdIHkCRO7tYZ1uPzwsMTQC37mfCs88k3gdKNTRwT86/ From jeff.kaneko at juno.com Mon Aug 18 01:34:06 2008 From: jeff.kaneko at juno.com (jeff.kaneko at juno.com) Date: Mon, 18 Aug 2008 06:34:06 GMT Subject: looking for Motorola PowerStack manuals, info, Any model Message-ID: <20080817.233406.13571.1@webmail02.vgs.untd.com> -- g-wright at att.net wrote: > I think all of the Power Stack computers by Motorola where >Power PC systems. I have 2 AViiON's here which where 88k. (Of >coarse quit large) SO, which AViiON models do you have? I have a 400 and a 412, with enough parts to build a 530. The 'PowerStack' systems I was thinking of looks like this: http://www.corestore.org/powerstack.jpg It looks kinda like a series 900, but not quite exact. Never seen one IRL. ____________________________________________________________ Free quote and debt consolidation information. Click Here. http://thirdpartyoffers.juno.com/TGL2141/fc/Ioyw6i3m2Xh79qfbH31rKOFSMlAirCshOY5jtAMIcXJghUp3iovv4q/ From mouse at Rodents-Montreal.ORG Sun Aug 17 01:00:02 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Sun, 17 Aug 2008 02:00:02 -0400 (EDT) Subject: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: <48A6953E.1090500@gjcp.net> References: <48A6953E.1090500@gjcp.net> Message-ID: <200808170601.CAA11392@Sparkle.Rodents-Montreal.ORG> >> Speaking of the PC-04 Paper Tape Reader/Punch, I have one for my PDP >> 8/e system, but one of the ten phototransistors in the monolithic >> array is shorted, making it pretty useless for reading tapes. > Read the tape, flip it upside down, read it again, flip the bits, > merge. I'm moderately sure that the paper tape I used back when I had a PDP-8 was not symmetric in the way needed here - the line of feed/timing holes was not on the centreline of the tape. /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From snhirsch at gmail.com Sun Aug 17 09:08:31 2008 From: snhirsch at gmail.com (Steven Hirsch) Date: Sun, 17 Aug 2008 10:08:31 -0400 (EDT) Subject: Aztec C museum... In-Reply-To: <48A7CAD3.6030905@jetnet.ab.ca> References: <3E8E99AE-F238-45E8-AB41-347FDC487FC0@xlisper.com> <6.2.3.4.2.20080815201149.06bf4590@mail.threedee.com> <48A7CAD3.6030905@jetnet.ab.ca> Message-ID: On Sun, 17 Aug 2008, bfranchuk at jetnet.ab.ca wrote: > Steven Hirsch wrote: >> >> Sad part is, I'll almost guarantee that one of their past employees has it >> sitting on a tape or pile of 8" floppies in their basement. >> > I am tempted to add, "disgruntled employee" instead, There's that as well. -- From snhirsch at gmail.com Sun Aug 17 09:10:41 2008 From: snhirsch at gmail.com (Steven Hirsch) Date: Sun, 17 Aug 2008 10:10:41 -0400 (EDT) Subject: HP64000 System, Books, Software available In-Reply-To: <200808041223.30999.rtellason@verizon.net> References: <200808041223.30999.rtellason@verizon.net> Message-ID: On Mon, 4 Aug 2008, Roy J. Tellason wrote: > On Sunday 03 August 2008 15:39, Steven Hirsch wrote: > (Snip) >> I won't even consider shipping it, you will need to pick it up in >> Burlington, VT and must take everything with you. >> >> Note that I haven't mentioned price. That's because there isn't any. >> Terms are simple: Free to the first person who makes arrangements with me >> for pickup and appears at my door. > > *sigh* > > Wishing my truck would get done at the body shop and that I had a bunch of > spare cash to go and get this thing... > > Sounds pretty nifty, for sure! :-) I have someone driving up next weekend to pickup the lot. Steve -- From snhirsch at gmail.com Sun Aug 17 09:20:33 2008 From: snhirsch at gmail.com (Steven Hirsch) Date: Sun, 17 Aug 2008 10:20:33 -0400 (EDT) Subject: Who is vintagecomputermuseum? Message-ID: Just curious if the person who owns this eBay store is a list regular? And, more the the point, do they actually get anyone to pay nearly $500 for an AT&T PC7300? -- From chrism3667 at yahoo.com Sun Aug 17 13:46:34 2008 From: chrism3667 at yahoo.com (Chris M) Date: Sun, 17 Aug 2008 11:46:34 -0700 (PDT) Subject: Keytronic RS232 keyboard In-Reply-To: <48A6ED5D.1000802@brutman.com> Message-ID: <825314.89697.qm@web65503.mail.ac4.yahoo.com> furthermore, are there generic drivers out there for a ps/2 k/b w/a serial adapter? --- On Sat, 8/16/08, Michael B. Brutman wrote: > From: Michael B. Brutman > Subject: Keytronic RS232 keyboard > To: "On-Topic and Off-Topic Posts" > Date: Saturday, August 16, 2008, 11:08 AM > There was a thread on this keyboard a little while ago. The > keyboard > looked so interesting that I bought one for no reason, > other than > curiosity. ;-0 > > Now what? Does anybody have a pinout and tech specs for > this? Should > it be just as easy as getting the right serial parms, > making a cable, > and connecting it to a serial port? > > > Mike From snhirsch at gmail.com Sun Aug 17 17:35:02 2008 From: snhirsch at gmail.com (Steven Hirsch) Date: Sun, 17 Aug 2008 18:35:02 -0400 (EDT) Subject: Who is vintagecomputermuseum? In-Reply-To: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> Message-ID: On Sun, 17 Aug 2008, Dave McGuire wrote: > On Aug 17, 2008, at 10:20 AM, Steven Hirsch wrote: >> Just curious if the person who owns this eBay store is a list regular? And, >> more the the point, do they actually get anyone to pay nearly $500 for an >> AT&T PC7300? > > I sold one for $300 last summer. Remember, this whole notion of classic > computers never being worth any actual money is pretty much restricted to > this mailing list. Yow. I have one new in the original box. Pristine condition except for the CRT swivel being cracked in shipment (should super-glue together with a barely-noticable line). Even have the software and books still in the shrink-wrap. I can probably retire comfortably on the proceeds :-). Not sure how to feel about the escalating prices on this stuff. On one hand it's nice to see the interest, on the other it's really killing off classic computer collecting as a hobby. Steve -- From mouse at Rodents-Montreal.ORG Sun Aug 17 18:30:41 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Sun, 17 Aug 2008 19:30:41 -0400 (EDT) Subject: Power control connectors for BA4xx boxes?? In-Reply-To: <48A89772.6090709@dunnington.plus.com> References: <000401c90087$25a70ea0$cb01010a@Rhyme> <48A89772.6090709@dunnington.plus.com> Message-ID: <200808172332.TAA22865@Sparkle.Rodents-Montreal.ORG> >> Can anyone identify the power control connectors used on the H7874 >> power supplies in the DEC BA4xx boxes? > The plugs are called 2x3LNL or 2x3 L-N-L ("Latch-N-Lok") plugs, and > are sometimes used on powered USB cables (which is what they're > designed for). You're saying USB predates the H7874? Either USB is a _lot_ older than I ever thought, or I'm totally wacked out about what the DEC kit being discussed here is.... /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From pete at dunnington.plus.com Mon Aug 18 02:38:22 2008 From: pete at dunnington.plus.com (Pete Turnbull) Date: Mon, 18 Aug 2008 08:38:22 +0100 Subject: Power control connectors for BA4xx boxes?? In-Reply-To: <200808172332.TAA22865@Sparkle.Rodents-Montreal.ORG> References: <000401c90087$25a70ea0$cb01010a@Rhyme> <48A89772.6090709@dunnington.plus.com> <200808172332.TAA22865@Sparkle.Rodents-Montreal.ORG> Message-ID: <48A926EE.806@dunnington.plus.com> On 18/08/2008 00:30, der Mouse wrote: >>> Can anyone identify the power control connectors used on the H7874 >>> power supplies in the DEC BA4xx boxes? >> The plugs are called 2x3LNL or 2x3 L-N-L ("Latch-N-Lok") plugs, and >> are sometimes used on powered USB cables (which is what they're >> designed for). > > You're saying USB predates the H7874? Either USB is a _lot_ older than > I ever thought, or I'm totally wacked out about what the DEC kit being > discussed here is.... No, of course not :-) But powered USB cables that use those plugs are about the only use for them now, and the designers/manufacturers actually describe the current types as being designed for powered USB. -- Pete Peter Turnbull Network Manager University of York From classiccmp at crash.com Mon Aug 18 03:33:57 2008 From: classiccmp at crash.com (Steven M Jones) Date: Mon, 18 Aug 2008 01:33:57 -0700 Subject: 88k systems, was Re: PowerStack manuals, info In-Reply-To: <20080817.233344.13571.0@webmail02.vgs.untd.com> References: <20080817.233344.13571.0@webmail02.vgs.untd.com> Message-ID: <48A933F5.5050600@crash.com> jeff.kaneko at juno.com wrote: > > -- Steven M Jones wrote: >> Appreciate the suggestion. I already have a few deskside >> 88k AViiONs buried in storage, > > Cool! Which model(s)? Something like a 4300 or two, a pair of AV530 at least one of which has dual CPUs, and an AV5500 (I think) deskside unit with at least one 88110 complex. I'm sure that by the time I get them out of storage all the NVRAM batteries will have died, and the machines may be useless at that point. IIRC r. bear stricklin was collecting an archive of EEPROM/NVRAM images and I sent one or two in, hopefully that archive will be available if and when... >> an ADP-badged M8120, > > The Shoebox! Looks like OpenBSD kinda-sorta works on this > one . . . Yeah, from what I can see at m88k.org and badabada.com it's supported. I got the main unit and a peripheral box, but the front plastic panels had been broken off of both units. >> and one of the OMRON Luna 88k SMP workstations. That last just >> popped up on eBay one day so I grabbed it > > You lucky dog! These are the rarest of the 88k systems (unless > you also consider the nearly-mythical 88k NextStation). I was fortunate, it was more than five years ago now, and it cost me under $150 shipped and insured. Sorry to brag, but don't worry -- I've burned many tens of thousands of dollars on poor car purchases so fate has made sure I'm not ahead of the game overall. > ISTR a LUNA appeared or E-bay a couple of years ago. Was yours that > one? I haven't noticed any other LUNA's of any flavor on eBay. But in the interest of making mortgage payments I try not to look very often... --S. From ethan.dicks at usap.gov Mon Aug 18 03:47:16 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Mon, 18 Aug 2008 08:47:16 +0000 Subject: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: <200808170601.CAA11392@Sparkle.Rodents-Montreal.ORG> References: <48A6953E.1090500@gjcp.net> <200808170601.CAA11392@Sparkle.Rodents-Montreal.ORG> Message-ID: <20080818084716.GA32669@usap.gov> On Sun, Aug 17, 2008 at 02:00:02AM -0400, der Mouse wrote: > >> Speaking of the PC-04 Paper Tape Reader/Punch, I have one for my PDP > >> 8/e system, but one of the ten phototransistors in the monolithic > >> array is shorted, making it pretty useless for reading tapes. > > Read the tape, flip it upside down, read it again, flip the bits, > > merge. > > I'm moderately sure that the paper tape I used back when I had a PDP-8 > was not symmetric in the way needed here - the line of feed/timing > holes was not on the centreline of the tape. You are remembering correctly - they are not. *But*, you could read the tape one way, flip it _and_ read it backwards. Syncing up the two passes is just an exercise for the student ;-) Personally, my PC04 is the primary load device for one of my PDP-8/Ls. I'd be hurting if I lost a phototransistor - the SMT idea sounds handy. What I'm more worried about is a spare bulb - It's a "festoon" bulb (the kind commonly used for older automobile dome lights - it looks like a large AGC-type glass fuse, with an axial filament), but trying to cross it with a modern one from Osram or others has drawn a blank for me. Has anyone found a modern substitute? -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 18-Aug-2008 at 08:40 Z South Pole Station PSC 468 Box 400 Temp -81.8 F (-63.2 C) Windchill -126.1 F (-87.8 C) APO AP 96598 Wind 14.6 kts Grid 31 Barometer 668.9 mb (11050 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From alexandre-listas at e-secure.com.br Mon Aug 18 08:45:06 2008 From: alexandre-listas at e-secure.com.br (Alexandre Souza) Date: Mon, 18 Aug 2008 10:45:06 -0300 Subject: Batteries. Was: Re: 88k systems, was Re: PowerStack manuals, info References: <20080817.233344.13571.0@webmail02.vgs.untd.com> <48A933F5.5050600@crash.com> Message-ID: <180a01c90139$6784a640$0102a8c0@portajara> > complex. I'm sure that by the time I get them out of storage all the NVRAM > batteries will have died, and the machines may be useless at that It is always good to remember: Batteries leak, and corrodes PCBs. Remember to pull the batteries of your equipment before going to storage. If you have anything who uses rechargeable (and sometimes not rechargeable) batteries on storage, TAKE IT NOW and clip off the battery :o) Greetz :o) Alexandre From Paul_Koning at Dell.com Mon Aug 18 09:18:17 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Mon, 18 Aug 2008 10:18:17 -0400 Subject: What font is the DEC logo? References: <005001c900d3$41da1300$f750f945@evan> <48A8DB47.6080009@brouhaha.com> Message-ID: <18601.33961.620845.186020@gargle.gargle.HOWL> >>>>> "Eric" == Eric Smith writes: Eric> Evan Koblentz wrote: >> Does anyone happen to know which font(s) best replicate the DEC >> logo, such as this: >> http://www.vaxination.ca/vms/alpha/digital_556.jpg ...? Eric> There isn't ANY standard font that is very close to it; the Eric> letters were originally hand drawn. History and a Postscript Eric> font of the logo can be found here: Eric> http://nedbatchelder.com/blog/200712/ancient_history_the_digital_logo.html I remember that one. That's the original logo, not the Bob Palmer maroon logo. (Bob wasted lots of money redoing "the look" -- basically it amounted changing the dots on the i from square to round and changing the color. No wonder DEC went under not long after.) paul From mtapley at swri.edu Mon Aug 18 09:28:55 2008 From: mtapley at swri.edu (Mark Tapley) Date: Mon, 18 Aug 2008 09:28:55 -0500 Subject: Mac unices manuals Message-ID: All, A couple of things I have but don't have time to fool with: User's Reference Manual only :-( for Tenon Mach-Ten Unix for Macintosh. also the box for the media, but *no media*. A/UX Essentials Manual only for Apple A/UX X/11 Reference for A/UX X/11 User's Guide for A/UX Apple MacX (User's Guide Supplement for A/UX (2 copies) X-11 for A/UX and MacX install disks (3.5" floppies) I'd like to get shipping + 25% or so; I'm in Zip 78254. Also still looking to divest myself of many many reels of 9-track tape. Suggestions welcome as to a better venue for this kind of announcement, but I'm not a big fan of eBay. Contact by email preferred, cellphone below is also OK. -- - Mark 210-379-4635 ----------------------------------------------------------------------- Large Asteroids headed toward planets inhabited by beings that don't have technology adequate to stop them: Think of it as Evolution in Fast-Forward. From mtapley at swri.edu Mon Aug 18 09:26:12 2008 From: mtapley at swri.edu (Mark Tapley) Date: Mon, 18 Aug 2008 09:26:12 -0500 Subject: AT&T 7300/3B1's (was: Re: Who is vintagecomputermuseum?) In-Reply-To: <200808180105.m7I158KH093623@dewey.classiccmp.org> References: <200808180105.m7I158KH093623@dewey.classiccmp.org> Message-ID: At 20:05 -0500 8/17/08, Dave wrote: > I have to agree there. And $500 for a 7300 is a tad on the high >side. I had three of them (two 3B1s and a 7300) and reluctantly >parted with one. I became much less reluctant when the guy offered >me $300. The first machine is one I will keep even if the prices go >sky high, as it was given to me years ago by a classiccmp member (hi >Mark!), although for the life of me I have no clue where the mouse went. > > Does anyone have disk images of the 7300/3B1 OS distribution? Hi Dave, but IIRC, I just put you in contact with Robert, who gave you one of his. Though he got some of his from me, so it may have been indirectly one of my machines... If it were mine, and I'd given it to you, I'd have no objection to your selling it for as much as you can possibly get for it. My theory is, the more value it acquires (by somebody paying for it) the less likely it will be to get scrapped, hence the more likely it'll be to be preserved. On the other hand, I *know* you are a knowledgeable collector and know which end of the soldering iron gets hot without having to grab it, so I'm happy it's in your hands. One reason for me to take this philosophy is that I don't have time to do myself the things I'd really like to do with my collection - like imaging floppies! I have 'em, but not imaged. They are in climate-controlled storage - that's the best I can say for myself. I'll hunt for mice. I don't think I kept a spare, but if I did, I'll let you know. -- - Mark 210-379-4635 ----------------------------------------------------------------------- Large Asteroids headed toward planets inhabited by beings that don't have technology adequate to stop them: Think of it as Evolution in Fast-Forward. From mcguire at neurotica.com Mon Aug 18 10:25:31 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Mon, 18 Aug 2008 11:25:31 -0400 Subject: Who is vintagecomputermuseum? In-Reply-To: <48A8E29F.7080605@oldskool.org> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <48A8E29F.7080605@oldskool.org> Message-ID: On Aug 17, 2008, at 10:46 PM, Jim Leonard wrote: >>> Just curious if the person who owns this eBay store is a list >>> regular? And, more the the point, do they actually get anyone to >>> pay nearly $500 for an AT&T PC7300? >> I sold one for $300 last summer. Remember, this whole notion of >> classic computers never being worth any actual money is pretty >> much restricted to this mailing list. > > I know they're worth money, but where do you find buyers? I'd like > to offload some of my nice semi-rare stuff (XT-286, etc.) but hell > if I can find a buyer. How did you sell yours (ebay?) and how did > the buyer find you? I was selling something unrelated on eBay, and the buyer asked me if I had any other interesting stuff available. He bought a few things from me. It was a bit of a fluke, but that does happen every so often. I sold one of my Crays on eBay recently (I'll be delivering it to Wisconsin this week), and in another similar situation, the buyer of that system is also getting a PDP-8/e from me. -Dave -- Dave McGuire Port Charlotte, FL From mcguire at neurotica.com Mon Aug 18 10:28:07 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Mon, 18 Aug 2008 11:28:07 -0400 Subject: Who is vintagecomputermuseum? In-Reply-To: References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> Message-ID: <58D6406D-841B-4D60-8712-8C56E567520D@neurotica.com> On Aug 17, 2008, at 6:35 PM, Steven Hirsch wrote: > Not sure how to feel about the escalating prices on this stuff. On > one hand it's nice to see the interest, on the other it's really > killing off classic computer collecting as a hobby. Oh that is SO not true. I'm as broke as they come right now (see my other message) and I'm doing just fine with my classic computers...even getting a few more lately. A Ford Model T will go for quite a little pile of money, being important to the history of automobiles. Automobiles only revolutionized transportation, while computers have revolutionized EVERYTHING...Why is it reasonable to expect that they'll always be available for free? -Dave -- Dave McGuire Port Charlotte, FL From mcguire at neurotica.com Mon Aug 18 10:31:22 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Mon, 18 Aug 2008 11:31:22 -0400 Subject: Who is vintagecomputermuseum? In-Reply-To: <20080817.222829.11228.0@webmail15.vgs.untd.com> References: <20080817.222829.11228.0@webmail15.vgs.untd.com> Message-ID: <2BE875A2-8993-4D81-8EEA-C8D39B36E974@neurotica.com> On Aug 18, 2008, at 5:28 AM, jeff.kaneko at juno.com wrote: >>> Just curious if the person who owns this eBay store is a list >>> regular? >>> And, more the the point, do they actually get anyone to pay nearly >>> $500 for an AT&T PC7300? >> >> I sold one for $300 last summer. Remember, this whole notion of >> classic computers never being worth any actual money is pretty much >> restricted to this mailing list. > > Yeah, and I guess the whole notion of the classic computers hobby > being a level playing field was also restricted to this list. > Ooops, I guess not even that is true anymore, huh? Does anyone seriously believe that there's ANY hobby that's always free? And another thing. I'm flat broke, have had no work for months, and am weeks away from becoming yet another foreclosure statistic in America, Inc...and even in that situation, I'm having absolutely no trouble pursuing the classic computers hobby. Just last week, with the help of a list member, I adopted a complete, pristine IBM System/ 36 system. (story and pics coming soon) Sure, I could whine that I'm dying to get my hands on a PDP-8/a (which I am, for personal reasons) but every time they show up on eBay, they go for more than I can afford to spend. I just don't think it makes any sense to wish something was available for free simply because I want it. -Dave -- Dave McGuire Port Charlotte, FL From bob at jfcl.com Mon Aug 18 10:32:53 2008 From: bob at jfcl.com (Robert Armstrong) Date: Mon, 18 Aug 2008 08:32:53 -0700 Subject: Power control connectors for BA4xx boxes?? In-Reply-To: <48A926EE.806@dunnington.plus.com> Message-ID: <002501c90147$aea207d0$cb01010a@Rhyme> > Pete Turnbull wrote: > No, of course not :-) But powered USB cables that use those plugs are > about the only use for them now, and the designers/manufacturers > actually describe the current types as being designed for powered USB. All USB is powered by definition, and the connectors are fixed by the USB-IF, www.usb.org. I'm thinking you mean UTP, as in 10base-T networks? In any event, thanks for the pointers to the cables. Bob From geneb at deltasoft.com Mon Aug 18 10:43:45 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Mon, 18 Aug 2008 08:43:45 -0700 (PDT) Subject: only here.... In-Reply-To: References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <48A8E29F.7080605@oldskool.org> Message-ID: > I sold one of my Crays on eBay recently (I'll be delivering it to Wisconsin Only here could such a statement not only be made, but taken in complete stride. I love this place. *laughs* g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From pete at dunnington.plus.com Mon Aug 18 10:55:40 2008 From: pete at dunnington.plus.com (Pete Turnbull) Date: Mon, 18 Aug 2008 16:55:40 +0100 Subject: Power control connectors for BA4xx boxes?? In-Reply-To: <002501c90147$aea207d0$cb01010a@Rhyme> References: <002501c90147$aea207d0$cb01010a@Rhyme> Message-ID: <48A99B7C.9020304@dunnington.plus.com> On 18/08/2008 16:32, Robert Armstrong wrote: >> Pete Turnbull wrote: >> No, of course not :-) But powered USB cables that use those plugs are >> about the only use for them now, and the designers/manufacturers >> actually describe the current types as being designed for powered USB. > > All USB is powered by definition, and the connectors are fixed by the > USB-IF, www.usb.org. > > I'm thinking you mean UTP, as in 10base-T networks? > > In any event, thanks for the pointers to the cables. No, powered USB. Go look it up :-) It is a way of allowing more power to the device(s), by using extra wires to carry 5V, 12V or 24V at up to 6A. Power-over-Ethernet, or PoE, is quite different -- it carries phantom power at 48V. -- Pete Peter Turnbull Network Manager University of York From jules.richardson99 at gmail.com Mon Aug 18 11:04:45 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Mon, 18 Aug 2008 11:04:45 -0500 Subject: Who is vintagecomputermuseum? In-Reply-To: References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <48A8E29F.7080605@oldskool.org> Message-ID: <48A99D9D.8040307@gmail.com> Dave McGuire wrote: > I sold one of my Crays on eBay recently (I'll be delivering it to > Wisconsin this week), and in another similar situation, the buyer of > that system is also getting a PDP-8/e from me. Is that going to the Chippewa Falls museum? I think that museum - despite being 300 miles away - is the closest thing to vintage computing around me. At some point I'll just hop in a car and drive there for a visit... cheers Jules From mike at brickfieldspark.org Mon Aug 18 11:23:29 2008 From: mike at brickfieldspark.org (Mike Hatch) Date: Mon, 18 Aug 2008 17:23:29 +0100 Subject: [personal] Re: WTB: DEC PC04 Paper Tape Reader/Punch References: <48A6953E.1090500@gjcp.net><200808170601.CAA11392@Sparkle.Rodents-Montreal.ORG> <20080818084716.GA32669@usap.gov> Message-ID: <001901c9014e$c06ebf10$961ca8c0@mss.local> > What I'm more worried about is a spare bulb - It's a "festoon" bulb That style lamp is still readily available over here (UK) as a car spare used usually for number plate lights, my Fiat uses them. What's the voltage ?, the available type are obviously 12V. I have a paper tape sensor head taken off a reader for an SDS9300 system, 8 track (5 sprocket 3), if its of any use. Best regards, Mike Hatch Web - www.soemtron.org Email - mike at soemtron.org Looking for a PDP-7 (some hope!) ----- Original Message ----- From: "Ethan Dicks" To: "General Discussion: On-Topic and Off-Topic Posts" Sent: Monday, August 18, 2008 9:47 AM Subject: [personal] Re: WTB: DEC PC04 Paper Tape Reader/Punch > On Sun, Aug 17, 2008 at 02:00:02AM -0400, der Mouse wrote: >> >> Speaking of the PC-04 Paper Tape Reader/Punch, I have one for my PDP >> >> 8/e system, but one of the ten phototransistors in the monolithic >> >> array is shorted, making it pretty useless for reading tapes. >> > Read the tape, flip it upside down, read it again, flip the bits, >> > merge. >> >> I'm moderately sure that the paper tape I used back when I had a PDP-8 >> was not symmetric in the way needed here - the line of feed/timing >> holes was not on the centreline of the tape. > > You are remembering correctly - they are not. > > *But*, you could read the tape one way, flip it _and_ read it backwards. > Syncing up the two passes is just an exercise for the student ;-) > > Personally, my PC04 is the primary load device for one of my PDP-8/Ls. > I'd be hurting if I lost a phototransistor - the SMT idea sounds handy. > > What I'm more worried about is a spare bulb - It's a "festoon" bulb > (the kind commonly used for older automobile dome lights - it looks > like a large AGC-type glass fuse, with an axial filament), but trying > to cross it with a modern one from Osram or others has drawn a blank > for me. Has anyone found a modern substitute? > > -ethan > > > -- > Ethan Dicks, A-333-S Current South Pole Weather at 18-Aug-2008 at > 08:40 Z > South Pole Station > PSC 468 Box 400 Temp -81.8 F (-63.2 C) Windchill -126.1 F (-87.8 > C) > APO AP 96598 Wind 14.6 kts Grid 31 Barometer 668.9 mb (11050 > ft) > > Ethan.Dicks at usap.gov > http://penguincentral.com/penguincentral.html > > From bob at jfcl.com Mon Aug 18 12:06:21 2008 From: bob at jfcl.com (Bob Armstrong) Date: Mon, 18 Aug 2008 10:06:21 -0700 Subject: Power control connectors for BA4xx boxes?? In-Reply-To: <48A99B7C.9020304@dunnington.plus.com> References: <002501c90147$aea207d0$cb01010a@Rhyme> <48A99B7C.9020304@dunnington.plus.com> Message-ID: <001501c90154$bcdc88e0$36959aa0$@com> >Pete wrote: >No, powered USB. Go look it up :-) I stand corrected - http://www.poweredusb.org/ Well, how about that :-) Bob From cclist at sydex.com Mon Aug 18 12:33:40 2008 From: cclist at sydex.com (Chuck Guzis) Date: Mon, 18 Aug 2008 10:33:40 -0700 Subject: Power control connectors for BA4xx boxes?? In-Reply-To: <001501c90154$bcdc88e0$36959aa0$@com> References: <002501c90147$aea207d0$cb01010a@Rhyme>, <48A99B7C.9020304@dunnington.plus.com>, <001501c90154$bcdc88e0$36959aa0$@com> Message-ID: <48A95004.32059.58D0B29@cclist.sydex.com> http://www.poweredusb.org/ Good grief, not another LNL connector! I despise those things something awful. Stupid locking tabs that eventually get brittle and break off. It might have worked okay for telephones (I'm not convinced of that entirely), but for frequently-connected and dis- connected USB devices? [groan] I assume that it's done that way for one reason--because it's cheap. Cheers, Chuck From mikelee at tdh.com Mon Aug 18 12:43:03 2008 From: mikelee at tdh.com (Michael Lee) Date: Mon, 18 Aug 2008 12:43:03 -0500 Subject: looking for Motorola PowerStack manuals, info, Any model In-Reply-To: <081520082202.15659.48A5FD0B0000B54D00003D2B22243429029B0A02D29B9B0EBF9B0809079D99D309@att.net> References: <081520082202.15659.48A5FD0B0000B54D00003D2B22243429029B0A02D29B9B0EBF9B0809079D99D309@att.net> Message-ID: <48A9B4A7.8030608@tdh.com> So, been reading the thread on the PowerStack and not sure what the different models are. I recently acquired a couple of the "Motorola PowerStack which supposedly runs a flavor of NT and AIX. The only information I found was they are PPC604 (or around there) models. What is the 88k? How uncommon are these systems? The ones I got were from an ex-Motorola employee who "rescued" them years ago from the HQ. The only information I have is what he has shared with me, as there is very little information online. They aren't that old, and debatable vintage at this point, but was interesting enough to add to the collection. Are there any online resources for these? Mike g-wright at att.net wrote: > Hi, > I have been looking for a long time and it seems these are > not easy to find ??? > > - Jerry > > Jerry Wright > JLC inc > g-wright at att.net > > > > From vrs at msn.com Mon Aug 18 12:55:14 2008 From: vrs at msn.com (Vincent Slyngstad) Date: Mon, 18 Aug 2008 10:55:14 -0700 Subject: WTB: DEC PC04 Paper Tape Reader/Punch References: <48A6953E.1090500@gjcp.net><200808170601.CAA11392@Sparkle.Rodents-Montreal.ORG> <20080818084716.GA32669@usap.gov> Message-ID: From: "Ethan Dicks" > *But*, you could read the tape one way, flip it _and_ read it backwards. > Syncing up the two passes is just an exercise for the student ;-) Alas, that wouldn't help with the bad phototransistor. > Personally, my PC04 is the primary load device for one of my PDP-8/Ls. > I'd be hurting if I lost a phototransistor - the SMT idea sounds handy. It sounds interesting to me too. Are there detailed specs for the phototransistor array, or would I have to take my PC04 apart and measure everything? Some PC04 seem to need 10 phototransistors, while others leave the tenth phototransistor unconnected. I haven't looked at how hard it would be to convert the former to the latter. I suspect the sprocket sensor could be made to sense the out-of-tape condition, since the out-of-tape detection is based on requiring a pulse train. > What I'm more worried about is a spare bulb - It's a "festoon" bulb > (the kind commonly used for older automobile dome lights - it looks > like a large AGC-type glass fuse, with an axial filament), but trying > to cross it with a modern one from Osram or others has drawn a blank > for me. Has anyone found a modern substitute? Well, there's this sort of thing: http://www.ledtronics.com/ds/fes001/ The tricky part for these seems to be getting ones that will work well on 5V. Isn't it basically exactly an old-school 6V automotive dome light? I wasn't able to find a part number for the original, so I don't know the original dimensions, either. There seem to be at least a couple of common lengths. Curious that the documentation doesn't suggest stocking a replacement, or even tell you what part to use. If it's DEC part number 12-04903, then that's available here: http://www.atlantalightbulbs.com/ecart/nw012104/PHILIPS6411LAMP10W12V.htm Vince From jos.mar at bluewin.ch Mon Aug 18 13:21:01 2008 From: jos.mar at bluewin.ch (Jos Dreesen / Marian Capel) Date: Mon, 18 Aug 2008 20:21:01 +0200 Subject: hp85 belts : any source in Europe ? Message-ID: <48A9BD8D.1050200@bluewin.ch> A local auctionsite yielded me a dead hp85 for 1$. The error was quickly identified : the internal flatcables were badly aligned and shorted out several lines. The machine is now functional, but still suffers from bad contacts. I might resolve to soldering some wires instead of the offending flatcables. Of course tapedrive and printer need to be rebuild : any source for small quantities of these belts in Europe ? Jos Dreesen From cclist at sydex.com Mon Aug 18 13:07:09 2008 From: cclist at sydex.com (Chuck Guzis) Date: Mon, 18 Aug 2008 11:07:09 -0700 Subject: OT: Pushing pins In-Reply-To: <825314.89697.qm@web65503.mail.ac4.yahoo.com> References: <48A6ED5D.1000802@brutman.com>, <825314.89697.qm@web65503.mail.ac4.yahoo.com> Message-ID: <48A957DD.6803.5ABB3E8@cclist.sydex.com> Just wondering if anyone's found a decent tool for pushing wire-wrap socket pins out of (thick) 1/8" prototyping board. A wire-wrap tool bit is too large to get the pin pushed out far enough. Before I hie myself off to my lathe to make something, I was wondering if there was anything available off-the shelf. Cheers, Chuck From aek at bitsavers.org Mon Aug 18 13:46:54 2008 From: aek at bitsavers.org (Al Kossow) Date: Mon, 18 Aug 2008 11:46:54 -0700 Subject: OT: Pushing pins Message-ID: <48A9C39E.9060901@bitsavers.org> > Just wondering if anyone's found a decent tool for pushing wire-wrap > socket pins out of (thick) 1/8" prototyping board. I made something a LONG time ago by drilling a hole into the end of a center punch. From hp-fix at xs4all.nl Mon Aug 18 14:11:07 2008 From: hp-fix at xs4all.nl (Rik Bos) Date: Mon, 18 Aug 2008 21:11:07 +0200 Subject: hp85 belts : any source in Europe ? In-Reply-To: <48A9BD8D.1050200@bluewin.ch> References: <48A9BD8D.1050200@bluewin.ch> Message-ID: Jos, Als je off-list contact met me opneemt help ik je verder. Gr. Rik -----Oorspronkelijk bericht----- Van: cctalk-bounces at classiccmp.org [mailto:cctalk-bounces at classiccmp.org] Namens Jos Dreesen / Marian Capel Verzonden: maandag 18 augustus 2008 20:21 Aan: General Discussion: On-Topic and Off-Topic Posts Onderwerp: hp85 belts : any source in Europe ? A local auctionsite yielded me a dead hp85 for 1$. The error was quickly identified : the internal flatcables were badly aligned and shorted out several lines. The machine is now functional, but still suffers from bad contacts. I might resolve to soldering some wires instead of the offending flatcables. Of course tapedrive and printer need to be rebuild : any source for small quantities of these belts in Europe ? Jos Dreesen No virus found in this incoming message. Checked by AVG - http://www.avg.com Version: 8.0.138 / Virus Database: 270.6.4/1617 - Release Date: 17-8-2008 12:58 From korpela at ssl.berkeley.edu Mon Aug 18 14:13:41 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Mon, 18 Aug 2008 12:13:41 -0700 Subject: Who is vintagecomputermuseum? In-Reply-To: <67EDD4B0-94A6-4911-8FFF-F163AEF4DAAC@neurotica.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <200808172021.m7HKLLlc031508@yagi.h-net.msu.edu> <67EDD4B0-94A6-4911-8FFF-F163AEF4DAAC@neurotica.com> Message-ID: On Sun, Aug 17, 2008 at 5:22 PM, Dave McGuire wrote: > Does anyone have disk images of the 7300/3B1 OS distribution? I have the disks themselves, but haven't gotten around to imaging them. Eric From korpela at ssl.berkeley.edu Mon Aug 18 14:13:41 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Mon, 18 Aug 2008 12:13:41 -0700 Subject: Who is vintagecomputermuseum? In-Reply-To: <67EDD4B0-94A6-4911-8FFF-F163AEF4DAAC@neurotica.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <200808172021.m7HKLLlc031508@yagi.h-net.msu.edu> <67EDD4B0-94A6-4911-8FFF-F163AEF4DAAC@neurotica.com> Message-ID: On Sun, Aug 17, 2008 at 5:22 PM, Dave McGuire wrote: > Does anyone have disk images of the 7300/3B1 OS distribution? I have the disks themselves, but haven't gotten around to imaging them. Eric From eric at brouhaha.com Mon Aug 18 14:39:42 2008 From: eric at brouhaha.com (Eric Smith) Date: Mon, 18 Aug 2008 12:39:42 -0700 Subject: What font is the DEC logo? In-Reply-To: <18601.33961.620845.186020@gargle.gargle.HOWL> References: <005001c900d3$41da1300$f750f945@evan> <48A8DB47.6080009@brouhaha.com> <18601.33961.620845.186020@gargle.gargle.HOWL> Message-ID: <48A9CFFE.3060907@brouhaha.com> Paul Koning wrote: > That's the original logo, not the Bob Palmer maroon logo. (Bob wasted > lots of money redoing "the look" -- basically it amounted changing the > dots on the i from square to round and changing the color. No wonder > DEC went under not long after.) Palmer had an "interesting" approach to solving DEC's problems. Suppose you have a hangnail. One way to solve it is to chop off your fingertip. Now you're bleeding, so you chop off the finger. Hmmm, still bleeding - better chop off the hand. If you follow this progression, eventually the problem WILL be solved. From eric at brouhaha.com Mon Aug 18 14:42:17 2008 From: eric at brouhaha.com (Eric Smith) Date: Mon, 18 Aug 2008 12:42:17 -0700 Subject: OT: Pushing pins In-Reply-To: <48A957DD.6803.5ABB3E8@cclist.sydex.com> References: <48A6ED5D.1000802@brutman.com>, <825314.89697.qm@web65503.mail.ac4.yahoo.com> <48A957DD.6803.5ABB3E8@cclist.sydex.com> Message-ID: <48A9D099.6080208@brouhaha.com> Chuck Guzis wrote: > Just wondering if anyone's found a decent tool for pushing wire-wrap > socket pins out of (thick) 1/8" prototyping board. A wire-wrap tool > bit is too large to get the pin pushed out far enough. > > Before I hie myself off to my lathe to make something, I was > wondering if there was anything available off-the shelf. I've done that using a length of copper tubing and a hammer. From drb at msu.edu Mon Aug 18 14:48:18 2008 From: drb at msu.edu (Dennis Boone) Date: Mon, 18 Aug 2008 15:48:18 -0400 Subject: Apple //e parallel port card Message-ID: <200808181948.m7IJmIn7032282@yagi.h-net.msu.edu> A local business contacted me to ask if I had a parallel port card (centronics) for an Apple //e. They apparently got "hit" and lost the existing card. Seems they still have an old application they need to keep running for a few more months while they convert to something newer. I'm not an Apple guy, but promised I'd ask around. So, list, anyone have such a card they'd be willing to part with? Presumably they'd be willing to pay something for it. Mid Michigan, though such a card can presumably be mailed without too much pain from nearly anywhere. Thanks, De From Paul_Koning at Dell.com Mon Aug 18 14:52:06 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Mon, 18 Aug 2008 15:52:06 -0400 Subject: What font is the DEC logo? References: <005001c900d3$41da1300$f750f945@evan> <48A8DB47.6080009@brouhaha.com> <18601.33961.620845.186020@gargle.gargle.HOWL> <48A9CFFE.3060907@brouhaha.com> Message-ID: <18601.53990.628806.195450@dionne-us-lap.equallogic.com> >>>>> "Eric" == Eric Smith writes: Eric> Paul Koning wrote: >> That's the original logo, not the Bob Palmer maroon logo. (Bob >> wasted lots of money redoing "the look" -- basically it amounted >> changing the dots on the i from square to round and changing the >> color. No wonder DEC went under not long after.) Eric> Palmer had an "interesting" approach to solving DEC's problems. Eric> Suppose you have a hangnail. One way to solve it is to chop Eric> off your fingertip. Now you're bleeding, so you chop off the Eric> finger. Hmmm, still bleeding - better chop off the hand. If Eric> you follow this progression, eventually the problem WILL be Eric> solved. Indeed. Unfortunately he neglected to apply that procedure to himself. paul From rtellason at verizon.net Mon Aug 18 14:55:57 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Mon, 18 Aug 2008 15:55:57 -0400 Subject: only here.... In-Reply-To: References: Message-ID: <200808181555.57748.rtellason@verizon.net> On Monday 18 August 2008 11:43, Gene Buckle wrote: > > I sold one of my Crays on eBay recently (I'll be delivering it to > > Wisconsin > > Only here could such a statement not only be made, but taken in complete > stride. I love this place. *laughs* Yeah, that one hit me the same way... :-) -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From bfranchuk at jetnet.ab.ca Mon Aug 18 15:11:22 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Mon, 18 Aug 2008 14:11:22 -0600 Subject: What font is the DEC logo? In-Reply-To: <18601.53990.628806.195450@dionne-us-lap.equallogic.com> References: <005001c900d3$41da1300$f750f945@evan> <48A8DB47.6080009@brouhaha.com> <18601.33961.620845.186020@gargle.gargle.HOWL> <48A9CFFE.3060907@brouhaha.com> <18601.53990.628806.195450@dionne-us-lap.equallogic.com> Message-ID: <48A9D76A.9040304@jetnet.ab.ca> Paul Koning wrote: >>>>>> "Eric" == Eric Smith writes: >>>>>> > > Eric> Paul Koning wrote: > >> That's the original logo, not the Bob Palmer maroon logo. (Bob > >> wasted lots of money redoing "the look" -- basically it amounted > >> changing the dots on the i from square to round and changing the > >> color. No wonder DEC went under not long after.) > > Eric> Palmer had an "interesting" approach to solving DEC's problems. > > Eric> Suppose you have a hangnail. One way to solve it is to chop > Eric> off your fingertip. Now you're bleeding, so you chop off the > Eric> finger. Hmmm, still bleeding - better chop off the hand. If > Eric> you follow this progression, eventually the problem WILL be > Eric> solved. > > Indeed. Unfortunately he neglected to apply that procedure to > himself. > Now wait a momment ... there is this headless body walking around .... :) > paul > > > From ard at p850ug1.demon.co.uk Mon Aug 18 15:00:46 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Mon, 18 Aug 2008 21:00:46 +0100 (BST) Subject: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: <20080818084716.GA32669@usap.gov> from "Ethan Dicks" at Aug 18, 8 08:47:16 am Message-ID: > > I'm moderately sure that the paper tape I used back when I had a PDP-8 > > was not symmetric in the way needed here - the line of feed/timing > > holes was not on the centreline of the tape. > > You are remembering correctly - they are not. > > *But*, you could read the tape one way, flip it _and_ read it backwards. > Syncing up the two passes is just an exercise for the student ;-) What possible good can that do? The same tracks line up with the same phototransistors, so if one of the latter is dead you lose the same track both times. > > Personally, my PC04 is the primary load device for one of my PDP-8/Ls. > I'd be hurting if I lost a phototransistor - the SMT idea sounds handy. > > What I'm more worried about is a spare bulb - It's a "festoon" bulb > (the kind commonly used for older automobile dome lights - it looks > like a large AGC-type glass fuse, with an axial filament), but trying > to cross it with a modern one from Osram or others has drawn a blank > for me. Has anyone found a modern substitute? Is it particularly critical? I can't even remember what the voltage is supposed to be, but assuming you can find something of the right voltage and about the same wattage it should work. Now, finding replacement bulbs for an HP2748 is another matter (that reader has an individual 'grain of wheat' bulb for each track, all 10 (8 data tracks, feed track, reference lamp) in series across a 45V supply. -tony From ard at p850ug1.demon.co.uk Mon Aug 18 15:14:04 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Mon, 18 Aug 2008 21:14:04 +0100 (BST) Subject: [personal] Re: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: <001901c9014e$c06ebf10$961ca8c0@mss.local> from "Mike Hatch" at Aug 18, 8 05:23:29 pm Message-ID: > > > What I'm more worried about is a spare bulb - It's a "festoon" bulb > That style lamp is still readily available over here (UK) as a car spare > used usually for number plate lights, my Fiat uses them. > What's the voltage ?, the available type are obviously 12V. Not 'obviosuly'.... Old cars used 6V electrics, lorries, etc use 24V (still, AFAIK). Good car parts shops can often get 6V and 24V bulbs as a result, which are used in classic computers. For example, most of my Trend paper tape readers use a 12V 21W bulb, a very standard car bulb sold everywhere. But at leat one uses a 24V 24W bulb. It took some finding, but a commerical vehicles parts place had it in stock. -tony From aek at bitsavers.org Mon Aug 18 15:43:22 2008 From: aek at bitsavers.org (Al Kossow) Date: Mon, 18 Aug 2008 13:43:22 -0700 Subject: M88k info Message-ID: <48A9DEEA.7060503@bitsavers.org> http://badabada.org/ has a nice overview From aek at bitsavers.org Mon Aug 18 15:52:00 2008 From: aek at bitsavers.org (Al Kossow) Date: Mon, 18 Aug 2008 13:52:00 -0700 Subject: powerstack photos Message-ID: <48A9E0F0.6040603@bitsavers.org> http://www.schrotthal.de/motorola/ also, the docs are still on line, if you can figure out what the file names are under https://mcg.motorola.com/us/products/docs/pdf/ The product line has been taken over by Emerson From cclist at sydex.com Mon Aug 18 15:53:29 2008 From: cclist at sydex.com (Chuck Guzis) Date: Mon, 18 Aug 2008 13:53:29 -0700 Subject: OT: Pushing pins In-Reply-To: <48A9D099.6080208@brouhaha.com> References: <48A6ED5D.1000802@brutman.com>, <48A957DD.6803.5ABB3E8@cclist.sydex.com>, <48A9D099.6080208@brouhaha.com> Message-ID: <48A97ED9.26039.643FCAC@cclist.sydex.com> On 18 Aug 2008 at 12:42, Eric Smith wrote: > I've done that using a length of copper tubing and a hammer. Through 1/8" PCB? It's easy enough to that with 1/16" stuff, as there's quite a bit of the "collar" that protrudes, but there's scarcely anything at all sticking through with the thick board. That tubing must have been tiny and thinwall. Cheers, Chuck From gordonjcp at gjcp.net Mon Aug 18 15:57:59 2008 From: gordonjcp at gjcp.net (Gordon JC Pearce) Date: Mon, 18 Aug 2008 21:57:59 +0100 Subject: [personal] Re: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: References: Message-ID: <48A9E257.60004@gjcp.net> Tony Duell wrote: >>> What I'm more worried about is a spare bulb - It's a "festoon" bulb >> That style lamp is still readily available over here (UK) as a car spare >> used usually for number plate lights, my Fiat uses them. >> What's the voltage ?, the available type are obviously 12V. > > Not 'obviosuly'.... > > Old cars used 6V electrics, lorries, etc use 24V (still, AFAIK). Good car > parts shops can often get 6V and 24V bulbs as a result, which are used in > classic computers. For example, most of my Trend paper tape readers use a > 12V 21W bulb, a very standard car bulb sold everywhere. But at leat one > uses a 24V 24W bulb. It took some finding, but a commerical vehicles > parts place had it in stock. Hah. Don't mix them up. I bought 24V "corn" bulbs for my RL02 panel lamps (the ones that came out were rated for 18V, so I figured I'd rather have dimmer and cooler than hotter and brighter). Then a panel lamp went on my car dashboard, *months* later. "Aha!" I thought, "I've got spare bulbs..." Stuck one in, and hmm, why is it so dim? D'oh. Gordon From eric at brouhaha.com Mon Aug 18 16:09:51 2008 From: eric at brouhaha.com (Eric Smith) Date: Mon, 18 Aug 2008 14:09:51 -0700 Subject: OT: Pushing pins In-Reply-To: <48A97ED9.26039.643FCAC@cclist.sydex.com> References: <48A6ED5D.1000802@brutman.com>, <48A957DD.6803.5ABB3E8@cclist.sydex.com>, <48A9D099.6080208@brouhaha.com> <48A97ED9.26039.643FCAC@cclist.sydex.com> Message-ID: <48A9E51F.8070203@brouhaha.com> Chuck Guzis wrote: > Through 1/8" PCB? It's easy enough to that with 1/16" stuff, as > there's quite a bit of the "collar" that protrudes, but there's > scarcely anything at all sticking through with the thick board. That > tubing must have been tiny and thinwall. I think the tubing I used was 1/8" OD, with about 20 mil wall thickness. I just slid it over the wire-wrap tail, and hit it with the hammer. If there isn't any shoulder of the socket sticking through the bottom of the board, it must be a lot different than the ones I was dealing with. I did this to make my own 114-pin and 68-pin WW PGA sockets for the MC68020 and MC68881, back in 1986 before those became readily available. (And of course, they're no longer readily available.) I thought the WW panel I knocked them out of was a 125 mil, but I could be mistaken. If you just need individual WW sockets, I think you can get the Mill-Max ones from Digikey. Eric From slawmaster at gmail.com Mon Aug 18 16:21:21 2008 From: slawmaster at gmail.com (John Floren) Date: Mon, 18 Aug 2008 17:21:21 -0400 Subject: nifty little keyboards Message-ID: <7d3530220808181421v7de3134dtffb66444581a3548@mail.gmail.com> Snagged a bunch of these in original packaging from a box in the engineering department. http://csplan9.rit.edu/users/john/archerkbd.jpg http://csplan9.rit.edu/users/john/archerkbd-tag.jpg Very nice key placement for a UNIX keyboard, assuming you can live without an ALT key (although I guess that is a potential function for the FUNCT key). Maybe I should get a microcontroller and try making a terminal :) John -- Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn From g-wright at att.net Mon Aug 18 16:37:12 2008 From: g-wright at att.net (g-wright at att.net) Date: Mon, 18 Aug 2008 21:37:12 +0000 Subject: looking for Motorola PowerStack manuals, info, Any model In-Reply-To: <48A9B4A7.8030608@tdh.com> References: <081520082202.15659.48A5FD0B0000B54D00003D2B22243429029B0A02D29B9B0EBF9B0809079D99D309@att.net> <48A9B4A7.8030608@tdh.com> Message-ID: <081820082137.21498.48A9EB88000B69B2000053FA22230647029B0A02D29B9B0EBF9B0809079D99D309@att.net> The systems I have where used for software development mostly. Since NT was to run on a many different processors, a lot of software companies had to test there software on all system. I would believe quit a lot of money was spent trying to cover all of the Processors and systems. One of mine has a "X86 on RISC engine" with many software tools. These are the PC looking Mini tower and low profile desk tops. 133 mhz. Theses where quit fast in the time. (12 years ago). The later systems where mainly use for Severs. Look like a "Bose Radio" but taller. One thing to watch for is the boot screen. this may not be setup right.. These have a lot of setup options. I finally just install another drive, made a 10 meg FAT partition from the startup menu and loaded NT4.0. It loads very quickly, makes the NT partition, looks just like a PC install. When it finished I could see what the bios setting where and then reinstalled the original drive . Make any needed partition changes and away it went.. I installed the original drive on a Intel NT box (second drive) and backed up the drive first. Theses have both a FAT and NT partitions. It uses the FAT partition to get it going. It can also have other OS partitions also. The boot screen has a lot of options that have to be right in order for it to boot. Mine had lost there configuration info so it defaulted to bad settings. These will boot from a NT Cdrom,. install NT , Load the "FAT" partition with the needed boot files. When finished it reloads the boot menu system Cmos with the needed path statements. I used a password tool on the Intel box to change the administator Passwd on the Motorola drive. So If you got a drive with it ??? look at the drive first, best on another machine, to see if anything is on it. Your not going to find much for these any longer. So make the best of what you have. The FDOS program which is in ROM, wont help any if the boot partition info is bad. This gives you many of the MS-Dos type commands to access and or copy files with out booting the system If not then re-load NT, AIX or some other unix variant - Jerry -------------- Original message from Michael Lee : -------------- > So, been reading the thread on the PowerStack and not sure what the > different models are. I recently acquired a couple of the "Motorola > PowerStack which supposedly runs a flavor of NT and AIX. The only > information I found was they are PPC604 (or around there) models. What > is the 88k? > > How uncommon are these systems? The ones I got were from an ex-Motorola > employee who "rescued" them years ago from the HQ. The only information > I have is what he has shared with me, as there is very little > information online. They aren't that old, and debatable vintage at this > point, but was interesting enough to add to the collection. Are there > any online resources for these? > > Mike > > > > > g-wright at att.net wrote: > > Hi, > > I have been looking for a long time and it seems these are > > not easy to find ??? > > > > - Jerry > > > > Jerry Wright > > JLC inc > > g-wright at att.net > > > > > > > > From witchy at binarydinosaurs.co.uk Mon Aug 18 16:39:28 2008 From: witchy at binarydinosaurs.co.uk (Adrian Graham) Date: Mon, 18 Aug 2008 22:39:28 +0100 Subject: nifty little keyboards In-Reply-To: <7d3530220808181421v7de3134dtffb66444581a3548@mail.gmail.com> Message-ID: On 18/08/2008 22:21, "John Floren" wrote: > Snagged a bunch of these in original packaging from a box in the > engineering department. > http://csplan9.rit.edu/users/john/archerkbd.jpg > http://csplan9.rit.edu/users/john/archerkbd-tag.jpg > > Very nice key placement for a UNIX keyboard, assuming you can live > without an ALT key (although I guess that is a potential function for > the FUNCT key). Maybe I should get a microcontroller and try making a > terminal :) Last seen (by me anyway) in the Oric Atmos, 1984. http://www.binarydinosaurs.co.uk/scripts/picshow.php?image=oricatmos.jpg&fol der=/Museum/Tangerine&back=/Museum/Tangerine/index.php Not the best picture, it's back from the days when I didn't have my own webserver. -- Adrian/Witchy Binary Dinosaurs creator/curator Www.binarydinosaurs.co.uk - the UK's biggest private home computer collection? From coredump at gifford.co.uk Mon Aug 18 16:40:56 2008 From: coredump at gifford.co.uk (John Honniball) Date: Mon, 18 Aug 2008 22:40:56 +0100 Subject: nifty little keyboards In-Reply-To: <7d3530220808181421v7de3134dtffb66444581a3548@mail.gmail.com> References: <7d3530220808181421v7de3134dtffb66444581a3548@mail.gmail.com> Message-ID: <48A9EC68.5050802@gifford.co.uk> John Floren wrote: > Snagged a bunch of these in original packaging from a box in the > engineering department. > http://csplan9.rit.edu/users/john/archerkbd.jpg > http://csplan9.rit.edu/users/john/archerkbd-tag.jpg That's the keyboard from an Oric Atmos: http://www.flickr.com/photos/anachrocomputer/sets/72157606184197581/ -- John Honniball coredump at gifford.co.uk From cclist at sydex.com Mon Aug 18 16:41:33 2008 From: cclist at sydex.com (Chuck Guzis) Date: Mon, 18 Aug 2008 14:41:33 -0700 Subject: OT: Pushing pins In-Reply-To: <48A9E51F.8070203@brouhaha.com> References: <48A6ED5D.1000802@brutman.com>, <48A97ED9.26039.643FCAC@cclist.sydex.com>, <48A9E51F.8070203@brouhaha.com> Message-ID: <48A98A1D.1749.67000A2@cclist.sydex.com> On 18 Aug 2008 at 14:09, Eric Smith wrote: > I think the tubing I used was 1/8" OD, with about 20 mil wall thickness. > I just slid it over the wire-wrap tail, and hit it with the hammer. > > If there isn't any shoulder of the socket sticking through the bottom of > the board, it must be a lot different than the ones I was dealing with. I can pop the pins out of 1/16" PCB using just a wirewrap bit, but 1/8" OD tubing is *way* too thick to do the job on the 1/8" stock. There's maybe .020" of the collar that protrudes on the wiring side-- not enough to get the pin punched through. I've got a few boards that were used for 10K series ECL (16 pin DIPs-- 3 rows of 8 pins separated by space from the next). I'm never going to use those as-is, so I thought I'd salvage the huge pile of unused pins on them. I like to set my own pins on projects (I use a modified spring-loaded center punch). Looks neat and is less visually confusing from the wiring side than the "bed of nails" of a stock WW prototype board-- and easily accomodates things like TQFP adapter boards and PLCC sockets. Thanks, Chuck From mcguire at neurotica.com Mon Aug 18 16:51:20 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Mon, 18 Aug 2008 17:51:20 -0400 Subject: Who is vintagecomputermuseum? In-Reply-To: <48A99D9D.8040307@gmail.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <48A8E29F.7080605@oldskool.org> <48A99D9D.8040307@gmail.com> Message-ID: On Aug 18, 2008, at 12:04 PM, Jules Richardson wrote: >> I sold one of my Crays on eBay recently (I'll be delivering it >> to Wisconsin this week), and in another similar situation, the >> buyer of that system is also getting a PDP-8/e from me. > > Is that going to the Chippewa Falls museum? I think that museum - > despite being 300 miles away - is the closest thing to vintage > computing around me. At some point I'll just hop in a car and drive > there for a visit... I'd love to go there myself. But no, the Cray is going to a private individual. I think he plans to use it for software development for bigger systems. -Dave -- Dave McGuire Port Charlotte, FL From tosteve at yahoo.com Mon Aug 18 17:01:54 2008 From: tosteve at yahoo.com (steven stengel) Date: Mon, 18 Aug 2008 15:01:54 -0700 (PDT) Subject: East Coast/Long Island HP 64000 development system for sale Message-ID: <795272.96336.qm@web51604.mail.re2.yahoo.com> This is not my system, contact stan below for details: ====================================================== I have an old HP 64000 development system that I would like to sell to the appropriate person or collector of vintage computer equipment. I just don't know where to look. I am on the east coast on Long Island. stans829 at optonline.net From alexandre-listas at e-secure.com.br Mon Aug 18 17:06:59 2008 From: alexandre-listas at e-secure.com.br (Alexandre Souza) Date: Mon, 18 Aug 2008 19:06:59 -0300 Subject: only here.... References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com><48A8E29F.7080605@oldskool.org> Message-ID: <1a1a01c9017e$d36f3ec0$0102a8c0@portajara> >> I sold one of my Crays on eBay recently (I'll be delivering it to >> Wisconsin > Only here could such a statement not only be made, but taken in complete > stride. I love this place. *laughs* You have the same "insight" as mine :o) Where could I find someone saying "I sold ONE of my Cray*S*..."? :oD > Proud owner of F-15C 80-0007 > http://www.f15sim.com - The only one of its kind. :oO Some things are better not seen :o) Greetings from Brazil and congratulations for your toy! :oD Alexandre From pete at dunnington.plus.com Mon Aug 18 17:14:38 2008 From: pete at dunnington.plus.com (Pete Turnbull) Date: Mon, 18 Aug 2008 23:14:38 +0100 Subject: [personal] Re: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: <48A9E257.60004@gjcp.net> References: <48A9E257.60004@gjcp.net> Message-ID: <48A9F44E.7060601@dunnington.plus.com> On 18/08/2008 21:57, Gordon JC Pearce wrote: > I bought 24V "corn" bulbs for my RL02 panel lamps (the ones that came > out were rated for 18V, so I figured I'd rather have dimmer and cooler > than hotter and brighter). Actually they're supposed to be 14V. I guess the person who replaced them before you, thought the same way you did :-) -- Pete Peter Turnbull Network Manager University of York From mcguire at neurotica.com Mon Aug 18 17:22:08 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Mon, 18 Aug 2008 18:22:08 -0400 Subject: Who is vintagecomputermuseum? In-Reply-To: References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <200808172021.m7HKLLlc031508@yagi.h-net.msu.edu> <67EDD4B0-94A6-4911-8FFF-F163AEF4DAAC@neurotica.com> Message-ID: <9A0079F4-39F9-4A29-BEF5-D9F44FEB6D79@neurotica.com> On Aug 18, 2008, at 3:13 PM, Eric J Korpela wrote: >> Does anyone have disk images of the 7300/3B1 OS distribution? > > I have the disks themselves, but haven't gotten around to imaging > them. What release are they? I believe 3.51 was the last, from very dusty memory. -Dave -- Dave McGuire Port Charlotte, FL From geneb at deltasoft.com Mon Aug 18 17:30:29 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Mon, 18 Aug 2008 15:30:29 -0700 (PDT) Subject: only here.... In-Reply-To: <1a1a01c9017e$d36f3ec0$0102a8c0@portajara> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com><48A8E29F.7080605@oldskool.org> <1a1a01c9017e$d36f3ec0$0102a8c0@portajara> Message-ID: On Mon, 18 Aug 2008, Alexandre Souza wrote: >>> I sold one of my Crays on eBay recently (I'll be delivering it to >>> Wisconsin >> Only here could such a statement not only be made, but taken in complete >> stride. I love this place. *laughs* > > You have the same "insight" as mine :o) Where could I find someone saying > "I sold ONE of my Cray*S*..."? :oD > Hehe. Yah, there is that. >> Proud owner of F-15C 80-0007 >> http://www.f15sim.com - The only one of its kind. > > :oO > > Some things are better not seen :o) > > Greetings from Brazil and congratulations for your toy! :oD > Alexandre > Thanks. It's more of a never ending project of late though. *sigh* g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From ethan.dicks at usap.gov Mon Aug 18 17:44:25 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Mon, 18 Aug 2008 22:44:25 +0000 Subject: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: References: <20080818084716.GA32669@usap.gov> Message-ID: <20080818224425.GA12402@usap.gov> On Mon, Aug 18, 2008 at 10:55:14AM -0700, Vincent Slyngstad wrote: > From: "Ethan Dicks" > >*But*, you could read the tape one way, flip it _and_ read it backwards. > >Syncing up the two passes is just an exercise for the student ;-) > > Alas, that wouldn't help with the bad phototransistor. Ah, yes... I didn't do the right transformation in my head. > >Personally, my PC04 is the primary load device for one of my PDP-8/Ls. > >I'd be hurting if I lost a phototransistor - the SMT idea sounds handy. > > It sounds interesting to me too. Are there detailed specs for the > phototransistor array, or would I have to take my PC04 apart and > measure everything? I have no idea. I was just referencing a recent post about someone mentioning making a functional reconstruction. > > >What I'm more worried about is a spare bulb - It's a "festoon" bulb > > Well, there's this sort of thing: > http://www.ledtronics.com/ds/fes001/ > The tricky part for these seems to be getting ones that will work well > on 5V. Interesting option. > Isn't it basically exactly an old-school 6V automotive dome light? It was a dome light, but I'm not certain about the voltage right now. It's entirely possible it's a 6V bulb derated to 5V, but I'm not sure. > I wasn't able to find a part number for the original, so I don't know > the original dimensions, either. There seem to be at least a couple > of common lengths. I remember that being my experience as well. Fortunately, I _do_ have a bulb, so I can measure it. > Curious that the documentation doesn't suggest stocking a replacement, > or even tell you what part to use. Yeah; I don't remember ever running across any official docs about it. The best I recall is finding an Osram part number _somewhere_, but not being able to find that bulb in their modern catalog and no crossreference. > If it's DEC part number 12-04903, then that's available here: > http://www.atlantalightbulbs.com/ecart/nw012104/PHILIPS6411LAMP10W12V.htm Thanks; that certainly resembles the original, but, again, I'm not sure about the voltage. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 18-Aug-2008 at 22:40 Z South Pole Station PSC 468 Box 400 Temp -84.5 F (-64.7 C) Windchill -123.0 F (-86.1 C) APO AP 96598 Wind 10.0 kts Grid 56 Barometer 669.8 mb (11015 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From vrs at msn.com Mon Aug 18 18:45:50 2008 From: vrs at msn.com (Vincent Slyngstad) Date: Mon, 18 Aug 2008 16:45:50 -0700 Subject: WTB: DEC PC04 Paper Tape Reader/Punch References: <20080818084716.GA32669@usap.gov> <20080818224425.GA12402@usap.gov> Message-ID: From: "Ethan Dicks" > On Mon, Aug 18, 2008 at 10:55:14AM -0700, Vincent Slyngstad wrote: >> Isn't it basically exactly an old-school 6V automotive dome light? > > It was a dome light, but I'm not certain about the voltage right now. > > It's entirely possible it's a 6V bulb derated to 5V, but I'm not sure. I did check that it's being run from +5V through a 2 ohm 10W potentiometer. So I thought a 6V automotive dome light would be about right. > The best I recall is finding an Osram part number _somewhere_, but > not being able to find that bulb in their modern catalog and no > crossreference. > >> If it's DEC part number 12-04903, then that's available here: >> http://www.atlantalightbulbs.com/ecart/nw012104/PHILIPS6411LAMP10W12V.htm If you have the Osram part number, we can check that it is or is not the 12-04903, which is Osram #6411. That's the lowest voltage Osram bulb I found referenced in the 9/1/70 version of the DEC Spare Parts Reference, Volume II, section 12 (purchased vendor items). The thing that is fishy about it is that it seems to be a 12V bulb. The drawings clearly show the bulb being driven from +5V, so it seems that a 12V bulb would have been serious overkill for that application. Maybe that's why they thought they'd never need replacement :-). Vince From eric at brouhaha.com Mon Aug 18 18:45:47 2008 From: eric at brouhaha.com (Eric Smith) Date: Mon, 18 Aug 2008 16:45:47 -0700 Subject: OT: Pushing pins In-Reply-To: <48A98A1D.1749.67000A2@cclist.sydex.com> References: <48A6ED5D.1000802@brutman.com>, <48A97ED9.26039.643FCAC@cclist.sydex.com>, <48A9E51F.8070203@brouhaha.com> <48A98A1D.1749.67000A2@cclist.sydex.com> Message-ID: <48AA09AB.2070606@brouhaha.com> Chuck Guzis wrote: > I can pop the pins out of 1/16" PCB using just a wirewrap bit, but > 1/8" OD tubing is *way* too thick to do the job on the 1/8" stock. I don't understand where the problem is. The ID of the tubing has to be at least 36 mils to fit a 25 mil square WW tail. The smallest I had on hand was 1/8" OD, and that fit just fine over the pins. 3/32" OD tubing might work. From blstuart at bellsouth.net Mon Aug 18 19:04:11 2008 From: blstuart at bellsouth.net (Brian L. Stuart) Date: Tue, 19 Aug 2008 00:04:11 +0000 Subject: Who is vintagecomputermuseum? In-Reply-To: <9A0079F4-39F9-4A29-BEF5-D9F44FEB6D79@neurotica.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com><200808172021.m7HKLLlc031508@yagi.h-net.msu.edu><67EDD4B0-94A6-4911-8FFF-F163AEF4DAAC@neurotica.com> <9A0079F4-39F9-4A29-BEF5-D9F44FEB6D79@neurotica.com> Message-ID: <081920080004.18389.48AA0DFB000A7E25000047D522216125569B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> From: Dave McGuire On Aug 18, 2008, at 3:13 PM, Eric J Korpela wrote: > >> Does anyone have disk images of the 7300/3B1 OS distribution? > > > > I have the disks themselves, but haven't gotten around to imaging > > them. > > What release are they? I believe 3.51 was the last, from very > dusty memory. Pretty much. There was a 3.51m, but I don't think that was ever part of the regular physical media distribution. I think the updates from 3.51 to 3.51m had to be downloaded. Out of curiosity, I just turned around to see what versions I have on my shelf, and as it turns out, I have one each of 3.0, 3.5 and 3.51. And I have a couple other copies floating around the room somewhere. BLS From legalize at xmission.com Mon Aug 18 19:05:32 2008 From: legalize at xmission.com (Richard) Date: Mon, 18 Aug 2008 18:05:32 -0600 Subject: Who is vintagecomputermuseum? In-Reply-To: Your message of Sun, 17 Aug 2008 14:09:20 -0400. <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> Message-ID: vintagecomputermuseum is a guy in upstate NY. He charges a pretty penny for what he sells on ebay and then *still* ships it to you in a shitty box with insufficient packing so it arrives smashed. He did refund what I asked, but still, what an ass. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From legalize at xmission.com Mon Aug 18 19:06:44 2008 From: legalize at xmission.com (Richard) Date: Mon, 18 Aug 2008 18:06:44 -0600 Subject: Who is vintagecomputermuseum? In-Reply-To: Your message of Sun, 17 Aug 2008 16:21:21 -0400. <200808172021.m7HKLLlc031508@yagi.h-net.msu.edu> Message-ID: In article <200808172021.m7HKLLlc031508 at yagi.h-net.msu.edu>, Dennis Boone writes: > > > Just curious if the person who owns this eBay store is a list regular? > > > And, more the the point, do they actually get anyone to pay nearly > > > $500 for an AT&T PC7300? > > > I sold one for $300 last summer. Remember, this whole notion of > > classic computers never being worth any actual money is pretty much > > restricted to this mailing list. > > While Dave is right, computermkt's idea of how much actual money they're > worth is pretty high. OTOH, he did take a much lower best offer from me > once, and seems reasonable to deal with. Packaging was a bit iffy. Packaging is *more* than a bit iffy considering he always hawks everything as "this will make a wonderful addition to your vintage computer collection". Not if its a smashed heap of plastic, asshole! -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From cclist at sydex.com Mon Aug 18 19:26:19 2008 From: cclist at sydex.com (Chuck Guzis) Date: Mon, 18 Aug 2008 17:26:19 -0700 Subject: OT: Pushing pins In-Reply-To: <48AA09AB.2070606@brouhaha.com> References: <48A6ED5D.1000802@brutman.com>, <48A98A1D.1749.67000A2@cclist.sydex.com>, <48AA09AB.2070606@brouhaha.com> Message-ID: <48A9B0BB.24278.706D422@cclist.sydex.com> On 18 Aug 2008 at 16:45, Eric Smith wrote: > I don't understand where the problem is. The ID of the tubing has to be > at least 36 mils to fit a 25 mil square WW tail. The smallest I had on > hand was 1/8" OD, and that fit just fine over the pins. 3/32" OD tubing > might work. To push the pin far enough out, the "pusher" is going to have to project a certain distance into the hole in the board. Simply pushing the slight projection of the collar so it's flush with the wiring side surface of the board simply isn't sufficient to get the pin out. I can take photos if you're curious. A wire wrap gun bit (only, not the sleeve) is in the 1/8" OD range and it's way too big. Thanks, Chuck From geneb at deltasoft.com Mon Aug 18 19:46:46 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Mon, 18 Aug 2008 17:46:46 -0700 (PDT) Subject: Who is vintagecomputermuseum? In-Reply-To: References: Message-ID: >> While Dave is right, computermkt's idea of how much actual money they're >> worth is pretty high. OTOH, he did take a much lower best offer from me >> once, and seems reasonable to deal with. Packaging was a bit iffy. > > Packaging is *more* than a bit iffy considering he always hawks > everything as "this will make a wonderful addition to your vintage > computer collection". Not if its a smashed heap of plastic, asshole! > Is that any reason to sugar coat it? *gd&r* g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From eric at brouhaha.com Mon Aug 18 20:36:23 2008 From: eric at brouhaha.com (Eric Smith) Date: Mon, 18 Aug 2008 18:36:23 -0700 Subject: OT: Pushing pins In-Reply-To: <48A9B0BB.24278.706D422@cclist.sydex.com> References: <48A6ED5D.1000802@brutman.com>, <48A98A1D.1749.67000A2@cclist.sydex.com>, <48AA09AB.2070606@brouhaha.com> <48A9B0BB.24278.706D422@cclist.sydex.com> Message-ID: <48AA2397.3060105@brouhaha.com> Chuck Guzis wrote: > To push the pin far enough out, the "pusher" is going to have to > project a certain distance into the hole in the board. Simply > pushing the slight projection of the collar so it's flush with the > wiring side surface of the board simply isn't sufficient to get the > pin out. Tapping them was always sufficient when I did it. The pins were friction-fit in the board, and tapping them seemed to loosen them up enough that they were easily pulled out. I suppose my board and/or sockets may have been different than yours. Eric From cclist at sydex.com Mon Aug 18 20:52:34 2008 From: cclist at sydex.com (Chuck Guzis) Date: Mon, 18 Aug 2008 18:52:34 -0700 Subject: OT: Pushing pins In-Reply-To: <48AA2397.3060105@brouhaha.com> References: <48A6ED5D.1000802@brutman.com>, <48A9B0BB.24278.706D422@cclist.sydex.com>, <48AA2397.3060105@brouhaha.com> Message-ID: <48A9C4F2.6629.755CCBD@cclist.sydex.com> On 18 Aug 2008 at 18:36, Eric Smith wrote: > Tapping them was always sufficient when I did it. The pins were > friction-fit in the board, and tapping them seemed to loosen them up > enough that they were easily pulled out. I suppose my board and/or > sockets may have been different than yours. Yeah, these are pretty firmly set. It takes quite a bit of effort even using longnose pliers to push one out. Something like an 18 gauge hypodermic needle might be close or maybe a drilled-out mechanical pencil tip. Time to kludge up a solution--off to the hellbox! Thanks, Chuck From geneb at deltasoft.com Mon Aug 18 23:02:41 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Mon, 18 Aug 2008 21:02:41 -0700 (PDT) Subject: SAGE goodies.. Message-ID: (for Mike Loewen, but I couldn't find his email address - appologies) http://cgi.ebay.com/Rare-Vintage-IBM-SAGE-computer-console-switch-banks_W0QQitemZ220270051731QQcmdZViewItem?hash=item220270051731&_trkparms=39%3A1|66%3A4|65%3A1|240%3A1318&_trksid=p3286.c0.m14 -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From g-wright at att.net Tue Aug 19 00:05:42 2008 From: g-wright at att.net (g-wright at att.net) Date: Tue, 19 Aug 2008 05:05:42 +0000 Subject: looking for Motorola PowerStack manuals, info, Any model In-Reply-To: <20080817.233406.13571.1@webmail02.vgs.untd.com> Message-ID: <081920080505.15196.48AA54A50009E26B00003B5C22230647029B0A02D29B9B0EBF9B0809079D99D309@att.net> -------------- Original message from "jeff.kaneko at juno.com" : -------------- > -- g-wright at att.net wrote: > > > I think all of the Power Stack computers by Motorola where >Power PC systems. I have 2 AViiON's here which where 88k. (Of >coarse quit > large) > > SO, which AViiON models do you have? I have a 400 and a 412, with > enough parts to build a 530. > Mine are AV 8500 desk side systems. One just lost the Processor board so I'm looking > The 'PowerStack' systems I was thinking of looks like this: > > http://www.corestore.org/powerstack.jpg > > It looks kinda like a series 900, but not quite exact. Never seen > one IRL. > That what I call the "bose radio" look. these can be stacked with options so they can grow in height. I have these but the one's I'm working on right now look just like a PC mini tower. Built in SCSI, Video, sound, CD-Rom, 3 1/2 floppy in a Beige case. They have boot utilities for NT built into the Rom. These have a PPC 604 133 CPUs, 4 simm slots, 3 ISA and 3 PCI card slots. Most of the other Motorola systems just run Unix sys V or AIX. - Jerry > ____________________________________________________________ > Free quote and debt consolidation information. Click Here.http://thirdpartyoffers.juno.com/TGL2141/fc/Ioyw6i3m2Xh79qfbH31rKOFSMlAirCshOY5j > tAMIcXJghUp3iovv4q/ > From mouse at Rodents-Montreal.ORG Mon Aug 18 08:11:44 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Mon, 18 Aug 2008 09:11:44 -0400 (EDT) Subject: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: <20080818084716.GA32669@usap.gov> References: <48A6953E.1090500@gjcp.net> <200808170601.CAA11392@Sparkle.Rodents-Montreal.ORG> <20080818084716.GA32669@usap.gov> Message-ID: <200808181314.JAA01306@Sparkle.Rodents-Montreal.ORG> >> I'm moderately sure that the paper tape I used back when I had a >> PDP-8 was not symmetric in the way needed here - the line of >> feed/timing holes was not on the centreline of the tape. > You are remembering correctly - they are not. > *But*, you could read the tape one way, flip it _and_ read it > backwards. Syncing up the two passes is just an exercise for the > student ;-) Yes, but you have to flip it end-for-end, not side-for-side, and then, each row of holes is read with the same sensor on each pass. This means that it won't help a bit with the "dead phototransistor" problem. > What I'm more worried about is a spare bulb - [...] modern > substitute? High-brightness LEDs? Very very far from original, but if you value working over original.... /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From jlobocki at gmail.com Mon Aug 18 15:11:40 2008 From: jlobocki at gmail.com (joe lobocki) Date: Mon, 18 Aug 2008 15:11:40 -0500 Subject: Who is vintagecomputermuseum? In-Reply-To: <48A99D9D.8040307@gmail.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <48A8E29F.7080605@oldskool.org> <48A99D9D.8040307@gmail.com> Message-ID: someone really should open a vintage computer museum near chicago...Ive toyed with the idea, i think space in the old 3com building in rolling meadows would be a fitting place for vintage computing.... On Mon, Aug 18, 2008 at 11:04 AM, Jules Richardson wrote: > Dave McGuire wrote: >> >> I sold one of my Crays on eBay recently (I'll be delivering it to >> Wisconsin this week), and in another similar situation, the buyer of that >> system is also getting a PDP-8/e from me. > > Is that going to the Chippewa Falls museum? I think that museum - despite > being 300 miles away - is the closest thing to vintage computing around me. > At some point I'll just hop in a car and drive there for a visit... > > cheers > > Jules > > From snhirsch at gmail.com Mon Aug 18 19:52:33 2008 From: snhirsch at gmail.com (Steven Hirsch) Date: Mon, 18 Aug 2008 20:52:33 -0400 (EDT) Subject: Who is vintagecomputermuseum? In-Reply-To: <67EDD4B0-94A6-4911-8FFF-F163AEF4DAAC@neurotica.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <200808172021.m7HKLLlc031508@yagi.h-net.msu.edu> <67EDD4B0-94A6-4911-8FFF-F163AEF4DAAC@neurotica.com> Message-ID: On Sun, 17 Aug 2008, Dave McGuire wrote: > Does anyone have disk images of the 7300/3B1 OS distribution? I do. -- From snhirsch at gmail.com Mon Aug 18 19:57:22 2008 From: snhirsch at gmail.com (Steven Hirsch) Date: Mon, 18 Aug 2008 20:57:22 -0400 (EDT) Subject: Apple //e parallel port card In-Reply-To: <200808181948.m7IJmIn7032282@yagi.h-net.msu.edu> References: <200808181948.m7IJmIn7032282@yagi.h-net.msu.edu> Message-ID: On Mon, 18 Aug 2008, Dennis Boone wrote: > A local business contacted me to ask if I had a parallel port card > (centronics) for an Apple //e. They apparently got "hit" and lost the > existing card. Seems they still have an old application they need to > keep running for a few more months while they convert to something > newer. I have a number of them. Problem is, they all have varying capabilities in their firmware. Some of the old Apple branded ones are close to be dumb hardware interfaces. On the other extreme are things like the AE Parallel Pro that could do all sorts of tricks. Can you find out exactly what the old one was? Another thing to consider is that there's not much on those boards that can't easily be replaced. Do you know anyone with a soldering iron and some patience? Steve -- From technobug at comcast.net Tue Aug 19 02:35:32 2008 From: technobug at comcast.net (CRC) Date: Tue, 19 Aug 2008 00:35:32 -0700 Subject: IBM Greystone Display Station Manuals In-Reply-To: <200808120506.m7C56CJG014903@dewey.classiccmp.org> References: <200808120506.m7C56CJG014903@dewey.classiccmp.org> Message-ID: <97B17D6F-1F74-4014-9156-42AF983B8E77@comcast.net> Richard wrote: > In article <5107C05E-01F2-4A99-AEBB-4475E5C10E8B at comcast.net>, > CRC writes: > >> I was at my local scrapper recently and ran across a number of >> manuals >> for the IBM Grelystone Display Station in the dumpster: >> >> Maintenance Analysis Procedures >> Greystone Parts Catalog >> Maintenance Information Manual > > What is a "Greystone Display Station"? Googling didn't turn up > anything obvious. Jason T helpfully added: > On Mon, Aug 11, 2008 at 11:01 PM, Richard > wrote: > >> What is a "Greystone Display Station"? Googling didn't turn up >> anything obvious. > > Ah, sometimes you have to look to the non-obvious: > > http://www.pmsimon.com/images/productplacement.jpg So that everyone is not left with the wrong impression I scanned a couple of pages from the manuals and they can be found at . The manuals appear to be drafts for a CRT display station. Again, if interested, they are available for postage. CRC From mcguire at neurotica.com Tue Aug 19 02:46:08 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Tue, 19 Aug 2008 03:46:08 -0400 Subject: MCS-51 Tiny BASIC ( was Re: INS8073 ) In-Reply-To: <000901c8fbfe$f54cdfa0$0301a8c0@hal9000> References: <20080810225025.GA1587@usap.gov> <20080811005005.GA22840@usap.gov> <001301c8fb84$ab971800$0301a8c0@hal9000> <48A087C1.8030903@brouhaha.com> <48A095E7.1020308@neurotica.com> <000901c8fbfe$f54cdfa0$0301a8c0@hal9000> Message-ID: <7CE0945E-5602-4D8D-9E9F-3240080FE086@neurotica.com> But definitely not any relation to the interpreter found in the 8052AH-BASIC chip, though, right? Do you have any URLs handy? -Dave On Aug 11, 2008, at 6:09 PM, Scanning wrote: > I've found numerous references to a MCS-51 Tiny BASIC for the 8051. > Apparently it is 3 Kbytes so I would definitely put it in the Tom > Pittman > category for Tiny BASICs. > > Best regards, Steven > > > > ----- Original Message ----- > From: "Dave McGuire" > To: "General Discussion: On-Topic Posts Only" > Sent: Monday, August 11, 2008 12:41 PM > Subject: Re: INS8073 (was Re: HERO1 For sale...) > > >> Eric Smith wrote: >>> It's in 2.5KB of ROM, so it's definitely a tinier BASIC than in the >>> competing Intel 8051AH-BASIC and Zilog Z8671, both of which had >>> 4KB of > ROM. >> >> Was there in fact an 8051AH-BASIC? I've worked extensively with >> 8052AH-BASIC, and have never heard of an 8051 version. The 8052 >> has 8KB >> of ROM, compared to the 8051's 4KB. The BASIC interpreter >> filled...and >> I mean FILLED...that 8KB. It's extraordinarily dense code. >> >> The Z8671's BASIC, on the other hand, fits in the first 2KB of >> ROM on >> that chip. >> >> -Dave > -- Dave McGuire Port Charlotte, FL From mike at brickfieldspark.org Tue Aug 19 04:28:28 2008 From: mike at brickfieldspark.org (Mike Hatch) Date: Tue, 19 Aug 2008 10:28:28 +0100 Subject: [personal] **JUNK** Re: WTB: DEC PC04 Paper Tape Reader/Punch References: <20080818084716.GA32669@usap.gov><20080818224425.GA12402@usap.gov> Message-ID: <002801c901dd$f0b36a60$961ca8c0@mss.local> > The thing that is fishy > about it is that it seems to be a 12V bulb. The drawings clearly show > the bulb being driven from +5V, so it seems that a 12V bulb would have > been serious overkill for that application. >From my reccolection they were seriousley under run and very rarely replaced, they were not "bright" as you would expect a lamp to be. Mike Web - www.soemtron.org Email - mike at soemtron.org Looking for a PDP-7 (some hope!) ----- Original Message ----- From: "Vincent Slyngstad" To: "General Discussion: On-Topic and Off-Topic Posts" Sent: Tuesday, August 19, 2008 12:45 AM Subject: [personal] **JUNK** Re: WTB: DEC PC04 Paper Tape Reader/Punch > From: "Ethan Dicks" >> On Mon, Aug 18, 2008 at 10:55:14AM -0700, Vincent Slyngstad wrote: >>> Isn't it basically exactly an old-school 6V automotive dome light? >> >> It was a dome light, but I'm not certain about the voltage right now. >> >> It's entirely possible it's a 6V bulb derated to 5V, but I'm not sure. > > I did check that it's being run from +5V through a 2 ohm 10W > potentiometer. > So I thought a 6V automotive dome light would be about right. > >> The best I recall is finding an Osram part number _somewhere_, but >> not being able to find that bulb in their modern catalog and no >> crossreference. > >> >>> If it's DEC part number 12-04903, then that's available here: >>> http://www.atlantalightbulbs.com/ecart/nw012104/PHILIPS6411LAMP10W12V.htm > > If you have the Osram part number, we can check that it is or is not the > 12-04903, which is Osram #6411. That's the lowest voltage Osram bulb I > found referenced in the 9/1/70 version of the DEC Spare Parts Reference, > Volume II, section 12 (purchased vendor items). The thing that is fishy > about it is that it seems to be a 12V bulb. The drawings clearly show > the bulb being driven from +5V, so it seems that a 12V bulb would have > been serious overkill for that application. Maybe that's why they > thought they'd never need replacement :-). > > Vince > > From mike at brickfieldspark.org Tue Aug 19 04:42:57 2008 From: mike at brickfieldspark.org (Mike Hatch) Date: Tue, 19 Aug 2008 10:42:57 +0100 Subject: [personal] Re: WTB: DEC PC04 Paper Tape Reader/Punch References: Message-ID: <004401c901df$f6b34b90$961ca8c0@mss.local> By obviously I meant the usually found ones are 12V. 6V can be obtained, older volkswagens etc, lorries, coaches have a lot of 24V, but some have moved upto 48V and I've heard of some 72V rails in commercial vehicles although rare. The readers we had were very particular about the filament, it had to be straight and even, any kinks, bright spots or different filament styles would not work reliably. Mike Web - www.soemtron.org Email - mike at soemtron.org Looking for a PDP-7 (some hope!) ----- Original Message ----- From: "Tony Duell" To: Sent: Monday, August 18, 2008 9:14 PM Subject: Re: [personal] Re: WTB: DEC PC04 Paper Tape Reader/Punch >> >> > What I'm more worried about is a spare bulb - It's a "festoon" bulb >> That style lamp is still readily available over here (UK) as a car spare >> used usually for number plate lights, my Fiat uses them. >> What's the voltage ?, the available type are obviously 12V. > > Not 'obviosuly'.... > > Old cars used 6V electrics, lorries, etc use 24V (still, AFAIK). Good car > parts shops can often get 6V and 24V bulbs as a result, which are used in > classic computers. For example, most of my Trend paper tape readers use a > 12V 21W bulb, a very standard car bulb sold everywhere. But at leat one > uses a 24V 24W bulb. It took some finding, but a commerical vehicles > parts place had it in stock. > > -tony > > From Paul_Koning at Dell.com Tue Aug 19 08:36:07 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Tue, 19 Aug 2008 09:36:07 -0400 Subject: OT: Pushing pins References: <48A6ED5D.1000802@brutman.com> <48A97ED9.26039.643FCAC@cclist.sydex.com> <48A9E51F.8070203@brouhaha.com> <48A98A1D.1749.67000A2@cclist.sydex.com> <48AA09AB.2070606@brouhaha.com> Message-ID: <18602.52295.595928.288596@gargle.gargle.HOWL> How about a pushing tool that is drilled to accept the wire wrap pin square, but only part way? Then you can push until the tool meets the board. So long as the hole is deep enough to give enough support (so the pin doesn't bend) that would do the job, right? No need to push the pin's shoulder (if any) that way. paul From jules.richardson99 at gmail.com Tue Aug 19 08:54:22 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Tue, 19 Aug 2008 08:54:22 -0500 Subject: OT: PC keyboards Message-ID: <48AAD08E.80800@gmail.com> Hey all, I'm soliciting ideas for a (full-size) PC keyboard to go with my laptop (which one of the dogs saw fit to trample) - which unfortunately means it has to be USB (spit!) I don't want to spend an utter fortune (it's just a keyboard, after all), but nor do I want some sort of "dead flesh" monstrosity (which seems to be *everything* I've tried in real stores so far). I used to find the old PC XT keyboards a little too 'clicky', but on the other hand everything I've tried since seems a bit too spongy. Maybe someone does a USB to PC-AT or PS/2 converter unit, which would allow me to connect an older keyboard? Ideally I really don't want 'Windows' keys or other stupid extra keys (email / web etc., or all the other crud modern manufacturers seem to like including) - I'll take them if I have to (and if I can them pull them out and fill in the holes, even better :) Any recommendations from the list? (off-list if needed; I don't want to jam the list with modern PC chat!) cheers Jules From cclist at sydex.com Tue Aug 19 10:32:42 2008 From: cclist at sydex.com (Chuck Guzis) Date: Tue, 19 Aug 2008 08:32:42 -0700 Subject: [personal] Re: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: <004401c901df$f6b34b90$961ca8c0@mss.local> References: , <004401c901df$f6b34b90$961ca8c0@mss.local> Message-ID: <48AA852A.20681.A44A30F@cclist.sydex.com> On 19 Aug 2008 at 10:42, Mike Hatch wrote: > By obviously I meant the usually found ones are 12V. > 6V can be obtained, older volkswagens etc, lorries, coaches have a lot of > 24V, but some have moved upto 48V and I've heard of some 72V rails in > commercial vehicles although rare. Aren't most "12V" automotive lamps really rated for either 13.6 or 14.4 volts? I know this is a nit, but I seem to remember that the automotive types are slightly different from normal 12.6V "pilot" lamps, even when they share the same base. Festoon bulbs are also found in marine lighting and can be obtained in halogen configurations in 12 and 24 volt varieties. What's the response of the sensor? IR or something in the visible range? I've seen white-LED replacements, but if it's an IR sensor, that probably isn't going to do much good. Cheers, Chuck From mardy at voysys.com Tue Aug 19 10:45:38 2008 From: mardy at voysys.com (Marden P. Marshall) Date: Tue, 19 Aug 2008 11:45:38 -0400 Subject: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: <48AA852A.20681.A44A30F@cclist.sydex.com> References: , <004401c901df$f6b34b90$961ca8c0@mss.local> <48AA852A.20681.A44A30F@cclist.sydex.com> Message-ID: <2C816F04-7A9A-4A63-ACD7-1430AC61337B@voysys.com> On Aug 19, 2008, at 11:32 AM, Chuck Guzis wrote: > On 19 Aug 2008 at 10:42, Mike Hatch wrote: > >> By obviously I meant the usually found ones are 12V. >> 6V can be obtained, older volkswagens etc, lorries, coaches have a >> lot of >> 24V, but some have moved upto 48V and I've heard of some 72V rails in >> commercial vehicles although rare. > > Aren't most "12V" automotive lamps really rated for either 13.6 or > 14.4 volts? I know this is a nit, but I seem to remember that the > automotive types are slightly different from normal 12.6V "pilot" > lamps, even when they share the same base. > > Festoon bulbs are also found in marine lighting and can be obtained > in halogen configurations in 12 and 24 volt varieties. > > What's the response of the sensor? IR or something in the visible > range? I've seen white-LED replacements, but if it's an IR sensor, > that probably isn't going to do much good. > > Cheers, > Chuck > Guys, two words "thread hijacking". -Mardy From bfranchuk at jetnet.ab.ca Tue Aug 19 10:49:22 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Tue, 19 Aug 2008 09:49:22 -0600 Subject: [personal] Re: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: <004401c901df$f6b34b90$961ca8c0@mss.local> References: <004401c901df$f6b34b90$961ca8c0@mss.local> Message-ID: <48AAEB82.7030905@jetnet.ab.ca> Mike Hatch wrote: > > > Looking for a PDP-7 (some hope!) > Have you seen this page ? A pdp 4 in FPGA. http://homepage.mac.com/dgcx/pdp4x/ >> >> > > > From cclist at sydex.com Tue Aug 19 10:37:24 2008 From: cclist at sydex.com (Chuck Guzis) Date: Tue, 19 Aug 2008 08:37:24 -0700 Subject: OT: Pushing pins In-Reply-To: <18602.52295.595928.288596@gargle.gargle.HOWL> References: <48A6ED5D.1000802@brutman.com>, <18602.52295.595928.288596@gargle.gargle.HOWL> Message-ID: <48AA8644.3789.A48EFB4@cclist.sydex.com> On 19 Aug 2008 at 9:36, Paul Koning wrote: > How about a pushing tool that is drilled to accept the wire wrap pin > square, but only part way? Then you can push until the tool meets the > board. So long as the hole is deep enough to give enough support (so > the pin doesn't bend) that would do the job, right? No need to push > the pin's shoulder (if any) that way. It's an idea that I'll certainly try, thanks! Clearly, I'll have to be careful to apply force perpendicular to the board, but it might work. Cheers, Chuck From jfoust at threedee.com Tue Aug 19 10:49:07 2008 From: jfoust at threedee.com (John Foust) Date: Tue, 19 Aug 2008 10:49:07 -0500 Subject: Opening computer museums In-Reply-To: References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <48A8E29F.7080605@oldskool.org> <48A99D9D.8040307@gmail.com> Message-ID: <6.2.3.4.2.20080819104504.06a82dc0@mail.threedee.com> At 03:11 PM 8/18/2008, joe lobocki wrote: >someone really should open a vintage computer museum near >chicago...Ive toyed with the idea, i think space in the old 3com >building in rolling meadows would be a fitting place for vintage >computing.... I'd love to hear from anyone actually operating a computer museum. They seem like money sinks. You need benefactor$. Obviously, the best location for a computer museum would be where rich computer people like to live. I'd love to hear the typical ratio between exhibit space and storage/repair space, for example. - John From mikelee at tdh.com Tue Aug 19 11:17:36 2008 From: mikelee at tdh.com (Michael Lee) Date: Tue, 19 Aug 2008 11:17:36 -0500 Subject: Who is vintagecomputermuseum? In-Reply-To: References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <48A8E29F.7080605@oldskool.org> <48A99D9D.8040307@gmail.com> Message-ID: <48AAF220.3010104@tdh.com> I would not be the first to say that would be cool in the Chicago area... But alas, reality is a very big lack of funding, time and to some extent, public interest in the Chicago area. Chicago culturally is a financial business focused area, and although much technology exists in the area, the culture just doesn't seem to harness the mentality. Personally, my "ideal museum" I would like to see is a technology learning center in the Chicago area, with a focus in the history. A place where the talented youth can have a club like atmosphere with resources to explore. No better learning it, than doing it, esp. with a need. I believe the way to advance the technology is to understand the basics which is easily apparent and understandable in vintage computers. Mike joe lobocki wrote: > someone really should open a vintage computer museum near > chicago...Ive toyed with the idea, i think space in the old 3com > building in rolling meadows would be a fitting place for vintage > computing.... > > On Mon, Aug 18, 2008 at 11:04 AM, Jules Richardson > wrote: > >> Dave McGuire wrote: >> >>> I sold one of my Crays on eBay recently (I'll be delivering it to >>> Wisconsin this week), and in another similar situation, the buyer of that >>> system is also getting a PDP-8/e from me. >>> >> Is that going to the Chippewa Falls museum? I think that museum - despite >> being 300 miles away - is the closest thing to vintage computing around me. >> At some point I'll just hop in a car and drive there for a visit... >> >> cheers >> >> Jules >> >> >> From evan at snarc.net Tue Aug 19 11:23:13 2008 From: evan at snarc.net (Evan Koblentz) Date: Tue, 19 Aug 2008 12:23:13 -0400 (EDT) Subject: Opening computer museums In-Reply-To: <6.2.3.4.2.20080819104504.06a82dc0@mail.threedee.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <48A8E29F.7080605@oldskool.org> <48A99D9D.8040307@gmail.com> <6.2.3.4.2.20080819104504.06a82dc0@mail.threedee.com> Message-ID: <8433.65.126.154.6.1219162993.squirrel@vandal.degnanco.net> Starting a museum is a major endeavor if you want it to not suck. The last time I counted (2 years ago) there were 15-20 computer museums in the U.S. alone. Not counting the Smithsonian, the breakdown is this: there's the Computer History Museum (in Mountain View, Calif.), and there's everyone else. The CHM has millions upon millions of dollars. It is a very professional and high-end facility located in the former Silicon Graphics marketing building. Major donations from corporate bigwigs, etc., etc. The others are all vastly smaller. Some have space in other buildings; others are just a few display cases called a "museum". Here in New Jersey, we are extremely lucky. We have a large space in an existing non-profit science center. We've been there for 3 years so far rent-free. Soon we'll have to pay our share of the utilities. We raise money through donations, by holding events such as the VCF East, and by sometimes renting computers out as TV props, etc. So my advice to anyone who wants to start a computer museum is: have a promise of physical space BEFORE you start collecting artifacts; understand the budget and insurance issues; and never go it alone. I'd be glad to answer additional questions offline. > At 03:11 PM 8/18/2008, joe lobocki wrote: >>someone really should open a vintage computer museum near >>chicago...Ive toyed with the idea, i think space in the old 3com >>building in rolling meadows would be a fitting place for vintage >>computing.... > > I'd love to hear from anyone actually operating a computer museum. > They seem like money sinks. You need benefactor$. Obviously, the > best location for a computer museum would be where rich computer > people like to live. > > I'd love to hear the typical ratio between exhibit space and > storage/repair > space, for example. > > - John > > From mike at brickfieldspark.org Tue Aug 19 11:30:20 2008 From: mike at brickfieldspark.org (Mike Hatch) Date: Tue, 19 Aug 2008 17:30:20 +0100 Subject: [personal] Re: WTB: DEC PC04 Paper Tape Reader/Punch References: <004401c901df$f6b34b90$961ca8c0@mss.local> <48AAEB82.7030905@jetnet.ab.ca> Message-ID: <000f01c90218$df9081b0$961ca8c0@mss.local> I have thanks, I believe there is an implementation of a 7 as well somewhere. Best regards, Mike Hatch Web - www.soemtron.org Email - mike at soemtron.org Looking for a PDP-7 (some hope!) ----- Original Message ----- From: To: "General Discussion: On-Topic and Off-Topic Posts" Sent: Tuesday, August 19, 2008 4:49 PM Subject: Re: [personal] Re: WTB: DEC PC04 Paper Tape Reader/Punch > Mike Hatch wrote: >> >> >> Looking for a PDP-7 (some hope!) >> > Have you seen this page ? > A pdp 4 in FPGA. > http://homepage.mac.com/dgcx/pdp4x/ >>> >>> >> >> >> > > > From caveguy at sbcglobal.net Tue Aug 19 11:42:24 2008 From: caveguy at sbcglobal.net (Bob Bradlee) Date: Tue, 19 Aug 2008 12:42:24 -0400 Subject: Opening computer museums In-Reply-To: <8433.65.126.154.6.1219162993.squirrel@vandal.degnanco.net> Message-ID: <200808191642.m7JGgTeQ041157@keith.ezwind.net> On Tue, 19 Aug 2008 12:23:13 -0400 (EDT), Evan Koblentz wrote: >So my advice to anyone who wants to start a computer museum is: have a >promise of physical space BEFORE you start collecting artifacts; >understand the budget and insurance issues; and never go it alone. Good advice. leave the collecting of artifacts to the pros.... Stop driving the prices up on eBay, it only brings more deep pockets to the game. Never give up your dream, someday your collection may become part of a larger collection. or it just might become a pile of expensive junk that only you can appreciate. Bottom line, without an endowment or a building you are forever treading water untill you find help. Just my 2 cents ... The other Bob From jfoust at threedee.com Tue Aug 19 11:39:00 2008 From: jfoust at threedee.com (John Foust) Date: Tue, 19 Aug 2008 11:39:00 -0500 Subject: Who is vintagecomputermuseum? In-Reply-To: <48AAF220.3010104@tdh.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <48A8E29F.7080605@oldskool.org> <48A99D9D.8040307@gmail.com> <48AAF220.3010104@tdh.com> Message-ID: <6.2.3.4.2.20080819113739.06bb1940@mail.threedee.com> At 11:17 AM 8/19/2008, Michael Lee wrote: >Personally, my "ideal museum" I would like to see is a technology learning center in the Chicago area, with a focus in the history. A place where the talented youth can have a club like atmosphere with resources to explore. That describes the atmosphere at the excellent Exploratorium-class children's center at the Burpee Museum in Rockford, IL, not far from Chicago. It's not heavy on technology, though - but not bad. - John From evan at snarc.net Tue Aug 19 11:58:00 2008 From: evan at snarc.net (Evan) Date: Tue, 19 Aug 2008 12:58:00 -0400 Subject: Opening computer museums Message-ID: <200808191658.m7JGwWHZ043559@keith.ezwind.net> >>> without an endowment or a building you are forever treading water untill you find help. Exactly. The toughest place to start is at square one. So I urge people to emulate what we did here in NJ -- start by partnering with an existing organization. A science museum is the best place. Colleges, libraries, community centers, etc. are next. IMHO, the least desirable kind of partner is a private company. From wdonzelli at gmail.com Tue Aug 19 12:01:25 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Tue, 19 Aug 2008 13:01:25 -0400 Subject: Opening computer museums In-Reply-To: <200808191642.m7JGgTeQ041157@keith.ezwind.net> References: <8433.65.126.154.6.1219162993.squirrel@vandal.degnanco.net> <200808191642.m7JGgTeQ041157@keith.ezwind.net> Message-ID: > Good advice. My advice is that before you start a museum, have the important foundation poured - incorporation, bylaws, charter, collections policy, etc.. A museum is a very specialized type of business, and must be run like one. Those that do not (and most do not) are basically doomed to die or remain insignificant. Trivia! What was to be the first museum to feature computers as a major portion of the collection? -- Will From mardy at voysys.com Tue Aug 19 12:06:01 2008 From: mardy at voysys.com (Marden P. Marshall) Date: Tue, 19 Aug 2008 13:06:01 -0400 Subject: Discussion List Netiquette, Was: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: <48AA95E1.11628.A85F007@cclist.sydex.com> References: , <48AA852A.20681.A44A30F@cclist.sydex.com>, <2C816F04-7A9A-4A63-ACD7-1430AC61337B@voysys.com> <48AA95E1.11628.A85F007@cclist.sydex.com> Message-ID: <81ECD115-A181-4128-91B7-F484345F6875@voysys.com> On Aug 19, 2008, at 12:44 PM, Chuck Guzis wrote: > On 19 Aug 2008 at 11:45, Marden P. Marshall wrote: > >> Guys, two words "thread hijacking" > > Sorry, I was curious about the subject and thought to ask some > questions about the current line of discussion. I'll keep my > inquiring mind to myself in the future (fat chance). > > Cheers, > Chuck > > If the current line of discussion does not match the subject line, then the message thread has been hijacked. It is discourteous and disrupting to other members of the community who might be trying to follow the original subject. How would you feel if you had started a new subject only to later see the discussion taken in a different, unrelated direction. -Mardy From wdonzelli at gmail.com Tue Aug 19 12:19:16 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Tue, 19 Aug 2008 13:19:16 -0400 Subject: Opening computer museums In-Reply-To: References: <8433.65.126.154.6.1219162993.squirrel@vandal.degnanco.net> <200808191642.m7JGgTeQ041157@keith.ezwind.net> Message-ID: > Trivia! What was to be the first museum to feature computers as a > major portion of the collection? Oops, forgot me quotes. "first". -- Will From legalize at xmission.com Tue Aug 19 12:24:12 2008 From: legalize at xmission.com (Richard) Date: Tue, 19 Aug 2008 11:24:12 -0600 Subject: ebay seller: it_equipment_xpress => it_equipment_4_sale Message-ID: The same overpriced goods and always without a picture. It appears that this seller has just recently gotten a new identity. You may want to adjust your searches to exclude the new identity as I have. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From legalize at xmission.com Tue Aug 19 12:42:08 2008 From: legalize at xmission.com (Richard) Date: Tue, 19 Aug 2008 11:42:08 -0600 Subject: Opening computer museums In-Reply-To: Your message of Tue, 19 Aug 2008 10:49:07 -0500. <6.2.3.4.2.20080819104504.06a82dc0@mail.threedee.com> Message-ID: In article <6.2.3.4.2.20080819104504.06a82dc0 at mail.threedee.com>, John Foust writes: > I'd love to hear from anyone actually operating a computer museum. Operating a computer museum is easy. Operating one for a living is hard. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From legalize at xmission.com Tue Aug 19 12:47:26 2008 From: legalize at xmission.com (Richard) Date: Tue, 19 Aug 2008 11:47:26 -0600 Subject: Opening computer museums In-Reply-To: Your message of Tue, 19 Aug 2008 13:01:25 -0400. Message-ID: In article , "William Donzelli" writes: > > Good advice. > > My advice is that before you start a museum, have the important > foundation poured - incorporation, bylaws, charter, collections > policy, etc.. A museum is a very specialized type of business, and > must be run like one. You might also want to read "Non-Profits for Dummies". Although I hate being told I'm a "Dummy" in the title, this is actually a very good book. One of the easiest ways to get off the ground with all the above stuff that Will recommends is to operate under the umbrella of a larger 501(c)3 organization. This means that you can ask for grants under their name and give them a piece of it in return for operating under their aegis. Its more restrictive than forming your own non-profit, but it is easier to get going. Once you reach a certain size you can split off from the umbrella organization. You may even be able to operate as a regional chapter/affiliate of the CHM if you ask them. When I approached them about creating a computer graphics history museum in Salt Lake City in this manner, they were receptive to the idea, but I haven't taken it beyond the initial discussion of the idea. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From legalize at xmission.com Tue Aug 19 12:48:14 2008 From: legalize at xmission.com (Richard) Date: Tue, 19 Aug 2008 11:48:14 -0600 Subject: Opening computer museums In-Reply-To: Your message of Tue, 19 Aug 2008 12:58:00 -0400. <200808191658.m7JGwWHZ043559@keith.ezwind.net> Message-ID: In article <200808191658.m7JGwWHZ043559 at keith.ezwind.net>, "Evan" writes: > IMHO, the least desirable kind of partner is a private company. Can you elaborate on that? -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From wdonzelli at gmail.com Tue Aug 19 12:59:41 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Tue, 19 Aug 2008 13:59:41 -0400 Subject: Opening computer museums In-Reply-To: References: Message-ID: > One of the easiest ways to get off the ground with all the above stuff > that Will recommends is to operate under the umbrella of a larger > 501(c)3 organization. This means that you can ask for grants under > their name and give them a piece of it in return for operating under > their aegis. Warning! Thin ice! Money from grants is to be used for what the grant is for, and NOTHING else. If, as you propose, a piece of the grant is kicked back to the larger organization, and this is not spelled out explicitly in the grant proposal - well, shit...fan...Clorox Wipes... The catch is that if you explicitly state this scheme in the proposal, the grant will likely not be given. -- Will From mcguire at neurotica.com Tue Aug 19 13:18:12 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Tue, 19 Aug 2008 14:18:12 -0400 Subject: Opening computer museums In-Reply-To: <6.2.3.4.2.20080819104504.06a82dc0@mail.threedee.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <48A8E29F.7080605@oldskool.org> <48A99D9D.8040307@gmail.com> <6.2.3.4.2.20080819104504.06a82dc0@mail.threedee.com> Message-ID: <34F27A49-28AA-4031-84B3-7B76239331BE@neurotica.com> On Aug 19, 2008, at 11:49 AM, John Foust wrote: >> someone really should open a vintage computer museum near >> chicago...Ive toyed with the idea, i think space in the old 3com >> building in rolling meadows would be a fitting place for vintage >> computing.... > > I'd love to hear from anyone actually operating a computer museum. > They seem like money sinks. You need benefactor$. Obviously, the > best location for a computer museum would be where rich computer > people like to live. Name one thing that's cool and ISN'T a money sink... ;) -Dave -- Dave McGuire Port Charlotte, FL From jules.richardson99 at gmail.com Tue Aug 19 13:17:14 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Tue, 19 Aug 2008 13:17:14 -0500 Subject: Opening computer museums In-Reply-To: References: <8433.65.126.154.6.1219162993.squirrel@vandal.degnanco.net> <200808191642.m7JGgTeQ041157@keith.ezwind.net> Message-ID: <48AB0E2A.9040607@gmail.com> William Donzelli wrote: >> Trivia! What was to be the first museum to feature computers as a >> major portion of the collection? > > Oops, forgot me quotes. "first". Ha ha! I think the Bletchley Park one started up sometime in '92 or '93, but was little more than a big room stuffed full of kit - with a few "hands on" systems - for years. I very much doubt it was the first world-wide... Mind you - trick question? Your "was to be" didn't escape me - was there something years ago that never made it out of the planning stage? cheers Jules From bfranchuk at jetnet.ab.ca Tue Aug 19 13:27:43 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Tue, 19 Aug 2008 12:27:43 -0600 Subject: Opening computer museums - humor In-Reply-To: <34F27A49-28AA-4031-84B3-7B76239331BE@neurotica.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <48A8E29F.7080605@oldskool.org> <48A99D9D.8040307@gmail.com> <6.2.3.4.2.20080819104504.06a82dc0@mail.threedee.com> <34F27A49-28AA-4031-84B3-7B76239331BE@neurotica.com> Message-ID: <48AB109F.1070800@jetnet.ab.ca> Dave McGuire wrote: > > Name one thing that's cool and ISN'T a money sink... ;) > Cars with fins ... :) > -Dave > With this list ... you open the muesum inside the computer ... This was my kitchen... Remeber once you had a sofa there. :) From jules.richardson99 at gmail.com Tue Aug 19 13:24:21 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Tue, 19 Aug 2008 13:24:21 -0500 Subject: Opening computer museums In-Reply-To: <6.2.3.4.2.20080819104504.06a82dc0@mail.threedee.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <48A8E29F.7080605@oldskool.org> <48A99D9D.8040307@gmail.com> <6.2.3.4.2.20080819104504.06a82dc0@mail.threedee.com> Message-ID: <48AB0FD5.3090102@gmail.com> John Foust wrote: > At 03:11 PM 8/18/2008, joe lobocki wrote: >> someone really should open a vintage computer museum near >> chicago...Ive toyed with the idea, i think space in the old 3com >> building in rolling meadows would be a fitting place for vintage >> computing.... > > I'd love to hear from anyone actually operating a computer museum. > They seem like money sinks. They are. > Obviously, the > best location for a computer museum would be where rich computer > people like to live. That definitely works. > I'd love to hear the typical ratio between exhibit space and storage/repair > space, for example. I think our building is something like 10,000 sqft of exhibit space, 2000 repair space, 1000 'admin' (not including document archives). Estimating storage is more tricky, as we essentially had the run of a completely separate building so there wasn't really any hard limit. I'd guess at about 10,000 sqft of useful storage* being needed to house artifacts which weren't residing in the public display space, though. * good-dimensioned rooms with useful vertical racking. cheers Jules From jules.richardson99 at gmail.com Tue Aug 19 13:27:39 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Tue, 19 Aug 2008 13:27:39 -0500 Subject: Who is vintagecomputermuseum? In-Reply-To: References: Message-ID: <48AB109B.6060306@gmail.com> Richard wrote: > Not if its a smashed heap of plastic, asshole! My brain managed to scan that without the comma :/ (although people on ebay will sell anything...) From wdonzelli at gmail.com Tue Aug 19 13:36:31 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Tue, 19 Aug 2008 14:36:31 -0400 Subject: Who is vintagecomputermuseum? In-Reply-To: <48AB109B.6060306@gmail.com> References: <48AB109B.6060306@gmail.com> Message-ID: > > Not if its a smashed heap of plastic, asshole! > > > > My brain managed to scan that without the comma :/ > > (although people on ebay will sell anything...) One guy I bought out, with bunches of IBM S/1 and PC gear, sold, ummm, "leather goods" on Ebay. -- Will From Paul_Koning at Dell.com Tue Aug 19 13:42:27 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Tue, 19 Aug 2008 14:42:27 -0400 Subject: Opening computer museums References: <8433.65.126.154.6.1219162993.squirrel@vandal.degnanco.net> <200808191642.m7JGgTeQ041157@keith.ezwind.net> <48AB0E2A.9040607@gmail.com> Message-ID: <18603.5139.59701.9979@gargle.gargle.HOWL> >>>>> "Jules" == Jules Richardson writes: Jules> William Donzelli wrote: >>> Trivia! What was to be the first museum to feature computers as a >>> major portion of the collection? >> Oops, forgot me quotes. "first". Jules> Ha ha! I think the Bletchley Park one started up sometime in Jules> '92 or '93, but was little more than a big room stuffed full Jules> of kit - with a few "hands on" systems - for years. I very Jules> much doubt it was the first world-wide... Jules> Mind you - trick question? Your "was to be" didn't escape me - Jules> was there something years ago that never made it out of the Jules> planning stage? Good question. An early one is the computer museum that DEC built (Gordon Bell's idea?) in its Marlborough plant. That was in the 1980s I think. Later that became the Boston computer museum, which in fairly short order was run into the ground. Too bad. I saw the Marlborough version and it had some neat stuff. One of the oddball items was a part of the Goodyear STARAN. paul From legalize at xmission.com Tue Aug 19 14:12:04 2008 From: legalize at xmission.com (Richard) Date: Tue, 19 Aug 2008 13:12:04 -0600 Subject: Opening computer museums In-Reply-To: Your message of Tue, 19 Aug 2008 13:59:41 -0400. Message-ID: In article , "William Donzelli" writes: > > One of the easiest ways to get off the ground with all the above stuff > > that Will recommends is to operate under the umbrella of a larger > > 501(c)3 organization. This means that you can ask for grants under > > their name and give them a piece of it in return for operating under > > their aegis. > > Warning! Thin ice! > > Money from grants is to be used for what the grant is for, and NOTHING > else. Yeah, but part of the grant always goes to administrative overhead. At any rate, the grant is going to be issued as the parent organization and not directly to you; that's the whole point of working under an umbrella organization. But yes, you're correct that grants are legal documents with restrictions that have to be observed. You don't want to be operating under an organization that isn't going to be paying attention to how you write and word grants in their name. I was being sloppy in my description of the process, IANAL, etc. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From legalize at xmission.com Tue Aug 19 14:14:41 2008 From: legalize at xmission.com (Richard) Date: Tue, 19 Aug 2008 13:14:41 -0600 Subject: Opening computer museums In-Reply-To: Your message of Tue, 19 Aug 2008 14:42:27 -0400. <18603.5139.59701.9979@gargle.gargle.HOWL> Message-ID: In article <18603.5139.59701.9979 at gargle.gargle.HOWL>, Paul Koning writes: > An early one is the computer museum that DEC built (Gordon Bell's > idea?) in its Marlborough plant. That was in the 1980s I think. > Later that became the Boston computer museum, which in fairly short > order was run into the ground. I thought the Boston Computer Museum moved to silicon valley and became the Computer History Museum. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From mbbrutman-cctalk at brutman.com Tue Aug 19 15:23:52 2008 From: mbbrutman-cctalk at brutman.com (Michael B. Brutman) Date: Tue, 19 Aug 2008 14:23:52 -0600 Subject: IBM LPFK reverse engineering In-Reply-To: References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <2030F335-68C1-40EB-9911-E1ECF7B383E6@neurotica.com> <48A87B52.1010604@philpem.me.uk> <6A8E064B-B6D5-43A7-A775-DB3AA9E17836@neurotica.com> Message-ID: <48AB2BD8.2020208@brutman.com> I got it! I had help from inside the blue wall. Details coming shortly ... Mike From evan at snarc.net Tue Aug 19 14:22:29 2008 From: evan at snarc.net (Evan Koblentz) Date: Tue, 19 Aug 2008 15:22:29 -0400 (EDT) Subject: Opening computer museums In-Reply-To: References: Message-ID: <2124.65.126.154.6.1219173749.squirrel@vandal.degnanco.net> > > In article <200808191658.m7JGwWHZ043559 at keith.ezwind.net>, > "Evan" writes: > >> IMHO, the least desirable kind of partner is a private company. > > Can you elaborate on that? If museum space is co-located inside a private company, then there can be all sorts of issues. If the company needs its space back; if the company folds; if the company has its own agenda; etc. ... but the biggest issue is that the general public won't view it as a "museum" but rather as a private collection. From evan at snarc.net Tue Aug 19 14:27:09 2008 From: evan at snarc.net (Evan Koblentz) Date: Tue, 19 Aug 2008 15:27:09 -0400 (EDT) Subject: Opening computer museums In-Reply-To: References: Message-ID: <3627.65.126.154.6.1219174029.squirrel@vandal.degnanco.net> > Operating a computer museum is easy. Operating one for a living is hard. Yes. I neglected to mention -- our museum is ALL VOLUNTEER. Once in a while we pay laborers or professional contractors. But our museum is purely operated by us, out of passion for the artifacts and education and history. We all have families, full-time day jobs, etc. If "profit" and "making a living" is the motivation, then opening a museum is not a good move. But like any business, you can't just wing it and expect to succeed long-term. You've got to have a solid plan. For example, one of first exhibits is focused on computer history from our local region, and another is focused on computer history of the military and the Army Signal Corps, because our museum campus was formerly an important Signal Corp laboratory. From evan at snarc.net Tue Aug 19 14:29:43 2008 From: evan at snarc.net (Evan Koblentz) Date: Tue, 19 Aug 2008 15:29:43 -0400 (EDT) Subject: Opening computer museums In-Reply-To: References: Message-ID: <4688.65.126.154.6.1219174183.squirrel@vandal.degnanco.net> >> I thought the Boston Computer Museum moved to silicon valley and became the Computer History Museum. Indirectly. It closed around the same time that Gordon got a job with Microsoft Research in California. His wife Gwen was the primary museum advocate. So most of the Boston museum's collection went west to the CHM. Other parts went to the Boston Science Museum. But the Boston computer museum did not "move" in the literal sense to Silicon Valley, From wdonzelli at gmail.com Tue Aug 19 14:40:17 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Tue, 19 Aug 2008 15:40:17 -0400 Subject: Opening computer museums In-Reply-To: References: Message-ID: > Yeah, but part of the grant always goes to administrative overhead. Splat! "Administrative overhead" is a big red flag for the organizations that are issuing the grants. It is the easiest way to hide little "extras" in a grant that get used for things outside the scope of the proposal. Now these things might be valid expenses - or they may be a new boat and car for the researcher. Because it is not clear how this overhead is being spent without an audit of some sort, many organizations will discard proposals that have "administrative overhead". Every real organization has administrative overhead with any project it does - it should be dealt with independently. The rule of thumb for writing a grant proposal that has a chance of being accepted is to be extremely specific about the project, and not include places where "extras" can be hidden. For example, if a computer museum wants a new floor for the data center, the grant proposal really should include only the projected costs of the materials, transportation, and labor, all broken down into real numbers. Not a penny more to anything not related directly to the floor. > At any rate, the grant is going to be issued as the parent > organization and not directly to you; that's the whole point of > working under an umbrella organization. But yes, you're correct that > grants are legal documents with restrictions that have to be observed. It is wiser to keep any kick backs to the parent organization completely outside any grants, and wise to keep them above the table. -- Will From wdonzelli at gmail.com Tue Aug 19 14:52:19 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Tue, 19 Aug 2008 15:52:19 -0400 Subject: Opening computer museums In-Reply-To: <48AB0FD5.3090102@gmail.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <48A8E29F.7080605@oldskool.org> <48A99D9D.8040307@gmail.com> <6.2.3.4.2.20080819104504.06a82dc0@mail.threedee.com> <48AB0FD5.3090102@gmail.com> Message-ID: > > I'd love to hear from anyone actually operating a computer museum. > > They seem like money sinks. > > > > They are. They also can be money sources, when well run. There are plenty of museums of all sorts that have managed to balance things out. -- Will From legalize at xmission.com Tue Aug 19 15:03:27 2008 From: legalize at xmission.com (Richard) Date: Tue, 19 Aug 2008 14:03:27 -0600 Subject: Opening computer museums In-Reply-To: Your message of Tue, 19 Aug 2008 15:40:17 -0400. Message-ID: In article , "William Donzelli" writes: > The rule of thumb for writing a grant proposal that has a chance of > being accepted is to be extremely specific about the project, and not > include places where "extras" can be hidden. [...] Clearly Will knows a *lot* more about writing grants than I do. I've never written a grant. So don't listen to me, please :-). -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From cclist at sydex.com Tue Aug 19 15:04:03 2008 From: cclist at sydex.com (Chuck Guzis) Date: Tue, 19 Aug 2008 13:04:03 -0700 Subject: OT: First computer museum, was: Opening computer museums In-Reply-To: <48AB0E2A.9040607@gmail.com> References: <8433.65.126.154.6.1219162993.squirrel@vandal.degnanco.net>, , <48AB0E2A.9040607@gmail.com> Message-ID: <48AAC4C3.6630.B3D10C2@cclist.sydex.com> I suppose it depends on the definition of "major", "museum" and "depends". But I recall IBM exhibits at Chicago's Museum of Science and Industry at about the same time that Hammond had a major exhibit extolling their tonewheel technology for organs. That would be what, late 1950's, early 60's? I recall a cutaway of a 305 RAMAC as being part of the exhibit as well as some cool relay-operated pushbutton exhibits. When I visited the Deutsches Museum in the 70's, they had already started accumulating computer gear. By either of these measures, BCM was a latecomer. Cheers, Chuck From jules.richardson99 at gmail.com Tue Aug 19 15:14:08 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Tue, 19 Aug 2008 15:14:08 -0500 Subject: Opening computer museums In-Reply-To: References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <48A8E29F.7080605@oldskool.org> <48A99D9D.8040307@gmail.com> <6.2.3.4.2.20080819104504.06a82dc0@mail.threedee.com> <48AB0FD5.3090102@gmail.com> Message-ID: <48AB2990.50609@gmail.com> William Donzelli wrote: >>> I'd love to hear from anyone actually operating a computer museum. >>> They seem like money sinks. >>> >> They are. > > They also can be money sources, when well run. There are plenty of > museums of all sorts that have managed to balance things out. Really? I doubt many can survive - and turn a profit - with money coming just from ticket sales, shop, food sales etc.; they all rely on public donation money, lottery money, government handouts etc. to keep themselves afloat. From wdonzelli at gmail.com Tue Aug 19 15:40:43 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Tue, 19 Aug 2008 16:40:43 -0400 Subject: Opening computer museums In-Reply-To: <48AB2990.50609@gmail.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <48A8E29F.7080605@oldskool.org> <48A99D9D.8040307@gmail.com> <6.2.3.4.2.20080819104504.06a82dc0@mail.threedee.com> <48AB0FD5.3090102@gmail.com> <48AB2990.50609@gmail.com> Message-ID: > Really? I doubt many can survive - and turn a profit - with money coming > just from ticket sales, shop, food sales etc.; they all rely on public > donation money, lottery money, government handouts etc. to keep themselves > afloat. Profit tends to be tiny. Any profit pretty much needs to go into an endowment, for when things get tight. But, yes, there are plenty of well run museums that have figured out how to do it. Public donations and government (or corporate, or trust) handouts are often, but not always, part of the equation. -- Will From wdonzelli at gmail.com Tue Aug 19 15:46:22 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Tue, 19 Aug 2008 16:46:22 -0400 Subject: Opening computer museums In-Reply-To: References: Message-ID: > Clearly Will knows a *lot* more about writing grants than I do. I've > never written a grant. So don't listen to me, please :-). I am involved with some organizations and family that feast or famine with writing such proposals. And I am glad you are not taking this as a flame - I am saving my fuel for someone else. -- Will From alexandre-listas at e-secure.com.br Tue Aug 19 15:39:49 2008 From: alexandre-listas at e-secure.com.br (Alexandre Souza) Date: Tue, 19 Aug 2008 17:39:49 -0300 Subject: PC keyboards References: <48AAD08E.80800@gmail.com> Message-ID: <031f01c9023c$9bde9a00$02fea8c0@portajara> > Hey all, I'm soliciting ideas for a (full-size) PC keyboard to go with my > laptop (which one of the dogs saw fit to trample) - which unfortunately > means it has to be USB (spit!) I use an IBM model M with a PS2-to-USB converter :o) > Maybe someone does a USB to PC-AT or PS/2 converter unit, which would > allow me to connect an older keyboard? These are cheap in Brazil, wants me to send you one? From frustum at pacbell.net Tue Aug 19 16:04:31 2008 From: frustum at pacbell.net (Jim Battle) Date: Tue, 19 Aug 2008 16:04:31 -0500 Subject: yet again: shipping advice Message-ID: <48AB355F.4020600@pacbell.net> I obtained the Wang 1200 word processor that was mentioned few weeks from list member Bradley Slavik (thanks!). it is sitting in my sister's garage in Berwyn IL (just west of Chicago). I need to ship it to Austin, tx. My hand wave on the item, not having seen it, but having a picture of one in a brochure. 4" wide, 2.5" deep, 3.5" high, 100 lbs or so. It turns out 100 lbs is a price boundary, but up to 200 lbs is only about $50 more. Based on my hand wave of dimensions and weight, craters & freighters quoted $500 to pick it up in berwyn (60402), crate it, and ship it to austin (78737). Certainly you couldn't pay me $500 to do it myself, so on that basis they are the best option I have so far. I know various people on this list have had better or worse experience with shippers, and I don't mean to get into that discussion again. I was just wondering if this quote is reasonable. Thanks From silent700 at gmail.com Tue Aug 19 16:11:31 2008 From: silent700 at gmail.com (Jason T) Date: Tue, 19 Aug 2008 16:11:31 -0500 Subject: yet again: shipping advice In-Reply-To: <48AB355F.4020600@pacbell.net> References: <48AB355F.4020600@pacbell.net> Message-ID: <51ea77730808191411t4da00524uff9c1a932c92b20b@mail.gmail.com> On Tue, Aug 19, 2008 at 4:04 PM, Jim Battle wrote: > My hand wave on the item, not having seen it, but having a picture of one in > a brochure. 4" wide, 2.5" deep, 3.5" high, 100 lbs or so. It turns out 100 > lbs is a price boundary, but up to 200 lbs is only about $50 more. Having seen this machine, I'd say your dimensions are about right (in feet, of course ;) but the weight was at least double that, if not triple. It's basically a desk with a lot of boards and a tape drive inside, and a Selectric 1 on it. From feldman.r at comcast.net Tue Aug 19 16:18:35 2008 From: feldman.r at comcast.net (feldman.r at comcast.net) Date: Tue, 19 Aug 2008 21:18:35 +0000 Subject: Opening computer museums Message-ID: <081920082118.14238.48AB38AB00034D560000379E22007589429DD2020E030B040A00@comcast.net> >Message: 22 >Date: Tue, 19 Aug 2008 15:40:17 -0400 >From: "William Donzelli" >Subject: Re: Opening computer museums >> Yeah, but part of the grant always goes to administrative overhead. >Splat! >"Administrative overhead" is a big red flag for the organizations that >are issuing the grants. >> At any rate, the grant is going to be issued as the parent >> organization and not directly to you; that's the whole point of >> working under an umbrella organization. But yes, you're correct that >> grants are legal documents with restrictions that have to be observed. >It is wiser to keep any kick backs to the parent organization >completely outside any grants, and wise to keep them above the table. >-- >Will Having worked at the Field Museum of Natural History in Chicago, and written a number of grant proposals, I can say that whether or not you include overhead depends both on to whom you are applying (do they allow overhead?) and the institution through which you are applying. Some institutions will let you get by without writing overhead into your grant, while others will insist on overhead greater than what you are asking for in the first place. Overhead rates are usually negotiated in advance between the institution and the granting agency, and the rates vary depending on the use of the money -? salary usually gets a higher overhead rate. At the FMNH, you couldn?t even _talk_ to funding sources without first clearing it with the grants office. The main reason for that was that, by asking the funding source about funding your project, you might jeopardize the funding of other projects that were already in the works or planned. Bob From frustum at pacbell.net Tue Aug 19 16:21:51 2008 From: frustum at pacbell.net (Jim Battle) Date: Tue, 19 Aug 2008 16:21:51 -0500 Subject: yet again: shipping advice In-Reply-To: <51ea77730808191411t4da00524uff9c1a932c92b20b@mail.gmail.com> References: <48AB355F.4020600@pacbell.net> <51ea77730808191411t4da00524uff9c1a932c92b20b@mail.gmail.com> Message-ID: <48AB396F.2090607@pacbell.net> Jason T wrote: > On Tue, Aug 19, 2008 at 4:04 PM, Jim Battle wrote: >> My hand wave on the item, not having seen it, but having a picture of one in >> a brochure. 4" wide, 2.5" deep, 3.5" high, 100 lbs or so. It turns out 100 >> lbs is a price boundary, but up to 200 lbs is only about $50 more. > > Having seen this machine, I'd say your dimensions are about right (in > feet, of course ;) but the weight was at least double that, if not > triple. It's basically a desk with a lot of boards and a tape drive > inside, and a Selectric 1 on it. Oof, an unintended spinal tap moment. Indeed, 4' x 2.5' x 3.5' is what I meant. Thanks for the clarification. From wdonzelli at gmail.com Tue Aug 19 16:21:58 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Tue, 19 Aug 2008 17:21:58 -0400 Subject: yet again: shipping advice In-Reply-To: <48AB355F.4020600@pacbell.net> References: <48AB355F.4020600@pacbell.net> Message-ID: > I obtained the Wang 1200 word processor that was mentioned few weeks from > list member Bradley Slavik (thanks!). it is sitting in my sister's garage > in Berwyn BER-wyn! > IL. My hand wave on the item, not having seen it, but having a picture of one > in a brochure. 4" wide, 2.5" deep, 3.5" high, 100 lbs or so. It turns out > 100 lbs is a price boundary, but up to 200 lbs is only about $50 more. I assume you mean feet, and not inches. Careful, Nigel. I would think this mould be more than 100 pounds or so. Wang stuff is pretty lightly made, but 4 feet wide is pretty big. > Based on my hand wave of dimensions and weight, craters & freighters quoted > $500 to pick it up in berwyn BER-wyn! > (60402), crate it, and ship it to austin > (78737). Certainly you couldn't pay me $500 to do it myself, so on that > basis they are the best option I have so far. It seems steep, but all freight quotes these days are. I doubt you will do much better, except if you ask that the machine not be crated (risky!). -- Will From wdonzelli at gmail.com Tue Aug 19 18:44:07 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Tue, 19 Aug 2008 19:44:07 -0400 Subject: OT: First computer museum, was: Opening computer museums In-Reply-To: <48AAC4C3.6630.B3D10C2@cclist.sydex.com> References: <8433.65.126.154.6.1219162993.squirrel@vandal.degnanco.net> <48AB0E2A.9040607@gmail.com> <48AAC4C3.6630.B3D10C2@cclist.sydex.com> Message-ID: > I suppose it depends on the definition of "major", "museum" and > "depends". But I recall IBM exhibits at Chicago's Museum of Science > and Industry at about the same time that Hammond had a major exhibit > extolling their tonewheel technology for organs. That would be what, > late 1950's, early 60's? I recall a cutaway of a 305 RAMAC as being > part of the exhibit as well as some cool relay-operated pushbutton > exhibits. Well, displaying a RAMAC when RAMACs were still in service is sort of a big advertisement - not a whole lot of history. "Answer" in a few hours. -- Will From george at rachors.com Tue Aug 19 18:48:53 2008 From: george at rachors.com (George L. Rachor Jr.) Date: Tue, 19 Aug 2008 16:48:53 -0700 (PDT) Subject: Opening computer museums In-Reply-To: <8433.65.126.154.6.1219162993.squirrel@vandal.degnanco.net> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <48A8E29F.7080605@oldskool.org> <48A99D9D.8040307@gmail.com> <6.2.3.4.2.20080819104504.06a82dc0@mail.threedee.com> <8433.65.126.154.6.1219162993.squirrel@vandal.degnanco.net> Message-ID: <20080819164746.R64086@racsys.rachors.com> > > So my advice to anyone who wants to start a computer museum is: have a > promise of physical space BEFORE you start collecting artifacts; > understand the budget and insurance issues; and never go it alone. > > I'd be glad to answer additional questions offline. Hmmmm, Should have heeded this advise about 20 years ago.. ========================================================= George L. Rachor Jr. george at rachors.com Hillsboro, Oregon http://rachors.com United States of America Amateur Radio : KD7DCX From cclist at sydex.com Tue Aug 19 18:55:21 2008 From: cclist at sydex.com (Chuck Guzis) Date: Tue, 19 Aug 2008 16:55:21 -0700 Subject: OT: Pushing pins In-Reply-To: <18602.52295.595928.288596@gargle.gargle.HOWL> References: <48A6ED5D.1000802@brutman.com>, <18602.52295.595928.288596@gargle.gargle.HOWL> Message-ID: <48AAFAF9.16990.C10D19B@cclist.sydex.com> On 19 Aug 2008 at 9:36, Paul Koning wrote: > How about a pushing tool that is drilled to accept the wire wrap pin > square, but only part way? Then you can push until the tool meets the > board. So long as the hole is deep enough to give enough support (so > the pin doesn't bend) that would do the job, right? No need to push > the pin's shoulder (if any) that way. I made the tool you describe. I took some 3/16" brass rod and turned the last inch or so down to 0.100" (thick on top to provide a striking surface, thin below for clearance) and drilled an 0.9mm hole in the small end deep enough to allow a pin to be just pushed clear of the board when the tool bottoms against the PCB. It's beauty in simplicity. Put the tool over a pin, give it a whack with a small mallet (I use a jeweler's rawhide hammer) and out pops the pin--no damage to the "tail" at all. Put the board wiring side up over a couple of supports and you can really move right along. Great idea--many thanks! I hated to see all of those gold-plated pins go to waste... --Chuck From mbbrutman-cctalk at brutman.com Tue Aug 19 20:42:41 2008 From: mbbrutman-cctalk at brutman.com (Michael B. Brutman) Date: Tue, 19 Aug 2008 19:42:41 -0600 Subject: Vintage Computer and Gaming Marketplace In-Reply-To: <48055D65.10803@brutman.com> References: <48055D65.10803@brutman.com> Message-ID: <48AB7691.7090706@brutman.com> Just another plug - Erik Klein (vintage-computer.com) has upgraded the software at http://marketplace.vintage-computer.com/ . The last version was driving us crazy. If you are looking to buy/sell something and you want to avoid that big name auction site, try the Marketplace. No fees, and it's frequented by like-minded people. Mike PCjr nutcase From mbbrutman-cctalk at brutman.com Tue Aug 19 20:48:24 2008 From: mbbrutman-cctalk at brutman.com (Michael B. Brutman) Date: Tue, 19 Aug 2008 19:48:24 -0600 Subject: IBM LPFK reverse engineering In-Reply-To: <48AB2BD8.2020208@brutman.com> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <2030F335-68C1-40EB-9911-E1ECF7B383E6@neurotica.com> <48A87B52.1010604@philpem.me.uk> <6A8E064B-B6D5-43A7-A775-DB3AA9E17836@neurotica.com> <48AB2BD8.2020208@brutman.com> Message-ID: <48AB77E8.3010009@brutman.com> IBM LPFK 6094-020 victims .. It's been a year, but I finally found what I was looking for. Which is good because I was about to go mideval on an AIX 4.3 box to get the data that I needed. ;-) Somebody deep inside the Blue Wall had the docs on a CD-ROM. Here is the quick summary: Protocol: 9600,O,8,1 with no handshaking Commands (shown in hex) 0x01: Reset: Similar to the power on reset. Leaves the LPFK in the 'disabled' state with all indicators off. 0x06: Read configuration: Upon getting this byte the LPFK responds with 0x03. Helpful for determining if the LPFK is active on a serial port. 0x08: Enable: Tells the LPFK that it may process and send keystroke data to the host machine. 0x09: Disable: Keyboard input is disabled. The LPFK will still respond to Reset and Read Configuration 0x94: Set Indicators: This command is followed by four more bytes which is a bitmap that represents the indicator lights on the keys. If the bit for a key is turned on, the light will be turned on. If the bit for a key is 0, the light will be turned off. Keys are numbered from 0 to 31. Responses from the LPFK: 0x00 to 0x1F: Keystroke: The corresponding key on the LPFK was hit. These responses are only sent when the LPFK has been enabled using the Enable command. 0x80: Retransmit: The LPFK sends this if there was an error on the last Set Indicators command and it wants the host machine to retransmit it. 0x81: OK: The LPFK sends this if the last Set Indicators command was received successfully. All of this is also written up at http://brutman.com/IBM_LPFK/IBM_LPFK.html for the good of the greater public. Now I need to figure out how to run 9600 bps on a PCjr .. it doesn't like anything over 2400. (4800 or 9600 might be ok, as it just is one byte being received.) Mike From ethan.dicks at usap.gov Tue Aug 19 21:04:33 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Wed, 20 Aug 2008 02:04:33 +0000 Subject: IBM LPFK reverse engineering In-Reply-To: <48AB77E8.3010009@brutman.com> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <2030F335-68C1-40EB-9911-E1ECF7B383E6@neurotica.com> <48A87B52.1010604@philpem.me.uk> <6A8E064B-B6D5-43A7-A775-DB3AA9E17836@neurotica.com> <48AB2BD8.2020208@brutman.com> <48AB77E8.3010009@brutman.com> Message-ID: <20080820020433.GB25780@usap.gov> On Tue, Aug 19, 2008 at 07:48:24PM -0600, Michael B. Brutman wrote: > > IBM LPFK 6094-020 victims .. Yes?!? > It's been a year, but I finally found what I was looking for. Which is > good because I was about to go mideval on an AIX 4.3 box to get the data > that I needed. ;-) Somebody deep inside the Blue Wall had the docs on a > CD-ROM. Nicely done! > Here is the quick summary: > > Protocol: 9600,O,8,1 with no handshaking... . . . > All of this is also written up at > http://brutman.com/IBM_LPFK/IBM_LPFK.html for the good of the greater > public. Thanks for the writeup. I look forward to trying this out on my LPFKs when I get home. The protocol you describe is radically different from the one that codeninja describes at http://codeninja.de/lpfk/ My first guess is that there are two versions of the firmware running around, but is there any way to confirm that? Minor variations in IBM part numbers or what the keyboards were intended to attach to? In terms of usage, were there overlay cards for different applications, or how did you tell what keys meant what? Were the LEDs used in practice to light up to confirm keypress, or were they used to indicate which functions were enabled, or what? I've used dialboxes with graphic workstations in the past, but I've never worked with a keypad like this. I'm just trying to get a handle on how it was used. I have my own ideas about what to use one for (LCDproc, an open source project I work on, for example), but I'm just curious why this keypad has the features it does and how it was originally used. Thanks! -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 20-Aug-2008 at 01:50 Z South Pole Station PSC 468 Box 400 Temp -92.7 F (-69.3 C) Windchill -135.4 F (-93.0 C) APO AP 96598 Wind 11.2 kts Grid 78 Barometer 666.8 mb (11130 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From mbbrutman-cctalk at brutman.com Tue Aug 19 22:33:03 2008 From: mbbrutman-cctalk at brutman.com (Michael B. Brutman) Date: Tue, 19 Aug 2008 21:33:03 -0600 Subject: IBM LPFK reverse engineering In-Reply-To: <20080820020433.GB25780@usap.gov> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <2030F335-68C1-40EB-9911-E1ECF7B383E6@neurotica.com> <48A87B52.1010604@philpem.me.uk> <6A8E064B-B6D5-43A7-A775-DB3AA9E17836@neurotica.com> <48AB2BD8.2020208@brutman.com> <48AB77E8.3010009@brutman.com> <20080820020433.GB25780@usap.gov> Message-ID: <48AB906F.4060401@brutman.com> Ethan Dicks wrote: > Thanks for the writeup. I look forward to trying this out on my LPFKs > when I get home. > > The protocol you describe is radically different from the one that > codeninja describes at http://codeninja.de/lpfk/ My first guess > is that there are two versions of the firmware running around, but is > there any way to confirm that? Minor variations in IBM part numbers or > what the keyboards were intended to attach to? I don't know where the codeninja guy got his information. After all of the research that I've done I don't think that he has a normal LPFK. His came from an engineering department and may have been modified, just like Dave & the guys here were talking about modifying theirs. > > In terms of usage, were there overlay cards for different applications, or > how did you tell what keys meant what? Were the LEDs used in practice > to light up to confirm keypress, or were they used to indicate which > functions were enabled, or what? I have a blank overlay and a CADAM overlay that labels the keystrokes. I will probably scan the blank shortly so that people can download and make their own. I think in practice the LEDs were used to indicate functions that were toggled on. And as you mentioned, they could also be set to show you what functions were legal/available to select. The only real wrinkle with this protocol is that the host has to 'confirm' each keypress by relighting the entire keyboard. (Their is no way to change just one key - you have to send the entire bitmap down.) It makes sense though - selecting one key could often have a side-effect on what other keys/functions would be available. > > I've used dialboxes with graphic workstations in the past, but I've never > worked with a keypad like this. I'm just trying to get a handle on how > it was used. I have my own ideas about what to use one for (LCDproc, an > open source project I work on, for example), but I'm just curious why > this keypad has the features it does and how it was originally used. > > Thanks! > > -ethan > I decided to be painful to myself and I fired up the PCjr and Zbasic, a crufty old BASIC compiler. Zbasic is nice because it supports a primitive form of structured BASIC, but it's definitely got some bugs in the COM handling code. The PCjr is only spec'ed to handle up to 2400 bps, but for single character transmissions like this it is doing fine. I'm looking forward to running a telnet BBS on it and using the keypad as a combination status indicator/input device. That way I can know how busy the machine is an interact with it in a limited way without turning the monitor on. Evil grin .. each lit button represents a connection to kill. :-) Mike From ethan.dicks at usap.gov Tue Aug 19 22:04:02 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Wed, 20 Aug 2008 03:04:02 +0000 Subject: IBM LPFK reverse engineering In-Reply-To: <48AB906F.4060401@brutman.com> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <2030F335-68C1-40EB-9911-E1ECF7B383E6@neurotica.com> <48A87B52.1010604@philpem.me.uk> <6A8E064B-B6D5-43A7-A775-DB3AA9E17836@neurotica.com> <48AB2BD8.2020208@brutman.com> <48AB77E8.3010009@brutman.com> <20080820020433.GB25780@usap.gov> <48AB906F.4060401@brutman.com> Message-ID: <20080820030402.GB8392@usap.gov> On Tue, Aug 19, 2008 at 09:33:03PM -0600, Michael B. Brutman wrote: > Ethan Dicks wrote: > >Thanks for the writeup. I look forward to trying this out on my LPFKs > >when I get home. > > > >The protocol you describe is radically different from the one that > >codeninja describes at http://codeninja.de/lpfk/ ... > > I don't know where the codeninja guy got his information. After all of > the research that I've done I don't think that he has a normal LPFK. > His came from an engineering department and may have been modified, just > like Dave & the guys here were talking about modifying theirs. That's entirely possible. I was just wondering if there were two variants from IBM or not, but I suppose an engineering student could have replaced the MCU. > I have a blank overlay and a CADAM overlay that labels the keystrokes. > I will probably scan the blank shortly so that people can download and > make their own. Nice. Thank you. > I think in practice the LEDs were used to indicate functions that were > toggled on. And as you mentioned, they could also be set to show you > what functions were legal/available to select. OK. That seemed to be the obvious thing. > The only real wrinkle with this protocol is that the host has to > 'confirm' each keypress by relighting the entire keyboard. (Their is no > way to change just one key - you have to send the entire bitmap down.) > It makes sense though - selecting one key could often have a side-effect > on what other keys/functions would be available. Sure. It's also easier to implement. > I decided to be painful to myself and I fired up the PCjr and Zbasic, a > crufty old BASIC compiler. Zbasic is nice because it supports a > primitive form of structured BASIC, but it's definitely got some bugs in > the COM handling code. The PCjr is only spec'ed to handle up to 2400 > bps, but for single character transmissions like this it is doing fine. Not to get too far afield, but is the limitation something like interrupt response time? Reliance on the slow IBM BIOS routines? > I'm looking forward to running a telnet BBS on it and using the keypad > as a combination status indicator/input device. That way I can know how > busy the machine is an interact with it in a limited way without turning > the monitor on. I was also thinking of using the LEDs for checking things at a glance without either turning the monitor on, or having to move windows around (that's one of the things I use LCDproc for). Also... with the keys, it'd be possible to switch to the next song on xmms, etc. (another thing I use LCDproc for). > Evil grin .. each lit button represents a connection to kill. :-) Nice! Real BOFH stuff! "Goodbye, Butterman! *click*" -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 20-Aug-2008 at 02:50 Z South Pole Station PSC 468 Box 400 Temp -92.9 F (-69.4 C) Windchill -136.4 F (-93.6 C) APO AP 96598 Wind 11.7 kts Grid 81 Barometer 666.1 mb (11157 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From tiggerlasv at aim.com Tue Aug 19 22:27:50 2008 From: tiggerlasv at aim.com (tiggerlasv at aim.com) Date: Tue, 19 Aug 2008 23:27:50 -0400 Subject: yet again: shipping advice Message-ID: <8CAD08BDBC76720-C40-2B57@webmail-nc13.sysops.aol.com> Yes, you can do better on shipping. I am assuming that you're dropping the freight off at Craters & Freighters. With that in mind: Call Craters back, and have them quote you JUST on the packaging. Have them do the packing. . . they do good work. Pick the unit back up from them (They will more than likely put it into a large box, banded to a skid.) Take the unit to Forward Air in Des Plaines, and have them send it to Austin, hold for pickup. (They can also deliver it in Austin, but that of course is extra.) You can obtain a rate quote from them by calling their 800 number. See their website at: http://www.ForwardAir.com Forward Air will not accept unboxed or improperly packaged items. Based on the dimensions you provided, 48" x 30" x 42", I would GUESS that, packaged, you're looking at about 54" x 36" x 48" or so. . . That will give you a CHARGEABLE weight of about 375 lbs. . . Forward Air would charge about $207 total, to move it from Chicago to Austin. (Again, that is only from their dock, to their dock in Austin.) Although ForwardAir has relatively few problems with larger, properly packaged items, I would still insure it. As info. . . . T From pat at computer-refuge.org Tue Aug 19 22:43:16 2008 From: pat at computer-refuge.org (Patrick Finnegan) Date: Tue, 19 Aug 2008 23:43:16 -0400 Subject: Opening computer museums In-Reply-To: References: Message-ID: <200808192343.17564.pat@computer-refuge.org> On Tuesday 19 August 2008, William Donzelli wrote: > > Yeah, but part of the grant always goes to administrative overhead. > > Splat! > > "Administrative overhead" is a big red flag for the organizations > that are issuing the grants. It is the easiest way to hide little > "extras" in a grant that get used for things outside the scope of the > proposal. As a data point, my employer (Purdue) requires that 52% of all money received from a grant that's not for capital equipment go to "administrative overhead". All grants, and all costs that are not capital equipment (for Purdue, that's equipment purchases of $2500 or over) are required to have this, and the individual receiving the grant funds doesn't see $0.01 of the "overhead" money collected. This of course doesn't mean that small organizations will be able to do this, as I'm sure a small startup computer museum won't have the bargaining power to ask for or expect this, but I'd expect that some level of administrative overhead expenses would be reasonable, at a level of a few %. Pat -- Purdue University Research Computing --- http://www.rcac.purdue.edu/ The Computer Refuge --- http://computer-refuge.org From dgriffi at cs.csubak.edu Tue Aug 19 23:05:36 2008 From: dgriffi at cs.csubak.edu (David Griffith) Date: Tue, 19 Aug 2008 21:05:36 -0700 (PDT) Subject: Opening computer museums In-Reply-To: <200808192343.17564.pat@computer-refuge.org> References: <200808192343.17564.pat@computer-refuge.org> Message-ID: On Tue, 19 Aug 2008, Patrick Finnegan wrote: > This of course doesn't mean that small organizations will be able to do > this, as I'm sure a small startup computer museum won't have the > bargaining power to ask for or expect this, but I'd expect that some > level of administrative overhead expenses would be reasonable, at a > level of a few %. A couple of the CS professors at CSU Bakersfield have talked semi-seriously about starting a museum. -- David Griffith dgriffi at cs.csubak.edu A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? From rtellason at verizon.net Tue Aug 19 23:54:03 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Wed, 20 Aug 2008 00:54:03 -0400 Subject: Discussion List Netiquette, Was: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: <81ECD115-A181-4128-91B7-F484345F6875@voysys.com> References: <48AA95E1.11628.A85F007@cclist.sydex.com> <81ECD115-A181-4128-91B7-F484345F6875@voysys.com> Message-ID: <200808200054.03463.rtellason@verizon.net> On Tuesday 19 August 2008 13:06, Marden P. Marshall wrote: > On Aug 19, 2008, at 12:44 PM, Chuck Guzis wrote: > > On 19 Aug 2008 at 11:45, Marden P. Marshall wrote: > >> Guys, two words "thread hijacking" > > > > Sorry, I was curious about the subject and thought to ask some > > questions about the current line of discussion. I'll keep my > > inquiring mind to myself in the future (fat chance). > > > > Cheers, > > Chuck > > If the current line of discussion does not match the subject line, > then the message thread has been hijacked. It is discourteous and > disrupting to other members of the community who might be trying to > follow the original subject. How would you feel if you had started a > new subject only to later see the discussion taken in a different, > unrelated direction. Also known as "topic drift", and something I'd consider to be perfectly normal in most situations where conversations are ongoing. Three words: "Get over it." The turns that some converstations have taken in here have been, to me, informative and entertaining and they're one of the reasons why I enjoy this list to the extent that I do. -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From classiccmp at philpem.me.uk Wed Aug 20 00:19:37 2008 From: classiccmp at philpem.me.uk (Philip Pemberton) Date: Wed, 20 Aug 2008 06:19:37 +0100 Subject: IBM LPFK reverse engineering In-Reply-To: <48AB906F.4060401@brutman.com> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <2030F335-68C1-40EB-9911-E1ECF7B383E6@neurotica.com> <48A87B52.1010604@philpem.me.uk> <6A8E064B-B6D5-43A7-A775-DB3AA9E17836@neurotica.com> <48AB2BD8.2020208@brutman.com> <48AB77E8.3010009@brutman.com> <20080820020433.GB25780@usap.gov> <48AB906F.4060401@brutman.com> Message-ID: <48ABA969.4010104@philpem.me.uk> Michael B. Brutman wrote: > I'm looking forward to running a telnet BBS on it and using the keypad > as a combination status indicator/input device. That way I can know how > busy the machine is an interact with it in a limited way without turning > the monitor on. > > Evil grin .. each lit button represents a connection to kill. :-) First off, thank you Michael! I'll be putting my LPFK back together tonight and wiring it up to the PC for testing. Plan #1 is a quick test program, #2 is a library to control it from a POSIX-type O/S (read: Linux). I was actually thinking about implementing the "Game of Life" on an LPFK to start with, or possibly the old "Lights Out" game. Just to see if it works, of course :) -- Phil. classiccmp at philpem.me.uk http://www.philpem.me.uk/ From steven.alan.canning at verizon.net Wed Aug 20 01:12:48 2008 From: steven.alan.canning at verizon.net (Scanning) Date: Tue, 19 Aug 2008 23:12:48 -0700 Subject: MCS-51 Tiny BASIC ( was Re: INS8073 ) References: <20080810225025.GA1587@usap.gov> <20080811005005.GA22840@usap.gov> <001301c8fb84$ab971800$0301a8c0@hal9000> <48A087C1.8030903@brouhaha.com> <48A095E7.1020308@neurotica.com> <000901c8fbfe$f54cdfa0$0301a8c0@hal9000> <7CE0945E-5602-4D8D-9E9F-3240080FE086@neurotica.com> Message-ID: <000701c9028b$c5624030$0301a8c0@hal9000> The 8051 Tiny BASIC could squeeze into 3K of memory; http://www.chac.org/bas-51.html Whereas the 8052 BASIC fit into 8K of memory; http://www.geocities.com/dsa_projects/electronics/8031-ah/8952-bas.html so I don't see that they are related. I've also never heard the 8052 version referred to as a Tiny BASIC ( or Palo Alto BASIC ). Best regards, Steven > > But definitely not any relation to the interpreter found in the > 8052AH-BASIC chip, though, right? Do you have any URLs handy? > > -Dave > > On Aug 11, 2008, at 6:09 PM, Scanning wrote: > > I've found numerous references to a MCS-51 Tiny BASIC for the 8051. > > Apparently it is 3 Kbytes so I would definitely put it in the Tom > > Pittman > > category for Tiny BASICs. > > > > Best regards, Steven > > > > > > > > ----- Original Message ----- > > From: "Dave McGuire" > > To: "General Discussion: On-Topic Posts Only" > > Sent: Monday, August 11, 2008 12:41 PM > > Subject: Re: INS8073 (was Re: HERO1 For sale...) > > > > > >> Eric Smith wrote: > >>> It's in 2.5KB of ROM, so it's definitely a tinier BASIC than in the > >>> competing Intel 8051AH-BASIC and Zilog Z8671, both of which had > >>> 4KB of > > ROM. > >> > >> Was there in fact an 8051AH-BASIC? I've worked extensively with > >> 8052AH-BASIC, and have never heard of an 8051 version. The 8052 > >> has 8KB > >> of ROM, compared to the 8051's 4KB. The BASIC interpreter > >> filled...and > >> I mean FILLED...that 8KB. It's extraordinarily dense code. > >> > >> The Z8671's BASIC, on the other hand, fits in the first 2KB of > >> ROM on > >> that chip. > >> > >> -Dave From gordon at gjcp.net Mon Aug 18 14:29:52 2008 From: gordon at gjcp.net (Gordon J. C. Pearce) Date: Mon, 18 Aug 2008 20:29:52 +0100 Subject: Power control connectors for BA4xx boxes?? In-Reply-To: <48A95004.32059.58D0B29@cclist.sydex.com> References: <002501c90147$aea207d0$cb01010a@Rhyme> , <48A99B7C.9020304@dunnington.plus.com> , <001501c90154$bcdc88e0$36959aa0$@com> <48A95004.32059.58D0B29@cclist.sydex.com> Message-ID: <1219087792.8384.1.camel@kusanagi> On Mon, 2008-08-18 at 10:33 -0700, Chuck Guzis wrote: > http://www.poweredusb.org/ > > > > Good grief, not another LNL connector! I despise those things > something awful. Stupid locking tabs that eventually get brittle and > break off. It might have worked okay for telephones (I'm not > convinced of that entirely), but for frequently-connected and dis- > connected USB devices? [groan] I assume that it's done that way for > one reason--because it's cheap. >From past experience, with IBM EPOS equipment, the connectors are pretty tough - not brittle polycarbonate like RJ45 plugs, but a kind of "chewy" polyurethane. For the very very few connect/disconnect cycles anticipated, they're way overspecified. Not even the most ham-fisted field circus engineer could break them. Gordon From snhirsch at gmail.com Tue Aug 19 12:10:24 2008 From: snhirsch at gmail.com (Steven Hirsch) Date: Tue, 19 Aug 2008 13:10:24 -0400 (EDT) Subject: Mindset hard disk interface Message-ID: Does anyone on the list know anything about this? I was given a Mindset with two plug-in modules: Mindset Host Adapter Interface Module Mindset Hard Disk Cartridge The former has a bus connector at one end and a DB37F on the other. No disk controller chip, just a bunch of TTL logic. I'm guessing either a proprietary bus or SCSI managed in software (a la Apple 2 Sider). The "Hard Disk Cartridge" contains a pair of EPROMs. Any information appreciated! Steve -- From snhirsch at gmail.com Tue Aug 19 13:01:41 2008 From: snhirsch at gmail.com (Steven Hirsch) Date: Tue, 19 Aug 2008 14:01:41 -0400 (EDT) Subject: Who is vintagecomputermuseum? In-Reply-To: <9A0079F4-39F9-4A29-BEF5-D9F44FEB6D79@neurotica.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <200808172021.m7HKLLlc031508@yagi.h-net.msu.edu> <67EDD4B0-94A6-4911-8FFF-F163AEF4DAAC@neurotica.com> <9A0079F4-39F9-4A29-BEF5-D9F44FEB6D79@neurotica.com> Message-ID: On Mon, 18 Aug 2008, Dave McGuire wrote: > On Aug 18, 2008, at 3:13 PM, Eric J Korpela wrote: >>> Does anyone have disk images of the 7300/3B1 OS distribution? >> >> I have the disks themselves, but haven't gotten around to imaging them. > > What release are they? I believe 3.51 was the last, from very dusty memory. They are 3.51 and, yes, AFAIK that was the latest. -- From snhirsch at gmail.com Tue Aug 19 13:02:47 2008 From: snhirsch at gmail.com (Steven Hirsch) Date: Tue, 19 Aug 2008 14:02:47 -0400 (EDT) Subject: Who is vintagecomputermuseum? In-Reply-To: References: Message-ID: On Mon, 18 Aug 2008, Richard wrote: > > vintagecomputermuseum is a guy in upstate NY. He charges a pretty > penny for what he sells on ebay and then *still* ships it to you in a > shitty box with insufficient packing so it arrives smashed. Taking the net of the responses, I think I know everything I need to know about that operation. -- From philip at axeside.co.uk Tue Aug 19 14:19:05 2008 From: philip at axeside.co.uk (Philip Belben) Date: Tue, 19 Aug 2008 20:19:05 +0100 Subject: OT: PC keyboards In-Reply-To: <48AAD08E.80800@gmail.com> References: <48AAD08E.80800@gmail.com> Message-ID: <48AB1CA9.2050203@axeside.co.uk> > Maybe someone does a USB to PC-AT or PS/2 converter unit, which would > allow me to connect an older keyboard? When I need a USB keyboard, I plug a PS/2 keyboard into this adapter (which is annoyingly not to be found on my desk, or plugged into the back of my SunBlade where it belongs): http://uk.rs-online.com/web/search/searchBrowseAction.html?method=getProduct&R=4561903 Philip. From julianskidmore at yahoo.com Tue Aug 19 19:41:21 2008 From: julianskidmore at yahoo.com (Julian Skidmore) Date: Tue, 19 Aug 2008 17:41:21 -0700 (PDT) Subject: More ETH Lilith goodies available Message-ID: <61134.70435.qm@web37107.mail.mud.yahoo.com> Jos Dreesen wrote: > My "simple" Linux/X11 version is still not running... My 'simple' MCode interpreter doesn't compile yet (at least I haven't tried to compile it). It's complete apart from the Blitting ops, but it's basically a straight translation from the M2P interpreter. :-) Nevertheless, I think your emulator is more ambitious than what I'd do, I only want to emulate at the MCode level. I think that's true to the spirit of Lilith, it's an abstract machine so the microarchitecture would have changed with future versions. > Is your C-code available somewhere ? I'll send you the file once it compiles, is that OK? You're welcome to host it on your ftp site. > Some more interesting facts : > 1 No hierarchical filesystem, > 2 dodgy & very noisy diskdrive, > 3 4 big & loud fans, > 4 apple-II compatible floppy disk with a 9600 bd serial access > 5 keytronics keyboard with those damned foampads > 6 problematic 4116's ( 128 of them ) > 7 asynchroneous access to the memory by graphics hardware > 8 instruction fetch unit and CPU etc. etc I've been aware of the Filesystem issue - if I were to implement a MCU-baesd PocketLilith I'd redo the filesystem to support directories and a useful disk size - 256Mb? (64K * 4K blocks). Otherwise, not having used one, I didn't know they were so temperamental. Going back to the whole Modula-2 / Lilith theme for the moment. For me, it really is all interesting. Let me take you back to my University days in the UK: 1986 - 1989. At the time we were taught Pascal and C as the main languages (with some 68000 assembler) and had the use of 512K Macs, 1Mb Mac Plusses and some brand-new Mac IIs. We missed out on object-orientation, but in our 3rd year, 1st year Students were being taught Modula-2, a 'big-boys' language, using an early version of MacMeth. But we never knew about Lilith; so we didn't know that Modula-2 wasn't just a conventional language hosted on a graphical computer, but a self-hosted universal systems language integrated with an early graphical computer. So, despite the weaknesses of the platform, the ambition of Lilith/Modula-2 is a real revelation. -cheers from Julz @P From coredump at gifford.co.uk Wed Aug 20 04:47:15 2008 From: coredump at gifford.co.uk (John Honniball) Date: Wed, 20 Aug 2008 10:47:15 +0100 Subject: IBM LPFK reverse engineering In-Reply-To: <48ABA969.4010104@philpem.me.uk> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <2030F335-68C1-40EB-9911-E1ECF7B383E6@neurotica.com> <48A87B52.1010604@philpem.me.uk> <6A8E064B-B6D5-43A7-A775-DB3AA9E17836@neurotica.com> <48AB2BD8.2020208@brutman.com> <48AB77E8.3010009@brutman.com> <20080820020433.GB25780@usap.gov> <48AB906F.4060401@brutman.com> <48ABA969.4010104@philpem.me.uk> Message-ID: <48ABE823.6030807@gifford.co.uk> Philip Pemberton wrote: > I was actually thinking about implementing the "Game of Life" on an LPFK > to start with, or possibly the old "Lights Out" game. Just to see if it > works, of course :) I took one of my "Lights Out" games to the Bristol Dorkbot last night, where it was very popular. I suppose one could modify a Lights Out game unit into a sort of LPFK, but with only 25 keys. Or you could do that with a Monome. http://en.wikipedia.org/wiki/Lights_Out_(game) http://en.wikipedia.org/wiki/Monome -- John Honniball coredump at gifford.co.uk From wdonzelli at gmail.com Wed Aug 20 07:00:04 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Wed, 20 Aug 2008 08:00:04 -0400 Subject: Opening computer museums In-Reply-To: <200808192343.17564.pat@computer-refuge.org> References: <200808192343.17564.pat@computer-refuge.org> Message-ID: > This of course doesn't mean that small organizations will be able to do > this, as I'm sure a small startup computer museum won't have the > bargaining power to ask for or expect this, but I'd expect that some > level of administrative overhead expenses would be reasonable, at a > level of a few %. I do not think so. It seems that the rules are different for larger institutions like Purdue or the Field Museum, mentioned previously. The organizations that I am familiar with are quite small, generally less that 10 people at any given time, and are probably more like a computer museum one of us would start. Anything beyond what is really needed for a project, the so called administrative overhead, is really something to be avoided. In the long term, it is good not to have it, as it builds a good track record showing proper use of a grant. The second one is easier to get than the first, the third is easier than either of those, and so forth. What is normal (and maybe a little source of the confusion here?) is that it is an unwritten rule to try to ask for more than what the project really needs, as it is often the case that what is ultimately granted is less than what was asked for. The key is to not be too greedy. -- Will From wdonzelli at gmail.com Wed Aug 20 07:35:41 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Wed, 20 Aug 2008 08:35:41 -0400 Subject: Opening computer museums In-Reply-To: References: <8433.65.126.154.6.1219162993.squirrel@vandal.degnanco.net> <200808191642.m7JGgTeQ041157@keith.ezwind.net> Message-ID: And the answer is the American Museum of Electricity, in Niskayuna, NY, near Albany. In the early 1960s, some of the people involved apparently were very much forward thinkers, and planned to have an entire wing of their building dedicated to computers. Other wings dealt with other branches of electricity and electronics. At the time, AME made quite a splash with their plans. They started to collect artifacts, sometimes from afar. They had big plans for a museum building, and started to line up some money. The even had a couple of magazine articles published. But, from what I can tell, they had a flawed internal structure. Essentially, they were a bunch of talk, interested in obtaining artifacts, PR and the "fun" stuff, but did a lackluster job on the business end. By the mid/late 1960s, it fell apart. >From what little info is out there, it is a prime example of how not to start a museum. Today, there is very little evidence left of the museum. The only artifacts I can trace are some documents, and their two electric locomotives. Some of the documents went to other museums, one of the locomotives ("Black Maria") went to trolley museum, and the other (NYC S-motor) rusts in the weeds. I very seriously wonder if they had any significant computer artifacts in the collection. In the early 60s, they were in prime territory to obtain all kinds of extremely significant pieces, as there were still first generation computers around. I doubt anything survived, however. If anyone has any info (or corrections) about AME, I would certainly like to here it. I have extremely little, and have been piecing things together. -- Will From frustum at pacbell.net Wed Aug 20 08:07:00 2008 From: frustum at pacbell.net (Jim Battle) Date: Wed, 20 Aug 2008 08:07:00 -0500 Subject: IBM LPFK reverse engineering In-Reply-To: <48ABE823.6030807@gifford.co.uk> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <2030F335-68C1-40EB-9911-E1ECF7B383E6@neurotica.com> <48A87B52.1010604@philpem.me.uk> <6A8E064B-B6D5-43A7-A775-DB3AA9E17836@neurotica.com> <48AB2BD8.2020208@brutman.com> <48AB77E8.3010009@brutman.com> <20080820020433.GB25780@usap.gov> <48AB906F.4060401@brutman.com> <48ABA969.4010104@philpem.me.uk> <48ABE823.6030807@gifford.co.uk> Message-ID: <48AC16F4.4060007@pacbell.net> John Honniball wrote: > Philip Pemberton wrote: >> I was actually thinking about implementing the "Game of Life" on an >> LPFK to start with, or possibly the old "Lights Out" game. Just to see >> if it works, of course :) > > I took one of my "Lights Out" games to the Bristol Dorkbot last night, > where it was very popular. I suppose one could modify a Lights Out > game unit into a sort of LPFK, but with only 25 keys. Or you could > do that with a Monome. > > http://en.wikipedia.org/wiki/Lights_Out_(game) Interesting. The wikipedia article says the game is from 1995. A very similar puzzle, except played on a 3x3 grid and the neighborhood around a move wrapped around the borders, appeared in a Processor Technology publication back in 1977, although its origin is even earlier (see comment below): http://www.sol20.org/articles/access_v1n4.pdf It used the numeric keyboard as the 3x3 pad to control game play. I reconstructed the source code from that publication: http://www.sol20.org/programs/galaxy.asm The comments for it say: ; PROGRAM ORIGINALLY SUBMITTED TO THE ; HEWLETT-PACKARD SOFTWARE LIBRARY IN BASIC ; SUBSEQUENTLY PUBLISHED BY PEOPLE'S COMPUTER ; COMPANY IN SEPT 74 AS "TEASER" ; WRITTEN IN 8008 CODE BY WILLARD I. NICO ; IN BYTE MAY 76 AS "SHOOTING STARS" ; ADAPTED TO 8080 CODE FOR USE WITH VDM-1 ; BY JERRY BACON ; S.I.L. PROGRAMMING LABORATORY ; BRASILIA, D.F. BRASIL ; ; DATE: 14 JAN 77 From hoelscher-kirchbrak at freenet.de Wed Aug 20 08:29:56 2008 From: hoelscher-kirchbrak at freenet.de (=?ISO-8859-1?Q?H=F6lscher?=) Date: Wed, 20 Aug 2008 15:29:56 +0200 Subject: First Northern Germany DECnet Party Message-ID: First Northern Germany DECnet Party, who wants to join? Who wants to install, configure, network, cluster or program ALPHAs, MIPSen, VAXen and PDPs just for fun together with 10 to 20 other DEC enthusiasts for a day or two? We want to join everything running on DEC hardware or talking DECnet, including simulators (e.g. simh). Beginners are welcome! Everyone brings along his computers and together we will build something really nice! Maybe there will even be some VAXstations to lend for the event. If there are enough persons willing to participate I will arrange a large room and other things needed ... Beside the activities mentioned above there are further things planned: - Barbecue - Hardware/Software/Manuals Swap - Talk, Discussions, Helping each other, ... A possible date would be the weekend 18./19.10.08. The location will be in the "Weserbergland" a little south of the town of Hameln. Details will follow when I know more! Please let me know if you would like to come! Ulli The VAXorcist P.S. I really do not know how many persons might be interested, but as a precaution I want you to know that I will limit the number of participants to a maximum of 20. From jfoust at threedee.com Wed Aug 20 08:34:16 2008 From: jfoust at threedee.com (John Foust) Date: Wed, 20 Aug 2008 08:34:16 -0500 Subject: Opening computer museums In-Reply-To: References: <8433.65.126.154.6.1219162993.squirrel@vandal.degnanco.net> <200808191642.m7JGgTeQ041157@keith.ezwind.net> Message-ID: <6.2.3.4.2.20080820083352.05b70610@mail.threedee.com> At 07:35 AM 8/20/2008, William Donzelli wrote: >And the answer is the American Museum of Electricity, in Niskayuna, >NY, near Albany. In the early 1960s, some of the people involved >apparently were very much forward thinkers, and planned to have an >entire wing of their building dedicated to computers. Other wings >dealt with other branches of electricity and electronics. Here's a few ambitious pictures. http://www.ginosrailpage.com/TandS/AME.html - John From jfoust at threedee.com Wed Aug 20 08:27:51 2008 From: jfoust at threedee.com (John Foust) Date: Wed, 20 Aug 2008 08:27:51 -0500 Subject: OT: PC keyboards In-Reply-To: <48AB1CA9.2050203@axeside.co.uk> References: <48AAD08E.80800@gmail.com> <48AB1CA9.2050203@axeside.co.uk> Message-ID: <6.2.3.4.2.20080820082653.05b74a10@mail.threedee.com> At 02:19 PM 8/19/2008, Philip Belben wrote: >When I need a USB keyboard, I plug a PS/2 keyboard into this adapter (which is annoyingly not to be found on my desk, or plugged into the back of my SunBlade where it belongs): > >http://uk.rs-online.com/web/search/searchBrowseAction.html?method=getProduct&R=4561903 $4 at Monoprice.com as "USB to PS/2 Dual PS2 Converter Adapter" - John From wdonzelli at gmail.com Wed Aug 20 08:54:31 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Wed, 20 Aug 2008 09:54:31 -0400 Subject: Opening computer museums In-Reply-To: <6.2.3.4.2.20080820083352.05b70610@mail.threedee.com> References: <8433.65.126.154.6.1219162993.squirrel@vandal.degnanco.net> <200808191642.m7JGgTeQ041157@keith.ezwind.net> <6.2.3.4.2.20080820083352.05b70610@mail.threedee.com> Message-ID: > > Here's a few ambitious pictures. > > http://www.ginosrailpage.com/TandS/AME.html With architecture straight out of the Jetsons. -- Will From ajp166 at verizon.net Wed Aug 20 09:53:42 2008 From: ajp166 at verizon.net (Allison) Date: Wed, 20 Aug 2008 10:53:42 -0400 Subject: MCS-51 Tiny BASIC ( was Re: INS8073 ) In-Reply-To: <000701c9028b$c5624030$0301a8c0@hal9000> References: <20080810225025.GA1587@usap.gov> <20080811005005.GA22840@usap.gov> <001301c8fb84$ab971800$0301a8c0@hal9000> <48A087C1.8030903@brouhaha.com> <48A095E7.1020308@neurotica.com> <000901c8fbfe$f54cdfa0$0301a8c0@hal9000> <7CE0945E-5602-4D8D-9E9F-3240080FE086@neurotica.com> <000701c9028b$c5624030$0301a8c0@hal9000> Message-ID: <48AC2FF6.8060303@verizon.net> diffs on the various basics: Scanning wrote: > The 8051 Tiny BASIC could squeeze into 3K of memory; > > http://www.chac.org/bas-51.html > > Whereas the 8052 BASIC fit into 8K of memory; > > http://www.geocities.com/dsa_projects/electronics/8031-ah/8952-bas.html > > this is full 8k BASIC with strings, floats, arrays and all. > so I don't see that they are related. I've also never heard the 8052 version > referred to as a Tiny BASIC ( or Palo Alto BASIC ). > > TB abd TBX references are for 8080/8085/z80 compatable integer BASICs. The 8051 version can be a "tiny" basic meaning integers, simple array, maybe simple strings. Nibl is an example of a non 8080 flavor integer basic. From looking around there are several BASICs around for the 8051/8031 family and the 8052AH is a specific programmed chip with a nicer 8k basic. Allison > Best regards, Steven > > > >> But definitely not any relation to the interpreter found in the >> 8052AH-BASIC chip, though, right? Do you have any URLs handy? >> >> -Dave >> >> On Aug 11, 2008, at 6:09 PM, Scanning wrote: >> >>> I've found numerous references to a MCS-51 Tiny BASIC for the 8051. >>> Apparently it is 3 Kbytes so I would definitely put it in the Tom >>> Pittman >>> category for Tiny BASICs. >>> >>> Best regards, Steven >>> >>> >>> >>> ----- Original Message ----- >>> From: "Dave McGuire" >>> To: "General Discussion: On-Topic Posts Only" >>> Sent: Monday, August 11, 2008 12:41 PM >>> Subject: Re: INS8073 (was Re: HERO1 For sale...) >>> >>> >>> >>>> Eric Smith wrote: >>>> >>>>> It's in 2.5KB of ROM, so it's definitely a tinier BASIC than in the >>>>> competing Intel 8051AH-BASIC and Zilog Z8671, both of which had >>>>> 4KB of >>>>> >>> ROM. >>> >>>> Was there in fact an 8051AH-BASIC? I've worked extensively with >>>> 8052AH-BASIC, and have never heard of an 8051 version. The 8052 >>>> has 8KB >>>> of ROM, compared to the 8051's 4KB. The BASIC interpreter >>>> filled...and >>>> I mean FILLED...that 8KB. It's extraordinarily dense code. >>>> >>>> The Z8671's BASIC, on the other hand, fits in the first 2KB of >>>> ROM on >>>> that chip. >>>> >>>> -Dave >>>> > > > From ploopster at gmail.com Wed Aug 20 10:06:40 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Wed, 20 Aug 2008 11:06:40 -0400 Subject: Discussion List Netiquette, Was: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: <81ECD115-A181-4128-91B7-F484345F6875@voysys.com> References: , <48AA852A.20681.A44A30F@cclist.sydex.com>, <2C816F04-7A9A-4A63-ACD7-1430AC61337B@voysys.com> <48AA95E1.11628.A85F007@cclist.sydex.com> <81ECD115-A181-4128-91B7-F484345F6875@voysys.com> Message-ID: <48AC3300.2020406@gmail.com> Marden P. Marshall wrote: > > On Aug 19, 2008, at 12:44 PM, Chuck Guzis wrote: > >> On 19 Aug 2008 at 11:45, Marden P. Marshall wrote: >> >>> Guys, two words "thread hijacking" >> >> Sorry, I was curious about the subject and thought to ask some >> questions about the current line of discussion. I'll keep my >> inquiring mind to myself in the future (fat chance). >> >> Cheers, >> Chuck >> >> > > If the current line of discussion does not match the subject line, then > the message thread has been hijacked. It is discourteous and disrupting > to other members of the community who might be trying to follow the > original subject. How would you feel if you had started a new subject > only to later see the discussion taken in a different, unrelated direction. First of all, it was related. Second of all, the right thing to do is to alter the subject line, not to curtail the discussion. Third of all, lighten up. Really. Peace... Sridhar From ccmpcpg at yahoo.de Wed Aug 20 10:30:42 2008 From: ccmpcpg at yahoo.de (=?iso-8859-1?Q?Christian_Gr=F6ssler?=) Date: Wed, 20 Aug 2008 15:30:42 +0000 (GMT) Subject: Olivetti BCS 2035 for pick up Message-ID: <218499.38537.qm@web23302.mail.ird.yahoo.com> Hi, I need the space, and I never managed to get documentation or a boot disk for it anyway. Here are some pictures: http://www.groessler.org/bild/bcs2035-1.jpg http://www.groessler.org/bild/bcs2035-2.jpg http://www.groessler.org/bild/bcs2035-3.jpg http://www.groessler.org/bild/bcs2035-4.jpg http://www.groessler.org/bild/bcs2035-5.jpg http://www.groessler.org/bild/bcs2035-6.jpg http://www.groessler.org/bild/bcs2035-7.jpg http://www.groessler.org/bild/bcs2035-8.jpg http://www.groessler.org/bild/bcs2035-9.jpg http://www.groessler.org/bild/bcs2035-10.jpg http://www.groessler.org/bild/bcs2035-11.jpg The covers missing on the pictures are all present. When turned on the monitor displays a blinking "HALT" message. I don't know if this is serious. I'm living in the Munich area. regards, chris __________________________________________________ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verf?gt ?ber einen herausragenden Schutz gegen Massenmails. http://mail.yahoo.com From ploopster at gmail.com Wed Aug 20 10:35:01 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Wed, 20 Aug 2008 11:35:01 -0400 Subject: PC keyboards In-Reply-To: <031f01c9023c$9bde9a00$02fea8c0@portajara> References: <48AAD08E.80800@gmail.com> <031f01c9023c$9bde9a00$02fea8c0@portajara> Message-ID: <48AC39A5.2080307@gmail.com> Alexandre Souza wrote: >> Hey all, I'm soliciting ideas for a (full-size) PC keyboard to go with >> my laptop (which one of the dogs saw fit to trample) - which >> unfortunately means it has to be USB (spit!) > > I use an IBM model M with a PS2-to-USB converter :o) I use a Unicomp Customizer. It's black/silver and has native USB. It also uses the famous IBM/Lexmark buckling-spring mechanism. Peace... Sridhar From sbolton at bfree.on.ca Wed Aug 20 10:43:34 2008 From: sbolton at bfree.on.ca (sbolton) Date: Wed, 20 Aug 2008 11:43:34 -0400 Subject: Opening Computer Museum In-Reply-To: <200808192047.m7JKlUYD030585@dewey.classiccmp.org> References: <200808192047.m7JKlUYD030585@dewey.classiccmp.org> Message-ID: <320c752d20c62c766d03de5a1553c9fd@bfree.on.ca> As someone who runs a museum - The Personal Computer Museum (www.pcmuseum.ca) in Brantford, Ontario, Canada I can tell you that it's a lot more work than you might think to get it going, keep it running, etc. As stated, there are many issues beyond just getting the place going. It depends on local laws as well. I'm currently a not-for-profit organization with "charitable objects". My "Charitable status" is still in the works and takes months. Getting it means a lot for those who donate computers and money, and in some cases for certain grants it is an absolute requirement. There are also "museum standards" that must be adhered to. Policies on how you manage the collection and everything else about it. We are JUST starting to get international attention and are growing - but I've been at it for almost 3 years of being open and I've been collecting for over 20. I am hoping to be at it full time by next year--but it's a SLOW process. If you wish to talk to me about it privately, email me at sbolton at bfree.on.ca and I'd be more than happy to share my experiences. From healyzh at aracnet.com Wed Aug 20 10:42:26 2008 From: healyzh at aracnet.com (Zane H. Healy) Date: Wed, 20 Aug 2008 08:42:26 -0700 Subject: First Northern Germany DECnet Party In-Reply-To: References: Message-ID: At 3:29 PM +0200 8/20/08, H?lscher wrote: >First Northern Germany DECnet Party, who wants to join? > >Who wants to install, configure, network, >cluster or program ALPHAs, MIPSen, VAXen and >PDPs just for fun together with 10 to 20 other >DEC enthusiasts for a day or two? Are you going to link into HECnet as part of the event? Zane -- | Zane H. Healy | UNIX Systems Administrator | | healyzh at aracnet.com (primary) | OpenVMS Enthusiast | | MONK::HEALYZH (DECnet) | Classic Computer Collector | +----------------------------------+----------------------------+ | Empire of the Petal Throne and Traveller Role Playing, | | PDP-10 Emulation and Zane's Computer Museum. | | http://www.aracnet.com/~healyzh/ | From ploopster at gmail.com Wed Aug 20 11:00:30 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Wed, 20 Aug 2008 12:00:30 -0400 Subject: Discussion List Netiquette, Was: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: <200808200054.03463.rtellason@verizon.net> References: <48AA95E1.11628.A85F007@cclist.sydex.com> <81ECD115-A181-4128-91B7-F484345F6875@voysys.com> <200808200054.03463.rtellason@verizon.net> Message-ID: <48AC3F9E.3060901@gmail.com> Roy J. Tellason wrote: >> If the current line of discussion does not match the subject line, >> then the message thread has been hijacked. It is discourteous and >> disrupting to other members of the community who might be trying to >> follow the original subject. How would you feel if you had started a >> new subject only to later see the discussion taken in a different, >> unrelated direction. > > Also known as "topic drift", and something I'd consider to be perfectly > normal in most situations where conversations are ongoing. Three > words: "Get over it." > > The turns that some converstations have taken in here have been, to me, > informative and entertaining and they're one of the reasons why I enjoy this > list to the extent that I do. Same here. I'd much prefer they drift than not drift. Peace... Sridhar From mardy at voysys.com Wed Aug 20 11:08:15 2008 From: mardy at voysys.com (Marden P. Marshall) Date: Wed, 20 Aug 2008 12:08:15 -0400 Subject: Discussion List Netiquette, Was: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: <48AC3300.2020406@gmail.com> References: , <48AA852A.20681.A44A30F@cclist.sydex.com>, <2C816F04-7A9A-4A63-ACD7-1430AC61337B@voysys.com> <48AA95E1.11628.A85F007@cclist.sydex.com> <81ECD115-A181-4128-91B7-F484345F6875@voysys.com> <48AC3300.2020406@gmail.com> Message-ID: On Aug 20, 2008, at 11:06 AM, Sridhar Ayengar wrote: > Marden P. Marshall wrote: >> On Aug 19, 2008, at 12:44 PM, Chuck Guzis wrote: >>> On 19 Aug 2008 at 11:45, Marden P. Marshall wrote: >>> >>>> Guys, two words "thread hijacking" >>> >>> Sorry, I was curious about the subject and thought to ask some >>> questions about the current line of discussion. I'll keep my >>> inquiring mind to myself in the future (fat chance). >>> >>> Cheers, >>> Chuck >>> >>> >> If the current line of discussion does not match the subject line, >> then the message thread has been hijacked. It is discourteous and >> disrupting to other members of the community who might be trying to >> follow the original subject. How would you feel if you had >> started a new subject only to later see the discussion taken in a >> different, unrelated direction. > > First of all, it was related. Second of all, the right thing to do > is to alter the subject line, not to curtail the discussion. Third > of all, lighten up. Really. > > Peace... Sridhar > I'm not trying to be a hard ass here, but please try to look at it from my perspective. I was looking to buy a DEC PC04, so I sent out a message with the subject: "WTB: DEC PC04...". So now when I see a response to that message in my inbox, I'm expecting to open it and read about buying or selling a DEC PC04. Instead, I read about repairing readers. I'm sorry, but I don't see the relationship. Nor do I see where it is my responsibility to alter the subject line of a message thread that I originated. That is the responsibility of the person / persons who redirected the thread. Also keep in mind that the practice of keeping the subject line in- sync with the message content is for the good of the whole community. For example, the new subject of reader repairs which took over my original message is a very worth while subject and should in no way be curtailed. But the fact that no one bothered to give it a dedicated thread with an appropriate subject line means that there are some out there that may never read it, instead deleting it because they thought the message was to do with someone wanting to buy something. This is just simple common curtsy that is for the benefit of all. -Mardy From rickb at bensene.com Wed Aug 20 11:19:20 2008 From: rickb at bensene.com (Rick Bensene) Date: Wed, 20 Aug 2008 09:19:20 -0700 Subject: Discussion List Netiquette, Was: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: References: , <48AA852A.20681.A44A30F@cclist.sydex.com>, <2C816F04-7A9A-4A63-ACD7-1430AC61337B@voysys.com> <48AA95E1.11628.A85F007@cclist.sydex.com><81ECD115-A181-4128-91B7-F484345F6875@voysys.com><48AC3300.2020406@gmail.com> Message-ID: I was the one who did this. To all who were inconvenienced by this, my apologies. I will be more careful in the future. Rick Bensene The Old Calculator (and a few old computers) Museum > I'm not trying to be a hard ass here, but please try to look at it > from my perspective. I was looking to buy a DEC PC04, so I sent out a > message with the subject: "WTB: DEC PC04...". So now when I see a > response to that message in my inbox, I'm expecting to open it and > read about buying or selling a DEC PC04. Instead, I read about > repairing readers. > -Mardy From ploopster at gmail.com Wed Aug 20 11:21:33 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Wed, 20 Aug 2008 12:21:33 -0400 Subject: Discussion List Netiquette, Was: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: References: , <48AA852A.20681.A44A30F@cclist.sydex.com>, <2C816F04-7A9A-4A63-ACD7-1430AC61337B@voysys.com> <48AA95E1.11628.A85F007@cclist.sydex.com> <81ECD115-A181-4128-91B7-F484345F6875@voysys.com> <48AC3300.2020406@gmail.com> Message-ID: <48AC448D.9010306@gmail.com> Marden P. Marshall wrote: > I'm not trying to be a hard ass here, but please try to look at it from You may not be trying, but that's the way it's coming off. > my perspective. I was looking to buy a DEC PC04, so I sent out a > message with the subject: "WTB: DEC PC04...". So now when I see a > response to that message in my inbox, I'm expecting to open it and read > about buying or selling a DEC PC04. Instead, I read about repairing > readers. I'm sorry, but I don't see the relationship. Nor do I see > where it is my responsibility to alter the subject line of a message > thread that I originated. That is the responsibility of the person / > persons who redirected the thread. You shouldn't have any problem asking for the others involved in the discussion to please alter their subject line. That's perfectly reasonable. Complaining about topic drift is *not the same thing* and *is not reasonable*. > Also keep in mind that the practice of keeping the subject line in-sync > with the message content is for the good of the whole community. For > example, the new subject of reader repairs which took over my original > message is a very worth while subject and should in no way be > curtailed. But the fact that no one bothered to give it a dedicated > thread with an appropriate subject line means that there are some out > there that may never read it, instead deleting it because they thought > the message was to do with someone wanting to buy something. And there had been anyone to offer you a PC04, I would've fully expected them to offer it to you in private email to avoid wasting everyone's bandwidth. > This is just simple common curtsy that is for the benefit of all. I'm male. I bow. I don't curtsy for anyone. Peace... Sridhar From jules.richardson99 at gmail.com Wed Aug 20 11:59:04 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Wed, 20 Aug 2008 11:59:04 -0500 Subject: Discussion List Netiquette, Was: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: References: , <48AA852A.20681.A44A30F@cclist.sydex.com>, <2C816F04-7A9A-4A63-ACD7-1430AC61337B@voysys.com> <48AA95E1.11628.A85F007@cclist.sydex.com> <81ECD115-A181-4128-91B7-F484345F6875@voysys.com> <48AC3300.2020406@gmail.com> Message-ID: <48AC4D58.5000704@gmail.com> Marden P. Marshall wrote: > I'm not trying to be a hard ass here, but please try to look at it from > my perspective. I was looking to buy a DEC PC04, so I sent out a > message with the subject: "WTB: DEC PC04...". So now when I see a > response to that message in my inbox, I'm expecting to open it and read > about buying or selling a DEC PC04. False assumption, I'm afraid. Don't expect a reply with a specific subject line to necessarily be anything to do with that subject line, and all's well with the world :) > Nor do I see > where it is my responsibility to alter the subject line of a message > thread that I originated. That is the responsibility of the person / > persons who redirected the thread. It's odd, but I've been on lots of mailing lists over the years (along with an active usenet participant), and I don't remember ever seeing subject lines changed (and the addition of a "was:" tag) until recent years. I'm not quite sure when or where it started, although I fell like I saw it around the same time as 'tagging' mailing list messages with the list name became popular on most lists (not this one, thankfully - it's a horrible practice) cheers Jules From rtellason at verizon.net Wed Aug 20 12:11:01 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Wed, 20 Aug 2008 13:11:01 -0400 Subject: Book offer Message-ID: <200808201311.02286.rtellason@verizon.net> I have sitting here in front of me a book, "Assembler for COBOL Programmers", by one Hank Murphy. "MVS" and "VM" also appear on the cover. Copyright date is 1991. ISBN and other whatnot or more details available on request. I have *no* interest in this at all. Cover my postage and maybe a little extra would be nice, and you can take it off my hands. Feel free to forward this post to other places where there might be some interest... -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From hoelscher-kirchbrak at freenet.de Wed Aug 20 12:17:24 2008 From: hoelscher-kirchbrak at freenet.de (=?ISO-8859-1?Q?H=F6lscher?=) Date: Wed, 20 Aug 2008 19:17:24 +0200 Subject: First Northern Germany DECnet Party Message-ID: >>First Northern Germany DECnet Party, who wants to join? >> >>Who wants to install, configure, network, >>cluster or program ALPHAs, MIPSen, VAXen and >>PDPs just for fun together with 10 to 20 other >>DEC enthusiasts for a day or two? >Are you going to link into HECnet as part of the event? No, not this time, but maybe next time. There's no internet access in our meeting room and furthermore I'd have to connect to HECnet first at all. But thank you very much for the idea. We will discuss it among the participants of the DECnet Party. I see it would be a great chance for Enthusiasts from overseas to join us. Regards, Ulli The VAXorcist From marvin at west.net Wed Aug 20 12:20:06 2008 From: marvin at west.net (Marvin Johnston) Date: Wed, 20 Aug 2008 10:20:06 -0700 Subject: Discussion List Netiquette Message-ID: <48AC5246.8BBBC9D5@west.net> > > From: Sridhar Ayengar > > Marden P. Marshall wrote: > > I'm not trying to be a hard ass here, but please try to look at it from > > You may not be trying, but that's the way it's coming off. I'll go with Marden here. The subject line is like a table of contents, and if I am looking for something, it is just unacceptable to have the table of contents have no relationship to the books contents. For some unknown reason, some posters seem to think it is perfectly okay here to waste the time of other readers here. From korpela at ssl.berkeley.edu Wed Aug 20 12:21:02 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Wed, 20 Aug 2008 10:21:02 -0700 Subject: Who is vintagecomputermuseum? In-Reply-To: References: Message-ID: Damn, was going to look at my disks last night. I'm sure I have several distributions including 3.51. Eric On Tue, Aug 19, 2008 at 11:02 AM, Steven Hirsch wrote: > On Mon, 18 Aug 2008, Richard wrote: > >> >> vintagecomputermuseum is a guy in upstate NY. He charges a pretty >> penny for what he sells on ebay and then *still* ships it to you in a >> shitty box with insufficient packing so it arrives smashed. > > Taking the net of the responses, I think I know everything I need to know > about that operation. > > > > -- > From korpela at ssl.berkeley.edu Wed Aug 20 12:21:02 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Wed, 20 Aug 2008 10:21:02 -0700 Subject: Who is vintagecomputermuseum? In-Reply-To: References: Message-ID: Damn, was going to look at my disks last night. I'm sure I have several distributions including 3.51. Eric On Tue, Aug 19, 2008 at 11:02 AM, Steven Hirsch wrote: > On Mon, 18 Aug 2008, Richard wrote: > >> >> vintagecomputermuseum is a guy in upstate NY. He charges a pretty >> penny for what he sells on ebay and then *still* ships it to you in a >> shitty box with insufficient packing so it arrives smashed. > > Taking the net of the responses, I think I know everything I need to know > about that operation. > > > > -- > From cclist at sydex.com Wed Aug 20 12:22:06 2008 From: cclist at sydex.com (Chuck Guzis) Date: Wed, 20 Aug 2008 10:22:06 -0700 Subject: Discussion List Netiquette, Was: WTB: DEC PC04 Paper Tape Reader/Punch In-Reply-To: <48AC4D58.5000704@gmail.com> References: , , <48AC4D58.5000704@gmail.com> Message-ID: <48ABF04E.5217.FCF22F9@cclist.sydex.com> Gentlemen (and ladies), please, let's drop the matter. I'm often guilty of promulgating subject drift--I try to control myself, but sometimes curiosity gets the better of me. It's how my mind works. To settle the matter, you can punish me with 64 lashes with a decayed tension band from a DC300 cart and mark my forehead with a dab of heat-sink grease so that others may see and be warned. But enough--if anyone has a DC04 available, please contact Mardy. Otherwise, let's on to the interesting stuff... Cheers, Chuck From alexandre-listas at e-secure.com.br Wed Aug 20 12:29:56 2008 From: alexandre-listas at e-secure.com.br (Alexandre Souza) Date: Wed, 20 Aug 2008 14:29:56 -0300 Subject: PC keyboards References: <48AAD08E.80800@gmail.com><031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> Message-ID: <003e01c902ea$78f51420$130c010a@portajara> >> I use an IBM model M with a PS2-to-USB converter :o) > I use a Unicomp Customizer. It's black/silver and has native USB. It > also uses the famous IBM/Lexmark buckling-spring mechanism. BTW an old dream of mine is finding an IBM "M" keyboard with the trackpoint (know as "clitoris" in Brazil...go figure! :oD). I'd love to buy one, any info? :oD From cclist at sydex.com Wed Aug 20 12:34:49 2008 From: cclist at sydex.com (Chuck Guzis) Date: Wed, 20 Aug 2008 10:34:49 -0700 Subject: Book offer In-Reply-To: <200808201311.02286.rtellason@verizon.net> References: <200808201311.02286.rtellason@verizon.net> Message-ID: <48ABF349.6334.FDAC4D9@cclist.sydex.com> On 20 Aug 2008 at 13:11, Roy J. Tellason wrote: > I have sitting here in front of me a book, "Assembler for COBOL Programmers", > by one Hank Murphy. Roy, is there a subtitle, such as "The Nightmare from Poughkeepsie?" :-) Cheers, Chuck From geneb at deltasoft.com Wed Aug 20 12:36:06 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Wed, 20 Aug 2008 10:36:06 -0700 (PDT) Subject: PC keyboards In-Reply-To: <003e01c902ea$78f51420$130c010a@portajara> References: <48AAD08E.80800@gmail.com><031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> Message-ID: On Wed, 20 Aug 2008, Alexandre Souza wrote: >>> I use an IBM model M with a PS2-to-USB converter :o) >> I use a Unicomp Customizer. It's black/silver and has native USB. It also >> uses the famous IBM/Lexmark buckling-spring mechanism. > > BTW an old dream of mine is finding an IBM "M" keyboard with the > trackpoint (know as "clitoris" in Brazil...go figure! :oD). I'd love to buy > one, any info? :oD > http://pckeyboards.stores.yahoo.net/onthestick.html The only difference is that you can't remove the key tops like you could with an original Model M. g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From Paul_Koning at Dell.com Wed Aug 20 12:50:26 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Wed, 20 Aug 2008 13:50:26 -0400 Subject: First Northern Germany DECnet Party References: Message-ID: <18604.22882.420847.618886@gargle.gargle.HOWL> >>>>> "H?lscher" == H?lscher writes: H?lscher> First Northern Germany DECnet Party, who wants to join? H?lscher> Who wants to install, configure, network, cluster or H?lscher> program ALPHAs, MIPSen, VAXen and PDPs just for fun H?lscher> together with 10 to 20 other DEC enthusiasts for a day or H?lscher> two? H?lscher> We want to join everything running on DEC hardware or H?lscher> talking DECnet, including simulators (e.g. simh). Just a reminder -- DECnet doesn't mean just DEC hardware (real or simulated). For example, Linux supports DECnet. paul From doc at mdrconsult.com Wed Aug 20 13:01:25 2008 From: doc at mdrconsult.com (Doc Shipley) Date: Wed, 20 Aug 2008 13:01:25 -0500 Subject: PC keyboards In-Reply-To: References: <48AAD08E.80800@gmail.com><031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> Message-ID: <48AC5BF5.5040106@mdrconsult.com> Gene Buckle wrote: > On Wed, 20 Aug 2008, Alexandre Souza wrote: > >>>> I use an IBM model M with a PS2-to-USB converter :o) >>> I use a Unicomp Customizer. It's black/silver and has native USB. >>> It also uses the famous IBM/Lexmark buckling-spring mechanism. >> >> BTW an old dream of mine is finding an IBM "M" keyboard with the >> trackpoint (know as "clitoris" in Brazil...go figure! :oD). I'd love >> to buy one, any info? :oD > http://pckeyboards.stores.yahoo.net/onthestick.html > > The only difference is that you can't remove the key tops like you could > with an original Model M. I don't know about other models, but the keycaps on the 104-key Unicomp customizer not only come off, but are interchangeable with a real Model M. Doc From ploopster at gmail.com Wed Aug 20 13:01:43 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Wed, 20 Aug 2008 14:01:43 -0400 Subject: PC keyboards In-Reply-To: <003e01c902ea$78f51420$130c010a@portajara> References: <48AAD08E.80800@gmail.com><031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> Message-ID: <48AC5C07.9050007@gmail.com> Alexandre Souza wrote: >>> I use an IBM model M with a PS2-to-USB converter :o) >> I use a Unicomp Customizer. It's black/silver and has native USB. It >> also uses the famous IBM/Lexmark buckling-spring mechanism. > > BTW an old dream of mine is finding an IBM "M" keyboard with the > trackpoint (know as "clitoris" in Brazil...go figure! :oD). I'd love to > buy one, any info? :oD http://www.clickykeyboards.com/ sometimes has them. They appear to be out of stock right now, though. You're looking for an "IBM Model M13". Peace... Sridhar From ploopster at gmail.com Wed Aug 20 13:02:30 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Wed, 20 Aug 2008 14:02:30 -0400 Subject: Book offer In-Reply-To: <48ABF349.6334.FDAC4D9@cclist.sydex.com> References: <200808201311.02286.rtellason@verizon.net> <48ABF349.6334.FDAC4D9@cclist.sydex.com> Message-ID: <48AC5C36.1090300@gmail.com> Chuck Guzis wrote: > On 20 Aug 2008 at 13:11, Roy J. Tellason wrote: > >> I have sitting here in front of me a book, "Assembler for COBOL Programmers", >> by one Hank Murphy. > > Roy, is there a subtitle, such as "The Nightmare from Poughkeepsie?" > > :-) Hey! That's *my* subtitle! Peace... Sridhar P.S. Sridhar Ayengar, Poughkeepsie, NY. From ploopster at gmail.com Wed Aug 20 13:03:25 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Wed, 20 Aug 2008 14:03:25 -0400 Subject: First Northern Germany DECnet Party In-Reply-To: <18604.22882.420847.618886@gargle.gargle.HOWL> References: <18604.22882.420847.618886@gargle.gargle.HOWL> Message-ID: <48AC5C6D.5010505@gmail.com> Paul Koning wrote: > Just a reminder -- DECnet doesn't mean just DEC hardware (real or > simulated). For example, Linux supports DECnet. IBM Mainframes and Cisco Routers support DECnet. Peace... Sridhar From trixter at oldskool.org Wed Aug 20 13:14:08 2008 From: trixter at oldskool.org (Jim Leonard) Date: Wed, 20 Aug 2008 13:14:08 -0500 Subject: Book offer In-Reply-To: <48AC5C36.1090300@gmail.com> References: <200808201311.02286.rtellason@verizon.net> <48ABF349.6334.FDAC4D9@cclist.sydex.com> <48AC5C36.1090300@gmail.com> Message-ID: <48AC5EF0.3030002@oldskool.org> Sridhar Ayengar wrote: >>> I have sitting here in front of me a book, "Assembler for COBOL >>> Programmers", by one Hank Murphy. >> >> Roy, is there a subtitle, such as "The Nightmare from Poughkeepsie?" >> :-) > > Hey! That's *my* subtitle! > > Peace... Sridhar > > P.S. Sridhar Ayengar, Poughkeepsie, NY. Another example of why I love topic drift. -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From cisin at xenosoft.com Wed Aug 20 13:15:14 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Wed, 20 Aug 2008 11:15:14 -0700 (PDT) Subject: "(Was:" (Was: Discussion List Netiquette, Was: WTB: In-Reply-To: <48ABF04E.5217.FCF22F9@cclist.sydex.com> References: , , <48AC4D58.5000704@gmail.com> <48ABF04E.5217.FCF22F9@cclist.sydex.com> Message-ID: <20080820111018.A53733@shell.lmi.net> The first time that I recall seeing "(was:" tags was 1990. I liked the basic idea, and have been doing it since. It identifies the subject drift, while also identifying the source thread. (The closing paren (for panic-stricken parsers) would be at the end of the subject line, but is part of the truncated ending.) -- Grumpy Ol' Fred cisin at xenosoft.com From trixter at oldskool.org Wed Aug 20 13:15:24 2008 From: trixter at oldskool.org (Jim Leonard) Date: Wed, 20 Aug 2008 13:15:24 -0500 Subject: Discussion List Netiquette In-Reply-To: <48AC5246.8BBBC9D5@west.net> References: <48AC5246.8BBBC9D5@west.net> Message-ID: <48AC5F3C.8090200@oldskool.org> Marvin Johnston wrote: > For some unknown reason, some posters seem to think it is perfectly okay here to > waste the time of other readers here. You must truly be reading this group on a micro, then, because it takes me about 500ms to mark and delete threads I'm not interested in. -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From trixter at oldskool.org Wed Aug 20 13:17:05 2008 From: trixter at oldskool.org (Jim Leonard) Date: Wed, 20 Aug 2008 13:17:05 -0500 Subject: PC keyboards In-Reply-To: <003e01c902ea$78f51420$130c010a@portajara> References: <48AAD08E.80800@gmail.com><031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> Message-ID: <48AC5FA1.5080108@oldskool.org> Alexandre Souza wrote: >>> I use an IBM model M with a PS2-to-USB converter :o) >> I use a Unicomp Customizer. It's black/silver and has native USB. It >> also uses the famous IBM/Lexmark buckling-spring mechanism. > > BTW an old dream of mine is finding an IBM "M" keyboard with the > trackpoint (know as "clitoris" in Brazil...go figure! :oD). I'd love to > buy one, any info? :oD Ouch! I prefer "nubbin" myself. I use one at home and at work, and the ability to switch between the nubbin and a trackball prevents my RSI/carpal tunnel. When I'm getting tired/hurt with one method, I switch to the other and keep on trucking. The model in particular is the M13 and ebay's prices for used ones are just about equal to the price of a new one (including buckling spring keys) from Unicomp, so I'd just give them your business. -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From mcguire at neurotica.com Wed Aug 20 13:24:06 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Wed, 20 Aug 2008 14:24:06 -0400 Subject: PC keyboards In-Reply-To: <003e01c902ea$78f51420$130c010a@portajara> References: <48AAD08E.80800@gmail.com><031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> Message-ID: <809B1C2F-3334-4E85-8A47-E54498922163@neurotica.com> On Aug 20, 2008, at 1:29 PM, Alexandre Souza wrote: >>> I use an IBM model M with a PS2-to-USB converter :o) >> I use a Unicomp Customizer. It's black/silver and has native >> USB. It also uses the famous IBM/Lexmark buckling-spring mechanism. > > BTW an old dream of mine is finding an IBM "M" keyboard with the > trackpoint (know as "clitoris" in Brazil...go figure! :oD). We call them that here too. :) -Dave -- Dave McGuire Port Charlotte, FL From mikelee at tdh.com Wed Aug 20 14:30:28 2008 From: mikelee at tdh.com (Michael Lee) Date: Wed, 20 Aug 2008 14:30:28 -0500 Subject: Sun SparcPrinter Laser Printers Offer Message-ID: <48AC70D4.70308@tdh.com> Hi, I have a couple of these SparcPrinters, that I haven't touched since I got them. Figured I'd offer them to someone who might want them. Not sure of the demand for these things, and not sure if they work at the moment, but there's no reason they shouldn't. I also have the cables for them. Pickup in the Chicagoland areas or willing to ship if you pay the actual costs. Mike From jos.mar at bluewin.ch Wed Aug 20 14:59:26 2008 From: jos.mar at bluewin.ch (Jos Dreesen / Marian Capel) Date: Wed, 20 Aug 2008 21:59:26 +0200 Subject: More ETH Lilith goodies available In-Reply-To: <61134.70435.qm@web37107.mail.mud.yahoo.com> References: <61134.70435.qm@web37107.mail.mud.yahoo.com> Message-ID: <48AC779E.7030606@bluewin.ch> Julian Skidmore wrote: > Jos Dreesen wrote: >> My "simple" Linux/X11 version is still not running... > > My 'simple' MCode interpreter doesn't compile yet (at least I haven't tried to compile it). It's complete apart from the Blitting ops, but it's basically a straight translation from the M2P interpreter. :-) > > Nevertheless, I think your emulator is more ambitious than what I'd do, I only want to emulate at the MCode level. I think that's true to the spirit of Lilith, it's an abstract machine so the microarchitecture would have changed with future versions. > >> Is your C-code available somewhere ? > > I'll send you the file once it compiles, is that OK? You're welcome to host it on your ftp site. Would be OK. I was hoping to find some help in your code as to why my emulator did not boot, but 2 bugs less in my code yielded me a Lilith emulator that boots up to the prompt. Still lots of difficult ( for me) X11 coding to be done, disk emulation still buggy, but there is light at the end of the tunnel. Jos Dreesen From rtellason at verizon.net Wed Aug 20 15:00:04 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Wed, 20 Aug 2008 16:00:04 -0400 Subject: Book offer In-Reply-To: <200808201311.02286.rtellason@verizon.net> References: <200808201311.02286.rtellason@verizon.net> Message-ID: <200808201600.04818.rtellason@verizon.net> On Wednesday 20 August 2008 13:11, Roy J. Tellason wrote: > I have sitting here in front of me a book, "Assembler for COBOL > Programmers", by one Hank Murphy. "MVS" and "VM" also appear on the cover. > Copyright date is 1991. ISBN and other whatnot or more details available > on request. Spoken for... -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From rtellason at verizon.net Wed Aug 20 15:07:41 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Wed, 20 Aug 2008 16:07:41 -0400 Subject: Book offer In-Reply-To: <48ABF349.6334.FDAC4D9@cclist.sydex.com> References: <200808201311.02286.rtellason@verizon.net> <48ABF349.6334.FDAC4D9@cclist.sydex.com> Message-ID: <200808201607.41557.rtellason@verizon.net> On Wednesday 20 August 2008 13:34, Chuck Guzis wrote: > On 20 Aug 2008 at 13:11, Roy J. Tellason wrote: > > I have sitting here in front of me a book, "Assembler for COBOL > > Programmers", by one Hank Murphy. > > Roy, is there a subtitle, such as "The Nightmare from Poughkeepsie?" > > :-) Nah, not other than what I posted about VMS and whatever that other thing was on there... :-) -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From rtellason at verizon.net Wed Aug 20 15:10:39 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Wed, 20 Aug 2008 16:10:39 -0400 Subject: PC keyboards In-Reply-To: References: <48AAD08E.80800@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> Message-ID: <200808201610.39372.rtellason@verizon.net> On Wednesday 20 August 2008 13:36, Gene Buckle wrote: > On Wed, 20 Aug 2008, Alexandre Souza wrote: > >>> I use an IBM model M with a PS2-to-USB converter :o) > >> > >> I use a Unicomp Customizer. It's black/silver and has native USB. It > >> also uses the famous IBM/Lexmark buckling-spring mechanism. > > > > BTW an old dream of mine is finding an IBM "M" keyboard with the > > trackpoint (know as "clitoris" in Brazil...go figure! :oD). I'd love to > > buy one, any info? :oD > > http://pckeyboards.stores.yahoo.net/onthestick.html > > The only difference is that you can't remove the key tops like you could > with an original Model M. Speaking of key tops, most of what I've seen out there is one bit of plastic keycap, but this IBM I'm typing on seems to have a two-part approach to things. I know this because the "-" key on the numeric pad is missing the upper portion, the one with the "-" on it, so what's there is both a " " key and also smaller than all the rest of them. Anybody got a spare "-" handy? -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From ploopster at gmail.com Wed Aug 20 15:13:47 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Wed, 20 Aug 2008 16:13:47 -0400 Subject: Book offer In-Reply-To: <200808201607.41557.rtellason@verizon.net> References: <200808201311.02286.rtellason@verizon.net> <48ABF349.6334.FDAC4D9@cclist.sydex.com> <200808201607.41557.rtellason@verizon.net> Message-ID: <48AC7AFB.7000205@gmail.com> Roy J. Tellason wrote: > On Wednesday 20 August 2008 13:34, Chuck Guzis wrote: >> On 20 Aug 2008 at 13:11, Roy J. Tellason wrote: >>> I have sitting here in front of me a book, "Assembler for COBOL >>> Programmers", by one Hank Murphy. >> Roy, is there a subtitle, such as "The Nightmare from Poughkeepsie?" >> >> :-) > > Nah, not other than what I posted about VMS and whatever that other thing was > on there... :-) MVS != VM != VMS 8;-) Peace... Sridhar From rtellason at verizon.net Wed Aug 20 15:12:34 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Wed, 20 Aug 2008 16:12:34 -0400 Subject: Book offer In-Reply-To: <48AC5C36.1090300@gmail.com> References: <200808201311.02286.rtellason@verizon.net> <48ABF349.6334.FDAC4D9@cclist.sydex.com> <48AC5C36.1090300@gmail.com> Message-ID: <200808201612.34923.rtellason@verizon.net> On Wednesday 20 August 2008 14:02, Sridhar Ayengar wrote: > Chuck Guzis wrote: > > On 20 Aug 2008 at 13:11, Roy J. Tellason wrote: > >> I have sitting here in front of me a book, "Assembler for COBOL > >> Programmers", by one Hank Murphy. > > > > Roy, is there a subtitle, such as "The Nightmare from Poughkeepsie?" > > > > :-) > > Hey! That's *my* subtitle! > Peace... Sridhar > > P.S. Sridhar Ayengar, Poughkeepsie, NY. Did _you_ tell him where the book was going? *I* didn't mention it... :-) -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From rtellason at verizon.net Wed Aug 20 15:16:28 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Wed, 20 Aug 2008 16:16:28 -0400 Subject: Book offer In-Reply-To: <48AC7AFB.7000205@gmail.com> References: <200808201311.02286.rtellason@verizon.net> <200808201607.41557.rtellason@verizon.net> <48AC7AFB.7000205@gmail.com> Message-ID: <200808201616.28541.rtellason@verizon.net> On Wednesday 20 August 2008 16:13, Sridhar Ayengar wrote: > Roy J. Tellason wrote: > > On Wednesday 20 August 2008 13:34, Chuck Guzis wrote: > >> On 20 Aug 2008 at 13:11, Roy J. Tellason wrote: > >>> I have sitting here in front of me a book, "Assembler for COBOL > >>> Programmers", by one Hank Murphy. > >> > >> Roy, is there a subtitle, such as "The Nightmare from Poughkeepsie?" > >> > >> :-) > > > > Nah, not other than what I posted about VMS and whatever that other > > thing was on there... :-) > > MVS != VM != VMS 8;-) Ok, so my memory is fuzzy about such stuff, particularly when it's acronyms that I don't ordinarily use! That and the fact that it's already in the envelope and I didn't feel like un-doing it... :-) -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From cisin at xenosoft.com Wed Aug 20 15:20:31 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Wed, 20 Aug 2008 13:20:31 -0700 (PDT) Subject: Book offer In-Reply-To: <200808201311.02286.rtellason@verizon.net> References: <200808201311.02286.rtellason@verizon.net> Message-ID: <20080820131925.I59653@shell.lmi.net> On Wed, 20 Aug 2008, Roy J. Tellason wrote: > I have sitting here in front of me a book, "Assembler for COBOL Programmers", > by one Hank Murphy. "MVS" and "VM" also appear on the cover. Copyright date > is 1991. ISBN and other whatnot or more details available on request. Is it about intel x86 assembly language, or mainframe (360?) assembler? From ard at p850ug1.demon.co.uk Wed Aug 20 14:44:58 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Wed, 20 Aug 2008 20:44:58 +0100 (BST) Subject: Mindset hard disk interface In-Reply-To: from "Steven Hirsch" at Aug 19, 8 01:10:24 pm Message-ID: > Mindset Host Adapter Interface Module > Mindset Hard Disk Cartridge > > The former has a bus connector at one end and a DB37F on the other. No Surely you mean DC37F? > disk controller chip, just a bunch of TTL logic. I'm guessing either a > proprietary bus or SCSI managed in software (a la Apple 2 Sider). I;'ve never seen this machine, and know nothing about it, but another common-ish possibility at one time was an interface to a WD1001-type of controller (basically, 8 bit data bus, 3 address lines (IIEC), read/write/select signals, etc) -tony From ard at p850ug1.demon.co.uk Wed Aug 20 15:11:44 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Wed, 20 Aug 2008 21:11:44 +0100 (BST) Subject: IBM LPFK reverse engineering In-Reply-To: <48AC16F4.4060007@pacbell.net> from "Jim Battle" at Aug 20, 8 08:07:00 am Message-ID: > A very similar puzzle, except played on a 3x3 grid and the neighborhood > around a move wrapped around the borders, appeared in a Processor > Technology publication back in 1977, although its origin is even earlier > (see comment below): > > http://www.sol20.org/articles/access_v1n4.pdf > > It used the numeric keyboard as the 3x3 pad to control game play. I > reconstructed the source code from that publication: > > http://www.sol20.org/programs/galaxy.asm > > The comments for it say: > > ; PROGRAM ORIGINALLY SUBMITTED TO THE > ; HEWLETT-PACKARD SOFTWARE LIBRARY IN BASIC When I was reading you artlcle, I thought of an HP calculator program that seemsed to be very similar... > ; SUBSEQUENTLY PUBLISHED BY PEOPLE'S COMPUTER > ; COMPANY IN SEPT 74 AS "TEASER" A later version of this program appears in the HP67/97 Games Pac 1. it runs fine on the HP41 with a card reader, and IIRC is available from the HP museum web site. -tony From cisin at xenosoft.com Wed Aug 20 15:21:54 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Wed, 20 Aug 2008 13:21:54 -0700 (PDT) Subject: PC keyboards In-Reply-To: <003e01c902ea$78f51420$130c010a@portajara> References: <48AAD08E.80800@gmail.com><031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> Message-ID: <20080820132102.Y59653@shell.lmi.net> On Wed, 20 Aug 2008, Alexandre Souza wrote: > BTW an old dream of mine is finding an IBM "M" keyboard with the > trackpoint (know as "clitoris" in Brazil...go figure! :oD). I'd love to buy > one, any info? :oD It was also apparently called that VERY UNOFFICIALLY during development. From rtellason at verizon.net Wed Aug 20 15:27:08 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Wed, 20 Aug 2008 16:27:08 -0400 Subject: Book offer In-Reply-To: <20080820131925.I59653@shell.lmi.net> References: <200808201311.02286.rtellason@verizon.net> <20080820131925.I59653@shell.lmi.net> Message-ID: <200808201627.09074.rtellason@verizon.net> On Wednesday 20 August 2008 16:20, Fred Cisin wrote: > On Wed, 20 Aug 2008, Roy J. Tellason wrote: > > I have sitting here in front of me a book, "Assembler for COBOL > > Programmers", by one Hank Murphy. "MVS" and "VM" also appear on the > > cover. Copyright date is 1991. ISBN and other whatnot or more details > > available on request. > > Is it about intel x86 assembly language, or mainframe (360?) assembler? I am of the impression that it's about mainframe stuff. It's already stuffed into an envelope so I can't dig into it any further, you'll have to ask Sridhar. :-) -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From bpope at wordstock.com Wed Aug 20 15:30:19 2008 From: bpope at wordstock.com (Bryan Pope) Date: Wed, 20 Aug 2008 16:30:19 -0400 (EDT) Subject: Discussion List Netiquette In-Reply-To: <48AC5F3C.8090200@oldskool.org> Message-ID: <20080820203019.E0EAB57F50@mail.wordstock.com> And thusly were the wise words spake by Jim Leonard > > Marvin Johnston wrote: > > For some unknown reason, some posters seem to think it is perfectly okay here to > > waste the time of other readers here. > > You must truly be reading this group on a micro, then, because it takes > me about 500ms to mark and delete threads I'm not interested in. But if the subject line != the body, then you may delete something you are interested in..; Cheers, Bryan From jules.richardson99 at gmail.com Wed Aug 20 15:35:06 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Wed, 20 Aug 2008 15:35:06 -0500 Subject: PC keyboards In-Reply-To: <200808201610.39372.rtellason@verizon.net> References: <48AAD08E.80800@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> <200808201610.39372.rtellason@verizon.net> Message-ID: <48AC7FFA.9000807@gmail.com> Roy J. Tellason wrote: > Speaking of key tops, most of what I've seen out there is one bit of plastic > keycap, but this IBM I'm typing on seems to have a two-part approach to > things. I know this because the "-" key on the numeric pad is missing the > upper portion, the one with the "-" on it, so what's there is both a " " > key and also smaller than all the rest of them. It lets you do things like this, though: http://steampunkworkshop.com/keyboard.shtml ... I'm actually coming around to the idea of getting a Model M keyboard if I can find one, despite the clicky nature (and thanks for all the replies, both on and off-list - lots of useful info to go on!) cheers Jules From bfranchuk at jetnet.ab.ca Wed Aug 20 15:43:38 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Wed, 20 Aug 2008 14:43:38 -0600 Subject: Book offer - cuba In-Reply-To: <200808201627.09074.rtellason@verizon.net> References: <200808201311.02286.rtellason@verizon.net> <20080820131925.I59653@shell.lmi.net> <200808201627.09074.rtellason@verizon.net> Message-ID: <48AC81FA.7080202@jetnet.ab.ca> Roy J. Tellason wrote: > I am of the impression that it's about mainframe stuff. It's already stuffed > into an envelope so I can't dig into it any further, you'll have to ask > Sridhar. :-) > > I can imagine his day opening it ... INTEL 8086 ... BLAH! PS: this offer is hijacked to umm cuba. From doc at mdrconsult.com Wed Aug 20 15:50:20 2008 From: doc at mdrconsult.com (Doc Shipley) Date: Wed, 20 Aug 2008 15:50:20 -0500 Subject: PC keyboards In-Reply-To: <20080820132102.Y59653@shell.lmi.net> References: <48AAD08E.80800@gmail.com><031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> <20080820132102.Y59653@shell.lmi.net> Message-ID: <48AC838C.8020208@mdrconsult.com> Fred Cisin wrote: > On Wed, 20 Aug 2008, Alexandre Souza wrote: >> BTW an old dream of mine is finding an IBM "M" keyboard with the >> trackpoint (know as "clitoris" in Brazil...go figure! :oD). I'd love to buy >> one, any info? :oD > > It was also apparently called that VERY UNOFFICIALLY during development. The "clitoral cursor" is what the old farts on the Austin IBM campus call it. Doc From ray at arachelian.com Wed Aug 20 16:16:25 2008 From: ray at arachelian.com (Ray Arachelian) Date: Wed, 20 Aug 2008 17:16:25 -0400 Subject: PC keyboards In-Reply-To: <003e01c902ea$78f51420$130c010a@portajara> References: <48AAD08E.80800@gmail.com><031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> Message-ID: <48AC89A9.7040200@arachelian.com> Alexandre Souza wrote: > BTW an old dream of mine is finding an IBM "M" keyboard with the > trackpoint (know as "clitoris" in Brazil...go figure! :oD). I'd love > to buy one, any info? :oD > Love those... I got spoilt on those on the past two jobs where I had a Thinkpad. I find it's a lot nicer to use the {trackpoint|clitoris|nipple} pointer than a mouse, trackpad, or trackball - your hands never leave the keyboard to use them like with a mouse. It's always annoying to have to lift my hand off the keyboard just to point at something. :-) Although I love my MacBook Pro, I had a hell of a time adjusting from two years of ThinkPad keyboard to it. I still hate the trackpad so I've gone back to "Kensington Expert Mouse" trackballs... I still have the MouseTrack ones for my Sun machines... Those little accupoint guys are really analog joystics. I replaced a dead one on a SPARCBook by sacrificing a junk Thinkpad keyboard. http://www.sunder.net/SPARCbook has all the gory details. :-) They're fun little beasts. I had plans to replace another dead with an analog joystick from a junk Playstation 1 controller, but never did it... trouble was where to place it on the SPARCBook?... It's better to replace them with the thinkpad versions since they're the same thing, though the connectors are completely different and you have to work with those annoying flex ribbon cables. (I suppose if you wanted to you could replace the analog joysticks on Playstation controllers with a pair of nipples, but they'd probably be slower to use than the original ones - the problem is that the resistances are different, so you have to add other resistors to adjust them.) From geneb at deltasoft.com Wed Aug 20 16:20:15 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Wed, 20 Aug 2008 14:20:15 -0700 (PDT) Subject: PC keyboards In-Reply-To: <48AC5BF5.5040106@mdrconsult.com> References: <48AAD08E.80800@gmail.com><031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> <48AC5BF5.5040106@mdrconsult.com> Message-ID: On Wed, 20 Aug 2008, Doc Shipley wrote: > Gene Buckle wrote: >> On Wed, 20 Aug 2008, Alexandre Souza wrote: >> >>>>> I use an IBM model M with a PS2-to-USB converter :o) >>>> I use a Unicomp Customizer. It's black/silver and has native USB. It >>>> also uses the famous IBM/Lexmark buckling-spring mechanism. >>> >>> BTW an old dream of mine is finding an IBM "M" keyboard with the >>> trackpoint (know as "clitoris" in Brazil...go figure! :oD). I'd love to >>> buy one, any info? :oD >> http://pckeyboards.stores.yahoo.net/onthestick.html >> >> The only difference is that you can't remove the key tops like you could >> with an original Model M. > > I don't know about other models, but the keycaps on the 104-key Unicomp > customizer not only come off, but are interchangeable with a real Model M. The only Unicomp keyboard I have you cannot take just the cap off. The whole key/post comes out. g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From geneb at deltasoft.com Wed Aug 20 16:24:32 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Wed, 20 Aug 2008 14:24:32 -0700 (PDT) Subject: IBM LPFK reverse engineering In-Reply-To: References: Message-ID: For those that are interested, I saw a packing-wrap bundle of what looked like two LPFKs and another gadget full of big "spinny" dials. This was at the Re-PC in Tukwilla, WA today. AFAIR, the price was under $10. g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From ploopster at gmail.com Wed Aug 20 16:25:57 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Wed, 20 Aug 2008 17:25:57 -0400 Subject: Book offer In-Reply-To: <20080820131925.I59653@shell.lmi.net> References: <200808201311.02286.rtellason@verizon.net> <20080820131925.I59653@shell.lmi.net> Message-ID: <48AC8BE5.3060105@gmail.com> Fred Cisin wrote: > On Wed, 20 Aug 2008, Roy J. Tellason wrote: >> I have sitting here in front of me a book, "Assembler for COBOL Programmers", >> by one Hank Murphy. "MVS" and "VM" also appear on the cover. Copyright date >> is 1991. ISBN and other whatnot or more details available on request. > > Is it about intel x86 assembly language, or mainframe (360?) assembler? My guess would be 370 (or even 370-XA) assembler. Peace... Sridhar From wbblair3 at yahoo.com Wed Aug 20 16:27:41 2008 From: wbblair3 at yahoo.com (William Blair) Date: Wed, 20 Aug 2008 14:27:41 -0700 (PDT) Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <200808202028.m7KKSTKI047086@dewey.classiccmp.org> Message-ID: <970632.14572.qm@web50507.mail.re2.yahoo.com> Does anyone know of a source for schematics of the Atanasoff-Berry Computer vacuum tube logic circuitry? I've found this web page: http://www.scl.ameslab.gov/ABC/ but there are no schematics available there. I have emailed the person at the bottom of the web page, but I suspect that since school is not in session, I won't soon get a response. From brain at jbrain.com Wed Aug 20 16:34:19 2008 From: brain at jbrain.com (Jim Brain) Date: Wed, 20 Aug 2008 16:34:19 -0500 Subject: PC keyboards In-Reply-To: <031f01c9023c$9bde9a00$02fea8c0@portajara> References: <48AAD08E.80800@gmail.com> <031f01c9023c$9bde9a00$02fea8c0@portajara> Message-ID: <48AC8DDB.3000001@jbrain.com> Not to hijack or otherwise cause topic drift, but if anyone ever wants to attach an old keyboard to the PC and the KB can be addressed as 1 to 8 rows by 1 to 16 columns, email me. Although C=Key is currently designed to work with CBM keyboards, the HW doesn't care, and the SW only needs minor updates to work with other KB matrices. Jim From rtellason at verizon.net Wed Aug 20 16:34:24 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Wed, 20 Aug 2008 17:34:24 -0400 Subject: PC keyboards In-Reply-To: <48AC7FFA.9000807@gmail.com> References: <48AAD08E.80800@gmail.com> <200808201610.39372.rtellason@verizon.net> <48AC7FFA.9000807@gmail.com> Message-ID: <200808201734.29459.rtellason@verizon.net> On Wednesday 20 August 2008 16:35, Jules Richardson wrote: > Roy J. Tellason wrote: > > Speaking of key tops, most of what I've seen out there is one bit of > > plastic keycap, but this IBM I'm typing on seems to have a two-part > > approach to things. I know this because the "-" key on the numeric pad > > is missing the upper portion, the one with the "-" on it, so what's > > there is both a " " key and also smaller than all the rest of them. > > It lets you do things like this, though: > > http://steampunkworkshop.com/keyboard.shtml Impressive! I ain't feeling that ambitious lately, though... > ... I'm actually coming around to the idea of getting a Model M keyboard if > I can find one, despite the clicky nature (and thanks for all the replies, > both on and off-list - lots of useful info to go on!) I have two of these, and the noise was a bit irritating at times, particularly considering how this machine's in the bedroom, but we've gotten used to it and I wouldn't part with this and go back to cheap clone keyboards at all, as long as I have a choice in the matter. -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From feldman.r at comcast.net Wed Aug 20 16:49:44 2008 From: feldman.r at comcast.net (feldman.r at comcast.net) Date: Wed, 20 Aug 2008 21:49:44 +0000 Subject: PC keyboards Message-ID: <082020082149.9153.48AC91780003132A000023C122070032019DD2020E030B040A00@comcast.net> http://xkcd.com/243/ >Message: 20 >Date: Wed, 20 Aug 2008 14:24:06 -0400 >From: Dave McGuire >Subject: Re: PC keyboards >On Aug 20, 2008, at 1:29 PM, Alexandre Souza wrote: >>>> I use an IBM model M with a PS2-to-USB converter :o) >>> I use a Unicomp Customizer. It's black/silver and has native >>> USB. It also uses the famous IBM/Lexmark buckling-spring mechanism. >> >> BTW an old dream of mine is finding an IBM "M" keyboard with the >> trackpoint (know as "clitoris" in Brazil...go figure! :oD). > We call them that here too. :) > -Dave From gavin.melville at acclipse.co.nz Wed Aug 20 16:51:49 2008 From: gavin.melville at acclipse.co.nz (Gavin Melville) Date: Thu, 21 Aug 2008 09:51:49 +1200 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <970632.14572.qm@web50507.mail.re2.yahoo.com> References: <200808202028.m7KKSTKI047086@dewey.classiccmp.org> <970632.14572.qm@web50507.mail.re2.yahoo.com> Message-ID: <8613010A8ECC48CD82AFCFC0ECB50A07@chc.acclipse.co.nz> Hi Ian, Interesting Link. > -----Original Message----- > From: cctalk-bounces at classiccmp.org > [mailto:cctalk-bounces at classiccmp.org] On Behalf Of William Blair > Sent: Thursday, August 21, 2008 9:28 AM > To: cctalk at classiccmp.org > Subject: Schematics of Atanasoff-Berry Computer logic circuits? > > Does anyone know of a source for schematics of the > Atanasoff-Berry Computer vacuum tube logic circuitry? I've > found this web page: > > http://www.scl.ameslab.gov/ABC/ > > but there are no schematics available there. I have emailed > the person at the bottom of the web page, but I suspect that > since school is not in session, I won't soon get a response. > > > > From alexandre-listas at e-secure.com.br Wed Aug 20 16:57:05 2008 From: alexandre-listas at e-secure.com.br (Alexandre Souza) Date: Wed, 20 Aug 2008 18:57:05 -0300 Subject: PC keyboards References: <48AAD08E.80800@gmail.com><031f01c9023c$9bde9a00$02fea8c0@portajara><48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> <20080820132102.Y59653@shell.lmi.net> Message-ID: <00e101c90310$15b73ca0$130c010a@portajara> >> BTW an old dream of mine is finding an IBM "M" keyboard with the >> trackpoint (know as "clitoris" in Brazil...go figure! :oD). I'd love to >> buy >> one, any info? :oD > It was also apparently called that VERY UNOFFICIALLY during development. When someone sees this thing, cannot think in a different thing :o) From healyzh at aracnet.com Wed Aug 20 17:15:53 2008 From: healyzh at aracnet.com (Zane H. Healy) Date: Wed, 20 Aug 2008 15:15:53 -0700 (PDT) Subject: First Northern Germany DECnet Party In-Reply-To: <48AC5C6D.5010505@gmail.com> Message-ID: <200808202215.m7KMFsps014069@onyx.spiritone.com> > > Paul Koning wrote: > > Just a reminder -- DECnet doesn't mean just DEC hardware (real or > > simulated). For example, Linux supports DECnet. > > IBM Mainframes and Cisco Routers support DECnet. > > Peace... Sridhar > So... When are you going to get an IBM Mainframe up on HECnet? Zane From classiccmp at philpem.me.uk Wed Aug 20 17:40:57 2008 From: classiccmp at philpem.me.uk (Philip Pemberton) Date: Wed, 20 Aug 2008 23:40:57 +0100 Subject: IBM LPFK reverse engineering In-Reply-To: <48AB77E8.3010009@brutman.com> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <2030F335-68C1-40EB-9911-E1ECF7B383E6@neurotica.com> <48A87B52.1010604@philpem.me.uk> <6A8E064B-B6D5-43A7-A775-DB3AA9E17836@neurotica.com> <48AB2BD8.2020208@brutman.com> <48AB77E8.3010009@brutman.com> Message-ID: <48AC9D79.4020408@philpem.me.uk> Michael B. Brutman wrote: > Protocol: 9600,O,8,1 with no handshaking > > Commands (shown in hex) > > 0x01: Reset: Similar to the power on reset. Leaves the LPFK in the > 'disabled' state with all indicators off. Confirmed: blinks the LEDs on for a second, then off. Keypad disabled afterwards. I've also confirmed that I made a mess of the pinout... There are two grounds, two +5Vs, receive and transmit. The connector is an 8-pin shielded Mini-DIN. The LPFK has a socket, the cable has a plug. Here's the revised, and working pinout, pins shown looking into the front of the LPFK socket or the back of a solder-type Mini-DIN line plug: __ __ / |_| \ | 8 7 6 | | 5 4 3 | \ 2 1 / ------ PCB pads: [ 33uF ]==: o---[ R ]---o 8 7 6 5 4 3 2 1 Pinouts are: 1 GND 2 GND 3 VCC (+5V) 4 VCC (+5V via PUR?) 5 TxD (OUTPUT FROM LPFK) 6 RxD (INPUT TO LPFK) 7 NC (no connection) 8 NC (no connection) My current hardware config is a MAX232 and an FTDI TTL-232R-WE wire-ended 5V LSTTL USB-to-RS232 cable. The MAX232 converts from RS232 to/from TTL, and the TTL-232 converts this to USB while also providing a +5V power supply for the LPFK. > 0x06: Read configuration: Upon getting this byte the LPFK responds with > 0x03. Helpful for determining if the LPFK is active on a serial port. > > 0x08: Enable: Tells the LPFK that it may process and send keystroke data > to the host machine. Looks good to me: > send 0x01 > send 0x06 > recv 1 rx: 03 > send 0x08 > recv 8 rx: 00 01 02 03 04 05 06 07 Keys seem to be numbered from left to right, top to bottom. Top-leftmost key is 0x00, the one to its right is 0x01. The key at the end of that row is 0x03, then the keys on the row below are numbered 0x04 thru 0x09. > 0x09: Disable: Keyboard input is disabled. The LPFK will still respond > to Reset and Read Configuration And 0x08 turns it back on again. > 0x94: Set Indicators: This command is followed by four more bytes which > is a bitmap that represents the indicator lights on the keys. If the bit > for a key is turned on, the light will be turned on. If the bit for a > key is 0, the light will be turned off. Keys are numbered from 0 to 31. It's nice to finally see the LPFK light up :) Packet format: 0x94 aa bb cc dd {aa,bb,cc,dd} can be considered to be a string of bits, chunked into bytes. Bit 7 of 'aa' represents key 1 (scancode 0x00) Bit 6 of 'aa' represents key 2 (scancode 0x01) [...] Bit 1 of 'aa' represents key 7 (scancode 0x06) Bit 0 of 'aa' represents key 8 (scancode 0x07) Bit 7 of 'bb' represents key 9 (scancode 0x08) [...] Bit 0 of 'bb' represents key 16 (scancode 0x10) Bit 7 of 'cc' represents key 17 (scancode 0x11) [...] Bit 0 of 'cc' represents key 24 (scancode 0x17) Bit 7 of 'dd' represents key 25 (scancode 0x18) [...] Bit 0 of 'dd' represents key 32 (scancode 0x1F) This was nice and easy to figure out. Makes a very nice change from MPEG transport stream section decoders and table parsers :) > 0x00 to 0x1F: Keystroke: The corresponding key on the LPFK was hit. These > responses are only sent when the LPFK has been enabled using the Enable > command. It's probably worth noting that the LPFK doesn't auto-repeat, nor does it send a separate key-up/key-down scan code. Depending on your POV, this is either a good thing or a bad thing :) It does tend to suffer from key-bounce a little though. > 0x80: Retransmit: The LPFK sends this if there was an error on the last > Set Indicators command and it wants the host machine to retransmit it. The only error I've been able to provoke is a timeout. If you don't send the complete Set Indicators command within ~500ms, the LPFK times out, flushes the receive buffer and waits for you to resend the command. The 0x80 (Retransmit) repeats every second until you either resend the Set Indicators command, or send a 0x01 Reset command instead. I'm not sure if a parity error will also cause a Retransmit status code to be transmitted -- anyone care to try? From what I can gather, the LPFK ignores any bytes that have an incorrect parity bit. So if the Retransmit command goes through and one of the LED state bytes gets munged along the way, the LPFK will ignore the munged byte and the packet will be 4 bytes instead of 5 (command + 3 status, instead of command + 4 status). That will more than likely trigger the timeout. > All of this is also written up at > http://brutman.com/IBM_LPFK/IBM_LPFK.html for the good of the greater > public. Though in fairness the message you posted here is probably going to be more permanent :) > Now I need to figure out how to run 9600 bps on a PCjr .. it > doesn't like anything over 2400. (4800 or 9600 might be ok, as it just > is one byte being received.) I've scrapped my plan of cutting apart this LPFK to do the PCB scans. I think it would be a much better idea to track down a broken LPFK, strip it for parts, then keep the spares for other LPFKs and drop the PCBs on a scanner. Million dollar question: does anyone have a broken LPFK to spare? I'm only after the PCB, and maybe a few spare keycaps if they are easily removable (I haven't tried yet). > I have a blank overlay and a CADAM overlay that labels the keystrokes. I > will probably scan the blank shortly so that people can download and make > their own. I'll look forward to that. I'm trying to think of a serious use for the LPFK but I'd still like to see what the keypad overlays look like. Interestingly enough, I did a quick search on CADAM and found this -- . It seems to be a mini version of the LPFK without the blinkenlites. I suspect the intention of the LPFK was to allow users to rapidly switch from one function to another in complex CAD software. As for the LEDs, generally a lit LED is taken to mean "this is switched on", so I suspect those were probably used to indicate which functions/modes were active at a given time. Although there's nothing inherently wrong with lighting up the options you can choose instead, I'd have thought lighting up the keys corresponding to the active functions would have been more useful. Though it might be useful as a training aid I suppose... -- Phil. classiccmp at philpem.me.uk http://www.philpem.me.uk/ From hilpert at cs.ubc.ca Wed Aug 20 19:01:30 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Wed, 20 Aug 2008 16:01:30 -0800 Subject: Schematics of Atanasoff-Berry Computer logic circuits? References: <970632.14572.qm@web50507.mail.re2.yahoo.com> Message-ID: <48ACB05A.18A1B0B7@cs.ubc.ca> William Blair wrote: > > Does anyone know of a source for schematics of the Atanasoff-Berry Computer vacuum tube logic circuitry? I've found this web page: > > http://www.scl.ameslab.gov/ABC/ > > but there are no schematics available there. I have emailed the person at the bottom of the web page, If you are referring to the schematics for the ASM (Add-Subtract Mechanism), they are readily available, although not including the values for the resistors which determine the logic-gate functions. A scan and my re-organised versions are accessible at: http://www.cs.ubc.ca/~hilpert/e/ABC/asm.html I was doing some calculations and experiments with vacuum tubes a couple of years ago to recreate an ASM, to figure out what might work for the logic-resistor values (not completed). It would be nice to know what the original values were. If you are referring to the schematics for the entire machine, I had the same interest when I was working on writing a simulator (also on the web pages) to confirm some aspects of the functioning of the machine. I managed to get the simulator functioning without them, so didn't feel a dire need to get them, although it would still be interesting to see them. Sometime after the sim was accessible on the web, I was contacted by one of the fellows (Charles Schorb) who had worked on the ABC reconstruction and I asked him about schematics. His reply: ... Schematics are a bit hard to come by. They requested that I return all my schematics after leaving the project for 'my real job'. Contact Gary Sleege to see if they have lightened up on this restriction. ... but I haven't pursued it further. > but I suspect that since school is not in session, I won't soon get a response. (Actually, at universities, when school is not in session can be a good time to contact people as the people are less likely to be busy with students and teaching responsibilities, at least if they're not on vacation.) From jfoust at threedee.com Wed Aug 20 18:12:26 2008 From: jfoust at threedee.com (John Foust) Date: Wed, 20 Aug 2008 18:12:26 -0500 Subject: PC keyboards In-Reply-To: <20080820132102.Y59653@shell.lmi.net> References: <48AAD08E.80800@gmail.com> <031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> <20080820132102.Y59653@shell.lmi.net> Message-ID: <6.2.3.4.2.20080820181200.05b84cf0@mail.threedee.com> At 03:21 PM 8/20/2008, Fred Cisin wrote: >On Wed, 20 Aug 2008, Alexandre Souza wrote: >> BTW an old dream of mine is finding an IBM "M" keyboard with the >> trackpoint (know as "clitoris" in Brazil...go figure! :oD). I'd love to buy >> one, any info? :oD > >It was also apparently called that VERY UNOFFICIALLY during development. I'm waiting for someone to state that they were told their keyboard has one, but that they can't find it. - John From spectre at floodgap.com Wed Aug 20 18:30:59 2008 From: spectre at floodgap.com (Cameron Kaiser) Date: Wed, 20 Aug 2008 16:30:59 -0700 (PDT) Subject: PC keyboards In-Reply-To: <6.2.3.4.2.20080820181200.05b84cf0@mail.threedee.com> from John Foust at "Aug 20, 8 06:12:26 pm" Message-ID: <200808202330.m7KNUxuV007788@floodgap.com> > > > BTW an old dream of mine is finding an IBM "M" keyboard with the > > > trackpoint (know as "clitoris" in Brazil...go figure! :oD). I'd love to > > > buy one, any info? :oD > > It was also apparently called that VERY UNOFFICIALLY during development. > I'm waiting for someone to state that they were told their keyboard > has one, but that they can't find it. I would be impressed if there were in fact a keyboard codenamed G-Spot. -- ----------------------------------- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com -- Good-bye. I am leaving because I am bored. -- George Saunders' dying words - From tonym at compusource.net Wed Aug 20 18:42:23 2008 From: tonym at compusource.net (tonym) Date: Wed, 20 Aug 2008 23:42:23 GMT Subject: OT: Microsoft crazy academic deal Message-ID: <200808201942602.SM04048@[63.69.23.239]> I thought some of you might appreciate this... Microsoft is offering for one day only, today, Office Ultimate Edition for $59.95. This has everything in it, I think retail is like $500-600. www.theultimatesteal.com Ya need to have access to an email address at a .EDU though. You enter in the email addy, and it emails a link to the address. Not a bad deal, for excel, access, Word, Ourlook, PowerPoint Got it for my wife, as she is working on her BS at Florida Atlantic They will apparently have Windows Vista Ultimate for $65 at the same site on 9/8/2008 I think the deal ends at midnight, or I think you had to have registered for it, and gotten the email by midnight. Tony From cisin at xenosoft.com Wed Aug 20 19:05:58 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Wed, 20 Aug 2008 17:05:58 -0700 (PDT) Subject: OT: Microsoft crazy academic deal In-Reply-To: <200808201942602.SM04048@[63.69.23.239]> References: <200808201942602.SM04048@[63.69.23.239]> Message-ID: <20080820170115.W68747@shell.lmi.net> On Wed, 20 Aug 2008, tonym wrote: > I thought some of you might appreciate this... > Microsoft is offering for one day only, today, Office Ultimate Edition for $59.95. This has > everything in it, I think retail is like $500-600. > Got it for my wife, as she is working on her BS at Florida Atlantic > They will apparently have Windows Vista Ultimate for $65 at the same site on 9/8/2008 > I think the deal ends at midnight, or I think you had to have registered for it, and gotten the email by > midnight. Microsoft "academic pricing" is always in that range. It is not always the same for different schools. Where I teach, MICROS~1 wants $45 for Office or Vista, and $55 for visual studio. all year long. http://old.foundationccc.org/msca/default.aspx -- Grumpy Ol' Fred cisin at xenosoft.com From mcguire at neurotica.com Wed Aug 20 19:11:18 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Wed, 20 Aug 2008 20:11:18 -0400 Subject: Opening computer museums - humor In-Reply-To: <48AB109F.1070800@jetnet.ab.ca> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <48A8E29F.7080605@oldskool.org> <48A99D9D.8040307@gmail.com> <6.2.3.4.2.20080819104504.06a82dc0@mail.threedee.com> <34F27A49-28AA-4031-84B3-7B76239331BE@neurotica.com> <48AB109F.1070800@jetnet.ab.ca> Message-ID: <5A3217A2-38E4-484E-A5F5-9335AC04176D@neurotica.com> On Aug 19, 2008, at 2:27 PM, bfranchuk at jetnet.ab.ca wrote: >> Name one thing that's cool and ISN'T a money sink... ;) >> > Cars with fins ... :) My mother restored several antique cars when I was growing up. They certainly *are* money sinks. > With this list ... you open the muesum inside the computer ... This > was my kitchen... > Remeber once you had a sofa there. :) Ahh, "do-nothing" furniture...I just don't see the point. ;) The best sofa is the power supply/cooling bench around an early Cray. -Dave -- Dave McGuire Port Charlotte, FL From tonym at compusource.net Wed Aug 20 19:19:02 2008 From: tonym at compusource.net (tonym) Date: Thu, 21 Aug 2008 00:19:02 GMT Subject: OT: Microsoft crazy academic deal Message-ID: <200808202019570.SM02236@[63.69.23.239]> >-----Original Message----- >From: Fred Cisin cisin at xenosoft.com >Sent 8/20/2008 8:05:58 PM >To: General Discussion: On-Topic and Off-Topic Posts cctalk at classiccmp.org >Subject: Re: OT: Microsoft crazy academic deal > > >Microsoft "academic pricing" is always in that range. >It is not always the same for different schools. >Where I teach, MICROS~1 wants $45 for Office or Vista, and $55 for visual >studio. > >all year long. > >http://old.foundationccc.org/msca/default.aspx > That site only covers 6 states. I live in Florida, which is NOT on the list at that site. This is a full retail Office 2007 Ultimate, 2-computer license (1 desktop, 1 laptop), for $59.95. As for Vista, that site has Vista Business, not Ultimate. Business lacks all the Multimedia/Media Center portions of Vista. Tony From wdonzelli at gmail.com Wed Aug 20 19:20:15 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Wed, 20 Aug 2008 20:20:15 -0400 Subject: Opening computer museums - humor In-Reply-To: <5A3217A2-38E4-484E-A5F5-9335AC04176D@neurotica.com> References: <43DC2F04-4F6F-452E-B883-93EAB749F51F@neurotica.com> <48A8E29F.7080605@oldskool.org> <48A99D9D.8040307@gmail.com> <6.2.3.4.2.20080819104504.06a82dc0@mail.threedee.com> <34F27A49-28AA-4031-84B3-7B76239331BE@neurotica.com> <48AB109F.1070800@jetnet.ab.ca> <5A3217A2-38E4-484E-A5F5-9335AC04176D@neurotica.com> Message-ID: > Ahh, "do-nothing" furniture...I just don't see the point. ;) The best > sofa is the power supply/cooling bench around an early Cray. About as comfortable as a Frank Lloyd Wright chair. -- Will From cisin at xenosoft.com Wed Aug 20 19:49:33 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Wed, 20 Aug 2008 17:49:33 -0700 (PDT) Subject: OT: Microsoft crazy academic deal In-Reply-To: <200808202019570.SM02236@[63.69.23.239]> References: <200808202019570.SM02236@[63.69.23.239]> Message-ID: <20080820172958.J71043@shell.lmi.net> On Thu, 21 Aug 2008, tonym wrote: > That site only covers 6 states. I live in Florida, which is NOT on the list at that site. > This is a full retail Office 2007 Ultimate, 2-computer license (1 desktop, 1 laptop), for $59.95. > As for Vista, that site has Vista Business, not Ultimate. Business lacks all the Multimedia/Media Center portions of Vista. Yes, there are a lot of different deals and places to do it through. A better starting point than the one I use and posted, is: http://www.microsoft.com/education/eligible.mspx http://www.microsoft.com/Education/USAcademicPricing.mspx Shop around for varying deals, but do NOT fall for "you gotta buy by midnight". If your school has subscribed to the MSDN Academic Alliance, then you can copy certain products for free, if you promise to erase them when you graduate. http://msdn.microsoft.com/en-us/academic/default.aspx Microsoft "support" for "academic editions" is rather limited. PLEASE don't ever pay retail for MICROS~1 products! From wdonzelli at gmail.com Wed Aug 20 20:02:26 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Wed, 20 Aug 2008 21:02:26 -0400 Subject: OT: Microsoft crazy academic deal In-Reply-To: <20080820172958.J71043@shell.lmi.net> References: <200808202019570.SM02236@63.69.23.239> <20080820172958.J71043@shell.lmi.net> Message-ID: > PLEASE don't ever pay retail for MICROS~1 products! So what the fuck are you guys doing giving MICROS~1 so much free advertising in the past few hours? Take it off list. -- Will From cclist at sydex.com Wed Aug 20 20:03:53 2008 From: cclist at sydex.com (Chuck Guzis) Date: Wed, 20 Aug 2008 18:03:53 -0700 Subject: OT: Microsoft crazy academic deal In-Reply-To: <20080820172958.J71043@shell.lmi.net> References: <200808202019570.SM02236@[63.69.23.239]>, <20080820172958.J71043@shell.lmi.net> Message-ID: <48AC5C89.5330.1175E70E@cclist.sydex.com> On 20 Aug 2008 at 17:49, Fred Cisin wrote: > PLEASE don't ever pay retail for MICROS~1 products! So, who has the best price for "Bob"? Cheers, Chuck From bfranchuk at jetnet.ab.ca Wed Aug 20 20:09:40 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Wed, 20 Aug 2008 19:09:40 -0600 Subject: OT: Microsoft crazy academic deal In-Reply-To: <48AC5C89.5330.1175E70E@cclist.sydex.com> References: <200808202019570.SM02236@[63.69.23.239]>, <20080820172958.J71043@shell.lmi.net> <48AC5C89.5330.1175E70E@cclist.sydex.com> Message-ID: <48ACC054.4010705@jetnet.ab.ca> Chuck Guzis wrote: > On 20 Aug 2008 at 17:49, Fred Cisin wrote: > > >> PLEASE don't ever pay retail for MICROS~1 products! >> > > So, who has the best price for "Bob"? > > Cheers, > Chuck The pirate as allways! From tonym at compusource.net Wed Aug 20 20:11:05 2008 From: tonym at compusource.net (tonym) Date: Thu, 21 Aug 2008 01:11:05 GMT Subject: OT: Microsoft crazy academic deal Message-ID: <200808202111133.SM02236@[63.69.23.239]> >-----Original Message----- >From: Fred Cisin cisin at xenosoft.com >Sent 8/20/2008 8:49:33 PM >To: General Discussion: On-Topic and Off-Topic Posts cctalk at classiccmp.org >Subject: Re: OT: Microsoft crazy academic deal > >On Thu, 21 Aug 2008, tonym wrote: > That site only covers 6 states. I live in Florida, which is NOT on the list at that site. > This is a full retail Office 2007 Ultimate, 2-computer license (1 desktop, 1 laptop), for $59.95. > As for Vista, that site has Vista Business, not Ultimate. Business lacks all the Multimedia/Media Center portions of Vista. > >Yes, there are a lot of different deals and places to do it through. >A better starting point than the one I use and posted, is: > >http://www.microsoft.com/education/eligible.mspx >http://www.microsoft.com/Education/USAcademicPricing.mspx > >Shop around for varying deals, but do NOT fall for "you gotta buy by >midnight". > > >If your school has subscribed to the MSDN Academic Alliance, then you >can copy certain products for free, if you promise to erase them when you >graduate. > I think you need to review the terms of the agreement at that first link you sent, for Microsoft Campus. Those renew yearly, and can only be installed *ONCE*. According to that site you sent, FAQ #4, they even advise you to run AntiVirus to protect your computer, as you are not even entitled to REinstall it. Apples-and-oranges - I can install and re-install this on those 2 computers as often as I wish, and no yearly license fee. Tony From tonym at compusource.net Wed Aug 20 20:14:54 2008 From: tonym at compusource.net (tonym) Date: Thu, 21 Aug 2008 01:14:54 GMT Subject: OT: Microsoft crazy academic deal Message-ID: <200808202114977.SM00636@[63.69.23.239]> >-----Original Message----- >From: William Donzelli wdonzelli at gmail.com >Sent 8/20/2008 9:02:26 PM >To: General Discussion: On-Topic and Off-Topic Posts cctalk at classiccmp.org >Subject: Re: OT: Microsoft crazy academic deal > > PLEASE don't ever pay retail for MICROS~1 products! > >So what the f**k are you guys doing giving MICROS~1 so much free >advertising in the past few hours? > >Take it off list. > >-- YOU need to get a grip - this was sent to the list that also covers off-topic postings, and I also put OT in the subject line. No need to curse - what kind of upbringing did YOU have? You should be glad *I* am not a list mod. You'd be banned already. I don't really think anyone wants to read your filth. Tony From tonym at compusource.net Wed Aug 20 20:17:38 2008 From: tonym at compusource.net (tonym) Date: Thu, 21 Aug 2008 01:17:38 GMT Subject: OT: Microsoft crazy academic deal Message-ID: <200808202117367.SM01476@[63.69.23.239]> >-----Original Message----- >From: bfranchuk at jetnet.ab.ca bfranchuk at jetnet.ab.ca >Sent 8/20/2008 9:09:40 PM >To: General Discussion GeneralDiscussion@ >Subject: Re: OT: Microsoft crazy academic deal > >Chuck Guzis wrote: > On 20 Aug 2008 at 17:49, Fred Cisin wrote: > > > PLEASE don't ever pay retail for MICROS~1 products! > > > So, who has the best price for "Bob"? > > Cheers, > Chuck >The pirate as allways! > > I remember seeing that garbage at Incredible Universe YEARS ago when they were still in business! Back then they were pushing that garbage as "Microsoft Home" and all the games, as well. Tony From dgriffi at cs.csubak.edu Wed Aug 20 20:19:14 2008 From: dgriffi at cs.csubak.edu (David Griffith) Date: Wed, 20 Aug 2008 18:19:14 -0700 (PDT) Subject: OT: Microsoft crazy academic deal In-Reply-To: <48AC5C89.5330.1175E70E@cclist.sydex.com> References: <200808202019570.SM02236@[63.69.23.239]>, <20080820172958.J71043@shell.lmi.net> <48AC5C89.5330.1175E70E@cclist.sydex.com> Message-ID: On Wed, 20 Aug 2008, Chuck Guzis wrote: > On 20 Aug 2008 at 17:49, Fred Cisin wrote: > > > PLEASE don't ever pay retail for MICROS~1 products! > > So, who has the best price for "Bob"? Around that time just to prove that "Bob" was a piece of junk, someone created "Bubba". As I recall, it seemed to work better than the Microsoft product. I think this is it: http://www.crummy.com/warren/files/picks/bubba.zip -- David Griffith dgriffi at cs.csubak.edu From steven.alan.canning at verizon.net Wed Aug 20 20:25:12 2008 From: steven.alan.canning at verizon.net (Scanning) Date: Wed, 20 Aug 2008 18:25:12 -0700 Subject: 8051 Locks, Was; IBM LPFK reverse engr References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <20080817121645.GB15374@usap.gov> Message-ID: <000d01c9032c$c210b910$0301a8c0@hal9000> Let us not lose our sense of humor on re-directs shall we ? If you think this will waste your time, please don't read any further.... I have a PDF ( about 1.3 MBytes ) that supposedly came out of Stanford University on how to read data from an 8051 with the locks set. They say it only works on the older parts ( I do not know what was changed or when ) but it isn't that hard to try it out. If you want a copy of the PDF please contact me offline so we don't piss anybody else off. Warmest regards, Steven > On Sun, Aug 17, 2008 at 01:08:57PM +0100, Philip Pemberton wrote: > > Philip Pemberton wrote: > > >I don't think there's much that can be done with the LPFK without > > >desoldering the 8051 chip and reading out the program. Catch is, the > > >chip has probably had its encryption table programmed, and probably the > > >lock bits as well... > > > > I was right. > > The 8051 has both lock bits programmed. Zero activity in program mode, all > > outputs Hi-Z. > > > > :( > > Bummer, but thanks for checking that. > > > Any experienced reverse engineers in the audience, or IBM collectors with > > information / drivers / docs for the LPFK? > > No, I wish I did, though. I have two LPFKs waiting for me at home when I > get back in a few months, and I had been expecting that codeninja's stuff > was going to work. > > I suspect that if PC drivers are unearthed, it will be a simple matter > to throw a serial analyzer on the line and look for traffic - I'd do that > myself with an HP4951, but, again, that will months from now. > > I wish I could provide help, but without hardware, I'm reduced reading > this thread and hoping to learn from it. > > Thanks, > > -ethan From wdonzelli at gmail.com Wed Aug 20 20:21:53 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Wed, 20 Aug 2008 21:21:53 -0400 Subject: OT: Microsoft crazy academic deal In-Reply-To: <200808202114977.SM00636@63.69.23.239> References: <200808202114977.SM00636@63.69.23.239> Message-ID: > YOU need to get a grip - this was sent to the list that also covers off-topic postings, and I also > put OT in the subject line. OK. Can I bring up politics and religion, too? As long as I am nice and say "OT"? I am sure Jay would not mind. > No need to curse - what kind of upbringing did YOU have? You should be glad *I* am not a list mod. > You'd be banned already. > I don't really think anyone wants to read your filth. I am already headed to the bathroom so I can put a bar of soap in my mouth. -- Will From michaelgreen42 at comcast.net Wed Aug 20 20:22:36 2008 From: michaelgreen42 at comcast.net (Mike) Date: Wed, 20 Aug 2008 18:22:36 -0700 Subject: MFM harddrives (Seattle WA area) In-Reply-To: <200808210111.m7L1B0Im055484@dewey.classiccmp.org> References: <200808210111.m7L1B0Im055484@dewey.classiccmp.org> Message-ID: <2A9A9082CE5046409647370E3E962AC7@pal> I've got a large lot of various MFM harddrives sitting around that I have no use for. Don't know much about these but have to be worth something. If interested let me know and maybe we can work out either a cash or trade deal. From cisin at xenosoft.com Wed Aug 20 20:48:12 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Wed, 20 Aug 2008 18:48:12 -0700 (PDT) Subject: UI (Was: OT: Microsoft crazy academic deal In-Reply-To: References: <200808202019570.SM02236@[63.69.23.239]>, <20080820172958.J71043@shell.lmi.net> <48AC5C89.5330.1175E70E@cclist.sydex.com> Message-ID: <20080820184649.L71043@shell.lmi.net> On Wed, 20 Aug 2008, David Griffith wrote: > Around that time just to prove that "Bob" was a piece of junk, someone > created "Bubba". As I recall, it seemed to work better than the Microsoft > product. I think this is it: > http://www.crummy.com/warren/files/picks/bubba.zip Thank you for the topic drift! Is that the same one as: http://techrepublic.com.com/5208-13624-0.html?forumID=102&threadID=269221&messageID=2551826 -- Grumpy Ol' Fred cisin at xenosoft.com From tonym at compusource.net Wed Aug 20 20:56:08 2008 From: tonym at compusource.net (tonym) Date: Thu, 21 Aug 2008 01:56:08 GMT Subject: UI (Was: OT: Microsoft crazy academic deal Message-ID: <20080820215639.SM03392@[63.69.23.239]> >-----Original Message----- >From: Fred Cisin cisin at xenosoft.com >Sent 8/20/2008 9:48:12 PM >To: General Discussion: On-Topic and Off-Topic Posts cctalk at classiccmp.org >Subject: UI (Was: OT: Microsoft crazy academic deal> > >On Wed, 20 Aug 2008, David Griffith wrote: > Around that time just to prove that "Bob" was a piece of junk, someone > created "Bubba". As I recall, it seemed to work better than the Microsoft > product. I think this is it: > http://www.crummy.com/warren/files/picks/bubba.zip > >Thank you for the topic drift! > >Is that the same one as: >http://techrepublic.com.com/5208-13624-0.html?forumID=102&threadID=269221&messageID=2551826 > > I dunno - calling Bob a UI is kinda' insulting to UI's - that was just a POS. Does anyone actually KNOW of anyone who bought it? Tony From cisin at xenosoft.com Wed Aug 20 21:07:40 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Wed, 20 Aug 2008 19:07:40 -0700 (PDT) Subject: UI (Was: OT: Microsoft crazy academic deal In-Reply-To: <20080820215639.SM03392@[63.69.23.239]> References: <20080820215639.SM03392@[63.69.23.239]> Message-ID: <20080820190446.Y71043@shell.lmi.net> On Thu, 21 Aug 2008, tonym wrote: > I dunno - calling Bob a UI is kinda' insulting to UI's - that was just a POS. > Does anyone actually KNOW of anyone who bought it? Yeah. College administrators! "Those who can, do; Those who can't, teach; Those who can't teach, administrate" - H.L. Mencken I used it in an operating systems class to show how bad it was possible to get. -- Grumpy Ol' Fred cisin at xenosoft.com From geneb at deltasoft.com Wed Aug 20 21:16:34 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Wed, 20 Aug 2008 19:16:34 -0700 (PDT) Subject: PC keyboards In-Reply-To: <200808202330.m7KNUxuV007788@floodgap.com> References: <200808202330.m7KNUxuV007788@floodgap.com> Message-ID: > >>> It was also apparently called that VERY UNOFFICIALLY during development. > >> I'm waiting for someone to state that they were told their keyboard >> has one, but that they can't find it. > > I would be impressed if there were in fact a keyboard codenamed G-Spot. > I hear it's going to arrive in a boxed set with Duke Nuke 'Em Forever. g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From wdonzelli at gmail.com Wed Aug 20 21:20:26 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Wed, 20 Aug 2008 22:20:26 -0400 Subject: UI (Was: OT: Microsoft crazy academic deal In-Reply-To: <20080820190446.Y71043@shell.lmi.net> References: <20080820215639.SM03392@63.69.23.239> <20080820190446.Y71043@shell.lmi.net> Message-ID: > Yeah. > College administrators! Smart people bought Bob. Consider how cheap it was when it was getting cleared off the shelves, and now how much money mint copies go for. I wish I was smart back then. -- Will From doc at mdrconsult.com Wed Aug 20 21:24:04 2008 From: doc at mdrconsult.com (Doc Shipley) Date: Wed, 20 Aug 2008 21:24:04 -0500 Subject: UI (Was: OT: Microsoft crazy academic deal In-Reply-To: References: <20080820215639.SM03392@63.69.23.239> <20080820190446.Y71043@shell.lmi.net> Message-ID: <48ACD1C4.6060805@mdrconsult.com> William Donzelli wrote: >> Yeah. >> College administrators! > > Smart people bought Bob. > > Consider how cheap it was when it was getting cleared off the shelves, > and now how much money mint copies go for. Define "mint", please? Doc From slawmaster at gmail.com Wed Aug 20 21:29:01 2008 From: slawmaster at gmail.com (John Floren) Date: Wed, 20 Aug 2008 22:29:01 -0400 Subject: OT: Microsoft crazy academic deal In-Reply-To: <200808202114977.SM00636@63.69.23.239> References: <200808202114977.SM00636@63.69.23.239> Message-ID: <7d3530220808201929u3e4e321ibe906d3900a951ae@mail.gmail.com> On Wed, Aug 20, 2008 at 9:14 PM, tonym wrote: >>-----Original Message----- >>From: William Donzelli wdonzelli at gmail.com >>Sent 8/20/2008 9:02:26 PM >>To: General Discussion: On-Topic and Off-Topic Posts cctalk at classiccmp.org >>Subject: Re: OT: Microsoft crazy academic deal >> >> PLEASE don't ever pay retail for MICROS~1 products! >> >>So what the f**k are you guys doing giving MICROS~1 so much free >>advertising in the past few hours? >> >>Take it off list. >> >>-- > > > YOU need to get a grip - this was sent to the list that also covers off-topic postings, and I also > put OT in the subject line. > > No need to curse - what kind of upbringing did YOU have? You should be glad *I* am not a list mod. > You'd be banned already. > I don't really think anyone wants to read your filth. > > > > Tony Not to be a jerk about it, but welcome to the Internet. People swear, just like they do in real life. If your mom doesn't want you to hear those words, set up an email filter or something. Hell, he even censored himself, but you still felt the need to complain? I do agree that this topic is just fine on the list; it's not like we have these sort of threads every day, and some people could find this information (about the Academic Alliance and other things) useful. John "Potty Mouth" Floren -- Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn From spectre at floodgap.com Wed Aug 20 21:38:35 2008 From: spectre at floodgap.com (Cameron Kaiser) Date: Wed, 20 Aug 2008 19:38:35 -0700 (PDT) Subject: PC keyboards In-Reply-To: from Gene Buckle at "Aug 20, 8 07:16:34 pm" Message-ID: <200808210238.m7L2cZtv008980@floodgap.com> > > > > It was also apparently called that VERY UNOFFICIALLY during development > > > I'm waiting for someone to state that they were told their keyboard > > > has one, but that they can't find it. > > I would be impressed if there were in fact a keyboard codenamed G-Spot. > I hear it's going to arrive in a boxed set with Duke Nuke 'Em Forever. That would be a great product tie-in. Of course, that guarantees we'll never actually see it. -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com -- Life is like a simile. ----------------------------------------------------- From tonym at compusource.net Wed Aug 20 21:43:44 2008 From: tonym at compusource.net (tonym) Date: Thu, 21 Aug 2008 02:43:44 GMT Subject: OT: Microsoft crazy academic deal Message-ID: <200808202243149.SM02236@[63.69.23.239]> >Not to be a jerk about it, but welcome to the Internet. People swear, >just like they do in real life. If your mom doesn't want you to hear >those words, set up an email filter or something. Hell, he even >censored himself, but you still felt the need to complain? > >I do agree that this topic is just fine on the list; it's not like we >have these sort of threads every day, and some people could find this >information (about the Academic Alliance and other things) useful. > >John "Potty Mouth" Floren >-- >Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn > > Actually, if you read the messages in correct order, you will see that *I* was the one that censored it in my response. I'm not a prude, but that really is unnecessary. I'd like to think we're a little more civilized. Speaking vocally, it may have an effect, but spelling it out in words really looks rather ignorant and uneducated. I'm not going to keep with this thread, just like I didn't respond to his immature response, but I wanted to make sure you were aware that it was I that censored it with *'s. 'nuff said Tony From wdonzelli at gmail.com Wed Aug 20 21:46:18 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Wed, 20 Aug 2008 22:46:18 -0400 Subject: UI (Was: OT: Microsoft crazy academic deal In-Reply-To: <48ACD1C4.6060805@mdrconsult.com> References: <20080820215639.SM03392@63.69.23.239> <20080820190446.Y71043@shell.lmi.net> <48ACD1C4.6060805@mdrconsult.com> Message-ID: > Define "mint", please? If I were smart back then, I would have purchased a bunch of them, stored them properly so the boxes do not wear/fade/mold/abrade, never broken the seals - then I could call them mint. But I did not do this. -- Will From wbblair3 at yahoo.com Wed Aug 20 21:53:54 2008 From: wbblair3 at yahoo.com (William Blair) Date: Wed, 20 Aug 2008 19:53:54 -0700 (PDT) Subject: Schematics of Atanasoff-Berry Computer logic circuits? Message-ID: <774132.45156.qm@web50502.mail.re2.yahoo.com> > If you are referring to the schematics for the ASM > (Add-Subtract Mechanism), they are readily available, > although not including the values for the resistors > which determine the logic-gate functions. A scan and my > re-organised versions are accessible at: > > http://www.cs.ubc.ca/~hilpert/e/ABC/asm.html Thanks, that's a really great start. Prior to seeing your reply to my question, I requested an inter-library loan of the book "The Origins of Digital Computers - Selected Papers" which contains the paper which is excerpted on your excellent ABC site. Even though that book now looks like it won't provide the details I'd expected, since I won't be using the same voltages as the original circuits were likely using, the exact component values will be different anyway. I'm not very familiar with vacuum tube circuit design, but I have a PDF copy of the 1952 USAF technical order TO16-1-255 "Basic Theory and Application of Electron Tubes" which looks like it might be sufficient. I've built two different 12AU7 dual triode vacuum tube stereo headphone amps from plans which use much lower and, therefore, safer and easier-to-produce voltages (24 - 60V) than were used historically in such circuits. The required plate voltages for these low-power circuits are produced using simple voltage multipliers attached to commonly available and inexpensive low-voltage transformer secondaries. Since, in the case of digital logic circuits linearity of operation is not a requirement as it is with audio circuits, even lower voltages might be usable although 24 volts seems to be plenty low enough. > I was doing some calculations and experiments with vacuum > tubes a couple of years ago to recreate an ASM, to figure out > what might work for the logic-resistor values (not completed). > It would be nice to know what the original values were. > > If you are referring to the schematics for the entire > machine, I had the same interest when I was working on writing a > simulator (also on the web pages) to confirm some aspects of the > functioning of the machine. I managed to get the simulator > functioning without them, so didn't feel a dire need to get them, > although it would still be interesting to see them. > > Sometime after the sim was accessible on the web, I was contacted > by one of the fellows (Charles Schorb) who had worked on the ABC > reconstruction and I asked him about schematics. His reply: > ... > Schematics are a bit hard to come by. They requested > that I return all my schematics after leaving the project for 'my > real job'. Contact Gary Sleege to see if they have lightened up on > this restriction. > ... > but I haven't pursued it further. That's strange that they'd be so restrictive about the distribution of schematics for a machine that has no current value beyond that of a historical curiosity. I know that there was a legal battle between Mauchly with his ENIAC and Atanasoff with his ABC, but that was decided against Mauchly and claimed that his ENIAC plagiarized concepts used by Atanasoff's ABC which then invalidated Mauchly's earlier patent claim to the first electronic computer. Since Atanasoff won the case 35 years ago, why would they not willingly release all schematics now? Strange. > > but I suspect that since school is not in session, I > > won't soon get a response. > > (Actually, at universities, when school is not in session > can be a good time to contact people as the people are less likely > to be busy with students and teaching responsibilities, at least if > they're not on vacation.) Right you are. I've already received a reply to the effect that he will check with applicable points of contact. I'll let you know the results. Thanks, Bill From healyzh at aracnet.com Wed Aug 20 21:54:43 2008 From: healyzh at aracnet.com (Zane H. Healy) Date: Wed, 20 Aug 2008 19:54:43 -0700 Subject: VAXstation 4000/vlc fans? Message-ID: Has anyone here dealt with the fans on a VAXstation 4000/vlc? I use one as a DECnet router, and its fans are "howling" loud enough that it is not "dining room friendly" (believe it or not I'm the one that says it's to loud to run and not my wife). I'd prefer to keep the /vlc running rather than replace it with either a /60 or /90. Zane -- | Zane H. Healy | UNIX Systems Administrator | | healyzh at aracnet.com (primary) | OpenVMS Enthusiast | | MONK::HEALYZH (DECnet) | Classic Computer Collector | +----------------------------------+----------------------------+ | Empire of the Petal Throne and Traveller Role Playing, | | PDP-10 Emulation and Zane's Computer Museum. | | http://www.aracnet.com/~healyzh/ | From mbbrutman-cctalk at brutman.com Wed Aug 20 23:16:44 2008 From: mbbrutman-cctalk at brutman.com (Michael B. Brutman) Date: Wed, 20 Aug 2008 22:16:44 -0600 Subject: IBM LPFK reverse engineering In-Reply-To: <48AC9D79.4020408@philpem.me.uk> References: <48A7D00E.7050202@philpem.me.uk> <48A814D9.9050807@philpem.me.uk> <2030F335-68C1-40EB-9911-E1ECF7B383E6@neurotica.com> <48A87B52.1010604@philpem.me.uk> <6A8E064B-B6D5-43A7-A775-DB3AA9E17836@neurotica.com> <48AB2BD8.2020208@brutman.com> <48AB77E8.3010009@brutman.com> <48AC9D79.4020408@philpem.me.uk> Message-ID: <48ACEC2C.9070600@brutman.com> Philip Pemberton wrote: > It's nice to finally see the LPFK light up :) Yes, yes indeed ... > It's probably worth noting that the LPFK doesn't auto-repeat, nor does > it send a separate key-up/key-down scan code. Depending on your POV, > this is either a good thing or a bad thing :) I like the simplicity of it. Press a button, get a byte. No need to worry about key combinations and other silliness that makes decoding the PC keyboard so fun. >> All of this is also written up at >> http://brutman.com/IBM_LPFK/IBM_LPFK.html for the good of the greater >> public. > > Though in fairness the message you posted here is probably going to be > more permanent :) I was only going to post on the web site, but I knew that some elitist snob here would get upset. So I posted in both places. (If your blood pressure is rising now, then you are an elitist snob.) (It's also fun throwing bricks at people who are so easily stirred.) :-) Back On Topic ... >> I have a blank overlay and a CADAM overlay that labels the keystrokes. I >> will probably scan the blank shortly so that people can download and make >> their own. > > I'll look forward to that. I'm trying to think of a serious use for the > LPFK but I'd still like to see what the keypad overlays look like. I scanned the overlay, cleaned it up and posted it. Enjoy! > Interestingly enough, I did a quick search on CADAM and found this -- > . It seems to be a mini > version of the LPFK without the blinkenlites. Ugh, look at the price! Kind of expensive for an alternate keyboard with custom scan codes. Mike From korpela at ssl.berkeley.edu Wed Aug 20 22:16:06 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Wed, 20 Aug 2008 20:16:06 -0700 Subject: OT: Microsoft crazy academic deal In-Reply-To: <200808201942602.SM04048@63.69.23.239> References: <200808201942602.SM04048@63.69.23.239> Message-ID: Funny, but OpenOffice is still free. Eric On Wed, Aug 20, 2008 at 4:42 PM, tonym wrote: > Office Ultimate Edition for $59.95. This has > everything in it, I think retail is like $500-600. From tonym at compusource.net Wed Aug 20 22:48:55 2008 From: tonym at compusource.net (tonym) Date: Thu, 21 Aug 2008 03:48:55 GMT Subject: OT: Microsoft crazy academic deal Message-ID: <200808202348649.SM03392@[63.69.23.239]> >-----Original Message----- >From: Eric J Korpela korpela at ssl.berkeley.edu >Sent 8/20/2008 11:16:06 PM >To: General Discussion: On-Topic and Off-Topic Posts cctalk at classiccmp.org >Subject: Re: OT: Microsoft crazy academic deal > >Funny, but OpenOffice is still free. > >Eric > > Funny, but it's still not fully Office 2007 compatible. Had trouble with Word 2007 templates and certain docs, and can't open PowerPoint 2007 presentations. I JUST tried 2.4.1 from openoffice.org with some of my wife's school .doc's and PPoint presentations. Guess THAT didn't work out like you planned. From dgriffi at cs.csubak.edu Thu Aug 21 00:07:41 2008 From: dgriffi at cs.csubak.edu (David Griffith) Date: Wed, 20 Aug 2008 22:07:41 -0700 (PDT) Subject: UI (Was: OT: Microsoft crazy academic deal In-Reply-To: References: <20080820215639.SM03392@63.69.23.239> <20080820190446.Y71043@shell.lmi.net> <48ACD1C4.6060805@mdrconsult.com> Message-ID: On Wed, 20 Aug 2008, William Donzelli wrote: > > Define "mint", please? > > If I were smart back then, I would have purchased a bunch of them, > stored them properly so the boxes do not wear/fade/mold/abrade, never > broken the seals - then I could call them mint. > > But I did not do this. I have a mint copy of "Screen Grazers" that I picked up a couple years after the company that made it fizzled out. For whatever reason, I didn't think to save one from when I semi-worked there. I found it in the bargain bin at a local junior college bookstore. -- David Griffith dgriffi at cs.csubak.edu A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? From eric at brouhaha.com Thu Aug 21 00:36:07 2008 From: eric at brouhaha.com (Eric Smith) Date: Wed, 20 Aug 2008 22:36:07 -0700 Subject: OT: Microsoft crazy academic deal In-Reply-To: <200808202348649.SM03392@[63.69.23.239]> References: <200808202348649.SM03392@[63.69.23.239]> Message-ID: <48ACFEC7.70803@brouhaha.com> Eric J Korpela wrote: >> Funny, but OpenOffice is still free. tonym wrote: > Funny, but it's still not fully Office 2007 compatible. Funny, but that's one of OpenOffice's best features. It does the stuff I need, without nearly as much useless bloat as MS Office 2007. I deal with Word and Excel documents routinely, and although I occasionally run into one that uses an exotic feature not in OpenOffice, it's never been anything that prevented me from doing what I need with the document. From tonym at compusource.net Thu Aug 21 00:52:07 2008 From: tonym at compusource.net (tonym) Date: Thu, 21 Aug 2008 05:52:07 GMT Subject: OT: Microsoft crazy academic deal Message-ID: <200808210152133.SM03392@[63.69.23.239]> >-----Original Message----- >From: Eric Smith eric at brouhaha.com >Sent 8/21/2008 1:36:07 AM >To: General Discussion GeneralDiscussion@ >Subject: Re: OT: Microsoft crazy academic deal > >Eric J Korpela wrote: > Funny, but OpenOffice is still free. > >tonym wrote: > Funny, but it's still not fully Office 2007 compatible. > >Funny, but that's one of OpenOffice's best features. It does the stuff >I need, without nearly as much useless bloat as MS Office 2007. I deal >with Word and Excel documents routinely, and although I occasionally run >into one that uses an exotic feature not in OpenOffice, it's never been >anything that prevented me from doing what I need with the document. > Funniest, is that "feature" makes it unusable at, oh, 9 out of 10 universities in this country, and countless numbers of businesses. I know I couldn't use it at work - it wouldn't open hardly anything. I'd me MORE than happy to install OpenOffice on my wife's laptop... But what is she to do when the send her stuff in Office 2007 format, which OO can't open? Don't get me wrong - I'm not pro Microsoft, or anything. This is just a tool that my wife needs in school, and it was cheap. Obviously, by installing OO 2.4.1 and trying to open some of her docs from her last semester, OO isn't going to cut it. It opened 3 out of 17,and the rest, it wanted me to go through a HUGE list of formats to choose one,of which most Office 2007 stuff was missing. Office jsut knows what it is. Couldn't even open the PowerPoint presentations at all. Tony From eric at brouhaha.com Thu Aug 21 01:00:34 2008 From: eric at brouhaha.com (Eric Smith) Date: Wed, 20 Aug 2008 23:00:34 -0700 Subject: OT: Microsoft crazy academic deal In-Reply-To: <200808210152133.SM03392@[63.69.23.239]> References: <200808210152133.SM03392@[63.69.23.239]> Message-ID: <48AD0482.8080302@brouhaha.com> tonym wrote: > Funniest, is that "feature" makes it unusable at, oh, 9 out of 10 universities in this country, and countless > numbers of businesses. I know I couldn't use it at work - it wouldn't open hardly anything. I use OpenOffice at work, and have had no trouble with it, even though everyone else there uses MS Office. And I guess I must have lucked out in happening to register at the, oh, 1 out of 10 universities that doesn't have a problem with it. Eric From trixter at oldskool.org Thu Aug 21 01:08:38 2008 From: trixter at oldskool.org (Jim Leonard) Date: Thu, 21 Aug 2008 01:08:38 -0500 Subject: UI (Was: OT: Microsoft crazy academic deal In-Reply-To: <48ACD1C4.6060805@mdrconsult.com> References: <20080820215639.SM03392@63.69.23.239> <20080820190446.Y71043@shell.lmi.net> <48ACD1C4.6060805@mdrconsult.com> Message-ID: <48AD0666.1090706@oldskool.org> Doc Shipley wrote: > William Donzelli wrote: >>> Yeah. >>> College administrators! >> >> Smart people bought Bob. >> >> Consider how cheap it was when it was getting cleared off the shelves, >> and now how much money mint copies go for. > > Define "mint", please? Still shrinkwrapped. It may seem amazing to this list, but there is a group of people for whom collecting software is a hobby. While it's mostly limited to game titles, some non-game packages are valued more if they're of historical value (ie. Windows 1.0 or Microsoft Word 1 bundled with the microsoft mouse, etc., still shrinked). -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From dgriffi at cs.csubak.edu Thu Aug 21 01:13:41 2008 From: dgriffi at cs.csubak.edu (David Griffith) Date: Wed, 20 Aug 2008 23:13:41 -0700 (PDT) Subject: UI (Was: OT: Microsoft crazy academic deal In-Reply-To: <48AD0666.1090706@oldskool.org> References: <20080820215639.SM03392@63.69.23.239> <20080820190446.Y71043@shell.lmi.net> <48ACD1C4.6060805@mdrconsult.com> <48AD0666.1090706@oldskool.org> Message-ID: On Thu, 21 Aug 2008, Jim Leonard wrote: > Doc Shipley wrote: > > William Donzelli wrote: > >>> Yeah. > >>> College administrators! > >> > >> Smart people bought Bob. > >> > >> Consider how cheap it was when it was getting cleared off the shelves, > >> and now how much money mint copies go for. > > > > Define "mint", please? > > Still shrinkwrapped. > > It may seem amazing to this list, but there is a group of people for > whom collecting software is a hobby. While it's mostly limited to game > titles, some non-game packages are valued more if they're of historical > value (ie. Windows 1.0 or Microsoft Word 1 bundled with the microsoft > mouse, etc., still shrinked). It's not amazing to me. I've sold a fair number of still-shrinked CP/M packages. -- David Griffith dgriffi at cs.csubak.edu A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? From tonym at compusource.net Thu Aug 21 01:26:03 2008 From: tonym at compusource.net (tonym) Date: Thu, 21 Aug 2008 06:26:03 GMT Subject: software collecting (Was: OT: Microsoft crazy academic deal) Message-ID: <200808210226289.SM02732@[63.69.23.239]> >-----Original Message----- >From: David Griffith dgriffi at cs.csubak.edu >Sent 8/21/2008 2:13:41 AM >To: General Discussion: On-Topic and Off-Topic Posts cctalk at classiccmp.org >Cc: General at mail.mobygames.com >Subject: Re: UI (Was: OT: Microsoft crazy academic deal > >It's not amazing to me. I've sold a fair number of still-shrinked CP/M >packages. > > Even NOT shrinked CP/M fetches... I sold an extra complete set of original Osborne Executive disks, in binder, for about $90 on fleaBay a while back. Tony From teoz at neo.rr.com Thu Aug 21 01:32:45 2008 From: teoz at neo.rr.com (Teo Zenios) Date: Thu, 21 Aug 2008 02:32:45 -0400 Subject: UI (Was: OT: Microsoft crazy academic deal References: <20080820215639.SM03392@63.69.23.239> <20080820190446.Y71043@shell.lmi.net> <48ACD1C4.6060805@mdrconsult.com> <48AD0666.1090706@oldskool.org> Message-ID: <001701c90357$b8f01670$6501a8c0@game> ----- Original Message ----- From: "Jim Leonard" To: ; "Discussion at mail.mobygames.com :On-Topic and Off-Topic Posts" Sent: Thursday, August 21, 2008 2:08 AM Subject: Re: UI (Was: OT: Microsoft crazy academic deal > > It may seem amazing to this list, but there is a group of people for whom > collecting software is a hobby. While it's mostly limited to game titles, > some non-game packages are valued more if they're of historical value (ie. > Windows 1.0 or Microsoft Word 1 bundled with the microsoft mouse, etc., > still shrinked). > -- > Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ > Help our electronic games project: http://www.mobygames.com/ > Or check out some trippy MindCandy at http://www.mindcandydvd.com/ > A child borne of the home computer wars: http://trixter.wordpress.com/ I collect old Apps for PC/mac from the 80's and 90's. What is the point of having machines without some software? I miss having complete PRINTED manuals written by professionals who know English better then I do. I do tend to rip off the shrinkwrap when I get items, they are for use anyway not to look at. A few years ago I went on a quest to have legit copies of everything I use on my old macs, still hunting some things down but I have most of the apps and utils that I mess around with. I guess I like boxed apps for the same reason I like boxed games, manuals and misc inserts! TZ From ken.rauhala at nokia.com Wed Aug 20 09:38:10 2008 From: ken.rauhala at nokia.com (ken.rauhala at nokia.com) Date: Wed, 20 Aug 2008 09:38:10 -0500 Subject: Free DECMATE Message-ID: <889E22FD2A94F14DA52BD0DBBC145457048E37C1@daebe102.NOE.Nokia.com> Located in Merrimack NH, USA. Need to pick up before August 28. Contact: Kauno Rauhala (603) 883-8214 email: ken.rauhala at nokia.com From elazzerini at interfree.it Wed Aug 20 12:49:06 2008 From: elazzerini at interfree.it (Enrico Lazzerini) Date: Wed, 20 Aug 2008 19:49:06 +0200 Subject: Request help to make alive my bigboard 1 Message-ID: <489AABB10051AB3D@jack.mail.tiscali.sys> (added by postmaster@tiscali.it) Is there anybody who woudl like to help me to diagnosticate what is not working on my bigboard 1 to make it alive again? thanks Enrico From mouse at Rodents-Montreal.ORG Thu Aug 21 00:52:05 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Thu, 21 Aug 2008 01:52:05 -0400 (EDT) Subject: Discussion List Netiquette In-Reply-To: <48AC5246.8BBBC9D5@west.net> References: <48AC5246.8BBBC9D5@west.net> Message-ID: <200808210552.BAA11570@Sparkle.Rodents-Montreal.ORG> > I'll go with Marden here. The subject line is like a table of > contents, It looks a bit like one, but, as you have discovered, it isn't. Wishing it were won't make it so. /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From mouse at Rodents-Montreal.ORG Thu Aug 21 00:55:43 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Thu, 21 Aug 2008 01:55:43 -0400 (EDT) Subject: Sun SparcPrinter Laser Printers Offer In-Reply-To: <48AC70D4.70308@tdh.com> References: <48AC70D4.70308@tdh.com> Message-ID: <200808210602.CAA11668@Sparkle.Rodents-Montreal.ORG> > I have a couple of these SparcPrinters, that I haven't touched since > I got them. Figured I'd offer them to someone who might want them. In case it matters to anyone, I have enough documentation on the lpvi, the sparcprinter interface card, to write a driver via which I've managed to print stuff on my sparcprinter. > Not sure of the demand for these things, and not sure if they work at > the moment, but there's no reason they shouldn't. I also have the > cables for them. They need idiosyncratic interface cards; what about them? (Not that I need them; I have one for my own sparcprinter, just trying to make sure people don't take them thinking they're, say, ordinary serial or parallel port interface.) At least, unless there are multiple different kinds of sparcprinter, which I suppose is possible. /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From bear at typewritten.org Thu Aug 21 03:18:49 2008 From: bear at typewritten.org (r.stricklin) Date: Thu, 21 Aug 2008 01:18:49 -0700 Subject: Sun SparcPrinter Laser Printers Offer In-Reply-To: <48AC70D4.70308@tdh.com> References: <48AC70D4.70308@tdh.com> Message-ID: On Aug 20, 2008, at 12:30 PM, Michael Lee wrote: > I have a couple of these SparcPrinters, that I haven't touched since > I got them. Figured I'd offer them to someone who might want them. > Not sure of the demand for these things, and not sure if they work > at the moment, but there's no reason they shouldn't. I also have > the cables for them. Pickup in the Chicagoland areas or willing to > ship if you pay the actual costs. If folks are interested in picking these up, I have spare SBus SparcPrinter interface boards. ok bear From gordonjcp at gjcp.net Thu Aug 21 05:44:30 2008 From: gordonjcp at gjcp.net (Gordon J. C. Pearce) Date: Thu, 21 Aug 2008 11:44:30 +0100 Subject: Discussion List Netiquette In-Reply-To: <48AC5246.8BBBC9D5@west.net> References: <48AC5246.8BBBC9D5@west.net> Message-ID: <1219315470.6798.18.camel@kusanagi> On Wed, 2008-08-20 at 10:20 -0700, Marvin Johnston wrote: > For some unknown reason, some posters seem to think it is perfectly okay here to > waste the time of other readers here. I don't agree that it's a waste of time. If it wasn't for threads with drifted subject lines so that you need to read every post to see what's relevant, I would find it much much harder to procrastinate during long compiles and uploads. Gordon From Paul_Koning at Dell.com Thu Aug 21 08:24:59 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Thu, 21 Aug 2008 09:24:59 -0400 Subject: Schematics of Atanasoff-Berry Computer logic circuits? References: <774132.45156.qm@web50502.mail.re2.yahoo.com> Message-ID: <18605.27819.270776.830812@pkoning-laptop.equallogic.com> >>>>> "William" == William Blair writes: William> I'm not very familiar with vacuum tube circuit design, but I William> have a PDF copy of the 1952 USAF technical order TO16-1-255 William> "Basic Theory and Application of Electron Tubes" which looks William> like it might be sufficient. Is that on line, or could you post it? William> I've built two different 12AU7 William> dual triode vacuum tube stereo headphone amps from plans William> which use much lower and, therefore, safer and William> easier-to-produce voltages (24 - 60V) than were used William> historically in such circuits. The required plate voltages William> for these low-power circuits are produced using simple William> voltage multipliers attached to commonly available and William> inexpensive low-voltage transformer secondaries. Since, in William> the case of digital logic circuits linearity of operation is William> not a requirement as it is with audio circuits, even lower William> voltages might be usable although 24 volts seems to be William> plenty low enough. Logic circuits are DC coupled, though, unlike audio amplifiers. So the shift in operating point from the plate voltage change (or, for that matter, from a change in vacuum tube type, if you're doing that) probably means you'd have to change all the coupling resistors. >> I was doing some calculations and experiments with vacuum tubes a >> couple of years ago to recreate an ASM, to figure out what might >> work for the logic-resistor values (not completed). It would be >> nice to know what the original values were. I found some work on the net (and did some of my own based on that) on Spice models for vacuum tubes. It's not a standard offering in Spice packages but it's easy enough to define a model, and given a data sheet with characteristics curves you can quickly match the model to the data sheet. (The circuit I'm modeling is being very uncooperative, but as far as I can tell the tube models are not at fault in this.) Spice might be a handy way to verify an existing schematic and to discover how to tweak it for another tube and/or another plate voltage. paul From alexandre-listas at e-secure.com.br Thu Aug 21 08:25:52 2008 From: alexandre-listas at e-secure.com.br (Alexandre Souza) Date: Thu, 21 Aug 2008 10:25:52 -0300 Subject: PC keyboards References: <48AAD08E.80800@gmail.com><200808201610.39372.rtellason@verizon.net> <48AC7FFA.9000807@gmail.com> <200808201734.29459.rtellason@verizon.net> Message-ID: <035e01c90391$8edcdc30$130c010a@portajara> > I have two of these, and the noise was a bit irritating at times, > particularly considering how this machine's in the bedroom, but we've > gotten > used to it and I wouldn't part with this and go back to cheap clone > keyboards > at all, as long as I have a choice in the matter. Imagine a very quiet room, with a keyboard demon typing 500 char/minute. :oO My wife has a very sad view of this :o( From jules.richardson99 at gmail.com Thu Aug 21 08:34:05 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Thu, 21 Aug 2008 08:34:05 -0500 Subject: UI (Was: OT: Microsoft crazy academic deal In-Reply-To: References: <20080820215639.SM03392@63.69.23.239> <20080820190446.Y71043@shell.lmi.net> <48ACD1C4.6060805@mdrconsult.com> <48AD0666.1090706@oldskool.org> Message-ID: <48AD6ECD.9060200@gmail.com> David Griffith wrote: >> It may seem amazing to this list, but there is a group of people for >> whom collecting software is a hobby. While it's mostly limited to game >> titles, some non-game packages are valued more if they're of historical >> value (ie. Windows 1.0 or Microsoft Word 1 bundled with the microsoft >> mouse, etc., still shrinked). > > It's not amazing to me. I've sold a fair number of still-shrinked CP/M > packages. OK, I really don't get the shrinkwrapping thing - it seems like having some ancient Egyptian artifact shut away in a wooden crate so that nobody can ever see it... (plus, if these people never open the shrinkwrapping, how do they authenticate that the contents - and the shrinkwrapping itself - are original? Seems way too open to scamming to me) cheers Jules From jules.richardson99 at gmail.com Thu Aug 21 08:37:46 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Thu, 21 Aug 2008 08:37:46 -0500 Subject: OT: Microsoft crazy academic deal In-Reply-To: References: <200808202114977.SM00636@63.69.23.239> Message-ID: <48AD6FAA.9040202@gmail.com> William Donzelli wrote: >> YOU need to get a grip - this was sent to the list that also covers off-topic postings, and I also >> put OT in the subject line. > > OK. Can I bring up politics and religion, too? You forgot guns and cars... [insert tenuous link to computer-controlled engine management systems here] :) From wdonzelli at gmail.com Thu Aug 21 08:45:54 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Thu, 21 Aug 2008 09:45:54 -0400 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <18605.27819.270776.830812@pkoning-laptop.equallogic.com> References: <774132.45156.qm@web50502.mail.re2.yahoo.com> <18605.27819.270776.830812@pkoning-laptop.equallogic.com> Message-ID: > Is that on line, or could you post it? Originals of this book are very easy to get a hold of. The military printed millions? of these. They are so common that at one point I was using the unbound pages as packing material. -- Will From jules.richardson99 at gmail.com Thu Aug 21 08:42:10 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Thu, 21 Aug 2008 08:42:10 -0500 Subject: OT: Microsoft crazy academic deal In-Reply-To: References: <200808201942602.SM04048@63.69.23.239> Message-ID: <48AD70B2.4020308@gmail.com> Eric J Korpela wrote: > Funny, but OpenOffice is still free. ... but real users are still on WordPerfect* or, at a push, AmiPro * v5.1 or earlier I think... hazy memory tells me that v6 was full of bloat, and it all went downhill from there. From wdonzelli at gmail.com Thu Aug 21 08:52:22 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Thu, 21 Aug 2008 09:52:22 -0400 Subject: UI (Was: OT: Microsoft crazy academic deal In-Reply-To: <48AD6ECD.9060200@gmail.com> References: <20080820215639.SM03392@63.69.23.239> <20080820190446.Y71043@shell.lmi.net> <48ACD1C4.6060805@mdrconsult.com> <48AD0666.1090706@oldskool.org> <48AD6ECD.9060200@gmail.com> Message-ID: > OK, I really don't get the shrinkwrapping thing - it seems like having some > ancient Egyptian artifact shut away in a wooden crate so that nobody can > ever see it... I do not either, but many do. > (plus, if these people never open the shrinkwrapping, how do they > authenticate that the contents - and the shrinkwrapping itself - are > original? Seems way too open to scamming to me) No, not scamming. Why does everyone on this list think that everyone else is trying to scam them anyway? Do we not trust anyone that is not a blood relative anymore? But authenticating the contents, you are not far from the mark. Things should be opened from their sealed packages in order to verify that there is no deterioration going on that can not be seen. This is pretty standard museum practice. A good example is opening up the seals of some bit of hardware - perhaps a new-in-box Lisa - to make sure the batteries are not leaking - which in the case of a new-in-box Lisa, they very likely are. -- Will From jules.richardson99 at gmail.com Thu Aug 21 08:46:58 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Thu, 21 Aug 2008 08:46:58 -0500 Subject: IBM LPFK reverse engineering In-Reply-To: References: Message-ID: <48AD71D2.1090302@gmail.com> Gene Buckle wrote: > > For those that are interested, I saw a packing-wrap bundle of what > looked like two LPFKs and another gadget full of big "spinny" dials. Aha, the dials unit... our RT CAD setup came with those, LPFK and tablet. What would be sad is if the dials and LPFKs you saw were once part of a full RT CAD system, and someone just junked the rest as being 'not a PC' - I really hate it when systems get split up because someone hasn't bothered to do a few minutes research into what they have... cheers Jules From jules.richardson99 at gmail.com Thu Aug 21 08:52:40 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Thu, 21 Aug 2008 08:52:40 -0500 Subject: PC keyboards In-Reply-To: <48AC89A9.7040200@arachelian.com> References: <48AAD08E.80800@gmail.com><031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> <48AC89A9.7040200@arachelian.com> Message-ID: <48AD7328.80400@gmail.com> Ray Arachelian wrote: > Love those... I got spoilt on those on the past two jobs where I had a > Thinkpad. I find it's a lot nicer to use the > {trackpoint|clitoris|nipple} pointer than a mouse, trackpad, or > trackball - your hands never leave the keyboard to use them like with a > mouse. It's always annoying to have to lift my hand off the keyboard > just to point at something. :-) I don't think I've ever met anyone who likes a trackpad after using one of the mouse nipples. I'm also surprised that it's a significant price difference between nipple and trackpad. Anyone know why laptop manufacturers insist on giving people trackpads, rather than a better (and more compact) mouse-a-like? cheers Jules From Paul_Koning at Dell.com Thu Aug 21 09:07:50 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Thu, 21 Aug 2008 10:07:50 -0400 Subject: PC keyboards References: <48AAD08E.80800@gmail.com> <031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> <48AC89A9.7040200@arachelian.com> <48AD7328.80400@gmail.com> Message-ID: <18605.30390.441104.513452@pkoning-laptop.equallogic.com> >>>>> "Jules" == Jules Richardson writes: Jules> I don't think I've ever met anyone who likes a trackpad after Jules> using one of the mouse nipples. I'm also surprised that it's a Jules> significant price difference between nipple and Jules> trackpad. Anyone know why laptop manufacturers insist on Jules> giving people trackpads, rather than a better (and more Jules> compact) mouse-a-like? Because your guess is mistaken. There certainly are people (I'm one of them) who have use the "eraser head" thing in the past and refuse ever to use it again in the future. Whenever IT has set up a PC for me, I have always laid down a requirement that it must *not* have an eraserhead mouse control (or if it has one, it must also have a trackpad *and* it must have a way to disable the eraserhead). Fortunately, with the exception of several generations of IBM machines for the first few years after IBM invented that thing, avoiding it has always been possible. UI choices are very much a personal preference thing. Keyboards are another -- some people really like the warped keyboards (like the "Natural" keyboard); others won't have anything to do with them. paul From jules.richardson99 at gmail.com Thu Aug 21 09:07:03 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Thu, 21 Aug 2008 09:07:03 -0500 Subject: UI (Was: OT: Microsoft crazy academic deal In-Reply-To: References: <20080820215639.SM03392@63.69.23.239> <20080820190446.Y71043@shell.lmi.net> <48ACD1C4.6060805@mdrconsult.com> <48AD0666.1090706@oldskool.org> <48AD6ECD.9060200@gmail.com> Message-ID: <48AD7687.5010904@gmail.com> William Donzelli wrote: > Why does everyone on this list think that everyone else is trying to > scam them anyway? Do we not trust anyone that is not a blood relative > anymore? Heh. To be honest, I'd trust people on this list, as I do other lists that I'm on. I'd find it hard to trust someone on ebay (I've never actually bought anything via ebay before). Maybe it just feels more like a community here, which makes it seem like someone has more to lose if they try to screw me over. That's probably rather stupid ;) > But authenticating the contents, you are not far from the mark. Things > should be opened from their sealed packages in order to verify that > there is no deterioration going on that can not be seen. This is > pretty standard museum practice. A good example is opening up the > seals of some bit of hardware - perhaps a new-in-box Lisa - to make > sure the batteries are not leaking - which in the case of a new-in-box > Lisa, they very likely are. For sure. The first thing I do with hardware is strip it down - not only to check for potential problems, but also to do some form of cleaning. Re. shrinkwrapping though, it still seems open to scamming - people willing to spend extra money for a shrinkwrapped vintage product are *probably* going to leave that product shrinkwrapped - a seller could easily shrinkwrap something incomplete and/or internally damaged and in the few cases where they got caught out, just claim that it must have been down to natural decay, a production error, or whatever. I think I only ever sold one rare shrinkwrapped software product which was worth significant money - after clearing it with the buyer, I opened it all to inventory contents and check condition, which seemed like a good idea to both of us. cheers Jules From andy at smokebelch.org Thu Aug 21 09:34:11 2008 From: andy at smokebelch.org (Andrew Back) Date: Thu, 21 Aug 2008 15:34:11 +0100 (BST) Subject: Closed vs. open source timeline. Message-ID: <20080821152704.J12987@plum.flirble.org> So whilst the GNU project was announced in 1983 I've heard many examples being cited of the source to software being shared prior to this, E.g. IBM's VM up to vN.N. And indeed recall reading somewhere that up until a certain point in time the source to most if not all software was available. As vendors made their money from hardware sales and you were unlikely to be able to buy a clone or build a machine yourself, and so safe-guarding source code was not a major concern. Does anyone know if the history of closed/unavailable vs. open/available source is documented anywhere? Ideally in a book or journal that can be properly referenced. Regards, Andrew ---------------- Andrew Back a at smokebelch.org From dundas at caltech.edu Thu Aug 21 09:55:57 2008 From: dundas at caltech.edu (John A. Dundas III) Date: Thu, 21 Aug 2008 07:55:57 -0700 Subject: First Northern Germany DECnet Party In-Reply-To: <48AC5C6D.5010505@gmail.com> References: <18604.22882.420847.618886@gargle.gargle.HOWL> <48AC5C6D.5010505@gmail.com> Message-ID: At 2:03 PM -0400 8/20/08, Sridhar Ayengar wrote: >Paul Koning wrote: >>Just a reminder -- DECnet doesn't mean just DEC hardware (real or >>simulated). For example, Linux supports DECnet. > >IBM Mainframes and Cisco Routers support DECnet. TSSnet provided DECnet for old Mac OS. If I'm not mistaken, someone also had a product for SunOS. John From Paul_Koning at Dell.com Thu Aug 21 09:56:35 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Thu, 21 Aug 2008 10:56:35 -0400 Subject: Closed vs. open source timeline. References: <20080821152704.J12987@plum.flirble.org> Message-ID: <18605.33315.226621.133373@pkoning-laptop.equallogic.com> >>>>> "Andrew" == Andrew Back writes: Andrew> So whilst the GNU project was announced in 1983 I've heard Andrew> many examples being cited of the source to software being Andrew> shared prior to this, E.g. IBM's VM up to vN.N. And indeed Andrew> recall reading somewhere that up until a certain point in Andrew> time the source to most if not all software was available. As Andrew> vendors made their money from hardware sales and you were Andrew> unlikely to be able to buy a clone or build a machine Andrew> yourself, and so safe-guarding source code was not a major Andrew> concern. I'm not sure if that's really accurate. To take some examples I know: DEC distributed its PDP-11 software in binary form when possible. Some had to be in source form -- BASIC-PLUS components of RSTS, for example, or source modules that had to be assembled on site to customize things for a particular installation. ("Sysgen") But apart from those, a listing license would cost you extra, and a source license would cost you a whole lot extra (like 5-10x the binary license price). And in any case, no matter what the form of distribution, everything was subject to restrictive licenses and copyrights. Some 1960s era software is open because it's in the public domain -- apparently not intentionally but because of an error on the part of the company. CDC's COS (Chippewas OS for the 6600) and IBM OS/360 are examples, as I understand it. This happened because the sources were made available and were not marked with a copyright notice. At that time (but not any longer) US copyright law required notice for copyright to exist -- lack of notice meant release into the public domain. But those things happened only occasionally; by and large documents and code were marked with copyright notices. I don't know examples older than that. Another angle would be non-vendor software -- either academic, or third party commercial. Then there are of course the various user groups and their software libraries -- DECUS is a well known example. That's somewhat like open source though not necessarily; for example, contributions might have restrictions on them like "not to be sold, rented or leased for profit" (quoted from COSAP V1 -- in the DECUS library, from Lawrence University). Others might be closer to open as we now understand the term, most likely BSD-style rather than GPL-style. I suspect a lot of software was shared case by case informally, especially in the academic community. X writes something, Y hears about it, asks X for a copy, gets a tape (or box of cards) in the mail. paul From Paul_Koning at Dell.com Thu Aug 21 09:59:07 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Thu, 21 Aug 2008 10:59:07 -0400 Subject: First Northern Germany DECnet Party References: <18604.22882.420847.618886@gargle.gargle.HOWL> <48AC5C6D.5010505@gmail.com> Message-ID: <18605.33467.578977.132555@pkoning-laptop.equallogic.com> >>>>> "John" == John A Dundas, writes: John> At 2:03 PM -0400 8/20/08, Sridhar Ayengar wrote: >> Paul Koning wrote: >>> Just a reminder -- DECnet doesn't mean just DEC hardware (real or >>> simulated). For example, Linux supports DECnet. >> IBM Mainframes and Cisco Routers support DECnet. John> TSSnet provided DECnet for old Mac OS. Was that Stu Wecker's company, or is that a different one? They sold DECnet implementations for various machines. Contrary to what's often written, DECnet always was an open protocol, which everyone was free to implement. paul From andy at smokebelch.org Thu Aug 21 10:12:30 2008 From: andy at smokebelch.org (Andrew Back) Date: Thu, 21 Aug 2008 16:12:30 +0100 (BST) Subject: First Northern Germany DECnet Party In-Reply-To: References: <18604.22882.420847.618886@gargle.gargle.HOWL> <48AC5C6D.5010505@gmail.com> Message-ID: <20080821161037.M12987@plum.flirble.org> On Thu, 21 Aug 2008, John A. Dundas III wrote: > At 2:03 PM -0400 8/20/08, Sridhar Ayengar wrote: >> Paul Koning wrote: >>> Just a reminder -- DECnet doesn't mean just DEC hardware (real or >>> simulated). For example, Linux supports DECnet. >> >> IBM Mainframes and Cisco Routers support DECnet. > > TSSnet provided DECnet for old Mac OS. If I'm not mistaken, someone also had > a product for SunOS. Sunlink DNI. I imagine it was not of Sun's creation - their Solstice OSI and Solstice X.400 products appeared to come from a company called Marben (lots of error messages in French!) Andrew From ploopster at gmail.com Thu Aug 21 10:16:31 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Thu, 21 Aug 2008 11:16:31 -0400 Subject: First Northern Germany DECnet Party In-Reply-To: <200808202215.m7KMFsps014069@onyx.spiritone.com> References: <200808202215.m7KMFsps014069@onyx.spiritone.com> Message-ID: <48AD86CF.2090004@gmail.com> Zane H. Healy wrote: >> Paul Koning wrote: >>> Just a reminder -- DECnet doesn't mean just DEC hardware (real or >>> simulated). For example, Linux supports DECnet. >> IBM Mainframes and Cisco Routers support DECnet. >> >> Peace... Sridhar >> > > So... When are you going to get an IBM Mainframe up on HECnet? That's going to be a while. I'm hoping to have a Cisco router up shortly, though. Peace... Sridhar From dundas at caltech.edu Thu Aug 21 10:21:27 2008 From: dundas at caltech.edu (John A. Dundas III) Date: Thu, 21 Aug 2008 08:21:27 -0700 Subject: First Northern Germany DECnet Party In-Reply-To: <18605.33467.578977.132555@pkoning-laptop.equallogic.com> References: <18604.22882.420847.618886@gargle.gargle.HOWL> <48AC5C6D.5010505@gmail.com> <18605.33467.578977.132555@pkoning-laptop.equallogic.com> Message-ID: > >>>>> "John" == John A Dundas, writes: > > John> At 2:03 PM -0400 8/20/08, Sridhar Ayengar wrote: > >> Paul Koning wrote: > >>> Just a reminder -- DECnet doesn't mean just DEC hardware (real or > >>> simulated). For example, Linux supports DECnet. > >> IBM Mainframes and Cisco Routers support DECnet. > > John> TSSnet provided DECnet for old Mac OS. > >Was that Stu Wecker's company, or is that a different one? They sold >DECnet implementations for various machines. TSSnet was by Thursby Software Systems, William (Bill) Thursby. They are still very much in business (thursby.com) but TSSnet was retired long ago. I don't know its current status. >Contrary to what's often written, DECnet always was an open protocol, >which everyone was free to implement. Very true. John From wdonzelli at gmail.com Thu Aug 21 10:23:30 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Thu, 21 Aug 2008 11:23:30 -0400 Subject: UI (Was: OT: Microsoft crazy academic deal In-Reply-To: <48AD7687.5010904@gmail.com> References: <20080820215639.SM03392@63.69.23.239> <20080820190446.Y71043@shell.lmi.net> <48ACD1C4.6060805@mdrconsult.com> <48AD0666.1090706@oldskool.org> <48AD6ECD.9060200@gmail.com> <48AD7687.5010904@gmail.com> Message-ID: > Heh. To be honest, I'd trust people on this list, as I do other lists that > I'm on. I'd find it hard to trust someone on ebay (I've never actually > bought anything via ebay before). Maybe it just feels more like a community > here, which makes it seem like someone has more to lose if they try to screw > me over. That's probably rather stupid ;) So basically you are basing your fears of online scammers on hearsay and rumors, ignoring the established feedback system most sites have in place, as well as the elaborate protection schemes that greatly bias towards buyers over sellers - and trusting email lists where pretty much can hide behind a keyboard. > Re. shrinkwrapping though, it still seems open to scamming - people willing > to spend extra money for a shrinkwrapped vintage product are *probably* > going to leave that product shrinkwrapped - a seller could easily shrinkwrap > something incomplete and/or internally damaged and in the few cases where > they got caught out, just claim that it must have been down to natural > decay, a production error, or whatever. Everything is open to scamming. There are even scammers on this list - they are among us. At least a couple of regulars on this list have scammed people in the past, and others have plain old poor ethics when it comes to the art of the deal. -- Will From ploopster at gmail.com Thu Aug 21 10:27:00 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Thu, 21 Aug 2008 11:27:00 -0400 Subject: OT: Microsoft crazy academic deal In-Reply-To: <200808202243149.SM02236@[63.69.23.239]> References: <200808202243149.SM02236@[63.69.23.239]> Message-ID: <48AD8944.8000905@gmail.com> tonym wrote: >> Not to be a jerk about it, but welcome to the Internet. People >> swear, just like they do in real life. If your mom doesn't want you >> to hear those words, set up an email filter or something. Hell, he >> even censored himself, but you still felt the need to complain? >> >> I do agree that this topic is just fine on the list; it's not like >> we have these sort of threads every day, and some people could find >> this information (about the Academic Alliance and other things) >> useful. > > Actually, if you read the messages in correct order, you will see > that *I* was the one that censored it in my response. > > I'm not a prude, but that really is unnecessary. I'd like to think > we're a little more civilized. *plonk* Peace... Sridhar From healyzh at aracnet.com Thu Aug 21 10:48:39 2008 From: healyzh at aracnet.com (Zane H. Healy) Date: Thu, 21 Aug 2008 08:48:39 -0700 Subject: First Northern Germany DECnet Party In-Reply-To: <48AD86CF.2090004@gmail.com> References: <200808202215.m7KMFsps014069@onyx.spiritone.com> <48AD86CF.2090004@gmail.com> Message-ID: At 11:16 AM -0400 8/21/08, Sridhar Ayengar wrote: >Zane H. Healy wrote: >>So... When are you going to get an IBM Mainframe up on HECnet? > >That's going to be a while. I'm hoping to have a Cisco router up >shortly, though. I've been meaning to try to get my router talking DECnet for quite some time, but that project has been on hold. :^( I don't think anyone currently has one on HECnet at the moment. When I'm online I gateway between Multinet and Johnny's bridge. Zane -- | Zane H. Healy | UNIX Systems Administrator | | healyzh at aracnet.com (primary) | OpenVMS Enthusiast | | MONK::HEALYZH (DECnet) | Classic Computer Collector | +----------------------------------+----------------------------+ | Empire of the Petal Throne and Traveller Role Playing, | | PDP-10 Emulation and Zane's Computer Museum. | | http://www.aracnet.com/~healyzh/ | From pete at dunnington.plus.com Thu Aug 21 10:49:21 2008 From: pete at dunnington.plus.com (Pete Turnbull) Date: Thu, 21 Aug 2008 16:49:21 +0100 Subject: PC keyboards In-Reply-To: <48AD7328.80400@gmail.com> References: <48AAD08E.80800@gmail.com><031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> <48AC89A9.7040200@arachelian.com> <48AD7328.80400@gmail.com> Message-ID: <48AD8E81.6040704@dunnington.plus.com> On 21/08/2008 14:52, Jules Richardson wrote: > I don't think I've ever met anyone who likes a trackpad after using one > of the mouse nipples. I'm also surprised that it's a significant price > difference between nipple and trackpad. Actually, you have :-) However, I hate them both! -- Pete Peter Turnbull Network Manager University of York From mcguire at neurotica.com Thu Aug 21 11:02:33 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Thu, 21 Aug 2008 12:02:33 -0400 Subject: First Northern Germany DECnet Party In-Reply-To: References: <18604.22882.420847.618886@gargle.gargle.HOWL> <48AC5C6D.5010505@gmail.com> Message-ID: <7C6D1483-79DA-4570-9EF2-E854105CE370@neurotica.com> On Aug 21, 2008, at 10:55 AM, John A. Dundas III wrote: >>> Just a reminder -- DECnet doesn't mean just DEC hardware (real or >>> simulated). For example, Linux supports DECnet. >> >> IBM Mainframes and Cisco Routers support DECnet. > > TSSnet provided DECnet for old Mac OS. If I'm not mistaken, > someone also had a product for SunOS. ...and IRIX. I ran it myself for quite awhile at work in ~1992; it worked pretty well. The package is called "4DDN". I think I might have a distribution CDROM somewhere; I seem to recall having taken an extra copy home. -Dave -- Dave McGuire Port Charlotte, FL From jfoust at threedee.com Thu Aug 21 11:06:00 2008 From: jfoust at threedee.com (John Foust) Date: Thu, 21 Aug 2008 11:06:00 -0500 Subject: First Northern Germany DECnet Party In-Reply-To: <18605.33467.578977.132555@pkoning-laptop.equallogic.com> References: <18604.22882.420847.618886@gargle.gargle.HOWL> <48AC5C6D.5010505@gmail.com> <18605.33467.578977.132555@pkoning-laptop.equallogic.com> Message-ID: <6.2.3.4.2.20080821105903.0697cae0@mail.threedee.com> At 09:59 AM 8/21/2008, Paul Koning wrote: > John> TSSnet provided DECnet for old Mac OS. > >Was that Stu Wecker's company, or is that a different one? They sold >DECnet implementations for various machines. No, 'TSS' stands for 'Thursby Software Systems', as in Bill Thursby, still at http://www.thursby.com/ . - John From ploopster at gmail.com Thu Aug 21 11:39:18 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Thu, 21 Aug 2008 12:39:18 -0400 Subject: First Northern Germany DECnet Party In-Reply-To: References: <200808202215.m7KMFsps014069@onyx.spiritone.com> <48AD86CF.2090004@gmail.com> Message-ID: <48AD9A36.8030706@gmail.com> Zane H. Healy wrote: >>> So... When are you going to get an IBM Mainframe up on HECnet? >> >> That's going to be a while. I'm hoping to have a Cisco router up >> shortly, though. > > I've been meaning to try to get my router talking DECnet for quite some > time, but that project has been on hold. :^( I don't think anyone > currently has one on HECnet at the moment. When I'm online I gateway > between Multinet and Johnny's bridge. I have a 2500 with the proper IOS feature set for Johnny, but I haven't managed to find the time to send it to him yet. Anyway, my 7505 will be my area router. I believe I've reserved area 42. If you get yours up, we could do equal-cost multipath for some redundancy. Peace... Sridhar From sellam at vintagetech.com Thu Aug 21 12:08:01 2008 From: sellam at vintagetech.com (Sellam Ismail) Date: Thu, 21 Aug 2008 10:08:01 -0700 (PDT) Subject: OT: Microsoft crazy academic deal Message-ID: Are people still having a shitfit when someone uses a "curse" word? Fucking-A, grow up already. -- Sellam Ismail Vintage Computer Festival ------------------------------------------------------------------------------ International Man of Intrigue and Danger http://www.vintage.org [ Old computing resources for business || Buy/Sell/Trade Vintage Computers ] [ and academia at www.VintageTech.com || at http://marketplace.vintage.org ] From hilpert at cs.ubc.ca Thu Aug 21 13:16:38 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Thu, 21 Aug 2008 10:16:38 -0800 Subject: Closed vs. open source timeline. References: <20080821152704.J12987@plum.flirble.org> Message-ID: <48ADB105.FF479387@cs.ubc.ca> Andrew Back wrote: > Does anyone know if the history of closed/unavailable vs. open/available > source is documented anywhere? Ideally in a book or journal that can be > properly referenced. Paul Koning wrote: > Then there are of course the various user groups and their software > libraries -- DECUS is a well known example. That's somewhat like open Just to mention, IIRC, SHARE, the IBM user group, which I believe was intended both for sharing software amongst members and presenting a coordinated front of members to IBM, was started back in the late 50's, or very early 60's at the latest. I suspect DECUS was modelled somewhat, or took it's cue, from SHARE. From wbblair3 at yahoo.com Thu Aug 21 12:17:24 2008 From: wbblair3 at yahoo.com (William Blair) Date: Thu, 21 Aug 2008 10:17:24 -0700 (PDT) Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <200808211619.m7LGJXgG066514@dewey.classiccmp.org> Message-ID: <329488.59816.qm@web50503.mail.re2.yahoo.com> > I'm not very familiar with vacuum tube circuit design, but I > have a PDF copy of the 1952 USAF technical order TO16-1-255 > "Basic Theory and Application of Electron Tubes" which looks > like it might be sufficient. > > Is that on line, or could you post it? I found it on an excellent vacuum tube resource page intended for audio amp builders, but I can't find that specific page right now nor will a google search for that title and with filetype:pdf result in proper hits, so I've uploaded the 16.6MB pdf here: http://tinyurl.com/5dh946 You can review the entire document on-line. Just click on the tiny "download" icon above the preview to download it. You've got to register to download from this site, but it's free, doesn't result in any spam and is well worth it. I've found lots of interesting tech stuff there over time. > Logic circuits are DC coupled, though, unlike audio > amplifiers. So the shift in operating point from the plate > voltage change (or, for that matter, from a change in vacuum tube > type, if you're doing that) probably means you'd have to change all > the coupling resistors. Man, do I know that now. I posted my comment before I'd fully digested the ABC web page. A multi-stage direct coupled vacuum tube circuit. Fun. From geneb at deltasoft.com Thu Aug 21 12:18:11 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Thu, 21 Aug 2008 10:18:11 -0700 (PDT) Subject: OT: Microsoft crazy academic deal In-Reply-To: References: Message-ID: > > Are people still having a shitfit when someone uses a "curse" word? > > Fucking-A, grow up already. > I think the appropriate comment at this point is "pwned". :) g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From wbblair3 at yahoo.com Thu Aug 21 12:25:52 2008 From: wbblair3 at yahoo.com (William Blair) Date: Thu, 21 Aug 2008 10:25:52 -0700 (PDT) Subject: Wanted: vacuum tube logic circuits In-Reply-To: <200808211700.m7LH05p0066974@dewey.classiccmp.org> Message-ID: <651591.27033.qm@web50508.mail.re2.yahoo.com> Over time, I've seen an occasional link here to an on-line copy of some 50's or early 60's electronic hobbyist magazine describing a binary project of one kind or another using vacuum tubes. If you have such a link or know of any bibliographical references to such articles that might be useful in obtaining a hard copy of the applicable articles via library-based research and inter-library loans, please post it here. I have in the past found plenty of relay-based logic circuits on-line but am having a really tough time finding any binary tube circuits with component values. If there's enough material submitted to justify it, I might start a web page on this topic or, at least, a blog that links to the relevant materials on-line. Thanks. From bpope at wordstock.com Thu Aug 21 12:27:00 2008 From: bpope at wordstock.com (Bryan Pope) Date: Thu, 21 Aug 2008 13:27:00 -0400 (EDT) Subject: PC keyboards In-Reply-To: <200808210238.m7L2cZtv008980@floodgap.com> Message-ID: <20080821172700.D97794F8B5@mail.wordstock.com> And thusly were the wise words spake by Cameron Kaiser > > > > > > It was also apparently called that VERY UNOFFICIALLY during development > > > > > I'm waiting for someone to state that they were told their keyboard > > > > has one, but that they can't find it. > > > > I would be impressed if there were in fact a keyboard codenamed G-Spot. > > > I hear it's going to arrive in a boxed set with Duke Nuke 'Em Forever. > > That would be a great product tie-in. Of course, that guarantees we'll never > actually see it. > Umm... *see* it? Interesting choice of words... Of course you are a doctor and have special doctor's tools.. Cheers, Bryan From geneb at deltasoft.com Thu Aug 21 12:38:11 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Thu, 21 Aug 2008 10:38:11 -0700 (PDT) Subject: PC keyboards In-Reply-To: <20080821172700.D97794F8B5@mail.wordstock.com> References: <20080821172700.D97794F8B5@mail.wordstock.com> Message-ID: > And thusly were the wise words spake by Cameron Kaiser >> >>>>>> It was also apparently called that VERY UNOFFICIALLY during development >> >>>>> I'm waiting for someone to state that they were told their keyboard >>>>> has one, but that they can't find it. >> >>>> I would be impressed if there were in fact a keyboard codenamed G-Spot. >> >>> I hear it's going to arrive in a boxed set with Duke Nuke 'Em Forever. >> >> That would be a great product tie-in. Of course, that guarantees we'll never >> actually see it. >> > > Umm... *see* it? Interesting choice of words... Of course you are a > doctor and have special doctor's tools.. > That would be some kind of weird cross between a speculum and a bore scope... g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From RichA at vulcan.com Thu Aug 21 12:44:56 2008 From: RichA at vulcan.com (Rich Alderson) Date: Thu, 21 Aug 2008 10:44:56 -0700 Subject: Closed vs. open source timeline. In-Reply-To: <18605.33315.226621.133373@pkoning-laptop.equallogic.com> References: <20080821152704.J12987@plum.flirble.org> <18605.33315.226621.133373@pkoning-laptop.equallogic.com> Message-ID: From: Paul Koning Sent: Thursday, August 21, 2008 7:57 AM > >>>>> "Andrew" == Andrew Back writes: > Andrew> So whilst the GNU project was announced in 1983 I've > Andrew> heard many examples being cited of the source to > Andrew> software being shared prior to this, E.g. IBM's VM up > Andrew> to vN.N. And indeed recall reading somewhere that up > Andrew> until a certain point in time the source to most if not > Andrew> all software was available. As vendors made their money > Andrew> from hardware sales and you were unlikely to be able to > Andrew> buy a clone or build a machine yourself, and so > Andrew> safe-guarding source code was not a major concern. > I'm not sure if that's really accurate. > To take some examples I know: > DEC distributed its PDP-11 software in binary form when > possible. Some had to be in source form -- BASIC-PLUS > components of RSTS, for example, or source modules that had to > be assembled on site to customize things for a particular > installation. ("Sysgen") But apart from those, a listing > license would cost you extra, and a source license would cost > you a whole lot extra (like 5-10x the binary license price). > And in any case, no matter what the form of distribution, > everything was subject to restrictive licenses and copyrights. The PDP-11 is rather a late example in DEC's history. DECSYS-7 was distributed with source, for example, as were the PDP-6 and PDP-10 monitors (which eventually became Tops-10, and was a source distribution through v7.04--in 1988). I believe that TSS-8 and PS/8 were distributed as source, though OS/8 may have had an extra license fee. (I could easily be wrong about the PDP-8 software.) Rich Alderson Server Engineer, PDPplanet Project Vulcan, Inc. 505 5th Avenue S, Suite 900 Seattle, WA 98104 mailto:RichA at vulcan.com (206) 342-2239 (206) 465-2916 cell From drb at msu.edu Thu Aug 21 12:47:59 2008 From: drb at msu.edu (Dennis Boone) Date: Thu, 21 Aug 2008 13:47:59 -0400 Subject: First Northern Germany DECnet Party In-Reply-To: (Your message of Wed, 20 Aug 2008 14:03:25 EDT.) <48AC5C6D.5010505@gmail.com> References: <48AC5C6D.5010505@gmail.com> <18604.22882.420847.618886@gargle.gargle.HOWL> Message-ID: <200808211747.m7LHlxfc013654@yagi.h-net.msu.edu> > IBM Mainframes and Cisco Routers support DECnet. Which IBM product(s) support DECnet? Sounds like something I should be fiddling with in my copious free time. :) De From korpela at ssl.berkeley.edu Thu Aug 21 12:52:18 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Thu, 21 Aug 2008 10:52:18 -0700 Subject: OT: Microsoft crazy academic deal In-Reply-To: <200808210152133.SM03392@63.69.23.239> References: <200808210152133.SM03392@63.69.23.239> Message-ID: On Wed, Aug 20, 2008 at 10:52 PM, tonym wrote: > > Funniest, is that "feature" makes it unusable at, oh, 9 out of 10 universities in this country, and countless > numbers of businesses. I know I couldn't use it at work - it wouldn't open hardly anything. > I guess I'm also at one of the 1 in 10 where you can use OpenOffice. And it's not my problem if the place you work has a brain-dead gotta-have-the-latest-version-of-office IT policy. Every time you send a document in Office 2007 format you are forcing the person you send it to consider upgrading as well. Ever wonder if that's why Microsoft offers these cheap copies? But then again when I use Bessel functions in a spreadsheet, people who are still using Office 2000 can't read it because they don't have Bessel functions. I suppose I should bend over backwards to maintain compatibility and write my own Bessel function macros. But if I can save things in Office 2000 format with OpenOffice, couldn't the idiots using Office 2007 do the same thing? In other words, when someone sends you something in Office 2007 format, do the same fscking thing you would if you were running Office 2003, tell them you don't have Office 2007 and don't intend to buy it. Tell them to send you an earlier format or a PDF for FSM sake. I typically don't do business with companies that insist on sending me things in incompatible formats. When it comes to incompatible formats you can be part of the problem or part of the solution. From aek at bitsavers.org Thu Aug 21 12:56:23 2008 From: aek at bitsavers.org (Al Kossow) Date: Thu, 21 Aug 2008 10:56:23 -0700 Subject: Users groups (was Closed vs. open source timeline) Message-ID: <48ADAC47.10108@bitsavers.org> > Just to mention, IIRC, SHARE, the IBM user group, which I believe was intended > both for sharing software amongst members and presenting a coordinated front of > members to IBM, was started back in the late 50's, or very early 60's IBM had SHARE and GUIDE, for scientific and commercial users. SHARE was formed in 1955. Every large computer maker had a user's group, with differing restrictions on program redistribution. Many of the groups were run by the computer companies themselves, and had restrictions on who could join. Individual programs were published in a catalog with a modest charge to cover copying costs (though it would add up very quickly if you wanted ALL the programs). Groups like ACM maintained a collection of algorithms. For a few years in the 70's, ACM actually published a book of all available non-commercial software. I can't think of any organization that was a large-scale clearinghouse/repository for different vendor's unencumbered software until archives began to spring up in the late 70's. The result of this is very little early software has survived, because as computer companies disappeared, no one saved the bits. As someone else has mentioned, the actual distribution restrictions varied. The use of copyright as a mechanism to force source code to remain available is a relatively modern invention (early 80's) by FSF/RMS. Before that, it either was placed in the Public Domain, or was copyrighted with varying restrictions. The rules for copyright have changed over the past 50 years, so there are programs which have gone into the Public Domain even though they were published with a copyright notice. "Closed" sources are generally considered proprietary, unpublished works. The earliest versions of UNIX, for example, carry no copyrights or other notices, but were considered proprietary, unpublished works. From Paul_Koning at Dell.com Thu Aug 21 12:59:46 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Thu, 21 Aug 2008 13:59:46 -0400 Subject: Wanted: vacuum tube logic circuits References: <200808211700.m7LH05p0066974@dewey.classiccmp.org> <651591.27033.qm@web50508.mail.re2.yahoo.com> Message-ID: <18605.44306.128968.52728@pkoning-laptop.equallogic.com> >>>>> "William" == William Blair writes: William> Over time, I've seen an occasional link here to an on-line William> copy of some 50's or early 60's electronic hobbyist magazine William> describing a binary project of one kind or another using William> vacuum tubes. If you have such a link or know of any William> bibliographical references to such articles that might be William> useful in obtaining a hard copy of the applicable articles William> via library-based research and inter-library loans, please William> post it here. I found some on Bitsavers. "Illiac design techniques" (under univOfIllinoisUrbana/illiac/ILLIAC) describes the basic logic elements, which are then just hooked together as building blocks (And, Or, Not, and flip-flop). Under ibm/sage there's a documents list -- only one of the documents is actually there but a lot more are listed, including circuit diagrams. Maybe those are available... There probably are others but those are a few I found quickly. paul From aek at bitsavers.org Thu Aug 21 13:00:09 2008 From: aek at bitsavers.org (Al Kossow) Date: Thu, 21 Aug 2008 11:00:09 -0700 Subject: TSS/8 (was Closed vs. open source timeline.) Message-ID: <48ADAD29.2040102@bitsavers.org> > I believe > that TSS-8 and PS/8 were distributed as source, though OS/8 may > have had an extra license fee. A TSS/8 customer received a listing of the monitor which was customized for their machine. Very few sites received machine-readable sources. UWM was unusual since we made SO many mods that they were able to get the sources and the source to TSS/8 BASIC. From aek at bitsavers.org Thu Aug 21 13:08:23 2008 From: aek at bitsavers.org (Al Kossow) Date: Thu, 21 Aug 2008 11:08:23 -0700 Subject: Wanted: vacuum tube logic circuits Message-ID: <48ADAF17.9000508@bitsavers.org> > I found some on Bitsavers. There are MANY others (Bendix G15, and WISC for example). I have been trying to dig out these sorts of things from the CHM archives as I can find them, since there is much less information available on the actual implementation details available on how first generation computers were actually built. They were often very careful to minimize the number of active devices, since tubes are big and consume lots of power. This also helps explain why so many machines performed arithmetic serially. From bfranchuk at jetnet.ab.ca Thu Aug 21 13:10:29 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Thu, 21 Aug 2008 12:10:29 -0600 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <18605.27819.270776.830812@pkoning-laptop.equallogic.com> References: <774132.45156.qm@web50502.mail.re2.yahoo.com> <18605.27819.270776.830812@pkoning-laptop.equallogic.com> Message-ID: <48ADAF95.8060306@jetnet.ab.ca> Paul Koning wrote: > Spice might be a handy way to verify an existing schematic and to > discover how to tweak it for another tube and/or another plate > voltage. > > Why not just duplicate the real thing! Tubes are cheap now days! $6.00 each for the orginal tube, Since the ADDER block is the problem, that I don't expect to be a major problem to duplicate. My guess about $250 today to duplicate. > paul > > From cisin at xenosoft.com Thu Aug 21 13:16:59 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Thu, 21 Aug 2008 11:16:59 -0700 (PDT) Subject: OT: Microsoft crazy academic deal In-Reply-To: <48AD70B2.4020308@gmail.com> References: <200808201942602.SM04048@63.69.23.239> <48AD70B2.4020308@gmail.com> Message-ID: <20080821111037.C3658@shell.lmi.net> On Thu, 21 Aug 2008, Jules Richardson wrote: > ... but real users are still on WordPerfect* or, at a push, AmiPro > * v5.1 or earlier I think... hazy memory tells me that v6 was full of bloat, > and it all went downhill from there. I sold my shrink-wrapped copies of "Electric Pencil for PC". I hardly ever use any of the fancy features of word processing programs, except for using some fonts in sign-making, etc. Notepad seems quite adequate for any routine text editing. I used Windows 3.10 "WRITE" for my PhD written exams. I was the first student of the UC Information school to use a word processor for them. "Answer me, publicly, 'Am I being graded on my handwriting, or on my knowledge?'" -- Grumpy Ol' Fred cisin at xenosoft.com From ploopster at gmail.com Thu Aug 21 13:23:23 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Thu, 21 Aug 2008 14:23:23 -0400 Subject: First Northern Germany DECnet Party In-Reply-To: <200808211747.m7LHlxfc013654@yagi.h-net.msu.edu> References: <48AC5C6D.5010505@gmail.com> <18604.22882.420847.618886@gargle.gargle.HOWL> <200808211747.m7LHlxfc013654@yagi.h-net.msu.edu> Message-ID: <48ADB29B.8010900@gmail.com> Dennis Boone wrote: > > IBM Mainframes and Cisco Routers support DECnet. > > Which IBM product(s) support DECnet? Sounds like something I should be > fiddling with in my copious free time. :) Recent MVS definitely does, but I believe only though an optional feature set. I'm reasonably certain there's a feature set available for VSE and VM as well, but I've never seen them myself. Peace... Sridhar From gerhard.kreuzer at liftoff.at Thu Aug 21 13:23:33 2008 From: gerhard.kreuzer at liftoff.at (DI Gerhard Kreuzer) Date: Thu, 21 Aug 2008 20:23:33 +0200 Subject: Schematics of Atanasoff-Berry Computer logic circuits? Message-ID: <20080821202333.0g523ez9sgc8sg8g@webmail.izone.at> Hi, to make use of my spice tool set was indeed the first idea, but I dont have enough time yet so I didnt answer. Its no problem, there are still models for tubes available and its not to hard to make new models for the originally used tubes. The schematic is quite simple, maybe you can remember the first logic chips available where made in so called RTL (restistor Transistor logic), which is exactly the same as the ASM do, only the levels are shifted. Because of the problems with the resistor networks, the so called TTL chips are developed, which replaces some resistors by transistors. I am shure there is enough information out. Once you have seen how RTL works, you will easily find out how ASM works. Sorry, that I am short?with time, but I am very interested on this project and as I can spare some hours, i will join, if possible. With best regards Gerhard From cclist at sydex.com Thu Aug 21 13:27:46 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 21 Aug 2008 11:27:46 -0700 Subject: Wanted: vacuum tube logic circuits In-Reply-To: <651591.27033.qm@web50508.mail.re2.yahoo.com> References: <200808211700.m7LH05p0066974@dewey.classiccmp.org>, <651591.27033.qm@web50508.mail.re2.yahoo.com> Message-ID: <48AD5132.17890.15319821@cclist.sydex.com> On 21 Aug 2008 at 10:25, William Blair wrote: > I have in the past found plenty of relay-based logic circuits on-line > but am having a really tough time finding any binary tube circuits > with component values. If there's enough material submitted to > justify it, I might start a web page on this topic or, at least, a > blog that links to the relevant materials on-line. DIY digital projects using vacuum tubes were extremely rare, mostly due to cost. About the only one that comes to mind is the early 60's telephone-dial calculator from Electronics Illustrated--and even there, the storage elements were neon lamps, with interstage driving being accomplished by vacuum tubes. I recall seeing the article, being really interested and put off by the cost for something that would add more slowly than paper-and- pencil. Many of the DIY binary circuits involving tubes simply used them as multivibrators. I recall a project that provided a 115 volt, 60 Hz precision supply for an ordinary electric clock from a crystal frequency reference (the when and where escapes me, however). Cheers, Chuck From korpela at ssl.berkeley.edu Thu Aug 21 13:28:06 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Thu, 21 Aug 2008 11:28:06 -0700 Subject: OT: Microsoft crazy academic deal In-Reply-To: <20080821111037.C3658@shell.lmi.net> References: <200808201942602.SM04048@63.69.23.239> <48AD70B2.4020308@gmail.com> <20080821111037.C3658@shell.lmi.net> Message-ID: On Thu, Aug 21, 2008 at 11:16 AM, Fred Cisin wrote: > I used Windows 3.10 "WRITE" for my PhD written exams. I was the first > student of the UC Information school to use a word processor for them. > "Answer me, publicly, 'Am I being graded on my handwriting, or on my > knowledge?'" That's pretty silly. I've been using LaTeX for just about all my writing since '87 or so. Given that it's what most, if not all, of the journals in my field want, I'll probably still be using LaTeX 10 years from now. Is your Ph.D. in C.S.? It seems silly to write your Ph.D. exams in a word processor that isn't Turing complete. Eric From blkline at attglobal.net Thu Aug 21 13:42:44 2008 From: blkline at attglobal.net (Barry L. Kline) Date: Thu, 21 Aug 2008 14:42:44 -0400 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: References: <774132.45156.qm@web50502.mail.re2.yahoo.com> <18605.27819.270776.830812@pkoning-laptop.equallogic.com> Message-ID: <48ADB724.8050704@attglobal.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 William Donzelli wrote: >> Is that on line, or could you post it? > > Originals of this book are very easy to get a hold of. The military > printed millions? of these. They are so common that at one point I was > using the unbound pages as packing material. > http://www.amazon.com/Theory-Application-Electron-Technical-16-1-255/dp/B000JQRXSW/ref=sr_1_26?ie=UTF8&s=books&qid=1219344147&sr=1-26 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFIrbckCFu3bIiwtTARAn/0AJ9AAf8lrJGiLF5ZYCFqMT9JOUOTUQCcCDtO gLvpCOTPE1xJ076jUc1lv2U= =AKOR -----END PGP SIGNATURE----- From legalize at xmission.com Thu Aug 21 13:44:28 2008 From: legalize at xmission.com (Richard) Date: Thu, 21 Aug 2008 12:44:28 -0600 Subject: More ETH Lilith goodies available In-Reply-To: Your message of Wed, 20 Aug 2008 21:59:26 +0200. <48AC779E.7030606@bluewin.ch> Message-ID: In article <48AC779E.7030606 at bluewin.ch>, Jos Dreesen / Marian Capel writes: > Still lots of difficult ( for me) X11 coding to be done, disk emulation still buggy, but there is light at the end of the tunnel. I would recommend using wxWidgets as your GUI layer. Its portable to Windows, Mac, and *nix. If you're willing, there is also a good book that you can purchase that will explain lots of stuff about wxWidgets. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From jules.richardson99 at gmail.com Thu Aug 21 13:39:32 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Thu, 21 Aug 2008 13:39:32 -0500 Subject: OT: Microsoft crazy academic deal In-Reply-To: <20080821111037.C3658@shell.lmi.net> References: <200808201942602.SM04048@63.69.23.239> <48AD70B2.4020308@gmail.com> <20080821111037.C3658@shell.lmi.net> Message-ID: <48ADB664.4000009@gmail.com> Fred Cisin wrote: > I hardly ever use any of the fancy features of word processing programs, > except for using some fonts in sign-making, etc. Notepad seems quite > adequate for any routine text editing. I certainly rarely mess with headers/footers, fancy contents tables, flowed text around images etc. Windows Write did serve me pretty well too at one point in time though - enough features to be useful, but requiring an OS/GUI that wasn't too bloated for the ancient Toshiba laptop I wanted to do some wp work with. I think I tended to flip between it and Abiword on the Linux side of things. These days I use Openoffice though, or Kate if I just need to run off some plain ol' ASCII. > "Answer me, publicly, 'Am I being graded on my handwriting, or on my > knowledge?'" Scary how many places say you *have* to use a computer/wordprocessor these days. cheers Jules From slawmaster at gmail.com Thu Aug 21 13:46:40 2008 From: slawmaster at gmail.com (John Floren) Date: Thu, 21 Aug 2008 14:46:40 -0400 Subject: OT: Microsoft crazy academic deal In-Reply-To: References: <200808201942602.SM04048@63.69.23.239> <48AD70B2.4020308@gmail.com> <20080821111037.C3658@shell.lmi.net> Message-ID: <7d3530220808211146r7ab55af0nb098245149ff2af8@mail.gmail.com> On Thu, Aug 21, 2008 at 2:28 PM, Eric J Korpela wrote: > On Thu, Aug 21, 2008 at 11:16 AM, Fred Cisin wrote: >> I used Windows 3.10 "WRITE" for my PhD written exams. I was the first >> student of the UC Information school to use a word processor for them. >> "Answer me, publicly, 'Am I being graded on my handwriting, or on my >> knowledge?'" > > That's pretty silly. I've been using LaTeX for just about all my > writing since '87 or so. Given that it's what most, if not all, of > the journals in my field want, I'll probably still be using LaTeX 10 > years from now. > > Is your Ph.D. in C.S.? It seems silly to write your Ph.D. exams in a > word processor that isn't Turing complete. > > Eric > LaTeX? Weaklings ;) Real Programmers use troff. John -- Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn From Paul_Koning at Dell.com Thu Aug 21 13:47:08 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Thu, 21 Aug 2008 14:47:08 -0400 Subject: Wanted: vacuum tube logic circuits References: <200808211700.m7LH05p0066974@dewey.classiccmp.org> <651591.27033.qm@web50508.mail.re2.yahoo.com> <48AD5132.17890.15319821@cclist.sydex.com> Message-ID: <18605.47148.680741.52932@pkoning-laptop.equallogic.com> >>>>> "Chuck" == Chuck Guzis writes: Chuck> On 21 Aug 2008 at 10:25, William Blair wrote: >> I have in the past found plenty of relay-based logic circuits >> on-line but am having a really tough time finding any binary tube >> circuits with component values. If there's enough material >> submitted to justify it, I might start a web page on this topic >> or, at least, a blog that links to the relevant materials on-line. Chuck> DIY digital projects using vacuum tubes were extremely rare, Chuck> mostly due to cost. About the only one that comes to mind is Chuck> the early 60's telephone-dial calculator from Electronics Chuck> Illustrated--and even there, the storage elements were neon Chuck> lamps, with interstage driving being accomplished by vacuum Chuck> tubes.... Chuck> Many of the DIY binary circuits involving tubes simply used Chuck> them as multivibrators. My father built an electronic keyer out of vacuum tubes somewhere in the 1950s. Unlike most other keyers from that era which were multivibrator type circuits, this one was an actual logic circuit, with tubes used in flip-flops. It was still working perfectly around 1971. I never saw the schematics for it, though, and I doubt it exists any longer. paul From bfranchuk at jetnet.ab.ca Thu Aug 21 14:00:15 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Thu, 21 Aug 2008 13:00:15 -0600 Subject: More ETH Lilith goodies available In-Reply-To: References: Message-ID: <48ADBB3F.80909@jetnet.ab.ca> Richard wrote: > In article <48AC779E.7030606 at bluewin.ch>, > Jos Dreesen / Marian Capel writes: > > >> Still lots of difficult ( for me) X11 coding to be done, disk emulation still >> > buggy, but there is light at the end of the tunnel. > The TRAIN !? > I would recommend using wxWidgets as your > GUI layer. Its portable to Windows, Mac, and *nix. If you're > willing, there is also a good book that you can purchase that will > explain lots of stuff about wxWidgets. > I want to cry out ... Real hardware I want It. Can new bit slice version of the hardware be built? Also did any of the 'Wirth' languages have plans for 32 bit data and adresses? From dgriffi at cs.csubak.edu Thu Aug 21 13:59:45 2008 From: dgriffi at cs.csubak.edu (David Griffith) Date: Thu, 21 Aug 2008 11:59:45 -0700 (PDT) Subject: UI (Was: OT: Microsoft crazy academic deal In-Reply-To: <48AD6ECD.9060200@gmail.com> References: <20080820215639.SM03392@63.69.23.239> <20080820190446.Y71043@shell.lmi.net> <48ACD1C4.6060805@mdrconsult.com> <48AD0666.1090706@oldskool.org> <48AD6ECD.9060200@gmail.com> Message-ID: On Thu, 21 Aug 2008, Jules Richardson wrote: > David Griffith wrote: > >> It may seem amazing to this list, but there is a group of people for > >> whom collecting software is a hobby. While it's mostly limited to game > >> titles, some non-game packages are valued more if they're of historical > >> value (ie. Windows 1.0 or Microsoft Word 1 bundled with the microsoft > >> mouse, etc., still shrinked). > > > > It's not amazing to me. I've sold a fair number of still-shrinked CP/M > > packages. > > OK, I really don't get the shrinkwrapping thing - it seems like having some > ancient Egyptian artifact shut away in a wooden crate so that nobody can ever > see it... > > (plus, if these people never open the shrinkwrapping, how do they authenticate > that the contents - and the shrinkwrapping itself - are original? Seems way > too open to scamming to me) I figure that if I scam someone, I have a lot to lose in the classic computer community. -- David Griffith dgriffi at cs.csubak.edu A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? From blstuart at bellsouth.net Thu Aug 21 14:01:42 2008 From: blstuart at bellsouth.net (Brian L. Stuart) Date: Thu, 21 Aug 2008 19:01:42 +0000 Subject: Word Processors (was OT: Microsoft crazy academic deal) In-Reply-To: References: <200808201942602.SM04048@63.69.23.239><48AD70B2.4020308@gmail.com> <20080821111037.C3658@shell.lmi.net> Message-ID: <082120081901.2712.48ADBB9600061ECE00000A9822193100029B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> From: "Eric J Korpela" > > ... I've been using LaTeX for just about all my > writing since '87 or so. Same here, and from a very similar timeframe. ObClassic: before that I used troff quite a bit. I've honestly never understood the sense that it's somehow a problem that you don't see the visual results of the layout as you type. Part of it is that I find anything changing on the screen other than the characters I type to be very distracting. The other part is that with the application of just a little of my brain I can know what it will look like close enough that anything that matters while I'm typing is known. And that doesn't begin to address the quality of the results. I've been ruined by reading Knuth's stuff on typesetting. I can't even look at my old troff results without cringing. Word processor output makes me feel physically ill sometimes. On the other hand, those times I've been forced to use a word processing or similar WYSIATI (what you see is all there is) system have been pretty painful. When learning a certain technique in something like troff or TeX, I get a sense of intellectual benefit; I feel connected to people of great intellect through the personality and spirit of their results. When I use word processors (even though the intellect of their creators may also be great), I don't feel that sense of intellectual growth. I just feel like I've memorized one more thing that didn't really teach me anything. I often hear issues like this discussed with the term "user friendly" applied. But that term has always bothered me. The presumption is that it is easy to use in some sense. But there is a major difference between easy to learn and easy to control. I find the two rarely go together. And when I'm writing, I want the control, not the ease of learning. > I'll probably still be using LaTeX 10 > years from now. I've used TeX/LaTeX for everything from letters to resumes to papers to books, and I plan to use TeX/LaTeX for the rest of my time on the planet. Hopefully, there won't be too many situations where I have to take a detour to something else. BLS From dgriffi at cs.csubak.edu Thu Aug 21 14:03:20 2008 From: dgriffi at cs.csubak.edu (David Griffith) Date: Thu, 21 Aug 2008 12:03:20 -0700 (PDT) Subject: software collecting (Was: OT: Microsoft crazy academic deal) In-Reply-To: <200808210226289.SM02732@[63.69.23.239]> References: <200808210226289.SM02732@[63.69.23.239]> Message-ID: On Thu, 21 Aug 2008, tonym wrote: > >It's not amazing to me. I've sold a fair number of still-shrinked CP/M > >packages. > > Even NOT shrinked CP/M fetches... > > I sold an extra complete set of original Osborne Executive disks, in > binder, for about $90 on fleaBay a while back. That's about right. At least we have the option of downloading disk images and PDFs instead of searching for years for that sort of thing. -- David Griffith dgriffi at cs.csubak.edu A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? From cisin at xenosoft.com Thu Aug 21 14:15:14 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Thu, 21 Aug 2008 12:15:14 -0700 (PDT) Subject: OT: Microsoft crazy academic deal In-Reply-To: References: <200808201942602.SM04048@63.69.23.239> <48AD70B2.4020308@gmail.com> <20080821111037.C3658@shell.lmi.net> Message-ID: <20080821120709.M3658@shell.lmi.net> > > I used Windows 3.10 "WRITE" for my PhD written exams. I was the first > > student of the UC Information school to use a word processor for them. > > "Answer me, publicly, 'Am I being graded on my handwriting, or on my > > knowledge?'" On Thu, 21 Aug 2008, Eric J Korpela wrote: > That's pretty silly. I've been using LaTeX for just about all my > writing since '87 or so. Given that it's what most, if not all, of > the journals in my field want, I'll probably still be using LaTeX 10 > years from now. Once they realized that they didn't have a valid reason to prohibit a word processor, the more ridiculous negotiations of "WHICH word processor" began. Some of the more luddite faculty were terrified that I might be able to compromise security and smuggle in reference materials or something. I told them, "ANY word processor, and give me a few weeks notice to familiarize myself with it." (in case they picked something obscure or weird) > Is your Ph.D. in C.S.? No, Information Science and Information Theory > It seems silly to write your Ph.D. exams in a > word processor that isn't Turing complete. only for CS :-) -- Grumpy Ol' Fred cisin at xenosoft.com From cisin at xenosoft.com Thu Aug 21 14:18:14 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Thu, 21 Aug 2008 12:18:14 -0700 (PDT) Subject: OT: Microsoft crazy academic deal In-Reply-To: <48ADB664.4000009@gmail.com> References: <200808201942602.SM04048@63.69.23.239> <48AD70B2.4020308@gmail.com> <20080821111037.C3658@shell.lmi.net> <48ADB664.4000009@gmail.com> Message-ID: <20080821121549.N3658@shell.lmi.net> > > "Answer me, publicly, 'Am I being graded on my handwriting, or on my > > knowledge?'" On Thu, 21 Aug 2008, Jules Richardson wrote: > Scary how many places say you *have* to use a computer/wordprocessor > these days. still optiional there, but now recommended. One of my committee said that it was great to have "legible content, with nothing out of order, and no circles, arrows, corrections and editing marks" From gordonjcp at gjcp.net Thu Aug 21 14:20:07 2008 From: gordonjcp at gjcp.net (Gordon JC Pearce) Date: Thu, 21 Aug 2008 20:20:07 +0100 Subject: OT: Microsoft crazy academic deal In-Reply-To: References: <200808201942602.SM04048@63.69.23.239> <48AD70B2.4020308@gmail.com> <20080821111037.C3658@shell.lmi.net> Message-ID: <48ADBFE7.6020002@gjcp.net> Eric J Korpela wrote: > On Thu, Aug 21, 2008 at 11:16 AM, Fred Cisin wrote: >> I used Windows 3.10 "WRITE" for my PhD written exams. I was the first >> student of the UC Information school to use a word processor for them. >> "Answer me, publicly, 'Am I being graded on my handwriting, or on my >> knowledge?'" > > That's pretty silly. I've been using LaTeX for just about all my > writing since '87 or so. Given that it's what most, if not all, of > the journals in my field want, I'll probably still be using LaTeX 10 > years from now. When my fiancee was doing her CS degree, her tutors all wanted documents submitted as .tex source ;-) Gordon From frustum at pacbell.net Thu Aug 21 14:26:03 2008 From: frustum at pacbell.net (Jim Battle) Date: Thu, 21 Aug 2008 14:26:03 -0500 Subject: More ETH Lilith goodies available In-Reply-To: <48ADBB3F.80909@jetnet.ab.ca> References: <48ADBB3F.80909@jetnet.ab.ca> Message-ID: <48ADC14B.6040804@pacbell.net> > Richard wrote: >> In article <48AC779E.7030606 at bluewin.ch>, >> Jos Dreesen / Marian Capel writes: >> >> >>> Still lots of difficult ( for me) X11 coding to be done, disk >>> emulation still >>> >> buggy, but there is light at the end of the tunnel. >> > The TRAIN !? >> I would recommend using wxWidgets as your >> GUI layer. Its portable to Windows, Mac, and *nix. If you're >> willing, there is also a good book that you can purchase that will >> explain lots of stuff about wxWidgets. I've written a couple emulators using wxWidgets; it is highly recommended. It's API is showing its age, but it is still tons better than low level X11 or Win32. I wrote my Wang 2200 emulator without a single concern of OSX compatibility. It probably took about 8 hours to add some tweaks to make it run well on OSX. I haven't attempted a linux port, as I don't use it myself, but I would expect a similar amount of work to get it going on that platform (mostly getting the build automated, I'd expect). Qt is another API worth looking into; it is free to use for non-commercial projects. bfranchuk at jetnet.ab.ca wrote: > I want to cry out ... Real hardware I want It. That is twice you've recently complained that people are writing emulators for machines that you'd like hardware for. At the risk of repeating myself (as I could swear this was hashed out recently, but it is only vague notion): I don't get your reasoning. Someone writing an emulator in no way precludes you or someone else from building hardware. In fact, it is a good stepping stone towards building real hardware. Even when building new hardware, building a software model first is often useful. Even if someone took the time to build a hardware version, emulators are a lot cheaper to reproduce. No, they don't feel exactly like the real hardware, but then again, neither does your pet, FPGA-based emulation. And another thing [ :-) ], if an emulation can pass the "computer Turing test," i.e., someone sitting at a remote terminal interacting with the computer can't tell if it is real or emulated hardware, on what basis do you complain? "You numskulls doing XYZ are idiots. Don't you know the proper way is PQR? Nothing but PQR will do, it's obvious! Why, I'd do it myself, except I find I'd rather complain about people doing XYZ!" > Can new bit slice version of the hardware be built? of course. someone with enough time and motivation could do it. Just spend hundreds, if not thousands, of hours working on it, spend another hundred hours putting together a website to share what you've done and give away all the designs you have created and all the information you have collected. Then wait for the complainers to let you know how THEY would have done it. > Also did any of the 'Wirth' languages have plans for 32 bit data and > adresses? Pascal doesn't mention 16b or 32b anywhere in any language spec I've seen. I've run Pascal programs on a PC, and that is 32b, so yes, Pascal does run on 32b machines. From cclist at sydex.com Thu Aug 21 14:29:51 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 21 Aug 2008 12:29:51 -0700 Subject: Wanted: vacuum tube logic circuits In-Reply-To: <18605.47148.680741.52932@pkoning-laptop.equallogic.com> References: <200808211700.m7LH05p0066974@dewey.classiccmp.org>, <18605.47148.680741.52932@pkoning-laptop.equallogic.com> Message-ID: <48AD5FBF.17039.156A6EB3@cclist.sydex.com> I'm not about to dig mine out and paw through it, but I think the "bible" of tube design, the "Radiotron Designer's Handbook" might be a bit too early to provide guidance on logic circuits. Anyone know offhand? Cheers, Chuck From cclist at sydex.com Thu Aug 21 12:38:33 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 21 Aug 2008 10:38:33 -0700 Subject: Closed vs. open source timeline. In-Reply-To: <48ADB105.FF479387@cs.ubc.ca> References: <20080821152704.J12987@plum.flirble.org>, <48ADB105.FF479387@cs.ubc.ca> Message-ID: <48AD45A9.977.15048870@cclist.sydex.com> On 21 Aug 2008 at 10:16, Brent Hilpert wrote: > Just to mention, IIRC, SHARE, the IBM user group, which I believe was intended > both for sharing software amongst members and presenting a coordinated front of > members to IBM, was started back in the late 50's, or very early 60's at the > latest. I suspect DECUS was modelled somewhat, or took it's cue, from SHARE. Did any manufacturer not have a users' group back then? VIM (6000- series user group) dates from the mid 60's at CDC. I wonder whatever became of the VIM holdings--some interesting software there, ISTR. Cheers, Chuck From emu at e-bbes.com Thu Aug 21 14:39:14 2008 From: emu at e-bbes.com (e.stiebler) Date: Thu, 21 Aug 2008 13:39:14 -0600 Subject: More ETH Lilith goodies available In-Reply-To: <48ADBB3F.80909@jetnet.ab.ca> References: <48ADBB3F.80909@jetnet.ab.ca> Message-ID: <48ADC462.1060906@e-bbes.com> bfranchuk at jetnet.ab.ca wrote: > I want to cry out ... Real hardware I want It. > Can new bit slice version of the hardware be built? > Also did any of the 'Wirth' languages have plans for 32 bit data and > adresses? And I really thought you would ask for a 24 bit version ;-) From Paul_Koning at Dell.com Thu Aug 21 14:43:16 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Thu, 21 Aug 2008 15:43:16 -0400 Subject: GUI APIs (was: Re: More ETH Lilith goodies available) References: <48ADBB3F.80909@jetnet.ab.ca> <48ADC14B.6040804@pacbell.net> Message-ID: <18605.50516.396208.720585@pkoning-laptop.equallogic.com> >>>>> "Jim" == Jim Battle writes: Jim> I've written a couple emulators using wxWidgets; it is highly Jim> recommended. It's API is showing its age, but it is still tons Jim> better than low level X11 or Win32. ... Jim> Qt is another API worth looking into; it is free to use for Jim> non-commercial projects. I've attempted to use Qt and given up. I don't think I ever got it to build, never mind to anything. WxWidgets, on the other hand, has been 100% satisfactory -- and of course it's open which Qt isn't. paul From spectre at floodgap.com Thu Aug 21 14:43:19 2008 From: spectre at floodgap.com (Cameron Kaiser) Date: Thu, 21 Aug 2008 12:43:19 -0700 (PDT) Subject: PC keyboards In-Reply-To: <20080821172700.D97794F8B5@mail.wordstock.com> from Bryan Pope at "Aug 21, 8 01:27:00 pm" Message-ID: <200808211943.m7LJhJeG009984@floodgap.com> > > > > I would be impressed if there were in fact a keyboard codenamed G-Spot. > > > I hear it's going to arrive in a boxed set with Duke Nuke 'Em Forever. > > That would be a great product tie-in. Of course, that guarantees we'll never > > actually see it. > Umm... *see* it? Interesting choice of words... Of course you are a > doctor and have special doctor's tools.. The keyboard, not the G-spot. -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com -- Support your local hospital. Play hockey. ---------------------------------- From tshoppa at wmata.com Thu Aug 21 14:50:23 2008 From: tshoppa at wmata.com (Tim Shoppa) Date: Thu, 21 Aug 2008 15:50:23 -0400 Subject: Wanted: vacuum tube logic circuits Message-ID: <48AD8EBF0200003700036153@gwiavs.nservices.wmata.com> William Blair asks: > I have in the past found plenty of relay-based logic circuits on-line > but am having a really tough time finding any binary tube circuits with component values. The HP AC-4 counter modules (each can do a decade and they are occasionally re-wired to do other count sequences) came in several different speed grades, with different component values to accomodate the speed requirements. Different speeds had different DC biases and speedup capacitors and in some cases slightly different logic configs. (Yes, I believe that "speedup capacitor" is indeed the technical term). They use 5963's or 6211's which are computer/industrial-rated 12AU7's (constructed using materials to avoid cathode poisoning if biased off for a long time). They were designed to be true modules and have good interface descriptions. I have used 12AU7 SPICE models floating around the net to play with component selection etc. and the HP schematics are pretty optimal in design. I've built them from scratch on breadboards and they really do work. The HP units are cool because they use neon bulbs as both display decoders and as display elements. Berkeley Nucleonics and others built very similar modules. Some schematics and really good technical manuals on the web for these counters: http://www.hparchive.com/Manuals/HP-AC-4A-4B-Manual.pdf http://www.cs.ubc.ca/~hilpert/e/edte/HP520/index.html http://www.nixiebunny.com/hpac4/index.html Tim. From trixter at oldskool.org Thu Aug 21 14:51:26 2008 From: trixter at oldskool.org (Jim Leonard) Date: Thu, 21 Aug 2008 14:51:26 -0500 Subject: UI (Was: OT: Microsoft crazy academic deal In-Reply-To: <48AD6ECD.9060200@gmail.com> References: <20080820215639.SM03392@63.69.23.239> <20080820190446.Y71043@shell.lmi.net> <48ACD1C4.6060805@mdrconsult.com> <48AD0666.1090706@oldskool.org> <48AD6ECD.9060200@gmail.com> Message-ID: <48ADC73E.9030103@oldskool.org> Jules Richardson wrote: > (plus, if these people never open the shrinkwrapping, how do they > authenticate that the contents - and the shrinkwrapping itself - are > original? Seems way too open to scamming to me) We have ways of determining if the shrinkwrap is original or not. Most re-shrinks have tell-tale signs that it was done with a typical commercial shrinkwrap machine (and a few of us, myself included, have had the pleasure of working for a software place and have a lot of experience reshrinking stuff so we know what to look for). Usually, if there is a nearly perfect circular hole in the wrap, that is *not* a reshrink. If there are crusty and/or burnt edges, that *is* a reshrink. Stuff like that. I run a software collector's mailing list over at http://list.oldskool.org/listinfo/swcollect if you're curious to join and lurk/read the archives. We also defined a grading scale for our hobby, which you can read about at http://www.mobygames.com/info/MobyScale so we're as serious as reasonably possible about collecting software as a hobby :-) BTW, I'm with you -- I try to collect two shrinked copies of things; one that I can open/play/archive and the other to keep sealed as a collectible (although software does not need to be *sealed* to be a true collectible, like the original Akalabeth). -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From trixter at oldskool.org Thu Aug 21 14:55:26 2008 From: trixter at oldskool.org (Jim Leonard) Date: Thu, 21 Aug 2008 14:55:26 -0500 Subject: Older software value Was: (Re: UI (Was: OT: Microsoft crazy academic deal In-Reply-To: <001701c90357$b8f01670$6501a8c0@game> References: <20080820215639.SM03392@63.69.23.239> <20080820190446.Y71043@shell.lmi.net> <48ACD1C4.6060805@mdrconsult.com> <48AD0666.1090706@oldskool.org> <001701c90357$b8f01670$6501a8c0@game> Message-ID: <48ADC82E.60307@oldskool.org> Teo Zenios wrote: > > I guess I like boxed apps for the same reason I like boxed games, > manuals and misc inserts! Amen. Because old games needed a lot of imagination and/or background to fully immerse the player, they came with a lot of decent material (clues, very nice (sometimes bound!) manual, etc.). Even non-fiction games, like Sierra Boxing, came with an abridged history of boxing and strategies. I bought Valve's excellent Orange Box the other day; while the bundled games are truly some of the best I've played, I was extremely disappointed to open the box and find a single DVD-ROM and a single sheet of paper. -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From tonym at compusource.net Thu Aug 21 14:56:00 2008 From: tonym at compusource.net (tonym) Date: Thu, 21 Aug 2008 19:56:00 GMT Subject: OT: Microsoft crazy academic deal Message-ID: <200808211556445.SM02744@[63.69.23.239]> >-----Original Message----- >From: Sridhar Ayengar ploopster at gmail.com >Sent 8/21/2008 11:27:00 AM >To: General Discussion GeneralDiscussion@ >Subject: Re: OT: Microsoft crazy academic deal > >tonym wrote: > Not to be a jerk about it, but welcome to the Internet. People > swear, just like they do in real life. If your mom doesn't want you > to hear those words, set up an email filter or something. Hell, he > even censored himself, but you still felt the need to complain? > > I do agree that this topic is just fine on the list; it's not like > we have these sort of threads every day, and some people could find > this information (about the Academic Alliance and other things) > useful. > > Actually, if you read the messages in correct order, you will see > that *I* was the one that censored it in my response. > >I'm not a prude, but that really is unnecessary. I'd like to think >we're a little more civilized. > >*plonk* > >Peace... Sridhar > Oh, wow - I am SO impressed. You're only a day late, and a dollar short From trixter at oldskool.org Thu Aug 21 14:57:06 2008 From: trixter at oldskool.org (Jim Leonard) Date: Thu, 21 Aug 2008 14:57:06 -0500 Subject: software collecting (Was: OT: Microsoft crazy academic deal) In-Reply-To: References: <200808210226289.SM02732@[63.69.23.239]> Message-ID: <48ADC892.1040807@oldskool.org> David Griffith wrote: >> I sold an extra complete set of original Osborne Executive disks, in >> binder, for about $90 on fleaBay a while back. > > That's about right. At least we have the option of downloading disk > images and PDFs instead of searching for years for that sort of thing. Some of us are dedicated to making sure that is possible. I have spent hundreds of dollars buying a particular type of rare software on ebay specifically to open the shrinkwrap and image it for the community. -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From mcguire at neurotica.com Thu Aug 21 14:57:47 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Thu, 21 Aug 2008 15:57:47 -0400 Subject: Power One SPF4 series PS? Message-ID: <60F7C6FC-234E-4112-B158-07B5AC1AB0DD@neurotica.com> Does anyone here have a Power One switching power supply of the SPF4 series that I might talk them out of? This is a big, 1+kW power supply that's about the size of a couple of phone books stacked atop one another. It'll have a long model number starting with SPF4; the other numbers indicate what output modules are installed. I don't care about the output modules; my "base" unit is badly fried. Thanks, -Dave -- Dave McGuire Port Charlotte, FL From legalize at xmission.com Thu Aug 21 14:58:13 2008 From: legalize at xmission.com (Richard) Date: Thu, 21 Aug 2008 13:58:13 -0600 Subject: More ETH Lilith goodies available In-Reply-To: Your message of Thu, 21 Aug 2008 14:26:03 -0500. <48ADC14B.6040804@pacbell.net> Message-ID: In article <48ADC14B.6040804 at pacbell.net>, Jim Battle writes: > Qt is another API worth looking into; it is free to use for > non-commercial projects. Qt has the major disadvantage of not working "out of the box" with Visual C++ Express editions (which are free). This creates a barrier for other people to contribute to the project because it is more work to set up a compilation environment (you have to use gcc under cygwin or MingW, neither of which is as easy to setup as VC++ Express). -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From trixter at oldskool.org Thu Aug 21 14:58:38 2008 From: trixter at oldskool.org (Jim Leonard) Date: Thu, 21 Aug 2008 14:58:38 -0500 Subject: OT: Microsoft crazy academic deal In-Reply-To: <7d3530220808211146r7ab55af0nb098245149ff2af8@mail.gmail.com> References: <200808201942602.SM04048@63.69.23.239> <48AD70B2.4020308@gmail.com> <20080821111037.C3658@shell.lmi.net> <7d3530220808211146r7ab55af0nb098245149ff2af8@mail.gmail.com> Message-ID: <48ADC8EE.9050402@oldskool.org> John Floren wrote: > LaTeX? Weaklings ;) > Real Programmers use troff. No, REAL programmers use VI and embed the printer codes directly with CTRL+V. ;-) -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From trixter at oldskool.org Thu Aug 21 15:01:27 2008 From: trixter at oldskool.org (Jim Leonard) Date: Thu, 21 Aug 2008 15:01:27 -0500 Subject: PC keyboards In-Reply-To: <18605.30390.441104.513452@pkoning-laptop.equallogic.com> References: <48AAD08E.80800@gmail.com> <031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> <48AC89A9.7040200@arachelian.com> <48AD7328.80400@gmail.com> <18605.30390.441104.513452@pkoning-laptop.equallogic.com> Message-ID: <48ADC997.9080608@oldskool.org> Paul Koning wrote: > Because your guess is mistaken. There certainly are people (I'm one > of them) who have use the "eraser head" thing in the past and refuse > ever to use it again in the future. Just out of curiosity, was your first one an IBM model or some other model? I ask because the IBM ones have always had consistent performance from model to model, whereas the ones I saw on Toshiba machines 7+ years ago were TERRIBLE to use (very mushy, non-linear response, etc.). My guess is that, if you truly hate it, you might not have started on a true IBM one. -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From RichA at vulcan.com Thu Aug 21 15:02:04 2008 From: RichA at vulcan.com (Rich Alderson) Date: Thu, 21 Aug 2008 13:02:04 -0700 Subject: More ETH Lilith goodies available In-Reply-To: <48ADC14B.6040804@pacbell.net> References: <48ADBB3F.80909@jetnet.ab.ca> <48ADC14B.6040804@pacbell.net> Message-ID: From: Jim Battle Sent: Thursday, August 21, 2008 12:26 PM >> Also did any of the 'Wirth' languages have plans for 32 bit >> data and adresses? > Pascal doesn't mention 16b or 32b anywhere in any language spec > I've seen. I've run Pascal programs on a PC, and that is 32b, > so yes, Pascal does run on 32b machines. I have run Pascal on an Amdahl 470/v8 (32b) and a DEC-20 (36b), and feel compelled to point out that it originated on a 6600 (60b). Rich Alderson Server Engineer, PDPplanet Project Vulcan, Inc. 505 5th Avenue S, Suite 900 Seattle, WA 98104 mailto:RichA at vulcan.com (206) 342-2239 (206) 465-2916 cell From trixter at oldskool.org Thu Aug 21 15:02:39 2008 From: trixter at oldskool.org (Jim Leonard) Date: Thu, 21 Aug 2008 15:02:39 -0500 Subject: PC keyboards In-Reply-To: <48AD8E81.6040704@dunnington.plus.com> References: <48AAD08E.80800@gmail.com><031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> <48AC89A9.7040200@arachelian.com> <48AD7328.80400@gmail.com> <48AD8E81.6040704@dunnington.plus.com> Message-ID: <48ADC9DF.6070709@oldskool.org> Pete Turnbull wrote: > On 21/08/2008 14:52, Jules Richardson wrote: > >> I don't think I've ever met anyone who likes a trackpad after using >> one of the mouse nipples. I'm also surprised that it's a significant >> price difference between nipple and trackpad. > > Actually, you have :-) However, I hate them both! :-) Funny, I hate trackpads because I'm always moving the cursor -- because, call me crazy, I like to rest my hands sometimes and inevitably put my palm on the trackpad and cause the cursor to go nuts. -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From hilpert at cs.ubc.ca Thu Aug 21 16:15:44 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Thu, 21 Aug 2008 13:15:44 -0800 Subject: Schematics of Atanasoff-Berry Computer logic circuits? References: <774132.45156.qm@web50502.mail.re2.yahoo.com> Message-ID: <48ADDB00.E245C770@cs.ubc.ca> William Blair wrote: > I'm not very familiar with vacuum tube circuit design, but I have a PDF copy > of the 1952 USAF technical order TO16-1-255 "Basic Theory and Application of > Electron Tubes" which looks like it might be sufficient. I've built two > different 12AU7 dual triode vacuum tube stereo headphone amps from plans > which use much lower and, therefore, safer and easier-to-produce voltages > (24 - 60V) than were used historically in such circuits. The required plate > voltages for these low-power circuits are produced using simple voltage > multipliers attached to commonly available and inexpensive low-voltage > transformer secondaries. Since, in the case of digital logic circuits > linearity of operation is not a requirement as it is with audio circuits, > even lower voltages might be usable although 24 volts seems to be plenty low > enough. > Man, do I know that now. I posted my comment before I'd fully digested the > ABC web page. > A multi-stage direct coupled vacuum tube circuit. Fun. Yes, be prepared for some fun, in both senses of the word: it is fun to play around with, but the implemention of tube logic can be problematic or unreliable, at least in the way the ABC tried to implement both NAND and NOR gates with resistive input circuitry. Atanasoff makes it sounds easy in his paper, but if one reads it closely it's not quite so, at least as measured by modern standards where one comes up with a gate design and then simply repeats it ad infinitum. The ABC reconstruction and the original required (at least some) hand-picked resistors in the gate circuits. Some of the issues: 1. Tubes can be insufficiently non-linear. Driving between saturation and cutoff can take a bit of swing and saturation is soft (curved). 2. Plate circuit impedance is high. If the difference between the plate circuit impedance (lower better) and the grid circuit impedance (higher better) is insufficient, then different fan-outs in the logic circuit (loading), and varying tube/component characteristics, can pull the logic levels away from the design targets and upset everything. Going to the low plate voltage is a nice idea from a practical view but I wonder if it may compound issues of point 2 above. It will reduce the voltage shift between the plate and grid circuits that needs to be accomplished, but it may also reduce the voltage swing between the 0/1 logic levels. How it works out in the balance will be interesting. It may depend on how close one wants to stay to the original design. I was working with the original tube types (6C8) and voltages, trying to target the original design and working with the constraint that the gate input resistors were all of the same value regardless of the gate type, changing only the bias resistor to achieve a particular type of gate (NOR,NAND). The task may be easier if one is willing to step outside that constraint. (With all that said, I didn't spend all that much time experimenting around the gate resistors issue, was something I intend(ed) to get back to.) > That's strange that they'd be so restrictive about the distribution of schematics for a machine that has no current value beyond that of a historical curiosity. I know that there was a legal battle between Mauchly with his ENIAC and Atanasoff with his ABC, but that was decided against Mauchly and claimed that his ENIAC plagiarized concepts used by Atanasoff's ABC which then invalidated Mauchly's earlier patent claim to the first electronic computer. Since Atanasoff won the case 35 years ago, why would they not willingly release all schematics now? Strange. No, I don't understand it either. Regarding the schematic, the Burks' book "The First Electronic Computer" contains some more tidbits of schematics, particularly relating to the capacitive-memory refresh of the drums, and another version of calculations of tables for the gate resistors in an appendix (IIRC, it's been a few years since I've seen the book). I was mostly interested in examining the control section to see the split between electromechanical relay circuitry and electronic vacuum tube circuitry (as well as those resistor values). -- Straying completely away from technical issues, and I'm somewhat loath to mention this, but the animosity engendered by the early-70s court battle continues decades later. The somewhat nasty inter-personal battle found it's way into the Amazon book reviews as recently as 2004. Another bizarre twist in the ENIAC patent saga on the legal/social side. From wdonzelli at gmail.com Thu Aug 21 15:21:28 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Thu, 21 Aug 2008 16:21:28 -0400 Subject: Wanted: vacuum tube logic circuits In-Reply-To: <48AD8EBF0200003700036153@gwiavs.nservices.wmata.com> References: <48AD8EBF0200003700036153@gwiavs.nservices.wmata.com> Message-ID: > They use 5963's or 6211's which are computer/industrial-rated 12AU7's (constructed using materials to avoid cathode poisoning if biased off for a long time). 6211s are more like mutant shrunken separated 6J6s than 12AU7s. Start hoarding them - the audiophiles have blessed them. I am always in the market for 5965s and 6197s. -- Will From silent700 at gmail.com Thu Aug 21 15:25:34 2008 From: silent700 at gmail.com (Jason T) Date: Thu, 21 Aug 2008 15:25:34 -0500 Subject: Older software value Was: (Re: UI (Was: OT: Microsoft crazy academic deal In-Reply-To: <48ADC82E.60307@oldskool.org> References: <20080820215639.SM03392@63.69.23.239> <20080820190446.Y71043@shell.lmi.net> <48ACD1C4.6060805@mdrconsult.com> <48AD0666.1090706@oldskool.org> <001701c90357$b8f01670$6501a8c0@game> <48ADC82E.60307@oldskool.org> Message-ID: <51ea77730808211325u74f3c139jbf9950ee7a7b3e08@mail.gmail.com> On Thu, Aug 21, 2008 at 2:55 PM, Jim Leonard wrote: > Amen. Because old games needed a lot of imagination and/or background to > fully immerse the player, they came with a lot of decent material (clues, > very nice (sometimes bound!) manual, etc.). Even non-fiction games, like > Sierra Boxing, came with an abridged history of boxing and strategies. I really miss that about the old games. My recent CBM haul brought copies of Ultima, Bard's Tale, Wizardry, etc., along with some adventure games I'd never heard of, all of which had cool manuals with early D&D-style graphics, decoder wheels, spell books, and trinkets. I probably already have disks for most of these games, and I'm unlikely to have time to play them through, but the boxes look great on the shelf. -j [who has the Ultima V cloth map hung up in the cube at work] From cclist at sydex.com Thu Aug 21 15:32:36 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 21 Aug 2008 13:32:36 -0700 Subject: More ETH Lilith goodies available In-Reply-To: References: , <48ADC14B.6040804@pacbell.net>, Message-ID: <48AD6E74.28061.15A3E287@cclist.sydex.com> On 21 Aug 2008 at 13:02, Rich Alderson wrote: > I have run Pascal on an Amdahl 470/v8 (32b) and a DEC-20 (36b), > and feel compelled to point out that it originated on a 6600 (60b). ...and a 1's complement machine at that. Cheers, Chuck From bfranchuk at jetnet.ab.ca Thu Aug 21 15:41:37 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Thu, 21 Aug 2008 14:41:37 -0600 Subject: OT:Turing complete word processers -- are there any? In-Reply-To: <20080821120709.M3658@shell.lmi.net> References: <200808201942602.SM04048@63.69.23.239> <48AD70B2.4020308@gmail.com> <20080821111037.C3658@shell.lmi.net> <20080821120709.M3658@shell.lmi.net> Message-ID: <48ADD301.2090409@jetnet.ab.ca> Fred Cisin wrote: > >> It seems silly to write your Ph.D. exams in a >> word processor that isn't Turing complete. >> > > only for CS :-) > > > -- > Grumpy Ol' Fred cisin at xenosoft.com > > From jos.mar at bluewin.ch Thu Aug 21 15:45:54 2008 From: jos.mar at bluewin.ch (Jos Dreesen / Marian Capel) Date: Thu, 21 Aug 2008 22:45:54 +0200 Subject: Lilith emulation In-Reply-To: <48ADC14B.6040804@pacbell.net> References: <48ADBB3F.80909@jetnet.ab.ca> <48ADC14B.6040804@pacbell.net> Message-ID: <48ADD402.3020604@bluewin.ch> Jim Battle wrote: > I've written a couple emulators using wxWidgets; it is highly > recommended. I will have a look at wxwidgets. > > bfranchuk at jetnet.ab.ca wrote: >> I want to cry out ... Real hardware I want It. > > I don't get your reasoning. Someone writing an emulator in no way > precludes you or someone else from building hardware. In fact, it is a > good stepping stone towards building real hardware. Even when building > new hardware, building a software model first is often useful. One of the reasons for making this emulator ( the main one in fact ) is that I need a testbed for changing the drive in my real Lilith from the troublesome Honeywell Bull cartridge drive, with a propriatary interface, to a WD1001 / MFM drive combo . Might also go for an IDE disk. It will involve adapting the microcode, the Medos code and interfacing to the Lilith IO circuitry, and I would much rather test on a piece of software than risk my irreplacable real hardware in the development process. In a later stage I expect the emulator to use the real MFM ( or IDE ) substitute drive. Only when this works will I adapt the real thing. >> Can new bit slice version of the hardware be built? Sure. Are you willing to invest in new PCB`s ? I will provide schematics in Eagle format. >> Also did any of the 'Wirth' languages have plans for 32 bit data >> and adresses? After the Lilith the ETH made the Ceres workstation series. And guess what, no bitslices, but a standard microprocessor (NS32032, later NS32532 ) A separate Lilith successor seems to have been the Eve series, of which I know nothing ( Richard, pictures !) Jos Dreesen From blstuart at bellsouth.net Thu Aug 21 16:10:07 2008 From: blstuart at bellsouth.net (Brian L. Stuart) Date: Thu, 21 Aug 2008 21:10:07 +0000 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <48ADDB00.E245C770@cs.ubc.ca> References: <774132.45156.qm@web50502.mail.re2.yahoo.com> <48ADDB00.E245C770@cs.ubc.ca> Message-ID: <082120082110.7646.48ADD9AE000E428000001DDE22230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> > Straying completely away from technical issues, and I'm somewhat loath to > mention this, but the animosity engendered by the early-70s court battle > continues decades later. The somewhat nasty inter-personal battle > found it's way into the Amazon book reviews as recently as 2004. > Another bizarre twist in the ENIAC patent saga on the legal/social side. Indeed it does. Back when I was at Purdue, I knew Saul Rosen who went WAY back. He referred to the push to prioritize Atanasoff as the cult of Atanasoff. But it's so clear that this weird saga really is about the legal/social and not the technical. Both groups innovated in different ways and both are important to study to get a good picture of history and of the evolution in design. Everyone had to address the fundamental question of memory. Eckert and Mauchley knew that it was an eventual issue; Eckert wrote a paper (in 1944 IIRC) where he described a magnetic disk (and even suggested a stored program on it). But in the ENIAC, they largely punted on the question of memory. But Atanasoff's rotating capacitor drum really does stand out as an innovation in memory design. Even if it wouldn't scale well, the rotating, regenerative memory structure is very similar in concept to the recirculating, regenerative delay line memories, like that used in the UNIVAC I. > around with, but the implemention of tube logic can be problematic or > unreliable, at least in the way the ABC tried to implement both NAND and NOR > gates with resistive input circuitry. This is the sort of thing that led Eckert to remark that the processing part of the ABC would never have been particularly reliable. His design for the ENIAC was radically different. It bore much similarity to his earlier experience in tube-based counters. And his design techniques were the only reason a machine with 18,000 tubes could be expected to operate for any time at all. Ultimately, we can see seeds of future technology in both machines, but neither machine bore much resemblance to what came after either in terms of architecture or the design of basic functional elements. BLS From hilpert at cs.ubc.ca Thu Aug 21 17:25:39 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Thu, 21 Aug 2008 14:25:39 -0800 Subject: Schematics of Atanasoff-Berry Computer logic circuits? References: <20080821202333.0g523ez9sgc8sg8g@webmail.izone.at> Message-ID: <48ADEB63.1BDF4F81@cs.ubc.ca> DI Gerhard Kreuzer wrote: > The schematic is quite simple, maybe you can remember the first > logic chips available where made in so called RTL (restistor > Transistor logic), which is exactly the same as the ASM do, only the > levels are shifted. > > Because of the problems with the resistor networks, the so called > TTL chips are developed, which replaces some resistors by transistors. > > I am shure there is enough information out. Once you have seen how > RTL works, you will easily find out how ASM works. (As much as I like to call the ASM logic "RVL" (Resistor-Vacuum-Logic)), the (gate input) design of the ASM logic is not the same as that of RTL. It is not simply a swap of transistors for vacuum tubes, they are fundamentally different approaches to gate design, at least if we're talking about the common families of RTL ICs (that I've seen internal schematics for). The ASM gates have a purely resistive summing point of the input resistors and a bias resistor before feeding into a single non-linear device (tube grid). Further it achieves different gate types by simple varying the (bias) resistor value. In RTL the summing point is multiple transistor collectors with a common load resistor: each input has it's own saturating non-linear device to "discretize" levels before feeding into the summing point. (And only one gate type is targetted) Consequently, the ASM circuit is far more finicky and tight in it's requirements. From bfranchuk at jetnet.ab.ca Thu Aug 21 16:31:36 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Thu, 21 Aug 2008 15:31:36 -0600 Subject: More ETH Lilith goodies available - OT In-Reply-To: <48ADC462.1060906@e-bbes.com> References: <48ADBB3F.80909@jetnet.ab.ca> <48ADC462.1060906@e-bbes.com> Message-ID: <48ADDEB8.4000207@jetnet.ab.ca> e.stiebler wrote: > bfranchuk at jetnet.ab.ca wrote: >> I want to cry out ... Real hardware I want It. >> Can new bit slice version of the hardware be built? >> Also did any of the 'Wirth' languages have plans for 32 bit data >> and adresses? > > And I really thought you would ask for a 24 bit version ;-) > Now that you ask ... :) The reason I was asking is that Pascal and Modula 2 and Smalltalk all had a great deal of hype in BYTE about the mid 1980's. Then they all seemed to vanish as the PC's and the Mac's took over the Personal Computer market place. I grew up using real hardware -- PDP/8e,PDP8/S, IBM 1130. Even snuck in some time on a VAX. I don't mind people writing emulators but I feel hardware just has a better HANDS on feel for what machine can do. I have to some day get a REAL terminal (Hardware) so I can get my PDP 8 clone runing with the right feel. TTL and BIT Slice design I can handle but software for a small machine is out of my ball park. I expect to spend about 2 grand on a one of a kind homebrew but then I will have learned a little about hardware from the mid 1980's. I am playing around now with a 20 bit machine, since all I have is 21 flat handle toggle switches for a hardware front panel. I ordered 24 but they goofed and sent 3 momentary switches instead. I could design a 16 bit machine, but then I am back to the classic architecture with a single AC: {OP}{INDIRECT}{ADDRESS}. All most all the modern Instruction Sets are from the late 1970's and they are very complex -- 68000,8088/8086 ect. I am looking for design in the middle, and even that is hard since BIPOLAR PROM is very hard to find nowdays.I am using a CPLD since I have one rather than 4 - 512x8 PROM's. From legalize at xmission.com Thu Aug 21 16:55:31 2008 From: legalize at xmission.com (Richard) Date: Thu, 21 Aug 2008 15:55:31 -0600 Subject: Lilith emulation In-Reply-To: Your message of Thu, 21 Aug 2008 22:45:54 +0200. <48ADD402.3020604@bluewin.ch> Message-ID: In article <48ADD402.3020604 at bluewin.ch>, Jos Dreesen / Marian Capel writes: > A separate Lilith successor seems to have been the Eve series, of > which I kno w nothing ( Richard, pictures !) Its in the queue... believe it or not, I don't own a digital camera yet, or there would already be a flickr album online :) -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From rtellason at verizon.net Thu Aug 21 16:56:02 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Thu, 21 Aug 2008 17:56:02 -0400 Subject: Wanted: vacuum tube logic circuits In-Reply-To: <48AD5132.17890.15319821@cclist.sydex.com> References: <200808211700.m7LH05p0066974@dewey.classiccmp.org> <651591.27033.qm@web50508.mail.re2.yahoo.com> <48AD5132.17890.15319821@cclist.sydex.com> Message-ID: <200808211756.03115.rtellason@verizon.net> On Thursday 21 August 2008 14:27, Chuck Guzis wrote: > On 21 Aug 2008 at 10:25, William Blair wrote: > > I have in the past found plenty of relay-based logic circuits on-line > > but am having a really tough time finding any binary tube circuits > > with component values. If there's enough material submitted to > > justify it, I might start a web page on this topic or, at least, a > > blog that links to the relevant materials on-line. > > DIY digital projects using vacuum tubes were extremely rare, mostly > due to cost. About the only one that comes to mind is the early 60's > telephone-dial calculator from Electronics Illustrated--and even > there, the storage elements were neon lamps, with interstage driving > being accomplished by vacuum tubes. Do you happen to know if any of that sort of thing is available online anywhere? I'm in the middle of some conversation elsewhere about interesting things having been done with neon bulbs and other sorts of elements, and can't even find the "nonsense box" that appeared in Popular Electronics back when anywhere online. > I recall seeing the article, being really interested and put off by > the cost for something that would add more slowly than paper-and- > pencil. Yes, I remember feeling that way about a few projects from magazines back then. :-) -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From gordonjcp at gjcp.net Thu Aug 21 17:12:56 2008 From: gordonjcp at gjcp.net (Gordon JC Pearce) Date: Thu, 21 Aug 2008 23:12:56 +0100 Subject: More ETH Lilith goodies available - OT In-Reply-To: <48ADDEB8.4000207@jetnet.ab.ca> References: <48ADBB3F.80909@jetnet.ab.ca> <48ADC462.1060906@e-bbes.com> <48ADDEB8.4000207@jetnet.ab.ca> Message-ID: <48ADE868.4070303@gjcp.net> bfranchuk at jetnet.ab.ca wrote: > I have to some day get a REAL terminal (Hardware) so I can get my > PDP 8 clone runing with the right feel. TTL and BIT Slice design I can > handle but software for a small machine is out of my ball park. I wrote a PDP8 emulator (I must try and find the tarball again). It's not exactly like a *real* PDP8, because the emulation was taken from the information in "Introduction to Programming" as mentioned a few months ago on the list. So, it's possibly not entirely bug-compatible with any "real" PDP8 that ever existed, but guess what? It's *my* implementation of it. It's how I would have built a PDP8, and it runs some PDP8 software pretty well. Running ODT shook out a couple of bugs that sprang from faulty assumptions about how things happened inside. Maybe my next attempt at it will be better. Maybe it will support DF32s and actually boot OS/8. Gordon From cclist at sydex.com Thu Aug 21 19:10:48 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 21 Aug 2008 17:10:48 -0700 Subject: Wanted: vacuum tube logic circuits In-Reply-To: <200808211756.03115.rtellason@verizon.net> References: <200808211700.m7LH05p0066974@dewey.classiccmp.org>, <48AD5132.17890.15319821@cclist.sydex.com>, <200808211756.03115.rtellason@verizon.net> Message-ID: <48ADA198.28436.166BA483@cclist.sydex.com> On 21 Aug 2008 at 17:56, Roy J. Tellason wrote: > Do you happen to know if any of that sort of thing is available online > anywhere? I'm in the middle of some conversation elsewhere about interesting > things having been done with neon bulbs and other sorts of elements, and > can't even find the "nonsense box" that appeared in Popular Electronics back > when anywhere online. http://www.tayloredge.com/museum/museum/EI_1166_Electronic_Computer.pd f Is the calculator article. Regarding other DIY, I remember a morse- code typewriter that used microswitches as keys, but not much else. I think it probabaly used diodes and relays. Cheers, Chuck From wdonzelli at gmail.com Thu Aug 21 19:44:43 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Thu, 21 Aug 2008 20:44:43 -0400 Subject: Wanted: vacuum tube logic circuits In-Reply-To: <48ADAF17.9000508@bitsavers.org> References: <48ADAF17.9000508@bitsavers.org> Message-ID: > I have been trying to dig out these sorts of things from the CHM archives > as I can > find them, since there is much less information available on the actual > implementation > details available on how first generation computers were actually built. It should be noted that during the 1950s, far more tube logic sockets were in military radar installations than in data processing machines. The military tech manuals, which turn up from time to time, tend to be very good at describing the circuits. > They were often > very careful to minimize the number of active devices, since tubes are big > and consume > lots of power. I would bet the power issue was magnitudes more important than the size issue. Back then, big was normal. (one of my) Pet Peeve - when people use some big ass Compactron sweep tube to represent a typical computer tube. Cripes! -- Will From wdonzelli at gmail.com Thu Aug 21 19:44:43 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Thu, 21 Aug 2008 20:44:43 -0400 Subject: Wanted: vacuum tube logic circuits In-Reply-To: <48ADAF17.9000508@bitsavers.org> References: <48ADAF17.9000508@bitsavers.org> Message-ID: > I have been trying to dig out these sorts of things from the CHM archives > as I can > find them, since there is much less information available on the actual > implementation > details available on how first generation computers were actually built. It should be noted that during the 1950s, far more tube logic sockets were in military radar installations than in data processing machines. The military tech manuals, which turn up from time to time, tend to be very good at describing the circuits. > They were often > very careful to minimize the number of active devices, since tubes are big > and consume > lots of power. I would bet the power issue was magnitudes more important than the size issue. Back then, big was normal. (one of my) Pet Peeve - when people use some big ass Compactron sweep tube to represent a typical computer tube. Cripes! -- Will From korpela at ssl.berkeley.edu Thu Aug 21 20:04:17 2008 From: korpela at ssl.berkeley.edu (Eric J Korpela) Date: Thu, 21 Aug 2008 18:04:17 -0700 Subject: OT:Turing complete word processers -- are there any? In-Reply-To: <48ADD301.2090409@jetnet.ab.ca> References: <200808201942602.SM04048@63.69.23.239> <48AD70B2.4020308@gmail.com> <20080821111037.C3658@shell.lmi.net> <20080821120709.M3658@shell.lmi.net> <48ADD301.2090409@jetnet.ab.ca> Message-ID: Well, if you consider tex/latex and postscript to be a word processor, they probably count, although I haven't seen a proof in either case... http://www.westnet.com/mirrors/99bottles/beer_s_z.html#latex http://www.westnet.com/mirrors/99bottles/beer_n_r.html#postscript (*watch out there's a pascal version in between the two postscript versions). http://setiathome.berkeley.edu/~korpela/ahl/others.html#postscript It's a hard benchmark to time because the execution finishes before the page starts being drawn. I keep waiting for someone to port ghostscript to postscript. It's also possible some word processors have Turing complete macro languages. On Thu, Aug 21, 2008 at 1:41 PM, bfranchuk at jetnet.ab.ca wrote: > Fred Cisin wrote: >> >> >>> >>> It seems silly to write your Ph.D. exams in a >>> word processor that isn't Turing complete. >>> >> >> only for CS :-) >> >> >> -- >> Grumpy Ol' Fred cisin at xenosoft.com >> >> > > From cclist at sydex.com Thu Aug 21 20:32:48 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 21 Aug 2008 18:32:48 -0700 Subject: Wanted: vacuum tube logic circuits In-Reply-To: References: <48ADAF17.9000508@bitsavers.org>, Message-ID: <48ADB4D0.12652.16B6B53F@cclist.sydex.com> On 21 Aug 2008 at 20:44, William Donzelli wrote: > (one of my) Pet Peeve - when people use some big ass Compactron sweep > tube to represent a typical computer tube. Cripes! Indeed, the first computer circuits I remember purchasing used dual- triode submini tubes with wire leads--ISTR 6 of them per PCB. I bought them for the tubes used as VHF amplifiers--and the silvered mica caps on the boards. The tubes themselves were mounted on metal plates on either side of the PCB and in spring clips and had round bases, not the flat ones that you'd find in a Pixie radio (my first 2N109 went into a socket scavenged from one of those). Most likely from some military gear. Got 'em from one of the surplus places on S. Michigan in Chicago-- back when surplus was good pickings... Cheers, Chuck From ethan.dicks at usap.gov Thu Aug 21 21:34:50 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Fri, 22 Aug 2008 02:34:50 +0000 Subject: OT:Turing complete word processers -- are there any? In-Reply-To: References: <200808201942602.SM04048@63.69.23.239> <48AD70B2.4020308@gmail.com> <20080821111037.C3658@shell.lmi.net> <20080821120709.M3658@shell.lmi.net> <48ADD301.2090409@jetnet.ab.ca> Message-ID: <20080822023450.GA30602@usap.gov> On Thu, Aug 21, 2008 at 06:04:17PM -0700, Eric J Korpela wrote: > Well, if you consider tex/latex and postscript to be a word processor, > they probably count, although I haven't seen a proof in either case... > > http://www.westnet.com/mirrors/99bottles/beer_s_z.html#latex > http://www.westnet.com/mirrors/99bottles/beer_n_r.html#postscript > (*watch out there's a pascal version in between the two postscript > versions). Fun page, though I see a few languages missing that I happen to use on a regular (or irregular) basis. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 22-Aug-2008 at 02:30 Z South Pole Station PSC 468 Box 400 Temp -77.3 F (-60.7 C) Windchill -118.7 F (-83.7 C) APO AP 96598 Wind 13.3 kts Grid 31 Barometer 667.0 mb (11122 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From wbblair3 at yahoo.com Thu Aug 21 22:04:15 2008 From: wbblair3 at yahoo.com (William Blair) Date: Thu, 21 Aug 2008 20:04:15 -0700 (PDT) Subject: Wanted: vacuum tube logic circuits In-Reply-To: <200808212131.m7LLVl4g073787@dewey.classiccmp.org> Message-ID: <735787.73259.qm@web50509.mail.re2.yahoo.com> > I'm not about to dig mine out and paw through it, but I think the > "bible" of tube design, the "Radiotron Designer's Handbook" might be > a bit too early to provide guidance on logic circuits.? Anyone know > offhand? Unfortunately, according to the TOC available at the link below, it doesn?t have anything specific about tube logic circuits, but it certainly does look like a goldmine of electron tube technical data: http://www.pmillett.com/Books/intro_RDH4.pdf From wbblair3 at yahoo.com Thu Aug 21 22:05:18 2008 From: wbblair3 at yahoo.com (William Blair) Date: Thu, 21 Aug 2008 20:05:18 -0700 (PDT) Subject: Wanted: vacuum tube logic circuits In-Reply-To: <200808212131.m7LLVl4g073787@dewey.classiccmp.org> Message-ID: <231638.7056.qm@web50505.mail.re2.yahoo.com> > DIY digital projects using vacuum tubes were extremely rare, mostly > due to cost. I think you?ve probably hit the main problem there. Tube receivers, transmitters, audio amps, etc., actually did something useful to justify their expense whereas affordable logic circuits would have only been technical novelties with no practical use. From wbblair3 at yahoo.com Thu Aug 21 22:06:49 2008 From: wbblair3 at yahoo.com (William Blair) Date: Thu, 21 Aug 2008 20:06:49 -0700 (PDT) Subject: Wanted: vacuum tube logic circuits In-Reply-To: <200808212131.m7LLVl4g073787@dewey.classiccmp.org> Message-ID: <895018.90749.qm@web50504.mail.re2.yahoo.com> > There are MANY others (Bendix G15, and WISC for example). Thanks. I found some complete circuits for the G15 there, but I haven?t found the circuits for many of the logic gate symbols used in most of the Bendix diagrams. The WISC thesis contains no diagrams whatsoever which is interesting considering its content. I guess the author didn?t like to draw. ;-) From wbblair3 at yahoo.com Thu Aug 21 22:08:10 2008 From: wbblair3 at yahoo.com (William Blair) Date: Thu, 21 Aug 2008 20:08:10 -0700 (PDT) Subject: Wanted: vacuum tube logic circuits In-Reply-To: <200808212131.m7LLVl4g073787@dewey.classiccmp.org> Message-ID: <87632.96739.qm@web50502.mail.re2.yahoo.com> > I found some on Bitsavers. > > "Illiac design techniques" (under univOfIllinoisUrbana/illiac/ILLIAC) > describes the basic logic elements, which are then just hooked > together as building blocks (And, Or, Not, and flip-flop). Those are very useful. Thanks. > Under ibm/sage there's a documents list -- only one of the documents > is actually there but a lot more are listed, including circuit > diagrams.? Maybe those are available... The two I?d _really_ love to see even if they didn?t have info I could actually use are: 31P2-2FSQ7-142 Maintenance Techniques and Procedures of Central Computer for AN/FSQ-7, Combat Direction Central 31P2-2FSQ7-212 Schematics for Central Computer of AN/FSQ-7, Combat Direction Central Unfortunately, they aren?t on Bitsavers. I wonder if these were classified TOs. From wbblair3 at yahoo.com Thu Aug 21 22:13:01 2008 From: wbblair3 at yahoo.com (William Blair) Date: Thu, 21 Aug 2008 20:13:01 -0700 (PDT) Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <200808211907.m7LJ6aVn069942@dewey.classiccmp.org> Message-ID: <152181.58959.qm@web50504.mail.re2.yahoo.com> > > A multi-stage direct coupled vacuum tube circuit.? Fun. > Yes, be prepared for some fun, in both senses of the word: it is fun to play > around with, but the implemention of tube logic can be problematic or > unreliable, at least in the way the ABC tried to implement both NAND and NOR > gates with resistive input circuitry. > > Atanasoff makes it sounds easy in his paper, but if one reads it closely > it's not quite so, at least as measured by modern standards where one comes > up with a gate design and then simply repeats it ad infinitum. After reviewing the ASM circuit on your web page, it became readily apparent to me that it would likely be a major challenge to fill in the blanks for those missing resistor values and end up with something that actually worked reliably. > The ABC reconstruction and the original required (at least some) hand-picked > resistors in the gate circuits. I bought the excellent book ?The First Computers ? History and Architectures? mainly because of its content on Konrad Zuse?s relay-based machines. However, in its included paper on the reproduction of the ABC, the authors state: ?In building add-subtract modules, we found the circuits very demanding of precise resistor values. We have evidence that Berry hand-selected resistors from bins until he found ones that worked, and we attempted the same tactic. In measuring the characteristics of 10% resistors, we discovered the distribution about the nominal value shown in Fig. 3. (It?s a graph of a bell curve between -10% and 10% with a big notch in the center of the curve). Apparently, the manufacturer had already segregated the resistors close to nominal value. Hence, we found it necessary to use 1% tolerance resistors.? So, here?s a 14 gate, multistage, direct coupled vacuum tube circuit that apparently requires various hand-selected values of 1% resistors to work properly. Whew!!! I think I?m going to start with something a great deal simpler, like a single flip flop or astable multivibrator using an inexpensive 9-pin miniature dual triode at low voltages to see if I can even get that to work. > Some of the issues: > > 1. Tubes can be insufficiently non-linear. Driving between saturation and cutoff >? can take a bit of swing and saturation is soft (curved). > > 2. Plate circuit impedance is high. If the difference between the plate circuit > impedance (lower better) and the grid circuit impedance (higher better) is > ? ? insufficient, then different fan-outs in the logic circuit (loading), and > ? ? varying tube/component characteristics, can pull the logic levels away from > ? ? the design targets and upset everything. > > Going to the low plate voltage is a nice idea from a practical view but I > wonder if it may compound issues of point 2 above. It will reduce the voltage > shift between the plate and grid circuits that needs to be accomplished, but it > may also reduce the voltage swing between the 0/1 logic levels. How it works > out in the balance will be interesting. Thanks for that info and it will be interesting indeed to see if this will work. I was surprised to find nothing on low voltage tube logic when there?s so much on the web about low-voltage tube audio circuits of all kinds. True, tube logic is a fairly esoteric subject with no usefulness beyond that of a novelty, but with all of the audio low voltage stuff, I?d expected some tube enthusiast somewhere to have already done something on the logic side just for the heck of it. > Straying completely away from technical issues, and I'm somewhat loath to > mention this, but the animosity engendered by the early-70s court battle > continues decades later. The somewhat nasty inter-personal battle > found it's way into the Amazon book reviews as recently as 2004. > Another bizarre twist in the ENIAC patent saga on the legal/social side. Yes, I saw that when I went to look at the Amazon entry for Burks' "The First Electronic Computer." Wow, it?s a long-time, knock-down feud for certain. Bill From bfranchuk at jetnet.ab.ca Thu Aug 21 22:26:51 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Thu, 21 Aug 2008 21:26:51 -0600 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <152181.58959.qm@web50504.mail.re2.yahoo.com> References: <152181.58959.qm@web50504.mail.re2.yahoo.com> Message-ID: <48AE31FB.6000905@jetnet.ab.ca> William Blair wrote: >>> A multi-stage direct coupled vacuum tube circuit. Fun. >>> > > >> Yes, be prepared for some fun, in both senses of the word: it is fun to play >> around with, but the implemention of tube logic can be problematic or >> unreliable, at least in the way the ABC tried to implement both NAND and NOR >> gates with resistive input circuitry. >> >> Atanasoff makes it sounds easy in his paper, but if one reads it closely >> it's not quite so, at least as measured by modern standards where one comes >> up with a gate design and then simply repeats it ad infinitum. >> > > After reviewing the ASM circuit on your web page, it became readily apparent to me that it would likely be a major challenge to fill in the blanks for those missing resistor values and end up with something that actually worked reliably. > > >> The ABC reconstruction and the original required (at least some) hand-picked >> resistors in the gate circuits. >> > > I bought the excellent book ?The First Computers ? History and Architectures? mainly because of its content on Konrad Zuse?s relay-based machines. However, in its included paper on the reproduction of the ABC, the authors state: > > ?In building add-subtract modules, we found the circuits very demanding of precise resistor values. We have evidence that Berry hand-selected resistors from bins until he found ones that worked, and we attempted the same tactic. In measuring the characteristics of 10% resistors, we discovered the distribution about the nominal value shown in Fig. 3. (It?s a graph of a bell curve between -10% and 10% with a big notch in the center of the curve). Apparently, the manufacturer had already segregated the resistors close to nominal value. Hence, we found it necessary to use 1% tolerance resistors.? > > So, here?s a 14 gate, multistage, direct coupled vacuum tube circuit that apparently requires various hand-selected values of 1% resistors to work properly. Whew!!! I think I?m going to start with something a great deal simpler, like a single flip flop or astable multivibrator using an inexpensive 9-pin miniature dual triode at low voltages to see if I can even get that to work. > > The other factor ... this was a proof of concept here. OK , it worked We got our Grant, Fame,PHD what ever and it shelved as it was for achademic use only. Like Zuse, and the other computer-calculators of the time had paractical problems to solve. The other minor factor ... solid state diodes did not happen untill about the middle of WWII. Ben, From wdonzelli at gmail.com Thu Aug 21 22:36:30 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Thu, 21 Aug 2008 23:36:30 -0400 Subject: Wanted: vacuum tube logic circuits In-Reply-To: <87632.96739.qm@web50502.mail.re2.yahoo.com> References: <200808212131.m7LLVl4g073787@dewey.classiccmp.org> <87632.96739.qm@web50502.mail.re2.yahoo.com> Message-ID: > The two I'd _really_ love to see even if they didn't have info I could actually use are: > > 31P2-2FSQ7-142 Maintenance Techniques and Procedures of Central Computer for AN/FSQ-7, Combat Direction Central > 31P2-2FSQ7-212 Schematics for Central Computer of AN/FSQ-7, Combat Direction Central > > Unfortunately, they aren't on Bitsavers. I wonder if these were classified TOs. They most certainly were, but SAGE docs were declassified very quickly from Confidential to Restricted to nothing. My SAGE docs were all clear by at latest 1970. -- Will From wdonzelli at gmail.com Thu Aug 21 22:38:05 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Thu, 21 Aug 2008 23:38:05 -0400 Subject: Wanted: vacuum tube logic circuits In-Reply-To: <735787.73259.qm@web50509.mail.re2.yahoo.com> References: <200808212131.m7LLVl4g073787@dewey.classiccmp.org> <735787.73259.qm@web50509.mail.re2.yahoo.com> Message-ID: > Unfortunately, according to the TOC available at the link below, it doesn't have anything specific about tube logic circuits, but it certainly does look like a goldmine of electron tube technical data: > > http://www.pmillett.com/Books/intro_RDH4.pdf You will likely have more luck finding stuff in the trade rags and Proceedings of the era. -- Will From wdonzelli at gmail.com Thu Aug 21 22:48:21 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Thu, 21 Aug 2008 23:48:21 -0400 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <48AE31FB.6000905@jetnet.ab.ca> References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <48AE31FB.6000905@jetnet.ab.ca> Message-ID: > The other minor factor ... solid state diodes did not happen untill about > the middle of WWII. Yes, and they sucked anyway. Still, if there was enough money behind a computer project, I bet RCA or Sylvania could have been convinced to make a run of diode gating tubes using 6H6 elements. -- Will From mloewen at cpumagic.scol.pa.us Thu Aug 21 22:51:13 2008 From: mloewen at cpumagic.scol.pa.us (Mike Loewen) Date: Thu, 21 Aug 2008 23:51:13 -0400 (EDT) Subject: Wanted: vacuum tube logic circuits In-Reply-To: <87632.96739.qm@web50502.mail.re2.yahoo.com> References: <87632.96739.qm@web50502.mail.re2.yahoo.com> Message-ID: On Thu, 21 Aug 2008, William Blair wrote: > The two I?d _really_ love to see even if they didn?t have info I could actually use are: > > 31P2-2FSQ7-142 Maintenance Techniques and Procedures of Central Computer for AN/FSQ-7, Combat Direction Central > 31P2-2FSQ7-212 Schematics for Central Computer of AN/FSQ-7, Combat Direction Central > > Unfortunately, they aren?t on Bitsavers. I wonder if these were classified TOs. I made inquiries to MITRE within the last 2 years about any of the TOs on that list that they might have in their archives. Their reply was, they had no provisions for releasing them to the public. I even offered to visit and photograph them, but no, sorry. Mike Loewen mloewen at cpumagic.scol.pa.us Old Technology http://sturgeon.css.psu.edu/~mloewen/Oldtech/ From wdonzelli at gmail.com Thu Aug 21 22:52:40 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Thu, 21 Aug 2008 23:52:40 -0400 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <152181.58959.qm@web50504.mail.re2.yahoo.com> References: <200808211907.m7LJ6aVn069942@dewey.classiccmp.org> <152181.58959.qm@web50504.mail.re2.yahoo.com> Message-ID: > Thanks for that info and it will be interesting indeed to see if this will work. I was surprised to find nothing on low voltage tube logic when there's so much on the web about low-voltage tube audio circuits of all kinds. True, tube logic is a fairly esoteric subject with no usefulness beyond that of a novelty, but with all of the audio low voltage stuff, I'd expected some tube enthusiast somewhere to have already done something on the logic side just for the heck of it. Yes, but remember to always question the findings of a tube audio enthusiast. Yes, there are good ones, but there are a lot of flakes out there. A LOT. I invite interested parties to join the TCA (Tube Collectors Association). We have an email list, and would LOVE talk like this. The list is full of REAL tube men - the guys that were there. -- Will From wdonzelli at gmail.com Thu Aug 21 22:57:54 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Thu, 21 Aug 2008 23:57:54 -0400 Subject: Wanted: vacuum tube logic circuits In-Reply-To: References: <87632.96739.qm@web50502.mail.re2.yahoo.com> Message-ID: > I made inquiries to MITRE within the last 2 years about any of the TOs on > that list that they might have in their archives. Their reply was, they had > no provisions for releasing them to the public. I even offered to visit and > photograph them, but no, sorry. I run into this ALL the time talking to old timers. They insist what they worked on was TOP SECRET and that they will be shot if they even mention a vague detail. Just try convincing them that their project was declassified 30 years ago... Then again, if nobody bothered to tell them, being shot is a good reason to keep your mouth shut until the coffin lid closes. -- Will From wdonzelli at gmail.com Thu Aug 21 23:07:19 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Fri, 22 Aug 2008 00:07:19 -0400 Subject: Wanted: vacuum tube logic circuits In-Reply-To: <48ADB4D0.12652.16B6B53F@cclist.sydex.com> References: <48ADAF17.9000508@bitsavers.org> <48ADB4D0.12652.16B6B53F@cclist.sydex.com> Message-ID: > Indeed, the first computer circuits I remember purchasing used dual- > triode submini tubes with wire leads--ISTR 6 of them per PCB. I > bought them for the tubes used as VHF amplifiers--and the silvered > mica caps on the boards. The tubes themselves were mounted on metal > plates on either side of the PCB and in spring clips and had round > bases, not the flat ones that you'd find in a Pixie radio (my first > 2N109 went into a socket scavenged from one of those). Most likely > from some military gear. AN/UPA-24 SIF decoder, maybe. One of these days I will get a complete all tube IFF SIF set working. Hey, its octal, so its cool. -- Will From hilpert at cs.ubc.ca Fri Aug 22 00:37:37 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Thu, 21 Aug 2008 21:37:37 -0800 Subject: Schematics of Atanasoff-Berry Computer logic circuits? References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <48AE31FB.6000905@jetnet.ab.ca> Message-ID: <48AE50A1.9E3C365F@cs.ubc.ca> "bfranchuk at jetnet.ab.ca" wrote: > The other factor ... this was a proof of concept here. OK , it worked > We got our Grant, Fame,PHD what ever and it shelved as it was for > achademic use only. That is a gross misrepresentation of Atanasoff's objectives. He was attempting to produce a functioning computing machine to support his 'real' research objectives (climate modelling, IIRC). It may have been ambitious in that he wasn't an EE by background, and it may not have been entirely successful, but it was not a vanity project. He had nowhere near the resources or audience of other computing projects of the period such as the Stibitz/Bell relay calculator, Harvard Mark 1, ENIAC or SSEC. (TMK) He already had a PhD. Fame didn't enter the picture until decades later and unintentionally at that. From cclist at sydex.com Thu Aug 21 23:43:38 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 21 Aug 2008 21:43:38 -0700 Subject: Wanted: vacuum tube logic circuits In-Reply-To: References: <48ADAF17.9000508@bitsavers.org>, <48ADB4D0.12652.16B6B53F@cclist.sydex.com>, Message-ID: <48ADE18A.9077.17656D32@cclist.sydex.com> On 22 Aug 2008 at 0:07, William Donzelli wrote: > AN/UPA-24 SIF decoder, maybe. Got a photo of one or a part thereof? I'd still recognize it after these 40+ years... Cheers, Chuck From hilpert at cs.ubc.ca Fri Aug 22 00:45:35 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Thu, 21 Aug 2008 21:45:35 -0800 Subject: Schematics of Atanasoff-Berry Computer logic circuits? References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <48AE31FB.6000905@jetnet.ab.ca> Message-ID: <48AE527F.9F95BA5C@cs.ubc.ca> William Donzelli wrote: > > > The other minor factor ... solid state diodes did not happen untill about > > the middle of WWII. > > Yes, and they sucked anyway. Just a datapoint I'm aware of: within a few years (late 40's) Whirlwind used 'crystal diodes' in the 'control matrix'. > Still, if there was enough money behind a computer project, I bet RCA > or Sylvania could have been convinced to make a run of diode gating > tubes using 6H6 elements. (There was a triple diode released in the 50s or 60s) From wdonzelli at gmail.com Thu Aug 21 23:55:31 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Fri, 22 Aug 2008 00:55:31 -0400 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <48AE527F.9F95BA5C@cs.ubc.ca> References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <48AE31FB.6000905@jetnet.ab.ca> <48AE527F.9F95BA5C@cs.ubc.ca> Message-ID: > Just a datapoint I'm aware of: within a few years (late 40's) Whirlwind used > 'crystal diodes' in the 'control matrix'. By the late 1940s, crystal diodes were much better animals. > (There was a triple diode released in the 50s or 60s) 6JU8? The Bridge-in-a-bottle? Moot by then. -- Will From cclist at sydex.com Fri Aug 22 00:15:56 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 21 Aug 2008 22:15:56 -0700 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: References: <152181.58959.qm@web50504.mail.re2.yahoo.com>, <48AE31FB.6000905@jetnet.ab.ca>, Message-ID: <48ADE91C.11014.1782FDEE@cclist.sydex.com> On 21 Aug 2008 at 23:48, William Donzelli wrote: > Yes, and they sucked anyway. 1N21s could be pretty touchy mechanically and not at all uniform. As a "microwave diode", I don't think they would have even been considered for digital logic. They weren't the first packaged solid-state diode. Copper-oxide rectifiers were around since the 1920's, but have lousy reverse- voltage ratings (are they still used in the Simpson 260 VOM?). Selenium rectifiers were around a short time before the war, but not popular till afterward (I can still recall the smell of a failing one). Cheers, Chuck From hilpert at cs.ubc.ca Fri Aug 22 01:17:52 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Thu, 21 Aug 2008 22:17:52 -0800 Subject: Schematics of Atanasoff-Berry Computer logic circuits? References: <774132.45156.qm@web50502.mail.re2.yahoo.com> <48ADDB00.E245C770@cs.ubc.ca> <082120082110.7646.48ADD9AE000E428000001DDE22230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> Message-ID: <48AE5A10.F7C0DB27@cs.ubc.ca> "Brian L. Stuart" wrote: > > > Straying completely away from technical issues, and I'm somewhat loath to > > mention this, but the animosity engendered by the early-70s court battle > > continues decades later. The somewhat nasty inter-personal battle > > found it's way into the Amazon book reviews as recently as 2004. > > Another bizarre twist in the ENIAC patent saga on the legal/social side. > > Indeed it does. Back when I was at Purdue, I knew Saul Rosen who > went WAY back. He referred to the push to prioritize Atanasoff > as the cult of Atanasoff. But it's so clear that this weird saga > really is about the legal/social and not the technical. Both > groups innovated in different ways and both are important to > study to get a good picture of history and of the evolution > in design. Everyone had to address the fundamental question > of memory. Eckert and Mauchley knew that it was an eventual > issue; Eckert wrote a paper (in 1944 IIRC) where he described > a magnetic disk (and even suggested a stored program on it). > But in the ENIAC, they largely punted on the question of memory. > But Atanasoff's rotating capacitor drum really does stand > out as an innovation in memory design. Even if it wouldn't > scale well, the rotating, regenerative memory structure is > very similar in concept to the recirculating, regenerative > delay line memories, like that used in the UNIVAC I. > > > around with, but the implemention of tube logic can be problematic or > > unreliable, at least in the way the ABC tried to implement both NAND and NOR > > gates with resistive input circuitry. > > This is the sort of thing that led Eckert to remark that the processing > part of the ABC would never have been particularly reliable. His > design for the ENIAC was radically different. It bore much similarity > to his earlier experience in tube-based counters. And his design > techniques were the only reason a machine with 18,000 tubes could > be expected to operate for any time at all. (No doubt. I haven't seen a lot of the ENIAC electronic design but it certainly was unusual with the stacked tubes and multiple B+ levels. At one time I was hoping to get my hands on a full ENIAC description, even if short of the complete schematics, to write a graphical simulation, and then define a language and write a compiler that would output a program wiring list to configure the simulator.) > Ultimately, we can see seeds of future technology in both machines, > but neither machine bore much resemblance to what came after either > in terms of architecture or the design of basic functional elements. (I wish I could compose prose as quickly as you came back with that considered response.) My sentiments are similar overall, and I'll guess that most people of a technical background who have followed or examined the saga are so inclined. The nature of the patent/legal system, declaring one-and-only-one 'first' without consideration of portion, and the money imperative, perhaps engenders the sort of animosity that resulted. For example, Atanasoff is justly feted for implementing the principles of binary arithmetic/logic in electronics in the ABC, as opposed to using the counter techniques for arithmetic that ENIAC and others used, but is that more significant than Shannon's 1930s paper that formally described relay system design in terms of binary logic? I don't know if that paper influenced Atanasoff, but in terms of principles the one could be said to follow from the other. All these things are contributions and steps. -- Shannon should be more recognised in the public sphere I believe, his contributions are well known and considered inside the field of information technology of course (although you can find millions of people in the field who don't have a clue), but he should have the public stature of Einstein regarding influence and consequence to modern technology and society. Another one of my pipe dreams is to produce an understandable-by-the-lay-person documentary/educational feature about Shannon's concepts and their wide-ranging impact across the fields of science and society. From cclist at sydex.com Fri Aug 22 00:26:43 2008 From: cclist at sydex.com (Chuck Guzis) Date: Thu, 21 Aug 2008 22:26:43 -0700 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <152181.58959.qm@web50504.mail.re2.yahoo.com> References: <200808211907.m7LJ6aVn069942@dewey.classiccmp.org>, <152181.58959.qm@web50504.mail.re2.yahoo.com> Message-ID: <48ADEBA3.13994.178CDB1F@cclist.sydex.com> On 21 Aug 2008 at 20:13, William Blair wrote: > Going to the low plate voltage is a nice idea from a practical view but I > wonder if it may compound issues of point 2 above. It will reduce the voltage > shift between the plate and grid circuits that needs to be accomplished, but it > may also reduce the voltage swing between the 0/1 logic levels. How it works > out in the balance will be interesting. Just before transistors began to be used in auto radios, "space charge" tubes made a brief appearance, running their plates and heaters from the 12v battery. No vibrator supply. Some of the earliest transistor designs used a transistor only in the audio output stage, among them the Delco "Wonder Bar" models. Jeff Duntemann has a nice page on this stuff, along with datasheets: http://www.duntemann.com/12vtubes/12vtubesindex.htm Cheers, Chuck From hilpert at cs.ubc.ca Fri Aug 22 01:39:44 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Thu, 21 Aug 2008 22:39:44 -0800 Subject: Schematics of Atanasoff-Berry Computer logic circuits? References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <48AE31FB.6000905@jetnet.ab.ca> <48AE527F.9F95BA5C@cs.ubc.ca> Message-ID: <48AE5F30.B5A6C610@cs.ubc.ca> William Donzelli wrote: > > > Just a datapoint I'm aware of: within a few years (late 40's) Whirlwind used > > 'crystal diodes' in the 'control matrix'. > > By the late 1940s, crystal diodes were much better animals. > > > (There was a triple diode released in the 50s or 60s) > > 6JU8? The Bridge-in-a-bottle? Flipping through the 1960 RCA tube manual.. things like the 6BC7 or 6BJ7 independant triple-diodes (intended for FM disc. and color TVs .. signal diodes), noval base. I'm noticing there are some interesting tubes such as the 6BN8 (fully independant twin-diode-and-a-triode) that might be turned into 2-input diode-logic gates. 6JU8 isn't here, must be later. > Moot by then. ..yes From hilpert at cs.ubc.ca Fri Aug 22 02:29:11 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Thu, 21 Aug 2008 23:29:11 -0800 Subject: Schematics of Atanasoff-Berry Computer logic circuits? References: <200808211907.m7LJ6aVn069942@dewey.classiccmp.org>, <152181.58959.qm@web50504.mail.re2.yahoo.com> <48ADEBA3.13994.178CDB1F@cclist.sydex.com> Message-ID: <48AE6AC8.D02A8C5@cs.ubc.ca> Chuck Guzis wrote: > > Just before transistors began to be used in auto radios, "space > charge" tubes made a brief appearance, running their plates and > heaters from the 12v battery. No vibrator supply. Some of the > earliest transistor designs used a transistor only in the audio > output stage, among them the Delco "Wonder Bar" models. I remember working on, or dismantling, some of those as a little kid. Memorable for the absence of hi-V supply, hybrid design, the big heat sink for the transistor and the oddball case style of some of the transistors (some were TO-3 but there was another "big-button" style that I don't know the designation of). From gordon at gjcp.net Thu Aug 21 04:35:10 2008 From: gordon at gjcp.net (Gordon J. C. Pearce) Date: Thu, 21 Aug 2008 10:35:10 +0100 Subject: OT: Microsoft crazy academic deal In-Reply-To: <200808202114977.SM00636@[63.69.23.239]> References: <200808202114977.SM00636@[63.69.23.239]> Message-ID: <1219311311.6798.15.camel@kusanagi> On Thu, 2008-08-21 at 01:14 +0000, tonym wrote: > No need to curse - what kind of upbringing did YOU have? You should be glad *I* am not a list mod. > You'd be banned already. > I don't really think anyone wants to read your filth. Grow up. Seriously. Personally I'd have banned him for the asterisks, not the word - if you're going to swear, do it properly. Gordon From snhirsch at gmail.com Thu Aug 21 07:04:23 2008 From: snhirsch at gmail.com (Steven Hirsch) Date: Thu, 21 Aug 2008 08:04:23 -0400 (EDT) Subject: Mindset hard disk interface In-Reply-To: References: Message-ID: On Wed, 20 Aug 2008, Tony Duell wrote: >> Mindset Host Adapter Interface Module >> Mindset Hard Disk Cartridge >> >> The former has a bus connector at one end and a DB37F on the other. No > > Surely you mean DC37F? Yes, yes, yes... Picky, picky :-). >> disk controller chip, just a bunch of TTL logic. I'm guessing either a >> proprietary bus or SCSI managed in software (a la Apple 2 Sider). > > I;'ve never seen this machine, and know nothing about it, but another > common-ish possibility at one time was an interface to a WD1001-type of > controller (basically, 8 bit data bus, 3 address lines (IIEC), > read/write/select signals, etc) Yes, thanks for reminding me of that! You may be quite correct. I think I have a scrapped Keypro 10 in the garage that I can pull a WD1001 out of if worse comes to worse. Steve -- From mouse at Rodents-Montreal.ORG Thu Aug 21 10:15:11 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Thu, 21 Aug 2008 11:15:11 -0400 (EDT) Subject: PC keyboards In-Reply-To: <48AD7328.80400@gmail.com> References: <48AAD08E.80800@gmail.com><031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> <48AC89A9.7040200@arachelian.com> <48AD7328.80400@gmail.com> Message-ID: <200808211516.LAA14437@Sparkle.Rodents-Montreal.ORG> > I don't think I've ever met anyone who likes a trackpad after using > one of the mouse nipples. Perhaps not, but such people exist. I'm one, for example. /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From ken.rauhala at nokia.com Thu Aug 21 10:18:28 2008 From: ken.rauhala at nokia.com (ken.rauhala at nokia.com) Date: Thu, 21 Aug 2008 10:18:28 -0500 Subject: Free DECMATE (now gone) Message-ID: <889E22FD2A94F14DA52BD0DBBC145457048E3FAB@daebe102.NOE.Nokia.com> I posted this yesterday to this list, the system is now with a new owner, saved from the dump!! ken From mouse at Rodents-Montreal.ORG Thu Aug 21 10:19:56 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Thu, 21 Aug 2008 11:19:56 -0400 (EDT) Subject: Closed vs. open source timeline. In-Reply-To: <20080821152704.J12987@plum.flirble.org> References: <20080821152704.J12987@plum.flirble.org> Message-ID: <200808211522.LAA14517@Sparkle.Rodents-Montreal.ORG> > Does anyone know if the history of closed/unavailable vs. > open/available source is documented anywhere? Ideally in a book or > journal that can be properly referenced. I don't know, but it's not quite as simple as closed/unavailable vs open/available. For example, back in the '80s I was at a research lab in academia that ran VMS. We had the VMS source on microfiche, and indeed I used it to write patches for command-line editing (this was before DCL grew command-line editing of its own) - indeed, my patches grew big enough to break PATCH; I had to split my patch into two patches. But I would never say the source was "open", especially given what that generally means today. /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From mouse at Rodents-Montreal.ORG Thu Aug 21 10:27:17 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Thu, 21 Aug 2008 11:27:17 -0400 (EDT) Subject: First Northern Germany DECnet Party In-Reply-To: References: <18604.22882.420847.618886@gargle.gargle.HOWL> <48AC5C6D.5010505@gmail.com> <18605.33467.578977.132555@pkoning-laptop.equallogic.com> Message-ID: <200808211530.LAA14646@Sparkle.Rodents-Montreal.ORG> >> Contrary to what's often written, DECnet always was an open >> protocol, which everyone was free to implement. > Very true. Speaking of which, what's the current DECnet phase? I have some DECnot docs for Phase IV which I fetched in 2001, but before I start doing anything with them I'd like to make sure they're the latest. socket(AF_DECnet,...) here I come! :-) No, I don't know whether I'll actually get anywhere, but it will surely be interesting. /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From philip at axeside.co.uk Thu Aug 21 14:34:30 2008 From: philip at axeside.co.uk (Philip Belben) Date: Thu, 21 Aug 2008 20:34:30 +0100 Subject: Book offer In-Reply-To: <20080820131925.I59653@shell.lmi.net> References: <200808201311.02286.rtellason@verizon.net> <20080820131925.I59653@shell.lmi.net> Message-ID: <48ADC346.2060006@axeside.co.uk> >> I have sitting here in front of me a book, "Assembler for COBOL Programmers", >> by one Hank Murphy. "MVS" and "VM" also appear on the cover. Copyright date >> is 1991. ISBN and other whatnot or more details available on request. > > Is it about intel x86 assembly language, or mainframe (360?) assembler? MVS (Multiple Virtual Storage) and VM (Virtual Machine) were S/370 things, iirc, not S/360. (And certainly not 80x86!) In fact I think MVS needed something quite big like a 3081 to run it. 370/XA? Philip. From mouse at Rodents-Montreal.ORG Thu Aug 21 14:55:28 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Thu, 21 Aug 2008 15:55:28 -0400 (EDT) Subject: More ETH Lilith goodies available In-Reply-To: References: Message-ID: <200808211957.PAA17566@Sparkle.Rodents-Montreal.ORG> >> Still lots of difficult ( for me) X11 coding to be done, [...] > I would recommend using wxWidgets as your > GUI layer. If you still want to write directly atop Xlib, for any reason, I can perhaps help; I've done a fair bit of X code using nothing above Xlib. (Yes, I know the Henry Spencer quote. I disagree with him.) /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From julianskidmore at yahoo.com Thu Aug 21 16:10:52 2008 From: julianskidmore at yahoo.com (Julian Skidmore) Date: Thu, 21 Aug 2008 14:10:52 -0700 (PDT) Subject: More ETH Lilith goodies available Message-ID: <312967.56292.qm@web37105.mail.mud.yahoo.com> bfranchuk wrote: > I want to cry out ... Real hardware I want It. > Can new bit slice version of the hardware be built? The real problem is building an authentic Lilith with today's hardware. For example, I can't yet track down a supplier of a 2901 - AMD don't make them, Signetics don't, Cypress semiconductor don't seem to. Does anyone still make them? So, then you're left with 3 choices: * Build a Lilith out of TTL. * Build a Lilith using an FPGA. * Build it using a Microcontroller. The TTL solution is crazy - even ETH didn't have to do that. The FPGA solution isn't bad, you could probably do it with a smallish FPGA to handle the micromachine and some Flash chips for the Microprogram (2x8-bitx128K would have sufficient bandwidth). But it won't feel very authentic looking at a single chip with 200+ pins. So you might as well do a firmware emulation using a humble MCU. An Arm-based one would be fast enough and could drive a display in real-time. > Also did any of the 'Wirth' languages have plans > for 32 bit data and adresses? Yes. The Ceres-1, 2 and 3 workstations were 32-bit. Personally I find 16-bit more interesting, more of a challenge. And it's surprising how hard it would be to create a 16-bit self-hosted computer today. 16-bit compilers seem to be MIA or too big to be run on a 16-bit CPU. Even Bill-Buzbee's Magic-1 doesn't self-host. That's one of the other interesting features of Lilith, its Modula-2 compiler is powerful enough to develop entire systems and it *can* self-host. In theory you could expand a Lilith to cope with, say, 16Mb of code, just by extending its base registers (F, G, L, H etc) to 256b boundaries (that wouldn't help much with data access though, since Lilith shares a single 64KW address space amongst all processes and programs). -cheers from Julz @P From philip at axeside.co.uk Thu Aug 21 15:06:48 2008 From: philip at axeside.co.uk (Philip Belben) Date: Thu, 21 Aug 2008 21:06:48 +0100 Subject: PC keyboards In-Reply-To: <200808201610.39372.rtellason@verizon.net> References: <48AAD08E.80800@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> <200808201610.39372.rtellason@verizon.net> Message-ID: <48ADCAD8.5040304@axeside.co.uk> > Speaking of key tops, most of what I've seen out there is one bit of plastic > keycap, but this IBM I'm typing on seems to have a two-part approach to > things. I know this because the "-" key on the numeric pad is missing the > upper portion, the one with the "-" on it, so what's there is both a " " > key and also smaller than all the rest of them. I had a look, and I'm afraid not. However, I can offer you any of the following: just e-mail me your postal address off-list. "-" with a shift of "=", off-white Totally blank, grey "Field -", grey. These interchangeable keykaps were used on a lot of IBM keyboards in the late '80s. On the PC, I think they came in with the enhanced AT keybaord; my PS/2 keyboards have them; and I think some 319x terminals had them. The nice feature was that you could do make international keyboards with fewer parts, since the keycaps were all mechanically identical; they didn't change shape with the rake of the keyboard the way the underlying keys did. Many years ago I picked up a keybaord at a car boot sale. It belonged to a terminal of some description. It sat around my computer room getting tripped over and falling off things until it was so badly damaged I didn't think it worth keeping. But I kept the keycaps, several keys and a few spring/flappy bit subassemblies. Philip. From tom at arlglobal.com Thu Aug 21 23:32:41 2008 From: tom at arlglobal.com (Thomas A. McLeary) Date: Fri, 22 Aug 2008 00:32:41 -0400 Subject: Stellar GS-1000 Graphics Computer Message-ID: <79D1C9BC7D11447EB7BD346F4A0C616D@noc.onenetforall.net> Hello, I came across a post you made from 2005 about a Stellar GS-1000 that you were giving away. I've been collecting vintage machines that I've encountered over the years and I'm curious if you disposed of it or by some rare chance you still have it. Thanks! -Tom From mouse at Rodents-Montreal.ORG Fri Aug 22 00:43:39 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Fri, 22 Aug 2008 01:43:39 -0400 (EDT) Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <48ADEB63.1BDF4F81@cs.ubc.ca> References: <20080821202333.0g523ez9sgc8sg8g@webmail.izone.at> <48ADEB63.1BDF4F81@cs.ubc.ca> Message-ID: <200808220545.BAA25836@Sparkle.Rodents-Montreal.ORG> > It is not simply a swap of transistors for vacuum tubes, they are > fundamentally different approaches to gate design, at least if we're > talking about the common families of RTL ICs (that I've seen internal > schematics for). Well, for one thing, isn't RTL generally bipolar junction transistors? Vacuum tubes are operationally more like FETs than they are like BJTs. (A BJT is current control, current output, whereas a FET or vacuum tube is voltage control, current output.) /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From hilpert at cs.ubc.ca Fri Aug 22 03:11:09 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Fri, 22 Aug 2008 00:11:09 -0800 Subject: Book offer References: <200808201311.02286.rtellason@verizon.net> <20080820131925.I59653@shell.lmi.net> <48ADC346.2060006@axeside.co.uk> Message-ID: <48AE749D.2447D594@cs.ubc.ca> Philip Belben wrote: > > >> I have sitting here in front of me a book, "Assembler for COBOL Programmers", > >> by one Hank Murphy. "MVS" and "VM" also appear on the cover. Copyright date > >> is 1991. ISBN and other whatnot or more details available on request. > > > > Is it about intel x86 assembly language, or mainframe (360?) assembler? > > MVS (Multiple Virtual Storage) and VM (Virtual Machine) were S/370 > things, iirc, not S/360. (And certainly not 80x86!) In fact I think > MVS needed something quite big like a 3081 to run it. 370/XA? Somewhere, years ago, I got the impression that VM started as an internal product during 360 development to allow multiple software development teams to have their 'own' machine without having to supply all of them with real hardware, and then found it's way out into customer use. (.. vague memory, so don't take it as too strong an assertion). From hilpert at cs.ubc.ca Fri Aug 22 03:28:43 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Fri, 22 Aug 2008 00:28:43 -0800 Subject: Schematics of Atanasoff-Berry Computer logic circuits? References: <20080821202333.0g523ez9sgc8sg8g@webmail.izone.at> <48ADEB63.1BDF4F81@cs.ubc.ca> <200808220545.BAA25836@Sparkle.Rodents-Montreal.ORG> Message-ID: <48AE78BC.23B9D346@cs.ubc.ca> der Mouse wrote: > > > It is not simply a swap of transistors for vacuum tubes, they are > > fundamentally different approaches to gate design, at least if we're > > talking about the common families of RTL ICs (that I've seen internal > > schematics for). > > Well, for one thing, isn't RTL generally bipolar junction transistors? > Vacuum tubes are operationally more like FETs than they are like BJTs. > (A BJT is current control, current output, whereas a FET or vacuum tube > is voltage control, current output.) Yes, there is that distinction, but by the time you put both into full circuits with current limiting resistors for the bipolar trans and bias resistors for the tubes, where there is current there is voltage drop and where there is voltage there is current flow, so I wouldn't characterise it as the primary distinction. The structural/configuration difference between the two is more significant, if one looks at schematics of the two gate designs. From wdonzelli at gmail.com Fri Aug 22 07:57:50 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Fri, 22 Aug 2008 08:57:50 -0400 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <48AE5F30.B5A6C610@cs.ubc.ca> References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <48AE31FB.6000905@jetnet.ab.ca> <48AE527F.9F95BA5C@cs.ubc.ca> <48AE5F30.B5A6C610@cs.ubc.ca> Message-ID: > Flipping through the 1960 RCA tube manual.. things like the 6BC7 or 6BJ7 > independant triple-diodes (intended for FM disc. and color TVs .. signal > diodes), noval base. I forgot about those - dumb of me, as I have about 100 or so of the things. > I'm noticing there are some interesting tubes such as the > 6BN8 (fully independant twin-diode-and-a-triode) that might be turned into > 2-input diode-logic gates. It appears that none of these designs ever had computer rated variants. -- Will From silent700 at gmail.com Fri Aug 22 08:10:33 2008 From: silent700 at gmail.com (Jason T) Date: Fri, 22 Aug 2008 08:10:33 -0500 Subject: PC keyboards In-Reply-To: <200808211516.LAA14437@Sparkle.Rodents-Montreal.ORG> References: <48AAD08E.80800@gmail.com> <031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> <48AC89A9.7040200@arachelian.com> <48AD7328.80400@gmail.com> <200808211516.LAA14437@Sparkle.Rodents-Montreal.ORG> Message-ID: <51ea77730808220610k16034b28t96dbc7ee4a1b6b35@mail.gmail.com> On Thu, Aug 21, 2008 at 10:15 AM, der Mouse wrote: >> I don't think I've ever met anyone who likes a trackpad after using >> one of the mouse nipples. > > Perhaps not, but such people exist. I'm one, for example. Yeah, I'd rather use a real mouse over either, but I'd have to go for the trackpad. The nub is just too small to be properly responsive, I guess. That and I always end up thumbing a key when I'm trying to use it. Trackpad has its own problems, of course. Surprised no one has mentioned the third built-in pointer variant of the Model M - the one with the tiny trackball in the upper right corner. I've got one somewhere. It's pretty useless, too. From schwepes at moog.netaxs.com Fri Aug 22 08:43:38 2008 From: schwepes at moog.netaxs.com (schwepes at moog.netaxs.com) Date: Fri, 22 Aug 2008 09:43:38 -0400 (EDT) Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <48AE31FB.6000905@jetnet.ab.ca> <48AE527F.9F95BA5C@cs.ubc.ca> <48AE5F30.B5A6C610@cs.ubc.ca> Message-ID: Computer grade tubes did have to be tougher by far than the signal amplifiers. ENIAC had a problem with burning out tubes rather quickly because of that issue. Transisters were probably adapted much more quickly in switching networks than in signal processing for that reason and because no extra work had to be done to handle the stray capacitances that tubes suffer from. Transisters in signal processing had not yet achieved a state of the art that lent them to be used for much beyond those rather tinny sounding transister radios by 1960. I remember a book in the Old Dominion University library with a printing date of 1954 that showed practical schematics for vacuum tube logic gates with the necessary ancillary passive components. Like RTL but with more capacitors. bs On Fri, 22 Aug 2008, William Donzelli wrote: > > Flipping through the 1960 RCA tube manual.. things like the 6BC7 or 6BJ7 > > independant triple-diodes (intended for FM disc. and color TVs .. signal > > diodes), noval base. > > I forgot about those - dumb of me, as I have about 100 or so of the things. > > > I'm noticing there are some interesting tubes such as the > > 6BN8 (fully independant twin-diode-and-a-triode) that might be turned into > > 2-input diode-logic gates. > > It appears that none of these designs ever had computer rated variants. > > -- > Will > From Paul_Koning at Dell.com Fri Aug 22 08:52:32 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Fri, 22 Aug 2008 09:52:32 -0400 Subject: PC keyboards References: <48AAD08E.80800@gmail.com> <031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> <48AC89A9.7040200@arachelian.com> <48AD7328.80400@gmail.com> <18605.30390.441104.513452@pkoning-laptop.equallogic.com> <48ADC997.9080608@oldskool.org> Message-ID: <18606.50336.901524.481038@gargle.gargle.HOWL> >>>>> "Jim" == Jim Leonard writes: Jim> Paul Koning wrote: >> Because your guess is mistaken. There certainly are people (I'm >> one of them) who have use the "eraser head" thing in the past and >> refuse ever to use it again in the future. Jim> Just out of curiosity, was your first one an IBM model or some Jim> other model? I ask because the IBM ones have always had Jim> consistent performance from model to model, whereas the ones I Jim> saw on Toshiba machines 7+ years ago were TERRIBLE to use (very Jim> mushy, non-linear response, etc.). Jim> My guess is that, if you truly hate it, you might not have Jim> started on a true IBM one. I think the first one may have been on a NEC PC, but I've used the IBM ones, too. There may be gradations of horribleness, but the basic conclusion remains the same. On the other hand, it's clear that a fair percentage of people like the things. That's why there is a choice. Choice is good... Some PCs even come with both (my current Dell PC, for example). One option I haven't seen in many years: my first laptop (NEC) had a trackball mounted in the front edge of the case. Very easy to operate with your thumb while the rest of the hand is on the keyboard. But after that one model I haven't seen it since. paul From jules.richardson99 at gmail.com Fri Aug 22 08:54:07 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Fri, 22 Aug 2008 08:54:07 -0500 Subject: PC keyboards In-Reply-To: <51ea77730808220610k16034b28t96dbc7ee4a1b6b35@mail.gmail.com> References: <48AAD08E.80800@gmail.com> <031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> <48AC89A9.7040200@arachelian.com> <48AD7328.80400@gmail.com> <200808211516.LAA14437@Sparkle.Rodents-Montreal.ORG> <51ea77730808220610k16034b28t96dbc7ee4a1b6b35@mail.gmail.com> Message-ID: <48AEC4FF.7010507@gmail.com> Jason T wrote: > Surprised no one has mentioned the third built-in pointer variant of > the Model M - the one with the tiny trackball in the upper right > corner. I've got one somewhere. It's pretty useless, too. I had one of those Toshiba laptops with the pull-out trackball at the front of the machine - an incredibly useless feature due to the placement (I think earlier Toshibas had them on the side - which was fine if they were on the correct side for the user, I suppose). cheers J. From jules.richardson99 at gmail.com Fri Aug 22 08:56:26 2008 From: jules.richardson99 at gmail.com (Jules Richardson) Date: Fri, 22 Aug 2008 08:56:26 -0500 Subject: PC keyboards In-Reply-To: <48ADC9DF.6070709@oldskool.org> References: <48AAD08E.80800@gmail.com><031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> <48AC89A9.7040200@arachelian.com> <48AD7328.80400@gmail.com> <48AD8E81.6040704@dunnington.plus.com> <48ADC9DF.6070709@oldskool.org> Message-ID: <48AEC58A.6080009@gmail.com> Jim Leonard wrote: > Funny, I hate trackpads because I'm always moving the cursor -- because, > call me crazy, I like to rest my hands sometimes and inevitably put my > palm on the trackpad and cause the cursor to go nuts. Me too. Plus in usage no matter how much I play with the settings I can't ever seem to get them to a point where they don't register a movement as a mouse click every once in a while. cheers Jules From Paul_Koning at Dell.com Fri Aug 22 09:03:26 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Fri, 22 Aug 2008 10:03:26 -0400 Subject: Wanted: vacuum tube logic circuits References: <200808211700.m7LH05p0066974@dewey.classiccmp.org> <48AD5132.17890.15319821@cclist.sydex.com> <200808211756.03115.rtellason@verizon.net> <48ADA198.28436.166BA483@cclist.sydex.com> Message-ID: <18606.50990.187844.41028@gargle.gargle.HOWL> >>>>> "Chuck" == Chuck Guzis writes: Chuck> Is the calculator article. Regarding other DIY, I remember a Chuck> morse- code typewriter that used microswitches as keys, but Chuck> not much else. I think it probabaly used diodes and relays. I don't remember relay based Morse code typewriters. Then again, there were the McElroy (and probably others) Morse code puched tape machines ("Wheatstone" code, two tracks) that were probably all mechanical, sort of like an ASR33 (but harder because of the variable length code). Somewhere in the late 1960s there were articles in QST showing electronic morse code keyboards. The first one I saw used ferrite rings as a combination ROM (like "rope memory") and shift register. The second one used ferrite rings as ROM but RTL logic ICs (Fairchild uL714, uL723) for the state machine. Diode ROM would be easy (it may have been done) and relays instead of RTL is also clearly possible but I don't remember seeing it. paul, ni1d From Paul_Koning at Dell.com Fri Aug 22 09:15:30 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Fri, 22 Aug 2008 10:15:30 -0400 Subject: Schematics of Atanasoff-Berry Computer logic circuits? References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <48AE31FB.6000905@jetnet.ab.ca> <48ADE91C.11014.1782FDEE@cclist.sydex.com> Message-ID: <18606.51714.428850.792129@gargle.gargle.HOWL> >>>>> "Chuck" == Chuck Guzis writes: Chuck> 1N21s could be pretty touchy mechanically and not at all Chuck> uniform. As a "microwave diode", I don't think they would Chuck> have even been considered for digital logic. Chuck> They weren't the first packaged solid-state diode. Chuck> Copper-oxide rectifiers were around since the 1920's, but have Chuck> lousy reverse- voltage ratings (are they still used in the Chuck> Simpson 260 VOM?). Selenium rectifiers were around a short Chuck> time before the war, but not popular till afterward (I can Chuck> still recall the smell of a failing one). Did Univac 1 use selenium diodes? I certainly remember them as rectifiers. My father had an article, or data sheet, describing a copper-oxide FET. The article was from well before WW2. I haven't seen it in decades, unfortunately. But that fits with a transistor timeline that showed up in this week's edition of one of the EE trade rags, which says that the FET was patented in 1925 "but never built". I wonder about the accuracy of that "never built". Or maybe vaporware was invented way back then, too? :-) paul From blstuart at bellsouth.net Fri Aug 22 09:19:40 2008 From: blstuart at bellsouth.net (Brian L. Stuart) Date: Fri, 22 Aug 2008 14:19:40 +0000 Subject: PC keyboards In-Reply-To: <48AEC58A.6080009@gmail.com> References: <48AAD08E.80800@gmail.com><031f01c9023c$9bde9a00$02fea8c0@portajara> <48AC39A5.2080307@gmail.com> <003e01c902ea$78f51420$130c010a@portajara> <48AC89A9.7040200@arachelian.com> <48AD7328.80400@gmail.com> <48AD8E81.6040704@dunnington.plus.com><48ADC9DF.6070709@oldskool.org> <48AEC58A.6080009@gmail.com> Message-ID: <082220081419.6079.48AECAFC000D0FA8000017BF22230650629B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> From: Jules Richardson > Jim Leonard wrote: > > Funny, I hate trackpads because I'm always moving the cursor -- because, > > call me crazy, I like to rest my hands sometimes and inevitably put my > > palm on the trackpad and cause the cursor to go nuts. > > Me too. Plus in usage no matter how much I play with the settings I can't ever > seem to get them to a point where they don't register a movement as a mouse > click every once in a while. These are exactly the same problems I have. I have a tendency to expect to be able to brush my finger across the touchpad rather quickly and get movement, not mouse click. I run into a similar issue with a lot of touch (capacitive I assume) control panels for things like microwaves. For some reason, the designers seem determined to expect me to hold my finger on them for longer than I naturally want to. Given that the response processing of the human brain works on a cycle of around 10Hz, they should never insist that my contact be more than 0.1S, and I would really suggest that they register a "press" at 0.01-0.05S. And using real switches doesn't necessarily fix things. Some people seem to implement debounce that expects 1/4 to a 1/2 second of contact. It makes for very painful UI. Imagine a keyboard that expected you to go that slow... BLS From Paul_Koning at Dell.com Fri Aug 22 09:27:38 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Fri, 22 Aug 2008 10:27:38 -0400 Subject: First Northern Germany DECnet Party References: <18604.22882.420847.618886@gargle.gargle.HOWL> <48AC5C6D.5010505@gmail.com> <18605.33467.578977.132555@pkoning-laptop.equallogic.com> <200808211530.LAA14646@Sparkle.Rodents-Montreal.ORG> Message-ID: <18606.52442.715425.970049@gargle.gargle.HOWL> >>>>> "der" == der Mouse writes: >>> Contrary to what's often written, DECnet always was an open >>> protocol, which everyone was free to implement. >> Very true. der> Speaking of which, what's the current DECnet phase? I have some der> DECnot docs for Phase IV which I fetched in 2001, but before I der> start doing anything with them I'd like to make sure they're the der> latest. Phase IV is the one that was all over the place. It comes in some small variants. I forgot the details of that; one of them was intended to avoid the setting of the Ethernet MAC address, to allow it to work with 802.5 NICs that didn't support this. A copy from 2001 would certainly be current. They are probably IV, not IV+, but that's fine, the two interoperate and I doubt IV+ gets you anything extra that matters. There's Phase V, also known as DECnet/OSI. That did get implemented on VMS, perhaps also on DEC's Unix, but nowhere else. And it was a commercial failure -- didn't offer anything useful over Phase IV, and wasted many years within DEC while TCP/IP won the race instead. The Phase IV specs were published and still exist on-line (along with some Phase III specs, which were also published). The intent was to do the same with the Phase V protocol specs, but as far as I can tell that never happened. It's possibly they still exist somewhere on a backup tape. (If so, making readable copies would be tricky -- most of them were created with DECwrite (I think that's the name -- the X app derived from an old snapshot of FrameMaker). paul From uban at ubanproductions.com Fri Aug 22 09:33:44 2008 From: uban at ubanproductions.com (Tom Uban) Date: Fri, 22 Aug 2008 09:33:44 -0500 Subject: classic computer parts costs In-Reply-To: <487D1755.7010605@brouhaha.com> References: <003701c8e6a4$b861c7a0$0300a8c0@XPBOX> <487D1755.7010605@brouhaha.com> Message-ID: <48AECE48.5080602@ubanproductions.com> The whole thread on Vacuum tubes started me thinking about the cost of parts to maintain/(re)build classic and/or replica/hobby computer related "stuff". I'm curious if anyone has tracked the component costs relative to their day vs. today's pricing. This seems interesting as back when the equipment was just coming out, the prices were high because the parts were just being designed/manufactured and so they demanded a premium price. A few years after a given technology was first released, the components were probably available for surplus prices, while today, they are becoming non-existent, so they are again sometimes demanding a premium price -- a full circle. From wdonzelli at gmail.com Fri Aug 22 09:42:35 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Fri, 22 Aug 2008 10:42:35 -0400 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <48AE31FB.6000905@jetnet.ab.ca> <48AE527F.9F95BA5C@cs.ubc.ca> <48AE5F30.B5A6C610@cs.ubc.ca> Message-ID: > Computer grade tubes did have to be tougher by far than the signal > amplifiers. Not really. The ruggedized nature of computer tubes was because most were design originally for military equipment. Extra mica, beefier filament, and so forth - things not related to the cathode purity issues. > ENIAC had a problem with burning out tubes rather quickly > because of that issue. ENIAC had problems because the tubes were not computer grade. I also have to wonder if the team was given tubes of lesser quality - the "M-R" types from the war years. These were tubes that were made to feed the demand outside war production, and were sometimes seconds and tubes that the War department inspector would not pass. We may never know what tubes they were given originally. When I looked at ENIAC pieces some time ago, I did notice that the thing did not use JAN qualified tubes - but they could have been swapped out years ago. > Transisters were probably adapted much more > quickly in switching networks than in signal processing for that > reason and because no extra work had to be done to handle the stray > capacitances that tubes suffer from. Ultimately, yes, but in the 1950s, the machines were slow enough that the tiny capacitances in the structure of tube elements did not matter much. -- Will From wdonzelli at gmail.com Fri Aug 22 09:46:55 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Fri, 22 Aug 2008 10:46:55 -0400 Subject: classic computer parts costs In-Reply-To: <48AECE48.5080602@ubanproductions.com> References: <003701c8e6a4$b861c7a0$0300a8c0@XPBOX> <487D1755.7010605@brouhaha.com> <48AECE48.5080602@ubanproductions.com> Message-ID: > The whole thread on Vacuum tubes started me thinking about the cost of > parts to maintain/(re)build classic and/or replica/hobby computer related > "stuff". It depends on the parts in question - but yes, things are generally full circle. -- Will From blstuart at bellsouth.net Fri Aug 22 10:25:03 2008 From: blstuart at bellsouth.net (Brian L. Stuart) Date: Fri, 22 Aug 2008 15:25:03 +0000 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <48AE5A10.F7C0DB27@cs.ubc.ca> References: <774132.45156.qm@web50502.mail.re2.yahoo.com><48ADDB00.E245C770@cs.ubc.ca><082120082110.7646.48ADD9AE000E428000001DDE22230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> <48AE5A10.F7C0DB27@cs.ubc.ca> Message-ID: <082220081525.8277.48AEDA4F000A4F3C0000205522230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> > (No doubt. I haven't seen a lot of the ENIAC electronic design but it certainly > was unusual with the stacked tubes and multiple B+ levels. I can't help but see Eckert as one of the truly brilliant engineers of the 20th century. > > Ultimately, we can see seeds of future technology in both machines, > > but neither machine bore much resemblance to what came after either > > in terms of architecture or the design of basic functional elements. > > (I wish I could compose prose as quickly as you came back with that > considered response.) Thanks, but my wife gets really annoyed at how long it takes me to compose considered responses to her. :-) > For example, Atanasoff is justly feted for implementing the principles of binary > arithmetic/logic in electronics in the ABC, as opposed to using the counter > techniques for arithmetic that ENIAC and others used, but is that more > significant than Shannon's 1930s paper that formally described relay system > design in terms of binary logic? I don't know if that paper influenced > Atanasoff, > but in terms of principles the one could be said to follow from the other. > All these things are contributions and steps. Indeed, almost everything was quite incremental when you look at what everyone else was doing. Just a sampling with no intended disrespect or suggestion of insignificance for those left out: 1933-1941 - Mauchly's experiments with neon bulbs for digital circuits (I couldn't find an exact date but it was while he was at Ursinus which was between 1933 and 1941.) 1937 - Shannon's MS thesis on binary numbers and Boolean algebra - George Stibitz' Model K binary half adder with relays 1939-1944 - Development of the Harvard Mark I (Aiken) with relays and rotating decimal components patterned in part after Babbage 1940 - The Bell Labs Complex Numerical Calculator extending Stibitz' binary relay system to a full calculator 1941 - The ABC implementing binary with active electronics 1942-1945 - Development of the ENIAC using active electronics in a "rotating" decimal way and even more general than the Harvard Mark I 1944 - Beginning of EDVAC design and introduction of the stored program idea using active electronics in binary 1945 - von Neumann's "First Draft" paper making the design ideas for the EDVAC widely known 1946 - The summer school on computers at U Penn attended by those who went back and developed the Manchester Mark I and the EDSAC 1948 - The ENIAC reconfigured to operate as a type of stored program machine 1948,9 - Manchester Mark I operational 1949 - EDSAC and EDVAC operational So given all these events over a period of 15 years or less, who invented the computer? That was rhetorical, in case it wasn't obvious. Unless we say it was Babbage for the idea and partial implementation of the automatic sequencing of mathematical operations in a mechanical system or was Eckert, and independently Zuse, for the stored program, I don't think there's really anyone who can be said to have invented the computer. But rather the best approach to "compute these numbers by steam"* grew organically through the work of numerous very bright people. > Shannon should be more recognised in the public sphere I believe, his I agree. There are many people who are pretty much unknown but who were the intellectual foundations of everyday life. It seems that it's easier to popularize someone when they build something that can be shown on TV than when their contribution is strictly intellectual. Einstein and Hawking were interesting people which drew peoples' attention to their work. It's like with Church and Turing. Both developed universal models of computation at about the same time, but Turing is by far the better known. A lot of it comes from his work at Blechley Park, his work on the pilot ACE, his excentricities (like chaining his coffee cup to the radiator and riding his bike with a gas mask on), and of course the tragic circumstances of his death. > Another one of my pipe dreams is to produce an understandable-by-the-lay-person > documentary/educational feature about Shannon's concepts and their wide-ranging > impact across the fields of science and society. Well, intended for the lay person or not, I'd like to see something like that. BLS * The computing numbers by steam is a paraphrase of a statement Babbage made as a student that led to his work on the differential engine and later the analytical engine. He was staring at a book containing mathematical tables and a friend asked him what he was thinking and that was his answer. Hmmm come to think of it "Computing Numbers by Steam" would make a good title for a book on computer history... From ploopster at gmail.com Fri Aug 22 10:24:59 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Fri, 22 Aug 2008 11:24:59 -0400 Subject: OT: Microsoft crazy academic deal In-Reply-To: <48ADBFE7.6020002@gjcp.net> References: <200808201942602.SM04048@63.69.23.239> <48AD70B2.4020308@gmail.com> <20080821111037.C3658@shell.lmi.net> <48ADBFE7.6020002@gjcp.net> Message-ID: <48AEDA4B.1060006@gmail.com> Gordon JC Pearce wrote: > Eric J Korpela wrote: >> On Thu, Aug 21, 2008 at 11:16 AM, Fred Cisin wrote: >>> I used Windows 3.10 "WRITE" for my PhD written exams. I was the first >>> student of the UC Information school to use a word processor for them. >>> "Answer me, publicly, 'Am I being graded on my handwriting, or on my >>> knowledge?'" >> >> That's pretty silly. I've been using LaTeX for just about all my >> writing since '87 or so. Given that it's what most, if not all, of >> the journals in my field want, I'll probably still be using LaTeX 10 >> years from now. > > When my fiancee was doing her CS degree, her tutors all wanted documents > submitted as .tex source ;-) During much of my CS degree, I submitted my code handwritten and my papers in plaintext. Peace... Sridhar From evan at snarc.net Thu Aug 28 20:43:46 2008 From: evan at snarc.net (Evan Koblentz) Date: Thu, 28 Aug 2008 21:43:46 -0400 Subject: It's alive?? In-Reply-To: <48ABF04E.5217.FCF22F9@cclist.sydex.com> Message-ID: <005801c90978$aec0db90$f750f945@evan> Holy cow ... is the list alive again? -----Original Message----- From: cctalk-bounces at classiccmp.org [mailto:cctalk-bounces at classiccmp.org] On Behalf Of Chuck Guzis Sent: Wednesday, August 20, 2008 1:22 PM To: General Discussion: On-Topic and Off-Topic Posts Subject: Re: Discussion List Netiquette,Was: WTB: DEC PC04 Paper Tape Reader/Punch Gentlemen (and ladies), please, let's drop the matter. I'm often guilty of promulgating subject drift--I try to control myself, but sometimes curiosity gets the better of me. It's how my mind works. To settle the matter, you can punish me with 64 lashes with a decayed tension band from a DC300 cart and mark my forehead with a dab of heat-sink grease so that others may see and be warned. But enough--if anyone has a DC04 available, please contact Mardy. Otherwise, let's on to the interesting stuff... Cheers, Chuck From geneb at deltasoft.com Thu Aug 28 20:47:09 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Thu, 28 Aug 2008 18:47:09 -0700 (PDT) Subject: It's alive?? In-Reply-To: <005801c90978$aec0db90$f750f945@evan> References: <005801c90978$aec0db90$f750f945@evan> Message-ID: > Holy cow ... is the list alive again? > Yay! g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From wh.sudbrink at verizon.net Thu Aug 28 20:58:05 2008 From: wh.sudbrink at verizon.net (Bill Sudbrink) Date: Thu, 28 Aug 2008 21:58:05 -0400 Subject: Unusual altair front panel... Message-ID: I've never seen an altair with a front panel like the one on ebay item #160276656912. Has anyone else? Is is located close to where I work and I'm thinking of asking the seller if I can stop by and have a look. If it's nothing unusual, I won't bother. Bill Sudbrink From rtellason at verizon.net Thu Aug 28 22:08:37 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Thu, 28 Aug 2008 23:08:37 -0400 Subject: It's alive?? In-Reply-To: References: <005801c90978$aec0db90$f750f945@evan> Message-ID: <200808282308.37590.rtellason@verizon.net> On Thursday 28 August 2008 21:47, Gene Buckle wrote: > > Holy cow ... is the list alive again? > > Yay! > g. What happened? I thought it got kinda quiet in here... -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From evan at snarc.net Thu Aug 28 22:29:24 2008 From: evan at snarc.net (Evan Koblentz) Date: Thu, 28 Aug 2008 23:29:24 -0400 Subject: VCF East 5.0 just two weeks away! Message-ID: <006301c90987$7091fb60$f750f945@evan> Now that the list is running again, I want to invite everyone to VCF East 5.0, Sept. 13-14, at the InfoAge Science Center, in Wall, New Jersey. As usual we'll have awesome exhibitors. This year we also have two special events: Vince Briel's replica creation workshop, where you can build a replica of the Apple 1 or the KIM under Vince's guidance, and we'll have a ceremony and tours for the "beta" opening of our computer museum. (We've been in "alpha" for the past two years.) Sign up for Vince's workshop at http://www.vintage.org/2008/east/workshop.php?action=select &id=104. We'll also have some cool guest speakers. Most notably, on Sunday, we have Bill Mauchly. Bill is the son of ENIAC co-inventor John Mauchly. We also have a lesser-known engineer named Watts Humphrey, who wrote the proposal for the military's "MOBIDIC" computer in the 1950s; it was an early example of client-server architecture. And we've got Claude Kagan, who spent 30 years at Western Electric and Bell Labs and who worked to get our museum a first-generation PDP-8. Tickets for one day are $10, both days combined are $15, and anyone younger than 18 is free. Parking's free too. - Evan From ethan.dicks at usap.gov Thu Aug 28 22:29:24 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Fri, 29 Aug 2008 03:29:24 +0000 Subject: Has anyone ever tried to make 1960s-type incandescent digital displays? Message-ID: <20080829032924.GB26269@usap.gov> Hi, All, I was recently watching "Goldfinger" and oggling the countdown timer on the bomb. I don't think I've ever seen that type of display technology up close, but in principle, it shouldn't be hard to replicate. I was thinking that some sort of modern CNC would make short work of the digit faces - just CAD up some outlines and bang out a few sheets. Alternately, a pantographic sign engraver might do the trick, with suitable templates whipped up either by hand on on a CNC. The compact design for the type marked "KGM M4" looks intriguing as well - a few slits cut in an aluminum back, and a simple PCB layout for the bulbs (though I must confess I was contemplating white LEDs rather than bulbs for a variety of reasons, including longer life and simpler drive circuits). As for driving it, I was thinking about something like a '145 O.C. decimal decoder (as found in Commodore PET keyboard circuits and KIM-1 memory decoder and LED decoder circuits) per display. They aren't particulalty expensive, and all you'd have to do is pipe in 4 bits and let the '145 do all the work. Nixies and other contemporary (and now faded) display technologies are cool, but any of the glass-envelope types aren't exactly feasible to reproduce in a home workshop. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 29-Aug-2008 at 02:50 Z South Pole Station PSC 468 Box 400 Temp -88.6 F (-67.0 C) Windchill -131.7 F (-90.9 C) APO AP 96598 Wind 12.2 kts Grid 56 Barometer 657.5 mb (11489 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From bfranchuk at jetnet.ab.ca Thu Aug 28 22:33:34 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Thu, 28 Aug 2008 21:33:34 -0600 Subject: VCF East 5.0 just two weeks away! In-Reply-To: <006301c90987$7091fb60$f750f945@evan> References: <006301c90987$7091fb60$f750f945@evan> Message-ID: <48B76E0E.2050803@jetnet.ab.ca> Evan Koblentz wrote: > We'll also have some cool guest speakers. Most notably, on Sunday, we have > Bill Mauchly. Bill is the son of ENIAC co-inventor John Mauchly. We also > have a lesser-known engineer named Watts Humphrey, who wrote the proposal > for the military's "MOBIDIC" computer in the 1950s; it was an early example > of client-server architecture. And we've got Claude Kagan, who spent 30 > years at Western Electric and Bell Labs and who worked to get our museum a > first-generation PDP-8. > > Tickets for one day are $10, both days combined are $15, and anyone younger > than 18 is free. Parking's free too. > > - Evan > Any chance that a DVD could be made of the speakers talk for all the people that can't make it? $25 sounds like a fair price to me. From geneb at deltasoft.com Thu Aug 28 22:35:35 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Thu, 28 Aug 2008 20:35:35 -0700 (PDT) Subject: It's alive?? In-Reply-To: <200808282308.37590.rtellason@verizon.net> References: <005801c90978$aec0db90$f750f945@evan> <200808282308.37590.rtellason@verizon.net> Message-ID: >> Yay! >> g. > > What happened? I thought it got kinda quiet in here... > Dunno. Last traffic was on the 22nd. I pinged Jay about it yesterday. g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From evan at snarc.net Thu Aug 28 22:45:00 2008 From: evan at snarc.net (Evan Koblentz) Date: Thu, 28 Aug 2008 23:45:00 -0400 Subject: VCF East 5.0 just two weeks away! In-Reply-To: <48B76E0E.2050803@jetnet.ab.ca> Message-ID: <007f01c90989$9f076000$f750f945@evan> >>> Any chance that a DVD could be made of the speakers talk for all the people that can't make it? $25 sounds like a fair price to me. I asked our resident museum videographer to be there and do some recording. He said he'll try, but wasn't able to promise -- and we're not able (or really looking) to pay anyone. Usually a few attendees record on their own and we're fine with that, as long as it's not for commercial purposes. On the other hand, getting to hear the lectures and participate in Q&A is one of the great reasons to be there in person!! :) From legalize at xmission.com Thu Aug 28 22:49:29 2008 From: legalize at xmission.com (Richard) Date: Thu, 28 Aug 2008 21:49:29 -0600 Subject: Terak 8510 system on eBay (# 300248208909) In-Reply-To: Your message of Sun, 10 Aug 2008 22:32:23 -0700. <489FCEE7.5080908@crash.com> Message-ID: I've given this system a cursory inspection. I see no bulging caps, all the boards are present and appear in good physical condition. The monitor just needs a little external cleaning. The diskettes and listings appear to include a Pascal and Modula-2 development environment. The diskettes are off to Al at the CHM for archiving in the near future. If anyone else has interesting Terak diskettes, I'd like to hear from them. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From hilpert at cs.ubc.ca Fri Aug 29 00:12:53 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Thu, 28 Aug 2008 21:12:53 -0800 Subject: Has anyone ever tried to make 1960s-type incandescent digitaldisplays? References: <20080829032924.GB26269@usap.gov> Message-ID: <48B78555.6BB6E732@cs.ubc.ca> Ethan Dicks wrote: > I was recently watching "Goldfinger" and oggling the countdown timer > on the bomb. I don't think I've ever seen that type of display > technology up close, but in principle, it shouldn't be hard to > replicate. > > > > I was thinking that some sort of modern CNC would make short work of > the digit faces - just CAD up some outlines and bang out a few sheets. > Alternately, a pantographic sign engraver might do the trick, with > suitable templates whipped up either by hand on on a CNC. > > The compact design for the type marked "KGM M4" looks intriguing as > well - a few slits cut in an aluminum back, and a simple PCB layout > for the bulbs (though I must confess I was contemplating white LEDs > rather than bulbs for a variety of reasons, including longer life > and simpler drive circuits). > > As for driving it, I was thinking about something like a '145 O.C. > decimal decoder (as found in Commodore PET keyboard circuits and KIM-1 > memory decoder and LED decoder circuits) per display. They aren't > particulalty expensive, and all you'd have to do is pipe in 4 bits and > let the '145 do all the work. > > Nixies and other contemporary (and now faded) display technologies > are cool, but any of the glass-envelope types aren't exactly feasible > to reproduce in a home workshop. Ha! .. funny you should notice that (see the comment at http://www.cs.ubc.ca/~hilpert/eec/calcs/Canon130.html). I suspect (just a guess) that the counter in the movie is a mocked up General Radio instrument, as they made counter instruments using their own version of that type of display. Rick Bensene's site has some good pictures of the internals of the Canon version (http://www.oldcalculatormuseum.com/canon161.html). This idea was discussed on the list sometime ago, and I did a quick experiment with some plexiglass, forming the digits with a sequence of 'dots' formed by the end of a drill bit in the plexiglass, and white LEDs, but it was only moderately successful. I think I was using too-thick plexiglass, and also concluded that one would need several LEDs per digit, making it quite expensive, but this was a couple of years ago and white LED's were pricey. IIRC, the light dispersion of LEDs was part of the problem (that is, they don't disperse enough compared to incandescents). Trying to get all the LEDs arrayed around the plexiglass edges with appropriate light shielding may become an issue. Arrays of bare LED die would be nice.. One of the nice things about using LEDs is heat dissipation wouldn't be an issue as it was for the original designs with incandescents (note the aluminum bulb enclosures). A more considered effort than what I attempted may well be more successful.. From healyzh at aracnet.com Thu Aug 28 23:18:14 2008 From: healyzh at aracnet.com (Zane H. Healy) Date: Thu, 28 Aug 2008 21:18:14 -0700 Subject: It's alive?? In-Reply-To: <005801c90978$aec0db90$f750f945@evan> References: <005801c90978$aec0db90$f750f945@evan> Message-ID: At 9:43 PM -0400 8/28/08, Evan Koblentz wrote: >Holy cow ... is the list alive again? It was dead? Now I know I've been busy... Zane -- | Zane H. Healy | UNIX Systems Administrator | | healyzh at aracnet.com (primary) | OpenVMS Enthusiast | | MONK::HEALYZH (DECnet) | Classic Computer Collector | +----------------------------------+----------------------------+ | Empire of the Petal Throne and Traveller Role Playing, | | PDP-10 Emulation and Zane's Computer Museum. | | http://www.aracnet.com/~healyzh/ | From ethan.dicks at usap.gov Fri Aug 29 00:14:42 2008 From: ethan.dicks at usap.gov (Ethan Dicks) Date: Fri, 29 Aug 2008 05:14:42 +0000 Subject: Has anyone ever tried to make 1960s-type incandescent digitaldisplays? In-Reply-To: <48B78555.6BB6E732@cs.ubc.ca> References: <20080829032924.GB26269@usap.gov> <48B78555.6BB6E732@cs.ubc.ca> Message-ID: <20080829051442.GA27838@usap.gov> On Thu, Aug 28, 2008 at 09:12:53PM -0800, Brent Hilpert wrote: > Ethan Dicks wrote: > > I was recently watching "Goldfinger" and oggling the countdown timer > > on the bomb. I don't think I've ever seen that type of display > > technology up close, but in principle, it shouldn't be hard to > > replicate. > > > > > > Ha! .. funny you should notice that (see the comment at > http://www.cs.ubc.ca/~hilpert/eec/calcs/Canon130.html). Indeed - that's how I found that page (googling something like "goldfinger incandescent digit"). > I suspect (just a > guess) that the counter in the movie is a mocked up General Radio instrument, > as they made counter instruments using their own version of that type of display. Could be. > Rick Bensene's site has some good pictures of the internals of the Canon > version (http://www.oldcalculatormuseum.com/canon161.html). Yep. Saw that, too. > This idea was discussed on the list sometime ago, and I did a quick experiment > with some plexiglass, forming the digits with a sequence of 'dots' formed by > the end of a drill bit in the plexiglass, and white LEDs, but it was only > moderately successful. I think I was using too-thick plexiglass, and also > concluded that one would need several LEDs per digit, making it quite > expensive, but this was a couple of years ago and white LED's were pricey. > IIRC, the light dispersion of LEDs was part of the problem (that is, they don't > disperse enough compared to incandescents). I was discussing the technology with our machinist, who was willing to mock up a prototype digit or two if I'd give him X-Y coords (so he could dial them in on our non-CNC milling machine), but so far, I haven't found any clear plastic thin enough to try. > Trying to get all the LEDs arrayed around the plexiglass edges with appropriate > light shielding may become an issue. Arrays of bare LED die would be nice.. I had thought about SMT LEDs - those should have better dispersion characteristics than T1-3/4 packaging, I would think. > One of the nice things about using LEDs is heat dissipation wouldn't be an > issue as it was for the original designs with incandescents (note the aluminum > bulb enclosures). Sure - one could also use black ABS for a body - easier to work and most likely cheaper than hunks of aluminum. > A more considered effort than what I attempted may well be more successful.. Perhaps. Thanks for sharing your experiences. -ethan -- Ethan Dicks, A-333-S Current South Pole Weather at 29-Aug-2008 at 05:10 Z South Pole Station PSC 468 Box 400 Temp -85.0 F (-65.0 C) Windchill -127.8 F (-88.8 C) APO AP 96598 Wind 12.7 kts Grid 51 Barometer 658.1 mb (11465 ft) Ethan.Dicks at usap.gov http://penguincentral.com/penguincentral.html From arcarlini at iee.org Fri Aug 29 02:43:54 2008 From: arcarlini at iee.org (Antonio Carlini) Date: Fri, 29 Aug 2008 08:43:54 +0100 Subject: It's alive?? In-Reply-To: Message-ID: <40BA73A8F65A483894B687DED5D65CF4@FLEXPC> Gene Buckle wrote: >>> Yay! >>> g. >> >> What happened? I thought it got kinda quiet in here... >> > Dunno. Last traffic was on the 22nd. I pinged Jay about it yesterday. And there was me tyhinking it was all just because I was on holiday :-) I tried a few emails and had bounce messages suggesting that a disk was full. I presume that the disk has been emptied slightly ... Antonio From pdp11 at saccade.com Fri Aug 29 05:59:30 2008 From: pdp11 at saccade.com (J. Peterson) Date: Fri, 29 Aug 2008 03:59:30 -0700 Subject: ACCRC blog: It Ain't Dead Yet Message-ID: <200808291059.m7TAxYbM019904@keith.ezwind.net> The ACCRC (Alameda County Computer Resource Center) has started a blog showcasing some of the more unusual equipment they get turned in for recycling: http://deadmeatmarketing.blogspot.com/ The about column says "Anyone with ideas about how to put this stuff to good use please leave a comment." My brief perusal turned up a Wang 600, a wire(!) audio recorder, and an WWII O-Scope. Actually, I think I still have a scope just like that at my Mom's house.... Cheers, jp http://www.saccade.com From caveguy at sbcglobal.net Fri Aug 29 07:06:40 2008 From: caveguy at sbcglobal.net (Bob Bradlee) Date: Fri, 29 Aug 2008 08:06:40 -0400 Subject: It's alive?? In-Reply-To: <005801c90978$aec0db90$f750f945@evan> Message-ID: <200808291206.m7TC6inx027522@keith.ezwind.net> On Thu, 28 Aug 2008 21:43:46 -0400, Evan Koblentz wrote: >Holy cow ... is the list alive again? While enduring the list blackout, I closely studied the clinical symptoms of Horders syndrome. I have self diagnosed myself as a willing victim of this evil affliction. Using myself as a bad example, I think we as a collective should begin thinking about forming a support group for members who have not yet come to grips with this affliction. The other Bob From geneb at deltasoft.com Fri Aug 29 09:20:29 2008 From: geneb at deltasoft.com (Gene Buckle) Date: Fri, 29 Aug 2008 07:20:29 -0700 (PDT) Subject: Has anyone ever tried to make 1960s-type incandescent digitaldisplays? In-Reply-To: <20080829051442.GA27838@usap.gov> References: <20080829032924.GB26269@usap.gov> <48B78555.6BB6E732@cs.ubc.ca> <20080829051442.GA27838@usap.gov> Message-ID: > >> A more considered effort than what I attempted may well be more successful.. > > Perhaps. Thanks for sharing your experiences. > If someone wants to provide me the artwork, I'd be happy to run a few parts through my laser. By engraving the number patterns in a thin bit of acrylic, it will edge light just the way it looks in the pictures at the vintage calculator site. g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com - The only one of its kind. From rtellason at verizon.net Fri Aug 29 09:29:18 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Fri, 29 Aug 2008 10:29:18 -0400 Subject: Has anyone ever tried to make 1960s-type incandescent digital displays? In-Reply-To: <20080829032924.GB26269@usap.gov> References: <20080829032924.GB26269@usap.gov> Message-ID: <200808291029.19076.rtellason@verizon.net> On Thursday 28 August 2008 23:29, Ethan Dicks wrote: > Hi, All, > > I was recently watching "Goldfinger" and oggling the countdown timer > on the bomb. I don't think I've ever seen that type of display > technology up close, but in principle, it shouldn't be hard to > replicate. > > nt> Interesting site. That "stylus" calculator shown on there was probably my first computing device ever. :-) -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From rtellason at verizon.net Fri Aug 29 09:33:49 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Fri, 29 Aug 2008 10:33:49 -0400 Subject: It's alive?? In-Reply-To: <200808291206.m7TC6inx027522@keith.ezwind.net> References: <200808291206.m7TC6inx027522@keith.ezwind.net> Message-ID: <200808291033.49439.rtellason@verizon.net> On Friday 29 August 2008 08:06, Bob Bradlee wrote: > On Thu, 28 Aug 2008 21:43:46 -0400, Evan Koblentz wrote: > >Holy cow ... is the list alive again? > > While enduring the list blackout, I closely studied the clinical symptoms > of Horders syndrome. I have self diagnosed myself as a willing victim of > this evil affliction. Using myself as a bad example, I think we as a > collective should begin thinking about forming a support group for members > who have not yet come to grips with this affliction. > > The other Bob You mean, this isn't it? :-) -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From ygehrich at yahoo.com Fri Aug 29 09:45:27 2008 From: ygehrich at yahoo.com (Gene Ehrich) Date: Fri, 29 Aug 2008 10:45:27 -0400 Subject: TI-99/4A items to be listed for sale In-Reply-To: <200808291435.m7TEZVF3007486@dewey.classiccmp.org> References: <200808291435.m7TEZVF3007486@dewey.classiccmp.org> Message-ID: <200808291445.m7TEjge1047757@keith.ezwind.net> Sometime in the next couple of weeks I will be listing a large number of TI-99/4A items for sale. Before I advertise the items elsewhere is there anyone here looking for any TI-99/4A hardware, software, manuals? Let me know at ygehrich at yahoo.com and I'll see if I have what you are looking for. From bfranchuk at jetnet.ab.ca Fri Aug 29 09:54:11 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Fri, 29 Aug 2008 08:54:11 -0600 Subject: It's alive?? In-Reply-To: <200808291033.49439.rtellason@verizon.net> References: <200808291206.m7TC6inx027522@keith.ezwind.net> <200808291033.49439.rtellason@verizon.net> Message-ID: <48B80D93.5050903@jetnet.ab.ca> Roy J. Tellason wrote: >>The other Bob >You mean, this isn't it? :-) All of you get back under your ROCKS! From scheefj at netscape.net Fri Aug 29 10:06:04 2008 From: scheefj at netscape.net (Jim Scheef) Date: Fri, 29 Aug 2008 11:06:04 -0400 Subject: It's alive?? In-Reply-To: References: <005801c90978$aec0db90$f750f945@evan> Message-ID: <48B8105C.9020809@netscape.net> Gee, I was kinda enjoying the chance to get caught up. I had only 877 messages to go, and now you start adding more again! Jim Zane H. Healy wrote: > At 9:43 PM -0400 8/28/08, Evan Koblentz wrote: >> Holy cow ... is the list alive again? > > It was dead? Now I know I've been busy... > > Zane > > > From hp-fix at xs4all.nl Fri Aug 29 10:31:30 2008 From: hp-fix at xs4all.nl (Rik Bos) Date: Fri, 29 Aug 2008 17:31:30 +0200 Subject: It's alive?? In-Reply-To: <48B80D93.5050903@jetnet.ab.ca> References: <200808291206.m7TC6inx027522@keith.ezwind.net><200808291033.49439.rtellason@verizon.net> <48B80D93.5050903@jetnet.ab.ca> Message-ID: Roy J. Tellason wrote: >>The other Bob >You mean, this isn't it? :-) All of you get back under your ROCKS! Strange place this, too heavy my rock is, may the force be with us. From billdeg at degnanco.com Fri Aug 29 10:36:31 2008 From: billdeg at degnanco.com (Bill Degnan) Date: Fri, 29 Aug 2008 11:36:31 -0400 Subject: Apple II - AppleSoft Code Sample SIN curve in hi-res mode Message-ID: Is it possible on an Apple II using hi-res mode to draw a nice tight sin wave?...and if so Does anyone have a code snippet example? If HPLOT is used only to draw straight lines, how does one draw curves in hi-res mode using an Apple II AppleSoft BASIC? I will continue to search the typical places. If anyone knows of a magazine with an example, I may have it too. Bill From legalize at xmission.com Fri Aug 29 10:44:08 2008 From: legalize at xmission.com (Richard) Date: Fri, 29 Aug 2008 09:44:08 -0600 Subject: Apple II - AppleSoft Code Sample SIN curve in hi-res mode In-Reply-To: Your message of Fri, 29 Aug 2008 11:36:31 -0400. Message-ID: In article , "Bill Degnan" writes: > If HPLOT is used only to draw straight lines, how does one draw curves > in hi- res mode using an Apple II AppleSoft BASIC? For each horizontal pixel x: compute sin(x) draw line from x-1,sin(x-1) to x,sin(x) -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From wbblair3 at yahoo.com Fri Aug 29 11:12:27 2008 From: wbblair3 at yahoo.com (William Blair) Date: Fri, 29 Aug 2008 09:12:27 -0700 (PDT) Subject: Wanted: vacuum tube logic circuits Message-ID: <135213.410.qm@web50505.mail.re2.yahoo.com> William Donzelli wrote: > > Unfortunately, according to the TOC available at the link below, it doesn't have anything specific > > about tube logic circuits, but it certainly does look like a goldmine of electron tube technical data: > > > > http://www.pmillett.com/Books/intro_RDH4.pdf > > You will likely have more luck finding stuff in the trade rags and > Proceedings of the era. Actually, in the category of data that I have easy, web-based access to, I'm finding that I'm having the best luck with patent searches. As I find interesting ones, I'll post the links. I plan to put them all at scribd.com to provide one-stop (free) shopping. To start, here's the link to the 207 page ENIAC patent: http://www.scribd.com/doc/4960983/ENIAC-Patent-US3120606 If anyone knows of patents likely to have good tube or relay logic circuit descriptions within them, please give me the patent numbers and I'll post the patents as PDFs on scribd. From wbblair3 at yahoo.com Fri Aug 29 11:13:38 2008 From: wbblair3 at yahoo.com (William Blair) Date: Fri, 29 Aug 2008 09:13:38 -0700 (PDT) Subject: Wanted: vacuum tube logic circuits Message-ID: <635344.82814.qm@web50510.mail.re2.yahoo.com> Chuck Guzis wrote: > Just before transistors began to be used in auto radios, "space > charge" tubes made a brief appearance, running their plates and > heaters from the 12v battery. No vibrator supply. Some of the > earliest transistor designs used a transistor only in the audio > output stage, among them the Delco "Wonder Bar" models. > Jeff Duntemann has a nice page on this stuff, along with datasheets: > http://www.duntemann.com/12vtubes/12vtubesindex.htm Yes, I found that excellent site back when I was playing with low-voltage tube headphone amps and I have a copy of the Tube Collector Magazine "Car Tubes" article cited there. However, the tube amps I built from modern plans were ones that used common dual triodes like the 12AU7 but with _very_ low plate voltages. The reason for this is the scarcity and, as a result, expense of the low-voltage "car tube" types most useful for audio amps and, unfortunately, logic circuits (12U7, 6GM8). If for some reason I can't get any of the most common and cheapest high B+ dual triode tubes to work in a logic circuit at low plate voltages, then I'll have to go with something like the dual diode, single triode "space charge" car tubes that aren't in demand by audio enthusiasts making them much more readily available and much cheaper. A functional hobbyist demonstration of tube logic that's cheap and uses low voltages is my goal. From wbblair3 at yahoo.com Fri Aug 29 11:15:05 2008 From: wbblair3 at yahoo.com (William Blair) Date: Fri, 29 Aug 2008 09:15:05 -0700 (PDT) Subject: Wanted: vacuum tube logic circuits Message-ID: <807387.1225.qm@web50505.mail.re2.yahoo.com> IBM's Selective Sequence Electronic Calculator (SSEC) 305 page patent: http://new.scribd.com/doc/4963230/Selective-Sequence-Electronic-Calculator-Patent-US2636672 From christian_liendo at yahoo.com Fri Aug 29 11:43:45 2008 From: christian_liendo at yahoo.com (Christian Liendo) Date: Fri, 29 Aug 2008 09:43:45 -0700 (PDT) Subject: Kaypro 2000 Power supply In-Reply-To: <200808291445.m7TEjge1047757@keith.ezwind.net> Message-ID: <923342.27757.qm@web56207.mail.re3.yahoo.com> Does anyone know the power supply requirements for a Kaypro 2000? I got my hands on one and while it's nice and heavy I would like to turn it on.. From jim at g1jbg.co.uk Fri Aug 29 12:04:32 2008 From: jim at g1jbg.co.uk (Jim Beacon) Date: Fri, 29 Aug 2008 18:04:32 +0100 Subject: Has anyone ever tried to make 1960s-type incandescent digitaldisplays? References: <20080829032924.GB26269@usap.gov> Message-ID: <004b01c909f9$4f22fed0$0300a8c0@XPBOX> ----- Original Message ----- From: "Ethan Dicks" > > I was recently watching "Goldfinger" and oggling the countdown timer > on the bomb. I don't think I've ever seen that type of display > technology up close, but in principle, it shouldn't be hard to > replicate. > > > > I was thinking that some sort of modern CNC would make short work of > the digit faces - just CAD up some outlines and bang out a few sheets. > Alternately, a pantographic sign engraver might do the trick, with > suitable templates whipped up either by hand on on a CNC. > > The compact design for the type marked "KGM M4" looks intriguing as > well - a few slits cut in an aluminum back, and a simple PCB layout > for the bulbs (though I must confess I was contemplating white LEDs > rather than bulbs for a variety of reasons, including longer life > and simpler drive circuits). > > As for driving it, I was thinking about something like a '145 O.C. > decimal decoder (as found in Commodore PET keyboard circuits and KIM-1 > memory decoder and LED decoder circuits) per display. They aren't > particulalty expensive, and all you'd have to do is pipe in 4 bits and > let the '145 do all the work. > > Nixies and other contemporary (and now faded) display technologies > are cool, but any of the glass-envelope types aren't exactly feasible > to reproduce in a home workshop. > > -ethan > These displays were used in a lot of equipment. I have an "Advance" timer/counter with small versions, and a digital clock (ex-fighter control centre) which has 8" versions. The digits are drilled right through the Perspex, and the larger displays have four bulbs per digit, with flat sheets of Perspex. Jim. From bfranchuk at jetnet.ab.ca Fri Aug 29 12:11:16 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Fri, 29 Aug 2008 11:11:16 -0600 Subject: Has anyone ever tried to make 1960s-type incandescent digitaldisplays? In-Reply-To: <004b01c909f9$4f22fed0$0300a8c0@XPBOX> References: <20080829032924.GB26269@usap.gov> <004b01c909f9$4f22fed0$0300a8c0@XPBOX> Message-ID: <48B82DB4.3000003@jetnet.ab.ca> Jim Beacon wrote: > > These displays were used in a lot of equipment. I have an "Advance" > timer/counter with small versions, and a digital clock (ex-fighter > control centre) which has 8" versions. > > The digits are drilled right through the Perspex, and the larger > displays have four bulbs per digit, with flat sheets of Perspex. > Now we know why you never see Home-Made Bombs -- Nobody can get the timer. > Jim. > PS: Remember to set the timer to .001 sec slower than Bond's watch. :) From innfoclassics at gmail.com Fri Aug 29 12:10:30 2008 From: innfoclassics at gmail.com (Paxton Hoag) Date: Fri, 29 Aug 2008 10:10:30 -0700 Subject: Has anyone ever tried to make 1960s-type incandescent digitaldisplays? In-Reply-To: <48B78555.6BB6E732@cs.ubc.ca> References: <20080829032924.GB26269@usap.gov> <48B78555.6BB6E732@cs.ubc.ca> Message-ID: > This idea was discussed on the list sometime ago, and I did a quick experiment > with some plexiglass, forming the digits with a sequence of 'dots' formed by > the end of a drill bit in the plexiglass, and white LEDs, but it was only > moderately successful. I think I was using too-thick plexiglass, and also > concluded that one would need several LEDs per digit, making it quite > expensive, but this was a couple of years ago and white LED's were pricey. > IIRC, the light dispersion of LEDs was part of the problem (that is, they don't > disperse enough compared to incandescents). > > Trying to get all the LEDs arrayed around the plexiglass edges with appropriate > light shielding may become an issue. Arrays of bare LED die would be nice.. Electroluminescent wire would do for the illumination Just lay a short piece on the edge and tape it on with silver tape. Switching the wire off and on might be more difficult due to the voltage and frequency (100-200V, 60 to 2000Hz.) You could also glue a piece of high loss light pipe used for illumination onto the edge and end light it with LEDs. This would provide a more even illumination. This is a technique I have been experimenting with for signage. -- Paxton Hoag Astoria, OR USA From cclist at sydex.com Fri Aug 29 12:13:07 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 29 Aug 2008 10:13:07 -0700 Subject: Wanted: vacuum tube logic circuits In-Reply-To: <635344.82814.qm@web50510.mail.re2.yahoo.com> References: <635344.82814.qm@web50510.mail.re2.yahoo.com> Message-ID: <48B7CBB3.20328.15035C2A@cclist.sydex.com> On 29 Aug 2008 at 9:13, William Blair wrote: > Yes, I found that excellent site back when I was playing with > low-voltage tube headphone amps and I have a copy of the Tube > Collector Magazine "Car Tubes" article cited there. However, the tube > amps I built from modern plans were ones that used common dual triodes > like the 12AU7 but with _very_ low plate voltages. My first exposure to very-low plate voltage applications was with a code-practice oscillator built from a circuit in the ARRL Radio Amateur's Handbook. ISTR it used a 6SN7 that used the 6.3v from the heater winding as plate voltage. At any rate, it would drive a pair of earphones. Perhaps someone with a RAH collection from the 1950's might locate the circuit. While dual (identical) pentodes aren't too common for you to use the first grid as a space-charge element, I wonder if one of the sync- separator tubes, such as the 6BU8 might not do the trick. Single cathode and first grid, independent 3rd grids and plates. In the 20's and 30's before small-geometry power tubes became available, "microwave" experimenters would take a hefty triode and put a high positive voltage on the grid and a slightly negative voltage on the plate to induce Barkhausen oscillation. But that has nothing to do with your problem, so forget that I mentioned it. Cheers, Chuck From marvin at west.net Fri Aug 29 12:29:33 2008 From: marvin at west.net (Marvin Johnston) Date: Fri, 29 Aug 2008 10:29:33 -0700 Subject: Intel 31014 Chip? Message-ID: <48B831FD.955B2981@west.net> This is a duplicate, but it appears the first post got lost when the listserver went down. I've got an Intel 31014 chip, but can't find any information about it on the web. The 31 first two numbers imply it is a RAM chip, but that is about all I can guess. Maybe it is one of those $5K RARE chips :). A picture is at http://www.west.net/~marvin/i-31014.jpg. Any help would be appreciated. Thanks! From hilpert at cs.ubc.ca Fri Aug 29 13:55:10 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Fri, 29 Aug 2008 10:55:10 -0800 Subject: Schematics of Atanasoff-Berry Computer logic circuits? References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <48AE31FB.6000905@jetnet.ab.ca> <48AE527F.9F95BA5C@cs.ubc.ca> <48AE5F30.B5A6C610@cs.ubc.ca> Message-ID: <48B8460E.1EB9D505@cs.ubc.ca> (Picking up where we left off.. a few messages sent to the list last week seem to have been dropped during the outage.) William Donzelli wrote: > > > Transisters were probably adapted much more > > quickly in switching networks than in signal processing for that > > reason and because no extra work had to be done to handle the stray > > capacitances that tubes suffer from. > > Ultimately, yes, but in the 1950s, the machines were slow enough that > the tiny capacitances in the structure of tube elements did not matter > much. I think, rather, that that's a good portion of the explanation of why they were so slow. Ballpark example, take a 12AU7: the sum of the grid-to-plate and grid-to-cathode capacitance is around 3 pF. Suppose the network resistance feeding the grid circuit is 250 KOhm, that's an RC time constant of 0.75uS, a little better than just 1 MHz. (R can be reduced of course but power consumption is then on the climb.) (Not to say there weren't other reasons they were slow..) From hilpert at cs.ubc.ca Fri Aug 29 13:58:09 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Fri, 29 Aug 2008 10:58:09 -0800 Subject: ENIAC tube count / was Re: Schematics of Atanasoff-Berry Computer logic circuits? References: <774132.45156.qm@web50502.mail.re2.yahoo.com><48ADDB00.E245C770@cs.ubc.ca><082120082110.7646.48ADD9AE000E428000001DDE22230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> <48AE5A10.F7C0DB27@cs.ubc.ca> <082220081525.8277.48AEDA4F000A4F3C0000205522230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> Message-ID: <48B846C1.81B8F33C@cs.ubc.ca> "Brian L. Stuart" wrote: > > (No doubt. I haven't seen a lot of the ENIAC electronic design but it certainly > > was unusual with the stacked tubes and multiple B+ levels. > > I can't help but see Eckert as one of the truly brilliant > engineers of the 20th century. Something I've wondered about with ENIAC is just where did all those 18000 tubes go (as in, where were they used in the machine)? With 20 accumulators of 10 decimal digits each, each digit being a decade ring counter of flip-flops, that's: 20*10*10*2 = 4000 triodes or 2000 duo-triodes. Somewhere I got the impression that number was about doubled for support circuitry around the ring counters, which would put the count around 8000 or 4000, depending on how one is counting. The accumulators account for a substantial portion of the machine (the majority of the rack panels). I know each panel had a fair bit of control-sequencing circuitry, and the power supplies may have accounted for quite a number, but still, where did all the other tubes go? And how feasible would it have been to replace those ring counters with 4-bit binary decade counters to save a lot of tubes? Perhaps it wouldn't have helped much because of the way the values from each counter were transmitted around the machine. Binary counters were around by then of course, I'm not sure when binary counters were first wrapped into decade counters ( by late 40's at latest). It would be fun to examine the ENIAC schematics for these sorts of questions. From hilpert at cs.ubc.ca Fri Aug 29 14:00:12 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Fri, 29 Aug 2008 11:00:12 -0800 Subject: Schematics of Atanasoff-Berry Computer logic circuits? References: <20080821202333.0g523ez9sgc8sg8g@webmail.izone.at> Message-ID: <48B8473C.F6D29496@cs.ubc.ca> Paul Koning wrote: > I found some work on the net (and did some of my own based on that) on > Spice models for vacuum tubes. It's not a standard offering in Spice > packages but it's easy enough to define a model, and given a data > sheet with characteristics curves you can quickly match the model to > the data sheet. > > (The circuit I'm modeling is being very uncooperative, but as far as I > can tell the tube models are not at fault in this.) > > Spice might be a handy way to verify an existing schematic and to > discover how to tweak it for another tube and/or another plate > voltage. DI Gerhard Kreuzer wrote: > to make use of my spice tool set was indeed the first idea, but I > dont have enough time yet so I didnt answer. > > Its no problem, there are still models for tubes available and its > not to hard to make new models for the originally used tubes. > > ... > > Sorry, that I am short?with time, but I am very interested on this > project and as I can spare some hours, i will join, if possible. It could be interesting if someone made up a SPICE model of the ASM to check some resistor values. I have no experience using SPICE and am not acquainted with how flexible it is, but it would then be interesting to exercise the model to find out how reliable the design would be, that is, what degree of resistance and tube variation is tolerable. I have the set of resistor values from the appendix of "The First Electronic Computer", as well as a set of values from my own attempt at calculating them. Either or both might provide a starting point for input to the model. ...sheesh, I just went looking for those values, found them .. but I also found a spreadsheet model of the entire ASM that I forgot I had created. I measured the characteristics of an actual 6C8 in a simple circuit and used the resultant values in a lookup table in the spreadsheet to mimic the transfer function of the tubes. The model, at least, appears to work, but my R-network voltage calculations were rather simplified. I'm sure a SPICE model would be much better, and may show up problems. From wdonzelli at gmail.com Fri Aug 29 13:13:33 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Fri, 29 Aug 2008 14:13:33 -0400 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <48B8460E.1EB9D505@cs.ubc.ca> References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <48AE31FB.6000905@jetnet.ab.ca> <48AE527F.9F95BA5C@cs.ubc.ca> <48AE5F30.B5A6C610@cs.ubc.ca> <48B8460E.1EB9D505@cs.ubc.ca> Message-ID: > I think, rather, that that's a good portion of the explanation of why they > were so slow. > Ballpark example, take a 12AU7: the sum of the grid-to-plate and > grid-to-cathode capacitance is around 3 pF. Suppose the network resistance > feeding the grid circuit is 250 KOhm, that's an RC time constant of 0.75uS, > a little better than just 1 MHz. (R can be reduced of course but power > consumption is then on the climb.) Well, OK, i could buy that, but from what I have seen from the circuits and construction of tube logic circuits is that the 3 pF is not much compared to all the stray capacitance kicking around due to construction techniques. -- Will From wdonzelli at gmail.com Fri Aug 29 13:41:12 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Fri, 29 Aug 2008 14:41:12 -0400 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <082220081525.8277.48AEDA4F000A4F3C0000205522230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> References: <774132.45156.qm@web50502.mail.re2.yahoo.com> <48ADDB00.E245C770@cs.ubc.ca> <082120082110.7646.48ADD9AE000E428000001DDE22230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> <48AE5A10.F7C0DB27@cs.ubc.ca> <082220081525.8277.48AEDA4F000A4F3C0000205522230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> Message-ID: > > (No doubt. I haven't seen a lot of the ENIAC electronic design but it certainly > > was unusual with the stacked tubes and multiple B+ levels. > > > I can't help but see Eckert as one of the truly brilliant > engineers of the 20th century. Well, yes, but having stacked tubes as pulse counters was pretty well known radar technology during the war. -- Will From wdonzelli at gmail.com Fri Aug 29 13:46:48 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Fri, 29 Aug 2008 14:46:48 -0400 Subject: Wanted: vacuum tube logic circuits In-Reply-To: <635344.82814.qm@web50510.mail.re2.yahoo.com> References: <635344.82814.qm@web50510.mail.re2.yahoo.com> Message-ID: > Yes, I found that excellent site back when I was playing with low-voltage tube headphone amps and I have a copy of the Tube Collector Magazine "Car Tubes" article cited there. However, the tube amps I built from modern plans were ones that used common dual triodes like the 12AU7 but with _very_ low plate voltages. The reason for this is the scarcity and, as a result, expense of the low-voltage "car tube" types most useful for audio amps and, unfortunately, logic circuits (12U7, 6GM8). If for some reason I can't get any of the most common and cheapest high B+ dual triode tubes to work in a logic circuit at low plate voltages, then I'll have to go with something like the dual diode, single triode "space charge" car tubes that aren't in demand by audio enthusiasts making them much more readily available and much cheaper. A functional hobbyist demonstration of tube logic that's cheap and uses low voltages is my goal. I have exactly one 12U7 in stock. I have a few 12K5s, as well. One thought about using space charge tubes for logic - they might end up being slow as molasses. -- Will From eric at brouhaha.com Fri Aug 29 13:47:23 2008 From: eric at brouhaha.com (Eric Smith) Date: Fri, 29 Aug 2008 11:47:23 -0700 Subject: Apple II - AppleSoft Code Sample SIN curve in hi-res mode In-Reply-To: References: Message-ID: <48B8443B.1090809@brouhaha.com> Bill Degnan wrote: > If HPLOT is used only to draw straight lines, how does one draw curves in hi-res mode using an Apple II AppleSoft BASIC? The same way curves are drawn on any dot-matrix display, by drawing a lot of points, or a lot of short line segments. From blstuart at bellsouth.net Fri Aug 29 13:52:38 2008 From: blstuart at bellsouth.net (Brian L. Stuart) Date: Fri, 29 Aug 2008 18:52:38 +0000 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: References: <774132.45156.qm@web50502.mail.re2.yahoo.com><48ADDB00.E245C770@cs.ubc.ca><082120082110.7646.48ADD9AE000E428000001DDE22230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net><48AE5A10.F7C0DB27@cs.ubc.ca><082220081525.8277.48AEDA4F000A4F3C0000205522230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> Message-ID: <082920081852.15356.48B84576000091D300003BFC22216125569B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> > > (No doubt. I haven't seen a lot of the ENIAC electronic design but it > certainly > > > was unusual with the stacked tubes and multiple B+ levels. > > > > I can't help but see Eckert as one of the truly brilliant > > engineers of the 20th century. > > Well, yes, but having stacked tubes as pulse counters was pretty well > known radar technology during the war. Definitely. In fact, as I understand it, Eckert had quite a bit of experience with high speed counters in the radar world. That's what made the decade counters such a natural design for him, as opposed to a binary approach that would have saved tubes. Where I think he really shown on the ENIAC however, was in getting the level of reliability he did out of the components of the day. My understanding is that it was one of the earliest applications of worst-worst design and of derating the tubes, running them at lower filament and plate voltages than normal, to extend their lives. BLS From eric at brouhaha.com Fri Aug 29 13:57:31 2008 From: eric at brouhaha.com (Eric Smith) Date: Fri, 29 Aug 2008 11:57:31 -0700 Subject: Intel 31014 Chip? In-Reply-To: <48B831FD.955B2981@west.net> References: <48B831FD.955B2981@west.net> Message-ID: <48B8469B.9060105@brouhaha.com> Marvin Johnston wrote: > I've got an Intel 31014 chip, but can't find any information about it on the > web. The 31 first two numbers imply it is a RAM chip, but that is about all I > can guess. It's a 3101. The "4" is a speed grade. The full part number would be C3101-4. From cclist at sydex.com Fri Aug 29 13:59:35 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 29 Aug 2008 11:59:35 -0700 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: References: <152181.58959.qm@web50504.mail.re2.yahoo.com>, <48B8460E.1EB9D505@cs.ubc.ca>, Message-ID: <48B7E4A7.30812.1564D531@cclist.sydex.com> On 29 Aug 2008 at 14:13, William Donzelli wrote: > Well, OK, i could buy that, but from what I have seen from the > circuits and construction of tube logic circuits is that the 3 pF is > not much compared to all the stray capacitance kicking around due to > construction techniques. In particular, the tube socket. Not as bad as the phenolic based tubes, but still a factor. In early HF work, you'd see tubes with the base removed or with hacksaw slots in the base between pins--and connections soldered directly to the pins. Your comment about space-charge tubes brings up the question "Did any AM/FM auto radios used them?" An FM application might indicate some speed potential. Cheers, Chuck From blstuart at bellsouth.net Fri Aug 29 14:01:27 2008 From: blstuart at bellsouth.net (Brian L. Stuart) Date: Fri, 29 Aug 2008 19:01:27 +0000 Subject: ENIAC tube count / was Re: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <48B846C1.81B8F33C@cs.ubc.ca> References: <774132.45156.qm@web50502.mail.re2.yahoo.com><48ADDB00.E245C770@cs.ubc.ca><082120082110.7646.48ADD9AE000E428000001DDE22230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net><48AE5A10.F7C0DB27@cs.ubc.ca><082220081525.8277.48AEDA4F000A4F3C0000205522230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> <48B846C1.81B8F33C@cs.ubc.ca> Message-ID: <082920081901.2830.48B847870007F0A900000B0E22218801869B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> > Something I've wondered about with ENIAC is just where did all those 18000 > tubes go (as in, where were they used in the machine)? > ... > The accumulators account for a substantial portion of the machine (the majority > of the rack panels). I know each panel had a fair bit of control-sequencing > circuitry, and the power supplies may have accounted for quite a number, but > still, where did all the other tubes go? It's been a while since I looked at it in any detail, but I expect it's a lot like other design work. The core functionality takes 90% of the hardware and the interconnection takes the other 90%. The bits like signal propagation and clocking and sequencing logic and such always seem to take a lot more than we expect them to, and I expect a lot of the tubes went there. Plus you had I/O as well, between the switch bank, the card devices, the display panel, etc. > And how feasible would it have been to replace those ring counters with 4-bit > binary decade counters to save a lot of tubes? Perhaps it wouldn't have helped > much because of the way the values from each counter were transmitted around > the machine. Binary counters were around by then of course, I'm not sure when > binary counters were first wrapped into decade counters ( by late 40's at > latest). It would be fun to examine the ENIAC schematics for these sorts of > questions. I don't know that it was a matter of binary counters being wrapped into decade counters as much as decade counters being a natural design step from mechanical wheels. The design and implementation of them had been well-established in the radar world, and as I understand it, Eckert was quite experienced in it. I'm sure he was also quite capable of designing a binary machine and of course did so later. But I expect that the fact that this was a first of its kind machine and the fact that there was a military need for it meant that confidence in the outcome was more important than efficiency of material. So using design elements that were familiar and proven was a better engineering choice. BLS From michaelgreen42 at comcast.net Fri Aug 29 14:07:08 2008 From: michaelgreen42 at comcast.net (Mike) Date: Fri, 29 Aug 2008 12:07:08 -0700 Subject: cctech Digest, Vol 60, Issue 46 In-Reply-To: <200808291700.m7TH0cq6009669@dewey.classiccmp.org> References: <200808291700.m7TH0cq6009669@dewey.classiccmp.org> Message-ID: <0E7C03EE8B8C4D18AC9137ACFD711513@pal> Hey Josh long time no talk. I'd be willing to take the TRS-80 stuff from you. ------------------------------ Message: 5 Date: Fri, 29 Aug 2008 00:29:20 -0700 From: Josh Dersch Subject: Free stuff! To: General Discussion: On-Topic and Off-Topic Posts Message-ID: <48B7A550.2090308 at msu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Well, now that the mailing list is back up I can list some stuff I need to get rid of :). Local pick-up in the Seattle area, only -- please. (Most of this stuff would be so expensive to ship it wouldn't be worth it anyway...) I'm willing to drive a bit to meet someone halfway if necessary. - IBM PS/2 model 25. In good shape but does not power up. Color screen, some manner of hard disk installed. - TRS-80 Model 12. Kind of rough, but with a little work it'll clean up. Runs, but power supply needs some work (was running fine while I was testing it but a cap let out the "magic smoke" and I haven't had a chance to recap it.). Has card cage expansion but no cards. Dual 8" floppy. - 5 boxes of TRS-80 Model II/12/16/6000 documentation. I bit off more than I could chew when I took this in, I hope someone can use this... all manner of manuals, if you're interested I can give you a list. - A Wang word processing terminal (I can't seem to find a model # on it). Heaviest terminal in the world. Powers up and beeps but that's about all I can get it to do. - Cipher M995S 9-track drive. Works. 1600 & 6250bpi, SCSI interface. Desktop enclosure. Heavy :). Josh ------------------------------ From brad at heeltoe.com Fri Aug 29 14:12:40 2008 From: brad at heeltoe.com (Brad Parker) Date: Fri, 29 Aug 2008 15:12:40 -0400 Subject: free: 2 old imacs + G3 w/o a hard disk; Boston area Message-ID: <32583.1220037160@mini> [I'm not sure if this ever got out during the black out] I have 2 old imacs (blue and purple) and an G3 imac (clear and blue) I want to give away. The imacs work and have disks. The are a little scuffed up but in reasonable condition. The G3 (300mhz) works but has no hard disk (it's just an ide). It's in good condition. I think I have most of the original paperwork for it. No keyboards or mice or power cords. Would anyone like them? I'd rather not toss them. I am in the Boston area. -brad From Paul_Koning at Dell.com Fri Aug 29 14:12:25 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Fri, 29 Aug 2008 15:12:25 -0400 Subject: Schematics of Atanasoff-Berry Computer logic circuits? References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <48B8460E.1EB9D505@cs.ubc.ca> <48B7E4A7.30812.1564D531@cclist.sydex.com> Message-ID: <18616.18969.591116.194373@gargle.gargle.HOWL> >>>>> "Chuck" == Chuck Guzis writes: Chuck> Your comment about space-charge tubes brings up the question Chuck> "Did any AM/FM auto radios used them?" An FM application Chuck> might indicate some speed potential. I've used 12 volt ("car radio") tubes in a shortware broadcast receiver. Worked fine as far as I remember. paul From legalize at xmission.com Fri Aug 29 14:20:56 2008 From: legalize at xmission.com (Richard) Date: Fri, 29 Aug 2008 13:20:56 -0600 Subject: govliq: 12 HP 7907A disk drives (Ogden, UT) Message-ID: LOT (20) DISK DRIVES TO INCLUDE: (12) HP 7907A DISK DRIVE UNIT LR28576 (1) MEGA DRIVE ENTERPRISE 8 FIXED/ REMOVABLE DISK DRIVE UNIT (7) PANASONIC KXL-RW21A PORTABLE CD-R/ RW DRIVE FOR USB INTERFACE 6X WRITE/ 4X REWRITE SPEED As before, if anyone wants these, I'm willing to pick them up from govliq and help you with packing and shipping. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download Legalize Adulthood! From steve at radiorobots.com Fri Aug 29 14:22:13 2008 From: steve at radiorobots.com (steve stutman) Date: Fri, 29 Aug 2008 15:22:13 -0400 Subject: free: 2 old imacs + G3 w/o a hard disk; Boston area In-Reply-To: <32583.1220037160@mini> References: <32583.1220037160@mini> Message-ID: <48B84C65.2090009@radiorobots.com> Hi Brad, Trade lunch at Punjab for the blue imac. Thanks, Steve Brad Parker wrote: > [I'm not sure if this ever got out during the black out] > > I have 2 old imacs (blue and purple) and an G3 imac (clear and blue) I > want to give away. > > The imacs work and have disks. The are a little scuffed up but in > reasonable condition. > > The G3 (300mhz) works but has no hard disk (it's just an ide). It's in > good condition. I think I have most of the original paperwork for it. > > No keyboards or mice or power cords. > > Would anyone like them? I'd rather not toss them. I am in the Boston > area. > > -brad > From wdonzelli at gmail.com Fri Aug 29 14:26:11 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Fri, 29 Aug 2008 15:26:11 -0400 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <48B7E4A7.30812.1564D531@cclist.sydex.com> References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <48B8460E.1EB9D505@cs.ubc.ca> <48B7E4A7.30812.1564D531@cclist.sydex.com> Message-ID: > In particular, the tube socket. Not as bad as the phenolic based > tubes, but still a factor. Yes, but even the wiring. Looking at a Burroughs module, I see they liked to run the signal wires right up against the metal chassis of the module. > In early HF work, you'd see tubes with > the base removed or with hacksaw slots in the base between pins--and > connections soldered directly to the pins. Cheap ass hams (that is, 90 percent of them) would run a 10 WAY beyond what they were made to do, so they cut the sockets (and tube bases) so they would not burn up due to high voltages. Sometimes you can find a 10 (or other triode) that has not been cut, yet the plastic of the base is all bubbly from the leakage. You could find this with some 1960 audio tubes as well, where the amp maker pushed too hard. -- Will From wdonzelli at gmail.com Fri Aug 29 14:28:52 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Fri, 29 Aug 2008 15:28:52 -0400 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <082920081852.15356.48B84576000091D300003BFC22216125569B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> References: <774132.45156.qm@web50502.mail.re2.yahoo.com> <48ADDB00.E245C770@cs.ubc.ca> <082120082110.7646.48ADD9AE000E428000001DDE22230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> <48AE5A10.F7C0DB27@cs.ubc.ca> <082220081525.8277.48AEDA4F000A4F3C0000205522230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> <082920081852.15356.48B84576000091D300003BFC22216125569B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> Message-ID: > Where I think he really shown on the ENIAC however, was in > getting the level of reliability he did out of the components > of the day. My understanding is that it was one of the > earliest applications of worst-worst design and of derating > the tubes, running them at lower filament and plate voltages > than normal, to extend their lives. The Phone Company also did this - and were the other place where one could find huge numbers of tubes used reliably - but they were such a secret society that the knowledge never really got out. -- Will From hilpert at cs.ubc.ca Fri Aug 29 15:30:28 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Fri, 29 Aug 2008 12:30:28 -0800 Subject: Wanted: vacuum tube logic circuits References: <635344.82814.qm@web50510.mail.re2.yahoo.com> Message-ID: <48B85C64.70E258EC@cs.ubc.ca> William Blair wrote: > If for some reason I can't get any of the most common and cheapest > high B+ dual triode tubes to work in a logic circuit at low plate > voltages, then I'll have to go with something like the dual diode, > single triode "space charge" car tubes that aren't in demand by audio > enthusiasts making them much more readily available and much cheaper. > A functional hobbyist demonstration of tube logic that's cheap and > uses low voltages is my goal. I've updated my web page about the ASM with some commentary about the gate design, if interested (http://www.cs.ubc.ca/~hilpert/e/ABC/asm.html). Following from what is written there, if one is setting out to create a tube logic gate design with resistive inputs I would lean towards a positive-logic-NAND / negative-logic-NOR approach where there is only one condition (input state) driving the tube to saturation. Resistor values would still have to change depending on the number of gate inputs. Neon bulbs for each input were one of the other techniques used to avoid the R problems (no help for a low plate voltage design obviously). "DVL" logic might be interesting at low plate voltage. From cclist at sydex.com Fri Aug 29 15:03:00 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 29 Aug 2008 13:03:00 -0700 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <18616.18969.591116.194373@gargle.gargle.HOWL> References: <152181.58959.qm@web50504.mail.re2.yahoo.com>, <18616.18969.591116.194373@gargle.gargle.HOWL> Message-ID: <48B7F384.19514.159EE466@cclist.sydex.com> On 29 Aug 2008 at 15:12, Paul Koning wrote: > I've used 12 volt ("car radio") tubes in a shortware broadcast > receiver. Worked fine as far as I remember. Were these the special "space charge" tubes? e.g. 12J8, 12U7, 12DK7, 12DL8, 12CX6, 12DE8, 12CN5, 12BL6, 12DS7, 12AC6, 12AD6, 12AE6, 12AE7, 12AF6, 12AJ6 or 12AL8 (I've probably left out a few)? Cheers, Chuck From Paul_Koning at Dell.com Fri Aug 29 15:10:21 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Fri, 29 Aug 2008 16:10:21 -0400 Subject: Schematics of Atanasoff-Berry Computer logic circuits? References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <18616.18969.591116.194373@gargle.gargle.HOWL> <48B7F384.19514.159EE466@cclist.sydex.com> Message-ID: <18616.22445.165962.57149@gargle.gargle.HOWL> >>>>> "Chuck" == Chuck Guzis writes: Chuck> On 29 Aug 2008 at 15:12, Paul Koning wrote: >> I've used 12 volt ("car radio") tubes in a shortware broadcast >> receiver. Worked fine as far as I remember. Chuck> Were these the special "space charge" tubes? e.g. 12J8, 12U7, Chuck> 12DK7, 12DL8, 12CX6, 12DE8, 12CN5, 12BL6, 12DS7, 12AC6, 12AD6, Chuck> 12AE6, 12AE7, 12AF6, 12AJ6 or 12AL8 (I've probably left out a Chuck> few)? I don't recognize the term "space charge". They were tubes explicitly specified in the data sheet for operation with 12 volt anode voltage. Almost certainly they were Philips -- EFnn and ECHnn for suitable integer nn... (I did that project in Holland.) paul From hilpert at cs.ubc.ca Fri Aug 29 16:18:59 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Fri, 29 Aug 2008 13:18:59 -0800 Subject: free: 2 old imacs + G3 w/o a hard disk; Boston area References: <32583.1220037160@mini> <48B84C65.2090009@radiorobots.com> Message-ID: <48B867C2.3DC6DE6E@cs.ubc.ca> steve stutman wrote: > > Hi Brad, > > Trade lunch at Punjab for the blue imac. The original (A & B? *) blue imacs had a problem with the flyback transformer failing after a few years of service, by which time they weren't 'worth' repairing. I believe many of them were tossed rather than repaired. Whether that's enough to make them 'rare', considering the large quantity produced would be the question, but functioning original iMacs may become hard to find at some point. I spent a couple hundred bucks to repair mine a few years ago when the repair cost was about the same as the resale value. Apple wouldn't sell just the flyback transformer, and I had to fight with the shop to just sell me the reconditioned monitor board without having to pay them to install it. The ten-year anniversary of the imac was just a couple of months ago ("On-topic"). (* Monitor board is mounted vertically inside a metal cage along the left side of the CRT, rather than horizontally below the CRT in subsequent versions.) From hilpert at cs.ubc.ca Fri Aug 29 16:47:07 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Fri, 29 Aug 2008 13:47:07 -0800 Subject: Schematics of Atanasoff-Berry Computer logic circuits? References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <48AE31FB.6000905@jetnet.ab.ca> <48AE527F.9F95BA5C@cs.ubc.ca> <48AE5F30.B5A6C610@cs.ubc.ca> <48B8460E.1EB9D505@cs.ubc.ca> Message-ID: <48B86E5B.C9A63D91@cs.ubc.ca> William Donzelli wrote: > > > I think, rather, that that's a good portion of the explanation of why they > > were so slow. > > Ballpark example, take a 12AU7: the sum of the grid-to-plate and > > grid-to-cathode capacitance is around 3 pF. Suppose the network resistance > > feeding the grid circuit is 250 KOhm, that's an RC time constant of 0.75uS, > > a little better than just 1 MHz. (R can be reduced of course but power > > consumption is then on the climb.) > > Well, OK, i could buy that, but from what I have seen from the > circuits and construction of tube logic circuits is that the 3 pF is > not much compared to all the stray capacitance kicking around due to > construction techniques. I'd say point-to-point wiring becomes problematic when you start getting going into the higher shortwave / low VHF, and granted it becomes an issue in a physically large system, but it may not be bad as you might think. The 10MHz stage of the HP 524 counter is done with 'rats-nest' point to point wiring with components on tag boards separated by wires from the tube sockets, even for the grid circuits. The key was they went to high-frequency pentodes instead of duo-triodes, low-R circuits, diode clamps, 1% resistors: hi-speed was 'possible' but very expensive to accomplish. From pete at dunnington.plus.com Fri Aug 29 15:50:03 2008 From: pete at dunnington.plus.com (Pete Turnbull) Date: Fri, 29 Aug 2008 21:50:03 +0100 Subject: Intel 31014 Chip? In-Reply-To: <48B8469B.9060105@brouhaha.com> References: <48B831FD.955B2981@west.net> <48B8469B.9060105@brouhaha.com> Message-ID: <48B860FB.8020808@dunnington.plus.com> On 29/08/2008 19:57, Eric Smith wrote: > Marvin Johnston wrote: >> I've got an Intel 31014 chip, but can't find any information about it >> on the >> web. The 31 first two numbers imply it is a RAM chip, but that is >> about all I >> can guess. > > It's a 3101. The "4" is a speed grade. The full part number would be > C3101-4. Yup. That's a 16 x 4 (ie 64 bits) Schottky RAM, DTL/TTL-compatible with open-collector outputs. -- Pete Peter Turnbull Network Manager University of York From ard at p850ug1.demon.co.uk Fri Aug 29 16:00:18 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Fri, 29 Aug 2008 22:00:18 +0100 (BST) Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <18616.22445.165962.57149@gargle.gargle.HOWL> from "Paul Koning" at Aug 29, 8 04:10:21 pm Message-ID: > Chuck> Were these the special "space charge" tubes? e.g. 12J8, 12U7, > Chuck> 12DK7, 12DL8, 12CX6, 12DE8, 12CN5, 12BL6, 12DS7, 12AC6, 12AD6, > Chuck> 12AE6, 12AE7, 12AF6, 12AJ6 or 12AL8 (I've probably left out a > Chuck> few)? > > I don't recognize the term "space charge". They were tubes explicitly > specified in the data sheet for operation with 12 volt anode voltage. > Almost certainly they were Philips -- EFnn and ECHnn for suitable > integer nn... (I did that project in Holland.) I think nn=83 :-). I am really digging into the depths of my memory, but I seem to remember the ECH83 (triode hexode frequency changer) and EBF83 (double diode and pentode). Maybe at least one other type too. -tony From bobalan at sbcglobal.net Fri Aug 29 15:44:27 2008 From: bobalan at sbcglobal.net (Bob Rosenbloom) Date: Fri, 29 Aug 2008 13:44:27 -0700 Subject: Honeywell 316 on govliquidation In-Reply-To: References: Message-ID: <48B85FAB.4040501@sbcglobal.net> I would go for it except it's part of an 8000 pound test station. Shipping to CA from AL would be out of the question. http://cgi.govliquidation.com/auction/view?id=1883884&convertTo=USD Bob From pete at dunnington.plus.com Fri Aug 29 16:04:56 2008 From: pete at dunnington.plus.com (Pete Turnbull) Date: Fri, 29 Aug 2008 22:04:56 +0100 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <48B86E5B.C9A63D91@cs.ubc.ca> References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <48AE31FB.6000905@jetnet.ab.ca> <48AE527F.9F95BA5C@cs.ubc.ca> <48AE5F30.B5A6C610@cs.ubc.ca> <48B8460E.1EB9D505@cs.ubc.ca> <48B86E5B.C9A63D91@cs.ubc.ca> Message-ID: <48B86478.6080507@dunnington.plus.com> On 29/08/2008 22:47, Brent Hilpert wrote: > I'd say point-to-point wiring becomes problematic when you start getting going > into the higher shortwave / low VHF, and granted it becomes an issue in a > physically large system, but it may not be bad as you might think. Sometimes even an asset. I recall a DIY project in Practical Television in the UK, for a Band III (about 190-200MHz) VHF TV preamp, built in the proverbial tobacco tin with a VHF pentode (IIRC), and using a length of coax for its tuned circuit. -- Pete Peter Turnbull Network Manager University of York From Paul_Koning at Dell.com Fri Aug 29 16:14:12 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Fri, 29 Aug 2008 17:14:12 -0400 Subject: Schematics of Atanasoff-Berry Computer logic circuits? References: <18616.22445.165962.57149@gargle.gargle.HOWL> Message-ID: <18616.26276.276748.581385@gargle.gargle.HOWL> >>>>> "Tony" == Tony Duell writes: Chuck> Were these the special "space charge" tubes? e.g. 12J8, 12U7, Chuck> 12DK7, 12DL8, 12CX6, 12DE8, 12CN5, 12BL6, 12DS7, 12AC6, 12AD6, Chuck> 12AE6, 12AE7, 12AF6, 12AJ6 or 12AL8 (I've probably left out a Chuck> few)? >> I don't recognize the term "space charge". They were tubes >> explicitly specified in the data sheet for operation with 12 volt >> anode voltage. Almost certainly they were Philips -- EFnn and >> ECHnn for suitable integer nn... (I did that project in Holland.) Tony> I think nn=83 :-). I am really digging into the depths of my Tony> memory, but I seem to remember the ECH83 (triode hexode Tony> frequency changer) and EBF83 (double diode and pentode). Maybe Tony> at least one other type too. Sounds right. I don't remember EBF83, I thought I had a semiconductor diode for the AM detector stage. So that would have made an EFnn IF amp. paul From bfranchuk at jetnet.ab.ca Fri Aug 29 16:19:06 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Fri, 29 Aug 2008 15:19:06 -0600 Subject: Honeywell 316 on govliquidation In-Reply-To: <48B85FAB.4040501@sbcglobal.net> References: <48B85FAB.4040501@sbcglobal.net> Message-ID: <48B867CA.5050205@jetnet.ab.ca> Bob Rosenbloom wrote: > I would go for it except it's part of an 8000 pound test station. > Shipping to CA from AL would > be out of the question. > > http://cgi.govliquidation.com/auction/view?id=1883884&convertTo=USD > You don't want that FAULT to shift do you now. :) > > Bob > From eric at brouhaha.com Fri Aug 29 16:17:50 2008 From: eric at brouhaha.com (Eric Smith) Date: Fri, 29 Aug 2008 14:17:50 -0700 Subject: free: 2 old imacs + G3 w/o a hard disk; Boston area In-Reply-To: <32583.1220037160@mini> References: <32583.1220037160@mini> Message-ID: <48B8677E.5010100@brouhaha.com> Brad Parker wrote: > I have 2 old imacs (blue and purple) and an G3 imac (clear and blue) I > want to give away. I don't have room for those, but if anyone knows where I can get a PPC Mac Mini cheap, I'm all ears. The Mac Mini won't on-topic for this list for a while, since it was introduced in January 2005, but I intend to use it for development of software related to classic computers. I've got an Intel-based Mac Mini that I use for that purpose now, but some people want me to also develop for PPC. Eric From cclist at sydex.com Fri Aug 29 16:42:41 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 29 Aug 2008 14:42:41 -0700 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: References: <152181.58959.qm@web50504.mail.re2.yahoo.com>, <48B7E4A7.30812.1564D531@cclist.sydex.com>, Message-ID: <48B80AE1.10275.15FA25D8@cclist.sydex.com> On 29 Aug 2008 at 15:26, William Donzelli wrote: > Cheap ass hams (that is, 90 percent of them) would run a 10 WAY beyond > what they were made to do, so they cut the sockets (and tube bases) so > they would not burn up due to high voltages. Sometimes you can find a > 10 (or other triode) that has not been cut, yet the plastic of the > base is all bubbly from the leakage. Heh. It was the spendthrifts who splurged on a 6V pilot lamp as a plate current indicator. The rest of us just tuned for the least amount of orange glow from the plate. :) Ah, for the days of building CW transmitters from a junker TV chassis. There were various power tubes (6L6G's included) that could be had with ceramic bases. Cheers, Chuck From wh.sudbrink at verizon.net Fri Aug 29 18:17:51 2008 From: wh.sudbrink at verizon.net (Bill Sudbrink) Date: Fri, 29 Aug 2008 19:17:51 -0400 Subject: Unusual altair front panel... In-Reply-To: Message-ID: Bill Sudbrink wrote: > > I've never seen an altair with a front panel like > the one on ebay item #160276656912. Has anyone else? > Is is located close to where I work and I'm thinking > of asking the seller if I can stop by and have a look. > If it's nothing unusual, I won't bother. Nobody has an opinion on this??? Or is everybody about to snipe the auction? From rcini at optonline.net Fri Aug 29 18:22:20 2008 From: rcini at optonline.net (Richard A. Cini) Date: Fri, 29 Aug 2008 19:22:20 -0400 Subject: Unusual altair front panel... In-Reply-To: Message-ID: On 8/29/08 7:17 PM, "Bill Sudbrink" wrote: > Bill Sudbrink wrote: >> >> I've never seen an altair with a front panel like >> the one on ebay item #160276656912. Has anyone else? >> Is is located close to where I work and I'm thinking >> of asking the seller if I can stop by and have a look. >> If it's nothing unusual, I won't bother. > > Nobody has an opinion on this??? Or is everybody about to > snipe the auction? Later I'm going to go downstairs and look at the serial number for my 8800b. I have never seen a front panel color combination like this before in any pictures. Rich -- Rich Cini Collector of Classic Computers Build Master and lead engineer, Altair32 Emulator http://www.altair32.com http://www.classiccmp.org/cini From rcini at optonline.net Fri Aug 29 18:24:51 2008 From: rcini at optonline.net (Richard A. Cini) Date: Fri, 29 Aug 2008 19:24:51 -0400 Subject: Unusual altair front panel... In-Reply-To: Message-ID: On 8/29/08 7:22 PM, "Richard A. Cini" wrote: > On 8/29/08 7:17 PM, "Bill Sudbrink" wrote: > >> Bill Sudbrink wrote: >>> >>> I've never seen an altair with a front panel like >>> the one on ebay item #160276656912. Has anyone else? >>> Is is located close to where I work and I'm thinking >>> of asking the seller if I can stop by and have a look. >>> If it's nothing unusual, I won't bother. >> >> Nobody has an opinion on this??? Or is everybody about to >> snipe the auction? > > Later I'm going to go downstairs and look at the serial number for my 8800b. I > have never seen a front panel color combination like this before in any > pictures. Ok, I just realized it's an 8800 and not the 8800b I have. I wonder if MITS produced an 8800b-like retrofit panel for the 8800, or maybe some third party did. If you look at the close-up of the switches, you can see wear on the white background. So, it's got to be age-correct. Rich -- Rich Cini Collector of Classic Computers Build Master and lead engineer, Altair32 Emulator http://www.altair32.com http://www.classiccmp.org/cini From george at rachors.com Fri Aug 29 20:01:07 2008 From: george at rachors.com (George L. Rachor Jr.) Date: Fri, 29 Aug 2008 18:01:07 -0700 (PDT) Subject: Unusual altair front panel... In-Reply-To: References: Message-ID: <20080829175859.U69308@racsys.rachors.com> I think it is interesting... Looks to me like an original Altair that was styled in what I call the third generation of Altairs.. Which included the version with a simplified front panel. George Rachor Hillsboro, Oregon ========================================================= George L. Rachor Jr. george at rachors.com Hillsboro, Oregon http://rachors.com United States of America Amateur Radio : KD7DCX On Fri, 29 Aug 2008, Bill Sudbrink wrote: > Bill Sudbrink wrote: >> >> I've never seen an altair with a front panel like >> the one on ebay item #160276656912. Has anyone else? >> Is is located close to where I work and I'm thinking >> of asking the seller if I can stop by and have a look. >> If it's nothing unusual, I won't bother. > > Nobody has an opinion on this??? Or is everybody about to > snipe the auction? > From cctalk at solivant.com Fri Aug 29 20:47:09 2008 From: cctalk at solivant.com (Geoff Harrison) Date: Fri, 29 Aug 2008 20:47:09 -0500 Subject: Unusual altair front panel... Message-ID: <48B8A69D.1050003@solivant.com> >> Bill Sudbrink wrote: >>> >>> I've never seen an altair with a front panel like >>> the one on ebay item #160276656912. Has anyone else? >>> Is is located close to where I work and I'm thinking >>> of asking the seller if I can stop by and have a look. >>> If it's nothing unusual, I won't bother. >> >> Nobody has an opinion on this??? Or is everybody about to >> snipe the auction? >> > I think it is interesting... > > Looks to me like an original Altair that was styled in what I call the > third generation of Altairs.. Which included the version with a simplified > front panel. > > George Rachor > Hillsboro, Oregon > If you look closely at some of the internal pictures, you'll notice that the card support rails are unusual for an 8800, too. Geoff Harrison. From cclist at sydex.com Fri Aug 29 22:43:20 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 29 Aug 2008 20:43:20 -0700 Subject: Unusual altair front panel... In-Reply-To: References: , Message-ID: <48B85F68.7900.17445232@cclist.sydex.com> On 29 Aug 2008 at 19:24, Richard A. Cini wrote: > Ok, I just realized it's an 8800 and not the 8800b I have. I wonder if MITS > produced an 8800b-like retrofit panel for the 8800, or maybe some third > party did. If you look at the close-up of the switches, you can see wear on > the white background. So, it's got to be age-correct. I don't know, but I can tell you that my own 8800 began to show considerable wear on the front panel fairly early on. I covered it with a coat of the least awful stuff I could think of--white shellac, which stopped the wear (and should be fairly easy to remove if the occasion arises). I would not be surprised if this were a retrofit panel or a custom- screened one. Cheers, Chuck From cclist at sydex.com Fri Aug 29 22:53:29 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 29 Aug 2008 20:53:29 -0700 Subject: Unusual altair front panel... In-Reply-To: <48B8A69D.1050003@solivant.com> References: <48B8A69D.1050003@solivant.com> Message-ID: <48B861C9.21327.174D9ED8@cclist.sydex.com> On 29 Aug 2008 at 20:47, Geoff Harrison wrote: > If you look closely at some of the internal pictures, you'll > notice that the card support rails are unusual for an 8800, too. I wasn't thrilled with the blue card guides on the original either. I wondered if these were some sort of home-made affair using 1/2" CPVC pipe. Cheers, Chuck From cclist at sydex.com Fri Aug 29 22:59:40 2008 From: cclist at sydex.com (Chuck Guzis) Date: Fri, 29 Aug 2008 20:59:40 -0700 Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <48B86478.6080507@dunnington.plus.com> References: <152181.58959.qm@web50504.mail.re2.yahoo.com>, <48B86E5B.C9A63D91@cs.ubc.ca>, <48B86478.6080507@dunnington.plus.com> Message-ID: <48B8633C.14880.1753472E@cclist.sydex.com> On 29 Aug 2008 at 22:04, Pete Turnbull wrote: > Sometimes even an asset. I recall a DIY project in Practical Television > in the UK, for a Band III (about 190-200MHz) VHF TV preamp, built in the > proverbial tobacco tin with a VHF pentode (IIRC), and using a length of > coax for its tuned circuit. Before that, you'd find acorn tubes using copper pipe for a tuned circuit at 112 MHz. Parallel tuned lines made of brass or copper rod weren't unusual back then for the 2.5 meter band and down. Cheers, Chuck From jondjohnston at hotmail.com Sat Aug 30 01:08:04 2008 From: jondjohnston at hotmail.com (Jon Johnston) Date: Sat, 30 Aug 2008 16:08:04 +1000 Subject: cctech Digest, Vol 60, Issue 47 - govliq: 12 HP 7907A disk drives In-Reply-To: <200808292139.m7TLdPtd014921@dewey.classiccmp.org> Message-ID: ------------------------------ Message: 25 Date: Fri, 29 Aug 2008 13:20:56 -0600 From: Richard Subject: govliq: 12 HP 7907A disk drives (Ogden, UT) To: cctalk at classiccmp.org Message-ID: LOT (20) DISK DRIVES TO INCLUDE: (12) HP 7907A DISK DRIVE UNIT LR28576 (1) MEGA DRIVE ENTERPRISE 8 FIXED/ REMOVABLE DISK DRIVE UNIT (7) PANASONIC KXL-RW21A PORTABLE CD-R/ RW DRIVE FOR USB INTERFACE 6X WRITE/ 4X REWRITE SPEED As before, if anyone wants these, I'm willing to pick them up from govliq and help you with packing and shipping. ____________________________________________________________________________ _____________ Richard - wow, what a big help for you to pick up, especially with us being so far away. Thanks. We are extremely keen to obtain 3 of the 7907A and would be happy to pay $100 each plus shipping (we would ship to Ca). Anyone else interested in going in on this? Cheers, Jon. www.hpmuseum.net. From derschjo at msu.edu Fri Aug 29 02:29:20 2008 From: derschjo at msu.edu (Josh Dersch) Date: Fri, 29 Aug 2008 00:29:20 -0700 Subject: Free stuff! Message-ID: <48B7A550.2090308@msu.edu> Well, now that the mailing list is back up I can list some stuff I need to get rid of :). Local pick-up in the Seattle area, only -- please. (Most of this stuff would be so expensive to ship it wouldn't be worth it anyway...) I'm willing to drive a bit to meet someone halfway if necessary. - IBM PS/2 model 25. In good shape but does not power up. Color screen, some manner of hard disk installed. - TRS-80 Model 12. Kind of rough, but with a little work it'll clean up. Runs, but power supply needs some work (was running fine while I was testing it but a cap let out the "magic smoke" and I haven't had a chance to recap it.). Has card cage expansion but no cards. Dual 8" floppy. - 5 boxes of TRS-80 Model II/12/16/6000 documentation. I bit off more than I could chew when I took this in, I hope someone can use this... all manner of manuals, if you're interested I can give you a list. - A Wang word processing terminal (I can't seem to find a model # on it). Heaviest terminal in the world. Powers up and beeps but that's about all I can get it to do. - Cipher M995S 9-track drive. Works. 1600 & 6250bpi, SCSI interface. Desktop enclosure. Heavy :). Josh From mouse at Rodents-Montreal.ORG Fri Aug 29 13:04:18 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Fri, 29 Aug 2008 14:04:18 -0400 (EDT) Subject: Vacuum-tube speed [was Re: Schematics of Atanasoff-Berry Computer logic circuits?] In-Reply-To: <48B8460E.1EB9D505@cs.ubc.ca> References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <48AE31FB.6000905@jetnet.ab.ca> <48AE527F.9F95BA5C@cs.ubc.ca> <48AE5F30.B5A6C610@cs.ubc.ca> <48B8460E.1EB9D505@cs.ubc.ca> Message-ID: <200808291812.OAA26407@Sparkle.Rodents-Montreal.ORG> > Ballpark example, take a 12AU7: [...3pF capacitance...RC time > constant...] > (Not to say there weren't other reasons they were slow..) That brings up something I've occasionally wondered about: how fast do electrons move in a vacuum tube? (I'm talking about the free-flight path between cathode and plate.) In particular, what's the time delay between emission from the cathode and reception by the plate? I imagine it depends on the plate voltage; does that make enough of a difference to care about? I don't remember enough of the constants to figure out what sort of acceleration a gradient of, say, 200 V/cm imparts to a free electron.... /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From bfranchuk at jetnet.ab.ca Sat Aug 30 01:27:09 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Sat, 30 Aug 2008 00:27:09 -0600 Subject: Vacuum-tube speed [was Re: Schematics of Atanasoff-Berry Computer logic circuits?] In-Reply-To: <200808291812.OAA26407@Sparkle.Rodents-Montreal.ORG> References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <48AE31FB.6000905@jetnet.ab.ca> <48AE527F.9F95BA5C@cs.ubc.ca> <48AE5F30.B5A6C610@cs.ubc.ca> <48B8460E.1EB9D505@cs.ubc.ca> <200808291812.OAA26407@Sparkle.Rodents-Montreal.ORG> Message-ID: <48B8E83D.1010801@jetnet.ab.ca> der Mouse wrote: >> Ballpark example, take a 12AU7: [...3pF capacitance...RC time >> constant...] >> > > >> (Not to say there weren't other reasons they were slow..) >> > > That brings up something I've occasionally wondered about: how fast do > electrons move in a vacuum tube? (I'm talking about the free-flight > path between cathode and plate.) In particular, what's the time delay > between emission from the cathode and reception by the plate? I > imagine it depends on the plate voltage; does that make enough of a > difference to care about? I don't remember enough of the constants to > figure out what sort of acceleration a gradient of, say, 200 V/cm > imparts to a free electron.... > I think you need study a broken tube to find the distance from the cathode first. > /~\ The ASCII der Mouse > \ / Ribbon Campaign > X Against HTML mouse at rodents-montreal.org > / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B > > From steven.alan.canning at verizon.net Sat Aug 30 02:01:16 2008 From: steven.alan.canning at verizon.net (Scanning) Date: Sat, 30 Aug 2008 00:01:16 -0700 Subject: NEC PC-8201A needs a new home... References: <20080829032924.GB26269@usap.gov> Message-ID: <000b01c90a6e$32ca2a40$0301a8c0@hal9000> I wanted to give the "list" first shot at this before I throw it to the dogs on E-bay... This is a fully functional NEC PC-8201A with 32K of RAM. Also included is the Reference Pamphlet, BASIC Reference Manual, Personal Application Kit Guide and a User's Guide. As a bonus you also get a 300 baud modem !! Shipping weight is about 10 pounds. The unit is in great shape and comes from a good home ( fellow colleague at Hughes Aircraft ). If you are interested please contact me offline and make an offer I can't refuse ( no horse heads please ! ). Give me your Zip Code and I'll tell you how much shipping ( Domestic USA only ) will be. I only ship UPS because ALL the other companies have lost stuff. Thanks. Best regards, Steven From hilpert at cs.ubc.ca Sat Aug 30 04:45:44 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Sat, 30 Aug 2008 01:45:44 -0800 Subject: Vacuum-tube speed [was Re: Schematics of Atanasoff-Berry Computerlogic circuits?] References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <48AE31FB.6000905@jetnet.ab.ca> <48AE527F.9F95BA5C@cs.ubc.ca> <48AE5F30.B5A6C610@cs.ubc.ca> <48B8460E.1EB9D505@cs.ubc.ca> <200808291812.OAA26407@Sparkle.Rodents-Montreal.ORG> Message-ID: <48B916C8.99EAD3E1@cs.ubc.ca> der Mouse wrote: > > > Ballpark example, take a 12AU7: [...3pF capacitance...RC time > > constant...] > > > (Not to say there weren't other reasons they were slow..) > > That brings up something I've occasionally wondered about: how fast do > electrons move in a vacuum tube? (I'm talking about the free-flight > path between cathode and plate.) In particular, what's the time delay > between emission from the cathode and reception by the plate? I > imagine it depends on the plate voltage; does that make enough of a > difference to care about? I don't remember enough of the constants to > figure out what sort of acceleration a gradient of, say, 200 V/cm > imparts to a free electron.... Standard Disclaimer: It's been 30 years since I've done such calculations, so, if I still have the concepts right: Given a B+ (cathode-plate differential) of 200V, an electron accelerated from velocity of 0 at the cathode, to the plate, will have acquired 200 electron-Volts (eV) of energy when it hits the plate. Circumventing force/acceleration calculations and simply going backwards from the energy/mass/velocity relationship: Given the mass of an electron and now knowing it's kinetic energy, we can calculate the final velocity of the electron when it hit the plate (with a conversion factor inserted to convert eV to Joules (m^2Kg/s^2): E = m v^2 / 2 v = sqrt( 2E / m ) = sqrt( 2 (200 eV) (1.6e-19 (m^2Kg/s^2)/eV) / (9.1e-31 Kg) ) = ~ 8,400,000 m/S Supposing the plate-cathode distance is 3 mm, and given the average velocity over that distance is half the final velocity since the electron started at 0: t = d / (v/2) = 0.003 m / ( (8.4e6 m/S) / 2 ) = ~ 0.7 nS .. seems valid perhaps .. Of course, it's not really the cathode-to-plate time that matters, but the grid-to-plate time (for amplifying tubes), but anyways.. From shoppa at trailing-edge.com Sat Aug 30 07:48:03 2008 From: shoppa at trailing-edge.com (Tim Shoppa) Date: Sat, 30 Aug 2008 08:48:03 -0400 Subject: Ring vs BCD counters for decades In-Reply-To: <200808292047.m7TKlXsX013214@dewey.classiccmp.org> References: <200808292047.m7TKlXsX013214@dewey.classiccmp.org> Message-ID: <20080830124803.BB42CBA4C69@mini-me.trailing-edge.com> A couple points made in the past day that I can't resist following up on with my contradictory experience: > I think, rather, that that's a good portion of the explanation of why they > were so slow. > Ballpark example, take a 12AU7: the sum of the grid-to-plate and > grid-to-cathode capacitance is around 3 pF. Suppose the network resistance > feeding the grid circuit is 250 KOhm, that's an RC time constant of 0.75uS, > a little better than just 1 MHz. (R can be reduced of course but power > consumption is then on the climb.) > > (Not to say there weren't other reasons they were slow..) In fact, if you build similar flip-flop circuits out of transistors (essentially RTL) you'll end up with very similar counting speeds. The same tricks that speed up transistor flip-flops will speed up tube flip-flops: First you add some "speedup capacitors" to help overcome grid/base capacitance storage effects. Then you start eating away at your component variation/supply voltage variation margins to get extra speed at the cost of hand-picked parts. Then you start thinking about active pull-ups instead of just resistive pullups. Then you go to totem-pole structures. The concept works the same in both tubes and transistors. But until IC's you don't see it used an awful lot because with discretes, totem poles mean more parts. Even into the 80's NMOS and PMOS were still cutting edge and then the chip industry didn't go whole-heartedly into CMOS until the mid-80's. Brent wrote: > And how feasible would it have been to replace those ring counters with 4-bit > binary decade counters to save a lot of tubes? Perhaps it wouldn't have helped > much because of the way the values from each counter were transmitted around > the machine. Binary counters were around by then of course, I'm not sure when > binary counters were first wrapped into decade counters ( by late 40's at > latest). Both BCD counters and ring counters made out of tubes were around before WWII, and of course both were used a lot in WWII radar equipment. The earliest reference I know is Williams, "High Speed Thyratron Automatic Counting", Proc Roy Soc May 1932, mentioned in Electronics, July 1932, p 232. The flip-flop tube count difference is really very very minor: 5 tubes for a Johnson ring counter, 4 tubes for a BCD counter, and the BCD counter takes some cleverness to avoid the use of diodes (in the 50's could've been either vacuum or solid state) for gating. And the ring counter is much more easily decoded into ten digits for display. >From a purity point of view, the ring counter has some huge advantages in glitch-free decoding. But just like 70's TTL implementations, most designers were blissfully unaware of the glitches that messed up many of their circuits :-). Note that a lot of tube decade counters even into the 60's didn't use strict BCD or string ring arrangements, instead they always chose an arrangement that was most easily decoded for the application. Note that even in solid state IC form both schools are thoroughly established: The CMOS 4017 is a ring counter, the TTL 7490 is a BCD counter. Usually the ring counter was used where there was no need for any BCD coding. And the TTL nerds who didn't understand ring counters always used 7490's followed by a 7442 decoder when they wanted 10 decoded outputs, when they should've been using a ring counter to begin with! Tim. From thrashbarg at kaput.homeunix.org Sat Aug 30 08:16:07 2008 From: thrashbarg at kaput.homeunix.org (Alexis) Date: Sat, 30 Aug 2008 22:46:07 +0930 Subject: Uses for OpenVMS Message-ID: <200808302246.07742.thrashbarg@kaput.homeunix.org> Hi, I've had a VAXstation 4000/60 in my cabinet for well over a year now (had to renew the license a few days ago). It is running OpenVMS 7.3. I can not think of any use for it, other than learning about OpenVMS, but that is made difficult when I don't know what to do with it... So what can be done with an OpenVMS setup these days? Also, if anyone wants an account they're welcome, just email me. Alexis. From thrashbarg at kaput.homeunix.org Sat Aug 30 08:36:58 2008 From: thrashbarg at kaput.homeunix.org (Alexis) Date: Sat, 30 Aug 2008 23:06:58 +0930 Subject: Wanted: vacuum tube logic circuits In-Reply-To: <651591.27033.qm@web50508.mail.re2.yahoo.com> References: <651591.27033.qm@web50508.mail.re2.yahoo.com> Message-ID: <200808302306.58712.thrashbarg@kaput.homeunix.org> http://bitsavers.org/pdf/dec/handbooks/LogicHandbook_Mar61.pdf (4.4MB) http://bitsavers.org/pdf/dec/handbooks/LogicHandbook_Mar67.pdf (25MB) These go quite indepth about transistor logic used in the original DEC system modules and the B and R series Flip-Chip modules. It would be a fun experiment to see if they will work on valves. The 1961 handbook discusses the original series and the 1967 handbook coveres the Flip-Chip series, with sections on analogue to digital conversion and other goodies. What would be a really interesting read is a technical manual on the IBM 650. I'd love to have a good look at the bi-quinary arithmetic system. Alexis. From wbblair3 at yahoo.com Sat Aug 30 09:42:53 2008 From: wbblair3 at yahoo.com (William Blair) Date: Sat, 30 Aug 2008 07:42:53 -0700 (PDT) Subject: Subject: Re: Wanted: vacuum tube logic circuits In-Reply-To: <200808292047.m7TKlXsY013214@dewey.classiccmp.org> Message-ID: <934384.35571.qm@web50507.mail.re2.yahoo.com> Chuck Guzis wrote: > My first exposure to very-low plate voltage applications > was with a code-practice oscillator built from a circuit in the ARRL > Radio Amateur's Handbook. ISTR it used a 6SN7 that used the > 6.3v from the heater winding as plate voltage. At any rate, it would > drive a pair of earphones. Perhaps someone with a RAH collection > from the 1950's might locate the circuit. Thank you! That's the perfect tube multivibrator lead which allowed me to find these references using "code oscillator" and "6SN7" as search terms: p29, Dec '55: "A Heterodyne Crystal Calibrator AND CODE PRACTICE OSCILLATOR" uses both halves of a 7N7, 6SN7, or 12AU7 (or pairs of many triodes) and two crystals to give marker signals at the DIFFERENCE of the two crystals p41, Jun '52: "...Frequency Standard...Oscillator" uses a 6F6 oscillator, both halves of a 6SN7 as a multivibrator p30, Mar '62: Uses a 6AU6 oscillator at 100 kc and a 12AU7 multivibrator to also give 50 kc markers p33, Jan '65: Uses a 6AQ5 oscillator at 100 kc and a 6AS6 10-kc sub-harmonic generator (no diode and NO inductors!) p34, May '65: Uses a 6AU6 oscillator at 100 kc, a 12AU7 multi- vibrator for 10 kc points, and another 12AU7 All of these and more were found here: http://newsgroups.derkeiler.com/Archive/Rec/rec.radio.amateur.homebrew/2007-09/msg00154.html Do you recall if the p29, Dec '55 project was the 6.3V plate voltage project you mentioned? The successful use of 6.3V as the plate voltage in a multivibrator using a standard HV tube is extremely encouraging. The lowest voltage used for the audio circuits I've built was 24V which was most likely used to put the tubes in a more linear operating region which wouldn't be necessary with a multivibrator. > While dual (identical) pentodes aren't too common for > you to use the first grid as a space-charge element, > I wonder if one of the sync-separator tubes, such as the > 6BU8 might not do the trick. Single cathode and first grid, > independent 3rd grids and plates. Thanks, that will be an interesting thing to try. > In the 20's and 30's before small-geometry power > tubes became available, "microwave" experimenters would take a > hefty triode and put a high positive voltage on the grid and a > slightly negative voltage on the plate to induce Barkhausen > oscillation. But that has nothing to do with your problem, so > forget that I mentioned But thanks for mentioning it anyway since I'm interested in reading about any unusual operating modes for tubes. Bill From wbblair3 at yahoo.com Sat Aug 30 09:58:29 2008 From: wbblair3 at yahoo.com (William Blair) Date: Sat, 30 Aug 2008 07:58:29 -0700 (PDT) Subject: Wanted: vacuum tube logic circuits In-Reply-To: <200808292047.m7TKlXsY013214@dewey.classiccmp.org> Message-ID: <852754.82980.qm@web50511.mail.re2.yahoo.com> William Donzelli wrote: > I have exactly one 12U7 in stock. I have a few 12K5s, as > well. I've now got a number of different dual triode tubes to try from a local electronics shop that has a large collection of tubes from former TV and radio repairmen. $1 each and they have a B&K 707 tube tester to test them on. > One thought about using space charge tubes for logic - they > might end up being slow as molasses. >From a message above, it looks like even a 6.3V plate voltage on a standard (not low voltage) dual triode tube will work and I'm after a visibly slow (a few Hz at most) multivibrator anyway with a binary counter circuit attached. From wbblair3 at yahoo.com Sat Aug 30 10:07:07 2008 From: wbblair3 at yahoo.com (William Blair) Date: Sat, 30 Aug 2008 08:07:07 -0700 (PDT) Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <200808292047.m7TKlXsY013214@dewey.classiccmp.org> Message-ID: <6250.78959.qm@web50504.mail.re2.yahoo.com> Chuck Guzis wrote: > Were these the special "space charge" tubes? > e.g. 12J8, 12U7, 12DK7, 12DL8, 12CX6, 12DE8, 12CN5, 12BL6, 12DS7, > 12AC6, 12AD6, 12AE6, 12AE7, 12AF6, 12AJ6 or 12AL8 (I've probably > left out a few)? Yes, that's some of them. There were 41 types. From wdonzelli at gmail.com Sat Aug 30 10:17:59 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Sat, 30 Aug 2008 11:17:59 -0400 Subject: Wanted: vacuum tube logic circuits In-Reply-To: <852754.82980.qm@web50511.mail.re2.yahoo.com> References: <200808292047.m7TKlXsY013214@dewey.classiccmp.org> <852754.82980.qm@web50511.mail.re2.yahoo.com> Message-ID: > > I have exactly one 12U7 in stock. I have a few 12K5s, as > > well. > > I've now got a number of different dual triode tubes to try from a local electronics shop that has a large collection of tubes from former TV and radio repairmen. $1 each and they have a B&K 707 tube tester to test them on. Well, in case you wanted proper space charge tubes for your digital logic experiments. -- Will From bfranchuk at jetnet.ab.ca Sat Aug 30 10:25:51 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Sat, 30 Aug 2008 09:25:51 -0600 Subject: Wanted: vacuum tube logic circuits In-Reply-To: References: <200808292047.m7TKlXsY013214@dewey.classiccmp.org> <852754.82980.qm@web50511.mail.re2.yahoo.com> Message-ID: <48B9667F.6010005@jetnet.ab.ca> William Donzelli wrote: >> > I have exactly one 12U7 in stock. I have a few 12K5s, as >> > well. >> >> I've now got a number of different dual triode tubes to try from a local electronics shop that has a large collection of tubes from former TV and radio repairmen. $1 each and they have a B&K 707 tube tester to test them on. >> > > Well, in case you wanted proper space charge tubes for your digital > logic experiments. > > The problem with them is HUGE filament current. Pencil tubes look to be fun to play with, but you never hear about them cause of the war. http://home.netcom.com/~wa2ise/ > -- > Will > > From ray at arachelian.com Sat Aug 30 10:32:32 2008 From: ray at arachelian.com (Ray Arachelian) Date: Sat, 30 Aug 2008 11:32:32 -0400 Subject: OT: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) In-Reply-To: <200808201942602.SM04048@[63.69.23.239]> References: <200808201942602.SM04048@[63.69.23.239]> Message-ID: <48B96810.3080100@arachelian.com> tonym wrote: > I thought some of you might appreciate this... > > Microsoft is offering for one day only, today, Office Ultimate Edition for $59.95. This has > everything in it, I think retail is like $500-600. > Linux $0, *BSD $0, OpenOffice.org $0. And you don't have to be a student or teacher. It's the same price no matter what TLD your email address is behind. Infact, some will even send you the install CD's for free incase you can't afford the network bandwidth. https://shipit.ubuntu.com/ (and they're not CD-R's, but professionally pressed.) and: https://www.cdearth.com/index.php?page=shipping Some low cost ones: http://www.linuxonline.biz/index.php?cPath=36 If those aren't good enough, find a large News/Magazine store that carries Linux Format (it's a British large format Magazine with a DVD) - they usually go for around $15 and the DVD has several Linux Distros + a ton of software - odds are it'll include a Linux distro that you're after + open office and a ton of other useful free stuff, and it's still cheaper than the MSFT drivel. http://www.linuxformat.co.uk/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=22 Note that this is 2008 and current Linux Distros are very very friendly. Infact, it's a lot easier to install Linux than it is to install Windows these days, and they do support most hardware out there without futzing with drivers, and they'll work just fine with older machines - no need to buy a new computer every time MSFT puts out a new rehash of its malware. There's really no excuse to use that nasty Redmond trash anymore. From cclist at sydex.com Sat Aug 30 12:05:24 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sat, 30 Aug 2008 10:05:24 -0700 Subject: Subject: Re: Wanted: vacuum tube logic circuits In-Reply-To: <934384.35571.qm@web50507.mail.re2.yahoo.com> References: <200808292047.m7TKlXsY013214@dewey.classiccmp.org>, <934384.35571.qm@web50507.mail.re2.yahoo.com> Message-ID: <48B91B64.3825.1A22A128@cclist.sydex.com> On 30 Aug 2008 at 7:42, William Blair wrote: > Thank you! That's the perfect tube multivibrator lead which allowed > me to find these references using "code oscillator" and "6SN7" as > search terms: It all was very long ago. I can tell you what I see in my mind's eye (however accurate that is). A small chassis with a filament transformer on one side, an interstage audio transformer on the other and an octal tube socket in the middle. A pot on the front to vary the pitch and a phone jack. The tube was definitely a dual triode; it might have been a 6SL7 or 6SN7 (perhaps in the application, it didn't matter). Construction was from either the ARRL RAH or perhaps "The Radio Handbook" from about the same time. I'm almost 100% certain that this was no multivibrator application; indeed, half of the triode may have been used as a rectifier. All of this is subject to the bit-rot that increasingly pervades my wetware nowadays. Cheers, Chuck From cclist at sydex.com Sat Aug 30 12:26:28 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sat, 30 Aug 2008 10:26:28 -0700 Subject: Ring vs BCD counters for decades In-Reply-To: <20080830124803.BB42CBA4C69@mini-me.trailing-edge.com> References: <200808292047.m7TKlXsX013214@dewey.classiccmp.org>, <20080830124803.BB42CBA4C69@mini-me.trailing-edge.com> Message-ID: <48B92054.26243.1A35EC86@cclist.sydex.com> On 30 Aug 2008 at 8:48, Tim Shoppa wrote: > Note that even in solid state IC form both schools are thoroughly > established: The CMOS 4017 is a ring counter, the TTL 7490 is a BCD > counter. Usually the ring counter was used where there was no need > for any BCD coding. And the TTL nerds who didn't understand ring > counters always used 7490's followed by a 7442 decoder when they > wanted 10 decoded outputs, when they should've been using a ring > counter to begin with! Great post, Tim! It probably is worth mentioning that very few of the early electronic computers that used decimal radix used BCD. 2421 13571 2+johnson radix 5, etc. The IBM 650 used 7 bits to express one decimal digit; while this seems wasteful, it allowed for some error checking, which in a machine of that vintage was very important. If all one needs is a counter and doesn't care about the actual sequence of bit values, an LFSR can be used with fewer carry propogation issues than a straight binary counter, as long as one can live with one less state (e.g. 8 bits=255 states). Cheers, Chuck From rtellason at verizon.net Sat Aug 30 12:24:49 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Sat, 30 Aug 2008 13:24:49 -0400 Subject: book offer Message-ID: <200808301324.49851.rtellason@verizon.net> >From a conversation elsewhere, where he'd expressed some interest in this machine: > > I remember us touching on that machine once before, in offlist emails. > > I'd mentioned a book I had, and after that was digging in boxes looking > > for it. > > > > Turns out the silly thing is sitting out on a bookshelf, imagine > > that! :-) > > > > It's "Programming the IBM 1130" by J. K. Hughes. If you want it or > > know of someone who does, let's talk... > > I have it! I scoured Alibris looking for anything related to the IBM 1130 > and bought everything I could find. Hughes' book is very good. FWIW, there > is a copy at Alibris (used book seller) for $20.00 Maybe you can get a few > bucks for it. > > Richard Anybody care to offer me a few bucks for this? I can use all the help I can get, beyond shipping costs... -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From rtellason at verizon.net Sat Aug 30 12:31:25 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Sat, 30 Aug 2008 13:31:25 -0400 Subject: Subject: Re: Wanted: vacuum tube logic circuits In-Reply-To: <48B91B64.3825.1A22A128@cclist.sydex.com> References: <200808292047.m7TKlXsY013214@dewey.classiccmp.org> <934384.35571.qm@web50507.mail.re2.yahoo.com> <48B91B64.3825.1A22A128@cclist.sydex.com> Message-ID: <200808301331.25577.rtellason@verizon.net> On Saturday 30 August 2008 13:05, Chuck Guzis wrote: > On 30 Aug 2008 at 7:42, William Blair wrote: > > Thank you! That's the perfect tube multivibrator lead which allowed > > me to find these references using "code oscillator" and "6SN7" as > > search terms: > > It all was very long ago. I can tell you what I see in my mind's eye > (however accurate that is). A small chassis with a filament > transformer on one side, an interstage audio transformer on the other > and an octal tube socket in the middle. A pot on the front to vary > the pitch and a phone jack. The tube was definitely a dual triode; > it might have been a 6SL7 or 6SN7 (perhaps in the application, it > didn't matter). Construction was from either the ARRL RAH or perhaps > "The Radio Handbook" from about the same time. > > I'm almost 100% certain that this was no multivibrator application; > indeed, half of the triode may have been used as a rectifier. Would that interstage transformer perhaps be making it a blocking oscillator? I remember those (indeed using 6SN7s) being fairly common in very early TVs, say 1950s or earlier. > All of this is subject to the bit-rot that increasingly pervades my > wetware nowadays. I hate it when that happens! -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From rickb at bensene.com Sat Aug 30 13:06:04 2008 From: rickb at bensene.com (Rick Bensene) Date: Sat, 30 Aug 2008 11:06:04 -0700 Subject: Ring vs BCD counters for decades In-Reply-To: <20080830124803.BB42CBA4C69@mini-me.trailing-edge.com> References: <200808292047.m7TKlXsX013214@dewey.classiccmp.org> <20080830124803.BB42CBA4C69@mini-me.trailing-edge.com> Message-ID: The first electronic calculator, the Anita Mk 7, used 10-stage thyraton-based ring counters. The machine was essentially an electronic implementation of an electromechanical calculator. The ring counters were of a very unusual design, developed by Norbert Kitz, who was a master of thyratron circuitry, and also a major proponent of pure 1-of-10 (decimal) representation for use in electronic calculating machines. He said at one point in a paper referring to his design ideas something to the effect (can't remember the exact quote at this moment) at "no silly binary is needed here". The ring counters connected directly to the Nixie tube for the display. The Nixie tube was an active part of the counter advancing circuitry, such that the digits were "stacked" in the Nixie in a special order to allow the firing and shutdown of the nixie digits to stabilize the ring counter such that it would step very reliably one count at a time (even at relatively high clocking rates for thyratron circuity), as thyratrons were a bit picky as far as circuit parametrics went. The design was quite brilliant, and very efficient, as absolutely no decoding was needed at all...the 10-thyraton ring counter and the Nixie tube worked together synergistically. The Nixie tubes were custom-designed for this circuitry. If someone has one of these old machines (Anita Mk7, Mk8, and Mk9), and a Nixie is bad, an exact replacement has to be found, as not just any Nixie tube will work. The Mk7 calculator was made in very limited production, as it had some stability issues, which were refined in the Mk8 (and the overall circuitry simplified a bit). The Mk8 was quite widely marketed, and successful. I have an exhibit on the Mark 8 on my Old Calculator Museum website (a schematic of a digit stage is included there) at http://oldcalculatormuseum.com/anitaC-VIII.html While thyratrons are much different than vacuum tubes, the Sumlock/Anita calculators based on this technology were quite amazing for their time (introduced in 1961), and on their own, created an entire new market...the electronic calculator. Rick Bensene The Old Calculator Web Museum http://oldcalculatormuseum.com From wbblair3 at yahoo.com Sat Aug 30 13:29:43 2008 From: wbblair3 at yahoo.com (William Blair) Date: Sat, 30 Aug 2008 11:29:43 -0700 (PDT) Subject: Wanted: vacuum tube logic circuits In-Reply-To: <200808301521.m7UFKhEL023187@dewey.classiccmp.org> Message-ID: <862091.78676.qm@web50503.mail.re2.yahoo.com> William Donzelli wrote: > I have exactly one 12U7 in stock. I have a few > 12K5s, as well. > > > > I've now got a number of different dual triode > tubes to try from a local electronics shop that has a large > collection of tubes from former TV and radio repairmen. $1 > each and they have a B&K 707 tube tester to test them > on. > > Well, in case you wanted proper space charge tubes for your > digital logic experiments. Oh, now I understand, thanks. Well, there were a few space charge tubes in their $1 bin and they had six of the coveted (for audio) and relatively rare new old stock 6GM8s in their new tube section that they sold me for $3.75 each (they didn't know what they had) which was their cost in the 70s. They were trying to clear out their extensive new tube inventory of types that they hadn't sold for quite some time. With a car radio tube like the 6GM8 that is now of interest primarily to tube audio hobbyists, I can see why they hadn't sold one in a _long_ time. From timdeaton at yahoo.com Sat Aug 30 13:34:21 2008 From: timdeaton at yahoo.com (Tim Deaton) Date: Sat, 30 Aug 2008 11:34:21 -0700 (PDT) Subject: HUGE amount of documentation - FREE Message-ID: <547399.935.qm@web30405.mail.mud.yahoo.com> I have documentation on terminals, monitors, motherboards, add-in cards and all kinds of stuff I collected over 20 years of systems integration work (1977-1997). FAR too much to list or categorize. About 300# I do not want to see it go to waste. Anyone who will make a good home for it can have it at no cost other than you have to come get it or arrange to have it picked up. Located in Shelbyville, Indiana (Indianapolis SMSA) PLEASE come get this and give it a good home. I am long retired and need my basement office space! I have already give away TRUCKLOADS of hardware and software...all that remains is this documentation. Tim Deaton From wbblair3 at yahoo.com Sat Aug 30 13:37:50 2008 From: wbblair3 at yahoo.com (William Blair) Date: Sat, 30 Aug 2008 11:37:50 -0700 (PDT) Subject: Wanted: vacuum tube logic circuits In-Reply-To: <200808301700.m7UH078a023937@dewey.classiccmp.org> Message-ID: <257987.16983.qm@web50510.mail.re2.yahoo.com> bfranchuk at jetnet.ab.ca wrote: > > Well, in case you wanted proper space charge tubes for > > your digital logic experiments. > > > > > The problem with them is HUGE filament current. > Pencil tubes look to be fun to play with, but you never > hear about them cause of the war. > http://home.netcom.com/~wa2ise/ Actually, 24 of the 41 types of space charge tubes had filament currents ranging from only 150 - 200 mA. The 12DL8 had the highest at 550 mA. From tonym at compusource.net Sat Aug 30 13:48:59 2008 From: tonym at compusource.net (Tony Mori) Date: Sat, 30 Aug 2008 14:48:59 -0400 Subject: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) References: <200808201942602.SM04048@[63.69.23.239]> <48B96810.3080100@arachelian.com> Message-ID: <000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> First off, you're a bit late, as that entire conversation came and went over a week ago, but that's OK, I'll go with it... ----- Original Message ----- > > > Linux $0, *BSD $0, OpenOffice.org $0. And you don't have to be a > student or teacher. It's the same price no matter what TLD your email > address is behind. > I would disagree with that - nothing is free. My time is worth something, and unless you are volunteering up your free time to support, it ain't free. Second, I work for a multi-billion dollar company, and there is NO WAY on this earth any minutely-responsible IT department is going to run ANYTHING unsupported in a production environment, especially with SOX and other requirements. That being said.... Yearly support+maintenance for my RHEL server is $798 per server... My Microsoft yearly fees for support+maintenance on my Windows servers is $710 per server in our True-Up agreement. That is CORRECT - costs me less for Windows > Infact, some will even send you the install CD's for free incase you > can't afford the network bandwidth. > > > Note that this is 2008 and current Linux Distros are very very > friendly. Infact, it's a lot easier to install Linux than it is to > install Windows these days, and they do support most hardware out there > without futzing with drivers, and they'll work just fine with older > machines - no need to buy a new computer every time MSFT puts out a new > rehash of its malware. There is NO WAY on this earth I am putting Linux on my wife's laptop, and the kids machines. First off, Linux is awesome geekware, but it is NOT for the masses - I'll throw the little NetBooks out there as examples. Put the Asus EEE PC with Linux next to version with XP / Vista, and there is NO comparison - it even LOOKS like a cartoony toy. Second, that would completely handicap my and my kids abilities to play online games because, well, there ARE NONE for Linux.. At least not anything good > > There's really no excuse to use that nasty Redmond trash anymore. > Well, if you want to interoperate in the REAL business world there is... If you want REAL support, there is.. don't even TRY telling me that my wife should go on forums / UseNet for support - get REAL! If you want to be able to game online, there is.. If a simpleton needs to take their linux laptop/desktop for fixing, there is (Circuit City / Best Buy / Tiger / CompUSA / Etc..) Maybe in a mom-and-pop shop, but any serious IT organization is NOT going to run free stuff without some (outside the company) support. If they are, someone needs to get fired. That is NOT fiscally responsible and is, in itself, a SOX gap. Now, please don't get me wrong - I love linux / FreeBSD and the like... I started with 386BSD 0.1 back in 1994, and Linux back then as well, when it was just a boot+root floppy. I have my share of Linux servers in the office, and the have 60GB+ Oracle databases on them, and yes, they have RH support plans, and I have a few Linux boxes at home, but, the answer to EVERYTHING, it is not. Tony From Paul_Koning at Dell.com Sat Aug 30 14:00:52 2008 From: Paul_Koning at Dell.com (Paul Koning) Date: Sat, 30 Aug 2008 15:00:52 -0400 Subject: Vacuum-tube speed [was Re: Schematics of Atanasoff-Berry Computerlogic circuits?] In-Reply-To: <48B916C8.99EAD3E1@cs.ubc.ca> References: <152181.58959.qm@web50504.mail.re2.yahoo.com><48AE31FB.6000905@jetnet.ab.ca><48AE527F.9F95BA5C@cs.ubc.ca><48AE5F30.B5A6C610@cs.ubc.ca><48B8460E.1EB9D505@cs.ubc.ca><200808291812.OAA26407@Sparkle.Rodents-Montreal.ORG> <48B916C8.99EAD3E1@cs.ubc.ca> Message-ID: > Standard Disclaimer: It's been 30 years since I've done such > calculations, so, > if I still have the concepts right: > > Given a B+ (cathode-plate differential) of 200V, an electron > accelerated from > velocity of 0 at the cathode, to the plate, will have acquired 200 > electron-Volts > (eV) of energy when it hits the plate. > > Circumventing force/acceleration calculations and simply going > backwards from the > energy/mass/velocity relationship: > > Given the mass of an electron and now knowing it's kinetic energy, we > can calculate > the final velocity of the electron when it hit the plate (with a > conversion factor > inserted to convert eV to Joules (m^2Kg/s^2): > > E = m v^2 / 2 > v = sqrt( 2E / m ) > = sqrt( 2 (200 eV) (1.6e-19 (m^2Kg/s^2)/eV) / (9.1e-31 Kg) ) > = ~ 8,400,000 m/S > > Supposing the plate-cathode distance is 3 mm, and given the average > velocity over > that distance is half the final velocity since the electron started at > 0: > > t = d / (v/2) > = 0.003 m / ( (8.4e6 m/S) / 2 ) > = ~ 0.7 nS > > .. seems valid perhaps .. Of course, it's not really the cathode-to- > plate time > that matters, but the grid-to-plate time (for amplifying tubes), but > anyways.. Seems plausible. If you take a "lighthouse" tube, the cathode to plate distance is smaller and the voltages higher, so they are good up to 3 GHz or so. Another consideration: velocity modulation. The changing grid voltage changes the electron speed, and if the transit time is a significant fraction of the signal period, you end up with the electrons clumping together. For "regular" tubes that sort of behavior is undesirable and will make for strange results. (For klystrons, it's how they work, which is why those are good for microwave amplifiers.) paul From timdeaton at yahoo.com Sat Aug 30 14:03:01 2008 From: timdeaton at yahoo.com (Tim Deaton) Date: Sat, 30 Aug 2008 12:03:01 -0700 (PDT) Subject: HUGE amount of documentation - FREE Message-ID: <499970.16880.qm@web30408.mail.mud.yahoo.com> I have documentation on terminals, monitors, motherboards, add-in cards and all kinds of stuff I collected over 20 years of systems integration work (1977-1997). FAR too much to list or categorize. About 300# I do not want to see it go to waste. Anyone who will make a good home for it can have it at no cost other than you have to come get it or arrange to have it picked up. Located in Shelbyville, Indiana (Indianapolis SMSA) PLEASE come get this and give it a good home. I am long retired and need my basement office space! I have already give away TRUCKLOADS of hardware and software...all that remains is this documentation. Tim Deaton From rtellason at verizon.net Sat Aug 30 14:04:34 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Sat, 30 Aug 2008 15:04:34 -0400 Subject: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) In-Reply-To: <000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> References: <200808201942602.SM04048@[63.69.23.239]> <48B96810.3080100@arachelian.com> <000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> Message-ID: <200808301504.35127.rtellason@verizon.net> On Saturday 30 August 2008 14:48, Tony Mori wrote: > First off, you're a bit late, as that entire conversation came and went > over a week ago, but that's OK, I'll go with it... > ----- Original Message ----- > > > > > Linux $0, *BSD $0, OpenOffice.org $0. And you don't have to be a > > student or teacher. It's the same price no matter what TLD your email > > address is behind. > > I would disagree with that - nothing is free. My time is worth something, > and unless you are volunteering up your free > time to support, it ain't free. > > Second, I work for a multi-billion dollar company, and there is NO WAY on > this earth any minutely-responsible IT department is going to run ANYTHING > unsupported in a production environment, especially with SOX and other > requirements. > > That being said.... Yearly support+maintenance for my RHEL server is $798 > per server... My Microsoft yearly fees for support+maintenance on my Windows > servers is $710 per server in our True-Up agreement. > > That is CORRECT - costs me less for Windows Not _that_ much less, though. > > Infact, some will even send you the install CD's for free incase you > > can't afford the network bandwidth. > > > > Note that this is 2008 and current Linux Distros are very very > > friendly. Infact, it's a lot easier to install Linux than it is to > > install Windows these days, and they do support most hardware out there > > without futzing with drivers, and they'll work just fine with older > > machines - no need to buy a new computer every time MSFT puts out a new > > rehash of its malware. > > There is NO WAY on this earth I am putting Linux on my wife's laptop, and > the kids machines. First off, Linux is awesome geekware, but it is NOT for > the masses - I'll throw the little NetBooks out there as examples. > Put the Asus EEE PC with Linux next to version with XP / Vista, and there > is NO comparison - it even LOOKS like a cartoony toy. Well, I have a machine out in the kitchen here that my other half, her son, and my two oldest grandkids (both 18YO girls) use as a matter of course, with little problems. If there's a question or an issue they can just ask, which they do, once in a while, but they're pretty good at figuring things out, too. > Second, that would completely handicap my and my kids abilities to play > online games because, well, there ARE NONE for Linux.. > At least not anything good There are a few things they've tried to do that don't work, yeah. Of particular obnoxiousness is some site apparently made by Electronic Arts, who I used to have a hard time with back in the c64 days. I'd call 'em: "Hey, this system won't load _your_ software, what's the problem" "The disk drive needs to be properly aligned." "I just aligned the drive." (We did a lot of those...) "The disk drive needs to be properly aligned..." and it never got any further. Nope, it won't load and run *.exe files, for sure. Which I see as a good thing. > > There's really no excuse to use that nasty Redmond trash anymore. > > Well, if you want to interoperate in the REAL business world there is... > If you want REAL support, there is.. don't even TRY telling me that my wife > should go on forums / UseNet for support - get REAL! > If you want to be able to game online, there is.. > If a simpleton needs to take their linux laptop/desktop for fixing, there > is (Circuit City / Best Buy / Tiger / CompUSA / Etc..) Ugh. > Maybe in a mom-and-pop shop, but any serious IT organization is NOT going > to run free stuff without some (outside the company) support. > If they are, someone needs to get fired. That is NOT fiscally responsible > and is, in itself, a SOX gap. > > Now, please don't get me wrong - I love linux / FreeBSD and the like... > I started with 386BSD 0.1 back in 1994, and Linux back then as well, when > it was just a boot+root floppy. > I have my share of Linux servers in the office, and the have 60GB+ Oracle > databases on them, and yes, they have RH support plans, > and I have a few Linux boxes at home, but, the answer to EVERYTHING, it is > not. It is for me. :-) -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From doc at mdrconsult.com Sat Aug 30 14:20:12 2008 From: doc at mdrconsult.com (Doc Shipley) Date: Sat, 30 Aug 2008 14:20:12 -0500 Subject: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) In-Reply-To: <000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> References: <200808201942602.SM04048@[63.69.23.239]> <48B96810.3080100@arachelian.com> <000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> Message-ID: <48B99D6C.6030102@mdrconsult.com> Please, I beg you guys. As a Unix/Linux admin and instructor, I endure this kind of pointless bickering on a weekly basis, in my classes and on the various unix fora I frequent. The absolute common denominator is that nobody ever changes his/her mind. Could we please, please not do it here? Doc Tony Mori wrote: > First off, you're a bit late, as that entire conversation came and went > over a week ago, but that's OK, I'll go with it... > ----- Original Message ----- > > From ploopster at gmail.com Sat Aug 30 14:20:39 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Sat, 30 Aug 2008 15:20:39 -0400 Subject: Uses for OpenVMS In-Reply-To: <200808302246.07742.thrashbarg@kaput.homeunix.org> References: <200808302246.07742.thrashbarg@kaput.homeunix.org> Message-ID: <48B99D87.8010503@gmail.com> Alexis wrote: > Hi, > > I've had a VAXstation 4000/60 in my cabinet for well over a year now (had to > renew the license a few days ago). It is running OpenVMS 7.3. > > I can not think of any use for it, other than learning about OpenVMS, but that > is made difficult when I don't know what to do with it... > > So what can be done with an OpenVMS setup these days? Join HECnet. Peace... Sridhar From tonym at compusource.net Sat Aug 30 14:35:43 2008 From: tonym at compusource.net (Tony Mori) Date: Sat, 30 Aug 2008 15:35:43 -0400 Subject: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) References: <200808201942602.SM04048@[63.69.23.239]> <48B96810.3080100@arachelian.com><000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> <48B99D6C.6030102@mdrconsult.com> Message-ID: <002701c90ad7$98c7b100$9a64a8c0@nclmiami.ncl.com> ----- Original Message ----- From: "Doc Shipley" To: "General Discussion: On-Topic and Off-Topic Posts" Sent: Saturday, August 30, 2008 3:20 PM Subject: Re: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) > Please, I beg you guys. > > As a Unix/Linux admin and instructor, I endure this kind of pointless > bickering on a weekly basis, in my classes and on the various unix fora I > frequent. > > The absolute common denominator is that nobody ever changes his/her > mind. > > Could we please, please not do it here? > > > Doc I agree - I think people have the impression that I'm an MS bigot, simply because I posted a link to a cheap academic copy of Microsoft, and nothing could be further from the truth. I have been using FreeBSD (albeit, not for a while), Linux, etc.. since the early 90's. Actually, I abhor what Microsoft has done to the entire world of sw development. By now, we should have the computer equivalents of Maseratis, and instead we have beetles. They have stunted the entire industry for years. However, I am a realist. I think each has their place, and I absolutely applaud everything these open-source developers have done over the years, usually for NO monetary of personal gain. Simply satisfaction, and because there was a problem, and they had the ability to create a solution. At my office, we have everything from AS/400 servers, to IBM AIX RS/9000 servers, Linux boxes, Windows boxes, and even Apple workstations and Xserves. I, myself, have a few Linux boxes at home, one of which is my OpenFiler NAS. Tony From cclist at sydex.com Sat Aug 30 14:51:56 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sat, 30 Aug 2008 12:51:56 -0700 Subject: Any DG MV2000 folks out there? Message-ID: <48B9426C.31930.1ABB197E@cclist.sydex.com> An old customer has some questions about his still-in-use DG MV2000 (running AOS). Anyone well-versed who's still using one of these care to answer a few speculative questions off-list? Thanks, Chuck From hilpert at cs.ubc.ca Sat Aug 30 16:50:49 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Sat, 30 Aug 2008 13:50:49 -0800 Subject: Ring vs BCD counters for decades References: <200808292047.m7TKlXsX013214@dewey.classiccmp.org> <20080830124803.BB42CBA4C69@mini-me.trailing-edge.com> Message-ID: <48B9C0B9.F762CD3D@cs.ubc.ca> Tim Shoppa wrote: > > A couple points made in the past day that I can't resist following up > on with my contradictory experience: > > > I think, rather, that that's a good portion of the explanation of why they > > were so slow. > > Ballpark example, take a 12AU7: the sum of the grid-to-plate and > > grid-to-cathode capacitance is around 3 pF. Suppose the network resistance > > feeding the grid circuit is 250 KOhm, that's an RC time constant of 0.75uS, > > a little better than just 1 MHz. (R can be reduced of course but power > > consumption is then on the climb.) > > > > (Not to say there weren't other reasons they were slow..) > > In fact, if you build similar flip-flop circuits out of transistors > (essentially RTL) you'll end up with very similar counting speeds. > > The same tricks that speed up transistor flip-flops will speed up > tube flip-flops: First you add some "speedup capacitors" to help > overcome grid/base capacitance storage effects. Then you start > eating away at your component variation/supply voltage variation > margins to get extra speed at the cost of hand-picked parts. (TI did produce an IC family using the parallel capacitor technique: Series 51 RCTL, SN51x.) Flip-flops are one thing, gates are another, the applicability of speed-up caps depends upon the gate design. In the case of the resistive sum point designs as were being discussed originally, I don't think speed-up caps would help the problem, as opposed to just presenting a different, and possibly worse, set of settling sequence/conditions for the gate. > Then you start thinking about active pull-ups instead of > just resistive pullups. > > Then you go to totem-pole structures. The concept works the same > in both tubes and transistors. But until IC's you don't see it > used an awful lot because with discretes, totem poles mean more > parts. Even into the 80's NMOS and PMOS were still cutting > edge and then the chip industry didn't go whole-heartedly > into CMOS until the mid-80's. The plate R at saturation for typical (signal) tubes is still multiple KOhms, active pull-ups or totem pole structures are not going to help lower the output impedance significantly. It would help lower the low-state output voltage and hence increase the voltage swing between the two output logic states. The latter point may make design requirements for the gate input circuitry easier, but overall I don't think speed would be helped, and it comes at great expense. There may be exceptional situations such as a system clock driver, using high-power tubes with plate R in the hundreds of ohms, where it might be worthwhile. > Brent wrote: > > And how feasible would it have been to replace those ring counters with 4-bit > > binary decade counters to save a lot of tubes? Perhaps it wouldn't have helped > > much because of the way the values from each counter were transmitted around > > the machine. Binary counters were around by then of course, I'm not sure when > > binary counters were first wrapped into decade counters ( by late 40's at > > latest). > > Both BCD counters and ring counters made out of tubes were around > before WWII, and of course both were used a lot in WWII radar equipment. > The earliest reference I know is Williams, "High Speed Thyratron > Automatic Counting", Proc Roy Soc May 1932, mentioned in Electronics, > July 1932, p 232. I've never had an opportunity to study early radar stuff in depth. I know pulse circuitry developments were wrapped up with radar efforts and the original gate design (the 'coincidence gate'), but what were counters beyond a few flip-flops and decade counters being used for there? > The flip-flop tube count difference is really very very minor: 5 tubes for a > Johnson ring counter, 4 tubes for a BCD counter, and the BCD counter takes some > cleverness to avoid the use of diodes (in the 50's could've been either > vacuum or solid state) for gating. And the ring counter is > much more easily decoded into ten digits for display. Johnson counters / switch-tail ring-counters are another nice suggestion but I thought/believe ENIAC stuck to straight ring counters with 10 FFs per digit. ENIAC moved numbers around the machine (and accomplished arithmetic) by transmitting the appropriate number of pulses from each digit of a register down parallel digit lines. I believe this was accomplished by cycling the digit counters through 10 counts (so they end up in the same state) but gating out only those between 0 and the final state, with an alternative to produce the complement when subtracting. One needs to detect 0 in this scheme, easy with a ring counter, but it requires a 4-input gate with a BCD counter. A 4-input gate is achievable with various degrees of tradeoff between complexity and reliability. A resistive approach is the simplest but the least reliable, and I wonder if Eckert completely avoided such gates in the design, so one might as well just stick with ring counter in the balance. ..anyways, that was the sort of reasoning I was wondering about when I asked the question. All the tube frequency counters from the 50's I've encountered used 4-bit counters. I have wondered why the HP524 (or the original HP520 from the late 40's/early 50s) didn't use a Johnson counter for the 10MHz stage, as opposed to the weird and complex 4-bit-with-gate scheme it did use. Perhaps there were patent issues. > Note that a lot of tube decade counters even into the 60's didn't > use strict BCD or string ring arrangements, instead they always > chose an arrangement that was most easily decoded for the application. Yes, I run across that all the time in everything from tube equipment to ICs. 1242 was almost as common as 1248 in 60's era calculators. In frequency counters, where arithmetic did not have to be performed on the values, whatever sequence made the feedback circuits and display decoding as simple as possible seems to have been chosen. > Note that even in solid state IC form both schools are thoroughly > established: The CMOS 4017 is a ring counter, the TTL 7490 is a BCD > counter. Usually the ring counter was used where there was no need > for any BCD coding. And the TTL nerds who didn't understand ring > counters always used 7490's followed by a 7442 decoder when they > wanted 10 decoded outputs, when they should've been using a ring > counter to begin with! The 4017 is great for quick and simple clock sequencing schemes, TTL should have had something like it. From ard at p850ug1.demon.co.uk Sat Aug 30 16:11:38 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Sat, 30 Aug 2008 22:11:38 +0100 (BST) Subject: Free Linux and OpenOffice - even if your email address doesn't In-Reply-To: <000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> from "Tony Mori" at Aug 30, 8 02:48:59 pm Message-ID: > > Linux $0, *BSD $0, OpenOffice.org $0. And you don't have to be a > > student or teacher. It's the same price no matter what TLD your email > > address is behind. > > > > I would disagree with that - nothing is free. My time is worth something, > and unless you are volunteering up your free > time to support, it ain't free. My sanity and stress-level is worth something too. And having had dealings with the so-called 'support deparetments' of several companies including M$, I have ocme to the conclusion that it's quicker and cheaper to support things muself. Although actually, I've found the support from the authors of free software to be a lot more helpful in solving prolems (whether caused by a bug in their code or not) than any company I've had dealings with. > Second, I work for a multi-billion dollar company, and there is NO WAY on > this earth any minutely-responsible IT > department is going to run ANYTHING unsupported in a production environment, > especially with SOX and other > requirements. And there is no way I am going to use anything I can't support myself. Which means I won't depend on any hardware I don't have full schematics for, I won't depend on any software I don't have the source code for. I don;t require it to be 'open', I don't mind if the schematics and source are not freely copyable and that I have to pay to get, say, a technical manaual containing said schematics. -tony From oldcpu2 at rogerwilco.org Sat Aug 30 16:21:52 2008 From: oldcpu2 at rogerwilco.org (J Blaser) Date: Sat, 30 Aug 2008 15:21:52 -0600 Subject: Looking for DTC520 schematic, etc. Message-ID: <48B9B9F0.1090007@rogerwilco.org> [Repost, now that the list is back up... (Thanks, Jay!)] My old Novell 2010 CP/M computer[1] has suffered a failure in the Data Technologies Corp. DTC520 controller. IIRC, this controller can support up to 2 MFM/ST506/ST412 drives and 4 floppies. In my case it's only hooked up to a single Seagate ST-506 (5MB! Woohoo!), and a single Shugart SA450 5-1/4" floppy. Apparently this controller was not too uncommon in the day. In my case, the DTC520 is installed in the disk subsystem that's separate from the main terminal/computer, and they no longer will talk to each other. The problem seems to be related to the section that handles the IO between this controller and the CPU box. I've replaced one chip (74LS33) that was showing some serious corrosion on the pins/legs, thinking that maybe some of that had migrated into the IC die itself, but no change in behavior. It's still indicating a screwy logic level on one of the gates, but it must be coming in on the inputs. I need a schematic to help me trace the signals. I can't locate anything online. Does anyone have anything that could help me out...schematics, technical description, etc.? Many thanks. - Jared [1] Before there was Novell, Inc., the networking software company, there was Novell Data Systems (NDS), c. 1979. They had the big idea of creating a "Data Management Computer" (DMC) around a 68000, which acted as a micro-mini-mainframe for up to 24 intelligent terminals. While this project never really got off the drawing board, around 1980 NDS added (yet) another CPU to their intelligent terminal and stuck CP/M 2.2 on it. They sold a handful of these (I ended up with one) in an effort to generate a little cash flow while the 'real' project of the DMC was still in works. In the end, it was all a little too late and NDS collapsed in the latter half of 1982. It was at this point that Ray Noorda was recruited to revive the company, and in January 1983, Novell, Inc. was (re)born with the focus of networking primarily IBM PCs. The DMC, by the way, ended up becoming a file server (as opposed to Corvus', 3Com's, et al, 'disk (slice) server' technology) and the rest is history. Later, around 1988, Novell, Inc. dropped all hardware products to focus exclusively on their NetWare software. From wdonzelli at gmail.com Sat Aug 30 16:49:40 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Sat, 30 Aug 2008 17:49:40 -0400 Subject: Ring vs BCD counters for decades In-Reply-To: <48B9C0B9.F762CD3D@cs.ubc.ca> References: <200808292047.m7TKlXsX013214@dewey.classiccmp.org> <20080830124803.BB42CBA4C69@mini-me.trailing-edge.com> <48B9C0B9.F762CD3D@cs.ubc.ca> Message-ID: > I've never had an opportunity to study early radar stuff in depth. You should get some manuals - they are mostly around, some are downright cheap. The origins of computing, ENIAC, EDSAC and all, were built on a huge foundation made by the both the radar people and the punch card people. This is similar to the origins of networking history, with its foundation made by The Phone Company. > I know pulse > circuitry developments were wrapped up with radar efforts and the original gate > design (the 'coincidence gate'), but what were counters beyond a few flip-flops > and decade counters being used for there? Ranging. For fire control, very accurate ranging is very important, as it is one of the biggest variables in ballistics equations. Getting accurate range data out of the radars was thus extremely important, so the range circuits were very precise, and often employed dividers and flip flops and such to generate cursor information on the scopes for the operators. -- Will From rdawson16 at hotmail.com Sat Aug 30 17:09:10 2008 From: rdawson16 at hotmail.com (Randy Dawson) Date: Sat, 30 Aug 2008 17:09:10 -0500 Subject: tube logic Message-ID: I think I replied to the bounces link I wanted to share this guy with you, that has a nixie all in tubes: http://www.jogis-roehrenbude.de/Leserbriefe/Bruegmann-Digital-Roehren-Clock/Digital-Roehrenuhr.htm a couple of flip flops is my starting project. I will do a spice/pspice simulation too - re-enter these schematics in Cadence Concept HDL BTW, go to linear tech for a fee spice unlimited. Dont ask me for the URL, its like asking for URL to NASA Randy _________________________________________________________________ Talk to your Yahoo! Friends via Windows Live Messenger. Find out how. http://www.windowslive.com/explore/messenger?ocid=TXT_TAGLM_WL_messenger_yahoo_082008 From tonym at compusource.net Sat Aug 30 17:13:20 2008 From: tonym at compusource.net (Tony Mori) Date: Sat, 30 Aug 2008 18:13:20 -0400 Subject: Free Linux and OpenOffice - even if your email address doesn't References: Message-ID: <002601c90aed$9e01ba10$9a64a8c0@nclmiami.ncl.com> ----- Original Message ----- From: "Tony Duell" To: Sent: Saturday, August 30, 2008 5:11 PM Subject: Re: Free Linux and OpenOffice - even if your email address doesn't > > >> Second, I work for a multi-billion dollar company, and there is NO WAY on >> this earth any minutely-responsible IT >> department is going to run ANYTHING unsupported in a production >> environment, >> especially with SOX and other >> requirements. > > And there is no way I am going to use anything I can't support myself. > Which means I won't depend on any hardware I don't have full schematics > for, I won't depend on any software I don't have the source code for. I > don;t require it to be 'open', I don't mind if the schematics and source > are not freely copyable and that I have to pay to get, say, a technical > manaual containing said schematics. > > -tony > You're joking, right? Who the heck in THIS day and age is giving you schematics?We run HP, IBM, Sun, Cisco, and Dell hardware, and I hardly see ANY of them giving out schematics. Maybe in a 7-person company, but let's be realistic. Company I work for has well over 15,000 employees, 5000+ workstations and laptops, over 600 servers, all spread across 6 worldwide offices + 5 call centers, and you're talking about schematics? That's just nuts - we'd need a full-time person just to manage the schematics, much less actually repairing stuff... In this day in age, it's "call the vendor," because everything we have comes with 3-5 year on-site warranties, and/or maintenance and support contracts. Tony From arcarlini at iee.org Sat Aug 30 17:28:39 2008 From: arcarlini at iee.org (Antonio Carlini) Date: Sat, 30 Aug 2008 23:28:39 +0100 Subject: Free Linux and OpenOffice - even if your email address doesn't In-Reply-To: <002601c90aed$9e01ba10$9a64a8c0@nclmiami.ncl.com> Message-ID: Tony Mori wrote: > You're joking, right? Who the heck in THIS day and age is giving you > schematics? Let me be the first to welcome you to the list :-) >We run HP, IBM, Sun, Cisco, and Dell hardware, and I > hardly see > ANY of them giving out schematics. I doubt Tony has any DELLs, but I'm fairly sure he has some HP kit ... an HP Laserjet iirc. You'll note he said _he_ wouldn't use anything he couldn't support himself. He's not saying that you should use the same approach in the office ... that's not where the important stuff lives! Antonio From ray at arachelian.com Sat Aug 30 17:50:39 2008 From: ray at arachelian.com (Ray Arachelian) Date: Sat, 30 Aug 2008 18:50:39 -0400 Subject: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) In-Reply-To: <000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> References: <200808201942602.SM04048@[63.69.23.239]> <48B96810.3080100@arachelian.com> <000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> Message-ID: <48B9CEBF.8080902@arachelian.com> Tony Mori wrote: > I would disagree with that - nothing is free. My time is worth > something, and unless you are volunteering up your free > time to support, it ain't free. Your time to go down to the software store and pick up a box of crap ware with the "Microsoft" on it isn't free either. > > Second, I work for a multi-billion dollar company, and there is NO WAY > on this earth any minutely-responsible IT > department is going to run ANYTHING unsupported in a production > environment, especially with SOX and other > requirements. Weren't we just talking about educational software discounts here? How exactly does a multi-billion dollar company fit in here? If you want it supported you can buy it supported. RedHat and Suse will both happily take your money for site licenses and such. The rest of your reasons are so far fetched as to not warrant further response. I'll leave you to your own ignorance, proof of which can be found in the next line of your quoted text: To enlighten you, EEE PC's can come with XP, just as some Dell and Lenovo notebooks come with Linux (never mind that you can install it yourself above and beyond this.) > Put the Asus EEE PC with Linux next to version with XP / Vista, and > there is NO comparison - it even LOOKS like a cartoony toy. From hilpert at cs.ubc.ca Sat Aug 30 18:57:59 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Sat, 30 Aug 2008 15:57:59 -0800 Subject: Ring vs BCD counters for decades References: <200808292047.m7TKlXsX013214@dewey.classiccmp.org> <20080830124803.BB42CBA4C69@mini-me.trailing-edge.com> <48B9C0B9.F762CD3D@cs.ubc.ca> Message-ID: <48B9DE87.7781F95E@cs.ubc.ca> William Donzelli wrote: > Ranging. For fire control, very accurate ranging is very important, as > it is one of the biggest variables in ballistics equations. Getting > accurate range data out of the radars was thus extremely important, so > the range circuits were very precise, and often employed dividers and > flip flops and such to generate cursor information on the scopes for > the operators. Interesting, I didn't know they had gotten that complex with the WWII stuff. Offhand I would have thought they would have used capacitor / pulse-interval integration techniques for such calculations in that era rather than digital counters. Not accurate enough perhaps. (I do have a picture somewhere from WWII of my dad on a Wehrmacht anti-aircraft gun that he said was automatically ranged and targetted by radar.) From hilpert at cs.ubc.ca Sat Aug 30 18:58:19 2008 From: hilpert at cs.ubc.ca (Brent Hilpert) Date: Sat, 30 Aug 2008 15:58:19 -0800 Subject: tube logic References: Message-ID: <48B9DE9B.372A390B@cs.ubc.ca> Randy Dawson wrote: > I wanted to share this guy with you, that has a nixie all in tubes: > > http://www.jogis-roehrenbude.de/Leserbriefe/Bruegmann-Digital-Roehren-Clock/Digital-Roehrenuhr.htm Very pretty! Somebody else made up a digital clock from some HP AC4 (or similar) decade counter modules, but I can't find the web page now. I have enough extra AC4 modules to do the same but I don't want to think about the cost of running and maintaining such a thing 24/7, so I'm sticking with just powering up my tube counters every now and then. From wdonzelli at gmail.com Sat Aug 30 18:11:00 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Sat, 30 Aug 2008 19:11:00 -0400 Subject: Ring vs BCD counters for decades In-Reply-To: <48B9DE87.7781F95E@cs.ubc.ca> References: <200808292047.m7TKlXsX013214@dewey.classiccmp.org> <20080830124803.BB42CBA4C69@mini-me.trailing-edge.com> <48B9C0B9.F762CD3D@cs.ubc.ca> <48B9DE87.7781F95E@cs.ubc.ca> Message-ID: > Interesting, I didn't know they had gotten that complex with the WWII stuff. > Offhand I would have thought they would have used capacitor / pulse-interval > integration techniques for such calculations in that era rather than digital > counters. Not accurate enough perhaps. Various sets used various techniques, but it all boiled down to putting accurate cursor marks on the scopes. By the end, there were some pretty amazing things happening. In a few years - the early 1950s - the IFF sets were SIF encoded, where each aircraft or ship, when interrogated by a radar, would reply with an octal pulse code 0000 to 3777. The interrogating radar would then read the pulses, compare them to the code of the day, and modify the video to the scopes automatically (AN/UPX-1, AN/APX-25, AN/UPA-24, for those paying attention) to the operator could call the shots. I think there are remnants of this ancient system still in use. -- Will From jeff.kaneko at juno.com Sat Aug 30 18:11:11 2008 From: jeff.kaneko at juno.com (jeff.kaneko at juno.com) Date: Sat, 30 Aug 2008 23:11:11 GMT Subject: Looking for DTC520 schematic, etc. Message-ID: <20080830.161111.8831.0@webmail22.vgs.untd.com> How about a replacement controller? I think I have a couple of these in cold storage. I think this was a SCSI to MFM bridge, originally made by Xebec or OMTI, or, I fergit. I think I had some from both manufacturers. I can check stores if you like . . . Jeff -- J Blaser wrote: [Repost, now that the list is back up... (Thanks, Jay!)] My old Novell 2010 CP/M computer[1] has suffered a failure in the Data Technologies Corp. DTC520 controller. IIRC, this controller can support up to 2 MFM/ST506/ST412 drives and 4 floppies. In my case it's only hooked up to a single Seagate ST-506 (5MB! Woohoo!), and a single Shugart SA450 5-1/4" floppy. Apparently this controller was not too uncommon in the day. In my case, the DTC520 is installed in the disk subsystem that's separate from the main terminal/computer, and they no longer will talk to each other. The problem seems to be related to the section that handles the IO between this controller and the CPU box. I've replaced one chip (74LS33) that was showing some serious corrosion on the pins/legs, thinking that maybe some of that had migrated into the IC die itself, but no change in behavior. It's still indicating a screwy logic level on one of the gates, but it must be coming in on the inputs. I need a schematic to help me trace the signals. I can't locate anything online. Does anyone have anything that could help me out...schematics, technical description, etc.? Many thanks. - Jared [1] Before there was Novell, Inc., the networking software company, there was Novell Data Systems (NDS), c. 1979. They had the big idea of creating a "Data Management Computer" (DMC) around a 68000, which acted as a micro-mini-mainframe for up to 24 intelligent terminals. While this project never really got off the drawing board, around 1980 NDS added (yet) another CPU to their intelligent terminal and stuck CP/M 2.2 on it. They sold a handful of these (I ended up with one) in an effort to generate a little cash flow while the 'real' project of the DMC was still in works. In the end, it was all a little too late and NDS collapsed in the latter half of 1982. It was at this point that Ray Noorda was recruited to revive the company, and in January 1983, Novell, Inc. was (re)born with the focus of networking primarily IBM PCs. The DMC, by the way, ended up becoming a file server (as opposed to Corvus', 3Com's, et al, 'disk (slice) server' technology) and the rest is history. Later, around 1988, Novell, Inc. dropped all hardware products to focus exclusively on their NetWare software. ____________________________________________________________ Save time with Cable Internet. Click here http://thirdpartyoffers.juno.com/TGL2141/fc/Ioyw6i3mDL6LyJj9bvQ6kMSZ9kulwFPL3dOS51HFpXNJz9lsnxfgqa/ From wdonzelli at gmail.com Sat Aug 30 18:12:55 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Sat, 30 Aug 2008 19:12:55 -0400 Subject: Wanted: vacuum tube logic circuits In-Reply-To: <48B9667F.6010005@jetnet.ab.ca> References: <200808292047.m7TKlXsY013214@dewey.classiccmp.org> <852754.82980.qm@web50511.mail.re2.yahoo.com> <48B9667F.6010005@jetnet.ab.ca> Message-ID: > Pencil tubes look to be fun to play with, but you never hear > about them cause of the war. Explain, please. -- Will From bfranchuk at jetnet.ab.ca Sat Aug 30 18:46:13 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Sat, 30 Aug 2008 17:46:13 -0600 Subject: book offer In-Reply-To: <200808301324.49851.rtellason@verizon.net> References: <200808301324.49851.rtellason@verizon.net> Message-ID: <48B9DBC5.9020309@jetnet.ab.ca> Roy J. Tellason wrote: > >From a conversation elsewhere, where he'd expressed some interest in this > machine: > > >>> I remember us touching on that machine once before, in offlist emails. >>> I'd mentioned a book I had, and after that was digging in boxes looking >>> for it. >>> >>> Turns out the silly thing is sitting out on a bookshelf, imagine >>> that! :-) >>> >>> It's "Programming the IBM 1130" by J. K. Hughes. If you want it or >>> know of someone who does, let's talk... >>> >> I have it! I scoured Alibris looking for anything related to the IBM 1130 >> and bought everything I could find. Hughes' book is very good. FWIW, there >> is a copy at Alibris (used book seller) for $20.00 Maybe you can get a few >> bucks for it. >> >> Richard >> > > Anybody care to offer me a few bucks for this? I can use all the help I can > get, beyond shipping costs... > > Nah... got one ... the book that is --- not the IBM 1130. From bfranchuk at jetnet.ab.ca Sat Aug 30 18:57:30 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Sat, 30 Aug 2008 17:57:30 -0600 Subject: Wanted: vacuum tube logic circuits In-Reply-To: <257987.16983.qm@web50510.mail.re2.yahoo.com> References: <257987.16983.qm@web50510.mail.re2.yahoo.com> Message-ID: <48B9DE6A.2000009@jetnet.ab.ca> William Blair wrote: > Actually, 24 of the 41 types of space charge tubes had filament currents ranging from only 150 - 200 mA. The 12DL8 had the highest at 550 mA. > I remember reading somewhere on the web about the high current. I did not dig any more. As for pencil tubes ... I suspect most of them where for WWII use and the general public did not know about them till after transistors made their impact. From wdonzelli at gmail.com Sat Aug 30 19:08:41 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Sat, 30 Aug 2008 20:08:41 -0400 Subject: Wanted: vacuum tube logic circuits In-Reply-To: <48B9DE6A.2000009@jetnet.ab.ca> References: <257987.16983.qm@web50510.mail.re2.yahoo.com> <48B9DE6A.2000009@jetnet.ab.ca> Message-ID: > As for pencil tubes ... I suspect most of them where for WWII use and the > general public did not > know about them till after transistors made their impact. No, they were quite known in the industry in the late 1940s. Manufactures even had lines of subminiatures for the consumer market, but they failed to make an impact - too expensive. The portables that used them were out of reach for most pocketbooks, and frankly were not all that much smaller than the portables that used regular minis. -- Will From tonym at compusource.net Sat Aug 30 19:44:23 2008 From: tonym at compusource.net (Tony Mori) Date: Sat, 30 Aug 2008 20:44:23 -0400 Subject: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) References: <200808201942602.SM04048@[63.69.23.239]> <48B96810.3080100@arachelian.com><000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> <48B9CEBF.8080902@arachelian.com> Message-ID: <000401c90b02$b82c2230$9a64a8c0@nclmiami.ncl.com> ----- Original Message ----- From: "Ray Arachelian" To: "General Discussion: On-Topic and Off-Topic Posts" Sent: Saturday, August 30, 2008 6:50 PM Subject: Re: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) > Tony Mori wrote: >> I would disagree with that - nothing is free. My time is worth >> something, and unless you are volunteering up your free >> time to support, it ain't free. > Your time to go down to the software store and pick up a box of crap > ware with the "Microsoft" on it isn't free either. > >> >> Second, I work for a multi-billion dollar company, and there is NO WAY >> on this earth any minutely-responsible IT >> department is going to run ANYTHING unsupported in a production >> environment, especially with SOX and other >> requirements. > > Weren't we just talking about educational software discounts here? How > exactly does a multi-billion dollar company fit in here? > You respond to a 10-day old email, ignoring the 7-day stream that followed it, and I'm ignorant? > > If you want it supported you can buy it supported. RedHat and Suse will > both happily take your money for site licenses and such. > If only you had actually FOLLOWED the conversation last week... FYI, It actually costs less to get full M$ support+maint than it does for Linux... > > The rest of your reasons are so far fetched as to not warrant further > response. I'll leave you to your own ignorance, proof of which can be > found in the next line of your quoted text: > Proof? You have GOT to be kidding... *I* mentioned both the linux AND XP versions of the EEE PC, and compared them. You even QUOTED me.... And then you "enlighten" me that there is also a linux version? And I am the ignorant one, huh? Um OK - I'll take that as a compliment, from you. > > To enlighten you, EEE PC's can come with XP, just as some Dell and > Lenovo notebooks come with Linux (never mind that you can install it > yourself above and beyond this.) >> Put the Asus EEE PC with Linux next to version with XP / Vista, and >> there is NO comparison - it even LOOKS like a cartoony toy. > This is the EXACT reason that Doc said to drop the issue... When someone like you has no decent argument, they need to resort to insulting and name-calling. From aek at bitsavers.org Sat Aug 30 20:16:11 2008 From: aek at bitsavers.org (Al Kossow) Date: Sat, 30 Aug 2008 18:16:11 -0700 Subject: IFF (was Ring vs BCD counters for decades) Message-ID: <48B9F0DB.6080608@bitsavers.org> > In a few years - the early 1950s - the IFF sets were SIF encoded, > where each aircraft or ship, when interrogated by a radar, would reply > with an octal pulse code 0000 to 3777. The interrogating radar would > then read the pulses, compare them to the code of the day, and modify > the video to the scopes automatically (AN/UPX-1, AN/APX-25, AN/UPA-24, > for those paying attention) to the operator could call the shots. I > think there are remnants of this ancient system still in use. Aviation transponder squawk codes are the obvious ones, octal, 0 -> 7777 From pcw at mesanet.com Sat Aug 30 20:31:16 2008 From: pcw at mesanet.com (Peter C. Wallace) Date: Sat, 30 Aug 2008 18:31:16 -0700 (PDT) Subject: Wanted: vacuum tube logic circuits In-Reply-To: References: <257987.16983.qm@web50510.mail.re2.yahoo.com> <48B9DE6A.2000009@jetnet.ab.ca> Message-ID: On Sat, 30 Aug 2008, William Donzelli wrote: > Date: Sat, 30 Aug 2008 20:08:41 -0400 > From: William Donzelli > Reply-To: "General Discussion: On-Topic and Off-Topic Posts" > > To: "General Discussion: On-Topic and Off-Topic Posts" > Subject: Re: Wanted: vacuum tube logic circuits > >> As for pencil tubes ... I suspect most of them where for WWII use and the >> general public did not >> know about them till after transistors made their impact. > > No, they were quite known in the industry in the late 1940s. > Manufactures even had lines of subminiatures for the consumer market, > but they failed to make an impact - too expensive. The portables that > used them were out of reach for most pocketbooks, and frankly were not > all that much smaller than the portables that used regular minis. > > -- > Will > But they were used extensively in hearing aids... Peter Wallace From bfranchuk at jetnet.ab.ca Sat Aug 30 20:52:39 2008 From: bfranchuk at jetnet.ab.ca (bfranchuk at jetnet.ab.ca) Date: Sat, 30 Aug 2008 19:52:39 -0600 Subject: Wanted: vacuum tube logic circuits In-Reply-To: References: <257987.16983.qm@web50510.mail.re2.yahoo.com> <48B9DE6A.2000009@jetnet.ab.ca> Message-ID: <48B9F967.8020703@jetnet.ab.ca> Peter C. Wallace wrote: > > But they were used extensively in hearing aids... > Eh? > > Peter Wallace > From jzg22 at drexel.edu Sat Aug 30 20:53:51 2008 From: jzg22 at drexel.edu (Jonathan Gevaryahu) Date: Sat, 30 Aug 2008 21:53:51 -0400 Subject: Schematics of Atanasoff-Berry Computer logic circuits? Message-ID: <48B9F9AF.2080405@drexel.edu> I have here an old 1955 IBM "Manual of Instruction: Electronics" Publication 'Form 22-6253-0 (12-55: 11M-W)' which has some vacuum-tube based logic circuits in it (mostly simple stuff as the book seems to be at a high-school or undergraduate level and is mostly an overview). However, it doesn't list the resistor values (except for the card punch sorter circuit), and hence has the same issues as the schematics available elsewhere, it would seem. Should I scan it? Its about 100 pages, so it will take a while. -- Jonathan Gevaryahu jgevaryahu(@t)hotmail(d0t)com jzg22(@t)drexel(d0t)edu From jzg22 at drexel.edu Sat Aug 30 20:55:19 2008 From: jzg22 at drexel.edu (Jonathan Gevaryahu) Date: Sat, 30 Aug 2008 21:55:19 -0400 Subject: OT-ish? McIlroy's "Synthetic English Speech by Rule" Message-ID: <48B9FA07.3050206@drexel.edu> (resending, original mail was eaten during list outage) > Replying yet again, a library search lists my university as apparently > having every volume of the Bell Systems Technical Journal on > microfilm, so if it turns out to have been published there I can fetch > it. Matter of fact, I should go check those out anyway... > > John I emailed McIlroy and asked him about this, he said the article was available publicly at either of the two big Bell tech centers back in the 1990s, but both are defunct now. However, he dug up a copy of the article and scanned it (including the errata for it) and posted it on his site: http://www.cs.dartmouth.edu/~doug/ (actual file link: http://www.cs.dartmouth.edu/~doug/speak.tar ) I'm still trying in vain to find the source code to or even a binary of his unix 'speak' command, which existed between unix v3 and v6. Only the man pages seem to have survived, as far as I can tell. John A. Wasser at DEC wrote a later semi-replacement command based on the NRL algorithm, and that one I've found. Later, in 1990 or thereabouts, John Bazik hacked 'libspeak', a library of prerecorded phonemes, onto Wasser's program. Even later, (1992), 'rsynth' was created, building on Bazik's work but replacing the prerecorded phonemes with a modified version of Dennis Klatt's old klsyn backend. -- Jonathan Gevaryahu jgevaryahu(@t)hotmail(d0t)com jzg22(@t)drexel(d0t)edu From jzg22 at drexel.edu Sat Aug 30 21:07:05 2008 From: jzg22 at drexel.edu (Jonathan Gevaryahu) Date: Sat, 30 Aug 2008 22:07:05 -0400 Subject: IBM 5150 rom: 5700051 at U33 - anyone have this? Message-ID: <48B9FCC9.4080905@drexel.edu> I'm looking for a specific rom for an IBM 5150 machine: rom 5700051 at location U33. This rom was only used on the very earliest (16-64k MB) 5150 machines. I know Rich Cini has a disassembly of it on his site: http://highgate.comm.sfu.ca/~rcini/classiccmp/files/PCBios.ASM but does anyone have the original binary image? It can easily be dumped from a working 5150 using a dos boot diskette and the instructions at http://mess.toseciso.org/dumping:dump_bios_using_debug/ The actual chip is an MK36xxx rom, which requires a pulse train on /CE in order to read properly. Some eprom programmers will not read these correctly at all, the first byte will fill the entire rom image because the address is never re-latched. (MK36xxx roms will not read properly without a pulse train of HIGH LOW HIGH LOW , etc. IBM loved to use these, for some reason, and only switched to real 2364/23256/2764/27256/etc on the ps/2 machines and the later ATs, and on certain expansion cards such as the Xebec hdd controller on the XT,which uses a 2764 for the z80 rom.) The chip can be read in an incompatible eprom programmer by sticking the chip in some solderless breadboard and wiring it to the rom socket in the following way: programmer A0 through an inverter(7404 will work fine) and connecting to rom /CE programmer A1 to rom A0 programmer A2 to rom A1 etc. Data lines connect directly. read the rom as a 27128, then toss the first(0x00), third(0x02), and every odd(0x0x where x is even) byte thereafter, and keep the rest. other than the /CE change, the mk36xxx is pinout compatible to a 2364, which has a different pinout than a 2764 or 27128 does: +--------------+ A7 |1 +--+ 24| Vcc A6 |2 23| A8 A5 |3 22| A9 A4 |4 21| A12 A3 |5 20| /CE A2 |6 2364 19| A10 A1 |7 18| A11 A0 |8 17| D7 D0 |9 16| D6 D1 |10 15| D5 D2 |11 14| D4 Vss |12 13| D3 +--------------+ P.S. does anyone have an IBM 5100 or other machine in the pre-PC 51xx series? I'm looking for info from those, too. Thanks! -- Jonathan Gevaryahu jgevaryahu(@t)hotmail(d0t)com jzg22(@t)drexel(d0t)edu From ray at arachelian.com Sat Aug 30 21:15:34 2008 From: ray at arachelian.com (Ray Arachelian) Date: Sat, 30 Aug 2008 22:15:34 -0400 Subject: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) In-Reply-To: <000401c90b02$b82c2230$9a64a8c0@nclmiami.ncl.com> References: <200808201942602.SM04048@[63.69.23.239]> <48B96810.3080100@arachelian.com><000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> <48B9CEBF.8080902@arachelian.com> <000401c90b02$b82c2230$9a64a8c0@nclmiami.ncl.com> Message-ID: <48B9FEC6.6060904@arachelian.com> Quit trolling. 1. I responded to your original message about an educational version of various MSFT software with how one can get free CD's of Linux without any need of an educational discount. 2. You claimed various unrelated things, repeating how you work at a multi billion dollar company that has so many desktops and how it wouldn't work there - the topic was about educational discounts - had nothing to do with who you work for, their SOX needs, or how many systems they manage or how much support they require. Bringing up who you work for (or rather how much money flows through them), how many desktops they have, what their support or Sarbanes-Oxley needs has what to do with an educational discount that Microsoft puts out and a counter of Linux and Open Office are both cheaper and better? IMHO, it's condescending, as if to say "they pros won't use Linux" which is plainly false. I know for a fact that large financial companies who probably make far more multi-billions than yours do use Linux, and Solaris, and AIX and many other OS's. Arguing based on that line of thinking simply shows you're switching tactics, away from the core discussion because you realize you're wrong. 3. No one cares whether or not your kids or wife (or for that matter mine) will run Linux, or Windows other than you and them. The option is there, you just seem unwilling to support them, if they chose to go that route. As a data point, my 4 year old can use Linux - he's using an old 650Mhz Celeron running Edubuntu. Yes, I provide him with support and lots of games, all of which are free. That I'm able and willing to provide such support for my family members and you're not does not say anything about the complexity of Linux vs Windows, but rather than my willingness vs yours. I say this, since you've claimed that you've been using Linux and FreeBSD for ages now - which I'd call out as suspicious since, if you really had, you'd be able to provide such support. Perhaps your experience with these is limited to FreeBSD 2.x and Hylafax in 1997 - a lot of things have changed since then. Give current versions of Linux a try before bashing them and limiting your view to whatever the EEE PC happened to ship with. OTOH, I'm forced to use XP at work and it's a horrible dog. The very same hardware runs Linux much, much faster, and it's far better behaved, supports all the hardware on the same machine, is secure, and safe. Not to mention free, with lots of free updates, no activation, and comes with tons of other free software. 4. I did follow the discussion, but I wasn't going to let some free advertisement for Microsoft software slide without pointing out that there Linux can be had, not only for free as a download but also on CD. The timing of your original post and my "Hey, by the way, you can get Linux, it's good and it's free" is irrelevant to anything you've said. Messages on mailing lists do not have expiration dates - and on a mailing list that discusses 20 and 30 year old machines, it's laughable to think that 10 days somehow makes any difference. 5. The words "Put the Asus EEE PC with Linux next to version with XP / Vista, and there is NO comparison - it even LOOKS like a cartoony toy" do not make it sound like you're comparing Linux running on an Asus PC vs to XP running on an Asus PC. So you've had a typo there - that opened up the door to multiple interpretations. I think that perhaps now you've meant "next to (a) version (of the EEE PC) with XP / Vista" rather than what I misread as another machine. My apologies - it appeared to me that you were comparing the version of Linux that ships with the EEE PC with any version of XP/Vista on another machine, and somehow saying the EEE PC was a toy because it ran Linux, not comparing Linux and XP/Vista on the same machine. But it's still not a valid comparison. Most folks who run Linux are going to run one with either KDE or GNOME and they're not gonna have it setup to look like a toy. Perhaps the marketing folks of the EEE PC thought that it would attract teenagers or kids (which oddly does kinda tug back towards the educational market and away from "multi-billion dollar company" and support contracts.) Go install "Bob" on top of Windows and see how professional that looks. :-) Some poorly configured desktop manager you choose as a strawman shouldn't be the deciding factor as to what OS someone else should run. I could probably set up Bob to launch Word and laugh at it the same way, thus calling Windows a toy just the same - but would that mean very much? There are other distros with other UI's, some more professional looking than Vista. http://art.gnome.org/preview.php?image=screenshots/gnome218/DarkFire2.jpg http://art.gnome.org/preview.php?image=screenshots/gnome218/DarkFire.jpg http://art.gnome.org/preview.php?image=screenshots/gnome218/UbuntuCompizAWN.jpg http://art.gnome.org/preview.php?image=screenshots/gnome218/CurretnSetup.jpg http://www.xfce.org/images/about/screenshots/4.4-1.png http://www.xfce.org/images/about/screenshots/4.4-2.png http://www.xfce.org/images/about/screenshots/4.4-6.png http://polishlinux.org/reviews/kde-4-1-rev-777000/a1405b89b3819b74546ddfa2f624b1b4.jpg http://polishlinux.org/reviews/kde-4-1-rev-777000/fd039fbc84988beba6c0ae2286852ee8.jpg http://liquidat.files.wordpress.com/2008/05/dolphin-selection.png http://liquidat.files.wordpress.com/2008/05/kde-pim-kde4.png http://liquidat.files.wordpress.com/2008/05/marble-mercator.png Go compare XP to Suse, Fedora, Ubuntu, or Debian instead. If you're the GUI candy kinda guy, configure those with KDE 4.1. If you've got some old poor PC that's sitting in a closet somewhere, maybe you can try Damn Small Linux or a distro with XFCE such as Xubuntu and see if you might put it to some good use instead of languishing away just because windows is too slow on it. Note that you can do the same for FreeBSD (or OpenSolaris, etc.). It's not just Linux that's a valid choice. And you know what, if this is the EEE PC version of Linux: http://www.linuxlinks.com/article/20071204172028328/Asus-701-Internet.html it doesn't look any uglier (or toy like) than this: http://techrepublic.com.com/2347-10878_11-4395-4410.html?seq=15 > This is the EXACT reason that Doc said to drop the issue... > When someone like you has no decent argument, they need to resort to > insulting and name-calling. > Either that, or they try to change the subject from the topic of an educational discount (presumably for college kids) to all sorts of other things such as Office 2007 incompatibility with Open Office, or that how multi-billion dollar companies run their IT departments, or comparing OS's on "toy" computers? :-D Of course, you can always accuse me of this: http://xkcd.com/386/ :-) From wdonzelli at gmail.com Sat Aug 30 21:36:15 2008 From: wdonzelli at gmail.com (William Donzelli) Date: Sat, 30 Aug 2008 22:36:15 -0400 Subject: Wanted: vacuum tube logic circuits In-Reply-To: References: <257987.16983.qm@web50510.mail.re2.yahoo.com> <48B9DE6A.2000009@jetnet.ab.ca> Message-ID: > But they were used extensively in hearing aids... An almost insignificant market. The only place subminis were really used was military and police gear. The computer manufacturers could have used them, and the machines would be very reliable, but the cost would have gone thru the roof. -- Will From starbase89 at gmail.com Sat Aug 30 21:37:11 2008 From: starbase89 at gmail.com (Joe Giliberti) Date: Sat, 30 Aug 2008 22:37:11 -0400 Subject: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) In-Reply-To: <48B9FEC6.6060904@arachelian.com> References: <200808201942602.SM04048@63.69.23.239> <48B96810.3080100@arachelian.com> <000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> <48B9CEBF.8080902@arachelian.com> <000401c90b02$b82c2230$9a64a8c0@nclmiami.ncl.com> <48B9FEC6.6060904@arachelian.com> Message-ID: <2b1f1f550808301937t2438961fh4e955114a408138d@mail.gmail.com> To go back to the topic... Whoever posted the link to the "Ultimate Steal," Thank You! Just ordered a copy, as this is my first year in college. And more to the off topic argument of what's better: Linux or Windows. In my opinion, its a moronic argument to have. They are two totally different animals. Its just a matter of personal preference. On Sat, Aug 30, 2008 at 10:15 PM, Ray Arachelian wrote: > Quit trolling. > > 1. I responded to your original message about an educational version of > various MSFT software with how one can get free CD's of Linux without > any need of an educational discount. > > 2. You claimed various unrelated things, repeating how you work at a > multi billion dollar company that has so many desktops and how it > wouldn't work there - the topic was about educational discounts - had > nothing to do with who you work for, their SOX needs, or how many > systems they manage or how much support they require. > > Bringing up who you work for (or rather how much money flows through > them), how many desktops they have, what their support or Sarbanes-Oxley > needs has what to do with an educational discount that Microsoft puts > out and a counter of Linux and Open Office are both cheaper and better? > IMHO, it's condescending, as if to say "they pros won't use Linux" which > is plainly false. I know for a fact that large financial companies who > probably make far more multi-billions than yours do use Linux, and > Solaris, and AIX and many other OS's. Arguing based on that line of > thinking simply shows you're switching tactics, away from the core > discussion because you realize you're wrong. > > 3. No one cares whether or not your kids or wife (or for that matter > mine) will run Linux, or Windows other than you and them. The option is > there, you just seem unwilling to support them, if they chose to go that > route. > > As a data point, my 4 year old can use Linux - he's using an old 650Mhz > Celeron running Edubuntu. Yes, I provide him with support and lots of > games, all of which are free. That I'm able and willing to provide such > support for my family members and you're not does not say anything about > the complexity of Linux vs Windows, but rather than my willingness vs > yours. > > I say this, since you've claimed that you've been using Linux and > FreeBSD for ages now - which I'd call out as suspicious since, if you > really had, you'd be able to provide such support. > > Perhaps your experience with these is limited to FreeBSD 2.x and Hylafax > in 1997 - a lot of things have changed since then. Give current > versions of Linux a try before bashing them and limiting your view to > whatever the EEE PC happened to ship with. > > OTOH, I'm forced to use XP at work and it's a horrible dog. The very > same hardware runs Linux much, much faster, and it's far better behaved, > supports all the hardware on the same machine, is secure, and safe. Not > to mention free, with lots of free updates, no activation, and comes > with tons of other free software. > > 4. I did follow the discussion, but I wasn't going to let some free > advertisement for Microsoft software slide without pointing out that > there Linux can be had, not only for free as a download but also on CD. > The timing of your original post and my "Hey, by the way, you can get > Linux, it's good and it's free" is irrelevant to anything you've said. > Messages on mailing lists do not have expiration dates - and on a > mailing list that discusses 20 and 30 year old machines, it's laughable > to think that 10 days somehow makes any difference. > > 5. The words "Put the Asus EEE PC with Linux next to version with XP / > Vista, and there is NO comparison - it even LOOKS like a cartoony toy" > do not make it sound like you're comparing Linux running on an Asus PC > vs to XP running on an Asus PC. So you've had a typo there - that > opened up the door to multiple interpretations. I think that perhaps > now you've meant "next to (a) version (of the EEE PC) with XP / Vista" > rather than what I misread as another machine. > > My apologies - it appeared to me that you were comparing the version of > Linux that ships with the EEE PC with any version of XP/Vista on another > machine, and somehow saying the EEE PC was a toy because it ran Linux, > not comparing Linux and XP/Vista on the same machine. > > But it's still not a valid comparison. Most folks who run Linux are > going to run one with either KDE or GNOME and they're not gonna have it > setup to look like a toy. Perhaps the marketing folks of the EEE PC > thought that it would attract teenagers or kids (which oddly does kinda > tug back towards the educational market and away from "multi-billion > dollar company" and support contracts.) > > Go install "Bob" on top of Windows and see how professional that looks. > :-) Some poorly configured desktop manager you choose as a strawman > shouldn't be the deciding factor as to what OS someone else should run. > I could probably set up Bob to launch Word and laugh at it the same way, > thus calling Windows a toy just the same - but would that mean very much? > > There are other distros with other UI's, some more professional looking > than Vista. > > http://art.gnome.org/preview.php?image=screenshots/gnome218/DarkFire2.jpg > http://art.gnome.org/preview.php?image=screenshots/gnome218/DarkFire.jpg > > http://art.gnome.org/preview.php?image=screenshots/gnome218/UbuntuCompizAWN.jpg > > http://art.gnome.org/preview.php?image=screenshots/gnome218/CurretnSetup.jpg > http://www.xfce.org/images/about/screenshots/4.4-1.png > http://www.xfce.org/images/about/screenshots/4.4-2.png > http://www.xfce.org/images/about/screenshots/4.4-6.png > > http://polishlinux.org/reviews/kde-4-1-rev-777000/a1405b89b3819b74546ddfa2f624b1b4.jpg > > http://polishlinux.org/reviews/kde-4-1-rev-777000/fd039fbc84988beba6c0ae2286852ee8.jpg > http://liquidat.files.wordpress.com/2008/05/dolphin-selection.png > http://liquidat.files.wordpress.com/2008/05/kde-pim-kde4.png > http://liquidat.files.wordpress.com/2008/05/marble-mercator.png > > Go compare XP to Suse, Fedora, Ubuntu, or Debian instead. If you're the > GUI candy kinda guy, configure those with KDE 4.1. If you've got some > old poor PC that's sitting in a closet somewhere, maybe you can try Damn > Small Linux or a distro with XFCE such as Xubuntu and see if you might > put it to some good use instead of languishing away just because windows > is too slow on it. > > Note that you can do the same for FreeBSD (or OpenSolaris, etc.). It's > not just Linux that's a valid choice. > > And you know what, if this is the EEE PC version of Linux: > http://www.linuxlinks.com/article/20071204172028328/Asus-701-Internet.html > it doesn't look any uglier (or toy like) than this: > http://techrepublic.com.com/2347-10878_11-4395-4410.html?seq=15 > > > This is the EXACT reason that Doc said to drop the issue... > > When someone like you has no decent argument, they need to resort to > > insulting and name-calling. > > > > Either that, or they try to change the subject from the topic of an > educational discount (presumably for college kids) to all sorts of other > things such as Office 2007 incompatibility with Open Office, or that how > multi-billion dollar companies run their IT departments, or comparing > OS's on "toy" computers? :-D > > Of course, you can always accuse me of this: http://xkcd.com/386/ :-) > > > From mcguire at neurotica.com Sat Aug 30 21:38:21 2008 From: mcguire at neurotica.com (Dave McGuire) Date: Sat, 30 Aug 2008 22:38:21 -0400 (EDT) Subject: Free Linux and OpenOffice - even if your email address doesn't Message-ID: <50573.65.43.242.169.1220150301.squirrel@mail.neurotica.com> On Sat, August 30, 2008 5:11 pm, Tony Duell wrote: >> > Linux $0, *BSD $0, OpenOffice.org $0. And you don't have to be a >> > student or teacher. It's the same price no matter what TLD your email >> > address is behind. >> >> I would disagree with that - nothing is free. My time is worth >> something, >> and unless you are volunteering up your free >> time to support, it ain't free. > > My sanity and stress-level is worth something too. And having had > dealings with the so-called 'support deparetments' of several companies > including M$, I have ocme to the conclusion that it's quicker and cheaper > to support things muself. Although actually, I've found the support from > the authors of free software to be a lot more helpful in solving prolems > (whether caused by a bug in their code or not) than any company I've had > dealings with. I have to agree here. Further, any software that requires THAT much "support" is probably better off being dumped in favor of something better. And a person who consistently requires "support" for software is probably better off finding a new career. Support for free stuff is FAR better and FAR faster than trying to get useful information from minimum-wage nine-to-fivers that staff nearly all support departments nowadays. Thank you, no, I'd rather talk to the guy who WROTE the code...and with free stuff, you can do that. -Dave -- Dave McGuire Port Charlotte, FL From tonym at compusource.net Sat Aug 30 22:26:22 2008 From: tonym at compusource.net (tonym) Date: Sun, 31 Aug 2008 03:26:22 GMT Subject: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) Message-ID: <200808302326691.SM02952@[63.69.23.239]> >-----Original Message----- >From: Joe Giliberti starbase89 at gmail.com >Sent 8/30/2008 10:37:11 PM >To: General Discussion: On-Topic and Off-Topic Posts cctalk at classiccmp.org >Subject: Re: Free Linux and OpenOffice - even if your email address doesn'tend in .edu - (was Re: OT: Microsoft crazy academic >deal) > >To go back to the topic... > >Whoever posted the link to the "Ultimate Steal," Thank You! Just ordered a >copy, as this is my first year in college. > >And more to the off topic argument of what's better: Linux or Windows. In my >opinion, its a moronic argument to have. They are two totally different >animals. Its just a matter of personal preference. > > You're quite welcome - quite a few people have thanked me, and I just passed it along from slickdeals or notebookreview. You gotta dig REAL deep, apparently, to get past the bigots...I know a few people on the list, and when they suggested I join a few months back, I didn't realize what I'd find. Scary - some need to SERIOUSLY unplug, and learn to deal with humans again, because people skills are nowhere to be found! No matter - enjoy, and keep an eye out at that link, as they are supposed to have Vista Ultimate for $65 in a week or two. Oh, and to please the offended, yes linux is free, yes it's wonderful, yes it will do EVERYTHING your heart desires, oh, and yes, it's free. From cclist at sydex.com Sat Aug 30 22:26:29 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sat, 30 Aug 2008 20:26:29 -0700 Subject: Wanted: vacuum tube logic circuits In-Reply-To: References: <257987.16983.qm@web50510.mail.re2.yahoo.com>, <48B9DE6A.2000009@jetnet.ab.ca>, Message-ID: <48B9ACF5.9312.1C5B3EC2@cclist.sydex.com> On 30 Aug 2008 at 20:08, William Donzelli wrote: > No, they were quite known in the industry in the late 1940s. > Manufactures even had lines of subminiatures for the consumer market, > but they failed to make an impact - too expensive. The portables that > used them were out of reach for most pocketbooks, and frankly were not > all that much smaller than the portables that used regular minis. The Hytron HY245/255 and Raytheon CK501, CK502... were known in 1939 or 1940. They were expressly targeted for hearing aid use pre-WWII. The advent of subminiature tubes in hearing aids were very popular, reducing something that was carried with a handle to something that could be tucked into a shirt pocket. See, for example: http://www.hearingaidmuseum.com/gallery/Vacuum%20Tube/index- vacuumtube.htm After the war, very small radios (e.g. Belmont Boulevard or the Motorola Pixie) weren't uncommon. My first transistor radio was a 7 transistor Automatic that was larger than 2 Moto Pixies--metal hand- wired chassis with transistors in sockets. FWIW, minis (e.g. 9001, 9002) were available pre-war also. Cheers, Chuck From tonym at compusource.net Sat Aug 30 22:32:52 2008 From: tonym at compusource.net (tonym) Date: Sun, 31 Aug 2008 03:32:52 GMT Subject: OT: Gustav Message-ID: <200808302332957.SM06048@[63.69.23.239]> As we all communicate on different lists and forums, the storm is popping up on most of them. Those of you in the path, good luck, and God-speed - this is a REALLY serious looking beast. 150mph winds, and it was over land in Cuba. It's about to trek a couple hundred miles in REALLY warm waters, which isn't good... Living in S. Florida, I know it all too well... Don't wait until the last minute to evacuate, or to prepare. Stay safe, and evacuate if there is even a REMOTE need to. Nothing is worth more than life. Tony From spectre at floodgap.com Sat Aug 30 22:48:29 2008 From: spectre at floodgap.com (Cameron Kaiser) Date: Sat, 30 Aug 2008 20:48:29 -0700 (PDT) Subject: classic Mac sighting Message-ID: <200808310348.m7V3mTlO018944@floodgap.com> On the episode of Chuck tonight, which tends to have various Macs anyway such as cheesegrater G5s turned into generic boxen by blocking out the apple, I spotted Chuck repairing a Macintosh IIci (and its power supply) in the supply cage. -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com -- TRUE HEADLINE: Police To Begin Campaign To Run Down Jaywalkers ------------- From bobalan at sbcglobal.net Sat Aug 30 23:06:06 2008 From: bobalan at sbcglobal.net (Bob Rosenbloom) Date: Sat, 30 Aug 2008 21:06:06 -0700 Subject: DEC TU80 and HP 2155A bus extenders available In-Reply-To: <48B9426C.31930.1ABB197E@cclist.sydex.com> References: <48B9426C.31930.1ABB197E@cclist.sydex.com> Message-ID: <48BA18AE.60306@sbcglobal.net> I'm cleaning out some storage and need to get rid of a DEC TU80 tape drive and two HP 2155A bus extenders for the 2116/2100 type of computers. The TU80 is in pretty good shape but the 2155A's are not so great. No boards with them, just the card cage and power supplies. The TU80 is missing the side panels. I do have them somewhere, I just have not been able to locate them. The stuff is too heavy to ship so pickup is needed. Located in Santa Cruz, CA. Bob From bobalan at sbcglobal.net Sat Aug 30 23:10:06 2008 From: bobalan at sbcglobal.net (Bob Rosenbloom) Date: Sat, 30 Aug 2008 21:10:06 -0700 Subject: DEC TU80 and HP 2155A bus extenders available In-Reply-To: <48BA18AE.60306@sbcglobal.net> References: <48B9426C.31930.1ABB197E@cclist.sydex.com> <48BA18AE.60306@sbcglobal.net> Message-ID: <48BA199E.8090307@sbcglobal.net> Some photos can be found here: http://www.dvq.com/trade/tu80_1.jpg http://www.dvq.com/trade/tu80_2.jpg http://www.dvq.com/trade/tu80_3.jpg http://www.dvq.com/trade/hp2155a.jpg Bob Bob Rosenbloom wrote: > I'm cleaning out some storage and need to get rid of a DEC TU80 tape > drive and two HP 2155A bus extenders > for the 2116/2100 type of computers. The TU80 is in pretty good shape > but the 2155A's are not so great. No > boards with them, just the card cage and power supplies. The TU80 is > missing the side panels. I do have them > somewhere, I just have not been able to locate them. > > The stuff is too heavy to ship so pickup is needed. Located in Santa > Cruz, CA. > > Bob > From tonym at compusource.net Sat Aug 30 23:31:48 2008 From: tonym at compusource.net (tonym) Date: Sun, 31 Aug 2008 04:31:48 GMT Subject: Sun Sparc AXi mainboard, Sparc 10 RAM, and other stuff free or cheap Message-ID: <200808310031988.SM02024@[63.69.23.239]> Figured I'd take advantage of the long weekend to go through stuff in the garage. Got a Sun single CPU AXi motherboard, the one they made to build into clone cases. Includes: Mainboard with dongle for kb and mouse, ATX power connector, has I/O panel for ATX case. (2) 64MB Sticks (2) 256MB Sticks (2) processors: 360mHz 501-5148, and a 333mHz 501-5090 Don't think it was ever used, and if it was, it was for a matter of days! Can't guarantee it, but it's cheap enough! Pay shipping + $10 SHOULD fit into a Priority Mail box, so figure around $20 shipped. (3) Sun 501-2273 16MB modules for Sun Sparc 10, Sun barcoded. Free+$10 Priority Mail shipping Apple II Plus - powers up, but a bunch of junk on the screen, but case is pretty flawless last I checked. $50+shipping Apple IIC - pretty clean, minimal yellowing, includes PSU, and an original DOS 3.3 system master, and I can dig up a few more original disks to go with it $50+shipping. Does work, but the monitor IIc I had croaked. Got a stack of manuals, in binders, and some disks, for H/Z Z-100.I BELIEVE Bill Loguidice wanted them, so if he doesn't, available for shipping - Media Mail doable on this, as it's manuals and disks. Shouldn't be more than $10-15 MMail. I'll keep pulling over the weekend.... Tony From healyzh at aracnet.com Sat Aug 30 23:35:05 2008 From: healyzh at aracnet.com (Zane H. Healy) Date: Sat, 30 Aug 2008 21:35:05 -0700 Subject: Uses for OpenVMS In-Reply-To: <200808302246.07742.thrashbarg@kaput.homeunix.org> References: <200808302246.07742.thrashbarg@kaput.homeunix.org> Message-ID: At 10:46 PM +0930 8/30/08, Alexis wrote: >I've had a VAXstation 4000/60 in my cabinet for well over a year now (had to >renew the license a few days ago). It is running OpenVMS 7.3. > >I can not think of any use for it, other than learning about OpenVMS, but that >is made difficult when I don't know what to do with it... > >So what can be done with an OpenVMS setup these days? > >Also, if anyone wants an account they're welcome, just email me. I use XP1000 as an interactive login server, email server, web server, file server, and in the past print server. There is rarely a day that I don't use it in some way. I also have it acting as a NOTES server on HECnet. My VAXstation 4000/vlc acts as a DECnet Area Router, interactive login server, and is someplace I can play DND! :^) Zane -- | Zane H. Healy | UNIX Systems Administrator | | healyzh at aracnet.com (primary) | OpenVMS Enthusiast | | MONK::HEALYZH (DECnet) | Classic Computer Collector | +----------------------------------+----------------------------+ | Empire of the Petal Throne and Traveller Role Playing, | | PDP-10 Emulation and Zane's Computer Museum. | | http://www.aracnet.com/~healyzh/ | From oldcpu2 at rogerwilco.org Sun Aug 31 00:25:35 2008 From: oldcpu2 at rogerwilco.org (J Blaser) Date: Sat, 30 Aug 2008 23:25:35 -0600 (MDT) Subject: Looking for DTC520 schematic, etc. Message-ID: <1220160335.48ba2b4f56523@www.jblaser.org> Jeff.kaneko said: > How about a replacement controller? > I think I have a couple of these in > cold storage. > > I think this was a SCSI to MFM bridge, > originally made by Xebec or OMTI, or, > I fergit. I think I had some from both > manufacturers. > > I can check stores if you like . . . As far as I know it was a DTC original. I don't know about them being OEMed from anyone else. And I'm pretty sure it only knows how to talk to MFM drives (and floppies). It has the normal edge finger connectors for the floppies and for two ST506/MFM type drives. There are also two unused (in this system) 50-pin headers on the the other side of the board. I'd be very surprised if this was SASI/SCSI, but I have no idea what they are. The computer box connects to this through a single 50-pin ribbon cable that connects to yet another 50-pin header in the central section of the controller. Anyway, if you truly have a real DTC520 floating around in your stash, I'd be glad to hear from you. - Jared > -- J Blaser wrote: >> My old Novell 2010 CP/M computer[1] has suffered a failure >> in the Data Technologies Corp. DTC520 controller. IIRC, >> this controller can support up to 2 MFM/ST506/ST412 drives >> and 4 floppies. In my case it's only hooked up to a single >> Seagate ST-506 (5MB! Woohoo!), and a single Shugart SA450 >> 5-1/4" floppy. Apparently this controller was not too >> uncommon in the day. From evan at snarc.net Sun Aug 31 00:41:57 2008 From: evan at snarc.net (Evan Koblentz) Date: Sun, 31 Aug 2008 01:41:57 -0400 Subject: Video tour at the MARCH computer museum Message-ID: <007501c90b2c$49ade710$f750f945@evan> Hello cctalk'ers. Here at the MARCH computer museum, where we're hosting VCF East in two weeks from now, we decided to make a short video tour of the first of our four exhibit rooms. The video itself, just like our museum facility, is very much "under construction" .... we'll probably need another two or three "takes" of the video to really have it come out well. Also, most of the computers in this exhibit room DO operate, although they're switched off in the video. So, please watch it, feel free to laugh at my on-camera anxiety, and please visit us in person someday (or Sept. 13-14 for the VCF East!) .... here goes: http://www.youtube.com/watch?v=tksMbWfTssU And yes, that really is our club-owned Straight-8 in the middle!! -Evan From chrism3667 at yahoo.com Sat Aug 30 10:47:14 2008 From: chrism3667 at yahoo.com (Chris M) Date: Sat, 30 Aug 2008 08:47:14 -0700 (PDT) Subject: OT: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) In-Reply-To: <48B96810.3080100@arachelian.com> Message-ID: <317028.27846.qm@web65513.mail.ac4.yahoo.com> there are better magazines then Format these days, and include DVDs (and are cheaper). Linux Format is so, uh, tabloidy. Lots of news granted. But little else in the way of depth compared to Linux+ and the other one, the title escapes me. --- On Sat, 8/30/08, Ray Arachelian wrote: > From: Ray Arachelian > Subject: OT: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) > To: "On-Topic and Off-Topic Posts" > Date: Saturday, August 30, 2008, 11:32 AM > tonym wrote: > > I thought some of you might appreciate this... > > > > Microsoft is offering for one day only, today, Office > Ultimate Edition for $59.95. This has > > everything in it, I think retail is like $500-600. > > > > > Linux $0, *BSD $0, OpenOffice.org $0. And you don't > have to be a > student or teacher. It's the same price no matter what > TLD your email > address is behind. > > Infact, some will even send you the install CD's for > free incase you > can't afford the network bandwidth. > > https://shipit.ubuntu.com/ (and they're not > CD-R's, but professionally > pressed.) > and: https://www.cdearth.com/index.php?page=shipping > Some low cost ones: > http://www.linuxonline.biz/index.php?cPath=36 > > If those aren't good enough, find a large News/Magazine > store that > carries Linux Format (it's a British large format > Magazine with a DVD) - > they usually go for around $15 and the DVD has several > Linux Distros + a > ton of software - odds are it'll include a Linux distro > that you're > after + open office and a ton of other useful free stuff, > and it's still > cheaper than the MSFT drivel. > http://www.linuxformat.co.uk/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=22 > > Note that this is 2008 and current Linux Distros are very > very > friendly. Infact, it's a lot easier to install Linux > than it is to > install Windows these days, and they do support most > hardware out there > without futzing with drivers, and they'll work just > fine with older > machines - no need to buy a new computer every time MSFT > puts out a new > rehash of its malware. > > There's really no excuse to use that nasty Redmond > trash anymore. > > From ed at ed-thelen.org Sat Aug 30 14:24:12 2008 From: ed at ed-thelen.org (Ed Thelen) Date: Sat, 30 Aug 2008 12:24:12 -0700 Subject: Schematics of Atanasoff-Berry Computer logic circuits? References: <200808301700.m7UH0u2c023978@dewey.classiccmp.org> Message-ID: <04f101c90ad5$fc1890f0$0200a8c0@TIGERTV> > Message: 8 > Date: Fri, 29 Aug 2008 13:47:07 -0800 > From: Brent Hilpert > Subject: Re: Schematics of Atanasoff-Berry Computer logic circuits? > To: General at invalid.domain, "Discussion at invalid.domain":On-Topic and > Off-Topic Posts > Message-ID: <48B86E5B.C9A63D91 at cs.ubc.ca> > Content-Type: text/plain; charset=us-ascii > > William Donzelli wrote: >> >> > I think, rather, that that's a good portion of the explanation of why they >> > were so slow. >> > Ballpark example, take a 12AU7: the sum of the grid-to-plate and >> > grid-to-cathode capacitance is around 3 pF. Suppose the network resistance >> > feeding the grid circuit is 250 KOhm, that's an RC time constant of 0.75uS, >> > a little better than just 1 MHz. (R can be reduced of course but power >> > consumption is then on the climb.) >> >> Well, OK, i could buy that, but from what I have seen from the >> circuits and construction of tube logic circuits is that the 3 pF is >> not much compared to all the stray capacitance kicking around due to >> construction techniques. > > I'd say point-to-point wiring becomes problematic when you start getting going > into the higher shortwave / low VHF, and granted it becomes an issue in a > physically large system, but it may not be bad as you might think. The 10MHz > stage of the HP 524 counter is done with 'rats-nest' point to point wiring with > components on tag boards separated by wires from the tube sockets, even for the > grid circuits. The key was they went to high-frequency pentodes instead of > duo-triodes, low-R circuits, diode clamps, 1% resistors: hi-speed was > 'possible' but very expensive to accomplish. > Looking up the plate to grid Direct Interelectrode Capacitance, grid to plate is 1.5 pf However , the Miller effect makes that quite interesting - depending on the effective stage gain, the effective capacity is increased by the effective stage gain - which is a big frequency limiting (and stability) factor - basically why pentodes and tetrodes were developed, (reduce the Miller effect and move the cut-off frequency up a way. The grid to plate capacitance (and the accompaning Miller effect) make trying to get stability in a tuned plate, tuned grid circuit "interesting". (Interesting enough with proper tetrodes ;-)) I ain't a curcuits guy, but remember stuff, the wrong stuff - Ed Thelen From ajp166 at bellatlantic.net Sat Aug 30 17:02:49 2008 From: ajp166 at bellatlantic.net (Allison) Date: Sat, 30 Aug 2008 18:02:49 -0400 Subject: Subject: Re: Wanted: vacuum tube logic circuits Message-ID: <0K6F00IJPP7OJM7I@vms173005.mailsrvcs.net> > >Subject: Subject: Re: Wanted: vacuum tube logic circuits > From: William Blair > Date: Sat, 30 Aug 2008 07:42:53 -0700 (PDT) > To: cctalk at classiccmp.org > >Chuck Guzis wrote: > >> My first exposure to very-low plate voltage applications >> was with a code-practice oscillator built from a circuit in the ARRL >> Radio Amateur's Handbook. ISTR it used a 6SN7 that used the >> 6.3v from the heater winding as plate voltage. At any rate, it would >> drive a pair of earphones. Perhaps someone with a RAH collection >> from the 1950's might locate the circuit. > >Thank you! That's the perfect tube multivibrator lead which allowed me to find these references using "code oscillator" and "6SN7" as search terms: > >p29, Dec '55: "A Heterodyne Crystal Calibrator AND CODE PRACTICE >OSCILLATOR" uses both halves of a 7N7, 6SN7, or 12AU7 (or pairs of many triodes) and two crystals to give marker signals at the DIFFERENCE of the two crystals > >p41, Jun '52: "...Frequency Standard...Oscillator" uses a 6F6 >oscillator, both halves of a 6SN7 as a multivibrator > >p30, Mar '62: Uses a 6AU6 oscillator at 100 kc and a 12AU7 >multivibrator to also give 50 kc markers > >p33, Jan '65: Uses a 6AQ5 oscillator at 100 kc and a 6AS6 10-kc >sub-harmonic generator (no diode and NO inductors!) > >p34, May '65: Uses a 6AU6 oscillator at 100 kc, a 12AU7 multi- >vibrator for 10 kc points, and another 12AU7 > >All of these and more were found here: > >http://newsgroups.derkeiler.com/Archive/Rec/rec.radio.amateur.homebrew/2007-09/msg00154.html > >Do you recall if the p29, Dec '55 project was the 6.3V plate voltage project you mentioned? > >The successful use of 6.3V as the plate voltage in a multivibrator using a standard HV tube is extremely encouraging. The lowest voltage used for the audio circuits I've built was 24V which was most likely used to put the tubes in a more linear operating region which wouldn't be necessary with a multivibrator. > >> While dual (identical) pentodes aren't too common for >> you to use the first grid as a space-charge element, >> I wonder if one of the sync-separator tubes, such as the >> 6BU8 might not do the trick. Single cathode and first grid, >> independent 3rd grids and plates. > >Thanks, that will be an interesting thing to try. > >> In the 20's and 30's before small-geometry power >> tubes became available, "microwave" experimenters would take a >> hefty triode and put a high positive voltage on the grid and a >> slightly negative voltage on the plate to induce Barkhausen >> oscillation. But that has nothing to do with your problem, so >> forget that I mentioned > >But thanks for mentioning it anyway since I'm interested in reading about any unusual operating modes for tubes. > >Bill I just got finished builting a recieving converter and used 12V as Plate voltage with good success using standard 12BA6 for RF amp, mixer and osc functions as I couldn't find my supply of 12EK7s. The 12BA6 nominally is speced at 150V for plate. The assumption is that triode tube are required for logic is also false. If the goal is to stay away from scary voltages I'd suggest 22.5, 45 or 67V as they are easy to obtain and most any tube performs resonably in that range. Running below 12V is harder and narrows ones choices. Allison From ajp166 at bellatlantic.net Sat Aug 30 17:05:35 2008 From: ajp166 at bellatlantic.net (Allison) Date: Sat, 30 Aug 2008 18:05:35 -0400 Subject: Wanted: vacuum tube logic circuits Message-ID: <0K6F004E2PCA0SKB@vms044.mailsrvcs.net> > >Subject: Re: Wanted: vacuum tube logic circuits > From: William Blair > Date: Sat, 30 Aug 2008 07:58:29 -0700 (PDT) > To: cctalk at classiccmp.org > >William Donzelli wrote: > >> I have exactly one 12U7 in stock. I have a few 12K5s, as >> well. > >I've now got a number of different dual triode tubes to try from a local electronics shop that has a large collection of tubes from former TV and radio repairmen. $1 each and they have a B&K 707 tube tester to test them on. > >> One thought about using space charge tubes for logic - they >> might end up being slow as molasses. > >>From a message above, it looks like even a 6.3V plate voltage on a standard (not low voltage) dual triode tube will work and I'm after a visibly slow (a few Hz at most) multivibrator anyway with a binary counter circuit attached. Most all of the space charge tubes were optimized for 12V plates. IF you can run 12V to 25V range you limit yourself less as even generic 12AX7s, 12ATs and 12AU7s perform serviceably there. Allison From ajp166 at bellatlantic.net Sat Aug 30 19:49:25 2008 From: ajp166 at bellatlantic.net (Allison) Date: Sat, 30 Aug 2008 20:49:25 -0400 Subject: Wanted: vacuum tube logic circuits Message-ID: <0K6F00066WXCWOYC@vms046.mailsrvcs.net> > >Subject: Re: Wanted: vacuum tube logic circuits > From: "bfranchuk at jetnet.ab.ca" > Date: Sat, 30 Aug 2008 17:57:30 -0600 > To: General Discussion: On-Topic and Off-Topic Posts > >William Blair wrote: >> Actually, 24 of the 41 types of space charge tubes had filament currents ranging from only 150 - 200 mA. The 12DL8 had the highest at 550 mA. >> >I remember reading somewhere on the web about the high current. I did not dig any more. >As for pencil tubes ... I suspect most of them where for WWII use and the general public did not >know about them till after transistors made their impact. > > Not quite. Tthere were several forms of pencil tubes and the smaller ones were appearing in hearing aids and others small devices just after the war. The ones that were less known were the hyper rugged ones used in the VT fuses and those were mostly secret. I have a dozen or more of the pencil types some fo the 1AD4 class with 1.5V filiments and the other the harder and more rugged types with 6.3V heaters. I"ve built gear around both. Allison From mouse at Rodents-Montreal.ORG Sat Aug 30 02:44:36 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Sat, 30 Aug 2008 03:44:36 -0400 (EDT) Subject: Vacuum-tube speed [was Re: Schematics of Atanasoff-Berry Computer logic circuits?] In-Reply-To: <48B8E83D.1010801@jetnet.ab.ca> References: <152181.58959.qm@web50504.mail.re2.yahoo.com> <48AE31FB.6000905@jetnet.ab.ca> <48AE527F.9F95BA5C@cs.ubc.ca> <48AE5F30.B5A6C610@cs.ubc.ca> <48B8460E.1EB9D505@cs.ubc.ca> <200808291812.OAA26407@Sparkle.Rodents-Montreal.ORG> <48B8E83D.1010801@jetnet.ab.ca> Message-ID: <200808300748.DAA07122@Sparkle.Rodents-Montreal.ORG> >> I don't remember enough of the constants to figure out what sort of >> acceleration a gradient of, say, 200 V/cm imparts to a free >> electron.... > I think you need study a broken tube to find the distance from the > cathode first. I have looked at broken tubes, and I've seen cathode-plate distances everywhere from about 0.5mm up to about 1cm, depending on the tube. (That's ignoring special cases such as CRTs.) /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From hpjimbondoris123 at dorisland.net Sat Aug 30 03:50:41 2008 From: hpjimbondoris123 at dorisland.net (hpjimbondoris123 at dorisland.net) Date: Sat, 30 Aug 2008 02:50:41 -0600 Subject: HP 64000 Message-ID: <000601c90a7d$7c9ddcc0$0f00a8c0@pentium4> Hello All: I have one of these HP 64000 Development Systems and I am looking for hardware and software for it. I would like to chat with other whom might own one as well. A friend and I have been working on a wikipedia page for the 64000 please check it out http://en.wikipedia.org/wiki/HP_64000 Any help would be greatly Appreciated. Jim From josecvalle at gmail.com Sat Aug 30 11:19:13 2008 From: josecvalle at gmail.com (Jose carlos Valle) Date: Sat, 30 Aug 2008 13:19:13 -0300 Subject: Unusual altair front panel... In-Reply-To: <48B8A69D.1050003@solivant.com> References: <48B8A69D.1050003@solivant.com> Message-ID: Hello Yesterday, as curator of Computer Museum Brazil, I wasbeen there at *t the Computer History Museum , here in Mountain View, after 3 hours by bus.. But, there I saw the Babgage?s machine working... I took a lot the photos I will put in my picasa web tomorrow. I saw too the original Altair, etc. It is amazing place. Jose Carlos Valle, curator I am in San Jose because of the Nvision 08, last week. See Yha * 2008/8/29 Geoff Harrison > > Bill Sudbrink wrote: >>> >>>> >>>> I've never seen an altair with a front panel like >>>> the one on ebay item #160276656912. Has anyone else? >>>> Is is located close to where I work and I'm thinking >>>> of asking the seller if I can stop by and have a look. >>>> If it's nothing unusual, I won't bother. >>>> >>> >>> Nobody has an opinion on this??? Or is everybody about to >>> snipe the auction? >>> >>> > I think it is interesting... > > > > Looks to me like an original Altair that was styled in what I call the > > third generation of Altairs.. Which included the version with a > simplified > > front panel. > > > > George Rachor > > Hillsboro, Oregon > > > > If you look closely at some of the internal pictures, you'll > notice that the card support rails are unusual for an 8800, too. > > Geoff Harrison. > -- Estou de viagem, mas, tentarei responder os emails, assim que for possivel. Se for urgente, ligue para 011 2609-6959, obrigado Jos? Carlos Valle ? Presidente curador Av Jandira, 257 - 6 andar s 64 - Moema.- CEP 04088-001 www.museudocomputador.com.br Blog do curador:--http://blogdocurador.museudocomputador.com.br Tel office: 011 2609-6959 - celular prov: 8794-6730 Tel skype 3013-3946 - "Tudo posso naquele que fortalece, Felipenses 4:13" From ekklein at pacbell.net Sat Aug 30 19:38:18 2008 From: ekklein at pacbell.net (Erik S. Klein) Date: Sat, 30 Aug 2008 17:38:18 -0700 Subject: CDC/VAX tapes and drives Message-ID: Got this in the mail but the tape systems aren?t of interest to me: --- Found your name on a website related to antique computers and components.??There are some vintage items at our company that we will be discarding when we move to a new location so I am contacting you to see if you have any interest.? We have reels of tapes and tape drives that can read tapes written on VAX and CDC systems.? We also have cabinets for hanging reels of tapes.? There is other stuff around too like old PC systems and software that we are just beginning to go through.? So let me know what you are interested in.? Also if you are not interested in the tapes or tape drives do you know anyone who is?? I'd rather give them to someone who wants them then to send them to the recycler. --- If you are interested please drop me a line and I?ll forward the contact info. ----- Erik Klein www.vintage-computer.com www.vintage-computer.com/vcforum - The Vintage Computer Forums marketplace.vintage-computer.com - The Vintage Computer and Gaming Marketplace From evan at snarc.net Sun Aug 31 01:02:39 2008 From: evan at snarc.net (Evan Koblentz) Date: Sun, 31 Aug 2008 02:02:39 -0400 Subject: HP 64000 In-Reply-To: <000601c90a7d$7c9ddcc0$0f00a8c0@pentium4> Message-ID: <009701c90b2f$2e387470$f750f945@evan> We have one in our museum collection here at MARCH / NJ. Tried switching it on, but all we got was a big green blotch on the screen and a few of the indicators lit up. -----Original Message----- From: cctalk-bounces at classiccmp.org [mailto:cctalk-bounces at classiccmp.org] On Behalf Of hpjimbondoris123 at dorisland.net Sent: Saturday, August 30, 2008 4:51 AM To: cctech at classiccmp.org Subject: HP 64000 Hello All: I have one of these HP 64000 Development Systems and I am looking for hardware and software for it. I would like to chat with other whom might own one as well. A friend and I have been working on a wikipedia page for the 64000 please check it out http://en.wikipedia.org/wiki/HP_64000 Any help would be greatly Appreciated. Jim From tonym at compusource.net Sun Aug 31 01:02:12 2008 From: tonym at compusource.net (tonym) Date: Sun, 31 Aug 2008 06:02:12 GMT Subject: HandyMan for Kaypro Message-ID: <200808310202925.SM02024@[63.69.23.239]> I asked a while back on comp.os.cpm, and didn't get much response... Anyone remember how to use a HandyMan for the kaypro? This was an add-in board, piggy-backed between the Z80 and socket, and had a TSR-like pop-up Borland SideKick wanna-be. Trying to find some info, as a K10 I acquired came with a handyMan, and Advent 1MB RAMDisk, and K4 came with an Advent Clock, RamDisk, ProGraphics board, Personality module, and 5mHz turboboard. Tony From trixter at oldskool.org Sun Aug 31 01:04:05 2008 From: trixter at oldskool.org (Jim Leonard) Date: Sun, 31 Aug 2008 01:04:05 -0500 Subject: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) In-Reply-To: <2b1f1f550808301937t2438961fh4e955114a408138d@mail.gmail.com> References: <200808201942602.SM04048@63.69.23.239> <48B96810.3080100@arachelian.com> <000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> <48B9CEBF.8080902@arachelian.com> <000401c90b02$b82c2230$9a64a8c0@nclmiami.ncl.com> <48B9FEC6.6060904@arachelian.com> <2b1f1f550808301937t2438961fh4e955114a408138d@mail.gmail.com> Message-ID: <48BA3455.6040408@oldskool.org> Joe Giliberti wrote: > Its just a matter of personal preference. I think it's more about using the right tool for the right job. I use Linux, Solaris, and Windows at home depending on the work I'm doing. Windows does the multimedia editing and gaming, Linux desktops for the wife and kids, and Solaris for the heavy lifting (ZFS fileserver, DNS, ftp server, SMTP, etc. etc.) All of those OSes could do all of those jobs, but some are much more suited to certain tasks than others. When it's a matter of personal preference, *that's* when all the fighting starts :) -- Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/ Help our electronic games project: http://www.mobygames.com/ Or check out some trippy MindCandy at http://www.mindcandydvd.com/ A child borne of the home computer wars: http://trixter.wordpress.com/ From bert at brothom.nl Sun Aug 31 07:04:27 2008 From: bert at brothom.nl (Bert Thomas) Date: Sun, 31 Aug 2008 14:04:27 +0200 Subject: free: 75-node supercomputer Message-ID: <48BA88CB.8010401@brothom.nl> Hi, I'm looking for a new home for my 75-node pentium pro supercomputer. This came from the university: http://www.cs.vu.nl/das Picture: http://bert.brothom.nl/gallery2/main.php?g2_view=core.DownloadItem&g2_itemId=175&g2_serialNumber=2 Each node has Linux installed. One case contains 3 CPU systems. There are 25 cases, so 75 CPUs. This takes up at least 4 19" cabinets. Contact me if you want to have it. It's free. Regards, Bert From auringer at tds.net Sun Aug 31 07:21:53 2008 From: auringer at tds.net (auringer at tds.net) Date: Sun, 31 Aug 2008 7:21:53 -0500 Subject: Sun Sparc AXi mainboard, Sparc 10 RAM, and other stuff free or cheap In-Reply-To: <200808310031988.SM02024@[63.69.23.239]> Message-ID: <20080831072154.G91MP.1015547.root@webfep14> Hi Tony, I would be up for the Sun equipment, if it hasn't been spoken for already. Jon Jon Auringer auringer at tds.net ---- tonym wrote: > > Figured I'd take advantage of the long weekend to go through stuff in the garage. > > Got a Sun single CPU AXi motherboard, the one they made to build into clone cases. > Includes: > Mainboard with dongle for kb and mouse, ATX power connector, has I/O panel for ATX case. > (2) 64MB Sticks > (2) 256MB Sticks > (2) processors: 360mHz 501-5148, and a 333mHz 501-5090 > > Don't think it was ever used, and if it was, it was for a matter of days! Can't guarantee it, but it's cheap enough! > Pay shipping + $10 SHOULD fit into a Priority Mail box, so figure around $20 shipped. > > > (3) Sun 501-2273 16MB modules for Sun Sparc 10, Sun barcoded. Free+$10 Priority Mail shipping > > > Apple II Plus - powers up, but a bunch of junk on the screen, but case is pretty flawless last I checked. $50+shipping > > Apple IIC - pretty clean, minimal yellowing, includes PSU, and an original DOS 3.3 system master, and I can dig up a > few more original disks to go with it $50+shipping. Does work, but the monitor IIc I had croaked. > > Got a stack of manuals, in binders, and some disks, for H/Z Z-100.I BELIEVE Bill Loguidice wanted them, so if he doesn't, > available for shipping - Media Mail doable on this, as it's manuals and disks. Shouldn't be more than $10-15 MMail. > > I'll keep pulling over the weekend.... > > > Tony From jim at g1jbg.co.uk Sun Aug 31 08:12:09 2008 From: jim at g1jbg.co.uk (Jim Beacon) Date: Sun, 31 Aug 2008 14:12:09 +0100 Subject: Uses for OpenVMS References: <200808302246.07742.thrashbarg@kaput.homeunix.org> Message-ID: <001701c90b6b$2cfe2870$0300a8c0@XPBOX> > At 10:46 PM +0930 8/30/08, Alexis wrote: >>I've had a VAXstation 4000/60 in my cabinet for well over a year now (had >>to >>renew the license a few days ago). It is running OpenVMS 7.3. >> >>I can not think of any use for it, other than learning about OpenVMS, but >>that >>is made difficult when I don't know what to do with it... >> >>So what can be done with an OpenVMS setup these days? >> >>Also, if anyone wants an account they're welcome, just email me. > I've used it for reliable FTP servers - I ran one for three years virtualy non-stop for file exchange between students on a law course. Jim. From spectre at floodgap.com Sun Aug 31 10:03:02 2008 From: spectre at floodgap.com (Cameron Kaiser) Date: Sun, 31 Aug 2008 08:03:02 -0700 (PDT) Subject: Sun Sparc AXi mainboard, Sparc 10 RAM, and other stuff free or cheap In-Reply-To: <200808310031988.SM02024@[63.69.23.239]> from tonym at "Aug 31, 8 04:31:48 am" Message-ID: <200808311503.m7VF32JT007236@floodgap.com> Tony, > Apple IIC - pretty clean, minimal yellowing, includes PSU, and an original > DOS 3.3 system master, and I can dig up a > few more original disks to go with it $50+shipping. Does work, but the > monitor IIc I had croaked. I have a monitor IIc of my own :) if the IIc is not spoken for, I'll grab it. Let me know. Shipping would be to zip 91941. -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com -- FORTUNE: You learn from your mistakes. Today will be very educational. ----- From spectre at floodgap.com Sun Aug 31 10:04:42 2008 From: spectre at floodgap.com (Cameron Kaiser) Date: Sun, 31 Aug 2008 08:04:42 -0700 (PDT) Subject: Sun Sparc AXi mainboard, Sparc 10 RAM, and other stuff free or cheap In-Reply-To: <200808311503.m7VF32JT007236@floodgap.com> from Cameron Kaiser at "Aug 31, 8 08:03:02 am" Message-ID: <200808311504.m7VF4g9P010406@floodgap.com> > Tony, > > > Apple IIC - pretty clean, minimal yellowing, includes PSU, and an original > > DOS 3.3 system master, and I can dig up a > > few more original disks to go with it $50+shipping. Does work, but the > > monitor IIc I had croaked. > > I have a monitor IIc of my own :) if the IIc is not spoken for, I'll grab it. > Let me know. Shipping would be to zip 91941. Perhaps I will actually send an offlist message off list one of these days. -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com -- Backup not found. Abort, Retry, Vomit, Panic, Write Resume File? ----------- From schwepes at moog.netaxs.com Sun Aug 31 10:59:32 2008 From: schwepes at moog.netaxs.com (schwepes at moog.netaxs.com) Date: Sun, 31 Aug 2008 11:59:32 -0400 (EDT) Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: References: Message-ID: As per the 1982 Amateur Radio Handbook, ECC83 (and ECC82) are double triodes. Type 83 is described as a half wave rectifier in the 1951 edition. None of the 12* are listed in the '51 book though similar numbers indicate double diodes and triodes as do base descriptions in the 1982 book but I cannot come up with more precise info. bs On Fri, 29 Aug 2008, Tony Duell wrote: > > Chuck> Were these the special "space charge" tubes? e.g. 12J8, 12U7, > > Chuck> 12DK7, 12DL8, 12CX6, 12DE8, 12CN5, 12BL6, 12DS7, 12AC6, 12AD6, > > Chuck> 12AE6, 12AE7, 12AF6, 12AJ6 or 12AL8 (I've probably left out a > > Chuck> few)? > > > > I don't recognize the term "space charge". They were tubes explicitly > > specified in the data sheet for operation with 12 volt anode voltage. > > Almost certainly they were Philips -- EFnn and ECHnn for suitable > > integer nn... (I did that project in Holland.) > > I think nn=83 :-). I am really digging into the depths of my memory, but > I seem to remember the ECH83 (triode hexode frequency changer) and EBF83 > (double diode and pentode). Maybe at least one other type too. > > -tony > From schwepes at moog.netaxs.com Sun Aug 31 12:19:26 2008 From: schwepes at moog.netaxs.com (schwepes at moog.netaxs.com) Date: Sun, 31 Aug 2008 13:19:26 -0400 (EDT) Subject: Subject: Re: Wanted: vacuum tube logic circuits In-Reply-To: <48B91B64.3825.1A22A128@cclist.sydex.com> References: <200808292047.m7TKlXsY013214@dewey.classiccmp.org>, <934384.35571.qm@web50507.mail.re2.yahoo.com> <48B91B64.3825.1A22A128@cclist.sydex.com> Message-ID: Back to the 1951 ARRL, the device was called a 'monitone' and used a 6SL7 with a phone jack on the one grid and the output of a 6J5 on the other grid after biasing and volume control and an osscillator that used a neon bulb a capacator and biasing resisters. Transmitter input was to 6J5 and effectively to side one of 6SL7 through another resister. If I could draw in ascii I'd show this device. bs On Sat, 30 Aug 2008, Chuck Guzis wrote: > On 30 Aug 2008 at 7:42, William Blair wrote: > > > Thank you! That's the perfect tube multivibrator lead which allowed > > me to find these references using "code oscillator" and "6SN7" as > > search terms: > > It all was very long ago. I can tell you what I see in my mind's eye > (however accurate that is). A small chassis with a filament > transformer on one side, an interstage audio transformer on the other > and an octal tube socket in the middle. A pot on the front to vary > the pitch and a phone jack. The tube was definitely a dual triode; > it might have been a 6SL7 or 6SN7 (perhaps in the application, it > didn't matter). Construction was from either the ARRL RAH or perhaps > "The Radio Handbook" from about the same time. > > I'm almost 100% certain that this was no multivibrator application; > indeed, half of the triode may have been used as a rectifier. > > All of this is subject to the bit-rot that increasingly pervades my > wetware nowadays. > > Cheers, > Chuck > > > From cclist at sydex.com Sun Aug 31 12:42:28 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sun, 31 Aug 2008 10:42:28 -0700 Subject: Subject: Re: Wanted: vacuum tube logic circuits In-Reply-To: References: <200808292047.m7TKlXsY013214@dewey.classiccmp.org>, <48B91B64.3825.1A22A128@cclist.sydex.com>, Message-ID: <48BA7594.2398.1F6AF14B@cclist.sydex.com> On 31 Aug 2008 at 13:19, schwepes at moog.netaxs.com wrote: > Back to the 1951 ARRL, the device was called a 'monitone' and used > a 6SL7 with a phone jack on the one grid and the output of a > 6J5 on the other grid after biasing and volume control and an > osscillator that used a neon bulb a capacator and biasing > resisters. Transmitter input was to 6J5 and effectively to side one of > 6SL7 through another resister. If I could draw in ascii I'd > show this device. Nope, not it. It was definitely a CPO and not a monitor. Single tube, no neon bulb, line powered via a single 6.3v filament transformer. As I said, it may not have been from the RAH. But I built and used it. I suppose I could reconstruct it with parts from my hellbox if anyone was really curious (I think I still have an interstage audio transformer kicking around). I think Roy nailed it though when he suggested a blocking oscillator--one doesn't require much gain to work. Cheers, Chuck From schwepes at moog.netaxs.com Sun Aug 31 12:44:04 2008 From: schwepes at moog.netaxs.com (schwepes at moog.netaxs.com) Date: Sun, 31 Aug 2008 13:44:04 -0400 (EDT) Subject: Ring vs BCD counters for decades In-Reply-To: <48B9DE87.7781F95E@cs.ubc.ca> References: <200808292047.m7TKlXsX013214@dewey.classiccmp.org> <20080830124803.BB42CBA4C69@mini-me.trailing-edge.com> <48B9C0B9.F762CD3D@cs.ubc.ca> <48B9DE87.7781F95E@cs.ubc.ca> Message-ID: The system I worked on much later used two frequencies and the resulting intermods for ranging information and that was mixed with the direction of the tracking radar. This was an analogue system using synchros (remember Waldo?) to position the weapon, in this case a missile, in the position that the boogie would be in. The first Navy fire control computer was definitely analogue. bs On Sat, 30 Aug 2008, Brent Hilpert wrote: > William Donzelli wrote: > > Ranging. For fire control, very accurate ranging is very important, as > > it is one of the biggest variables in ballistics equations. Getting > > accurate range data out of the radars was thus extremely important, so > > the range circuits were very precise, and often employed dividers and > > flip flops and such to generate cursor information on the scopes for > > the operators. > > Interesting, I didn't know they had gotten that complex with the WWII stuff. > Offhand I would have thought they would have used capacitor / pulse-interval > integration techniques for such calculations in that era rather than digital > counters. Not accurate enough perhaps. > > (I do have a picture somewhere from WWII of my dad on a Wehrmacht anti-aircraft > gun that he said was automatically ranged and targetted by radar.) > From ard at p850ug1.demon.co.uk Sun Aug 31 12:49:23 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Sun, 31 Aug 2008 18:49:23 +0100 (BST) Subject: Ring vs BCD counters for decades In-Reply-To: from "William Donzelli" at Aug 30, 8 05:49:40 pm Message-ID: > > > I've never had an opportunity to study early radar stuff in depth. > > You should get some manuals - they are mostly around, some are > downright cheap. The origins of computing, ENIAC, EDSAC and all, were > built on a huge foundation made by the both the radar people and the > punch card people. This is similar to the origins of networking > history, with its foundation made by The Phone Company. I asked something similar last week, but I think it got lost when the list was out... My question was : Is there anything of use in the MIT Radiation Lab series of books? I've not checked the few volumes I have yet, but I do recall a book on time measurments that might have some useful circuits in it. I am very suprised that nobdy has scanned or reprinted this set of books yet. From what I understant, they became public domain 10 years after publication, and that, of course has long since happened. -tony From ard at p850ug1.demon.co.uk Sun Aug 31 13:00:06 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Sun, 31 Aug 2008 19:00:06 +0100 (BST) Subject: Free Linux and OpenOffice - even if your email address doesn't In-Reply-To: <002601c90aed$9e01ba10$9a64a8c0@nclmiami.ncl.com> from "Tony Mori" at Aug 30, 8 06:13:20 pm Message-ID: > > > ----- Original Message ----- > From: "Tony Duell" > To: > Sent: Saturday, August 30, 2008 5:11 PM > Subject: Re: Free Linux and OpenOffice - even if your email address doesn't > > > > > > > >> Second, I work for a multi-billion dollar company, and there is NO WAY on > >> this earth any minutely-responsible IT > >> department is going to run ANYTHING unsupported in a production > >> environment, > >> especially with SOX and other > >> requirements. > > > > And there is no way I am going to use anything I can't support myself. > > Which means I won't depend on any hardware I don't have full schematics > > for, I won't depend on any software I don't have the source code for. I > > don;t require it to be 'open', I don't mind if the schematics and source > > are not freely copyable and that I have to pay to get, say, a technical > > manaual containing said schematics. > > > > -tony > > > > You're joking, right? Who the heck in THIS day and age is giving you > schematics?We run HP, IBM, Sun, Cisco, and Dell hardware, and I hardly see > ANY of them giving out schematics. No I am not joking. I stand by what I dead. I do not depend on any piece of hardware I don't have full schematics for. Now, unless I am mistaken, this is the 'Classic Computers' mailing list. What a 'classic computer' is I don't know precisely, but it's normally taken to be something 10 years old or moee. By that definition I don't own a single non-classic computer. I actually own (and use) very few machines that are less than 20 years old). I certainly don't own any hardware from either Dell or Cisco. I am typing this on an IBM machine. An IBM machine for which I have full, official, schematics and BIOS source code. It's a much hacked PC/AT. I bought the full set of 'classic' Technical Reference manuals from IBM. Yes, they were expensive. And yest they were (and still are) well worth it. Now, HP is an interesting one. ASFAI with the exception of their MS-DOS 'incompatibles' (110, 110+, 150, 150-II), HP never publisehd official schematics for any of their desktop machines. Well, maybe the HP85 series too, I think the service manual for that one was avaialble had had a schematic.. They did for their HP871B handheld (I have the full IDS), they did for the HP75. And there are thecnical reference manuals for the MS-DOS stuff -- I have them. But equally, there are 'unofficial' scheamtics of most classic HPs around. > > Maybe in a 7-person company, but let's be realistic. Company I work for has Think again. I am on my own... > well over 15,000 employees, 5000+ workstations and laptops, over 600 > servers, all spread across 6 worldwide offices + 5 call centers, and you're > talking about schematics? Are all those 5000 workstations/laptops different? Or is it, as I suspect, many instances of relatively few mahcines. You don't need copies of the same schematic... > > That's just nuts - we'd need a full-time person just to manage the > schematics, much less actually repairing stuff... > > In this day in age, it's "call the vendor," because everything we have comes > with 3-5 year on-site warranties, and/or maintenance and support contracts. Oh get real... I am not going to call up some company to get some board-swapping idiot turn up who knows less about the machine than I do. Many, many, times I've managed to repair something -- really repair a logic fault, not just plug the cable back in, or whatever -- in the time between some misguided person called the supplier and the so-called engineer turning up. FWIW, I don't want a support contract. Period. I am very happy to support my own machines myself, and choose to use machines where I can do this. -tony From ard at p850ug1.demon.co.uk Sun Aug 31 13:39:34 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Sun, 31 Aug 2008 19:39:34 +0100 (BST) Subject: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: from "schwepes@moog.netaxs.com" at Aug 31, 8 11:59:32 am Message-ID: > > As per the 1982 Amateur Radio Handbook, ECC83 (and ECC82) are double > triodes. Type 83 is described as a half wave rectifier in the 1951 Correct, but I think you've misinterpetted what I was saying. Philips/Mullard valve numbers are actually quite informative, and can be decoded as follows : First letter gives the heater/filament rating : A = 4V B = 180mA??? C = 200mA D = 1.5V E = 6.3V G = 5V (early-ish ones, later used for miscellaneous ratings) H = 12.6V? K = 2V O = Semiconductor (no heater) P = 300mA U = 100mA Y = 450mA (Where a current is given, the valve was intended for series-string operation) Subsequent letters give the electrode structure. For multi-section vales, they're given in alphabetical order A = diode B = double diode C = triode D = power/output triode E = signal tetrode F = signal pentode H = hextode/heptode K = heptode (phantom-cathode tpye of fequency changer)/octode L = power/output tetrode/pentode M = tuning indicator ('magic eye') N = thyratron (gas-filled triode/tetrode) Q = nonode X = gass-filed full-wave rectifier Y = half-wave rectifier Z = vaccume full-wave rectifier The first digit gives the base type None/1 = miscllaneous (often only a single-digit number means P side contact base) 2 = B8B 'Loctal' For 3-digit numbers, 2 = B10B 3 = International Octal 4 = B8A Rimlock 5 = B9G. For 3 digit numbers, 5 = B9D 6,7 Subminiatores 8 = B9A Noval 9 = B7G (7 pin miniatore) Other digits distinguish between valves where the rest of the code is the same. Now the oroginal poster was talking about some 12V-anode-voltage valves. He'd rememebrs are frequency changer -- a triode hexode -- with an ECHnn bumber. I beleive the full number of that valve is the ECH83. And that the EBF83, and possibly the EF83 are als 12V anode types. This has nothing to do with the the American type 83 rectifier valve -tony From ard at p850ug1.demon.co.uk Sun Aug 31 13:07:39 2008 From: ard at p850ug1.demon.co.uk (Tony Duell) Date: Sun, 31 Aug 2008 19:07:39 +0100 (BST) Subject: Free Linux and OpenOffice - even if your email address doesn't In-Reply-To: from "Antonio Carlini" at Aug 30, 8 11:28:39 pm Message-ID: > >We run HP, IBM, Sun, Cisco, and Dell hardware, and I > > hardly see > > ANY of them giving out schematics. > > I doubt Tony has any DELLs, but I'm fairly sure he has some > HP kit ... an HP Laserjet iirc. Actually, I have a _lot_ of HP computers, going right back to their first desktop computer, the Model 30 calculator (HP9830). I have HP calculators older than that, of course. Heck I use an HP handheld calculator all the time. And yes, I have schematics. Yes, I have the ROM sources. It doesn't bother me that the latter are often stamped 'NOMAS -- Not Manufacturer Supported -- Recipient agrees not to contact the manufacturer' I am quite capable of reading and understanding them on my own. > > You'll note he said _he_ wouldn't use anything he couldn't > support himself. He's not saying that you should use the > same approach in the office ... that's not where the important > stuff lives! _Escatly_.. Let's go back to the comment that started this debate. I make no secret of the fact that I run linux. I considered what was important _to me_ in an OS : availability of the source code -- not necessarily open-source, a source license I could afford would be acceptable; the fact that I prefer a good CLI to a GUI; that it would run the software I need (a C compiler, TeX/LaTeX, etc) and so on. And I concluded that linux was the best choice _for me_ so that's what I run. Now, I don't think it's the best choice for everyone. Other people have different requirements and desires, they end up with a different OS that suits their needs. So? Waht's the problem? IT's the same with many other things. I don;'t suppose many people, buying a new car, would have the same requirement top-of-the-list as my father did recently. Namely that the official workshop manual had to be available. But it was important to us. -tony From scheefj at netscape.net Sun Aug 31 14:45:32 2008 From: scheefj at netscape.net (Jim Scheef) Date: Sun, 31 Aug 2008 15:45:32 -0400 Subject: ENIAC tube count / was Re: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <082920081901.2830.48B847870007F0A900000B0E22218801869B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> References: <774132.45156.qm@web50502.mail.re2.yahoo.com><48ADDB00.E245C770@cs.ubc.ca><082120082110.7646.48ADD9AE000E428000001DDE22230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net><48AE5A10.F7C0DB27@cs.ubc.ca><082220081525.8277.48AEDA4F000A4F3C0000205522230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> <48B846C1.81B8F33C@cs.ubc.ca> <082920081901.2830.48B847870007F0A900000B0E22218801869B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> Message-ID: <48BAF4DC.20806@netscape.net> Brian, ENIAC was a decimal machine, not binary. Mauchly wanted the Navy to be able to understand the proposal so they made it decimal. It was also not a stored program machine; it was rewired for each problem. They were well into the design and construction when they realized that there was a better way to do this so their next machine, the UNIVAC I, was binary, stored program, and had about 30% as many tubes. ENIAC, The Triumphs and Tragedies of the World's First Computer by Scott McCartney is my favorite on Eckert and Mauchly and their computers. Jim Brian L. Stuart wrote: >> Something I've wondered about with ENIAC is just where did all those 18000 >> tubes go (as in, where were they used in the machine)? >> ... >> The accumulators account for a substantial portion of the machine (the majority >> of the rack panels). I know each panel had a fair bit of control-sequencing >> circuitry, and the power supplies may have accounted for quite a number, but >> still, where did all the other tubes go? > > It's been a while since I looked at it in any detail, but I > expect it's a lot like other design work. The core functionality > takes 90% of the hardware and the interconnection takes the other > 90%. The bits like signal propagation and clocking and sequencing > logic and such always seem to take a lot more than we expect > them to, and I expect a lot of the tubes went there. Plus you > had I/O as well, between the switch bank, the card devices, > the display panel, etc. > >> And how feasible would it have been to replace those ring counters with 4-bit >> binary decade counters to save a lot of tubes? Perhaps it wouldn't have helped >> much because of the way the values from each counter were transmitted around >> the machine. Binary counters were around by then of course, I'm not sure when >> binary counters were first wrapped into decade counters ( by late 40's at >> latest). It would be fun to examine the ENIAC schematics for these sorts of >> questions. > > I don't know that it was a matter of binary counters being wrapped > into decade counters as much as decade counters being a natural > design step from mechanical wheels. The design and implementation > of them had been well-established in the radar world, and as I > understand it, Eckert was quite experienced in it. I'm sure he > was also quite capable of designing a binary machine and of course > did so later. But I expect that the fact that this was a first > of its kind machine and the fact that there was a military need > for it meant that confidence in the outcome was more important > than efficiency of material. So using design elements that were > familiar and proven was a better engineering choice. > > BLS > From als at thangorodrim.de Sun Aug 31 15:59:56 2008 From: als at thangorodrim.de (Alexander Schreiber) Date: Sun, 31 Aug 2008 22:59:56 +0200 Subject: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) In-Reply-To: <000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> References: <200808201942602.SM04048@[63.69.23.239]> <48B96810.3080100@arachelian.com> <000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> Message-ID: <20080831205955.GA5673@thangorodrim.de> On Sat, Aug 30, 2008 at 02:48:59PM -0400, Tony Mori wrote: > First off, you're a bit late, as that entire conversation came and went > over a week ago, but that's OK, I'll go with it... > ----- Original Message ----- > > > > > > >Linux $0, *BSD $0, OpenOffice.org $0. And you don't have to be a > >student or teacher. It's the same price no matter what TLD your email > >address is behind. > > > > I would disagree with that - nothing is free. My time is worth something, > and unless you are volunteering up your free > time to support, it ain't free. > > Second, I work for a multi-billion dollar company, and there is NO WAY on > this earth any minutely-responsible IT > department is going to run ANYTHING unsupported in a production > environment, especially with SOX and other > requirements. Oh, really? Then you have a very narrow view of the world. Every place I work(ed) was running Linux in production. The last two (previous and current) of those are regularly raking in a few billion dollars per year in revenue. And they have pretty healthy profits as well. My current employer pretty much bets the farm on Linux - all the infrastructure that is either making money or enabling other components to make money runs exclusively on Linux. It is also subject to SOX (which can be a royal PITA - thanks, Enron) and it does its Linux support fully inhouse - no external Linux support contracts or consultants. It works very well - and enables us to do things that would be flat out impossible with Windows. > That being said.... Yearly support+maintenance for my RHEL server is $798 > per server... > My Microsoft yearly fees for support+maintenance on my Windows servers is > $710 per server in our True-Up agreement. > > That is CORRECT - costs me less for Windows Oh, really ... but you are only looking at the _support_ _contract_ costs, not TCO. Still cheaper to run Windows? Don't forget all the antivirus and anti-malware infrastructure Windows needs. I really don't buy 'Windows is cheaper' since it usually is not. There are a lot of 'we need application X which only runs on Windows' which is a lot easier to understand ... > >Infact, some will even send you the install CD's for free incase you > >can't afford the network bandwidth. > > > > > >Note that this is 2008 and current Linux Distros are very very > >friendly. Infact, it's a lot easier to install Linux than it is to > >install Windows these days, and they do support most hardware out there > >without futzing with drivers, and they'll work just fine with older > >machines - no need to buy a new computer every time MSFT puts out a new > >rehash of its malware. > > There is NO WAY on this earth I am putting Linux on my wife's laptop, and > the kids machines. > First off, Linux is awesome geekware, but it is NOT for the masses - I'll > throw the little NetBooks out there as examples. Depends. My wife uses her workstation for mail, web and documents and that machine has been running various version of Linux for years. > Put the Asus EEE PC with Linux next to version with XP / Vista, and there > is NO comparison - it even LOOKS like a cartoony toy. You are aware that a) the default ASUS eeepc setup aims at clueless endusers b) it can be easily replaced with something more sensible? > Second, that would completely handicap my and my kids abilities to play > online games because, well, there ARE NONE for Linux.. > At least not anything good Not one to play games (except some nethack every few weeks) I can't say anything about that. > Well, if you want to interoperate in the REAL business world there is... There is more Linux in the real business world than you might guess, but it is usually doing infrastructure heavy lifting behind the scenes. > If you want REAL support, there is.. don't even TRY telling me that my wife > should go on forums / UseNet for support - get REAL! > If you want to be able to game online, there is.. > If a simpleton needs to take their linux laptop/desktop for fixing, there > is (Circuit City / Best Buy / Tiger / CompUSA / Etc..) > > Maybe in a mom-and-pop shop, but any serious IT organization is NOT going > to run free stuff without some (outside the company) support. Does 'we have several thousand fulltime employees all over the world, a few billions dollars in revenue per year and very healthy profits and we also have a pretty good market position' count as 'serious'? > If they are, someone needs to get fired. That is NOT fiscally responsible > and is, in itself, a SOX gap. It is, if you do it right and hire the right people. And SOX is probably even easier to deal with when you have _full_ source to all of your infrastructure (except network gear). > Now, please don't get me wrong - I love linux / FreeBSD and the like... > I started with 386BSD 0.1 back in 1994, and Linux back then as well, when > it was just a boot+root floppy. > I have my share of Linux servers in the office, and the have 60GB+ Oracle > databases on them, and yes, they have RH support plans, > and I have a few Linux boxes at home, but, the answer to EVERYTHING, it is > not. -- "Opportunity is missed by most people because it is dressed in overalls and looks like work." -- Thomas A. Edison From dgriffi at cs.csubak.edu Sun Aug 31 16:19:10 2008 From: dgriffi at cs.csubak.edu (David Griffith) Date: Sun, 31 Aug 2008 14:19:10 -0700 (PDT) Subject: Stuff to get rid of in Bakersfield California Message-ID: I have too much crap in my storage units and I need to get rid of one. I thought I'd be able to sell off this stuff on ebay, but I don't think I have the drive to deal with the volume I've amassed. The highlights here are a Macintosh SE, a Northstar Horizon (missing the lid), several 8-inch floppy drives, assorted S100 cards, and lots of documentation. I need to get rid of this stuff in a week and a half. -- David Griffith dgriffi at cs.csubak.edu A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? From ploopster at gmail.com Sun Aug 31 16:41:20 2008 From: ploopster at gmail.com (Sridhar Ayengar) Date: Sun, 31 Aug 2008 17:41:20 -0400 Subject: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) In-Reply-To: <20080831205955.GA5673@thangorodrim.de> References: <200808201942602.SM04048@[63.69.23.239]> <48B96810.3080100@arachelian.com> <000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> <20080831205955.GA5673@thangorodrim.de> Message-ID: <48BB1000.3020003@gmail.com> Alexander Schreiber wrote: >> If you want REAL support, there is.. don't even TRY telling me that my wife >> should go on forums / UseNet for support - get REAL! >> If you want to be able to game online, there is.. >> If a simpleton needs to take their linux laptop/desktop for fixing, there >> is (Circuit City / Best Buy / Tiger / CompUSA / Etc..) >> >> Maybe in a mom-and-pop shop, but any serious IT organization is NOT going >> to run free stuff without some (outside the company) support. > > Does 'we have several thousand fulltime employees all over the world, > a few billions dollars in revenue per year and very healthy profits and > we also have a pretty good market position' count as 'serious'? Indeed. I work for a company where the IT department has tens of thousands of employees and tens of billions of dollars of revenue. The IT department performs its support almost exclusively internally. In fact, I think it's easier for a larger company to internalize its support than for a smaller company. Peace... Sridhar From blstuart at bellsouth.net Sun Aug 31 16:58:16 2008 From: blstuart at bellsouth.net (Brian L. Stuart) Date: Sun, 31 Aug 2008 21:58:16 +0000 Subject: ENIAC tube count / was Re: Schematics of Atanasoff-Berry Computer logic circuits? In-Reply-To: <48BAF4DC.20806@netscape.net> References: <774132.45156.qm@web50502.mail.re2.yahoo.com><48ADDB00.E245C770@cs.ubc.ca><082120082110.7646.48ADD9AE000E428000001DDE22230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net><48AE5A10.F7C0DB27@cs.ubc.ca><082220081525.8277.48AEDA4F000A4F3C0000205522230682329B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> <48B846C1.81B8F33C@cs.ubc.ca><082920081901.2830.48B847870007F0A900000B0E22218801869B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> <48BAF4DC.20806@netscape.net> Message-ID: <083120082158.29854.48BB13F7000A82A70000749E22216128369B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> > ENIAC was a decimal machine, not binary. That's right. Eckert used the decade ring counters that he had experience with from the radar world for the digits in the ENIAC. He did, however, design other binary machines later. > It was also not > a stored program machine; it was rewired for each problem. Yes and no. It was certainly not designed as a stored program computer initially, and was indeed rewired for each new "program" at first. However, in 1948, Betty Jennings, Dick Clippinger, and Adele Goldstine wired the machine in a configuration that allowed it to be controlled by a sequence of instructions dialed into the switch panel. In effect, the switch panel became an instruction ROM where it's original purpose was a data ROM. That was the configuration used for most of the rest of its life. New problems were dialed into the switch panel instead of being wired into the machine. Well before that, however, Eckert had written his paper where he suggests the stored program, and, of course, the EDVAC work was well underway. > They were well into the design and construction when they realized that > there was a better way to do this so their next machine, the UNIVAC I, Actually, there were at least two other computers between ENIAC and UNIVAC that Eckert was the primary designer for. The first was the EDVAC which was fully designed by the time ENIAC was delivered for production use. However, before EDVAC was constructed, Eckert and Mauchly left U Penn over the university's retroactive rules on patents. They formed the Eckert-Mauchly Computer Company and set out to do a commercial machine. Before the UNIVAC ever saw the light of day, however, they designed, built, and delivered the BINAC. There is considerable debate regarding whether BINAC ever really worked as it should have. But what really makes it interesting is that it was the first dual processor machine. It was a proof-of-concept for a computer that could fly on board an airplane. The redundant processors ran in parallel comparing their results. If there was a mismatch, you know at least one of them had a fault. The BINAC was delivered in 1949 and the money from it kept EMCC afloat long enough to be acquired by Remington-Rand who then brought out the UNIVAC I in 1951. > ENIAC, The Triumphs and Tragedies of the World's First Computer by Scott > McCartney is my favorite on Eckert and Mauchly and their computers. As it turns out, my copy of that book is on the shelf just behind my head as I type this. BLS From als at thangorodrim.de Sun Aug 31 16:53:31 2008 From: als at thangorodrim.de (Alexander Schreiber) Date: Sun, 31 Aug 2008 23:53:31 +0200 Subject: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) In-Reply-To: <2b1f1f550808301937t2438961fh4e955114a408138d@mail.gmail.com> References: <200808201942602.SM04048@63.69.23.239> <48B96810.3080100@arachelian.com> <000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> <48B9CEBF.8080902@arachelian.com> <000401c90b02$b82c2230$9a64a8c0@nclmiami.ncl.com> <48B9FEC6.6060904@arachelian.com> <2b1f1f550808301937t2438961fh4e955114a408138d@mail.gmail.com> Message-ID: <20080831215331.GB5673@thangorodrim.de> On Sat, Aug 30, 2008 at 10:37:11PM -0400, Joe Giliberti wrote: > Its just a matter of personal preference. No. It is also a question of what you can do. My current employer does things with Linux and Linux based software environments that simply would not be possible with Windows. And not only in terms of scalability, put also in terms of being able to adapt the system specific requirements and make it do things nobody did before. Also having it scale to _massive_ systems. And for private environments it is similiar. If all you want is web, mail, document processing and gaming and you don't care much for data security and privacy, Windows is probably OK for you. If you want much more ... Linux (or another UNIX variant) is a much better choice. For me, the last Windows version I ran on my own was Windows 3.1, after that I only touched Windows when somebody paid me for it. And the net result is still: If you want to get work done, use a sane UNIX variant, if you want to fight with the OS environment and play, go for Windows. Regards, Alex. -- "Opportunity is missed by most people because it is dressed in overalls and looks like work." -- Thomas A. Edison From tonym at compusource.net Sun Aug 31 17:02:55 2008 From: tonym at compusource.net (tonym) Date: Sun, 31 Aug 2008 22:02:55 GMT Subject: Free Linux and OpenOffice - even if your email address doesn't Message-ID: <200808311802675.SM04100@[63.69.23.239]> -----Original Message----- >From: Tony Duell ard at p850ug1.demon.co.uk >Sent 8/31/2008 2:07:39 PM >To: cctalk at classiccmp.org >Subject: Re: Free Linux and OpenOffice - even if your email address doesn't > > We run HP, IBM, Sun, Cisco, and Dell hardware, and I > hardly see > ANY of them giving out schematics. > > I doubt Tony has any DELLs, but I'm fairly sure he has some > HP kit ... an HP Laserjet iirc. > >Actually, I have a _lot_ of HP computers, going right back to their first >desktop computer, the Model 30 calculator (HP9830). I have HP calculators >older than that, of course. > >Heck I use an HP handheld calculator all the time. And yes, I have >schematics. Yes, I have the ROM sources. It doesn't bother me that the >latter are often stamped 'NOMAS -- Not Manufacturer Supported -- >Recipient agrees not to contact the manufacturer' I am quite capable of >reading and understanding them on my own. > > > You'll note he said _he_ wouldn't use anything he couldn't > support himself. He's not saying that you should use the > same approach in the office ... that's not where the important > stuff lives! > >_Escatly_.. > >Let's go back to the comment that started this debate. I make no secret >of the fact that I run linux. I considered what was important _to me_ in >an OS : availability of the source code -- not necessarily open-source, a >source license I could afford would be acceptable; the fact that I prefer >a good CLI to a GUI; that it would run the software I need (a C compiler, >TeX/LaTeX, etc) and so on. And I concluded that linux was the best choice >_for me_ so that's what I run. > >Now, I don't think it's the best choice for everyone. Other people have >different requirements and desires, they end up with a different OS that >suits their needs. So? Waht's the problem? > >IT's the same with many other things. I don;'t suppose many people, >buying a new car, would have the same requirement top-of-the-list as my >father did recently. Namely that the official workshop manual had to be >available. But it was important to us. > >-tony The whole debate started, when I simply notified the list, that anyone who ran Windows, and was in school, or knew someone in school, and had an .edu email address, could get an academic copy of Office 2007 Ultimate for $60. After that, all the Linux/Open-Source bigots came out decrying it. OpenOffice was menetioned as being the be-all end-all and being free, and I promptly downloaded it, installed it, and it wouldn't even open 1/3 of the work my wife did last semester. Now, does that mean it sucks? No. Did I say it sucked? No. But the Zealots took it as such, and kept going from there. I never said you couldn't use Linux+OO in school - I am sure MILLIONS already do. I just made the point that it was NOT the right solution for my wife. She is not exactly, um, computer saavy, and has no desire to be, so for my situation, I saw it best to give here Windows+Office, because working 10-12 hours at the office, and then 4 more VPN'd from home, I REALLY didn't want to add to my load... But the bigots INSISTED... I am in TOTAL agreement with what you say - we run many environments at work, and there are MANY instances where Linux is the ideal solution. We currently have about, oh, let's say 12-18 Linux servers at work, (2) of which are hosting semi-large Oracle databases, on the order of about 40GB, and running on HP Proliant DL380 G3's or G4's (depending on age) and either (6) 72GB or 146GB drives in RAID5, again depending on age. They run fine, work fine, kick the SNOT out of equivalent Windows boxes hosting Oracle, and as you pointed out,I have NEVER had a virus/malware/trojan issue to speak of. And we all know that is NOT the case with Windows boxen! As to TCO, well I don't know what you're getting at, as I just pay yearly fees for the M$ True-Up, and the eTrust AV. Comes up to about $785/year for both. Now, workstations are a bit more, and btw, all ours are NOT the same, depending on age, and the property they are at. I still have Compaq Deskpro EN (P3/800-1000) in the enterprise, HP Workstations, multiple versions of Dell SX and GX-series machines, And Dell/IBM Laptops (mostly Dell Latitudes now, D600/D610/D620/D630, as most TPads have been retired). And most times, I don't get a parts-swapping droid when we call HP/IBM/DELL - we usually get overnighted the bad part, so it's back up and running the next day, assuming next day service on that machine, and assuming not the weekend. The only exceptions are the servers, which come with a 3YR warranty, and we pick up the next day, 24x7 support on those. As I said...my first introduction to free *nix was 386BSD in about '94 or so, followed by Linux, although it was still 2 floppies, and then to FreeBSD, which was the next progression of 386BSD - played a little with Minix, but it was a bit closed-in for me - Linux was gathering steam, and developers were getting strongly behind it, which is when I switched over from *BSD to Linux. Things were happening REALLY fast in the Linux world, and were slowing down in *BSD. And then they started the whole *BSD split-offs I figured it was time to switch over for real. Heck, I think I still have quite a few of the older media around, back when Linux was the "In thing" and was being sold retail in Best Buy / Circuit City / etc.. I CLEARLY remember, before affordable WiFi days, the copy of Corel Linux I bought retail, was about the ONLY operating system, that out-of-the-box, would properly run with those RayCom 2MBit wireless cards. Not Windows, and not other Linux distros - I'm talking OOB, here. And I remember loading that on an HP OmniBook of some sort, Pentium 200 or so, as I recall... ps - forgive the formatting, as this is through my Webmail because my work XP laptop is, surprise, running malware / trojan cleaning apps. Tony From cisin at xenosoft.com Sun Aug 31 17:10:24 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Sun, 31 Aug 2008 15:10:24 -0700 (PDT) Subject: Free Linux and OpenOffice - even if your email address doesn't In-Reply-To: References: Message-ID: <20080831145438.I51773@shell.lmi.net> > and there is NO WAY on > this earth any minutely-responsible IT > department is going to run ANYTHING unsupported in a production > environment, Both Linux and Windoze (and even Mac) are used in digital sweat shops Yesterday morning, when I went to work, there was a different model HPaq on my desk. I don't even have "admistrator rights" on that machine! If I carry my own machine, and only use theirs as a terminal, I frankly don't CARE what software platform they pick. -- Grumpy Ol' Fred cisin at xenosoft.com From FJGJR1 at aol.com Sun Aug 31 17:23:27 2008 From: FJGJR1 at aol.com (FJGJR1 at aol.com) Date: Sun, 31 Aug 2008 18:23:27 EDT Subject: MY REPLY - Re: HandyMan for Kaypro Message-ID: Tony, You want to check with "Sharkonwheels" who posts on _www.vintage-computer.com_ (http://www.vintage-computer.com) . He is very knowledgeable on Kaypros "after" 1983. He uses and has info on Advent products. I am more involved with the 1982 / 1983 versions and post under GADFRAN. My website _www.kayprosts.org_ (http://www.kayprosts.org) may give you some other productive contacts to explore. He may also know of HandyMan. You may want to check just what version of K4 you have. Main large chips on main board will help - e.g. U43 and U47, etc. He will be asking you about them and other aspects. He is very familiar with the K10's. Hope this helps some. Frank In a message dated 8/31/2008 2:08:07 A.M. Eastern Daylight Time, tonym at compusource.net writes: I asked a while back on comp.os.cpm, and didn't get much response... Anyone remember how to use a HandyMan for the kaypro? This was an add-in board, piggy-backed between the Z80 and socket, and had a TSR-like pop-up Borland SideKick wanna-be. Trying to find some info, as a K10 I acquired came with a handyMan, and Advent 1MB RAMDisk, and K4 came with an Advent Clock, RamDisk, ProGraphics board, Personality module, and 5mHz turboboard. Tony= **************It's only a deal if it's where you want to go. Find your travel deal here. (http://information.travel.aol.com/deals?ncid=aoltrv00050000000047) From cisin at xenosoft.com Sun Aug 31 17:26:04 2008 From: cisin at xenosoft.com (Fred Cisin) Date: Sun, 31 Aug 2008 15:26:04 -0700 (PDT) Subject: Free Linux and OpenOffice - even if your email address doesn't In-Reply-To: References: Message-ID: <20080831151315.W51773@shell.lmi.net> > IT's the same with many other things. I don;'t suppose many people, > buying a new car, would have the same requirement top-of-the-list as my > father did recently. Namely that the official workshop manual had to be > available. But it was important to us. I never take delivery on a car until AFTER I have a copy of the FSM (Factory Service Manual). I don't often have that option with computers, but in 1981, I spent a lot of time in the PC Tech Ref before I turned on the 5150. But, I have driven a lot of cars and used a lot of computers that I don't have ownership and control of. Sucks to work for others. -- Grumpy Ol' Fred cisin at xenosoft.com From FJGJR1 at aol.com Sun Aug 31 17:29:48 2008 From: FJGJR1 at aol.com (FJGJR1 at aol.com) Date: Sun, 31 Aug 2008 18:29:48 EDT Subject: My reply - Re: Kaypro 2000 Power supply Message-ID: Check _www.vintage-computer.com_ (http://www.vintage-computer.com) and do a post. Also check their links, especially I think it is _www.bitsavers.org_ (http://www.bitsavers.org) [com?] in Britain. They have free downloadable manuals for some Kaypros and other computers, which should give you the specs. "Sharkonwheels" posts on this site and he is big into a lot of Kaypros, but not the 2000 I think. You can also check my website for other contacts - _www.kayprosts.org_ (http://www.kayprosts.org) . But I am more into the first Kaypros before 1984. Kaypro 2000 certainly was something for its time! Good luck! Frank In a message dated 8/29/2008 12:45:34 P.M. Eastern Daylight Time, christian_liendo at yahoo.com writes: Does anyone know the power supply requirements for a Kaypro 2000? I got my hands on one and while it's nice and heavy I would like to turn it on.. **************It's only a deal if it's where you want to go. Find your travel deal here. (http://information.travel.aol.com/deals?ncid=aoltrv00050000000047) From cclist at sydex.com Sun Aug 31 17:30:34 2008 From: cclist at sydex.com (Chuck Guzis) Date: Sun, 31 Aug 2008 15:30:34 -0700 Subject: Free Linux and OpenOffice - even if your email address doesn't In-Reply-To: <20080831145438.I51773@shell.lmi.net> References: , <20080831145438.I51773@shell.lmi.net> Message-ID: <48BAB91A.11347.2072B59D@cclist.sydex.com> Crikey. Another is better than thread. And modern operating systems yet. Let's put this thing in the proper (vintage) light. Discuss: "FMS II is/is not better than IBSYS because..."? Sigh, Chuck From tonym at compusource.net Sun Aug 31 17:33:51 2008 From: tonym at compusource.net (tonym) Date: Sun, 31 Aug 2008 22:33:51 GMT Subject: MY REPLY - Re: HandyMan for Kaypro Message-ID: <200808311833363.SM06084@[63.69.23.239]> Frank, I very much appreciate the response - however, *I* am Sharkonwheels on VC! :) I've never run into a HandyMan, though... 'ppreciate the confidence, though! Tony -----Original Message----- From: FJGJR1 at aol.com Sent 8/31/2008 2:23:27 PM To: cctalk at classiccmp.org Subject: MY REPLY - Re: HandyMan for Kaypro Tony, You want to check with "Sharkonwheels" who posts on _www.vintage-computer.com_ (http://www.vintage-computer.com) . He is very knowledgeable on Kaypros "after" 1983. He uses and has info on Advent products. I am more involved with the 1982 / 1983 versions and post under GADFRAN. My website _www.kayprosts.org_ (http://www.kayprosts.org) may give you some other productive contacts to explore. He may also know of HandyMan. You may want to check just what version of K4 you have. Main large chips on main board will help - e.g. U43 and U47, etc. He will be asking you about them and other aspects. He is very familiar with the K10's. Hope this helps some. Frank In a message dated 8/31/2008 2:08:07 A.M. Eastern Daylight Time, tonym at compusource.net writes: I asked a while back on comp.os.cpm, and didn't get much response... Anyone remember how to use a HandyMan for the kaypro? This was an add-in board, piggy-backed between the Z80 and socket, and had a TSR-like pop-up Borland SideKick wanna-be. Trying to find some info, as a K10 I acquired came with a handyMan, and Advent 1MB RAMDisk, and K4 came with an Advent Clock, RamDisk, ProGraphics board, Personality module, and 5mHz turboboard. Tony **************It's only a deal if it's where you want to go. Find your travel deal here. (http://information.travel.aol.com/deals?ncid=aoltrv00050000000047) From dgriffi at cs.csubak.edu Sun Aug 31 17:38:15 2008 From: dgriffi at cs.csubak.edu (David Griffith) Date: Sun, 31 Aug 2008 15:38:15 -0700 (PDT) Subject: Free Linux and OpenOffice - even if your email address doesn't In-Reply-To: <48BAB91A.11347.2072B59D@cclist.sydex.com> References: , <20080831145438.I51773@shell.lmi.net> <48BAB91A.11347.2072B59D@cclist.sydex.com> Message-ID: On Sun, 31 Aug 2008, Chuck Guzis wrote: > Crikey. Another is better than system-2> thread. And modern operating systems yet. > > Let's put this thing in the proper (vintage) light. Discuss: > > "FMS II is/is not better than IBSYS because..."? I just chucked out a bunch of Linux CDs from 1993/1994... -- David Griffith dgriffi at cs.csubak.edu A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? From tonym at compusource.net Sun Aug 31 17:52:49 2008 From: tonym at compusource.net (tonym) Date: Sun, 31 Aug 2008 22:52:49 GMT Subject: My reply - Re: Kaypro 2000 Power supply Message-ID: <200808311852332.SM04100@[63.69.23.239]> >-----Original Message----- >From: FJGJR1 at aol.com >Sent 8/31/2008 2:29:48 PM >To: cctalk at classiccmp.org >Subject: My reply - Re: Kaypro 2000 Power supply > >Check _www.vintage-computer.com_ (http://www.vintage-computer.com) and do a >post. > >Also check their links, especially I think it is _www.bitsavers.org_ >(http://www.bitsavers.org) [com?] in Britain. They have free downloadable manuals >for some Kaypros and other computers, which should give you the specs. > >"Sharkonwheels" posts on this site and he is big into a lot of Kaypros, but >not the 2000 I think. > >You can also check my website for other contacts - _www.kayprosts.org_ >(http://www.kayprosts.org) . But I am more into the first Kaypros before 1984. > >Kaypro 2000 certainly was something for its time! > >Good luck! > >Frank > > > > >In a message dated 8/29/2008 12:45:34 P.M. Eastern Daylight Time, >christian_liendo at yahoo.com writes: > >Does anyone know the power supply requirements for a Kaypro 2000? > >I got my hands on one and while it's nice and heavy I would like to turn it >on.. > Unfortunately, I don't know if there's any info out there on the K2000. last svc manual I have, is the 1484-F, which covers up the the Kaypro 16 and 286i I'm sure SOMEONE on here has to have one, if not, as Frank suggested, check post a message on vintage-computer.com/vcforum, and I;m pretty sure someone there has one. My interest lies mostly in the CP/M variants, although I have a few K16's, and I *WOULD* like to eventually find a K2000 - those were pretty unique machines! Tony From tonym at compusource.net Sun Aug 31 17:56:00 2008 From: tonym at compusource.net (tonym) Date: Sun, 31 Aug 2008 22:56:00 GMT Subject: Free Linux and OpenOffice - even if your email address doesn't Message-ID: <200808311856472.SM04100@[63.69.23.239]> >-----Original Message----- >From: David Griffith dgriffi at cs.csubak.edu >Sent 8/31/2008 6:38:15 PM >To: General Discussion: On-Topic and Off-Topic Posts cctalk at classiccmp.org >Subject: Re: Free Linux and OpenOffice - even if your email address doesn't > >I just chucked out a bunch of Linux CDs from 1993/1994... > >-- >David Griffith I'm probably going to have to do the same thing... I have multitudes of trans-ameritech cd's, not to mention super-old versions of RH, TurboLinux, OpenLinux... Man - are we packrats, or what? Tony From ray at arachelian.com Sun Aug 31 18:44:30 2008 From: ray at arachelian.com (Ray Arachelian) Date: Sun, 31 Aug 2008 19:44:30 -0400 Subject: Free Linux and OpenOffice - even if your email address doesn't In-Reply-To: <200808311802675.SM04100@[63.69.23.239]> References: <200808311802675.SM04100@[63.69.23.239]> Message-ID: <48BB2CDE.6040201@arachelian.com> tonym wrote: > The whole debate started, when I simply notified the list, that anyone who ran Windows, and was in school, > or knew someone in school, and had an .edu email address, could get an academic copy of Office 2007 Ultimate > for $60. > > After that, all the Linux/Open-Source bigots came out decrying it. OpenOffice was menetioned as being the be-all end-all > and being free, and I promptly downloaded it, installed it, and it wouldn't even open 1/3 of the work my wife did last semester. > Actually, the fun began after someone took exception to being told that there are free operating systems, and free office suites out there and kept bringing up all sorts of unrelated stuff such as how his company is a multi-billion dollar company and so forth, moving away from the topic of educational use, then going forth into how he wouldn't provide it for his wife and kids and how unless someone else was willing to provide him support for free... > I would disagree with that - nothing is free. My time is worth something, > and unless you are volunteering up your free > time to support, it ain't free. ... > > There is NO WAY on this earth I am putting Linux on my wife's laptop, > and the kids machines. To clarify a few things here, I'm far from being an OS bigot, back in the day, I had my MCSE, and even went as far as getting an MCT - that's right a trainer certificate. If you really want to, I can scan'em in and post'em somewhere. And mind you, this was before the MCSE certs were worth less than toilet paper.... The days that guys who were flipping burgers started taking the classes and saying "So I hear this windows stuff can make me $80K a year" but couldn't figure out how to type is the day I dropped teaching those courses. Don't get me wrong, in the beginning, I too was impressed and lured by MSFT. I loved learning NT and w2k, as it was so much better than Netware - (yeah, had a CNE too) there were enjoyable things about them, hell, I even ran them on Alpha AXP hardware, which was the coolest thing since sliced bread. But as enjoyable as eating a T-Bone steak is, when the vendor insists on putting Ketchup on it when you'd rather have A1, then later switches from Ketchup to shit, you give up on it quickly. (The analogy is to bugs and limitations for those that don't get it.) So I'm far more qualified to say "Windows sucks" than most since I've done more than just use it, I've delved into its guts and had many years of windows sysadmining under my belt, and saw firsthand all of the fun of self-replicating programs spitting out "I Love you" emails to everyone in their address book, had lots of fun with failing RAID drives under windows, not due to hardware failure, but due to problems in the operating system, had lots of fun rebuilding failed systems that wouldn't boot by taking their registry files and moving them to another machine and so forth. At every step, as a sysadmin, I can testify that it is much easier to do things in any Unix than it is in windows. At least for someone that knows both OS's well. Yes, I can completely understand that a guy with just an MCSE is gonna be lost in the woods on a Unix machine if they've never seen it before, and the same is true of a Unix admin. However, give the same guys the same years of experience in both environments on equivalent areas, and they'll invariably gravitate to Unix every time. As the line goes "Those who don't understand UNIX are condemned to reinvent it, poorly." That and when people figured out you could telnet to port 138 (or whatever it happened to be) and send it a bunch of garbage it would cause the NT domain controller to crash, well, made my windows sysadmining go away very quickly. Mind you, there are a lot of good things in windows. NTFS was a very good file system, extfs3 still sucks in a lot of ways. But you know what, ZFS is much, much better though, although it's far more than a file system. Domains are much easier to use than NIS+ or NIS. That is until the domain database gets corrupted and gods all mighty, their corruption gets replicated to the BDC's. You're SOL then. Sure, you can restore from backup until the corruption happens again! So yeah, we had to keep a spare, powered off BDC which we turned on every so often so it could sync, but be kept off the network most of the time so it wouldn't get corrupted. Active Directory, perhaps even better than Domains, but it turns out to be not much more than LDAP married to Kerberos (of course entirely in a proprietary way.) Printing, especially Printer Pools is very well done, but so what, CUPS is very good these days. Beyond that, the rest is crap, and it's been getting worse, not better. Who the hell needs all that Activation BS? Who needs to reboot every other month? Who the hell needs layers and layers and layers of DRM? (see http://www.cs.auckland.ac.nz/~pgut001/ ) With almost every other OS out there, I can take the hard drive out, stick it in a similar machine and have it immediately just work when the hardware dies and not have to wait for a replacement to come back from IBM or whomever. With almost any other OS out there, I can boot off a live cd (no, not just Linux, but FreeBSD and Solaris have live CD's) and fix my problem and continue. You just can't do that with windows -- well, you could but you have to build an unsanctioned, and therefore license breaking Windows PE CD. Hell, even the Solaris install CD is bootable - I can do boot -s cdrom and be at a shell, mount my hard drive, run fsck or whatever I need to do and boot back up. Can't do that with windows. Yeah, there's that "Recovery console" thing when it works. Good luck when it doesn't though. But you know what else is really really cool, I can boot off a Live Linux CD, mount the windows disk and fix whatever is wrong with it. And yes, it recognizes NTFS drives just fine. That's right, I can use Linux to fix Windows. Can you use Windows to fix Linux? Never mind why would you want to, but can you? But, can you? Oh and gee, what if someone malicious locks out their Administrator account, whatever will you do then? Or worse if it's on a Domain? You could restore from backup - well if you had admin rights, darn, you'll just have to reinstall... oh wait, you don't have to. Boot up this: http://home.eunet.no/~pnordahl/ntpasswd/ live Linux CD, mount the drive and replace the administrator's password in C:\Windows\system32\SAM Oh, and to change the topic for a moment, back when I worked on a trade floor and the traders had their macro/VBA bloated Excel spreadsheets die on them because they got too huge and Excel refused to open them, guess how they were fixed when paid Microsoft support couldn't help (yes, this was for a multi-billion dollar company, and yes we had full support!) - why I opened the spreadsheet in OpenOffice, and resaved it, and that fixed the problem. I did this repeatedly for many different spreadsheets, and sometimes even "unrecoverable" Word documents. Wanna know why Office 2007 documents aren't compatible with Office 2000? Not because it can't be done, not because of new features (who the hell uses more than Office 95 had anyway?) but because MSFT wants your upgrade bucks to stay in business, oh that and it's afraid that since OpenOffice and AbiWord and KDE Office and the like can open the old formats, it'll take business away from them. > Now, does that mean it sucks? No. Did I say it sucked? No. But the Zealots took it as such, and kept going from there. > Not technically, but the following line of text sure comes close: > Put the Asus EEE PC with Linux next to version with XP / Vista, and > there is NO comparison - it even LOOKS like a cartoony toy. You would have gotten a hell of a lot less flames had you not said that, and provided all the high falutin whiny "multi-billion dollar company" and "REAL business world" condescension. What, you think no one else works for a multi-billion dollar company here, or that their companies can't afford to pay for support or pay to train their own guys to provide internal support? You think that people who run Linux and other Unix OS's all do it for shits & grins? That's why you got flamed. > Heck, I think I still have quite a few of the older media around, back when Linux was the "In thing" and was being sold retail in > Best Buy / Circuit City / etc.. I CLEARLY remember, before affordable WiFi days, the copy of Corel Linux I bought retail, was about the ONLY operating > system, that out-of-the-box, would properly run with those RayCom 2MBit wireless cards. Not Windows, and not other Linux distros - I'm talking OOB, here. > And I remember loading that on an HP OmniBook of some sort, Pentium 200 or so, as I recall... > Many things have changed since then. Most current hardware in the range of the last 5 years "just works" on Linux. Yes, if you dig hard enough, you'll find the oddball unsupported piece of hardware - but if anything, those will have poor support for Windows. Your bad experiences of the past shouldn't cloud your judgment of it today. The fallacy that Linux isn't ready for the desktop expired years ago. The only thing that should prevent anyone from switching to Linux is that they absolutely must run a very specific piece of software which only runs on Windows. But we have fixes for that too. WINE, CrossOver Office, VMWare, VirtualBox, and many others. Stop drinking Microsoft's Kool-Aid and look around you. Your words would be far more believable were you upto date on your FreeBSD/Linux knowledge. Go give it another look. Calling us zealots and bigots without knowing how much we actually happen to know about windows is not going to win you any friends either. Hey, if you're gonna be hanging out a forum where geeks hang out, learn the proper geek social skills. Linux wasn't just the "in thing" years ago, it's still the "in thing" today. In fact, Unix has been the "in thing" for the last 30 years and runs on everything from small embedded tiny devices such as cell phones all the way to large super computers. If you look around, other than Windows, most large OS companies all sell some form of Unix or other. Yes, there's eCommStation (aka OS/2), but since it's no longer IBM's product, it's no longer provided by a large company. Yes, I know, there are still OpenVMS strongholds and I do respect it (I do have the hobbyist license for it for my Alpha Station 200.) But now that both Novell and Apple have gone to Unix, MSFT is the only one left behind. > ps - forgive the formatting, as this is through my Webmail because my work XP laptop is, surprise, running malware / trojan cleaning apps. > I'll resist the urge to add anything to the above line, no matter how hard it is. :-) From evan at snarc.net Sun Aug 31 19:03:06 2008 From: evan at snarc.net (Evan Koblentz) Date: Sun, 31 Aug 2008 20:03:06 -0400 Subject: VCF East 5.0 just two weeks away! In-Reply-To: <006301c90987$7091fb60$f750f945@evan> Message-ID: <004b01c90bc6$1ddf3f90$f750f945@evan> An update: at the end of Claude Kagan's talk on Saturday, he will display (for the first time ever) J. Presper Eckert's 1942 engineering notebook. -----Original Message----- From: cctalk-bounces at classiccmp.org [mailto:cctalk-bounces at classiccmp.org] On Behalf Of Evan Koblentz Sent: Thursday, August 28, 2008 11:29 PM To: 'General Discussion: On-Topic and Off-Topic Posts' Subject: VCF East 5.0 just two weeks away! Now that the list is running again, I want to invite everyone to VCF East 5.0, Sept. 13-14, at the InfoAge Science Center, in Wall, New Jersey. As usual we'll have awesome exhibitors. This year we also have two special events: Vince Briel's replica creation workshop, where you can build a replica of the Apple 1 or the KIM under Vince's guidance, and we'll have a ceremony and tours for the "beta" opening of our computer museum. (We've been in "alpha" for the past two years.) Sign up for Vince's workshop at http://www.vintage.org/2008/east/workshop.php?action=select &id=104. We'll also have some cool guest speakers. Most notably, on Sunday, we have Bill Mauchly. Bill is the son of ENIAC co-inventor John Mauchly. We also have a lesser-known engineer named Watts Humphrey, who wrote the proposal for the military's "MOBIDIC" computer in the 1950s; it was an early example of client-server architecture. And we've got Claude Kagan, who spent 30 years at Western Electric and Bell Labs and who worked to get our museum a first-generation PDP-8. Tickets for one day are $10, both days combined are $15, and anyone younger than 18 is free. Parking's free too. - Evan From tonym at compusource.net Sun Aug 31 19:40:58 2008 From: tonym at compusource.net (Tony Mori) Date: Sun, 31 Aug 2008 20:40:58 -0400 Subject: Free Linux and OpenOffice - even if your email address doesn't References: <200808311802675.SM04100@[63.69.23.239]> <48BB2CDE.6040201@arachelian.com> Message-ID: <000401c90bcb$684615e0$9664a8c0@nclmiami.ncl.com> You know, you either have SERIOUS reading comprehension issues, or you're trolling. Either way, I am not interested, so THIS is my last reponse to you. This is absolutely ridiculous... ----- Original Message ----- From: "Ray Arachelian" To: "General Discussion: On-Topic and Off-Topic Posts" Sent: Sunday, August 31, 2008 7:44 PM Subject: Re: Free Linux and OpenOffice - even if your email address doesn't > tonym wrote: > >> The whole debate started, when I simply notified the list, that anyone >> who ran Windows, and was in school, >> or knew someone in school, and had an .edu email address, could get an >> academic copy of Office 2007 Ultimate >> for $60. >> >> After that, all the Linux/Open-Source bigots came out decrying it. >> OpenOffice was menetioned as being the be-all end-all >> and being free, and I promptly downloaded it, installed it, and it >> wouldn't even open 1/3 of the work my wife did last semester. >> > > Actually, the fun began after someone took exception to being told that > there are free operating systems, and free office suites out there and > kept bringing up all sorts of unrelated stuff such as how his company is > a multi-billion dollar company and so forth, moving away from the topic > of educational use, then going forth into how he wouldn't provide it for > his wife and kids and how unless someone else was willing to provide him > support for free... Dang right - I have ENOUGH trying to support them on Windows. Besides, As I've said, you CANNOT play current games on Linux. > > To clarify a few things here, I'm far from being an OS bigot, back in > the day, I had my MCSE, and even went as far as getting an MCT - that's > right a trainer certificate. If you really want to, I can scan'em in > and post'em somewhere. And mind you, this was before the MCSE certs > were worth less than toilet paper.... The days that guys who were > flipping burgers started taking the classes and saying "So I hear this > windows stuff can make me $80K a year" but couldn't figure out how to > type is the day I dropped teaching those courses. > > Don't get me wrong, in the beginning, I too was impressed and lured by > MSFT. I loved learning NT and w2k, as it was so much better than > Netware - (yeah, had a CNE too) there were enjoyable things about them, > hell, I even ran them on Alpha AXP hardware, which was the coolest thing > since sliced bread. But as enjoyable as eating a T-Bone steak is, when > the vendor insists on putting Ketchup on it when you'd rather have A1, > then later switches from Ketchup to shit, you give up on it quickly. > (The analogy is to bugs and limitations for those that don't get it.) > Why do you constantly feel the need to throw out a resume? Who cares? I had my CNE back in 1990/91 - 1994 - worked on 2.x - 4.x - and WHO cares? I worked on PC-MOS multiuser DOS - and WHO CARES? Get real...I have no interest in you resume, or your experience. > > > At every step, as a sysadmin, I can testify that it is much easier to do > things in any Unix than it is in windows. > That's all fine, but going back to the ORIGINAL topic, my wife and kids are not SYSADMINS. You and I are, and we can use whatever we want. But I travel, I work late at the office, sometimes I just plain don't FEEL like working on systems at home. Guess what? I haven't had to do nary a thing on her Vista laptop. Fine. That doesn't mean Linux is not usable for home users - it's just that *I* don't need that extra headache. Personal choice - grin and bear it. > At least for someone that > knows both OS's well. Yes, I can completely understand that a guy with > just an MCSE is gonna be lost in the woods on a Unix machine if they've > never seen it before, and the same is true of a Unix admin. However, > give the same guys the same years of experience in both environments on > equivalent areas, and they'll invariably gravitate to Unix every time. > As the line goes "Those who don't understand UNIX are condemned to > reinvent it, poorly." > > > Beyond that, the rest is crap, and it's been getting worse, not better. > Who the hell needs all that Activation BS? > You know, you've been gritting me on going back and forth, and you're doing the same thing. There is NO activation in corporate environments - Home, yes. Corporate, no. >Who needs to reboot every > other month? Who the hell needs layers and layers and layers of DRM? > (see http://www.cs.auckland.ac.nz/~pgut001/ ) With almost every other > OS out there, I can take the hard drive out, stick it in a similar > machine and have it immediately just work when the hardware dies and not > have to wait for a replacement to come back from IBM or whomever. > > With almost any other OS out there, I can boot off a live cd (no, not > just Linux, but FreeBSD and Solaris have live CD's) and fix my problem > and continue. You just can't do that with windows -- well, you could > but you have to build an unsanctioned, and therefore license breaking > Windows PE CD. Acronis Snap Deploy - but that's neither here nor there. >Hell, even the Solaris install CD is bootable - I can do > boot -s cdrom and be at a shell, mount my hard drive, run fsck or > whatever I need to do and boot back up. Can't do that with windows. > Yeah, there's that "Recovery console" thing when it works. Good luck > when it doesn't though. > > But you know what else is really really cool, I can boot off a Live > Linux CD, mount the windows disk and fix whatever is wrong with it. And > yes, it recognizes NTFS drives just fine. That's right, I can use Linux > to fix Windows. Can you use Windows to fix Linux? Never mind why would > you want to, but can you? But, can you? > > Oh and gee, what if someone malicious locks out their Administrator > account, whatever will you do then? Or worse if it's on a Domain? You're kidding, right? That's reaching a bit. Anyone who is using only 1 admin account, or has only 1 admin, needs to be taken out behind the woodshed. > You could restore from backup - well if you had admin rights, darn, > you'll > just have to reinstall... oh wait, you don't have to. Boot up this: > http://home.eunet.no/~pnordahl/ntpasswd/ live Linux CD, mount the drive > and replace the administrator's password in C:\Windows\system32\SAM > > > >> Now, does that mean it sucks? No. Did I say it sucked? No. But the >> Zealots took it as such, and kept going from there. >> > > Not technically, but the following line of text sure comes close: > >> Put the Asus EEE PC with Linux next to version with XP / Vista, and >> there is NO comparison - it even LOOKS like a cartoony toy. > Um, seriously, have you put the Linux and XP versions of the EEE PC next to each other, and seen them both? I mean the REAL thing, not surfing - looks like you don;t get out much... I mean the REAL hardware LIVE. I will STAND by what I said - the Linux version looks like a toy. Does that mean Linux sucks, as you seem to get from that. Um, no. Lemme write it in crayon for you... The linux distribution, and gui, on the EEE PC which comes with linux, is not a very graphically "nice" implementation. That better? Apparently you like to twist all my words around, when really, noone else has had any problem comprehending the above sentence. Just you. Only you. > > > You would have gotten a hell of a lot less flames had you not said that, > and provided all the high falutin whiny "multi-billion dollar company" > and "REAL business world" condescension. What, you think no one else > works for a multi-billion dollar company here, or that their companies > can't afford to pay for support or pay to train their own guys to > provide internal support? You think that people who run Linux and other > Unix OS's all do it for shits & grins? That's why you got flamed. > > >> Heck, I think I still have quite a few of the older media around, back >> when Linux was the "In thing" and was being sold retail in >> Best Buy / Circuit City / etc.. I CLEARLY remember, before affordable >> WiFi days, the copy of Corel Linux I bought retail, was about the ONLY >> operating >> system, that out-of-the-box, would properly run with those RayCom 2MBit >> wireless cards. Not Windows, and not other Linux distros - I'm talking >> OOB, here. >> And I remember loading that on an HP OmniBook of some sort, Pentium 200 >> or so, as I recall... >> > Many things have changed since then. Most current hardware in the range > of the last 5 years "just works" on Linux. Yes, if you dig hard enough, > you'll find the oddball unsupported piece of hardware - but if anything, > those will have poor support for Windows. Your bad experiences of the > past shouldn't cloud your judgment of it today. > Ray, you REALLY have no concept of reading, do you. Where, pray tell, do you read in my above paragraph, that I had a bad experience with Linux. I even went as far as to say that linux: "was about the ONLY operating system, that out-of-the-box, would properly run with those RayCom 2MBit wireless cards." I even SPECIFICALLY say that Windows did *NOT* support those cards properly at the time. Seriously - I strongly think, that half of our "discussion" has been either your misunderstanding, or trolling. > > The fallacy that Linux isn't ready for the desktop expired years ago. > The only thing that should prevent anyone from switching to Linux is > that they absolutely must run a very specific piece of software which > only runs on Windows. But we have fixes for that too. WINE, CrossOver > Office, VMWare, VirtualBox, and many others. Stop drinking Microsoft's > Kool-Aid and look around you. > > > Your words would be far more believable were you upto date on your > FreeBSD/Linux knowledge. Go give it another look. Calling us zealots > and bigots without knowing how much we actually happen to know about > windows is not going to win you any friends either. Hey, if you're > gonna be hanging out a forum where geeks hang out, learn the proper geek > social skills. > Um, again, you're haveing reading comprehension issues. When did I say I haven't touched it since then? I PLAINLY said MULTIPLE times, that we run RHEL at the office. We're getting support plans for it. I mean, seriously, what is it that you are having trouble comprehending? I started using Linux about 1995, and haven't stopped since. Would I put it on my wife or kids machine? HELL no - I know better. First, my kids would be ticked, because they couldn't run steam, or GWAR, or any number of other games. > > Linux wasn't just the "in thing" years ago, it's still the "in thing" > today. In fact, Unix has been the "in thing" for the last 30 years and > runs on everything from small embedded tiny devices such as cell phones > all the way to large super computers. > Again - you're having a little bit of trouble comprehending... Take it IN context with what I said - Late 90's, retail computer/electronics store had retail linux distros on the shelf. They do not now. Doesn't mean much, I was just pointing out that I bought quite a few different distros back then. CD's are useless, as distros change virtually overnight. > > If you look around, other than Windows, most large OS companies all sell > some form of Unix or other. Yes, there's eCommStation (aka OS/2), but > since it's no longer IBM's product, it's no longer provided by a large > company. Yes, I know, there are still OpenVMS strongholds and I do > respect it (I do have the hobbyist license for it for my Alpha Station > 200.) But now that both Novell and Apple have gone to Unix, MSFT is the > only one left behind. > Well, if they did that, they would be admitting Windows faults, which they will never do. >> ps - forgive the formatting, as this is through my Webmail because my >> work XP laptop is, surprise, running malware / trojan cleaning apps. >> > > I'll resist the urge to add anything to the above line, no matter how > hard it is. :-) That is absolutely shocking In closing, let me give you some advice: Unplug, and interact with humans a bit more... You're not even able to properly read and comprehend the simple sentences I'm typing. Whether it's misunderstanding, or trolling, I don't know, but it's a serious waste of the list's time. If you want to clear up where our misunderstandings are, by all means, send me an email, but stop wasting the list's time with crazy responses, that aren't even coherent in regards to my statements. I can just imagine people scratching their heads reading your responses to my statements, like "enlightening" me on the Linux version of the EEE PC that *I* mentioned, or where on EARTH you gathered that I hadn't touched Linux since 1998, and... Oh, never mind. Tony From schwepes at moog.netaxs.com Sun Aug 31 20:36:58 2008 From: schwepes at moog.netaxs.com (schwepes at moog.netaxs.com) Date: Sun, 31 Aug 2008 21:36:58 -0400 (EDT) Subject: Free Linux and OpenOffice - even if your email address doesn't In-Reply-To: <48BAB91A.11347.2072B59D@cclist.sydex.com> References: , <20080831145438.I51773@shell.lmi.net> <48BAB91A.11347.2072B59D@cclist.sydex.com> Message-ID: This is sounding like the Big Endians verus the Little Endians from Gulliver's Travels. Seems Swift had had it with arguments over whether the host turned into the Body of Christ or not and so his Lilliputions had a long and tragic war over whether a hard boiled egg was broken on the small side or the large side. I confess to being a Linuxite and so I expect the Bill Gates Inquisition to be banging on my door soon. I have to use Windows at work because that is part of the contract the Philadelphia School District has with Redwood. I think a lot of people simply despise Mr. Gates for his heavyhanded marketing and his engulf and devour method of dealing with the competition on his way to creating a monopoly. So the fanaticism does have an actual historical root and can even be considered collateral damage in the evolution of computers in the eighties and beyond. bs On Sun, 31 Aug 2008, Chuck Guzis wrote: > Crikey. Another is better than system-2> thread. And modern operating systems yet. > > Let's put this thing in the proper (vintage) light. Discuss: > > "FMS II is/is not better than IBSYS because..."? > > Sigh, > Chuck > > > > From schwepes at moog.netaxs.com Sun Aug 31 20:39:53 2008 From: schwepes at moog.netaxs.com (schwepes at moog.netaxs.com) Date: Sun, 31 Aug 2008 21:39:53 -0400 (EDT) Subject: Free Linux and OpenOffice - even if your email address doesn't In-Reply-To: <200808311856472.SM04100@[63.69.23.239]> References: <200808311856472.SM04100@[63.69.23.239]> Message-ID: On Sun, 31 Aug 2008, tonym wrote: > >-----Original Message----- > >From: David Griffith dgriffi at cs.csubak.edu > >Sent 8/31/2008 6:38:15 PM > >To: General Discussion: On-Topic and Off-Topic Posts cctalk at classiccmp.org > >Subject: Re: Free Linux and OpenOffice - even if your email address doesn't > > > >I just chucked out a bunch of Linux CDs from 1993/1994... > > > >-- > >David Griffith > > I'm probably going to have to do the same thing... > I have multitudes of trans-ameritech cd's, not to mention super-old versions of RH, TurboLinux, > OpenLinux... > > Man - are we packrats, or what? Yes. I even have the book for RH5 weighing down my book shelf along with DOS 2.1 and 3.2. I can claim that the DOS 5.0 makes a good diagnostic tool. But even that is getting pretty far fetched. bs > > > Tony From rtellason at verizon.net Sun Aug 31 21:28:35 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Sun, 31 Aug 2008 22:28:35 -0400 Subject: Free Linux and OpenOffice - even if your email address doesn't In-Reply-To: <20080831145438.I51773@shell.lmi.net> References: <20080831145438.I51773@shell.lmi.net> Message-ID: <200808312228.35716.rtellason@verizon.net> On Sunday 31 August 2008 18:10, Fred Cisin wrote: > digital sweat shops Lovely phrase, that. -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From rtellason at verizon.net Sun Aug 31 21:33:32 2008 From: rtellason at verizon.net (Roy J. Tellason) Date: Sun, 31 Aug 2008 22:33:32 -0400 Subject: MY REPLY - Re: HandyMan for Kaypro In-Reply-To: References: Message-ID: <200808312233.33117.rtellason@verizon.net> On Sunday 31 August 2008 18:23, FJGJR1 at aol.com wrote: > Tony, > > You want to check with "Sharkonwheels" who posts on > _www.vintage-computer.com_ (http://www.vintage-computer.com) . He is very > knowledgeable on Kaypros "after" 1983. > > > He uses and has info on Advent products. > > > I am more involved with the 1982 / 1983 versions and post under GADFRAN. > > My website _www.kayprosts.org_ (http://www.kayprosts.org) may give you > some other productive contacts to explore. > > He may also know of HandyMan. > > You may want to check just what version of K4 you have. Main large chips > on main board will help - e.g. U43 and U47, etc. > > He will be asking you about them and other aspects. > > He is very familiar with the K10's. I'm not sure of the dates on the stuff I have... And perhaps you could say anything pertinent about this eprom I seem to have sitting on my desk here? Label says "Multi TurboRAM v4.4" with copyright dates of 1985, 1988, and "Digtial Arts" on it. I *think* that's for a Kaypro, but am not 100% sure of that. If it's of interest, I have some pretty complete service data on Kaypro 8-bit stuff, including the schematics of multiple versions of the power supplies used in them, though I'm not sure it was necessarily all of them. I remember California DC (?), Astec, and I'm not recalling the others offhand, but they're around someplace. _This_ stuff I don't want to sell, but I might be persuaded to make some photocopies. :-) -- Member of the toughest, meanest, deadliest, most unrelenting -- and ablest -- form of life in this section of space, a critter that can be killed but can't be tamed. --Robert A. Heinlein, "The Puppet Masters" - Information is more dangerous than cannon to a society ruled by lies. --James M Dakin From dm561 at torfree.net Sun Aug 31 21:25:09 2008 From: dm561 at torfree.net (M H Stein) Date: Sun, 31 Aug 2008 22:25:09 -0400 Subject: Free Linux and OpenOffice - even if your email address doesn't Message-ID: <01C90BB9.39B3A6A0@MSE_D03> Date: Sun, 31 Aug 2008 19:44:30 -0400 From: Ray Arachelian Subject: Re: Free Linux and OpenOffice - even if your email address doesn't ---------- >Hey, if you're gonna be hanging out a forum where geeks hang out, >learn the proper geek social skills. ---------- You could set a fine example yourself if you took a hint from the several posts indicating that most of the rest of us are, if not actually annoyed, at least bored by your ongoing rant, and didn't add another 200+ lines of drivel that we've all heard generically ad nauseam here & elsewhere. But I suppose we are learning a bit about you... m From tonym at compusource.net Sun Aug 31 21:49:47 2008 From: tonym at compusource.net (tonym) Date: Mon, 01 Sep 2008 02:49:47 GMT Subject: MY REPLY - Re: HandyMan for Kaypro Message-ID: <200808312249754.SM06084@[63.69.23.239]> -----Original Message----- >From: Roy J. Tellason rtellason at verizon.net >Sent 8/31/2008 10:33:32 PM >To: General Discussion: On-Topic and Off-Topic Posts cctalk at classiccmp.org >Subject: Re: MY REPLY - Re: HandyMan for Kaypro > >On Sunday 31 August 2008 18:23, FJGJR1 at aol.com wrote: > Tony, > > You want to check with "Sharkonwheels" who posts on > _www.vintage-computer.com_ (http://www.vintage-computer.com) . He is very > knowledgeable on Kaypros "after" 1983. > > > He uses and has info on Advent products. > > > I am more involved with the 1982 / 1983 versions and post under GADFRAN. > > My website _www.kayprosts.org_ (http://www.kayprosts.org) may give you > some other productive contacts to explore. > > He may also know of HandyMan. > > You may want to check just what version of K4 you have. Main large chips > on main board will help - e.g. U43 and U47, etc. > > He will be asking you about them and other aspects. > > He is very familiar with the K10's. > >I'm not sure of the dates on the stuff I have... > >And perhaps you could say anything pertinent about this eprom I seem to have >sitting on my desk here? Label says "Multi TurboRAM v4.4" with copyright >dates of 1985, 1988, and "Digtial Arts" on it. I *think* that's for a >Kaypro, but am not 100% sure of that. > >If it's of interest, I have some pretty complete service data on Kaypro 8-bit >stuff, including the schematics of multiple versions of the power supplies >used in them, though I'm not sure it was necessarily all of them. I >remember California DC (?), Astec, and I'm not recalling the others >offhand, but they're around someplace. _This_ stuff I don't want to sell, >but I might be persuaded to make some photocopies. :-) > > Thanks for the offer. For the most part, I think MOST necessary parts of the Kaypro service manuals are out there - 1484-d, -e, and -f versions. Can;t hurt to check against what you have, though. On the EPROM, never heard of THAT one, but I can hunt around in my Pro-Files magazines and see if any ads pop-up, and any info. I HAVE found ads for the HandyMan, but that's about all! If you have the ability, dump the EPROM, and I can take a peek. Is it a 24-pin, or 28-pin EPROM? Tony From tonym at compusource.net Sun Aug 31 22:09:04 2008 From: tonym at compusource.net (tonym) Date: Mon, 01 Sep 2008 03:09:04 GMT Subject: Sun Sparc AXi mainboard, Sparc 10 RAM, and other stuff free or cheap Message-ID: <200808312309441.SM06084@[63.69.23.239]> >-----Original Message----- >From: Cameron Kaiser spectre at floodgap.com >Sent 8/31/2008 11:04:42 AM >To: cctalk at classiccmp.org >Subject: Re: Sun Sparc AXi mainboard, Sparc 10 RAM,and other stuff free or cheap > > Tony, > > Apple IIC - pretty clean, minimal yellowing, includes PSU, and an original > DOS 3.3 system master, and I can dig up a > few more original disks to go with it $50+shipping. Does work, but the > monitor IIc I had croaked. > > I have a monitor IIc of my own :) if the IIc is not spoken for, I'll grab it. > Let me know. Shipping would be to zip 91941. > >Perhaps I will actually send an offlist message off list one of these days. > OK - Cameron has spoken up first for the Apple IIc, and Jon Auringer spoke up for the Sun stuff. Jon - I assume you wanted ALL the Sun stuff? Or is it just the AXi stuff? It can all ship together if you're taking it all, which in THAT case, ignore the $10 for the S10 RAM it'll be phree :) Cameron - I'll check Tuesday on the IIc shipping for you. The Heath/Zenith Z-100 manuals+disks claimed by Dan Veeneman, assuming Bill Loguidice passes... Tony From josecvalle at gmail.com Sun Aug 31 05:43:20 2008 From: josecvalle at gmail.com (Jose carlos Valle) Date: Sun, 31 Aug 2008 07:43:20 -0300 Subject: Video tour at the MARCH computer museum In-Reply-To: <007501c90b2c$49ade710$f750f945@evan> References: <007501c90b2c$49ade710$f750f945@evan> Message-ID: Evan ]HI, I am curator of Museu do computador, Brazil.. I am right now in San Jose. I saw the Computer History Museum here in Mountain view.. It is a amazing place.. I saw your collection of computer, congratulations.. Please keep in touch.. could you see may youtube videos..? please put museu do computador, or valle in you tube. I have a website too: www.museudocomputador.com.br see yah Jose carlos valle 2008/8/31 Evan Koblentz > Hello cctalk'ers. > > Here at the MARCH computer museum, where we're hosting VCF East in two > weeks > from now, we decided to make a short video tour of the first of our four > exhibit rooms. The video itself, just like our museum facility, is very > much "under construction" .... we'll probably need another two or three > "takes" of the video to really have it come out well. Also, most of the > computers in this exhibit room DO operate, although they're switched off in > the video. > > So, please watch it, feel free to laugh at my on-camera anxiety, and please > visit us in person someday (or Sept. 13-14 for the VCF East!) .... here > goes: > > http://www.youtube.com/watch?v=tksMbWfTssU > > And yes, that really is our club-owned Straight-8 in the middle!! > > -Evan > -- Estou de viagem, mas, tentarei responder os emails, assim que for possivel. Se for urgente, ligue para 011 2609-6959, obrigado Jos? Carlos Valle ? Presidente curador Av Jandira, 257 - 6 andar s 64 - Moema.- CEP 04088-001 www.museudocomputador.com.br Blog do curador:--http://blogdocurador.museudocomputador.com.br Tel office: 011 2609-6959 - celular prov: 8794-6730 Tel skype 3013-3946 - "Tudo posso naquele que fortalece, Felipenses 4:13" From pitlog at gmail.com Sun Aug 31 09:24:19 2008 From: pitlog at gmail.com (The Pitlog) Date: Sun, 31 Aug 2008 10:24:19 -0400 Subject: Wanted: System V Release 4 (Intel) OS Message-ID: <45991BCB-0A1F-459D-B384-1DC6ACB8F4F3@gmail.com> Hi, I've been looking for a set of floppies or better yet, a 150MB QIC tape for SVR4 for the 486 platform. Not having much luck to date, which surprises me. I would have thought there would be plenty of these laying around. I need one with SCSI drivers, and I also need the development system. Willing to pay a reasonable amount. Thanks, Tom From ajp166 at bellatlantic.net Sun Aug 31 10:23:55 2008 From: ajp166 at bellatlantic.net (Allison) Date: Sun, 31 Aug 2008 11:23:55 -0400 Subject: HandyMan for Kaypro Message-ID: <0K6H000E61ESWK3D@vms046.mailsrvcs.net> > >Subject: HandyMan for Kaypro > From: "tonym" > Date: Sun, 31 Aug 2008 06:02:12 +0000 (GMT) > To: "General Discussion: On-Topic and Off-Topic Posts" > >I asked a while back on comp.os.cpm, and didn't get much response... > >Anyone remember how to use a HandyMan for the kaypro? >This was an add-in board, piggy-backed between the Z80 and socket, and had a TSR-like pop-up >Borland SideKick wanna-be. > >Trying to find some info, as a K10 I acquired came with a handyMan, and Advent 1MB RAMDisk, >and K4 came with an Advent Clock, RamDisk, ProGraphics board, Personality module, and 5mHz turboboard. > > >Tony I ahve the Advent 1mb ramdisk and handyman with RTC plus the personality card for the disks on my 4/84. Right now I'm up to my eyeballs to dig out the docs but I do have them. To use handyman I think it was a control key sequency that brings it up. Allison From chrism3667 at yahoo.com Sun Aug 31 13:20:13 2008 From: chrism3667 at yahoo.com (Chris M) Date: Sun, 31 Aug 2008 11:20:13 -0700 (PDT) Subject: Free Linux and OpenOffice - even if your email address doesn't In-Reply-To: Message-ID: <745071.52922.qm@web65509.mail.ac4.yahoo.com> but when does someone get the source code for anything, outside of open source warez? (curious what open source stuff TD is using...) --- On Sat, 8/30/08, Tony Duell wrote: > From: Tony Duell > Subject: Re: Free Linux and OpenOffice - even if your email address doesn't > To: cctalk at classiccmp.org > Date: Saturday, August 30, 2008, 5:11 PM > > > Linux $0, *BSD $0, OpenOffice.org $0. And you > don't have to be a > > > student or teacher. It's the same price no > matter what TLD your email > > > address is behind. > > > > > > > I would disagree with that - nothing is free. My time > is worth something, > > and unless you are volunteering up your free > > time to support, it ain't free. > > My sanity and stress-level is worth something too. And > having had > dealings with the so-called 'support deparetments' > of several companies > including M$, I have ocme to the conclusion that it's > quicker and cheaper > to support things muself. Although actually, I've found > the support from > the authors of free software to be a lot more helpful in > solving prolems > (whether caused by a bug in their code or not) than any > company I've had > dealings with. > > > > Second, I work for a multi-billion dollar company, and > there is NO WAY on > > this earth any minutely-responsible IT > > department is going to run ANYTHING unsupported in a > production environment, > > especially with SOX and other > > requirements. > > And there is no way I am going to use anything I can't > support myself. > Which means I won't depend on any hardware I don't > have full schematics > for, I won't depend on any software I don't have > the source code for. I > don;t require it to be 'open', I don't mind if > the schematics and source > are not freely copyable and that I have to pay to get, say, > a technical > manaual containing said schematics. > > -tony From chrism3667 at yahoo.com Sun Aug 31 13:26:27 2008 From: chrism3667 at yahoo.com (Chris M) Date: Sun, 31 Aug 2008 11:26:27 -0700 (PDT) Subject: Free Linux and OpenOffice - even if your email address doesn't In-Reply-To: <002601c90aed$9e01ba10$9a64a8c0@nclmiami.ncl.com> Message-ID: <662844.20432.qm@web65501.mail.ac4.yahoo.com> this list isn't about service contracts and call centers. Tony was simply stating (though not for the first time LOL LOL) that's the way he does his business. --- On Sat, 8/30/08, Tony Mori wrote: > From: Tony Mori > Subject: Re: Free Linux and OpenOffice - even if your email address doesn't > To: "General Discussion: On-Topic and Off-Topic Posts" > Date: Saturday, August 30, 2008, 6:13 PM > ----- Original Message ----- > From: "Tony Duell" > > To: > Sent: Saturday, August 30, 2008 5:11 PM > Subject: Re: Free Linux and OpenOffice - even if your email > address doesn't > > > > > > > >> Second, I work for a multi-billion dollar company, > and there is NO WAY on > >> this earth any minutely-responsible IT > >> department is going to run ANYTHING unsupported in > a production > >> environment, > >> especially with SOX and other > >> requirements. > > > > And there is no way I am going to use anything I > can't support myself. > > Which means I won't depend on any hardware I > don't have full schematics > > for, I won't depend on any software I don't > have the source code for. I > > don;t require it to be 'open', I don't > mind if the schematics and source > > are not freely copyable and that I have to pay to get, > say, a technical > > manaual containing said schematics. > > > > -tony > > > > You're joking, right? Who the heck in THIS day and age > is giving you > schematics?We run HP, IBM, Sun, Cisco, and Dell hardware, > and I hardly see > ANY of them giving out schematics. > > Maybe in a 7-person company, but let's be realistic. > Company I work for has > well over 15,000 employees, 5000+ workstations and laptops, > over 600 > servers, all spread across 6 worldwide offices + 5 call > centers, and you're > talking about schematics? > > That's just nuts - we'd need a full-time person > just to manage the > schematics, much less actually repairing stuff... > > In this day in age, it's "call the vendor," > because everything we have comes > with 3-5 year on-site warranties, and/or maintenance and > support contracts. > > Tony From chrism3667 at yahoo.com Sun Aug 31 13:40:32 2008 From: chrism3667 at yahoo.com (Chris M) Date: Sun, 31 Aug 2008 11:40:32 -0700 (PDT) Subject: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) In-Reply-To: <200808302326691.SM02952@[63.69.23.239]> Message-ID: <61840.9885.qm@web65508.mail.ac4.yahoo.com> --- On Sat, 8/30/08, tonym wrote: > From: tonym > Subject: Re: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) > To: "General Discussion: On-Topic and Off-Topic Posts" > Date: Saturday, August 30, 2008, 11:26 PM > >-----Original Message----- > >From: Joe Giliberti starbase89 at gmail.com > >Sent 8/30/2008 10:37:11 PM > >To: General Discussion: On-Topic and Off-Topic Posts > cctalk at classiccmp.org > >Subject: Re: Free Linux and OpenOffice - even if your > email address doesn'tend in .edu - (was Re: OT: > Microsoft crazy academic >deal) > > > >To go back to the topic... > > > >Whoever posted the link to the "Ultimate > Steal," Thank You! Just ordered a > >copy, as this is my first year in college. > > > >And more to the off topic argument of what's > better: Linux or Windows. In my > >opinion, its a moronic argument to have. They are two > totally different > >animals. Its just a matter of personal preference. > > > > > > You're quite welcome - quite a few people have thanked > me, and I just passed it along from slickdeals or > notebookreview. > > You gotta dig REAL deep, apparently, to get past the > bigots...I know a few people on the list, and when they > suggested I > join a few months back, I didn't realize what I'd > find. > > Scary - some need to SERIOUSLY unplug, and learn to deal > with humans again, because people skills are nowhere to be > found! > > No matter - enjoy, and keep an eye out at that link, as > they are supposed to have Vista Ultimate for $65 in a week > or two. Yeah, no wonder, especially following the bad press it's been getting. And especially following nearly a decade of having to spend nearly 200$ for an OS. Frankly they can stow it. > Oh, and to please the offended, yes linux is free, yes > it's wonderful, yes it will do EVERYTHING your heart > desires, oh, and yes, it's free. From ed at ed-thelen.org Sun Aug 31 22:01:28 2008 From: ed at ed-thelen.org (Ed Thelen) Date: Sun, 31 Aug 2008 20:01:28 -0700 Subject: Ring vs BCD counters for decades Message-ID: <05be01c90bdf$07c0d3e0$0200a8c0@TIGERTV> Message: 5 Date: Sat, 30 Aug 2008 15:57:59 -0800 From: Brent Hilpert Subject: Re: Ring vs BCD counters for decades To: General at invalid.domain, "Discussion at invalid.domain":On-Topic and Off-Topic Posts Message-ID: <48B9DE87.7781F95E at cs.ubc.ca> Content-Type: text/plain; charset=us-ascii > William Donzelli wrote: > > Ranging. For fire control, very accurate ranging is very important, as > > it is one of the biggest variables in ballistics equations. Getting > > accurate range data out of the radars was thus extremely important, so > > the range circuits were very precise, and often employed dividers and > > flip flops and such to generate cursor information on the scopes for > > the operators. > Interesting, I didn't know they had gotten that complex with the WWII stuff. > Offhand I would have thought they would have used capacitor / pulse-interval > integration techniques for such calculations in that era rather than digital > counters. Not accurate enough perhaps. > (I do have a picture somewhere from WWII of my dad on a Wehrmacht anti-aircraft > gun that he said was automatically ranged and targetted by radar.) I maintained Nike Antiaircraft Missile systems in the mid 1950s. We used a phantastron circuit http://ed-thelen.org/diagrams.html to generate a pulse to compare with the timing of the received radar pulse from the target. http://ed-thelen.org/ifc_track.html The range tracking circuits compared the timing of the two pulses for operator optional automatic range tracking. This was part of the target range tracking system, which had to be as identical as possible with the missile tracking system to provide accurate voltage information to the analog computer for missile steering - http://ed-thelen.org/computer.html To help calibrate both range systems, we used pulses from a 100 KHz crystal controlled oscillator. "worked good ;-))" (remarkably stable!!) From ray at arachelian.com Sun Aug 31 23:43:26 2008 From: ray at arachelian.com (Ray Arachelian) Date: Mon, 01 Sep 2008 00:43:26 -0400 Subject: Free Linux and OpenOffice - even if your email address doesn't In-Reply-To: <000401c90bcb$684615e0$9664a8c0@nclmiami.ncl.com> References: <200808311802675.SM04100@[63.69.23.239]> <48BB2CDE.6040201@arachelian.com> <000401c90bcb$684615e0$9664a8c0@nclmiami.ncl.com> Message-ID: <48BB72EE.7020601@arachelian.com> Tony Mori wrote: > You know, you either have SERIOUS reading comprehension issues, or > you're trolling. You might as well have said: > And that, my liege, is how we know the earth to be banana-shaped. So that I might reply "This new learning amazes me, Sir Bedevere. Explain again how sheep's bladders may be employed to prevent earthquakes." > This is absolutely ridiculous... "Eh. You are indeed brave, Sir Knight, but the fight is mine." > Dang right - I have ENOUGH trying to support them on Windows. Dang? What, you can't say "Damn right" like man? So, you're a sysadmin, and you can't support your wife and kids, and you do windows by day, and are having lots of trouble doing the same at home. Hmmmmm... And you fear saying "damn right." "Quick, what... is the air-speed velocity of an unladen swallow?" > Besides, As I've said, you CANNOT play current games on Linux. Really? I must be mistaken then, you're so right. http://www.codeweavers.com/products/cxgames/ just doesn't exist, I must have dreamed it up. So, World of Warcraft, EVE Online, Guild Wars, Prey, and Steam Games such as Half-Life 2, Team Fortress 2, Counterstrike, Civilization IV, Peggle Extreme, Call of Duty 2, Max Payne 2, Grand Theft Auto 2 are all retro games then? Oh, in that case, this diatribe is on topic... Ah good, I was worried we had ventured into flame territory. "Exactly. So, logically... If... she... weighs... the same as a duck,... she's made of wood. And therefore? A witch!" > Why do you constantly feel the need to throw out a resume? Who cares? Uh, "constantly?" where? You mean, in this one previous message? That's your definition of "constantly" - what was that you were saying about comprehension again? > I had my CNE back in 1990/91 - 1994 - worked on 2.x - 4.x - and WHO > cares? Indeed. The point was, I came from Novell, saw NT, I thought it was cool, got into it, got really deep into it, and saw that it actually sucked, and moved away from it, and that the deeper one looks into the bowels of Windows, the quicker one understands how bad it is. Comprehend? "Eh. You are indeed brave, Sir Knight, but the fight is mine." > Get real...I have no interest in you resume, or your experience. Where's my resume? No, really, show me my resume, go on, where is it? "Look, I'll have your leg. [chop] What are you going to do, bleed on me?" > That's all fine, but going back to the ORIGINAL topic, my wife and > kids are not SYSADMINS. > You and I are, and we can use whatever we want. But I travel, I work > late at the office, sometimes > I just plain don't FEEL like working on systems at home. Right, and I am willing to manage my wife and kids' machine, and despite also working late at the office and traveling. Maybe that's because they're not running Windows. And you know what, even when my wife was running Windows 98, and then 2000, guess who admined it? Not her. And I didn't have trouble admining that either. But somehow, you're having trouble doing the same thing at home that you supposedly do at work. And you fear letting her use Linux. What does that say about your sysadmining skills? "The Black Knight always triumphs! Have at you! Come on, then." [2nd leg chopped] "Oh? All right, we'll call it a draw." > You know, you've been gritting me on going back and forth, and you're > doing the same thing. > There is NO activation in corporate environments - Home, yes. > Corporate, no. About time you noticed. Who said I was referring to corp in those two sentences? Where in the text "Beyond that, the rest is crap, and it's been getting worse, not better. Who the hell needs all that Activation BS?" do you see the words Corporate Environment? Uh, reading compre-wha? "Oh. Oh, I see. Running away, eh?" > Acronis Snap Deploy - but that's neither here nor there. Oh, and how much does that cost? Oh wait, it's not free? And if I have more than one server, I have to pay more? And it needs a support contract? Whats that total cost of ownership again? But that's neither here nor there. " We're Knights of the Round Table. Our shows are formidable, But many times we're given rhymes That are quite unsingable. We're opera mad in Camelot. We sing from the diaphragm a lot." > >> But you know what else is really really cool, I can boot off a Live >> Linux CD, mount the windows disk and fix whatever is wrong with it. And >> yes, it recognizes NTFS drives just fine. That's right, I can use Linux >> to fix Windows. Can you use Windows to fix Linux? Never mind why would >> you want to, but can you? But, can you? >> >> Oh and gee, what if someone malicious locks out their Administrator >> account, whatever will you do then? Or worse if it's on a Domain? > > You're kidding, right? That's reaching a bit. > Anyone who is using only 1 admin account, or has only 1 admin, needs > to be taken out behind the woodshed. Yet another example of ignoring several paragraphs, picking on a small detail - I did say someone malicious, you'd think someone malicious would lock all the admin accounts, sorry perhaps that's too common sense, I would have thought someone with your l33t comprehension would, uh, comprehend. So do tell us, what's your take about Linux being able to repair Windows - or do you not have one? Have you any examples of being able to use Windows to repair Linux installs? No, not installing windows over it, that doesn't count. " In war we're tough and able, Quite indefatigable. Between our quests we sequin vests and impersonate Clark Gable. It's a busy life in Camelot." >>> Put the Asus EEE PC with Linux next to version with XP / Vista, and >>> there is NO comparison - it even LOOKS like a cartoony toy. >> > > Um, seriously, have you put the Linux and XP versions of the EEE PC > next to each other, and seen them both? > I mean the REAL thing, not surfing - looks like you don;t get out > much... I mean the REAL hardware LIVE. Oh, so you are gonna stick to your strawman about how you saw Linux running on a machine intended for kids and it looked like a toy? So what if I misread your original typoed version. I've already apologized for that. But it says tons about you. Have you actually seen KDE 4.1 running on a Lenovo Thinkpad, recently? You know, I mean, the real thing, live and in person. Or do you not get out all that much? " I have to push the pram a lot." > Lemme write it in crayon for you... By all means, whatever you're most comfortable with. I guess that's what passes for what you do at your multi-billion dollar business. Please, don't bother listing out the other skills you've placed on your resume. We can guess, coloring, nap time, cutting and gluing... " Well, on second thought, let's not go to Camelot. It is a silly place." > > The linux distribution, and gui, on the EEE PC which comes with linux, > is not a very graphically "nice" implementation. > > That better? Yes, it is, actually. "Oh, no. Oh, no! Bad, bad Zoot!" > Apparently you like to twist all my words around, Why not, what's good for the goose and all that. You're not exactly a mensch either. "Oh, wicked, bad, naughty Zoot! She has been setting alight to our beacon, which, I have just remembered, is grail-shaped. It's not the first time we've had this problem." ( http://www.mwscomp.com/movies/grail/cut.au ) >> >>> Heck, I think I still have quite a few of the older media around, >>> back when Linux was the "In thing" and was being sold retail in >>> Best Buy / Circuit City / etc.. I CLEARLY remember, before >>> affordable WiFi days, the copy of Corel Linux I bought retail, was >>> about the ONLY operating >>> system, that out-of-the-box, would properly run with those RayCom >>> 2MBit wireless cards. Not Windows, and not other Linux distros - I'm >>> talking OOB, here. >>> And I remember loading that on an HP OmniBook of some sort, Pentium >>> 200 or so, as I recall... >>> >> Many things have changed since then. Most current hardware in the range >> of the last 5 years "just works" on Linux. Yes, if you dig hard enough, >> you'll find the oddball unsupported piece of hardware - but if anything, >> those will have poor support for Windows. Your bad experiences of the >> past shouldn't cloud your judgment of it today. >> > > Ray, you REALLY have no concept of reading, do you. > Where, pray tell, do you read in my above paragraph, that I had a bad > experience with Linux. .. > I even SPECIFICALLY say that Windows did *NOT* support those cards > properly at the time. Indeed "was about the ONLY operating system.. and not other Linux distros" would count as a bad experience - as in you've tried several Linux distros and had to settle for one that worked. Tell me again how that doesn't count as a bad experience when you paid for something and out of many OS's (including windows) that you've tried only one happened to have worked. How is that a good experience? If I bought a network card that worked with only one OS, and not a common one at that, I'd feel ripped off. "Oh. Um, l-- look, i-- i-- if we built this large wooden badger--" > > Seriously - I strongly think, that half of our "discussion" has been > either your misunderstanding, or trolling. Or maybe there's the third possibility, that I'm not letting you get away with BS, and you don't like getting called on it. But somehow, you refuse to stop replying. It's like an addiction with you. And the Lord spake, saying, 'First shalt thou take out the Holy Pin. Then, shalt thou count to three. No more. No less. Three shalt be the number thou shalt count, and the number of the counting shall be three. Four shalt thou not count, nor either count thou two, excepting that thou then proceed to three. Five is right out. Once the number three, being the third number, be reached, then, lobbest thou thy Holy Hand Grenade of Antioch towards thy foe, who, being naughty in My sight, shall snuff it.' > Um, again, you're haveing reading comprehension issues. So is this more of the ad hominem, or is this an example of the Big Lie tactic, you know, where if you repeat something often enough, some people will believe it? "Listen. Strange women lying in ponds distributing swords is no basis for a system of government. Supreme executive power derives from a mandate from the masses, not from some farcical aquatic ceremony." > When did I say I haven't touched it since then? The moment you've offered up the EEPC's Linux vs XP as an example. Were you current on Linux, you would have put up a fairer example. With a distro, version number, and screenshot. That you weren't able to shows that you're out of touch and therefore, neither use modern Linux distros, nor admin them. Either that or you were, uh, trolling? So which is it, were you lying about your lack of current Linux experience, or were you trolling? It's ok, you can admit it. No one will think any less of you. "You've got two empty halves of coconut and you're bangin' 'em together." > I PLAINLY said MULTIPLE times, that we run RHEL at the office. We're > getting support plans for it. I plainly notice you didn't say that you're personally admining it. I plainly notice that you've refused to admin it for your wife and kid. "we run" isn't you. I also noticed that you did not mention any new Linux distros, mentioned you used FreeBSD in 1992 or such, and that you have some old Linux CDs around. I saw no mention of anything current, except in the Windows side of things. Yes, I do read that deeply into the nuances of your words. "How you English say, 'I one more time, mac, unclog my nose in your direction', sons of a window-dresser!" > > I started using Linux about 1995, and haven't stopped since. We're I you, I'd respond with "Why do you constantly feel the need to throw out a resume? Who cares?". But I'll refrain. Instead, "We shall say 'ni' again to you if you do not appease us... We want... a shrubbery! One that looks nice. And not too expensive. Now... go!" ... "Oh, what sad times are these when passing ruffians can say 'ni' at will to old ladies. There is a pestilence upon this land. Nothing is sacred. Even those who arrange and design shrubberies are under considerable economic stress at this period in history." > > > Oh, never mind. "Fetchez la vache! And now, remain gone, illegitimate-faced bugger-folk! And, if you think you got a nasty taunting this time, you ain't heard nothing yet, dappy English k-nnniggets! Thpppt!" From gordonjcp at gjcp.net Sun Aug 31 03:19:12 2008 From: gordonjcp at gjcp.net (Gordon J. C. Pearce) Date: Sun, 31 Aug 2008 09:19:12 +0100 Subject: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) In-Reply-To: <000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> References: <200808201942602.SM04048@[63.69.23.239]> <48B96810.3080100@arachelian.com> <000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> Message-ID: <1220170752.7058.6.camel@kusanagi> On Sat, 2008-08-30 at 14:48 -0400, Tony Mori wrote: > There is NO WAY on this earth I am putting Linux on my wife's laptop, and > the kids machines. So your wife and kids are all up to date with their MCSEs? Isn't it a little unfair to expect them to know all about malware, and spyware, and viruses, and updating their drivers or whatever it is you have to keep doing to Windows to keep it running? > First off, Linux is awesome geekware, but it is NOT for the masses - I'll > throw the little NetBooks out there as examples. > Put the Asus EEE PC with Linux next to version with XP / Vista, and there is > NO comparison - it even LOOKS like a cartoony toy. Bear in mind that a PC capable of running Vista will cost as much as an Asus EEE. Of course XP *does* come with a Teletubbies-themed desktop as the default, and you even get a cartoon dog to help you search for files! No, nothing toy-like about that. Gordon From gordonjcp at gjcp.net Sun Aug 31 03:20:55 2008 From: gordonjcp at gjcp.net (Gordon J. C. Pearce) Date: Sun, 31 Aug 2008 09:20:55 +0100 Subject: Free Linux and OpenOffice - even if your email address doesn't end in .edu - (was Re: OT: Microsoft crazy academic deal) In-Reply-To: <000401c90b02$b82c2230$9a64a8c0@nclmiami.ncl.com> References: <200808201942602.SM04048@[63.69.23.239]> <48B96810.3080100@arachelian.com> <000e01c90ad1$1240a980$9a64a8c0@nclmiami.ncl.com> <48B9CEBF.8080902@arachelian.com> <000401c90b02$b82c2230$9a64a8c0@nclmiami.ncl.com> Message-ID: <1220170855.7058.8.camel@kusanagi> On Sat, 2008-08-30 at 20:44 -0400, Tony Mori wrote: > > > > You respond to a 10-day old email, ignoring the 7-day stream that followed > it, and I'm ignorant? Bear in mind that the list has been down for about a week... Gordon From mouse at Rodents-Montreal.ORG Sun Aug 31 23:46:26 2008 From: mouse at Rodents-Montreal.ORG (der Mouse) Date: Mon, 1 Sep 2008 00:46:26 -0400 (EDT) Subject: Free Linux and OpenOffice - even if your email address doesn't In-Reply-To: <745071.52922.qm@web65509.mail.ac4.yahoo.com> References: <745071.52922.qm@web65509.mail.ac4.yahoo.com> Message-ID: <200809010455.AAA22165@Sparkle.Rodents-Montreal.ORG> > but when does someone get the source code for anything, outside of > open source warez? As I learned to use the word, warez can't be open source, because it refers to illegal copies of commercial software (often, cracked in some way, such as removing copy-protect checks), which isn't possible for open source. But if s/warez/software/, the answer is, of course, "when you pay for it". Often part of the payment takes the form of an NDA of some kind (typically called a license agreement). The one example that comes to mind from personal experience: when I was going through my larval stage under VMS, we (an academic research lab) had the source on microfiche. Full source to the whole system, supposedly, and indeed I never found anything we had but didn't have source to, though I looked for only a very few pieces of the system. /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse at rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B