Posted by the comic author here btw: https://sh.itjust.works/post/51473460
On RT, the TV show Pluribus has a critic score of 98%, and an audience score of 69%, so maybe the The Onion's joke about how Breaking Bad fans are not going to like it had something to it.

Okay. Well, if it's fixed, that's all that matters, I guess. I don't understand this desire to downgrade other people's answers into speculation, but it's not like this is the first time it's happened.
Language selection with Lemmy is pretty unintuitive, so others may be interested to know that OP is technically incorrect here. Despite what the UI says, it's actually impossible to deselect 'undetermined'. Whatever frontend you're using might let you, but the backend will just ignore it. I don't use this account much, but I used it here to make a very deliberate decision to send my earlier response using 'undetermined' as the language, so that OP would definitely see it, and the fact that they clearly did demonstrates for itself that what they're suggesting is nonsense.
Using a web browser, go to your account settings. In 'languages' ensure that 'English' is selected. The posts will then be visible to you when you are logged in.
You've made this post in the 'afaraf' language, so you may as well deselect that while you're there if you don't understand it. This of course means that most people here won't see this post, ironically enough.
Also, if folks could stop parroting out the same bullshit 'federation delays' answer to every question, that'd be great. It's not that. It's actually very rarely that (even if you were the very first person to discover that community, which you weren't, it'd only take a refresh to resolve it).
The problem is not feddit.org. You can still create communities there. The problem is that the 'name' field is too long - it's needs to be 20 characters max. I answered this from another account, but now I'm thinking you can't see it because you haven't selected 'English' as a language you understand. If that's the case, then it means problems with Lemmy are stopping people solving other problems with Lemmy, and the whole thing is doomed.
You might need to have the 'show nfsw' setting turned on. Anyway, they look like this:
nsfw
So the theory that they were downvoted for spamming someone's feed likely has validity.
More abuse of this post for testing PieFed user mentions (sorry if you seeing this). Other direction this time.
@andrew_s@piefed.social
Back again, as reply to post: @andrew@pythag.net, @sfc@pythag.net
EDIT: autocomplete was originally messed up, but this shows Mentions as raw and filled in by Lemmy's UI (both are clickable on PieFed, and this edit shouldn't notify anyone again)
Remote comment that doesn't get a Mention until the edit (although it'll have to be to andrew, 'cos I replied with the wrong account).
Edit: @andrew@pythag.net
The code that OP has linked to is part of a convenience function for admins to add content to their new instances. It can query individual remote instances (e.g. lemmy.world), or it can query lemmyverse.net, and fetch communities that look to be popular and active.
It's completely unrelated to routine federation, and doesn't prevent anyone subscribing to communities that may have those words in their names.
The admin function could potentially be used to fetch hundreds of communities. It runs as a background process, so you don't know what they were until after they'd been followed. The "bad words" list acts as a safeguard against bringing in things you might not want or expect. One reason is that you may want to curate the first impression you give new visitors, as there as some that will be put off by the "fuck this" and "shitpost that" reddit-isms. Another is that you don't typically want communities that are disproportionately popular than others (e.g. if you bring in the default 25 communities, and one of is 196, then it completely dominate your front page).
If there's a particular community that you are interested in (e.g. because you moderate it), using this function isn't an efficient way to add it. In addition to the "bad words" filters, it will also exclude communities that are NSFW, or below thresholds for popularity and activity. Rather than fetching a bunch of communities at the same time, and hoping that the one you want is included, it's better to just add it manually (via a
!link or by using the "Add remote community" link) in much the same way as you would on any other platform.