this post was submitted on 11 Jun 2023
233 points (98.7% liked)

Asklemmy

44265 readers
1573 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

I'm really enjoying lemmy. I think we've got some growing pains in UI/UX and we're missing some key features (like community migration and actual redundancy). But how are we going to collectively pay for this? I saw an (unverified) post that Reddit received 400M dollars from ads last year. Lemmy isn't going to be free. Can someone with actual server experience chime in with some back of the napkin math on how expensive it would be if everyone migrated from Reddit?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 7 points 2 years ago (1 children)

@psylancer If you got 100 million users so that it's costing 400 million dollars a year, then ideally you need one million servers with 100 users on each. They need to all pass around a hat between their 100 users to raise the 50 dollars in server costs a month.

[โ€“] bobaduk 3 points 2 years ago (1 children)

Seems like storage is the cost prohibitive part. Search is going to be difficult, too. I wonder whether the model there might be community supported shared services. A bunch of instances could jointly run an elasticsearch cluster or Algolia instance and charge for API access to cover costs.

[โ€“] [email protected] 1 points 2 years ago

I wonder if the storage costs could be reduced, over the long term anyway, by having a setting to automatically delete anything older than a certain amount of time, configurable by the owners of a given instance. So an instance with ample funding or good hardware could disable it, and one that has enough drive space for about 3 years worth of posts could set that length of time for how long something lasts. Probably also would want a way for an instance admin to mark a posts as permanent and exempt from deletion. Would be a shame to lose that older content, but if reddit is any indication, anything people want to see again will likely get reposted anyway, and it would be preferable to losing an instance to rising storage costs. I imagine it might also make search a little better by having less to look through, though tbh I'm not sure how search algorithms work so I don't know how much that would help them if at all.