Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Comment Stats
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
pault107  
View profile  
 More options Feb 6, 2:47 pm
From: pault107 <paultownsend...@gmail.com>
Date: Mon, 6 Feb 2012 11:47:46 -0800 (PST)
Local: Mon, Feb 6 2012 2:47 pm
Subject: Comment Stats
I have built an app that displays  the number of upvotes and downvotes
for a defined number of users' comments. Something I've noticed is
that the numbers seem to shift randomly, even for comments that have
long been dead.

Example trace:

updateStats
------------ item 10 downvoted from 10 to 6!!!
------------ item 12 downvoted from 8 to 5!!!
------------ item 16 upvoted from 5 to 7!!!
------------ item 17 downvoted from 59 to 55!!!
------------ item 23 upvoted from 6 to 7!!!

(5 seconds later)

updateStats
------------ item 0 upvoted from 10 to 11!!!
------------ item 10 upvoted from 6 to 8!!!
------------ item 12 upvoted from 5 to 7!!!
------------ item 17 upvoted from 55 to 60!!!
------------ item 23 downvoted from 7 to 6!!!

I seem to remember that Reddit does this for a good reason. Can anyone
explain the reason? As it stands my app is useless with this
behaviour. Maybe I just have to live with that, but wondered if
someone can shed more light on this.

Thanks in advance.

Paul


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pault107  
View profile  
 More options Mar 19, 5:18 pm
From: pault107 <paultownsend...@gmail.com>
Date: Mon, 19 Mar 2012 14:18:35 -0700 (PDT)
Local: Mon, Mar 19 2012 5:18 pm
Subject: Re: Comment Stats
Hey

Does anyone have any ideas on this?

Thanks

Paul

On Feb 6, 7:47 pm, pault107 <paultownsend...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Max Goodman  
View profile  
 More options Mar 19, 5:20 pm
From: Max Goodman <m...@reddit.com>
Date: Mon, 19 Mar 2012 14:20:29 -0700
Local: Mon, Mar 19 2012 5:20 pm
Subject: Re: [reddit-dev] Re: Comment Stats

Please see this FAQ entry:

http://www.reddit.com/help/faq#Howisacommentsscoredetermined


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pault107  
View profile  
 More options Mar 21, 9:05 am
From: pault107 <paultownsend...@gmail.com>
Date: Wed, 21 Mar 2012 06:05:23 -0700 (PDT)
Local: Wed, Mar 21 2012 9:05 am
Subject: Re: Comment Stats
Hey

Thanks for your reply Max and my apologies for not reading the FAQ
before posting my question.

The FAQ states that the up and down votes are 'fuzzy' but the overall
'points' should stay the correct value. This isn't the behaviour I'm
seeing from the API though. I see the ups and downs fluctuating as
expected but occasionally the overall points (I'm using ups minus
downs as the points aren't returned directly) do shift even though
there has been no activity on the comment. When this happens the shift
is always by 1 point and it corrects itself soon after.

So I may see a comment have 10 ups and two 2 downs to give a total of
8 points, then a minute later 11 ups and 2 downs to give 9 points,
then a minute later back to the original values.

The app I'm building will alert users when the points for one of their
comments changes, with this current behaviour they will get false
alerts.

Any ideas?

The api call I'm using is: http://www.reddit.com/user/pault107/comments.json

Thanks

Paul

On Mar 19, 9:20 pm, Max Goodman <m...@reddit.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David King  
View profile  
 More options Mar 21, 1:37 pm
From: David King <dk...@ketralnis.com>
Date: Wed, 21 Mar 2012 10:37:53 -0700
Local: Wed, Mar 21 2012 1:37 pm
Subject: Re: [reddit-dev] Comment Stats

> The app I'm building will alert users when the points for one of their comments changes, with this current behaviour they will get false alerts.
> Any ideas?

You'll probably just want to alert when the score changes by more than, say, 10% over whatever time interval. Making a sound for every vote would be pretty annoying IMO, even if it were accurate

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pikeymick  
View profile  
 More options Mar 21, 3:29 pm
From: pikeymick <fred.f...@gmail.com>
Date: Wed, 21 Mar 2012 12:29:43 -0700 (PDT)
Local: Wed, Mar 21 2012 3:29 pm
Subject: Re: [reddit-dev] Comment Stats

On Wednesday, March 21, 2012 10:37:53 AM UTC-7, David King wrote:

> > The app I'm building will alert users when the points for one of their
> comments changes, with this current behaviour they will get false alerts.
> > Any ideas?

> You'll probably just want to alert when the score changes by more than,
> say, 10% over whatever time interval. Making a sound for every vote would
> be pretty annoying IMO, even if it were accurate

> For a user like me who sees maybe 3-4 upvotes, it wouldn't be annoying,

and wouldn't be much use for a 10% change....

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
pault107  
View profile  
 More options Mar 21, 6:10 pm
From: pault107 <paultownsend...@gmail.com>
Date: Wed, 21 Mar 2012 15:10:41 -0700 (PDT)
Local: Wed, Mar 21 2012 6:10 pm
Subject: Re: [reddit-dev] Comment Stats

After more research I can see that the FAQ is incorrect:

------- FAQ -------
How is a comment's score determined?

According to the same principles as a submission's score.

A comment's score is simply the number of upvotes minus the number of
downvotes. If five users like the comment and three users don't it will
have a score of 2. Please note that the vote numbers are not "real"
numbers, they have been "fuzzed" to prevent spam bots etc. So taking the
above example, if five users upvoted the comment, and three users downvote
it, the upvote/downvote numbers may say 23 upvotes and 21 downvotes, or 12
upvotes, and 10 downvotes. *The points score is correct*, but the vote
totals are "fuzzed".

------- /FAQ -------

The total points value isn't correct (using ups - downs), it's "fuzzed"
too, not always, but often.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »