this post was submitted on 04 Aug 2024
1015 points (99.4% liked)

Memes

8111 readers
477 users here now

Post memes here.

A meme is an idea, behavior, or style that spreads by means of imitation from person to person within a culture and often carries symbolic meaning representing a particular phenomenon or theme.

An Internet meme or meme, is a cultural item that is spread via the Internet, often through social media platforms. The name is by the concept of memes proposed by Richard Dawkins in 1972. Internet memes can take various forms, such as images, videos, GIFs, and various other viral sensations.


Laittakaa meemejä tänne.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] dejected_warp_core@lemmy.world 9 points 1 month ago (1 children)

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 8 points 1 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!