this post was submitted on 04 Jul 2023
20 points (95.5% liked)

Lemmy Support

4634 readers
3 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

I first used lemmy on lemmy.world but due to its size I had several issues of things just not loading and needing a full page refresh. So I tried to set up my own instance and it works mostly but the federation aspect is leaving me with a few questions.

Will remote communities only sync new posts from when I subscribed or will past posts show up eventually?

Is having a single user instance realistic or should I try find another small instance?

top 14 comments
sorted by: hot top controversial new old
[–] HorseFD@lemmy.buzz 7 points 1 year ago (3 children)

I’m running a very small instance and I highly recommend using LCS:

https://github.com/Fmstrat/lcs

Essentially it automatically subscribes to popular communities from other instances on behalf of a user within your instance. That way, when you want to subscribe to a community at some point, it’s quite likely that it will already be full of comments already.

[–] Niami@lemmy.world 4 points 1 year ago (2 children)

Looks great, but would this take up a lot of storage? I'm currently running my instance on an oracle free tier micro instance and the storage is 47GB.

[–] HorseFD@lemmy.buzz 2 points 1 year ago

So far, not really. Only a few gigs so far, but it’s hard to predict how big it could get.

By the way, Oracle free tier has 200GB of storage for ARM64 systems.

[–] maegul@lemmy.ml 2 points 1 year ago

Ruud, who runs lemmy.world, was asked how much the instance is using, see here: https://lemmy.world/comment/784410

Basically 30G DB and 60G pictrs for the whole instance for 4 weeks of usage.

They have 13k communities and 22k active users per month.

[–] interdimensionalmeme@lemmy.ml 2 points 1 year ago (1 children)

How can I make it subscribe, to every community, on every instance, every day?

[–] HorseFD@lemmy.buzz 2 points 1 year ago (1 children)

You can’t, but you can provide a list of instances and then tell it to subscribe to the top X communities in TopDay, Hot, Active, etc.

[–] interdimensionalmeme@lemmy.ml 1 points 1 year ago (1 children)

But if everyone does that it will creates a positive feedback cycle where the most popular get more exposure get more popular while the rest gets ignored.

[–] HorseFD@lemmy.buzz 2 points 1 year ago* (last edited 1 year ago) (2 children)

I have it set up so that a bot user is subscribing, not my user. That way the communities are populated with comments and appear in All if I'm interested in the future, but otherwise I wouldn't see them. It makes my instance feel much more alive.

Also, it's worth noting that you can provide a list of the Lemmy instances in the config. You can be as obscure as you like here.

I think the job of seeking out smaller, more niche communities has to be a manual one.

[–] interdimensionalmeme@lemmy.ml 1 points 1 year ago

Is there a way to query an instance a list of all its communities ?

[–] interdimensionalmeme@lemmy.ml 1 points 1 year ago

Is there a way to query an instance a list of all its communities ?

[–] throwaway_OT05wZjv@lemmy.world 1 points 1 year ago* (last edited 1 year ago)
[–] terribleplan@lemmy.nrd.li 3 points 1 year ago

Posts will make their way over when someone interacts with it (comments/votes on it). I think old comments may make their way over under the same conditions. Old votes will not make their way over.

You can search for a post or comment to force your instance to load it (copy the federation link, the rainbow-web-looking icon) just like you would do for communities.

[–] olizet@lemmy.works 2 points 1 year ago

You can see posts from the past, but not comments.

[–] RoundSparrow@lemmy.ml 1 points 1 year ago* (last edited 1 year ago)

I first used lemmy on lemmy.world but due to its size I had several issues of things just not loading and needing a full page refresh.

A lot of us did this, but now the big servers like lemmy.world are having to send every vote, comment, post to a huge number of servers and it results in unreliable delivery due to the servers being overloaded. There are 10 second timeouts in the HTTP connection between servers and the retry attempts are limited (and in their desperation to keep the severs from being even slower they are reducing retries).

The federation protocols have too much overhead, I don't see how this will work. I've been suggesting that Lemmy to Lemmy replication of comment/post/votes not even use federation and bulk download via polling the front-end API and even some new API calls intended for server to server message sync. An entirely new system.

Is having a single user instance realistic or should I try find another small instance?

You would be helping the Lemmy overload problems of servers like lemmy.world to not run your own instance and get on another small one that's already getting most of the content already.

load more comments
view more: next ›