31 comments

[ 2.4 ms ] story [ 65.9 ms ] thread
Reminds me of Koooooooyanisqatsi
(comment deleted)
I'm always fascinated by how brilliant us humans can be. So much so that we can put billions of transistors in very small spaces and in complex structures while also mass producing it.

I highly recommend watching this video about lithography and the machine that makes it all possible [1].

[1] https://www.youtube.com/watch?v=B2482h_TNwg

Outstanding video, thank you. No wonder this took months’ worth of research and animation to make.
Branch Education makes good videos.
Never heard of this channel. I was mesmerized by this video, thanks. But I have to get back to Adulting for now.
On the less serious side I like EvilmonkeyzDesignz youtube shorts.

They generally looks for the doodles on older chips, but also looks at MEMs devices as well: https://www.youtube.com/@EvilmonkeyzDesignz

They would definitely be able to add to the list (they have a video of 100 chips for their 100k subscriber mark).

Which one of the CPUs do you think looks the cleanest, aesthetically? The first Alpha looks rather chaotic, while the Samsung Alpha looks very uniform. That TI PA-7000 FPC looks like chaos. I think the two PowerPCs look the best, which is what I'd expect too. Well, actually I'd expect some of the other RISC to look simpler too...
Realistically, are these enough to replicate the chips?
A few early CPUs (famously including the 6502) were fully reverse engineered through "ordinary" die photos, and they even have gate-level simulators now where you can basically see the individual transistors switching: http://www.visual6502.org

I don't know if that's still near feasible for an 8088 or 8086. Anything past that, almost certainly not. Anything modern, absolutely not.

Nice

I have on my desk the book "State of the Art" by Stan Augarten. It shows the progression of transistors and integrated circuits from conception through 1983.

The book was one of the inspirations for me to become an electrical engineer. My older brother loaned me a copy of it when it was published in 1983.

I do not know enough to analyse these chips in any meaninful way, but is there a trend or cool feature to be seen across?
How can someone explain this to a kid? Is there somewhere an even more simplified version than Arduino or similar to show how all these things actually work? I know arduino is not a cpu, but overall, how these things work together, would be great to see/show.

I don't expect to show how electrons move :) I mean, some model, a toy or so, that shows how these things work. I remember it only from books/specs, but even there, at a certain point there are "limits" :)

I‘m teaching a course on computer architecture at my university and there are these model processors called MUx (MU0-7) that explain how a CPU works from the ground up. I‘m not aware of any toys (my students keep asking me about that as well), but I wrote an interactive visualizer that illustrates the simplest processor and how data moves through it: https://pascalbormann.de/mu-vis/ Not mobile friendly unfortunately and maybe a bit too advanced for kids, but it could be a starting point. The code is here if you want to build on it: https://github.com/Mortano/mu0-visualization
Some of the later steps may be beyond them, depending on the child's age, but Charles Petzold's wonderful book Code explains how you could set up a processor from logic gates with only a little handwaving.

If they are a little older and interested, NAND 2 Tetris is a good self-paced course.

How old is the kid?

When my kids were less than 10 I took them to the Computer History Museum in Mountain View CA and showed them how all the mechanical computers work. They have some exploded and simplified exhibits that are very visual so kids can get it pretty easy. Especially if they’re the kind of kid that builds with blocks. Games like Turing Tumble are good too. Then you just wave your hands and say chips work like this on the inside, but with electricity instead of gears because it’s faster, smaller, cheaper and uses less energy. But at the end of the day, it’s basically all clockwork. Then they smile and say, “makes sense”. And I leave it at that.

When the kids were teenagers I gave them a more thorough explanation.

If you’re not in the Bay Area then the Computer Museum does have YouTube videos. There are many others as well.

https://m.youtube.com/watch?v=XSkGY6LchJs&pp=ygUbbWVjaGFuaWN...

Would be interesting if all of a sudden, a paradigm shift, all he chips are designed as concentric rings for some reason
Very nice collection, thanks for the share