120
Discussion - Potential piefed instance in the future?
(lemmy.dbzer0.com)
A community for discussion and democratic decision making in the Divisions by zero.
Anyone with voting rights can open a governance thread and initiate a vote or a discussion. There's no special keywords you must be aware of before you open a thread, but there are some. here's the governance thread manual.
A comment I came across a while ago puts it quite well:
from: https://sopuli.xyz/comment/17119490
the comments' thread is also quite interesting
Plus it's written in Python and has only 1,6k MAUs, so we can only guess how well it scales
Slightly edited from an older comment of mine:
EDIT: as such I believe that operating a Piefed instance would be a waste resources and actually harmful considering the fragmentation it would cause for little to no benefit at all (also it seems much better set up for a new Reddit with all the .world'ers flooding over there and the anti-features)
Instagram is written in a much more heavy python framework, but it scaled fine.
I'd be willing to bet that the backend isn't
Its the backend. It uses django which is more resource intensive than flask, which piefed uses.
Huh, TIL. Though some websites say they made the performance intensive stuff like image processing in C++
On python those libaries are usually written in C anyway.