• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle





  • Donations, or with a small enough instance a server admin might just pay out of his or her own pocket. Maybe if Lemmy were ever to get much bigger there might be paid or ad-supported instances.

    I think a big part of the point of federation is that the costs of hosting servers can be distributed so no one has to spend millions to keep their server running. That way there is less of a need to monetise an instance (and less of an incentive, as if you start doing anti-user stuff, people can just move to a different instance).







  • While I mostly agree with this, I would point out that mandatory TLS introduces a decent bit of complexity, both in implementing TLS itself (where you should really use one of the established TLS libraries in your language of choice) and in figuring out what to do with certificates (TOFU, etc).

    It’s still a very simple protocol of course, but not quite so simple that you can negotiate a connecting manually over telnet, for example. (Some versions of netcat, on the other hand, do support TLS.)