As Reddit Crushes Protests, Its User Traffic Returns to Normal

ardi60@lemmy.ml to Technology@lemmy.ml – 441 points –
As Reddit Crushes Protests, Its User Traffic Returns to Normal
pcmag.com
323

You are viewing a single comment

Bots mostly. Take a look at the site, you'll notice many usernames consisting of a random adjective or noun in front of a random noun and a random number at the back. Sometimes they are in camel case, sometimes they are separated by dashes or underscores.

Go to the profiles of those. Bot accounts display that they are 6-12 months old and have no activity for the first few months. The activity starts with out-of-place comments on reposts made by other users (they never comment on OC), so they are likely copied from other users that commented below the original post.

After the initial commenting phase, they start posting. It's never OC, just reposts and they never reply to questions in the comments.

At this point I'm convinced those bots are deployed by reddit themselves because they are so easy to spot and no action is taken against them.

Then there's also the porn bots which collect properly tagged material from other sites and post it to the corresponding subreddits. You can spot them by looking at their profiles, they post 20-30 images an hour without pause. I'm pretty sure those are made by users, we'll see once the API changes go live.

Edit: Typos

Take a look at the site, you'll notice many usernames consisting of a random adjective or noun in front of a random noun and a random number at the back. Sometimes they are in camel case, sometimes they are separated by dashes or underscores.

That's the format of the usernames that Reddit suggests. That doesn't really mean much.

Yes, that's why you need to check the profiles and look for the criteria I listed.

I remember just one time where I falsely accused someone to be a bot based on that and I've done it about a hundred times.

It always struck me as odd that so many users on Reddit were using the default generation scheme. No other site I've been on has so few people caring about the name they pick

camel case

TIL this has a name. love it

Oh, wow. It's so cool when you been using these patterns for years and suddenly realize they have a name! Thanks a bunch.

Thanks, so cool. TIL I habitually use snake case for filenames and kebab case for screen names and urls. Never even thought about it.

Names cannot have spaces in programming, so there's all sorts of well known and discussed schemes like camel, kebab, snake etc.