I still randomly will encounter people who asked what I do and then happened to see terminal on the screen and are like oh wow you're a really technical person. One time it was a stewardess and a court reporter who saw me tailing logs on an application I was debugging. And they're like how can you even tell what's going on when all I was doing was looking for the obvious patterns of java stack traces.
Another was a guy sitting at a bar next to me who turned out to be a NFL sports reporter. And same deal I opened up the terminal and he's like oh shit your real smart. As I'm literally just listing a directory and then doing a git status.
What's even more fun is when you have actual experts doing things with the very computer you're fixing; using tools and datasets way beyond my comprehension, get amazed by opening a terminal or CMD and fixing something.
One of my proudest moments in masters was they had the masters students demo each week to the undergrads. So I'm in a big auditorium on a pc with a projector behind me. This was in 2000, computer still had a floppy drive. They wiped the computer every week, Windows NT.
I popped in the floppy did D: and typed `ls`... and error, and the whole class laughed at me. Having been switching a lot lately I typed, I believe, `echo dir > C:\Windows\ls.bat` and (or whatever the right pipe command is, it's been a while), and typed `ls` again. Then double birded the whole class. And started launching the demo.
There were audible gasps esp from the professor who was like, hold up, what did you just do. So I spent 3 minutes explaining it to the class, then we did our demo.
I was at the time quite proud of them all being flabberghasted while I also flipped off over 75 students, actually still am.
I seemed like a genius once to it support at big co when I heard him having issues with "ok I fixed the text what do I do now" which I just said esc:wq. Guy was like what the helly you say, I repeated. He was like thanks and wrote it on the bottom of the white board. From them on I skipped the line at that office.
"Why does he get to skip the line. Oh this is his 3rd time in here this week" (8 am on a Monday).
There is a scene in Orwells Homage to Catalonia that reminds me about this:
A young italian peasant militia man, stands with open mouth, astonished off his genious officers, who were reading a simple map. So, this is an old trope.
Education is important it seems and while I don't think that everyone needs to get along with a terminal, everyone should at least understand what it is. For most people computers are essentially dark magic. And I think this us not doing good to society that has become so dependant on Computers.
jokes on you, a new generation of people are coming up having known nothing but smartphones. I work with one as a developer. She only uses her macbook because she has to. Very little insight of how the underlying OS and fundamental computing stacks works and yet she writes good fast code.
The companies are all colluding to lock down computing more and more and who do you think will push back against this? Not them thats for sure. If you never let the greater population understand the freedom they have now, they wont fight back when it comes time to try and take it away. Its probably too late anyway.
Pretty soon you'll be writing code in a locked down appliance with no freedom (or AI takes your job).
Bet when you started the greybeards of the time were miffed you couldn't just do assembly or read a hex dump like it was a newspaper, and you turned out alright (maybe).
I work with developers like that too. When they see me doing rudimentary things in Linux, they view me as a wizard. My job is safe and my skills are rare and valued.
If you have enough abstraction (like with the web) and understand basic performance principles, like instructing the computer to only do, what is neccessary, then one doesn't need to understand the system beneath, to get performant code.
It is mostly enough to know that method A is expensive (e.g. drawing a big image) so if you avoid it, than this what brings you good enough performance.
So sure, no one is talking about high performance low level graphic engine code. For this you clearly need to understand the bare bone metal interface.
And of course the baseline is pretty low these days. The ordinary web is full of horrible inefficient ways of doing things, so you are probably already above standard, if you avoid the worst habits..
For me, it was sitting in the back of a lecture hall, with a law prof, showing how AOL instant messenger danced across on the school's wifi unencrypted. I miss those days of easy ethereal magic.
Another was a guy sitting at a bar next to me who turned out to be a NFL sports reporter. And same deal I opened up the terminal and he's like oh shit your real smart. As I'm literally just listing a directory and then doing a git status.