I often wondered i could build some sort of general computing machine if we were pushed back to the dark ages or something. I guess you have to define exactly at what level of technological achievements we were pushed back to. But with the knowledge we have today, and without ICs (or advanced manufacturing facilities) and only "simple electronics" (whatever that would be) if this would be possible. Fun stuff to think…
Megaprocessor – A micro-processor built large (2016)
41–50 of 96 posts
Re: Megaprocessor – A micro-processor built large (2016)
#42I often wondered i could build some sort of general computing machine if we were pushed back to the dark ages or something. I guess you have to define exactly at what level of technological achievements we were pushed back to. But with the knowledge we have today, and without ICs (or advanced manufacturing facilities) and only "simple electronics" (whatever that would be) if this would be possible. Fun stuff to think…
First gen transistor computers often used standard functional units - gates, flip flops, and such - packaged into small modules with edge connectors and wired together with wire wrap on a backplane. Like this DEC PDP-8. http://www.oldcomputers.arcula.co.uk/files/images/pdp8104.jp... It's fairly easy to design a computer like this. Later TTL/CMOS designs replaced the packaged modules with much smaller 74xx/40xx ICs. Y…
Re: Megaprocessor – A micro-processor built large (2016)
#43Earlier quoted context omitted.
First gen transistor computers often used standard functional units - gates, flip flops, and such - packaged into small modules with edge connectors and wired together with wire wrap on a backplane. Like this DEC PDP-8. http://www.oldcomputers.arcula.co.uk/files/images/pdp8104.jp... It's fairly easy to design a computer like this. Later TTL/CMOS designs replaced the packaged modules with much smaller 74xx/40xx ICs. Y…
We could use vacuum tubes instead of transistors. (I googled this to make sure I wasn't misremembering what I read 40 years ago in an already outdated book at the library and I was suddenly filled with a sense memory of the smell of the interiors of old electric appliances loaded with tubes and dust.)
Re: Megaprocessor – A micro-processor built large (2016)
#44I often wondered i could build some sort of general computing machine if we were pushed back to the dark ages or something. I guess you have to define exactly at what level of technological achievements we were pushed back to. But with the knowledge we have today, and without ICs (or advanced manufacturing facilities) and only "simple electronics" (whatever that would be) if this would be possible. Fun stuff to think…
Some semi-random examples
https://web.cecs.pdx.edu/~harry/Relay/
Main issue is memory. Takes a lot of space to make any usable about of memory out of relays.
Re: Megaprocessor – A micro-processor built large (2016)
#45Earlier quoted context omitted.
We could use vacuum tubes instead of transistors. (I googled this to make sure I wasn't misremembering what I read 40 years ago in an already outdated book at the library and I was suddenly filled with a sense memory of the smell of the interiors of old electric appliances loaded with tubes and dust.)
We could use telegraph relays instead of vacuum tubes - might be better reliability and repairability.
Re: Megaprocessor – A micro-processor built large (2016)
#46Earlier quoted context omitted.
First gen transistor computers often used standard functional units - gates, flip flops, and such - packaged into small modules with edge connectors and wired together with wire wrap on a backplane. Like this DEC PDP-8. http://www.oldcomputers.arcula.co.uk/files/images/pdp8104.jp... It's fairly easy to design a computer like this. Later TTL/CMOS designs replaced the packaged modules with much smaller 74xx/40xx ICs. Y…
A famous example of a modular design is IBM's Solid Logic Technology that was used in their System/360: https://en.wikipedia.org/wiki/IBM_Solid_Logic_Technology
When sci-fi writers need to create some plot tension around getting a computer either up and running or down and disarmed, the characters will inevitably be plugging/unplugging colorful modules at some point.
Re: Megaprocessor – A micro-processor built large (2016)
#47Earlier quoted context omitted.
We could use vacuum tubes instead of transistors. (I googled this to make sure I wasn't misremembering what I read 40 years ago in an already outdated book at the library and I was suddenly filled with a sense memory of the smell of the interiors of old electric appliances loaded with tubes and dust.)
We could use telegraph relays instead of vacuum tubes - might be better reliability and repairability.
Re: Megaprocessor – A micro-processor built large (2016)
#48This is currently sitting in the computing history museum in Cambridge. 10 pounds entry. They have loads of old computers and consoles
Re: Megaprocessor – A micro-processor built large (2016)
#49The megaprocessor is just absolutely wonderful in how it bridges from 'here is a transistor, it lights an LED' to 'here is a computer, it plays tetris'. I always struggled to unwind the layers of abstraction in a modern computer from atoms in the CPU to running python, but being able to just look at a bunch of literal transistors (with LEDs on each gate!) wired up playing tetris shows how a computer really works in such a profound and awe inspiring fashion.
Magic-1 is sort of the next level higher complexity, where it is made out of very simple TTL (most complicated chip function is the ALU--a circuit I had to build as an EE undergrad out of or- and and- gates) and it hosts a webpage. It currently seems to be down, but you can see it on the wayback machine https://web.archive.org/web/20210815180101/http://www.magic-...
I will never forget when I came across that site and realized that I was interacting with a wirewrapped pile of ram and nor gates over the internet. There was even a time when you could telnet in and play some retro text-based adventure games, To this day, the only time I have played Adventure was on Magic-1.
Re: Megaprocessor – A micro-processor built large (2016)
#50I often wondered i could build some sort of general computing machine if we were pushed back to the dark ages or something. I guess you have to define exactly at what level of technological achievements we were pushed back to. But with the knowledge we have today, and without ICs (or advanced manufacturing facilities) and only "simple electronics" (whatever that would be) if this would be possible. Fun stuff to think…
Sometimes insects or moths would get stuck in the relays which would screw up the system. This is the origin of the word "bug."
Prior to incorporating logic into electronics, computing machines were hand cranked or motor cranked gear machines. See: https://www.youtube.com/watch?v=fhUfRIeRSZE. The YouTube video literally is a hand cranked portable calculator.
The world you envision has already existed.