Results 382 comments of Nutomic

>Lemmy, unlike the twitter / person follow variants, already has the concept of communities, so its very likely that non-english communities would work just like reddit: communities would implicitly be...

By the way, we're running peertube.social with multiple languages and its working fine. We have a couple of mods who speak different languages, and if a language is not spoken,...

Language detection should definitely be on the backend, anything else doesnt make much sense. I found this Rust library which looks good. We can also give it a blacklist/whitelist of...

Here is a library which might be helpful (in addition to manual language selection). https://github.com/pemistahl/lingua-rs

I updated the first comment with details on how to implement this. In fact its not that complicated, mainly needs some changes in the database code and in the frontend....

The problem is Lemmy and only handle posts which belong to an Activitypub Group. This is not the case with writefreely, its articles only belong to a Person. I dont...

Unfortunately those also federate as `type: Person`. You can see this with `curl -H 'Accept: application/activity+json' https://write.schuerz.at/vereinsarbeit/ | jq`.

Yes an issue is probably the best way to talk directly with their devs. Make sure to tag me.

That is only used for communication with lemmy-ui and other api clients, no? Im talking about something that communicates between different parts of the Rust code.

So it would be a way to avoid pulling in another dependency. Will have to look into it more to see what the differences are.