you are viewing a single comment's thread
view the rest of the comments
[–] 15 points 1 year ago (1 child)

I got that reference. Fuck, I'm old.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 13 points 1 year ago (3 children)

    Please explain? I get that the chubby bird is speaking assembly, but I'm sure there's more to it than that?

  • source
  • parent
  • hideshow 6 child comments
  • [–] 48 points 1 year ago (4 children)

    PS2 keyboards use interrupts rather than polling in USB, meaning every time a key is pressed the CPU stops what its doing to process it.

  • source
  • parent
  • hideshow 8 child comments
  • [–] 1 point 1 year ago (1 child)

    And having to pick your IRQ when installing anything into your machine, and the weird bugs that could happen if you mucked it up.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 1 year ago (2 children)

    I remember manually programming the cylinders and heads on a hdd into the bios. Kids these days got it easy

  • source
  • parent
  • hideshow 4 child comments
  • [–] 17 points 1 year ago

    Keyboard slows down the CPU because it gets priority over whatever the CPU is working on so the keyboard could cause your system to lag.

    Back then all we had was single core CPUs.

  • source
  • parent