Slightly OT; but I wish reddit would use traditional forum style replies to push threads up, instead of the positive feedback loop of votes with opinions that agree with majority getting upvotes giving views which give proportionally more upvotes
View Counting at Reddit
11–20 of 121 posts
Re: View Counting at Reddit
#12Not applied to /r/the_donald however.
Re: View Counting at Reddit
#13Slightly OT; but I wish reddit would use traditional forum style replies to push threads up, instead of the positive feedback loop of votes with opinions that agree with majority getting upvotes giving views which give proportionally more upvotes
It might be conceivable on smaller subreddits, but on the big ones it would basically just drown everything into a sea of low-quality threads. I got the feeling that the vast majority of threads never ever make it to the "front page" of their subreddit.
Re: View Counting at Reddit
#14Re: View Counting at Reddit
#15Not applied to /r/the_donald however.
https://www.reddit.com/r/help/comments/62naj4/can_someone_ex...
https://www.reddit.com/r/SubredditDrama/comments/62nw33/rthe...
Re: View Counting at Reddit
#16I love the article on hyperloglog! It is really quite good to read even if you're not interested in algorithms. I always liked number theory and I think that it's very interesting that you can guess how many uniques there are by counting how long your longest run of zeroes in a hash is. I suppose this could be broken by injecting in a unique visitor id that would hash to something with an absurd amount of zeroes? Tha…
Re: View Counting at Reddit
#17I love the article on hyperloglog! It is really quite good to read even if you're not interested in algorithms. I always liked number theory and I think that it's very interesting that you can guess how many uniques there are by counting how long your longest run of zeroes in a hash is. I suppose this could be broken by injecting in a unique visitor id that would hash to something with an absurd amount of zeroes? Tha…
Re: View Counting at Reddit
#18Re: View Counting at Reddit
#19Wouldn't it had been easier to simply increment a counter for each visit and then set a short lived cookie in the browser for that post? And put the spam detection system before the counter increment
Re: View Counting at Reddit
#20Weird thing I have been seeing on Reddit is comment upvotes being off-by-one periodically on page refreshes. Reload, you get 3. Reload again, you get 4. Again, you get 3. Seems like a replication issue?
> Weird thing I have been seeing on Reddit is comment upvotes being off-by-one periodically on page refreshes. Reload, you get 3. Reload again, you get 4. Reload, you get 3. Seems like a replication issue? This is done on purpose [1], to prevent bots from calculating exact post/comment scores. 1. https://www.reddit.com/wiki/faq#wiki_how_is_a_comment.27s_sc...