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.
But then you’ll have to learn the syntax of this instead.
I suspect that if you actually start using Melody you won’t find it as helpful as you think you might. Maybe I’m wrong. Let’s see in a year’s time.
But you can do that already in many languages using extended Regex syntax.This doesn’t add anything except more verbosity and another syntax to learn.
Who is this for? People who write lots of regular expressions won’t need it because they know what they’re doing and people who don’t write lots of regular expressions probably won’t find it anyway.
It just seems like a weird type of user who actually wants this.
My favorite password is the string “a”, but I never get to use it anywhere due to these ridiculous restrictions 😔 Can you tell me which online services you administer so I can sign up for them and enjoy unfettered use of my favorite password?
I 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
Easy, just create the equivalent of multireddits.
Can your instance not do that as is? Just spin up a bunch of fake users and make them all vote on something?
Sure, 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
As 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?
So 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?
That 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.