• Toes♀
      link
      fedilink
      701 month ago

      A bunch of those points about ps2 are no longer accurate, it’s emulated on modern computers.

    • @Xenny
      link
      401 month ago

      Yeah but try pressing more than 4 keys at once on the PS2 keyboard and get back to me

      • @[email protected]
        link
        fedilink
        33
        edit-2
        1 month ago

        That is a limitation of the keyboard not PS/2. Unlike USB which is limited to 10 simultaneous key presses, PS/2 supports full n-key rollover.

        • @[email protected]
          link
          fedilink
          31 month ago

          This, it’s why I still use the PS2 interface. Full n-key rollover is impossible for me to do without.

            • @[email protected]
              link
              fedilink
              101 month ago

              Ah, had to dig into it. There was a long period of time during which you couldn’t find a USB NKRO keyboard. Seems that has been fixed.

              • @[email protected]
                link
                fedilink
                51 month ago

                Yeah, pretty much every single keyboard meant for gaming supports NKRO or at least a lot of multi key roll over

              • @Mango
                link
                31 month ago

                Welcome to now!

          • TheHarpyEagle
            link
            71 month ago

            Out of curiosity, what is the practical use of full N-key rollover? I can’t think of many things that require me to press more than maybe five keys at a time.

            • @dashydash
              link
              51 month ago

              Used to have these problems when we were children and playing fighting games with my brother with one keyboard or guitar hero clones that need you to press multiple buttons at the same time, that’s the only use case I could think of. I don’t know if there’s any modern software that requires you to mash more than 2 or 3 buttons at the same time

            • Ephera
              link
              fedilink
              21 month ago

              Bit of a niche use-case, but I’d like to have it for using my laptop keyboard as a piano keyboard, for basically MIDI input (via VMPK or one of the DAWs with this feature built-in).

              There’s even certain combinations of just 4 keys, which I simply cannot play…

        • @Xenny
          link
          21 month ago

          Well I never had a fancy gaming keyboard back in the PS2 days lol

          • @[email protected]
            link
            fedilink
            41 month ago

            How about a fancy IBM keyboard? The Model F from 1981 features n-key rollover. Don’t ask me why they needed it at the time though. It probably wasn’t important as the Model M from a couple of years later dropped that feature.

      • @[email protected]
        link
        fedilink
        121 month ago

        Nothing to do with the interface. If your keyboard can only do 4 it means that the manufacturer has cheaped out on diodes and couldn’t even be bothered to stagger the matrix enough to make you not notice.

      • @[email protected]
        link
        fedilink
        111 month ago

        I think you’re confusing USB and PS/2. USB has (or used to have?) a limit on the number of keys you could press, whereas PS/2 supports n-key rollover.

      • @AnUnusualRelic
        link
        81 month ago

        Preposterous, I’ve used emacs on a ps2 keyboard without issues.

      • @[email protected]
        link
        fedilink
        41 month ago

        I recall NKRO was the selling point on some of those keyboards, my old steel series mechanical will absolutely let you mash all the keys with a ps2 adapter.

        • @Xenny
          link
          3
          edit-2
          1 month ago

          Try playing a rhythm game on a most PS2 keyboards 😟

          Also with certain button combinations it was less than 4. You could only hold 2 arrow keys down at a time.

    • @[email protected]
      link
      fedilink
      15
      edit-2
      1 month ago

      USB: Many designs and revisions, none of them perfect

      Nah, USB 3.2 Gen 2x2 SuperSpeed is the best! And it took me only 30 minutes of reading articles and wiki pages to get that information! although I’m not sure what USB4 Gen 3×1 is, but it’s only x1 so can’t be that good, right?

      • The_Decryptor
        link
        fedilink
        English
        41 month ago

        although I’m not sure what USB4 Gen 3×1 is, but it’s only x1 so can’t be that good, right?

        It’s the initialisation mode of USB 40Gbps, luckily not something users will have to deal with

    • JackbyDev
      link
      fedilink
      English
      131 month ago

      I know this is a shitpost, but what’s interesting is that even though USB doesn’t directly interrupt the CPU it’s still faster. USB is able to get the entire packet sent before PS2 even sends one. It’s very interesting. So if you ever see anyone unironically saying there is less latency call them out!

    • @dejected_warp_core
      link
      91 month ago

      Are PS/2 ports still operating on hardware interrupts these days? I would expect these to be emulated as USB devices at this point, depending on whatever I/O chipset is in play.

      The bit about USB asking the CPU is kinda true? My understanding is that it’s a packet protocol of sorts, so it’s really just writing post-it notes for each button press and leaves them on the CPU’s whiteboard for later.

      • JackbyDev
        link
        fedilink
        English
        81 month ago

        Yes, it’s true the the USB protocol has to “wait” but it gets the message sent so much faster that it doesn’t matter. Still interesting stuff though!