Hacker News new | ask | show | jobs
by Retro_Dev 4 days ago
No questions, but I really enjoyed the article - thank you for sharing. It amazes me how few vacuum tubes these early computers use, compared to the billions and trillions of mosfet transistors used in modern devices.
3 comments

One way they get away with using relatively few tubes is that most of the Boolean logic is done with semiconductor (germanium) diodes, using tubes to amplify the results.
Tubes can also just be very _clever_ in a way that transistors generally are not. For instance, counting tubes that would contain a decimal counter in a single glass bubble (that's quite a few transistors even in TTL, and about twice as many in CMOS). Multiple approaches to building such tubes existed. This is one:

https://lampes-et-tubes.info/cd/cd053.php?l=e

Or the complicated and impressive storage tubes, that would fit 16 kbits of RAM in a single CRT:

https://lampes-et-tubes.info/sc/sc022.php?l=e

By the way, this website is one of my favorite finds on the Internet and very long-running.

That RAM component is wild. Do you know if there are any equivalent analog RAM components today? By which I mean RAM elements that are similarly capable of storing an analog as opposed to a digital signal.
I don't think I've seen anything sufficiently RAM-like. The classic sense amplifier architecture tends to make this impractical. I guess modern Flash can store a few levels but that's a far cry from actual analog storage.

For a while, you could get things like bucket-brigade CCDs for analog signals (used for reverbs and suchlike). They're still made in small quantities, I think, by boutique operations like Xvive.

Also, there was the ISD ChipCorder, which was actual analog Flash. (Current devices are digital, but the old ones were for a while sold as "MLS ChipCorder" by Nuvoton.)

The Gamma 3, which competed with the 604, only had about 400 tubes as far as I remember: https://en.wikipedia.org/wiki/Bull_Gamma_3

Both the 604 and the G3 were bit serial to save components.

The 604 isn't really a "computer", but more like an ALU hardwired to some I/O.