613
submitted 3 weeks ago* (last edited 3 weeks ago) by Pro@programming.dev to c/technology@lemmy.world

Archive.

The key reason is that we just don’t have enough people on the admin team to keep the place running. Most of the admin team has stepped down, mostly due to burnout, and finding replacements hasn’t worked out.

top 50 comments
sorted by: hot top controversial new old
[-] Vopyr@lemmy.world 1 points 6 days ago

Sad, my first account was on this instance... although I hardly ever used it.

[-] who@feddit.org 180 points 3 weeks ago

The sad reality is that while there are a lot of great people on Lemmy, there are also some who use the platform to attack others, stir up conflict, or actively try to undermine the project. Admins are volunteers who deal with the latter group on a constant basis, this takes a mental toll. Please understand why our admins chose to step down, and be kind to the admins on whatever instance you decide to join.

[-] Walican132@lemmy.today 102 points 3 weeks ago

I’ve noticed this a ton over the last two or three months. Lemmy has become so much more negative than it was when I joined. It’s a real bummer. I can’t even imagine trying to be a mod or an admin.

[-] acosmichippo@lemmy.world 38 points 3 weeks ago

agreed. the honeymoon period post-reddit-exodus was nice but this place is just like everywhere else now.

[-] floofloof@lemmy.ca 90 points 3 weeks ago

It's still quite a lot nicer than reddit, even if it has its share of unpleasant characters. Whenever I read a reddit thread I am glad Lemmy exists.

[-] fluffykittycat@slrpnk.net 46 points 3 weeks ago

It's the normal amount of suck that is inherent and not the turbo suck that corpos intentionally cultivate for profit

[-] halcyoncmdr@lemmy.world 13 points 3 weeks ago

Fascinating how quickly you can forget the actual abuse when thinking about an abusive ex.

[-] Walican132@lemmy.today 5 points 3 weeks ago

Yeah I was bored the other day and opened up a niche reddit community and I was just floored at how positive everyone was versus the same community here. But I digress I imagine it’s going to be phases and I’ll continue to try and be positive.

[-] 3dmvr@lemm.ee 14 points 3 weeks ago
load more comments (1 replies)
load more comments (1 replies)
[-] Tanoh@lemmy.world 8 points 3 weeks ago

I think that is just an effect of growing, or at least not shrinking and sticking around. There is ni point in spaming somewhere where there are no active users.

[-] Sandbar_Trekker@lemmy.today 8 points 3 weeks ago

Based on the uptick in "I was banned from Reddit" posts, I'm thinking that we're getting a lot more users that were banned for good reason from Reddit. Looks like Reddit has also stepped up their game in their ability to keep those users off their platform.

load more comments (2 replies)
[-] Zonetrooper@lemmy.world 6 points 3 weeks ago

I don't know if it was that short term, but I've always been rather concerned with the sharp degree of hostility and even outright hatred that seems to be tacitly accepted or encouraged.

load more comments (6 replies)
load more comments (6 replies)
[-] UnearthedUnusual@lemm.ee 110 points 3 weeks ago

I have mostly just lurked here and wanted to come out of my shell to say thank you, admins, for all your hard work on this instance. You did a great job running this instance and I'll miss being the goblin hiding in the corner here.

Best of luck with your next endeavors.

[-] Owljfien@lemm.ee 82 points 3 weeks ago

Oof owie, my instance

[-] MCasq_qsaCJ_234@lemmy.zip 74 points 3 weeks ago

Managing a federated network comes with a lot of responsibility.

[-] halcyoncmdr@lemmy.world 45 points 3 weeks ago

It's not just federated networks. It is anything with user interaction. Managing and moderating any sort of sizeable social media site is a lot harder than people think.

[-] JayGray91@piefed.social 7 points 3 weeks ago* (last edited 3 weeks ago)

it's why I said no to a discord server that I am chronically online in. I don't remember what was the active user count back then, probably just 100. the admins offered a mod position because I'm a good boi. I know I'll get angry at the slightest thing. but i always managed to stop kyself from posting angrily off the cuff. I am not fit to moderate strangers, even if their familiar strangers. dunno how I'd do with a smidgen of power.

I couldn't imagine the stress of moderating even larger network

[-] async_amuro@lemm.ee 38 points 3 weeks ago

That’s depressing news, but I get it.

Any suggestions on alternative instances?

[-] cole@lemdro.id 16 points 3 weeks ago

I started lemdro.id and we've got a couple other folks as admins too. Not too large an instance, but imo we have a similar philosophy to lemm.ee (although community creation is not enabled by default for users)

load more comments (1 replies)
[-] Intempesta@lemmy.ml 7 points 3 weeks ago
[-] eleitl@lemm.ee 13 points 3 weeks ago

