• 3 Posts
  • 41 Comments
Joined 3 years ago
cake
Cake day: September 8th, 2021

help-circle













  • I think one reason is the large number of German users on the Internet. With around 100 million speakers, German is the second most spoken native language in the West after English.

    According to the application texts, many users seem to come from various podcasts. We are also “endorsed” by one of the largest German-language subreddits on its front page (r/ich_iel). Our users have also started to watermark their memes, which occasionally attracts new users. Feddit also made it into an article in a popular IT magazine (heise).




  • I firmly believe that my contributions could be significantly amplified if there were a mirror of Lemmy that utilized Forgejo hosting outside the United States

    Well, I don’t think so. GitHub is unfortunately the leading platform and shifting to another one will rather lead to a decline.

    However, they have an (now inactive) Gitea and a (working) Codeberg mirror but I think they only accept contribution via GitHub PR anyway.

    Anyway, you could still bring this topic up (and unlike previous issues ask them to not only mirror the code but also accept PRs there). Though I think the devs would not really want to manage contributions across multiple platforms (maybe this will get better once Forgejo finally supports federation though).




  • nachtigall@feddit.detoLemmy Support@lemmy.mlHelp with Lemmy API
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    1 year ago

    For subscribed communities you have to add an auth parameter (that you can obtain by POST’ing {username_or_email: "your_name", password: "your_password"} to /user/login, then extracting the jwt from the response) and type_=Subscribed. A complete request would look like that:

    curl "https://mander.xyz/api/v3/community/list?auth=verylongstring&type_=Subscribed" | jq