• 3 Posts
  • 22 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle

  • I do think it’s important to keep up to date. Even discounting the things I can’t control getting through my filters, there have been things that have directly affected my family and their jobs because of things Trump has done and I did not know about until after the fact. There is a line somewhere that you should be aware of, or else you may just be burying your head in the sand.

    Separately, I use boost for Lemmy on android. Thank you for telling me about tesseract. I haven’t been as successful with any keyword filters in browser














  • As part of AWS? S3 stands for “simple storage solution” and it is used for storing data in the cloud. A typical s3 setup has a “bucket” which would act like a folder directory on your computer. At that point it can be pretty much however you want to set it up. In theory it can store anything, as long as it can be converted into a binary string, I believe. I havent worked in AWS in a few years, but I recall it being easy enough to use for storing files when handling file transfers with other microservices like Lambdas. You just need to configure a few things, like the bucket name, the “file name” (I say it that way, because you dont necessarily have to store files - and anything stored in s3 has to be converted to that binary string), and the

    It can be even more than just simple storage when used with other microservices, the possibilities can be endless