What stupidly easy tech solution do people gloss over all of the time?
For me it's the paranoia surrounding webcams. People outright refuse to own one and I understand, until they go on and on about how they're being spied. Here's the secret - unplug the damn thing when you think you won't use it or haven't used it in a while.
They, whoever it is, can't really spy on you on something that's already off and unplugged!
Honestly, just Googling (or DuckDuckGo-ing) things. I tend to be the "tech person" that people ask about their computer problems quite often, and 9/10 times I just copy-paste the error code into the search bar and it tells me what to do. I'm not secret about it either, I'm like you can literally just Google it and it'll usually work. But people still seem to think it's magic lol.
My colleague (we work in web dev) will literally sit there staring at an error message but apparently not reading it, and then he'll open ChatGPT and start asking it what to do. The fucker never even Googles error messages, it's an absolute nightmare.
ChatGPT can be super useful, but I'm kind of worried about people learning to use it exclusively.
I tried helping a PhD student assemble a set up for measuring transistors. He used ChatGPT to do all the code for the software control (python), which is fine, even if he relied on it to fix every single part of his code when a quick trip to the reference manuals of the equipments would solve the problem instantly.
At a certain point I realized I maybe had misunderstood his set up design and asked him "wait, which device do you want to connect to your gate? Which terminal even is the gate?"
And I kid you not, the dude asked ChatGPT which terminal in his device was the gate
And the solutions to Windows problems are almost always ludicrously esoteric and stupid anyway lol. It always turns out to be something like "the CPU usage went up because the clock in the taskbar on this specific version of Windows syncs to a different server that closed down so it tries to ping it 400 times a second for some unknown reason and that's why you get a 78-character hexadecimal error code and all your USB devices disconnect whenever you render a video."
If it's not a crash it's probably an ntstatus and if it shows during a bsod then it's a bughcheck code. That said the most common ntstatus I see is the very unhelpful 0xC0000001 - status unsuccessful.
The one I came across had something to do with...you remember Intel Optane? How there was a brief window there where they'd sell you a PC with a spinning rust hard disk and like a 16GB special NVMe drive that acted as a kind of cache for the hard disk? I was replacing that with just a normal NVMe drive, and there's some settings in the BIOS you have to tinker with. And BIOS settings are bullshit. TMP. XMPP. FLP. TLQ. DKR or LXD. Which combination of these settings means "no more optane, just normal bulk storage on the NVMe socket?" There's nothing that says anything like that.
I apparently didn't get this quite right and Windows would get a ways through the install process before failing with an 0x2ac4d7f9f2 code or something. Windows' installer doesn't give you a functioning desktop, it's in its own useless environment, so you have to manually type this into your phone to look it up, which returns no results. Like it doesn't link to a page on Microsoft's website because of course it doesn't.
I then tried to install Linux Mint. Boots to the live environment, I get a full desktop. I run the installer, which fails partway through. The error message spells out the issue in plain English, contains a clickable hyperlink to a relevant wiki page which launches in Firefox because we're in a live environment, and it has a QR code you can scan with your phone to go to the same page on a smart phone. Armed with this knowledge I got the setting right in the BIOS and successfully installed Linux.
But Windows is just so much more user friendly you guys.