Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
retoor21443hCommunication is not done by bots with weird names anymore. The only bots that communicate are named no-spam[1 to 4] and have a friendly looking avatar and profile description. It's an attempt to let the anti-spam network looking less a botnet itself. The down votes are done by the bots that always did it, but in the background without leaving a message.
-
Why not run it as a single process, fetching rants' feed as unauth user [they are public to read anyways] and, if a spam post is found, iterate over a list of bot users' creds and downvote that post from each user's account?
Keeps load and resources to bare minimum. No need to run each bot as a separate minion process/service, when you only really need theys creds to do the magic -
retoor21443h@netikras that's exactly what it does now (see scout part) :) It's a single process, single threaded application now.
Related Rants
-
brod18Me: I need a Windows PC to test my code on. Server dude: We don't have any free, but I can setup an old server...
-
cave11Admin: "Wait, I noticed unusual traffic." Me: "What is it?" Admin: "Looks like we have a bot here." Me: "A ...
-
dfox10When I worked for an online dating app, at one point we had the ridiculous idea to try to take a popular Linke...
Almost no one seems to be online today. Most people have smth better to do but I don't.
I have upgraded the Ragnar anti spam service. It will:
- respond to spam in less than a minute like you're used to (a bit slower than before actually. The other system reacted in seconds but I decided that it's a bit overkill / not worth the resources.)
- use around 20 times less resources (instead of 20 bots, it's now one bot (a scout) that checks situation and activate other bots when needed)
- spam less, from now on, only one message gets posted under a downvoted rant. (before this was varying, could be 7 messages under a rant)
- since spammers upvote their down voted rant after a week or so, Ragnar down votes 5 times so it's harder to upvote. (before this was varying)
If someone thinks to see more spam because the service is a bit slower, let me know. It's very easy to adjust it's speed.
random
ragnar
spammers
downvote
spam
service
overkill
online
scout
resources
speed
upvote