

Doesn’t work that way. States agree to enforce each other’s civil orders
Just a techie guy running feddit.online to allow people to communicate, make friends and acquaintances. Odd coming from a happy introvert, right? (https://jerry.hear-me.blog/about)
I also own these publicly available applications:
Mastodon: https://hear-me.social
Alternative Mastodon UI: https://phanpy.hear-me.social
Peertube: https://my-sunshine.video
Friendica: https://my-place.social
Matrix: https://element.secure-channel.net
XMPP/Jabber: https://between-us.online
Bluesky PDS: https://blue-ocean.social (jerry.blue-ocean.social)
Mobilizon (Facebook Events Alt): https://my-group.events
and more…
Doesn’t work that way. States agree to enforce each other’s civil orders
On feddit.online I block both the UK and France in addition to Mississippi. However, I believe in a future upgrade, PieFed can be configured to block people from specific countries from accessing NSFW and NSFL communities (feddit.online doesn’t allow NSFL communities). When that upgrade happens, I will open it again to the UK and France but keep it closed for Mississippi.
I’m exhausted with all this. And it’s not my fight. The fight belongs to the people of Mississippi. They elected their “leaders.”
Until I know for sure that I am not on the hook to pay a $10K penalty for each person on my servers, I’ve blocked all Mississippi IP addresses from logging in and registering on my Mastodon, Piefed, and Friendica servers.
Wyoming will probably be next.
They can notify the hosting company that the server is violating UK law, the registrars, and payment services. This is the fear for sites not hosted in the UK. There are inter-country agreements to support civil actions.
Just mentioning that Mozilla VPN uses Mullvad, and with their Firefox extension you can exclude individual websites from VPN protection or set preferred server locations for specific sites. So you can stay on a UK server for UK banking sites but switch to a different country server for a social site.
Only works on Windows for now. But maybe useful given this situation.
Yes, the U.S. and the U.K. have cooperation agreements for Civil actions.
A public enforcement action by Ofcom could make it difficult because payment processors can refuse to work with the site owner, domain registrars could be pressured to suspend the domain, and hosting providers might refuse to provide services.
Who needs this drama?
Piefed.social isn’t as affected because they restrict the NSFW communities. Feddit.online doesn’t have the restriction, so it’s more exposed.
The fear is a complaint being made to Digital Ocean that a server they host is violating UK law. It would be much easier for DO to remove the server than to take any other action.
The Mozilla VPN with their Firefox extension (not yet on Linux), for example, lets you change the VPN server’s country based on the domain you connect to and even bypass the VPN for certain domains. So, I believe it can be configured to select a U.S. VPN server, for example, when visiting a U.S. social site, but stay on the native connection when accessing BBC services. It uses Mullvad as the provider, actually, which is high quality. They can’t be the only one.
The Internet always seems to find ways to bypass blocks.
Likely, then, that lemmy.world has the same restriction.
I think it depends on the Piefed instance; it’s up to the Admin.
It should work on, for example, feddit.online. If not, something is broken.
My understanding is that your one PR broke logins, and it took maybe 5 days for someone else to fix the code? Maybe your changes that were kicked away just weren’t so good after all, or trusted?
This is all sour grapes.
I’ve read your interaction with him, and, frankly, if I were moderating a community where you incessantly carried on over insignificant details, continuing to question things after you got your answer (sea lioning), insisting on focusing on nothing, and never ever stopping, I’d block you too, and I’ve only blocked 2 people in my entire life as a mod.
Now you’re in here trying to malign him, for revenge, for shutting you down so he could get work done and he can focus on important work instead of debating you over never-ending trivial topics.
He is the opposite of the image you are trying to give him.
This sounds like a Piefed.world announcement that a Lemmy developer would have written.
Just curious. Have you had trouble loading my-place.social?
They never explained well how to use Friendica, so it’s all guessing. But, I believe, to get a Facebook-like experience, you mark people as “Friends” who you want in a Facebook-like environment. This maps to “Friends” on Facebook. Then you click on the “Friends” circle, and you only see posts and conversations from your friends.
You can also set up groups that federate to other instances, and you can control access to the groups. I’ve never used it, so I don’t completely understand how to do this.
But, I think these are the 2 closest Friendica features for Facebook emulation.
https://wiki.friendi.ca/docs/groups-and-privacy#groups_and_privacy
and
The stalls are because the database queries are suboptimal. There is one that occasionally runs that, on my instance (I have 337 active users), can sometimes run for 15 minutes and will lock tables. Everything stalls and backs up.
This query was discussed, and I believe in the next release (but unsure) it will be replaced. Instead of using a ton of “not in” clauses, it does a left join now. In testing, someone mentioned it went from multi minutes to multi seconds to run. But there are a lot more such queries.
I think what Friendica needs desperately is a MariaDB/MySql expert to clean up the queries.
Because Friendica supports groups, you can connect to Lemmy communities. This is what kills Freindica. It just cannot handle the hundreds of thousands of daily connections that come in just from lemmy.world alone. Basically, it then becomes a Lemmy/Piefed/MBIN instance plus a Mastodon instance. The database grows by leaps and bounces, queues back up, and it stalls. CPU pegs without relief.
On mine, I finally had to block the Lemmy User Agent at the Cloudflare firewall. I calculated I would have had to spend another $500/month to allow the server to handle the Lemmy traffic comfortably, excluding the continuing cost for DB space. So far, I haven’t blocked Piefed and MBIN, but this could change.
Friendica groups were designed for small private groups or specialized groups. Not public forums. I don’t think they ever anticipated someone connecting to Lemmy.world communities and that such groups would become so active. I’ve told people on my instance that if they want to connect to these groups, they should use Piefed/Lemmy/Mbin, not Friendica.
Wow! Well done!!