I would like to also address some points that Dan Moore is making.
The first thing that I see is that in his blog he is addressing “Discord/Slack vs forum” - I think that one can use multiple channels at once, as we are trying to do. That might mean that some knowledge is dispersed between different channels, and it is indeed the problem, though there is a way to handle that which I hope to make clear when addressing different points.
Problem #1: the memory hole
Great answers to a generic problem usually are not left in a chat. When there is some bug or feature that is more complicated than a few messages exchange, it will end up in GitHub as a discussion, bugfix, or feature request.
Problem #2: Google can’t see inside chats
Same here, GH issues are easily searchable, from google too.
Problem #3: synchronous communication is synchronous
So lack of immediate response is problematic, and there are cases when we lose some messages when there is a particularly “hot” week. In the case of chat we try to maintain the conversation character in a way that will be welcoming so that users don’t have a problem with writing “hey, did anyone have time to look at this?”. It seems to be working.
Problem #4: less capable moderation tools
Definitely true, trolls and spambots are a problem in case of discord. So far it hasn’t been that severe. Also so far we have been managing to ban the most problematic spammers/trolls (kudos to @0x2b3bfa0 who is the fastest responder in those cases).
Problem #5: you’re missing out on long tail content
Again, converting “bigger” problems to GitHub issues. In these cases “hybrid” approach particularly shine, because:
- user gets an immediate response, sometimes workaround for hers/his problem
- Underlying issues are often not what a particular user is facing, the developer can research it and guide the user, leading to creating a generic issue that will help more people
- Created issue will contain a distilled summary of the problem, without whole investigation and discussion between developer and user. It is usually still available because we have a policy of posting discord chat links in issues.
Problem #6: questions can be flippant
True.
Chat helps us to not have those “flippant” conversations in GH, which would make searching more problematic.
In async discussions, because they are async , more context is typically provided by the questioner.
I would not agree with that statement, but this is my personal impression.