When you notice Lemmy is quieter than usual, then have a look at the Lemmy.world status

Blaze (he/him)@sopuli.xyz to Fediverse@lemmy.world – 821 points –

Seems like they are under attack again, will those people never stop? I feel sorry for the admin team.

242

You are viewing a single comment

It was always going to happen but an instance being the defacto default for Lemmy is a bad thing.

There really needs to be a tool to help people pick an instance, but even then people would just flock to the general instances like .world anyway

I also think instances just need to have more sane urls. It sounds silly but like it or not branding does matter. Instances like beehaw and sh.itjust.works just rub me the wrong way during first impressions. Even some of my friends who I've tried to introduce to Lemmy are just like..."what the fuck kinda website are you making me go to?" I am not surprised that lemmy.world is big, partly because the URL actually sounds official.

We also need super-communities that pull in content from multiple communities/instances, better multi-instance search, and a way to migrate between instances before the masses will be okay with smaller instances.

Views that show you multiple communities would be great. Let me see both major Steam Deck communities in one view.

beehaw and sh.itjust.works just rub me the wrong way during first impressions

They're pretty descriptive: do you want a place to "behave", or would you rather fling shit at each other?

This isn't Reddit, you get to pick your experience. Can even sign up to more than one instance, each with different rules!

We also need super-communities that pull in content from multiple communities/instances

Apps do that, including some web app.

Search and migrations could be improved, though.

Apps do that, including some web app.

I don't just mean grouping communities client side though. I mean super-communities that a mod or admin can curate and that other people can share and subscribe to. Out of curiosity, which apps have you been using that have this feature?

Myself and another developer are working on something we think will solve this:

OP: https://lemm.ee/post/2800726 TLDR: Automatic User Distribution

Whenever someone goes to the sign up page, for example, on Lemmy.world, we:

  • look at the recommender list
  • find the server that is most under capacity
  • have a very large iframe with "Sign up for Lemmy (using [under capacity server here])"
  • have a small "No, I want to sign up specifically on Lemmy.world" option

Would also be cool to have like a short questionnaire, like picking your class in Morrowind, but instead you end up on a German industrial metal music instance.

Does it take into account instance rules like language, moderation, or whether it's a personal instance hosted on a raspi that may go down at any moment?

Yes! Lemmy.world (or any other big server) must manually add the-other-server to their "recommder" list. So the-other-server has to prove to Lemmy.world that they're going to offer similar reliability.

5 more...

It makes sense that general purpose instances would have the most users. I'm not a programmer so while I could still register there why would I pick programmer.dev?

The bigger issue I had in picking an instance was just in understanding the differences. I think it would help if instances advertised their stance on defederation, moderation, etc... to help people make a decision (or even to see that lemmy.world may be more similar to some other instances than they might think).

multiple accounts, one macro, one micro, works wonders. i like my lemm.ee account more but lemmy.world was my gateway as it was the one advertised to me

I already do have multiple accounts, but I usually don't use the others because I worry that I'm going to accidentally upvote things twice. Would be nice if Lemmy had a feature to exclude duplicate votes from your other accounts.

The more lemmy.world is down the more I use my alt instance. We'll adapt.

yeah it's lame but it's more harmful for the hackers in how much time they are wasting. not that their time is worth much apparently

Please, these aren't hackers they script kiddies incels.

I'm not going to pretend to understand the technical details, but would it make more sense if Instances were treated more like subreddits? So instead of the main Lemmy.world instance, we'd have gaming.world, news.world, nsfw.world, woodworking.world, and so on. So then things would be distributed more evenly across the fediverse and it would be harder for a single for a DDOS attack to take out the entire system all at once? Or does the architecture of the whole thing not make any sense doing it like that? Would each instance then have to setup their own server or something to make it work?

I guess the community names could be subdomains, the default config would pass all the subdomains to the same Lemmy process. But this would make it easier to split things up down the road, and you could move some of those sub domains to different servers entirely.

Not sure if it's worth rearchitecting things like this now, probably better to just close signups and disallow creating new communities on overloaded instances like lemmy.world

Each instance is it's own server, then it has many communities which are created by users. Ideally we spread the communities across instances, but unfortunately most of the big communities are clustered on the big instances, because finding communities on small instances is hard.

5 more...