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/)BI
BitOneZero @ .world @ BitOneZero @lemmy.world
Posts
4
Comments
68
Joined
2 yr. ago

  • Reddit since 2010 has always had a hard time with people willing to actually go to alternatives. Just to have different owners/operators, the code was open source 6 years ago, but not enough users ever bothered to establish an "alternate reddit" with a significant user base. Even if it was only 10% of the main Reddit site, it would have been something. Voat was different software, Lemmy is different software, it was just odd that people were so loyal to such a centralized system. I remember when a lot of Reddit users came from Fark, Slashdot, Usenet, Digg - it wasn't out of loyalty to a single owner/operator.

  • Personally, I don't think the Lemmy numbers are that big. There are some instances running bots of feeds, a lot of memes. A lot of discussion about Lemmy and other federated services. I do not really consider the volume of posts/comments about everyday topics to be that high.

  • Your home instance will act as a proxy and only they have access to your email and IP address.

    Your home image typically doesn't proxy image loading, those are hotlinked to the Lemmy server that the image was uploaded to. So your IP address and browser string are going to other Lemmy servers.

  • For micro/personal server runners

    Having to send out all those posts, comments, likes is killing the servers holding all the content. The project leaders really need to make an announcement about the performance problems, they are systemic.

  • My main Lemmy.ml account comment isn't properly federating over to lemmy.world, so I'm duplicating my reply on my alt-account:

    Cool. SvelteKit is ideal for this.

    Can you move the server name to an .env variable so I don't have to run a sed? sharing my sed:

    find src/ -type f | xargs sed -i 's/lemmy\.world/enterprise.lemmy.ml/g'

    FYI, there is a double https:// on page https://github.com/ando818/lemmy-ui-svelte/blob/main/src/lib/lemmyclient.js

    On desktop browser, I'm getting a '500 internal error' on the /r/post/xxx route, but not sure why. The console isn't showing anything. The page.server.js seems to get the JSON fine from the API, but the .svelte file in that route is failing.