<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: User Generated Headaches</title>
	<atom:link href="http://jdamer.com/wordpress/2006/11/09/user-generated-headaches/feed/" rel="self" type="application/rss+xml" />
	<link>http://jdamer.com/wordpress/2006/11/09/user-generated-headaches/</link>
	<description></description>
	<pubDate>Mon, 22 Mar 2010 11:51:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: MFA (Made for AdSense) is the past. Say hullo to MFL (Made for Linkbait) - Tech Soapbox</title>
		<link>http://jdamer.com/wordpress/2006/11/09/user-generated-headaches/#comment-3508</link>
		<dc:creator>MFA (Made for AdSense) is the past. Say hullo to MFL (Made for Linkbait) - Tech Soapbox</dc:creator>
		<pubDate>Fri, 19 Jan 2007 02:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://jdamer.com/wordpress/2006/11/09/user-generated-headaches/#comment-3508</guid>
		<description>[...] I&#8217;ve covered shortcomings of user-generated content sites like Digg before. I&#8217;ve pointed out how people quickly jump on a bandwagon without checking facts. Itt seems one of the first things to go with user-generated content is fact-checking. [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ve covered shortcomings of user-generated content sites like Digg before. I&#8217;ve pointed out how people quickly jump on a bandwagon without checking facts. Itt seems one of the first things to go with user-generated content is fact-checking. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AhmedF</title>
		<link>http://jdamer.com/wordpress/2006/11/09/user-generated-headaches/#comment-2728</link>
		<dc:creator>AhmedF</dc:creator>
		<pubDate>Mon, 13 Nov 2006 17:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://jdamer.com/wordpress/2006/11/09/user-generated-headaches/#comment-2728</guid>
		<description>Captchas are weak at best (are you going to captcha everything? If just the registration part, spend some time to create 100 users and tada you are good to go). Javascript is also weak - beyond the fact that many offices force JS off, a bot follows specific rules. All it takes is browsing target site X for a while to know what JS you need to follow and to do it. Google already parses out javascript links, and those are general cases. When you are targeting a single site, writing rules to follow the JS is not very difficult :)</description>
		<content:encoded><![CDATA[<p>Captchas are weak at best (are you going to captcha everything? If just the registration part, spend some time to create 100 users and tada you are good to go). Javascript is also weak - beyond the fact that many offices force JS off, a bot follows specific rules. All it takes is browsing target site X for a while to know what JS you need to follow and to do it. Google already parses out javascript links, and those are general cases. When you are targeting a single site, writing rules to follow the JS is not very difficult <img src='http://jdamer.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Amer</title>
		<link>http://jdamer.com/wordpress/2006/11/09/user-generated-headaches/#comment-2684</link>
		<dc:creator>Josh Amer</dc:creator>
		<pubDate>Fri, 10 Nov 2006 21:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://jdamer.com/wordpress/2006/11/09/user-generated-headaches/#comment-2684</guid>
		<description>Wojjie - I mainly use pattern recognition and it works pretty well, but there are times when a pattern doesn't match what I'm looking for even though it's not a human actor.  I don't think you can look at this stuff in isolation and say that there's one best answer.  I really like the SMS method because it forces the action offline.  When the method is built into your site it's almost certain that there will be someone that can crack it. 

Google does this in another way which you probably don't know about - for Google Maps if you want to change the data in your listing they will mail a password to you at the currently listed addresss.  At least that's how it was about a year ago.</description>
		<content:encoded><![CDATA[<p>Wojjie - I mainly use pattern recognition and it works pretty well, but there are times when a pattern doesn&#8217;t match what I&#8217;m looking for even though it&#8217;s not a human actor.  I don&#8217;t think you can look at this stuff in isolation and say that there&#8217;s one best answer.  I really like the SMS method because it forces the action offline.  When the method is built into your site it&#8217;s almost certain that there will be someone that can crack it. </p>
<p>Google does this in another way which you probably don&#8217;t know about - for Google Maps if you want to change the data in your listing they will mail a password to you at the currently listed addresss.  At least that&#8217;s how it was about a year ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wojjie</title>
		<link>http://jdamer.com/wordpress/2006/11/09/user-generated-headaches/#comment-2683</link>
		<dc:creator>Wojjie</dc:creator>
		<pubDate>Fri, 10 Nov 2006 21:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://jdamer.com/wordpress/2006/11/09/user-generated-headaches/#comment-2683</guid>
		<description>There are other low cost methods, that may require a bit more investment at start up, such as more difficult captchas. 

I have already started developing a captcha for my sites, and will make it more difficult when users start to abuse it. 

SMS messaging is a good approach, but you end up losing a section of your users, by either them not being tech saavy or not wanting to share their cell phone number (no matter how much you assure them it will not be abused).

Some site's have used credit cards as verification, though that would be more difficult to get user's to accept than SMS in some cases.

You could develop a system that tracks the navigation of a user, and flags users that seem to be acting strange (pattern in the interval between queries, not requesting all images and javascripts, perhaps a javascript application that randomly will use AJAX to post back a heartbeat). All these things can be quite easy to implement in some cases, and much more difficult to get around. For instance, you can no longer just use cURL to query the pages, as you need to process the ever changing javascript applications.

An extreme would be to implement javascript encryption as well for posts back to the server, and have the method of encryption obfuscated. 

At a given point, the cost of developing a system to crack your system would go out of the reach of benefit of having such a system.

Just my 2 cents.</description>
		<content:encoded><![CDATA[<p>There are other low cost methods, that may require a bit more investment at start up, such as more difficult captchas. </p>
<p>I have already started developing a captcha for my sites, and will make it more difficult when users start to abuse it. </p>
<p>SMS messaging is a good approach, but you end up losing a section of your users, by either them not being tech saavy or not wanting to share their cell phone number (no matter how much you assure them it will not be abused).</p>
<p>Some site&#8217;s have used credit cards as verification, though that would be more difficult to get user&#8217;s to accept than SMS in some cases.</p>
<p>You could develop a system that tracks the navigation of a user, and flags users that seem to be acting strange (pattern in the interval between queries, not requesting all images and javascripts, perhaps a javascript application that randomly will use AJAX to post back a heartbeat). All these things can be quite easy to implement in some cases, and much more difficult to get around. For instance, you can no longer just use cURL to query the pages, as you need to process the ever changing javascript applications.</p>
<p>An extreme would be to implement javascript encryption as well for posts back to the server, and have the method of encryption obfuscated. </p>
<p>At a given point, the cost of developing a system to crack your system would go out of the reach of benefit of having such a system.</p>
<p>Just my 2 cents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Amer</title>
		<link>http://jdamer.com/wordpress/2006/11/09/user-generated-headaches/#comment-2681</link>
		<dc:creator>Josh Amer</dc:creator>
		<pubDate>Fri, 10 Nov 2006 19:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://jdamer.com/wordpress/2006/11/09/user-generated-headaches/#comment-2681</guid>
		<description>I notice that too in my own habits, I tend to use the utilitarian sites and can't ever really get sucked into any Social Networking sites.  I guess to me it's a matter of time wasters v. time savers.</description>
		<content:encoded><![CDATA[<p>I notice that too in my own habits, I tend to use the utilitarian sites and can&#8217;t ever really get sucked into any Social Networking sites.  I guess to me it&#8217;s a matter of time wasters v. time savers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AhmedF</title>
		<link>http://jdamer.com/wordpress/2006/11/09/user-generated-headaches/#comment-2664</link>
		<dc:creator>AhmedF</dc:creator>
		<pubDate>Thu, 09 Nov 2006 22:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://jdamer.com/wordpress/2006/11/09/user-generated-headaches/#comment-2664</guid>
		<description>Aye those inflated numbers can be nice for selling ads (I did write an article about MySpace inflation - http://forevergeek.com/articles/debunking_the_myspace_myth_of_100_million_users.php ) but that is all short-term gain with disastrous long-term effects.

I find myself using Digg less and less - it seems like every iteration makes it less interesting and useful to me. About the only 'web 2.0' site I have kept up with is delicious, and only because of its complete utilitarian function.</description>
		<content:encoded><![CDATA[<p>Aye those inflated numbers can be nice for selling ads (I did write an article about MySpace inflation - <a href="http://forevergeek.com/articles/debunking_the_myspace_myth_of_100_million_users.php" rel="nofollow">http://forevergeek.com/articles/debunking_the_myspace_myth_of_100_million_users.php</a> ) but that is all short-term gain with disastrous long-term effects.</p>
<p>I find myself using Digg less and less - it seems like every iteration makes it less interesting and useful to me. About the only &#8216;web 2.0&#8242; site I have kept up with is delicious, and only because of its complete utilitarian function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Amer</title>
		<link>http://jdamer.com/wordpress/2006/11/09/user-generated-headaches/#comment-2659</link>
		<dc:creator>Josh Amer</dc:creator>
		<pubDate>Thu, 09 Nov 2006 13:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://jdamer.com/wordpress/2006/11/09/user-generated-headaches/#comment-2659</guid>
		<description>Thanks for posting this, it's a very real problem and you're right it doesn't get enough attention.  I think partially because sites like Digg and other SNs want to inflate their user numbers.  To an extent having fake accounts helps - you've never heard someone from Digg say 'we have 20 million user... but 20% are fake.'</description>
		<content:encoded><![CDATA[<p>Thanks for posting this, it&#8217;s a very real problem and you&#8217;re right it doesn&#8217;t get enough attention.  I think partially because sites like Digg and other SNs want to inflate their user numbers.  To an extent having fake accounts helps - you&#8217;ve never heard someone from Digg say &#8216;we have 20 million user&#8230; but 20% are fake.&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
