- 1 Post
- 9 Comments
So, don’t learn to code? If you don’t have any reason to and can’t find any motivation, maybe it’s just not for you.
Pleonasm@programming.devto
Fediverse@lemmy.world•Does it feel like the fediverse is exclusively used by older tech nerds?English
4·3 years agoI think this is not really inline with the philosophy of the main Lemmy devs. For this to happen, I think someone else would have to do the work of creating the random selection service. If it was popular enough, maybe they’d put a link on join-lemmy.org
Pleonasm@programming.devto
Fediverse@lemmy.world•What do you think is the best solution to having the same named communities on different instances?
1·3 years agoEasy, just create the equivalent of multireddits.
Pleonasm@programming.devto
Fediverse@lemmy.world•Announcing OpenLemmyStats.org: Publicly Queryable Vote History + Other Hidden Data for Any Lemmy User!English
4·3 years agoCan your instance not do that as is? Just spin up a bunch of fake users and make them all vote on something?
Pleonasm@programming.devto
Fediverse@lemmy.world•Spread Out: How To Speed Up LemmyEnglish
2·3 years agoSure, I also have been trying to learn about how Lenmy works. I haven’t yet found a comprehensive overview that details everything though.
From https://join-lemmy.org/docs/administration/federation_getting_started.html
If you search for a community first time, 20 posts are fetched initially. Only if a least one user on your instance subscribes to the remote community, will the community send updates to your instance. Updates include:
New posts, comments Votes Post, comment edits and deletions Mod actions
From: https://join-lemmy.org/docs/users/01-getting-started.html
These previous ways will only show communities that are already known to the instance. Especially if you joined a small or inactive Lemmy instance, there will be few communities to discover.
This issue/post on github has some info: https://github.com/LemmyNet/lemmy/issues/3062
I would also checkout some discussions on !fediverse@lemmy.world !selfhosted@lemmy.world https://selfhosted.forum
Pleonasm@programming.devto
Fediverse@lemmy.world•Spread Out: How To Speed Up LemmyEnglish
2·3 years agoAs far as I understand, your instance is only aware of a community on another instance if at least one user on your instance has subscribed to that community on the other instance. Perhaps that’s what you’re experiencing?
Pleonasm@programming.devto
Selfhosted@lemmy.world•How quickly will a lemmy instance eat up storage?English
0·3 years agoSo if you’re the only user (let’s assume for ease) then, that represents all the updates (posts, comments, votes) from each community that you are subscribed to?
Pleonasm@programming.devto
Selfhosted@lemmy.world•How quickly will a lemmy instance eat up storage?English
1·3 years agoThat seems high when you extrapolate that to 10000 users, like a larger instance might have.
Speed of development. It could take months for a PR to get into Lemmy core and then a new release.
Things that get into Lemmy core have to be well thought out and the core Devs have to want them in there.
Running custom code is a way to make changes without having to get their approval, and if it proves popular enough, then maybe they’ll implement it upstream.