Made the mistake of asking for help on a game's discord (the developers had wiped my save data including premium currency because they migrated to a new account system and I didn't catch it in time)
Surprised how eager people are to shit on each other even when it's on behalf of a company that will screw them over in a heartbeat
The type of people you encounter on game forums are not representative of the games because who tf spend their entire day waiting for one person to post about an issue just to shit on them
I prefer 1000 times ChatGPT than asking in forums, specially for coding questions.
I can get multiple answers in a minute, multiple replies for the same question and do as many follow up questions as I please without having to wait patiently for an answer.
I still don't know how I managed to learn PowerShell on my own using Google only.
Just be wary of chatgpt output if you're new to scripting, it can make up things that don't exist or make stupid mistakes
Have seen poorly written batch install scripts that try to delete system32 if they can't find the folder they try to cd into because that's the default starting directory (they needed to be run as administrator)
Powershell I would say is able to do more damage to your machine much more easily than most programming languages if you make an oversight with it
I wouldn't trust ChatGPT with teaching me about some tool. It in my experience very convincingly spews out stuff it invented, and if one is still learning I can see it being hard to spot those errors. I use it to fix syntax errors in SQL queries, though, since I can't be bothered to try understanding the not-so-helpful error messages I get with my queries, and because if chaptgpt tells a lie it will be caught by my syntax checker.
So, I guess you can use it, if you always assume it to be trying to mislead you until proven to the contrary.
Some of the "duplicate" questions that I have seen on Stack Overflow are phrased entirely different than the supposedly "original" one. It's like they expect me to brute-force their entire fucking search index before publishing a new question. I don't have that much patience or time.
Unless they're being rude about it you shouldn't take that personally, they're doing exactly that job for you and it's useful to make easier to find contents for other people
Gotta love when you ask a question, specify that you have already read the wiki and it doesn't contain what you're looking for, only to get linked the exact same wiki page you're already on without them even reading your question properly
Should check out nixos, every time you update your config you're effectively rebuilding most of your system from scratch anyway and if you check your config into git you can reinstall without having to re-setup everything
I guess I’m just lucky, but I’ve gotten nothing but thoughtful support on Arch forums and Stackoverflow. If you read the article How do I ask a good question?, it works very well. It seems harsh but coming with poorly thought out questions without debugging details makes it impossible to help.
Same honestly. And if I ever ask a question that someone might think is a duplicate, I link to that question and say something like "I found X, but the answers here don't reflect Y".