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.
I don’t think this is particularly surprising. Handshakes can form legal contracts, and contracts can be formed orally. There’s no reason why an image couldn’t indicate acceptance of a contract, generally speaking (certain specific types of contract may require additional formalities).
-site:pinterest.*
seems to work for me.
I hate Discord full stop, because it’s a centralised proprietary platform just like Reddit and is going to hit the exact same issues one day, and it’s going to be even harder to recover all the conversations that have gone on there.
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.)
Services vary a lot on how they are deployed and their dependencies, etc. The knowledge I have (and honestly I don’t have much) I just built over time, tinkering with different set-ups and trying to debug problems when they arose. So I guess just choose a few difference services and try to get them working (choose low-stakes ones at first, where the risk of getting pwned or losing everything is very low). Docker can abstract away a lot, so maybe try more direct deployments if you are interested in learning.