Anyway, the fact he's blocked me *partially* solves my problem, in that now he cannot LLM summarize me anymore, but the problem that possibly eventually a *second* person would use his tool remains unresolved.
Honestly, it's baffling that he added Mastodon support at all given that he's been here for years and thus saw some of the MANY YEARS of conflict and debate about the idea of people merely *archiving* or *indexing* Mastodon posts. And then he goes an uploads an auto-LLM-mulcher tool. IDK.
@cass @mcc @GroupNebula563 In the moderation UI, there's no option for blocking client apps. Each user can register any app they like to post with their own credentials and you can give it a random name, so there are no possible safeguards for that.
Useragent strings could be blocked at web server level, but they are also really easy to fake - many AI scrapers already to that, impersonating Mozilla, Chrome etc.
@GroupNebula563 @mcc @cass I blocked them from registering their app via nginx:
location / {
# block attempts to register the zeitgeist.blue app on this server
if ( $arg_redirect_uri ~ "^https%3A%2F%2Fzeitgeist.blue" ) {
return 403;
}
[...]
@mcc ...okay, THIS finally convinced me to set my toots to auto-expire.
What a nightmare.
@mcc Yeah. There's a thing going on here where that hits people in a sore spot (LLMs) that is in many ways out of bounds (you can't actually control other people's tools); the place it gets dicy is when you're running a service so you're promoting the use of the tools.
But in general, I'd be real mad at anyone who tried to control what I used to read with.
@aredridel @mcc I had a similar response to quote permissions: what good is turning off quoting for a public post when others can still use their "tools" to link to it? Someone explained to me that it's about making it easy to respect other people's wishes, for those who are inclined to do so.
Maybe it would be nice if this person added a more effective opt out mechanism? Or made their bot opt in? You'd still be free to implement your own LLM reading tool if you really want to.