• Toes♀@ani.social
      link
      fedilink
      arrow-up
      70
      ·
      9 个月前

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

    • Xenny@lemmy.world
      link
      fedilink
      arrow-up
      43
      ·
      9 个月前

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

      • e8d79@discuss.tchncs.de
        link
        fedilink
        arrow-up
        44
        ·
        edit-2
        9 个月前

        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.

        • blarth@thelemmy.club
          link
          fedilink
          arrow-up
          6
          ·
          9 个月前

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

          • TheHarpyEagle@lemmy.world
            link
            fedilink
            arrow-up
            7
            ·
            9 个月前

            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@lemmy.world
              link
              fedilink
              arrow-up
              4
              ·
              9 个月前

              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@lemmy.ml
              link
              fedilink
              arrow-up
              2
              ·
              9 个月前

              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…

          • e8d79@discuss.tchncs.de
            link
            fedilink
            arrow-up
            4
            ·
            9 个月前

            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.

      • drathvedro@lemm.ee
        link
        fedilink
        arrow-up
        12
        ·
        9 个月前

        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.

      • dan@upvote.au
        link
        fedilink
        arrow-up
        12
        ·
        9 个月前

        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.

      • morbidcactus@lemmy.ca
        link
        fedilink
        arrow-up
        4
        ·
        9 个月前

        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.

      • Anarki_
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        9 个月前

        Ok, but why would you ever? Genuinely curios.

          • Anarki_
            link
            fedilink
            arrow-up
            1
            ·
            9 个月前

            Never had issues with it, but fair. Different strokes.

        • Xenny@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          edit-2
          9 个月前

          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.

    • trainden
      link
      fedilink
      arrow-up
      16
      ·
      edit-2
      9 个月前

      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@aussie.zone
        link
        fedilink
        English
        arrow-up
        4
        ·
        9 个月前

        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@programming.dev
      link
      fedilink
      English
      arrow-up
      13
      ·
      9 个月前

      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@lemmy.world
      link
      fedilink
      arrow-up
      8
      ·
      9 个月前

      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@programming.dev
        link
        fedilink
        English
        arrow-up
        7
        ·
        9 个月前

        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!