Same with arson
What’s the Venn Diagram of “childhood pyromaniacs” and “Linux users” look like?
Ok. Thank you. That’s enough internet for today.
God damn, dude! (☝︎ ՞ਊ ՞)☝︎
And the less you use Windows, the worse you get at using it. Luckily the bar for Windows competency is pretty low, just basic critical thinking skills and Google get you far.
You can make that point for any operating system, basic critical thinking could mean anything
Honestly, potentially the more you use Windows the worse you get at it. You come to accept the garbage, but the more you try to fix it the more it fights you and the less stable it becomes. A user who just doesn’t touch anything is probably better off.
Windows I just got used to my issues and didn’t try to fix them if I couldn’t find similar issues online, with linux ill actually check for the issue and usually find and fix it (with the help of the internet, but the initial phase of finding what I need to search and what the issue is, I do better on linux)
/triggered/
Oh hell no. My basic critical thinking applied to googling has got me to a forum with the solution to wi-fi not working in the form of “meh, it happens. reser all network settings and reboot”. Which became my personal turning point of “fuck this shit, I’d rather have actually debuggable software”
/cooled down/
Well, your point read as “look at the problem, search for solutions and you probably will find them” stands, it is the low competency bar that triggered me: to even know where crash logs etc might be on Windows is far beyond even “power user” level
If you’re searching online for how to fix the problem… Couldn’t you also search online on how to find the crash logs? I fully get sometimes not having enough knowledge in a subject to even know where to begin searching, but “well, the first result wasn’t helpful, guess I’ll stop looking for an answer” and “it says to check XYZ, but I don’t know what that is. Too bad I don’t have a way to search for what things are” aren’t exactly difficult hurtles to overcome.
I could, if only I knew they existed :)
I only learned windows had system-level crash logs by reading someone’s post about many programs ignoring that and thus it being way less helpful than one might expect it to be, while on Linux it seems something that gets picked up quite early: the system can write “check logs using journalctl something-somethng”, vast number of posts asking to provide system logs with the commands to get them, various troubleshooting guides mentioning system logging. Though in the end this difference can be traced to difference in philosophies: neither microsoft, nor most authors of online guides have a habbit of troubleshooting things this way
I’m sure this will draw some criticism but I’ve found duck.ai to be extremely helpful in troubleshooting minor issues with my Linux mint installation and recently with accessing and understanding SMART hard drive diagnostic data. It’s very helpful in figuring out which commands could be useful in the terminal and in understanding exactly what each terminal command is doing. Of course finding answers in forums and manuals is still relevant and important but as a beginner, this has been a fast and easy way to get advice.
Just be careful to think twice before doing what it says. (That goes for any advice from the internet too!)
Like all the old stories of people’s GPS steering them into a lake. Let the GPS help you, but still, like, actually look at the road!
ETA: It’s probably quite reliable at explaining what terminal commands do, since it’s drawing from many manuals. But sometimes it might completely make up the answer, in a way that’s almost right but terribly wrong. You think the command does one thing, so you use it ‘appropriately’, but really it does something else so your carefully thought out use goes completely wrong.
Over the years of using Windows (2010-2023), I don’t remember learning anything at all, only using the command line twice, once to check the hard disk and once to clean the registry… I’m in love with Linux terminal.
Did you not learn anything because you simply did not need to, perhaps? Because you can do a lot if you need to.
My gosh if it was easier I would have done so much with Windows before switching to Linux. Instead I was stuck with bad performance and annoying pop ups from my device manufacturer.
What popups? Am I doing something wrong/right that I do not get those? What could you not do but now can?
Over the years of using Windows (2010-2023)
I switched to Linux full time in 2011 👴. Was fed up with Windows 7’s bullshit.
But I must say, I leaned a tone while I was using Windows XP,. This is during this time I would build my first PCs, setup local network at home and for LAN parties, setup file sharing and damn printers 🤬, start to learn programming.
Wait, you guys are getting better? /j
Have you tried standing up from your computer and going outside? It’s the only 100% reliable way I’ve found to exit vim.
Nuh uh, I gave it access to a 3d printer and it boxed me in while I was sleeping.
Dude, just reboot the machine, as long as vi is not autostarting you should be good
I added vi to startup and I can’t modify my startup items because I can’t figure out how to save in vi
That’s why you install Emacs and never look back. Everything you need in one program. No need to exit at all.
I think there’s even an editor in there, at least one of the old greybeards at work said something to that effect.
Efficiency :3… if you need to edit text in terminal a lot, getting good with vi/vim can save a decent chunk of time, due to all the keyboard shortcuts it has
And then other people do it cause the pros do and it’s perceived as cool
It’s powerful, lightweight, and ubiquitous. If you do sysadmin work, remote into a random machine, and need to update a config file, it probably has vi installed already. It’s also extensible enough to use as a full IDE.
Personally, I like it because of how fast it feels and because I can do everything while keeping my hands on the home row of the keyboard.
Shit, I’m trying to remember from just the memes. Was it something like :q! or am I misremembering it?
Real :3
Though actually most of the stuff I had not work on my system was cause of flatpak permissions x3
If you haven’t already, try Flatseal, it’s a gui to deal w/ Flatpak permission (such a PITA).
The last time I broke my system, it was because I removed a folder called /home/monstrosity/home/monstrosity/.
When I deleted the weird duplicate home folder, it broke the entire desktop environment & I had to use the terminal to log in and reinstall. I have no idea which of my numerous ‘fucking around’ sessions caused any of it lol
Not me! It’s been too reliable and everything that I need works fine without much effort at all, so I never get any experience troubleshooting or using the command line.