this post was submitted on 06 Feb 2025
979 points (100.0% liked)

Programmer Humor

20396 readers
1038 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
[–] BehindTheBarrier@programming.dev 14 points 17 hours ago (2 children)

I was on-site for users learning our new program. Watched them do something, a dialog came up, and faster then i could catch what it was, they closed it. Dialogs are warnings or confirmations you know, and they did not know what it was...

So yeah, sometimes I do think there should be a wait time on the OK button.

[–] CosmicTurtle0@lemmy.dbzer0.com 18 points 16 hours ago (1 children)

It probably makes sense if the program they came from is a badcase, but at least ours don't go over board. It's always a "you are probably doing something wrong, but we will allow it if you want to" or a "please confirm you want to do this thing that may have huge consequences". With what they were learning, they were not touching anything related to the latter. So they probably were doing something wrong.

[–] dan@upvote.au 14 points 17 hours ago* (last edited 17 hours ago)

a dialog came up, and faster then i could catch what it was, they closed it

My wife does this and then asks me to fix whatever is broken. I'd be able to help if I was able to read the error!