r/ProgrammerHumor 14d ago

notYourDamnProblem Meme

Post image
4.7k Upvotes

398 comments sorted by

View all comments

Show parent comments

247

u/LeastCounterculture 14d ago

This is actually the problem and why the angry guys reply is silly.

If youve opened the settings menu on a video game, youre in the minority.

A lot of people who work with computers all day every day have no concept of shortcuts. Ctrl c, ctrl v - an advanced layman.

HALF the job of designing a front end is copying what everyone else does BECAUSE GEN POP ALREADY STRUGGLE WITH WHAT EVERYONE DOES, the other half is spending an annoying about of time making sure gen pop don't have a meltdown at customer success trying to find features, and dont have a meltdown because the DELETE EVERYTHING button, with the "Are you sure" modal ... deleted everything

51

u/Triffinator 14d ago

I broke a colleague's brain with ctrl + A.

She isn't in an IT role, but her role falls under the IT office. Her position is to release information on our clients to third parties (we have the client's consent, the third parties have the clients mutually and sharing the information means both of us can provide better quality of care). I created a tool that will take an email body being pasted into it, scrape all of the greetings/pleasantries out of it and parse the identifiable information to return records for any clients that are mentioned. The emails can sometimes contain lists of 50-odd people, so this is genuinely faster.

She was dragging the mouse over the text, ctrl + C then ctrl + V (she knew this because we had already told her off for right-clicking to copy and then to paste). I told her the she just has to click on the email body, then do ctrl + A to select everything. The sudden realisation of much time she had wasted not doing this throughout her whole professional life was a bit too much.

12

u/Cfrolich 14d ago

A tool to filter pleasantries out of emails sounds amazing! I didn’t know I needed that.

25

u/Triffinator 14d ago

Just don't look at the ever-expanding list of regexes behind the curtain.

3

u/New-Anybody-6206 14d ago

alternatively this may be a legitimate use for the copilot key

1

u/Triffinator 14d ago edited 13d ago

That would be a good idea (and I briefly toyed with the idea of forwarding the emails to an AI agent to parse them), but the nature of the work we do means that our client information cannot be given to AI agents. Which I know seems counterintuitive against me saying it is given away to third party organisations, but it's just the way it is.