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

help-circle




  • I don’t have an answer to this question, but I will provide my anecdote.

    I have a smallish bin inside for all of my recycling. I rinse out of my bottles and cans in water so that the bin doesn’t get stinky. I’m not required to in my area, I just don’t like the smell of stale beer or old beans lurking next to my door.

    My process is to just leave any bottles/cans/drinks that are recyclable next to my sink and when I do the dishes, I rinse them all out at the end and put them in the drying rack. the next morning they go to the inside bin. When the inside bin is full, I move that to the outside bin. Not too much effort, and my house smells (relatively) good





  • At this point when I re-watch Voyager, I tend to skip the episodes that don’t interested my. In my opinion, Voyager has issues with consistency, that I believe comes from fatigue in the formula the series’ in the (80s/90s/00s) used. There are some very high highs (message in a bottle, scorpion, blink of an eye) but equally low lows (threshold, any ireland based holodeck episode. Neelix and Kess stories). So its worth it for the ones you enjoy, but don’t sweat the bad ones - unless you want to watch everything





  • 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