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

Programming

28138 readers
417 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
[–] hirihit640@sh.itjust.works 1 points 1 day ago* (last edited 1 day ago)

through terminals that have no automation interfaces...but there are no tools that bots could use

If people still have access to general computation (for example a computer at home), somebody could just run a bot at home, ask beforehand what the bot wants to post, then go to the terminals.

One the other hand if we assume it's feasible to ban all general computation, then you can achieve all three "anonymous", "available to everybody", and "free of bots". Just use the postal mail system.

any system that issues an access token to an individual cannot be anonymous if revocation is to be meaningful.

If a government (or any other authority) keeps track of whether they issue someone an ID, then they must also have the ability to connect IDs to individuals.

Simple idea off the top of my head, building off GNU Taler. Citizens are allowed to get one Taler wallet from a central authority. The wallet is pre-loaded with $1 of a special currency. That currency can only be used to buy a social media account from the government for $1. Since GNU Taler transactions keep the buyer private, the government doesn't know who bought which account. The government can still ban accounts, without knowing who is behind them.

And sure somebody could give their account to somebody else. But the system still satisfies the "anonymous" and "available to everybody" requirements.

Edit: formatting