Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)US
Posts
3
Comments
28
Joined
2 yr. ago

Lemmy

Jump
  • 🤔 The server spits out html when it cannot reach the backend. So one could argue it's a configuration issue because the admin didn't provide enough capacity / didn't set up a proper generic json error for backend failures.

    FWIW, Liftoff doesn't handle these super gracefully either.

    At any rate I think it's kinda awesome that we get to witness these kinds of infancy problems.

  • In a way this is the opposite of what you're asking, but this is kind of the reason I set up https://lemmit.online - To allow people to get quality content like !itookapicture@lemmit.online automatically onto Lemmy.

    Anyone can request subs to be synced, and admittedly, not all of those requests make sense, since it doesn't sync comments. But the goal is to bootstrap content creation / combat people returning to reddit because they miss content there.

  • Nice! :D

    As a side note: do your instances work when you put Cloudflare in proxy mode in front of it? At my current provider that breaks, but I'm not sure if that's due to their implementation, or inherit to the software.

  • What kind of payment options do you provide? All the managed Lemmy instances I've found so far seem to be credit card (or crypto) only, which would be a hassle for me. In The Netherlands, iDEAL is used for most online transactions, and can be easily set up through through Stripe for example.

    Either way, this is a great development, kudos to you! :)

  • Ha! I have been working on the same thing this weekend, except it uses the rss feed for posts and scrapes old.reddit.com for the details. It's written in python, but not quite finished - scraping works, automation not yet.

    My plan was to have a separate Lemmy instance for this, where people can also request for new subs to be included. This would reduce the spam in bigger communities, and allow instances to block it all together if they wanted to.

    Beside that, I'd pre- or postfix each post with a message it's a copy and a link to the original for copyright reasons. Moderation would be a separate story - Not particularly looking forward to that. Could make it so that if a post were flagged, it would re-aync with the original. Let reddit do the moderation :D