Re: how to handle in-appropriate image uploads

2009-04-09 Thread Andrew Grosset

Thank you Nathan, that was a brilliant post!

andrew. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321488
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: how to handle in-appropriate image uploads

2009-04-09 Thread Nathan Strutz

I've worked at a company where we had personals sites, like match.com or
something, a few million users. We spent a lot of time creating a user
content review system, meaning, anything that goes up has to be looked at by
the company filters (in our case, a handful of girls) before other users on
the site could see the content. In addition, there were "report this" links
in key places.

As far as reviewing images, I think it would have been successful to reverse
the process, allow images to go up but have a tool that surveys many images
at once and is able to yank them down with a single click. This way would
make it a lot less stressful for you, just make sure you mark what has and
has not been 'reviewed'.

Also, with users reporting images, flag the image after 1 report for you to
review, but yank it after 2 or 3.

If you wanted to go a lot further, you could rank your users' experience
level and allow some users to cast more weight to a vote, while new users
could only have 1 point to vote against an image, an experienced user could
cast 5 points (a simple algorithm could be the number of months since sign
up). At a certain number of points, the image is flagged for review, then at
another threshold, it is removed permanently.

Also, with text, there are likely words or phrases you may not want your
users to type, such as bad language or competitor's sites. You can put some
validation on the user's side for obvious things (like the F word), but be
leinient for cases like"assassin", "shitzu puppies" or "pussycat" (sorry for
the near-swearing cf-talk!) Then, on the admin side, you could aggregate a
lot of user's data in a tool and highlight questionable phrases, maybe with
different colors to note the severity of a potential issue. This is a
perfect use case for regular expressions and backreferencing.

nathan strutz
[Blog and Family @ http://www.dopefly.com/]
[AZCFUG Manager @ http://www.azcfug.org/]



On Thu, Apr 9, 2009 at 9:32 AM, Chad Gray  wrote:

>
> Hello,
>
> How do big web sites like myspace police image uploads?
>
> It seems like they let users report abuse then take action.  Is there any
> other way?
>
> I really don't want an approval system where an admin user has to approve
> an image before it is displayed.
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321486
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: how to handle in-appropriate image uploads

2009-04-09 Thread Nick G

Check what myspace is using. It's pretty good at determining offensive
images.



On Thu, Apr 9, 2009 at 9:58 AM, Ian Skinner  wrote:

>
> Chad Gray wrote:
> > Hello,
> >
> > How do big web sites like myspace police image uploads?
>
> Staff reviews and approves images or users review and approve images or
> both.
>
> Computers can not tell much about images yet, though they are beginning
> to get better.  I've been thinking I might play with some of the face
> recognition stuff I've heard about recent when I have some free time.
>
> Yeah free time, um what does that feel like again?
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321485
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: how to handle in-appropriate image uploads

2009-04-09 Thread Adrian Lynch

It's scary what they're doing with images now!

http://www.ted.com/index.php/talks/blaise_aguera_y_arcas_demos_photosynth.ht
ml

Adrian

> -Original Message-
> From: Ian Skinner [mailto:h...@ilsweb.com]
> Sent: 09 April 2009 17:59
> To: cf-talk
> Subject: Re: how to handle in-appropriate image uploads
> 
> 
> Chad Gray wrote:
> > Hello,
> >
> > How do big web sites like myspace police image uploads?
> 
> Staff reviews and approves images or users review and approve images or
> both.
> 
> Computers can not tell much about images yet, though they are beginning
> to get better.  I've been thinking I might play with some of the face
> recognition stuff I've heard about recent when I have some free time.
> 
> Yeah free time, um what does that feel like again?


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321484
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: how to handle in-appropriate image uploads

2009-04-09 Thread Ian Skinner

Chad Gray wrote:
> Hello,
>
> How do big web sites like myspace police image uploads?

Staff reviews and approves images or users review and approve images or 
both.

Computers can not tell much about images yet, though they are beginning 
to get better.  I've been thinking I might play with some of the face 
recognition stuff I've heard about recent when I have some free time.

Yeah free time, um what does that feel like again?


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321483
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: how to handle in-appropriate image uploads

2009-04-09 Thread David McGuigan

Check out Amazon Turk.


On Thu, Apr 9, 2009 at 11:34 AM, Tony Bentley  wrote:

>
> The viewers are able to flag it as inappropriate content.
>
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321482
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: how to handle in-appropriate image uploads

2009-04-09 Thread Tony Bentley

The viewers are able to flag it as inappropriate content.


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321481
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4