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

help-circle



  • Completely agree, and anyone with any foresight would insist on something more robust. But very often the courts have to deal with situations where the parties did not have that foresight and instead proceeded to do business with one another on the basis of informal or very flimsily documented arrangements. And it falls to the court to look at what little evidence there is and determine (to the extent they can) whether there was an agreement and, if so, what the agreement entailed.

    You would actually be surprised just how much business is conducted like this.








  • 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.)