• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • 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



  • I used to do mechanical turk jobs for some quick and easy pocket money. There were several types of tasks you could do, and there was a sort of ranking system to dissuade anyone from just inputting junk instead of answering seriously. I usually stuck to surveys and things I would describe as fancy captchas. I recall a few jobs where the task was to record yourself in different environments reading the same script of text. I can’t see that type of job for being anything other than training data for AI/ML