this post was submitted on 30 Jul 2024
480 points (95.3% liked)

Technology

58138 readers
4364 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] KillingTimeItself@lemmy.dbzer0.com 1 points 1 month ago* (last edited 1 month ago) (1 children)

Also many motherboards still have PS/2

it's mostly a legacy thing, either industry boards which are used with windows 95, or boards that just include PS2 because, features™

no significant performance impacts

well, part of the problem is that in order to handle mouse inputs, the PS2 calls an interrupt which stops the entire cpu and forces it to focus on the user input, until it kills it likely over a cycle count metric, and then returns back to what it was doing, though perhaps this was back in the day when interrupts were more common, i wouldn't be surprised if modern PS2 is just conversion into USB lmao.

you can argue that USB is complex, and it's not all that complex, it's just serialized data transmission, the benefit of it's "complexity" being the massively increased transmission bandwidth compared to something like serial, which is like 32kb/s historically.

[–] rottingleaf@lemmy.world 0 points 1 month ago (1 children)

Yes, I know. I should clarify that all this was in the context of some imagined future sustainable computing with decentralized production and a bit of luddism.

As in "how would we live in spacefaring future if the PCs we could have were all comparable to Amiga 500".

that's definitely an interesting thought, i would figure it's probably the most primitive source of communication, I.E. directly managed serial, or probably ethernet, which has an extremely broad range of applications, and standards, from anything from coaxial cables and ring networks, to twisted pair serialized transmission and switched tree networks.