On Wed, 25 Jul 2001; "Cini, Richard" <RCini(a)congressfinancial.com> wrote:
> ...whatever I get I have to sneak into the house :-)
<snip>
> "No, honey, really. I didn't buy anything more than this t-shirt."
Rich, don't you think she will get suspicious when the t-shirt shows up in the
laundry and she notices a size of XXXXXXXXL. She's gonna think to herself:
"I thought he looked a little hefty when he came home, I wonder why????" :-)
Mike
> How many VAX-11/78x machines were produced?
> These days you expect that thousands of any machine would
> be sold (except maybe the specialised supercomputers).
> I believe that for the VAX 9000 series, only 400-500 made
> it out of the door. The same order of magnitude may well
> be true for the VAX-11/78x systems.
You can't base the VAX-11/78x system sales projections on the
VAX 9000 sales. The VAX-11/78x systems were very reliable and
worked well. The VAX 9000 systems weren't and didn't.
--
Eric Dittman
dittman(a)dittman.net
I just so happen to have that song... Came across it on a Computer-Humor
songs tape. (And promptly backed the tape up to my hard drive)
- M.S.
ard(a)p850ug1.demon.co.uk (Tony Duell)(a)classiccmp.org on 07/25/2001 04:36:22
PM
Please respond to classiccmp(a)classiccmp.org
Sent by: owner-classiccmp(a)classiccmp.org
To: classiccmp(a)classiccmp.org
cc:
Subject: Re: Hackers: Computer Outlaws
> Is it just me, or could you imagine Tony Duell's team on a
> high-tech version of Scrapheap Challenge/Junkyard Wars,
> building a PDP-11 out of whatever they can find lying
> around? Then toggling in the bootstrap...
Years ago there was a filksong entitled 'You can build a mainframe from
the things you find at home'...
One of my friends came across it, turned to me and said
'In your workshop you probably could' :-)
-tony
Sorry about the attachment on my last post guys and gals.. Writing 2 emails
at the same time and attached to the wrong one.. At least it wasn't a really
big attachment :-)
-Linc Fessenden
In The Beginning there was nothing, which exploded - Yeah right...
Calculating in binary code is as easy as 01,10,11.
There are drivers available for systems with an 8088 and MS-DOS 2.11 (and
up): http://www.palmzip.de/. This drivers works with the 100MB ZIP models,
but might not with the 250MB.
Bob Feldman
-----Original Message-----
From: ard(a)p850ug1.demon.co.uk [mailto:ard@p850ug1.demon.co.uk]
Sent: Wednesday, July 25, 2001 5:49 PM
To: classiccmp(a)classiccmp.org
Subject: Re: need help with an old ST-251 MFM drive...
<snip>
Do the ZIP drivers run on an 8088? I thought that at least some versions
didn't.
-tony
> Any tips? Any other ideas about how to get the data off of
> this drive? Should I try another MFM controller?
I'd use Kermit or some other serial-port file transfer...
CrossTalk was a favorite of mine in those days; it could
transfer multiple files at once, rather than one at a time
(there may be a way to do that in Kermit that I never got
around to doscovering)...
^^^
Humourous typo!
-dq
On Jul 25, 17:29, Derek Peschel wrote:
> Oops, sorry. I knew there were two FIFOs but I didn't realize they were
on
> one chip.
>
> What exactly are the MOS routines designed to offer the second processor?
> I know they can copy software over the Tube and do some relocation (and
> that the relocation was enhanced in the Master). But what are the
> functions/memory locations/etc. avaialble to each side?
To understand that, you need to have a little information about how the MOS
(Machine OS) works normally (without the Tube). The whole thing is based
on a very structured and comprehensive set of system calls which handle
everything a user, applications programmer, or sytems programmer would want
to do. The two best known are OSByte and OSWord.
OSByte is used to make system calls which take few parameters, which are
therefore passed in the registers: A holds the call number (determines
which OSByte function you want), and X and sometimes Y pass data. The
low-numbered calls mostly read or write a value in the OS variable space
(eg to set serial port parameters) and the high-numbered ones are
read/modify ones. Typically A holds the call number, X holds a value, and
Y holds a mask. The variable is ANDed with Y and EOR'd with X (so you can
set, clear, toggle, or leave unchanged any bit) and the old value is
returned in X.
OSWord is used for calls that need larger parameter sets. Here X and Y
contain the 32-bit address of a parameter block, which may be updated by
the call.
There are several other sets of calls, such as OSWrCh (write a character to
an output stream, eg screen or printer), OSFile (assorted filehandling
functions such as open or close a file, or read a file, a byte, a
directory, or whatever), OSCli (pass text to the comand line interpreter),
OSEven (generate an event - a software interrupt), etc.
Everythng is written to use these calls, and they work over the Tube. If
the call is initiated in the 2nd Processor, its ROM knows to pass it over
to the I/O processor (the 6502 in the Beeb). If it's something that
involves transferring a memory block, such as the OSWORD that reads a raw
disk sector into a buffer, the top part of the 32-bit address determines
whether the address refers to I/O processor address space or the 2P address
space. The 2nd Processor ROM only needs to know how to pass parameters to
the I/O processor, how to use the FIFOs to transfer data, and be able to
jump to an address in its own memory space.
> And how does the
> whole thing get booted (and then stay running)?
At reset, the MOS offers a series of service calls to each sideways ROM in
turn (ie, it calls each ROM in turn, with a certain "reason code" in the A
register). These calls give each ROM the opportunity to register itself as
a language, a filing system, or a service provider. The ROM containing the
Tube code accepts some of these calls and initialies the Tube interface.
Meanwhile, if there's a second processor on the other side of the Tube,
its ROM initialises its side, and when asked by the 6502 side, tells the
6502 what processor it is. Once the rest of the 6502 initialisation is
complete, it will go into a loop waiting for system calls from the other
side. If the other side is another 6502 (there's a 3MHz 65C02 2nd
Processor), it will usually ask for a copy of the current language, which
may be relocated to the top of memory, or if it's a Z80, it will ask the
I/O processor to give it the contents of the first sector of a disk (and
boot CP/M).
> Also, ULA = Uncommitted Logic Array, a semi-custom PLA-like thing. Was
> it made by Ferranti? Acorn used a few different ULAs and so did some
other
> vendors. I think Sinclair was one.
Yes, it was Ferranti. A ULA was an array of gates with no final
metallisation layer pre-defined; the designer would specify the
interconnections between the gates (rather like drawing a PCB layout) and
that was turned into a mask which was used to lay down the metallisation in
the final stages of wafer manufacture.
> And MOS = Machine OS = the ROM routines in the BBC, including the
abstract
> filesystem interface but not any filesystems (which could be added or
> removed as desired) and an astonishing number of places for the user to
> extend the code.
--
Pete Peter Turnbull
Network Manager
University of York
>more to the point :-). I had very little feedback. One from one
There may not be many 11/78x machines in hobbyist hands.
There may not be too many corporations subscribed to
this list :-)
It took me many years (admittedly in the UK) before
I came across a uPDP-11. I've never seen a Robin (hint,hint...).
You need to be patient. In my experience, the docs and
hardware will come along at different times - never
turn down an incomplete package (I'm preaching to
the converted here since you have the innards
already !).
How many VAX-11/78x machines were produced?
These days you expect that thousands of any machine would
be sold (except maybe the specialised supercomputers).
I believe that for the VAX 9000 series, only 400-500 made
it out of the door. The same order of magnitude may well
be true for the VAX-11/78x systems.
How long have people been collecting such
large machines? I don't have the room -
I could not realistically find room for a VAX 4000
right now, never mind anything bigger!
>9 months ago :-). However, I have indication that my 11/785 boards
>won't work on the 11/780 backplane. So, I'm still desperately
>looking for a 11/785. I would be a lot more patient if I saw those
I don't know anything about the 11/780 => 11/785
upgrade but I would be surprised if the backplane
had to be replaced.
>in the first place. Where are they?
They may all be in dealers wharehouses and defence
sites and nuclear power stations. I did hear of three
being decommissioned in the UK a few years ago
but that's about it.
>get some leads to follow. The underlying assumption being that
>there is one 11/785 recycled as scrapmetal every month that I don't
>find it.
I suspect the underlying assumption is just that
there are not that many of the beasts still around.
I guess by the time I have the room for one of
these, there won't be any left!
Antonio
On July 26, gwynp(a)artware.qc.ca wrote:
> > Wacky? Umm, no. Spewing a packet onto a shared medium and then
> > detecting the presence of noise on the line to indicate a collision,
> > then retransmitting at a random interval until the packet gets through
> > is wacky. Deploying 100baseT everywhere and then putting everything
> > on a MAC-layer-bridged port (thus defeating one of the primary design
> > principles of the networking technology in use) to get anywhere near a
> > usable level of performance is wacky.
>
> But less expensive.
So are Ford Festivas...you get what you pay for. I realize that I'm a
dying breed, but I prefer using the right tool for the job.
-Dave McGuire
On July 25, Dan Wright wrote:
> OK, so I've managed to scrounge up some free FDDI hardware from various places
> around the U of Illinois (several boards and a concentrator), but I've been
Free cards and concentrator, eh? Nice deal!
> stuck at one problem point for several months: I have no cables, and new cables
> are expensive, and I can't find used cables anywhere (except ebay where I'm not
> sure I trust them). So, does anyone have FDDI cables, for sale or trade?
> I need both FDDI MIC-MIC cables and MIC-ST cables (I got a DEC DEFPA PCI card
> for my PC that uses ST connectors, I think because the MIC connectors are too
My entire network of about thirty machines is FDDI, except for a few
stragglers on ethernet. ALL of my cables, except for one or two, came
>from eBay. Speaking as both a relatively heavy buyer and seller on
eBay, the eBay trust issue is effectively addressed, in my opinion, by
the feedback mechanism.
If you go to buy some FDDI cables from some seller who has a dozen
negative feedback comments complaining about bad cables, well, don't
buy from that seller. :)
> big to fit on the back of a PCI card...) I really want to get my very own
> wacky dual-counter-rotating-ring topology network going in my apartment :)
Wacky? Umm, no. Spewing a packet onto a shared medium and then
detecting the presence of noise on the line to indicate a collision,
then retransmitting at a random interval until the packet gets through
is wacky. Deploying 100baseT everywhere and then putting everything
on a MAC-layer-bridged port (thus defeating one of the primary design
principles of the networking technology in use) to get anywhere near a
usable level of performance is wacky.
-Dave McGuire
Hi Douglas,
I was the one asking about the Cipher docs. It would be great
if you could put them up -- just let me know where to look and
I'll vacuum them up. Thanks!
Brian
On Jul 13, 13:50, Zane H. Healy wrote:
> > I do not know much about any other 13W3 monitors, except that SGI also
has
> > their own 13W3 pinout, but you can make a swabber.
>
> I thought SGI and Sun used the same pinout.
Only for the R,G,B coax connections. The rest of the pins are used for
various monitor-type-sense and sync signals, and the SGI and Sun pinouts
are quite different. To make matters worse, many SGI-badged monitors don't
have the sync pins connected on the 13W3 (though you'll find articles on
the web that explain how to get at the internal connections). And then to
add insult to injury, SGI only put as many pins in their cables as they
actually need (Sun mostly use fully-wired cables). Beige Indigo cables
have one less pin than grey Indy cables!
Lawrence is broadly correct about SGI/Sun and sync-on-green/composite sync.
Indys and Indigos can generate separate sync, but the contemporary
monitors mostly don't use it. The later ones do; the lack of sync is used
to put the monitor into power-save, and Indys and O2s running IRIX 6.5 have
*two* screensaver delays: the first for the saver to kick in, the second
for the sync to be shut off to cause the monitor to power-save.
In my experience, like Lawrence's, most badged monitors can handle all
types of sync if you can get at it. The GDM-17E11 (SGI-badged Sony) for
example has the sync connections inside, just not on the 13W3, and works
fine with PCs and Suns if you add two wires. My HP-badged and DEC-badged
GDM-1961HA, with 5 BNC and 3 BNC respectively, both support sync-on-green,
and the DEC one has places to fit the extra 2 BNCs inside (IIRC you need to
add resistors as well, and obviously you need to knock out two holes in the
case).
--
Pete Peter Turnbull
Network Manager
University of York
Hi Ethan,
--- Paul Braun <nerdware(a)laidbak.com> wrote:
> Hey, group.
>
> A friend of mine just acquired one of those big programmable
> highway emergency signs (the one with the little flourescent flip
> segments).
Does the Highway Department know? ;-)
I've always wanted to play with that sort of thing. The flippy
segments
are cool, but several square feet of LEDs is cool, too. I wouldn't
do it
with a mechanical display, but an electronic one would make a cool
binary
clock.
If you want lots of lights get an old electronic fruit machine (bandit).
I was given one as scrap and it has over 400 12v bulbs (standard
car instrument lights) in a matrix with the driver cards. Very pretty
Xmas lights.
Cheers,
Lee.
----------------------------------------------------------------------------
----
This email is intended only for the above named addressee(s). The
information contained in this email may contain information which is
confidential. The views expressed in this email are personal to the sender
and do not in any way reflect the views of the company.
If you have received this email and you are not a named addressee please
delete it from your system and contact Merlin Communications International
IT Department on +44 20 7344 5888.
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
Hi, over the last weeks or so I dropped inquiries about 11/785s at
various places. Some of them not asking if I could have one, others
more to the point :-). I had very little feedback. One from one
of our friends, who had the leftovers of a 11/780 to share
(irony of that story is he got the 11/780 from Indiana to Denver
9 months ago :-). However, I have indication that my 11/785 boards
won't work on the 11/780 backplane. So, I'm still desperately
looking for a 11/785. I would be a lot more patient if I saw those
popping up as abundantly as the 6000s pop up recently. What makes
me really concerned is that few of you fellow VAX nerds have 11/78x
in the first place. Where are they?
BTW: does anyone know where Brian Chase is? Vacation? I need an
information from him related to this matter.
Sorry for being pushy with this, I'm just not as well connected
as Chuck McManis, where people seem to be dropping off truckloads
of VAX stuff at his house every other week :-). So I have to ask to
get some leads to follow. The underlying assumption being that
there is one 11/785 recycled as scrapmetal every month that I don't
find it.
So I appreciate any hints, even the slightest ones, like if you
know of a place that might still be using an 11/785 or where I
would be most likely able to detect one ...
On the other hand, it might be that you guys are all looking for
the same thing and so we may be competitors of sorts (albeit
competing friends I'd hope :-). Like you wouldn't tell me if you
saw an abandoned PDP-8 somewhere in a corner, would you? ;-)
thanks,
-Gunther
--
Gunther Schadow, M.D., Ph.D. gschadow(a)regenstrief.org
Medical Information Scientist Regenstrief Institute for Health Care
Adjunct Assistant Professor Indiana University School of Medicine
tel:1(317)630-7960 http://aurora.regenstrief.org
OK, so I've managed to scrounge up some free FDDI hardware from various places
around the U of Illinois (several boards and a concentrator), but I've been
stuck at one problem point for several months: I have no cables, and new cables
are expensive, and I can't find used cables anywhere (except ebay where I'm not
sure I trust them). So, does anyone have FDDI cables, for sale or trade?
I need both FDDI MIC-MIC cables and MIC-ST cables (I got a DEC DEFPA PCI card
for my PC that uses ST connectors, I think because the MIC connectors are too
big to fit on the back of a PCI card...) I really want to get my very own
wacky dual-counter-rotating-ring topology network going in my apartment :)
Thanks,
- Dan Wright
(dtwright(a)uiuc.edu)
(http://www.uiuc.edu/~dtwright)
-] ------------------------------ [-] -------------------------------- [-
``Weave a circle round him thrice, / And close your eyes with holy dread,
For he on honeydew hath fed, / and drunk the milk of Paradise.''
Samuel Taylor Coleridge, Kubla Khan
Sellam Ismail said:
> On Tue, 24 Jul 2001, Carlini, Antonio wrote:
>
> > Personally, I have only had one read-failure in several hundred burns.
> > That's not counting a few coasters along the way - this was a partial
> > read-failure some six months to a year later when I came to use the
> > CD.
>
> Wait ten or twenty years, and then make your assessment. That's what Tim
> is concerned with.
And a test I use - a carbon-arc-lamp nicknamed "buttercup". (If there
are any ex-Dabney-House readers here, they'll get the reference.) I can
only run it intermittently, but all cyanine-based CD-R's become unreadable
after a few hours of 10% exposure to it. (I think a few hours is somewhere
around a decade of solar UV exposure.)
The CompUSA-super-duper cheapies (CMC Magnetics by the ATIP code) become
unreadable after just a few minutes. I think these use the cyanine dye
without any stabilizers at all.
I've melted pthalocyanine-based CD-R's (Kodak Ultima and Mitsui Gold) by
putting them too close to the arc, but never damaged the data otherwise :-)
Of course, two seconds in the microwave on "high" completely destroys them
*all*!
Tim.
> Jerome Fine wrote:
>
>long I can expect any files to still be readable? Also, how long
is it likely
>that the magneto optical drive will last. I suspect that the
drives are likely
This is (I hope) the key. 5.25" floppies don't
appear on mainstream PCs anymore. 8" floppies
are still available (but there were IIRC more
varieties than there were with 5.25"). 3.5" floppies
are too small to last too much longer (although
so far many of the attempted replacements
- like the LS120 - are backwards compatible).
I'll try not to mention 3" floppies (plus all the
others I've never come across).
I expect that CD drives will go the same way over
the next five to ten years. Finding one twenty
years from now will be somewht tricky.
>"What sort of strategy is recommended to always be sure that old
files (stored
>on old media which can only be read with old drives) be
rescued/copied to newer
>media before that is no longer possible?"
Firstly you have to get them into a portable
digital form. For many things that just means
copying them off the old media and archiving
onto current media (i.e. CD or MO or
whatever you happen to like). For some stuff
(boot disks, copy-protected disks etc.) you
have to archive in some kind of image format
that preserves the original characteristics.
(ISTRC reading a paper about some US uni
doing exactly this and inventing an archival
format ... but I've lost the reference).
Once you have made the initial digital backup
your task is much simpler. It would take me
a lot of time to archive all of my floppy
disks (especially if I try to verify that I can
accurately recreate the original media from the
archive copy). But once I've done that, I can
probably fit all of them onto a handful of CDs
(I'm guessing that I can get 500 floppies
at least onto a CD and I doubt that I have
even a few thousand ... so call it
five CDs to be safe). That might take months,
perhaps years of copying and verifying
(cataloguing might be nice too !).
Once it is done I could run off a second
set in a few hours. And a third, and a fourth
...
We'll skip DVD ... not enough of a leap forward
and too hamstrung by Hollywood fo rthe prices
to drop quickly enough for my liking.
Five to ten years from now, when recordable
C3D is commonly available, I can repeat the
process for all my CDs (which by then may
number a few thousand). At 125GB per C3D
I should be able to get at least 175 CDs per
C3D, so that's maybe 10 C3Ds to archive
absolutely every piece of digital data I
will have then.
Again, a second backup for safety will
(hopefully) be quite quick.
At each stage, I can verify digital backup
copies against each other fairly easily
(I'm assuming that data rates will go
up as capacity goes up ... otherwise
I see a bottleneck looming!)
It all depends on how careful I am making the
initial archival copy.
>Obviously, every user would like to skip as many in-between steps
as possible.
>But since safety is perhaps more important, where should the
compromise be made?
Anything I care about now, I burn twice
for myself. I always check the CD-Rs
individually against the original source.
>"What standard needs to be used to determine what files may be of
interest in
>50 years, 500 years or even 5000 years?"
That's easy. You keep everything. Even the most
expensive CD-R media is incredibly cheap
compared to the prices three years ago.
Obviously if you have terabytes of data this
may not be so easy. But if you have terabytes
of data it may still be easier to archive
everything (which is likely to be a fairly
mechanical process) rather than spend time
sifting through deciding what to keep.
>It is fine to be discussing the technical details of how to save
files, but if everything
>needs to be saved, that creates many difficulties. For example, if
some software
>is being developed, it's rare that non-distribution files ever see
the light of day, much
>less that they get saved beyond the next distribution. In most
cases, only the final
>source and executable files get saved and it is probably rare for
OBJ and MAP files
>to be saved. What is the best way to develop criteria that can
determine which
>files will be of interest to someone looking to understand how
"programs" were
>written 5000 years ago? Better still would be to attempt to
determine the questions
>that will be asked 5000 years from now. Looking back, I would
suggest that the
>first footstep on the Moon back in 1969 may not have been as
important as the
>technology that was needed to make it all possible.
I'm actually at the beginning of archiving some
stuff at work right now. Copying the source directories
(and the version control stuff) to CD in a PC-readable
format is fairly straightforward. Same for the
final listings, obj, exe etc. (although much
of that could be recreated). The bit I think will
be difficult for a historian to understand in
a hundred years is how to build the product
once you have re-created the environment.
Archiving people's knowledge is not currently
on the agenda ... it takes too much time.
Antonio
You can get an MCT 4-Drive Floppy Controller (MCT-FDC-HD4 $29.99) from JDR
Microdevices (http://www.jdr.com/interact/item.asp?itemno=MCT-FDC-HD4). Only
problem is that it must be the primary floppy controller, so you will need
to pull the existing floppy controller card.
-----Original Message-----
From: Ethan Dicks [mailto:ethan_dicks@yahoo.com]
Sent: Wednesday, July 25, 2001 3:10 PM
To: classiccmp(a)classiccmp.org
Subject: Re: need help with an old ST-251 MFM drive...
<snip>
2) Locate a high-density
8-bit floppy controller and use 1.44Mb disks. I have one - it has its own
BIOS to handle the differences. They would be difficult to locate now, so
unless you already have one, it's probably not a good solution.
-ethan
Hi all
I am not a very "public" person but I could not turn this one down...
An offer for an interview with a big Montreal newspaper...
Photos and hour long interview about vintage computer collecting...show off
a bit of the collection etc...
Lets see if this will bring in some rare finds/offers or just emails from
people with 286s and XTs that will be asking $50 for them...
By the way, I still have the tape of CBCs Undercurrents and their report on
vintage computer collecting and hope to find a card to capture this and
transfer it to .avi or similar and let you all have a chance at seeing this
report...If anyone has a ATI capture card or similar I am open to
offers.....I have an old Spigot card here for NUbus MAcs but doubt that will
produce anything pleasant...
Claude
http://www.members.tripod.com/computer_collector
or
http://computer_collector.tripod.com
Hey:
I don't think I'm going to persuade this to run X, so ...
It includes what I assume is the original carrying case, UK mains power
supply and a battery. Everything seems to be working.
Any profit will be going to the Oxfam whence it came, if that helps to
loosen any wallets.
-[z].
>
>THERMODYNAMICS OF HELL --A little "levity" for today.
>
> The following is an actual exam question given on a University of
>Washington chemistry mid term. The answer by one student was so "profound"
>that the professor shared it with colleagues, via the Internet, which is,
>of course, why we now have the pleasure of enjoying it as well.
>
> Bonus Question: Is Hell exothermic (gives off heat) or endothermic
>(absorbs heat)?
>
> Most of the students wrote proofs of their beliefs using Boyle's Law,
>(gas cools off when it expands and heats up when it is compressed) or some
>variant. One student, however, wrote the following "First, we need to
>know how the mass of Hell is changing in time. So we need to know the rate
>that souls are moving into Hell and the rate they are leaving. I think
>that we can safely assume that once a soul gets to Hell, it will not leave.
>Therefore; no souls are leaving. As for how many souls are entering Hell,
>lets look at the different religions that exist in the world today.
>
>Some of these religions state that if you are not a member of their
>religion, you will go to Hell. Since there are more than one of these
>religions and since people do not belong to more than one religion, we can
>project that most souls go to Hell. With birth and death rates as they
>are, we can expect the number of souls in Hell to increase exponentially.
>
>Now, we look at the rate of change of the volume in Hell because Boyle's
>Law states that in order for the temperature and pressure in Hell to stay
>the same, the volume of Hell has to expand proportionately as souls are
>added.
>
>This gives two possibilities
> 1. If Hell is expanding at a slower rate than the rate at which souls
>enter Hell, then the temperature and pressure in Hell will increase until
>all Hell breaks loose.
>
> 2. If Hell is expanding at a rate faster than the increase of souls
>in Hell, then the temperature and pressure will drop until Hell freezes over.
>
> So which is it?
>
> If we accept the postulate given to me by Teresa during my Freshman
>year, "...that it will be a cold day in Hell before I sleep with you.",
>and take into account the fact that I still have not succeeded in having
>that event take place, then, #2 cannot be true, and thus I am sure that
>Hell is exothermic and will not freeze."
>
>**The student received the only "A" given.**
I posted my shopping list on http://www.vintage.org I have to be
careful...whatever I get I have to sneak into the house :-)
Two things I left off of my list were a DecWriter III (too big to
sneak in) and a 22U rack cabinet with a glass front door (also too big to
sneak in).
"No, honey, really. I didn't buy anything more than this t-shirt."
Rich
==========================
Richard A. Cini, Jr.
Congress Financial Corporation
1133 Avenue of the Americas
30th Floor
New York, NY 10036
(212) 545-4402
(212) 840-6259 (facsimile)
One of the things that I would like to find at VCF East is
a paper tape reader. Preferably something small that I can
either connect to a serial port, or interface to a parallel
port.
I will also be looking for interesting peripherals for my
PDP 11/45...
--tom
OK... now I'm starting to dig... found this:
http://wuarchive.wustl.edu/systems/cpm/genasm/spttim10.aqm
Which is described by the readme as...
NOTE: This list was created on Sun Oct 26 12:14:58 EST 1997
Some files may have been added or deleted since that date.
See file pub/cpm/filedocs/aaaread.me for additional information.
NOTE: Type B is Binary; Type A is ASCII
Directory pub/cpm/genasm/
Filename Type Length Date Description
==============================================
.
.
.
spttim10.aqm B 5120 850209 Time support package for DC Hayes Chronograph
Anyone have a handy Z80 disassembler with a CP/M symbol table? I'm just
curious what's in there.
-ethan
=====
Visit "The Seventh Continent"
http://penguincentral.com/penguincentral.html
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
Was someone here looking for the Cipher F880 docs?
I finally found the CD I'd burned of them, so if
anyone needs them, I'll dump 'em out on the FTP
site for temporary residence...
-dq
Hello all,
Does anyone have, or know where I can get a 3.5" boot disk for an Apple
IIc+? I have an old ProDOS 5.25" disk, but it does not recognize the 3.5"
disk.
(As if you couldn't guess, I'm keeping the IIc+ :-) )
Thanks!
Rich B.
Does anyone have an online resources for scanner repairs?
--
Terry Collins {:-)}}} Ph(02) 4627 2186 Fax(02) 4628 7861
email: terryc(a)woa.com.au www: http://www.woa.com.au
WOA Computer Services <lan/wan, linux/unix, novell>
"People without trees are like fish without clean water"
On Tue, 24 Jul 2001; "Jim Oaks" <jimoaks(a)one.net> wrote:
> Mike do you have any commodore,TI, related items?
I was going to say no on both counts but then got to thinking, I may
have 1 or more cassette cables for the TI/99. If there is any interest
I will go digging sometime.
As to Commodore, the answer is no. I could tell you the story of
what would have amounted to truck loads of stuff that got away a
couple years ago. But that would lead to depression for many list
members, so I will refrain.
Mike
> > > > spttim10.aqm B 5120 850209 Time support package for DC Hayes
Chronograph
> > >
> > > That looks like a compressed .ASM source file. All you
> > > should need to do is to uncompress the file.
> >
> > With what tool?
>
> It's been a while. UNSQUEEZE?
I just dumped a copy (circa 1985) in
ftp://204.250.0.238/pub/usq.exe
-dq
In reference to Super Snapshot. V5.22 is now available and can be bought through J.P.P.B.M. who btw own the rights
Their new mailing address is
J.P. PBM Products By Mail
Box # 60515, Jane/Wilson P/O
Downsview, ON. M3L 1B0
CANADA
> about today. Meanwhile, I'll cross my fingers and assume I'll have
> other media choices in the next 5-10 years that'll encourage me
> to re-copy my CD-Rs, which have patiently waited in their
> fire-proof case.
Something better than keeping them in a fire-proof case is to keep copies
off-site. After all, what else are relatives for, other than to keep a
locked box containing backups of your important data.
Zane
> > > NOTE: Type B is Binary; Type A is ASCII
> > > spttim10.aqm B 5120 850209 Time support package for DC Hayes
> > Chronograph
> >
> > That looks like a compressed .ASM source file. All you
> > should need to do is to uncompress the file.
>
> With what tool?
It's been a while. UNSQUEEZE?
--
Eric Dittman
dittman(a)dittman.net
I have the EICO Model 635 Tube Tester and the Operating Instructions and
Tube Data Information. This book contains the;
General Description
Warranty
General Information
Tube Testing Procedure
Testing Picture Tubes
All Vacuum Tube Switch Settings
Parts List
Schematic Diagram
Would be willing to make a copy and send. Requester to pay for repo
costs and shipping.
I am having trouble with socket "A" in mine. It's a 10-pin socket, looks
like a standard 9-pin with a 10th in the center of the socket. Would
appreciate info on where I can get another socket.
Cheers,
Bob McKee
rlmdlm01(a)juno.com
It's unlikely that I can pick up Max.
FYI: Max, the old email address is changed due to far
to much spam.
Allison
-----Original Message-----
From: Bryan Pope <bpope(a)wordstock.com>
To: classiccmp(a)classiccmp.org <classiccmp(a)classiccmp.org>
Date: Tuesday, July 24, 2001 7:59 AM
Subject: Re: Someone please give a ride to Max Eskin to VCF East
>>
>> ---------- Forwarded message ----------
>> From: Max Eskin <max82(a)altavista.com>
>>
>> I realized that I have no way of getting to the VCF. There's no way in
hell
>> that my parents will let me drive there, and I don't want to ask my
dad to
>> drive me either. It's about an hour away from my house. So could you
>> perhaps forward me some kind of list of people living in the boston
area
>> whom I could contact and ask for rides? I e-mailed Allison Parent, but
>> she hasn't responded. I don't remember who else from classiccmp lives
>> around here.
>> Thanks,
>> Max Eskin
>>
>
>Max,
>
> Where abouts are you located? I am in Waltham. I am planning to leave
>around 9:00 am and stay for the entire day.
>
>Cheers,
>
>Bryan Pope
> NOTE: Type B is Binary; Type A is ASCII
>
> Directory pub/cpm/genasm/
> Filename Type Length Date Description
> ==============================================
> .
> .
> .
> spttim10.aqm B 5120 850209 Time support package for DC Hayes Chronograph
>
> Anyone have a handy Z80 disassembler with a CP/M symbol table? I'm just
> curious what's in there.
That looks like a compressed .ASM source file. All you
should need to do is to uncompress the file.
--
Eric Dittman
dittman(a)dittman.net
I don't know if this has been answered or not, but at
the sake of being redundant I'll throw in my two
cents.
Kodak had a line of CDs called "InfoGuard", which have
a gold colored reflective surface. The ones I have
are for data (computers).
They are reputed to be indestructible compared to
cheapie media. The protective layer on them is so
strong/thick/opaque (choose the correct one) that my
Yamaha 4416S can't write them reliably over 2x speed.
The Yamaha wasn't a cheapie, so I contacted both
Yamaha and Kodak tech support. They knew of the
problem, and advised be to write at 2x even though the
drive and media are rated for 4x.
The discs I've written at 2x are readable. I treat my
discs well, so I can't tell you if they really are indestructible.
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
Ethan:
>>I take it the day of the week display is part of the flourescent,
>>not LEDs behind the "Sun...Sat" labels, right?
Yes, this is the case. I would guess that the LSI multiplexes the
digits without any other drivers. The DOW labels are probably treated as
segments of a 7th digit by the LSI
Rich
==========================
Richard A. Cini, Jr.
Congress Financial Corporation
1133 Avenue of the Americas
30th Floor
New York, NY 10036
(212) 545-4402
(212) 840-6259 (facsimile)
-----Original Message-----
From: Ethan Dicks [mailto:ethan_dicks@yahoo.com]
Sent: Tuesday, July 24, 2001 2:24 PM
To: classiccmp(a)classiccmp.org
Subject: RE: hayes chronograph
--- "Cini, Richard" <RCini(a)congressfinancial.com> wrote:
> Hi:
>
> I have one of these clocks, but haven't opened it in a while. I
> believe that it's an extruded Al case that would prevent you from
expanding
> the case vertically. If it weren't for the display, the PCB could fit in
the
> Hayes 300 case.
That makes sense, given how that style of case goes.
> As far as the display, it looks to be a Futaba clock display.
> Problem is is that no one carries them. Jameco has one, but it's only
> 4-digits.
I've never tried to hack right to a VFD. I've only ever played with
ones that have controllers.
I take it the day of the week display is part of the flourescent, not
LEDs behind the "Sun...Sat" labels, right?
> If I were retrofitting/rebuilding the clock, and $$$ wasn't an
> issue, I'd use a Noritake serial VFD display with a custom font and a PIC
> for the clock.
That's more or less what I'm leaning towards. I have a Matrix Orbital 20x4
VFD from Linux Central that is currently mounted behind a disk drive bay
bracket. It is easily movable.
-ethan
=====
Visit "The Seventh Continent"
http://penguincentral.com/penguincentral.html
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
> Sometimes I do buy a spindle of the cheap junk just to see who made
> it that week. The Imation stuff (yes, Imation, the company that used
> to be the Minnesota Mining and Manufacturing company that
> made top-name
> media for years) was crappy CMC Magnetics junk according to
> the ATIP code
Can we define "junk" for the purposes
of this discussion?
Is it junk because:
(a) you make more coasters than you would
believe is reasonable
(b) you find a higher failure rate when trying
to read them two years later than you
think is reasonable
(c) you don't believe that it will last the
twenty years (or whatever they claim)
?
Given a CD-R (blank or already written),
what tool(s) do you use to determine the
characteristics on which you are
judging it and what are "good" and
"bad" things to look out for?
Personally, I have only had one read-failure
in several hundred burns. That's not counting
a few coasters along the way - this was a
partial read-failure some six months to
a year later when I came to use the CD.
I have no idea whether the data was ever written
correctly (since EasyCD Creator - which
came with the drive - does not seem to have
a read-after-write check). Since then
I have performed a comparison-against-source
step after burning any CD. Fingers crossed, no
further failures so far.
Antonio
Hi:
I have one of these clocks, but haven't opened it in a while. I
believe that it's an extruded Al case that would prevent you from expanding
the case vertically. If it weren't for the display, the PCB could fit in the
Hayes 300 case.
As I recall, there's a single 40-pin LSI chip with some support
chips and various passives. IIRC, the LSI is a General Instruments chip.
There's also a 2xAA battery backup.
As far as the display, it looks to be a Futaba clock display.
Problem is is that no one carries them. Jameco has one, but it's only
4-digits.
If I were retrofitting/rebuilding the clock, and $$$ wasn't an
issue, I'd use a Noritake serial VFD display with a custom font and a PIC
for the clock.
Rich
==========================
Richard A. Cini, Jr.
Congress Financial Corporation
1133 Avenue of the Americas
30th Floor
New York, NY 10036
(212) 545-4402
(212) 840-6259 (facsimile)
-----Original Message-----
From: Ethan Dicks [mailto:ethan_dicks@yahoo.com]
Sent: Tuesday, July 24, 2001 1:37 PM
To: classiccmp(a)classiccmp.org
Subject: Re: hayes chronograph
--- Sellam Ismail <foo(a)siconic.com> wrote:
> On Tue, 24 Jul 2001, Ethan Dicks wrote:
> I bet with as much work as you described in setting up an infrared
> communications network to beam the time signal to machines around the
> room (cool idea BTW :)
Thanks.
> one could take an old Hayes 300/1200/2400 modem,
> dump the EPROM, hack the code to replace various AT commands with the
> Chronograph AT command set, add a clock/calendar chip to the board
> somewhere, and roll your own Chronograph. You'd still have to add the
> digital readout on the front
I noticed from the picture from the cover of the manual that it is the same
style as a 1200-baud modem, but taller (to accomodate the display). It
looks about the same size as my Tecmar T-Disk case. I'd have to go look,
but it depends on which style of extruded aluminum case they used if it
could be expanded vertically. The width would be fixed by the size of the
top and bottom plates, but it might be possible to fit side risers.
In any case, I'm not sure where I'd get a compatible display. I also play
with LCD (and VFD) displays with the LCDproc project
(lcdproc.omnipotent.net)
I have one 20x4 VFD and a couple 20x2 displays (so-called "Pole Displays"
for cash registers - RS-232 and 6VAC to drive them). It wouldn't look like
a Chronograph, but I could fit an IR emitter to the top of the Pole Display
(under a red lens) and set up receivers to pick up the time that way. I
presume if I used a carrier other than the one used by IrDA, I could still
use the link between my laptop and desktop. I suppose I would have to write
a PalmOS app to read the time.
This would be easy to prototype with a Pole display and a Linux box
with a few serial ports. I could at least do a proof-of-concept
prototype. I've also thought about turning an iOpener into a wall clock.
Then there is this wall-mount 486 I have with a 10" screen, two PCMCIA
slots, an ISA slot, internal HD, etc. I was just contemplating getting
a set of Diamond HomeFree cards (cheap) but didn't know if there were
Linux drivers for it or not.
> ...or maybe you can turn the status lights into a binary clock output?
I'm an old hand with Binary Clocks (I've built several and even have
an interrupt driven software one for the PET that fits in the cassette
buffer and "draws" the clock face in the upper-left corner of the screen
that I wrote when I was 13 ;-) I'm even looking at one now on top of
my monitor at work (you should hear some of the comments I get).
So... while it's a nice idea in theory, unless you rotated the time through
a modem faceplate digit by digit, I don't see how you could fit it into
the case for a 1200-baud modem.
> In the very least, it would make one killer exhibit for the VCF to show
> what someone can do in their copious free time to reconstruct computing's
> past :)
It would be all of that. Now if only I could get some time off when one
of the VCFs is running. :-(
Lots of ideas, plenty of ways to roll it. No time.
-ethan
=====
Visit "The Seventh Continent"
http://penguincentral.com/penguincentral.html
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
FWIW it aired on Sunday (IIRC)
in the UK on Channel 4 (IIRC).
I missed the beginning but I did get to
see the Altair, the Apple, the IBM PC,
Cap'n Crunch, Woz and Mitnik.
I assumed that I'd missed the
point because I missed the start
but now I realise that I was not
supposed to actually learn
anything.
("Space" on BBC1 was a bit of a
disappointment too)
Antonio
>Wait ten or twenty years, and then make your
>assessment. That's what Tim is concerned with.
That's what I am trying to clarify.
I'd rather not wait the ten or twenty years.
I've already learnt my lesson ... all my floppies
will eventually make it onto CD in some image
format or other. Within ten years I expect all my CDs
(and DVDs) to have made it onto C3D.
I don't yet know where I'll be headed twenty
years after that :-)
Antonio
Ethan Dicks <ethan_dicks(a)yahoo.com> wrote:
> I've never seen one, but I'd rather not re-invent the wheel. Just knowing
> the command set is a starting point for even a PIC-based modern replica.
Not sure, but I think the real thing has an early PIC inside.
If Eric Smith's reading maybe he can tell us, I think I got this
bit by being present when he opened one up to see what made it
tick (ha ha).
-Frank McConnell
The Sun Tachometer transmitters that I have in My 1971 37'Egg harbor boat
have a sticker on the transmitter claimin that they require a 1.35 volt
mercury battery which appears to be the approximate size of a AA battery.The
sun part no. is 1766-7.My transmitter model no is EB-9A.Maybe this is helpful
to you .ixpacman(a)aol.com
>The Network III controllers allow diskless model III/IV's to interface to
>a master model III or IV with a HardDisk or floppy disk to load and save
>files to...
That makes sense, as a few of the IIIs that I took had no floppies. Also, I
found a couple of disks last night (not original) that were labeled "Network
Scripsit". There were also directions on how to start the host computer,
then start up the slaves...
Rich B.
I'm forwarding this along for Max Eskin. I hope someone can give this
poor kid a ride. I would really like him to make VCF East.
I guess he's around Boston. E-mail him at <max82(a)altavista.com> to figure
something out.
Thanks!
---------- Forwarded message ----------
From: Max Eskin <max82(a)altavista.com>
I realized that I have no way of getting to the VCF. There's no way in hell
that my parents will let me drive there, and I don't want to ask my dad to
drive me either. It's about an hour away from my house. So could you
perhaps forward me some kind of list of people living in the boston area
whom I could contact and ask for rides? I e-mailed Allison Parent, but
she hasn't responded. I don't remember who else from classiccmp lives
around here.
Thanks,
Max Eskin
--
Sellam Ismail Vintage Computer Festival
-------------------------------------------------------------------------------
International Man of Intrigue and Danger http://www.vintage.org
Sorry to mention such an unpleasant subject as computer recycling, but
here's some more information about what some politicians and
businesses, etc. are up to:
http://www.ec-central.org/skinny/022201.htm
Denver Post: "Bill Encourages Computer Recycling;" By Andy Vuong
It may also provide some leads for collecting and preserving
equipment. I hope this helps some with some good finds.
--
Copyright (C) 2001 R. D. Davis The difference between humans & other animals:
All Rights Reserved an unnatural belief that we're above Nature &
rdd(a)rddavis.net 410-744-4900 her other creatures, using dogma to justify such
http://www.rddavis.net beliefs and to justify much human cruelty.
> One of the major heartburns I have with CD-R media is that
>it's quite difficult to tell the good from the bad.
That was my point #1: Buy a product that you know with a known distribution
path from the manufacturer. That's why I like Kodak over Mitsui. (Not
that it'd be impossible to find a list of official Mitsui dealers, but Kodak
has a bunch of old-school distributors who work just fine for me. And
there have been rumors - with little to nothing to back them up - that
many of the Mitsui-branded disks being sold in the US now were actually
made in one of the lower-tier plants in Taiwan.)
> disks don't all measure up the same. I tend to buy them in very
> small amounts so that I don't get burned too badly if they turn out
> to be lemons.
OTOH I buy in quantities of 500-1000 every few months, and I don't
want to take the risk with that amount of money that I'm buying junk.
Sometimes I do buy a spindle of the cheap junk just to see who made
it that week. The Imation stuff (yes, Imation, the company that used
to be the Minnesota Mining and Manufacturing company that made top-name
media for years) was crappy CMC Magnetics junk according to the ATIP code
the week I bought it, and I've not touched their branded CD-R's since.
The IBM no-names (hey, you ought to tell that I've got high standards when
I call IBM a risky also-ran!) turned out to be Ricoh phthalocyanine
disks, so sometimes the cheap junk might not be all that bad.
> CompUSA used to sell some nice dark blue dye disks
>under their name but then I made the mistake of buying one of their
>bulk packs which turned out to use the light green dye and were
>really crappy. I'd gladly pay the additional money if I had a
>concise guide as to just which were the high quality media.
Lose the CompUSA junk. They do light up nicely in the Microwave, though :-).
Tim.