Its similar to Lemmy in many ways, so like Lemmy posts are redundantly mirrored across instances, the same is true for Ibis articles.
Getting Wikipedia federated would be great, but it will take a long time for Ibis to be ready for that scale.
Its similar to Lemmy in many ways, so like Lemmy posts are redundantly mirrored across instances, the same is true for Ibis articles.
Getting Wikipedia federated would be great, but it will take a long time for Ibis to be ready for that scale.
For now my focus is to make it federate with Lemmy and the rest of the Fediverse. But you're welcome to open an issue for that kind of feature.
Lemmy's AGPL license doesnt allow forking the code into a proprietary server. All changes need to be open source as well, otherwise the operator can get sued. So a proprietary Lemmy software would have to be developed from scratch which would take a long time.
Thanks for linking my project. Im happy to answer questions about it. Also here you can find the git repo.
During the last migration with Reddits API changes we grew from 1k MAU to 70k. So its possible that we reach 700k or even more. Though I hope the growth is more gradual this time because it was extremely stressful back then.
As this is about software problems related to language handling, its better to discuss on the Github issue tracker. Or use the existing communities [email protected] or [email protected] where more people will see it.
Anyway Im currently making some fixes related to language handling. The first two will be backported to 0.19 and published in a new version soon.
Hmm so the Feed
actor mainly consists of a following collection and uses Add/Remove activities. This really sounds like it should be a Collection
and not an actor.
Opt-out on the other hand for public feeds specifically is something that I support. But then good luck having that supported on lemmy where almost all communities exist.
Lemmy already has a setting community.hidden
so that communities dont show up on the All feed. But this is not easy to access at the moment. I can fix that.
There is an API so you could write a script to import any kind of data.