this post was submitted on 14 Aug 2026
23 points (96.0% liked)

Programming

28165 readers
227 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
 

bots on websites, on apps on forums, has anyone found a real solution to getting rid of bots? and bot accounts? if so id love to know any solutions

you are viewing a single comment's thread
view the rest of the comments
[–] aivoton@sopuli.xyz -1 points 5 days ago (2 children)

Rate-limiting ID acquiring and having them to be short-lived deals with malicious parties. Having for example a token that proofs that you're a legitimate person for 1 day, but your identity is tied to it for the duration means that you can only abuse the system only so for so long. For longer periods e.g. a month, half a year, you can provide pseudoanonymity, and it poses bigger issues with privacy, but a person who is willing to be subjected to be identified for a certain period of time gains certain privileges.

Sounds very dystopian though, but not having ID won't stop the tech giants from profiling you anyways.

[–] who@feddit.org 2 points 5 days ago (1 children)

but your identity is tied to it for the duration

Then it's not anonymous.

[–] aivoton@sopuli.xyz -1 points 5 days ago

Hence the pseudoanonymity.

[–] who@feddit.org 1 points 4 days ago* (last edited 4 days ago)

but your identity is tied to it for the duration

This doesn't disprove what I wrote, as it's not anonymous.

you can provide pseudoanonymity,

Pseudoanonymity is not anonymity, regardless of how any given person chooses to define that nebulous term.

My "pick two" stands.