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

help-circle





  • I am dying for more of this show. I’ve been a big fan of anything Ben Stiller produces, and I was not let down with the first season. Now if only they could pick up the pace for producing the show.

    This is more of a current state of TV production problem, but this show is a live action, low/no special effects show that isn’t taking you all over the world or something. I don’t know what leads to the 2+ year wait between seasons. As long as the writing continues to be of quality, I’ll try my best to be patient, but this is a frustrating trend










  • 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