this post was submitted on 24 Dec 2024
190 points (96.1% liked)
Internet is Beautiful
795 readers
26 users here now
Welcome to Internet is Beautiful Lemmy and Mbin community.
Find a cool or useful website on the internet. Share it here so others Lemmings can bookmark it too.
Rules
-
- No Political Content .
-
- No Gore or Disturbing content.
-
- If you want to repost atleast wait 3 months.
-
- No NSFW or adult content.
Related Communities
- Daily Games: [email protected]
founded 2 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Same as "don't ask if you can ask a question, just ask directly"
https://dontasktoask.com/
I had never articulated this before, but this is good.
It's a very common issue among programming/tech help communities.
Similarly, the XY problem: https://xyproblem.info/
The worst part of the XY problem is that it destroys searchability. If drag googles X and finds a thread where the gurus are answering Y, that's great for the noob who asked the wrong question, and bad for everyone else. That noob didn't need X, but someone else will probably need X sooner or later, and now the search results for X are full of Y.
Worse, if someone who needs X asks for X on stackoverflow, it could be closed as a duplicate, despite the fact that all the answers in the original thread are Y. Now it's impossible to answer X.
I don't think you quite understood the xy problem. A better way to explain the core concept is "don't ask how to do your erroneous solution, ask how to solve your problem", the corollary to this is "don't just ask how to do something, explain why are you trying to do it or what you're trying to accomplish with it". This helps people to contextualize their answers when trying to help you. Remember that the problem is that the person is not asking for X because they don't understand their problem in the first place. You're right about stack overflow though, very useful info sometimes but incredibly toxic place most of the time.
To some degree it's unavoidable that the answer is you receive are not the answers you want. Most of the time The listener is making some assumptions about what you know or about what you could do or want to do, and those are definitely not going to be entirely accurate. Of course the listener knows that, but if they follow what you wrote too closely, they could be ignoring the obvious solution that you just didn't think about because you were focused on something else.