Unfortunately, I had to move my community from there after some admin started interfering with the content.

[-] Pixelemme@lemm.ee 36 points 3 weeks ago

That is sad to hear. Thanks for the all the work admins.

[-] Altomes@lemmy.world 34 points 3 weeks ago

Thanks for all your work, you ran a great instance and I appreciate all the effort you put into it

[-] WanderingVentra@lemm.ee 34 points 3 weeks ago* (last edited 3 weeks ago)

This suuuucks. We need another big, general instance that doesn't defed everyone. But I get it, being an admin sounds like a lot of work or I would do it lol. Plus I don't have place for a server around here. Or do most admins just buy space from the cloud?

[-] Ek-Hou-Van-Braai@piefed.social 27 points 3 weeks ago

Now is a good time to check out PieFed.

It also has much better mod tools, so it will make life easier for mods

[-] 3dmvr@lemm.ee 6 points 3 weeks ago

What are the issues with python if anyone knows? Is it a bigger issue with scaling up or will it get significantly slower as they add more features? People mention how its bad but they just assume people know why.

[-] phutatorius@lemmy.zip 9 points 3 weeks ago

We use Python on the back end of a public-facing website with massive levels of traffic. There are some maintainability issues due to the dynamic nature of the language, duck typing can be tricky for similar reasons, but as long as devs are sensible and test things rigorously, performance is fine, and I'm reasonably sure we're operating at a scale at least a couple orders of magnitude larger than all Lemmy instances combined. Also, it's a mature, concise language with excellent libraries, so most non-exotic requirements can be met without too much difficulty.

People mention how its bad but they just assume people know why.

They don't know why. I supect it's because nothing works right if you do it wrong.

[-] DSTGU@sopuli.xyz 8 points 3 weeks ago

You can assume a roughly 10-100x slowdown on pretty much everything. It also does not feature type safety, so while it is easier to code in it it is also easier to make mistakes. Other than that... Just a simple scripting language

[-] death916@lemmy.death916.xyz 4 points 3 weeks ago

Id say 100x is extreme and python has optional types now but mostly you're right.

[-] node2527@lemm.ee 24 points 3 weeks ago

Thanks for your time. Take care of yourselves.

[-] Pandantic@midwest.social 23 points 3 weeks ago

Sad to hear this. I liked the people I’ve met from lemm.ee and the hands-off approach to defederation that the instance had.

load more comments (1 replies)
[-] Gsus4@mander.xyz 22 points 3 weeks ago* (last edited 3 weeks ago)

Damn, it was like the 2/3rd most active instance

https://lemmyverse.net/ to search for a new instance

load more comments (5 replies)
[-] phutatorius@lemmy.zip 20 points 3 weeks ago

Thanks, admins, your efforts and patience have been greatly appreciated.

[-] moonlight6205@lemm.ee 16 points 3 weeks ago

I was here for just a few days but thanks for providing the service

[-] Nelots@lemmy.zip 15 points 3 weeks ago

Farewell Lemm.ee, it was a good two years.

[-] Master@lemm.ee 13 points 3 weeks ago

Sad day. Lemm.ee was by far my favorite instance and my home. Thanks admins for the hard work.

[-] CooperRedArmyDog@lemmy.ml 6 points 3 weeks ago

.ee was my second favorate general instance after .ml I will be very sad to see it go

[-] Bloomcole@lemmy.world 5 points 3 weeks ago

After .ml?

Then how can you even like lemm.ee and its right-wing mods?

load more comments (5 replies)
[-] ABetterTomorrow@lemm.ee 10 points 3 weeks ago

Thank you for your hard work! Sorry I was being an ass time to time.

[-] DirkMcCallahan@lemmy.world 9 points 3 weeks ago

What happens to the communities there? Is there a way for them to automatically migrate to another instance?

[-] eleitl@lemm.ee 13 points 3 weeks ago

You have to migrate your community to a new instance, and notify the users about its new location. Old content from lemm.ee will remain accessible.

[-] 4am@lemm.ee 9 points 3 weeks ago

The content will still be visible on other instances that were federated, according to their post.

load more comments (1 replies)
[-] k0e3@lemmy.ca 8 points 3 weeks ago

In this situation, a user on lemm.ee would have to export their settings and create a new account elsewhere, right? Do their comments and post histories get exported too? I joined Lemmy only a month ago; this is the first time seeing an instance go down, so I'd appreciate it if someone here could clarify that.

[-] GreenKnight23@lemmy.world 5 points 3 weeks ago
[-] Monstrosity@lemm.ee 5 points 3 weeks ago
load more comments
view more: next ›
this post was submitted on 03 Jun 2025
613 points (100.0% liked)

Technology

71922 readers
3831 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS