this post was submitted on 23 Jun 2023
65 points (100.0% liked)
Fediverse
28195 readers
361 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to [email protected]!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ruud who runs lemmy.world and mastodon.world publishes financial information on his blog: https://blog.mastodon.world/april-and-may-2023-financial-update
Wow, such transparency... that's awesome. I wonder (hope) if there will be a massive spike in donations in June.
/me sets alarm to remind me to donate after work since I keep thinking about it while I'm away.
Ya, no kidding. This piqued my interest, but I did not click expecting to see an actual cost basis! I have been looking at potentially setting up my own node, but at the same time... Perhaps contributing here, financially as well, could be the best option.
Still fun to play around with my own stuff though :) Thanks guys!
He is a Dutchie, that must be why.
I guess so.
Iirc, Isn't the lemmy.world vps around €200 PM?
Thanks for the instance and good work btw, I know it's not easy running this stuff.
Yeah 180, for now it's overkill but I prefer that over scaling up every day.
Where can I donate?
Derp, found it: https://opencollective.com/mastodonworld
I have a small, private Lemmy site, a personal Calckey site, and some blogs that I run off of a VPS that I pay like $13/month for. The server is overkill by an order of magnitude for what I'm using it for. Based on current usage, I could support a few hundred active users without ever taking a dime from anyone, though I'm sure media expenses don't scale well. That said, there are collective media projects like Jortage out there that have the potentially to significantly reduce media hosting costs for small sites.
This sort of openness and transparency around finances and the need for donations should become the norm (however awesome it is to see from ruud).
IMO, with more transparency, the more normal it will seem to donate and the less grating it will be to ask for donations.
😍
Cool info. Thanks for posting that.
How is it possible to donate?
Opencollective has a page. Recurring donations are usually more useful than one-time, but both are excellent.
Just reading through this it seems crazy to me that lemmy.world is being scaled vertically, is there something about how it works that prevents horizontal scaling (like, load balancing across a number of servers all using the same db)?
As far as I can tell, the software just wasn't built with that in mind, so I would expect some kind of bugs or weird behavior like race conditions, etc. Nothing is stopping anyone from trying it to see what happens though I guess.
I am trying to start a project with a fairly ambitious goal, trying to take load off the central instance to reduce hosting costs (whether that comes in the form of a single powerful server or multiples pointed at the same DB). It's still in early form, but the core (trying to make it so running a Lemmy node is not too punishing on the main instance server) is an attempt to do the engineering to help accomplish exactly this.