• @[email protected]
    link
    fedilink
    10220 days ago

    They didn’t start it with rocks. The first calculators used gears. Those were hard to reprogram. So they started using relais. That worked but was very slow. Then they found out that lamps (vacuum tubes) could take the place of relais but these wore down too fast. Then someone figured out that rock stuff (silicium) could do the same as a vacuum tube. After that it became a race to make them as small as possible to cram more of them together.

    • Pelicanen
      link
      fedilink
      2320 days ago

      I took a course in computing systems engineering which was basically going all the way from semiconductors up to operating systems and it was incredibly interesting.

      One of the things that surprised me was how easy it was to abstract away the lower-level complexity as soon as you got one step up. It’s kind of like recursive Lego pieces, you only have to design one piece then you can use a bunch of those to design another piece, then use a bunch of those to design another, and so on. By the end you have several orders of magnitude of the fundamental pieces but you don’t really think about them anymore.

      • @[email protected]
        link
        fedilink
        English
        2
        edit-2
        14 days ago

        The thing about real world processor design though is that all those abstractions are leaky.

        At higher levels of design you end up having to consider things like the electrical behavior of transistors, thermal density, the molecular dynamics of strained silicon crystals (and how they behave under thermal cycling), antenna theory, and the limits and quirks of the photolithography process you’re using (which is a whole other can of worms with a million things to consider).

        Not everyone needs to know everything about every part of the process (that’s impossible), but when you’re pushing the limits of high performance chips each layer of the design is entangled enough with the others to make everyone’s job really complicated.

        EDIT: Some interesting links:

        https://www.youtube.com/watch?v=U885cIhOXBM

        https://www.youtube.com/watch?v=ljZt_TQegHE

        https://www.youtube.com/watch?v=rdlZ8KYVtPU