<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Spreading Funkyness &#187; stumbleupon</title>
	<atom:link href="http://spreadingfunkyness.com/category/stumbleupon/feed/" rel="self" type="application/rss+xml" />
	<link>http://spreadingfunkyness.com</link>
	<description>RIAbilitating the Internet with web apps, ria, iphone and ipad apps.</description>
	<lastBuildDate>Fri, 27 Apr 2012 22:44:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<cloud domain='spreadingfunkyness.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>StumbleUpon &#8211; My &#8220;algorithm&#8221; to deal with friends limit</title>
		<link>http://spreadingfunkyness.com/stumbleupon-my-algorithm-to-deal-with-friends-limit/</link>
		<comments>http://spreadingfunkyness.com/stumbleupon-my-algorithm-to-deal-with-friends-limit/#comments</comments>
		<pubDate>Sun, 13 Apr 2008 14:26:34 +0000</pubDate>
		<dc:creator>Cesare</dc:creator>
				<category><![CDATA[socialnetworks]]></category>
		<category><![CDATA[stumbleupon]]></category>

		<guid isPermaLink="false">http://spreadingfunkyness.com/stumbleupon-my-algorithm-to-deal-with-friends-limit/</guid>
		<description><![CDATA[I like StumbleUpon. My website gets many visits from there. But as many ( blahblahtech and traffikd ) I have an issue with the friends limit. Said briefly you can be fan of at most 200 people. After that you get a warning and you cannot add more fans. You cannot even reciprocate a fan ...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin: 0px 10px 0px 0px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fspreadingfunkyness.com%2Fstumbleupon-my-algorithm-to-deal-with-friends-limit%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fspreadingfunkyness.com%2Fstumbleupon-my-algorithm-to-deal-with-friends-limit%2F&amp;source=_funkyboy&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I like StumbleUpon. My website gets many visits from there. But as many (<a href="http://www.blahblahtech.com/2008/02/stumbleupon-falters-on-friend-limit.html"> blahblahtech </a> and <a href="http://traffikd.com/stumbleupon/better-friend/"> traffikd </a>) I have an issue with the friends limit.<br />
Said briefly you can be fan of at most 200 people. After that you get a warning and you cannot add more fans. You cannot even reciprocate a fan of yours. So you are in a kind of deadlock.<br />
I devise this sort of algorithm to deal with such a situation:</p>
<ul>
<li> Become fan of a friend
<li> if he reciprocates fine
<li> if he doesn&#8217;t, persuade him to unfriend inactive people he is fan of
<li> if he doesn&#8217;t reply for a while unfriend him, because he is not active or does not share any interest with you
</ul>
<p>In Actionscript :)</p>
<pre>
<span style="color:#0033ff ">var</span> limit:int = 2; // weeks

<span style="color:#0033ff ">for each</span> (stumbler:People <span style="color:#0033ff ">in</span> peopleYouAreFanOf) {
	<span style="color:#0033ff ">if</span> (!stumbler.reciprocates() ||
            !stumbler.persuaded() ||
            stumbler.getRepliesWithin(limit) == 0)
        {
		stumbler.unfriend();
	}
	<span style="color:#0033ff ">else</span> {
		you.sayThanks(stumbler);
		you.interactWith(stumbler);
	}
}
</pre>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fspreadingfunkyness.com%2Fstumbleupon-my-algorithm-to-deal-with-friends-limit%2F&amp;title=StumbleUpon%20%26%238211%3B%20My%20%26%238220%3Balgorithm%26%238221%3B%20to%20deal%20with%20friends%20limit" id="wpa2a_2"><img src="http://spreadingfunkyness.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://spreadingfunkyness.com/stumbleupon-my-algorithm-to-deal-with-friends-limit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Stumble with Safari (the easy way)</title>
		<link>http://spreadingfunkyness.com/stumble-with-safari-the-easy-way/</link>
		<comments>http://spreadingfunkyness.com/stumble-with-safari-the-easy-way/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 18:36:03 +0000</pubDate>
		<dc:creator>Cesare</dc:creator>
				<category><![CDATA[safari]]></category>
		<category><![CDATA[stumbleupon]]></category>
		<category><![CDATA[bookmarklet]]></category>

		<guid isPermaLink="false">http://spreadingfunkyness.com/stumble-with-safari-the-easy-way/</guid>
		<description><![CDATA[I started using stumbleupon. I like it! But I also like Safari. As you might know there is no Safari bar (just for firefox and the other well spread browser). I often have the need to stumble a url, to simply state that it is my favorite. So I created a bookmarklet. I added a ...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin: 0px 10px 0px 0px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fspreadingfunkyness.com%2Fstumble-with-safari-the-easy-way%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fspreadingfunkyness.com%2Fstumble-with-safari-the-easy-way%2F&amp;source=_funkyboy&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I started using <a href="http://spreadingfunk.stumbleupon.com/">stumbleupon</a>. I like it! But I also like Safari. As you might know there is no Safari bar (just for firefox and the other well spread browser). I often have the need to stumble a url, to simply state that it is my favorite. So I created a bookmarklet. I added a new bookmark in my bookmark bar, whose link is:<br/><br/><span>javascript:location.href=&#8217;http://www.stumbleupon.com/submit?url=&#8217;+encodeURIComponent(location.href) </span ><br/><br/> Any time I click the button I submit the url to my favorites. Nice uh? <br/><img src='http://spreadingfunkyness.com/wp-content/uploads/2008/03/stumblebutton.png' alt='stumblebutton.png' /></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fspreadingfunkyness.com%2Fstumble-with-safari-the-easy-way%2F&amp;title=Stumble%20with%20Safari%20%28the%20easy%20way%29" id="wpa2a_4"><img src="http://spreadingfunkyness.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://spreadingfunkyness.com/stumble-with-safari-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

