this post was submitted on 23 Sep 2024
8 points (100.0% liked)
Fediverse memes
1274 readers
25 users here now
Memes about the Fediverse.
Rules
General
- Be respectful
- Post on topic
- No bigotry or hate speech
Specific
- We are not YPTB. If you have a problem with the way an instance or community is run, then take it up over at [email protected].
- 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.
Elsewhere in the Fediverse
Other relevant communities:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
founded 6 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
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
Python is pretty performant for web services to be fair. But maybe social media isn't ideal for it?
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.