this post was submitted on 20 Mar 2026
546 points (99.3% liked)

Programmer Humor

30529 readers
794 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] MonkderVierte@lemmy.zip 3 points 1 day ago* (last edited 1 day ago) (1 children)

This died with high-freq serial ports.

Honestly, couldn't we just transfer only the changes? Instead of sending the same pic 60, 120, ... times the second over. And how fast it can do the updating is the display frequency.

[–] tenshukun@discuss.online 3 points 13 hours ago

It could be done, the issue is there’s not really any reason to. This isn’t getting streamed over a network, this is one cable going from one device to another, there’s no reason to try and save bandwidth. If you start compressing the image to be able to run at a higher frame rate or such, more complex scenes will literally display worse, due to not being incompressible in that way, which seems.. undesirable