this post was submitted on 11 Feb 2024
1386 points (95.2% liked)
linuxmemes
21251 readers
1220 users here now
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The problem with the concept of "Quick one off questions go to discord" concept is when the second through infinite people have the same question or issue. Discord isn't crawled by search engines, and it ties up support staff/developers with answering repeat questions. Nevermind the time zone issue.
Like, I get that conversation isn't as dynamic, but you can always schedule a time to chat dynamically.
I hang out in the Python discord quite a lot and it seems to work well for this purpose. I will say that Python's core library and many of the most popular packages are well documented, so it's definitely not a case where discord is the main source of knowledge and that's a good thing. However, a lot of people on there are new to development and don't know where to start, so we answer their beginner questions while teaching them how to search the docs for answers.
The moment I see the same question popping up more than a couple of times is an indication that it should be documented by somewhere that is actually indexed by search engines, normally the website/faq/docs/wiki as it is clear there is something missing.
To me, as part of a small team/project, it feels so much better to be able to use chat for every day communication just as I would at work. It allows a lot more expression in communication than forum posting. It has really helped us have a good sense of community and teamwork we might have not otherwise had.