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

help-circle






  • I was planning to sign up at BeeHaw because it seems pretty active and with high quality discussions. When I heard that it had defederated from Lemmy.ml and Lemmy.world I decided not to sign up to any of those three as I would rather have access to all of them (though I can understand why BeeHaw defederated). So I just went with VLemmy.net as it was one of the recommended ones (on join-lemmy.org and the Awesome-Lemmy-Instances GitHub) and seems to be very broadly federated.

    I don’t think it matters too much, though I think if you were signed up on the same instances as all your favourite communities it would be a bit more convenient.







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