I think I’m fairly lucky in that non of the sites I use have gone the geoblock route. Even so, I pay for a VPN so it’s not like that is effective.
I pointed this out to you in the !fediverselore@lemmy.ca thread and you acknowledged it: https://lemmy.dbzer0.com/post/49571446/20253309
Here’s PJ’s response as they’re banned from dbzero atm: https://feddit.uk/post/33315963/18929221
She runs an immutable distro and the only people with the permissions to modify the system packages is the manufacturer (literally 1984).
The issue with mlmym is that it serves static HTML which AI scrapers love, so they just hit it until your rate limits are exhausted. The .world people have actually forked it. Ignore the readme though, you should run the image ghcr.io/fedihosting-foundation-forks/mlmym:main
and to get around bots degrading your server, you can do what I did with old.feddit.uk and redirect requests to the login page unless they’re logged in:
if ($http_user_agent ~ Chrome) {
set $old_chrome N;
}
# block request if user agent indicates it's less than Chrome 120
if ($http_user_agent !~ "Chrome\/1[234]") {
set $old_chrome "${old_chrome}O";
}
if ($old_chrome = NO) {
return 444;
}
# block users that aren't logged in from mymlm
set $logged_in N;
if ($http_cookie) {
set $logged_in '';
}
if ($http_accept !~ 'text\/css') {
set $logged_in "${logged_in}O";
}
location / {
# limit_req zone=old burst=5 nodelay;
if ($logged_in = NO) {
return 302 /login;
}
proxy_pass http://localhost:8280/;
proxy_set_header HOST $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
# Redirect bots away from Mlmym as it saturates the RateLimits too easily
location /robots.txt {
return 301 https://feddit.uk/robots.txt;
}
location /login {
proxy_pass http://localhost:8280/;
proxy_set_header HOST $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
Why is there an Animal Crossing video attached to this? Also, what happened to the original article, did they delete it?
TBF, Chrome doesn’t support it on Linux either.
IRRC, there’s some issues with reports federating but I think those got fixed, but the sidebar of !communityrequest@sh.itjust.works says to have an account there.
Yeah they seem to be, I’ll open an SJW account and ask to have the comm transferred.
Inaccurate, it should be return 1
and return 0
for the true 20 years at Blizzard quality.
TBF, they do criticise Russia for its LGBT policies: https://feddit.uk/post/9516220
Also, RWBY now available to steam on Hulu for US + Canada, and available to ‘buy’ on Apple TV in a scattering of other places, which seams quite random.
Edit: It’s annoying that this comm is misconfigured and doesn’t allow posts to be tagged English, only undefined.
Are you installing this on a computer in your house? Because this seems to be a residential IP.
Damn, forgot this was the end and now I’m sad again. Going to miss this one.
My favourite part of the website is the Fruit Ninja clone where you slash SS helmets with Ukrainian colours on them and 3 different crypto support QR codes underneath. It just screams trustworthy.
They’ve apparently been involved in Fedora since at least 2007 and the list of packages they maintain includes QT, so sure this isn’t some rando. Still, I doubt the backing of a low level contributor to the project will mean this proposal goes anywhere, especially the idea of replacing X11 outright when downstream packages like KDE (ironic) have indicated they won’t support it.
Do note, literally anyone can submit a change proposal to Fedora. This shouldn’t affect your view of the project.
Is this a reaction to the new TOS?
You’d really think people would look at the state of the world and try to wash their hands of responsibility, not take credit. Just how out of touch is Mr child exploitation.
It’s a small comfort that even Twitter is giving this take the reception it deserves.
I believe we’re compliant with the law, I’ve patched our Lemmy with this so we’re not hosting NSFW content and to my knowledge we don’t have any communities that need to be age kept (ones that encourage eating disorders, suicide, or self-harm). I think we need to make some changes to our TOC and land some documentation explaining how the report feature works ‘in a way that a child can understand’*. There are more changes I’m looking at making in Lemmy that would make Ofcom happier (like this), but again I don’t think we’d have issues with Ofcom if they looked at us.
* We have to assume you’re all children as we can’t say otherwise unless we do surveillance (or ‘age verification’) despite the average age of users of this instance probably being in the 30s.