English 中文(简体)
Wesite design/programming considerations to protect children on a social network website? [closed]
原标题:

Closed. This question is off-topic. It is not currently accepting answers.


Want to improve this question? Update the question so it s on-topic for Stack Overflow.

Closed 13 years ago.

I m developing a social network site its currently in the planning stages. One of the concerns is its likely the largest group of users are likely to be children. Users will be able to post content and comment on other users posts.
What can I do to reduce the risks of :-

  1. Bullying
  2. stalking
  3. Users disclosing contact details publicly
  4. Users disclosing other personal information publicly
  5. List item
  6. (other suggestions, please)

Note: I m also trying to avoid having to do too much moderation manually so I m looking for suggestions to incorporate into the site design to reduce the moderation overhead and best protect users.

In regards to 3 and email address, I realize of course some form of filtering is required on posts and comments but as we all know its so easy to circumvent by doing something like myname[at]hotmail.com, etc

Edit: of course this is programming related, I m looking for a programming/design solutions to a social problem. please reopen this question.
Even SO and facebook, etc use tools and design decisions to reduce user abuse. So clearly this is a programming/website design question

To those who voted to close this I am not looking for a purely programmatic solution, I m looking for ways programmers/website designers can reduce the need for manual moderation through good design, filtering, etc.

问题回答

Technological measures are generally ineffective at solving these sorts of social problems. Manual moderation is pretty much the only really big useful thing you can do.

Successful sites of this nature tend to leverage the community to help with the task of moderation, by recruiting volunteer moderators from the more devoted regulars and/or providing post voting / flagging mechanisms (e.g. Stack Overflow).

  1. Don t allow dislike or vote down style voting . Bullying will still occur in text. That is life and will likely require manual moderation even if you filter abusive words.
  2. Default to private profiles. You can t stalk someone you re not friends with as you can t see their info.
  3. No suggestion as this is a very difficult, if not impossible problem. You could take simple steps of filtering email addresses out as they re easily identifiable but there are always work-around s and there s much more personal info than email addresses.
  4. See above.

Ultimately a site like this requires manual moderation if it is going to be a friendly place for children to visit online

The best thing you can do to protect children from abuse of your site is to never go public with it in the first place.

That s not what you wanted to hear. But when you set up any kind of social whatzit site, the question is not if it will be abused, but when. And when that happens, you won t have a chance to be concerned about children because you ll be busy fighting legal battles that threaten to sue your pants off and throw you in the slammer.

To try to be positive, the second best thing you can do is rigorously filter who gets membership on your site. Also, I see no way to get around the requirement for heavy monitoring and moderation.





相关问题
Problem with Insoshi install script and mysql

i have a problem regarding the installation of Insoshi. I followed the insallation instructions in the Readme file of Insoshi. My problems occur when i try to run "script/install" The readme file ...

Google Social Graph API, working as intended?

I m experiencing some problems with Google s social graph API. It seems that for some parameters passed to otherme nothing is returned. I ll use Robert Scoble s profiles as an example (as he s a guy ...

热门标签