this post was submitted on 03 May 2026
410 points (97.7% liked)

Programmer Humor

32119 readers
273 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 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Maerman@lemmy.world 79 points 2 months ago (17 children)

I mean, for gen alpha, that's an intentional effect. Tech is becoming more and more obfuscated by design.

[–] OwOarchist@pawb.social 94 points 2 months ago (10 children)

Error messages when I was growing up:

Network Error: TCP protocol not installed.

Error messages now:

Something went wrong. :(

[–] sours@lemmy.dbzer0.com 14 points 2 months ago (1 children)

Never forget that they took away our moving progress bars w/ descriptions of the task being performed at each stage and gave us shitty spinning circles.

We used to progress, now we get fucked around.

[–] mkwt@lemmy.world 4 points 2 months ago (2 children)

A spinning circle requires just two threads, one to do the work and one to spin the circle. And they don't have to talk to each other.

A progress bar is the same thing, but now the work thread has to periodically communicate the progress to the bar thread, and inter-thread synchronization has to be setup. And how do you know how much progress a single file transfer represents? Or how many progress points is a registry edit versus a file transfer? It's hard to figure out in advance, which is why so many progress bars are shitty estimates of progress.

[–] nightlily@leminal.space 5 points 2 months ago

I mean we used to just put them on the same thread and block the window message handling loop, causing Windows to freak out. And we liked it.

[–] rain_worl@lemmy.world 0 points 3 weeks ago

message passing duh

load more comments (8 replies)
load more comments (14 replies)