Real programmer test
Real programmer test
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.
I consider software that takes more than at most 2 copy paste instructions to install, not really complete.
like, one to install for example flatpak, one to install the thing.
or git clone, make, make install.
could I install dependencies "manually"? Sure, but why do I have to?
So then you break even after using the automation to do the task 144 times.
Seems like a decent trade-off