this post was submitted on 03 Jun 2025
598 points (98.1% liked)

Technology

70919 readers
3182 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
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] Ek-Hou-Van-Braai@piefed.social 23 points 2 days ago (2 children)

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 2 days ago (2 children)

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 2 days 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 7 points 2 days ago (1 children)

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 3 points 2 days ago

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

[–] viking@infosec.pub 1 points 1 day ago

Is there a single instance that allows using apps, other than the api test instance? PieFed is a good idea for desktop, but the mobile website is cumbersome to use.

I signed up with piefed.au several months ago now, but every time I try, I'm getting error 400 "alpha api not enabled".