this post was submitted on 06 Apr 2026
129 points (98.5% liked)
Programmer Humor
41695 readers
240 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I know it's supposed to be a joke how a nerd will spend six hours writing a script to automate a 30second task but.... it's not really funny.
Working with less-experienced developers, I'm amazed at how slow everything is for them: No keyboard shortcuts, no automated scripts, just slow, plodding mouse-driven tinkering.
Automation, shortcuts, and scripting drive your ability to iterate and therefore learn.
Train your fingers, and spend those hours automating repetitive stuff. It's worth it.
Experience doesn't even have much to do with it. I've seen developers working much longer than me do the same.
On the flip-side, when I learned Autocad, I customized the interface to be more efficient with my workflow - I worked significantly faster, probably saving 20-30 minutes a day by having my quick-access macros, etc.
Then I went to another location and started trying to work on a colleague's Autocad interface, and I was helpless - I had never learned the default command set, I had to describe to him what I wanted to do (like he was ChatGPT or something) so he could make it happen. Over the next year, I retrained to use the default command set - and because I was using it less and less the time-loss was becoming trivial at that point.