Spyke

Replies

Comment on

Is lemmy.world more active than lemmy.ml?

Not a stupid question at all!

Right now, lemmy.ml is the biggest Lemmy instance and the "flagship" site. There are several other Lemmy instances across the internet. They are all connected with each other - or "federated" - meaning each instance can see all of the posts of any instance it's federated with. Since every instance is federated with each other, you will get the same content no matter where your account is. So even though you are on lemmy.world, you can see everything that is posted to lemmy.ml.

E.g. even though I'm from lemm.ee, i still saw your post!!

Comment on

Is it better if we have another site host images/videos to lessen server load?

In terms of server load (CPU) Lemmy uses a separate service for uploading / storing images (pictrs). It runs on the same server but in the grand scheme of things it's never a bottleneck. Typically static image uploads are cached so it's not much effort for the server.

However uploading images direct to Lemmy does have a storage impact. I know my home instance (lemm.ee) has a 100kb size limit for uploads, others may do that too.

If you're concerned about that aspect, you can use a separate image hosting service too. As long as the link in your post points directly to an image, it'll embed fine.

lemmy

Comment on

Lemmy web data usage

From what I understand the Lemmy backend doesn't support user specific websocket updates. So your client can subscribe to updates about ALL new posts coming in, but it can't get updates on only your subscribed communities.