Live data from Hacker News

Ask HN: How do you deal with social media pressure on your GitHub project?

news.ycombinator.com

1–10 of 84 posts

Ask HN: How do you deal with social media pressure on your GitHub project?

#1
Lately a number of open source projects has faced tremendous pressure from people coming from Twitter and Reddit to have issues resolved a certain way. Even when you agree with the social media crowd it seems wrong to let it direct your project's decisions though the sheer volume of its comments, especially so if many of the people commenting aren't involved with the project even as users.

From what I have seen so far I can deduce that the technical side of the problem is essentially this:

* Limiting the issues to only the contributors excludes the actual users along with the strangers and encourages the more angry strangers to spam you with duplicate issues.

* Allowing everyone to comment drowns out thoughtful discussion with "plus ones" and "thumbs up" icons, as well as purposefully uncivil comments.

* GitHub's moderation tools are too weak to moderate the individual comments.

When your project faces this pressure how do you act to ensure that meaningful discussion happens and decisions are made that are the best for your actual users and contributors in the long run?

Re: Ask HN: How do you deal with social media pressure on your GitHub project?

#6
> Lately a number of open source projects has faced tremendous pressure from people coming from Twitter and Reddit to have issues resolved a certain way.

Can you point to a specific example? the only things I have seen is some brigading and cabal to pressure a project owner to remove a contributor from a project, but it was akin to a lynch mob, not related with programming in any way.

Re: Ask HN: How do you deal with social media pressure on your GitHub project?

#8
post #6

> Lately a number of open source projects has faced tremendous pressure from people coming from Twitter and Reddit to have issues resolved a certain way. Can you point to a specific example? the only things I have seen is some brigading and cabal to pressure a project owner to remove a contributor from a project, but it was akin to a lynch mob, not related with programming in any way.

[deleted]

Re: Ask HN: How do you deal with social media pressure on your GitHub project?

#9
post #6

> Lately a number of open source projects has faced tremendous pressure from people coming from Twitter and Reddit to have issues resolved a certain way. Can you point to a specific example? the only things I have seen is some brigading and cabal to pressure a project owner to remove a contributor from a project, but it was akin to a lynch mob, not related with programming in any way.

This Google NTP stuff with SystemD comes to mind [1]. Everybody, especially HN, jumped on the hate train and spammed the issue

[1] https://github.com/systemd/systemd/issues/437

Post reply on HN