• 0 Posts
  • 18 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.




  • It’s good that they mention the refurbished option. The most eco-friendly phone is the one you have, the second most eco-friendly phone is one someone else is getting rid of. Of course, the repairability promise of phones like the Fairphone is exciting and might make them a good bet longer-term.

    I plan on using my current phone into the ground but I’m not sure what I will do when it finally dies. I think if there is a Fairphone 5 with modern specs by then, I would strongly consider it. I know constant new releases kind of goes against Fairphone’s philosophy so there might not be a 5 for a while, but with the Fairphone 4’s specs I would worry about how long it will remain useful. If there is not an improved Fairphone out by then, I would still consider a Fairphone 4 or would likely buy a refurbished Pixel.




  • Hi there, thanks for working on this! One thing I am trying to do is write a script that fetches all of a particular user’s subscribed communities (on any instance). It seems like a fairly simple thing but I can’t seem to find any library that offers that functionality at the moment, unless I am missing something.

    Another thing I’d like to be able to do is follow a community on a different instance to the user’s local instance. I see Plemmy has a follow_community method but it’s not clear if it allows following communities on different instances.

    Are these things that Plemmy does or will support? It wasn’t clear to me from the docs and am just wondering if Plemmy (or any existing library) will work for my use case.






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