The Search for Extraterrestrial Intelligence - Paul Horowitz (Talks at Google) https://www.youtube.com/watch?v=sImBlq542TQ
Clicked this video just to see if Horowitz (who wrote The Art of Electronics) has some #electronics and #retrocomputing topics to share, I was not disappointed.
> Suitcase SETI [...] was a little portable apparatus..[...] 1980s technology. Here's a dual Fourier processor. Look at that. It's a whole rack. And it's got a couple of 68000s cranking away doing 128k FFTs, and here's a machine actually running Unix. In 1980, that was pretty hot stuff, portable computer. It was made by a company called WICAT that you've never heard of. That's the World Institute for Computer Aided Teaching. And here's a little video cassette recorder. We put all our data on that. Anyway, here's the box of the Fourier transformers. It's a bunch of 16k memory chips here. There's a whole wire wrapped on the back. Here's your 68000 here. Here's a 16 by 16 multiplier. These things cost a few hundred dollars back then. This is expensive stuff.
> we built a [bigger] system called META, Mega Channel Extraterrestrial Assay. [...] this was amazing for [...] about 1985. [...] There's our META processor. It had 128 68000s with a pile of memory on each one [...] Here's a picture of the control room. It's got two racks here full of stuff, and you can't read that, which is good, because it would be embarrassing if you knew that it said META Supercomputer: 75 million instructions per second. You know, the Cray-1 wasn't much faster than that. This was a supercomputer. This had 7,000 64k DRAM chips. I soldered them all in. I know. And they cost $3 apiece. We spent $21,000 to get 60 megabytes of memory. [...] Here's a rack full of these that had nine of these racks. Each one of those has the memory on it. You can see that. And then it produced this stuff. This is, again, on the WICAT screen, and it gave you the whole spectrum.
> Let's build an all sky optical SETI. [...] he came up with a really clever idea [...] if you take a fancy FPGA, one of these Xilinx parts, they have a whole bunch of inputs which are meant for digital signals, they're LVDS differential pairs. But they're very good comparators, so you can trick it into being a flash analog to digital converter, even though it doesn't know that's what you're doing. So you tie eight of these with a common signal, and put in a progression of biases, and you've got yourself an ADC. And you can run these things at 1 and 1/2 giga samples per second. And you can put 32 of these into one chip
#TIL You can make a Flash ADC by abusing the LVDS input on FPGAs, wow! #electronics