this post was submitted on 14 Dec 2024
781 points (94.1% liked)
Fediverse
28689 readers
676 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to [email protected]!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
“Check the documentation” should absolutely be a retort though.
One of my least favorite things about the fediverse (and especially Discord and Reddit) is members asking the same simple question hundreds of times because they didn’t bother to do a simple search and didn’t bother to check obvious documentation.
They didn’t know the documentation exists? OK, I will happily show you, and show you how to find it in general. Question only partially novel? Great, I will link an old answer and explain the rest… But I am kinda fed up with how “ephemeral” social media is, which is by design, as that repetitiveness increases engagement dramatically. Many forums should be structured more like a wiki, and its users should reflect that.
That kind of behavior can also be a sign that the documentation is hard to find or hard to comprehend. Or that something isn't documented at all, but the seniors imagine it is, because the answer is obvious to them.
cmake comes to mind: I can find the docs for whatever function I want to use, but I honestly have such a hard time comprehending what they mean. It's especially frustrating because I can tell that all the information is there, and it's just me not being able to understand it, so I don't want to ask others for help, cause then I'm just bothering people with a problem that I've in principle already found the answer to, I'm just not able to apply the answer.
Then again, I've heard plenty of other people complain that the cmake docs are hard to understand..
I can relate to this. And off the record (I know it's not always a super appreciated opinion in the Fediverse): for this kind of problem I find that LLMs help a lot.
Absolutely, throwing together some simple cmake is actually a great use-case for an LLM. Once I have something basic up and running, I can play around with it and figure out how stuff works much more easily