Pro tip for new developers: if a protocol or tool has "simple" in the name, it probably isn't.
@cadey sharing your website with the world on S3 is super duper simple! you just gotta set the right role based policy, resource based policy, bucket ACL, object ACLs and then pray to God that no unauthorized users accidentally got granted write permissions afterwards!
Edited 36d ago
@cadey SNMP is simple. You send a request to it, and you never receive a response. Couldn't be easier!
@cadey My favourite use of simple is in OOP when the abstract base class is called AbstractFoo and the concrete implementation is called SimpleFoo and there’s literally never another implementation in the system ever and it could have just been one class called Foo.