this post was submitted on 23 Sep 2024
9 points (100.0% liked)

Fediverse memes

3012 readers
45 users here now

Memes about the Fediverse.

Rules

General
  1. Be respectful
  2. Post on topic
  3. No bigotry or hate speech
  4. Memes should not be personal attacks towards other users
  5. We are not YPTB. If you have a problem with the way an instance or community is run, then take it up over at !yepowertrippinbastards@lemmy.dbzer0.com.
    • Addendum: Yes we know that you think ml/hexbear/grad are tankies and or .world are a bunch of liberals but it gets old quickly. Try and come up with new material.
  6. This is not the place to start flamewars between Lemmy, Mbin and Piefed.

Elsewhere in the Fediverse

Other relevant communities:

founded 1 year ago
MODERATORS
 

!piefed_meta@piefed.social for people interested

top 6 comments
sorted by: hot top controversial new old
[–] blue_berry@lemmy.world 1 points 1 year ago (1 children)

Ha ha. Great :D

Still, I a Spring-backend sounds more promising than Python ...

[–] blue_berry@lemmy.world 2 points 1 year ago

Although I love Piefed for the topics-idea alone.

[–] moonleay@feddit.org 0 points 1 year ago (3 children)

Written in a common programming language that many developers understand and which has a bright future ahead of it. Python, of course!

Not to be a complete downer, there are some good ideas which this project has, but I am really skeptical if Python is a good choice for this kind of application. Especally if it has to run on servers.

[–] TheHarpyEagle@pawb.social 1 points 1 year ago* (last edited 1 year ago)

Python is slower than compiled languages, it's true, but it's still very fast. Bottlenecks are more likely to come from external connections to the frontend, other APIs, and database than from the server codebase itself.

[–] Cube6392@beehaw.org 1 points 1 year ago

if mastodon can work for most of the fediverse on ruby, python cal be viable. not to mention how much of the parts of the internet we enjoyed were written in php. claiming python is not suitable for webservices is ultimately kinda wild given how much it gets used for exactly that

[–] merthyr1831@lemmy.ml 1 points 1 year ago* (last edited 1 year ago)

Python is pretty performant for web services to be fair. But maybe social media isn't ideal for it?