Lemmy Lead Developer

I also develop Ibis, a federated wiki.

  • 9 Posts
  • 210 Comments
Joined 5 years ago
cake
Cake day: January 17th, 2020

help-circle
  • Algorithms are definitely needed to discover good content. There are some good videos on Peertube, but its very difficult to find them due to all the low effort spam. Lemmy also had different algorithms from the beginning and no one ever complained about them.

    The problem with algorithms used by Reddit, Facebook etc is that they are completely intransparent, and include factors which dont benefit the user, such as “engagement” or advertising. As long as Fediverse algorithms are focused on benefitting the user and are transparent there is nothing wrong with them.


  • Lemmy dev here. Making the same post to multiple communities is not possible, so you need to post multiple times tagging a different community each time. Links are taken from Activitypub attachment, but Mastodon only seems to support image attachments. So it is not possible to add other types of links unless Mastodon adds an option for that. Markdown would also have to be supported by Mastodon.

    There are various other microblogging platforms on the Fediverse which may support these features and may be better suited to your purpose. For example Mbin, Hometown, Pleroma, Misskey or Mitra to name just a few.
















  • Nutomic@lemmy.mltoBuyFromEU@feddit.orghello world
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    That is true, but Im not sure what would be a better solution. Show a language selector on the registration page? That would make registration even more complicated, and someone needs to implement it. Or prompt the user to change languages after signup? Again someone needs to implement it. Enable English by default for all new users? That would be easy, but there are also people who dont understand English.



  • Nutomic@lemmy.mltoBuyFromEU@feddit.orghello world
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 months ago

    You mean this one? It is included, but only has an effect if the instance has site languages configured. lemm.ee has all languages enabled, so new users should also have all languages enabled by default. I tested this just now and it works fine.

    The other thing is that Lemmy uses languages from Accept-Language HTTP header combined with site languages. If the instance has all languages enabled and the user has an Accept header with German, he will only see German posts.