

Locking for rule 5.
Locking for rule 5.
As an alpha male, I can confirm this is how we feel when a feminist attacks our masculine values.
It’s not compatible at all. And bots acting as bridges isn’t compatibility.
As for self hosting an instance that is federated with the official Bluesky instance, you will only be able to do that in your dreams. You can self host your own PDS though.
Bluesky is the most centralized decentralized platform
I will leave the internet and seek alternatives.
Elon will do his best to make the platform align with the ideals of his führer.
Fedora.
I guess installing arch via the wiki wouldn’t be so bad if you are more techy and want to learn about stuff. The arch wiki is also great for any distro.
Obsidian is proprietary.
https://join-lemmy.org/docs/users/03-votes-and-ranking.html#sorting-posts
Active (default): Calculates a rank based on the score and time of the latest comment, with decay over time
Hot: Like active, but uses time when the post was published
Scaled: Like hot, but gives a boost to less active communities
I used to see new accounts with weird names posting long AMAs in the !askmeanything@lemmy.ca community.
Are those LLM bots or are they real users?
That isn’t exactly a discord clone, though. More like WhatsApp but federated. At that point I’d actually just rather use matrix than a messaging app by that cocky dev.
No ActivityPub federated one yet. Someone might make it someday though.
There are some, but they aren’t used very often. I know some instances scan CP and other illegal shit using community tools. But automods? No, I don’t think I’ve ever seen one actively operating (and I don’t think they are even maintained anymore, or at least the ones I know).
And even if they were, the advanced ones are only useful for the host.
So everything is manually moderated by humans at the moment.
That’s why I’m working on a bot with a plugin system. The plugin system will allow users of the bot to implement the logic themselves in one of the supported languages (e.g. Python, JavaScript, Rust) in a sandboxed environment (Wasm). It’s halfway done, but now I’m unsure if I want to create a dedicated Fediverse platform for it. One of the biggest reasons for this is to be free from the limitations of Lemmy and other factors.
The problems with relying on Lemmy right now are:
lemmy-client
crate from the Lemmy devs. Should this ever be discontinued, I would either have to maintain it myself, use another crate, or create one myself. The last two would be painful and require a lot of work.And so I’ve been researching how I could build a lightweight Fediverse platform specifically for the bot. That would eliminate all the problems mentioned above. Since the platform would be in my hands, I could also implement ways to federate with other platforms and even use the unique features of other platforms. But that’s not easy, so it will take some time. I also am not great at web dev, so the frontend will also be a problem.