<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on TwitterSafe! | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/25723</link>
    <description>Recent comments on userscript: TwitterSafe!</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by PatrickTulskie</title>
      <description>&lt;p&gt;Just one small thing... in this line here:
&lt;br /&gt;R=((2*v1+v2)/3)*(v4/T)*(1+Math.log(v3+1));&lt;/p&gt;

&lt;p&gt;With the v1+v2 you are combining 2 strings before multiplying by 2.  For example I have 91 followers and 96 I'm following... this creates a number of &quot;9691&quot; and then multiplies by 2.&lt;/p&gt;

&lt;p&gt;This obviously throws off your calculation.&lt;/p&gt;

&lt;p&gt;A fix would be:
&lt;br /&gt;R=((2*Number(v1)+Number(v2))/3)*(v4/T)*(1+Math.log(v3+1));&lt;/p&gt;

&lt;p&gt;Or you could cast v1 through v4 to numbers in the variables earlier in the script for additional accuracy.  Javascript is such a pain in the ass sometimes.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jul 2008 05:15:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15146:62075</guid>
      <author>PatrickTulskie</author>
      <link>http://userscripts.org/posts/62075</link>
    </item>
    <item>
      <title>Archived Comments, replied by rebel_leader</title>
      <description>&lt;p&gt;Seems not to work with every twitterer / follower, at least in my case...Mozilla Firefox v.3.0, WinXP Pro SP3 win32&lt;/p&gt;</description>
      <pubDate>Wed, 25 Jun 2008 02:50:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15146:62076</guid>
      <author>rebel_leader</author>
      <link>http://userscripts.org/posts/62076</link>
    </item>
    <item>
      <title>Archived Comments, replied by David Rodrigues</title>
      <description>&lt;p&gt;Version 0.9.9&lt;/p&gt;

&lt;p&gt;Twitter changed some things over the past few days so they broke this script. I've updated it no recalculate the TwitteRank again... until Twitter breaks it again... &lt;/p&gt;

&lt;p&gt;Thank you all for alerting me to the change in Twitter.&lt;/p&gt;</description>
      <pubDate>Fri, 20 Jun 2008 09:59:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15146:62077</guid>
      <author>David Rodrigues</author>
      <link>http://userscripts.org/posts/62077</link>
    </item>
    <item>
      <title>Archived Comments, replied by teukkam</title>
      <description>&lt;p&gt;I guess something has changed on twitter, it is showing N.N. is a bot, alert!; TR=NaN for everyone.&lt;/p&gt;</description>
      <pubDate>Wed, 11 Jun 2008 06:34:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15146:62078</guid>
      <author>teukkam</author>
      <link>http://userscripts.org/posts/62078</link>
    </item>
    <item>
      <title>Archived Comments, replied by Bill Williams</title>
      <description>&lt;p&gt;Kudos - great script.&lt;/p&gt;</description>
      <pubDate>Mon, 05 May 2008 16:06:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15146:62079</guid>
      <author>Bill Williams</author>
      <link>http://userscripts.org/posts/62079</link>
    </item>
    <item>
      <title>Archived Comments, replied by David Rodrigues</title>
      <description>&lt;p&gt;Version 0.9.8&lt;/p&gt;

&lt;p&gt;This version changes the Evan Prodromou social scale. Now, if the Twitter Rank TR &amp;lt; 6 the Evan Prodromou social scale is different and will take into account that probably the user is just starting twittering...&lt;/p&gt;</description>
      <pubDate>Mon, 05 May 2008 15:32:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15146:62080</guid>
      <author>David Rodrigues</author>
      <link>http://userscripts.org/posts/62080</link>
    </item>
    <item>
      <title>Archived Comments, replied by David Rodrigues</title>
      <description>&lt;p&gt;Version 0.9.6&lt;/p&gt;

&lt;p&gt;Twitter made small changes in the layout of the user pages and it broke the TwitterSafe! Please upgrade to this version to use TwitterSafe! again.&lt;/p&gt;</description>
      <pubDate>Mon, 05 May 2008 01:30:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15146:62081</guid>
      <author>David Rodrigues</author>
      <link>http://userscripts.org/posts/62081</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:15146:62074</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/62074</link>
    </item>
  </channel>
</rss>
