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

help-circle
  • Back up whatever data you want physically on your computer before doing anything. While still using your Mac os, take an external drive you are okay to wipe clean, then reformat it to an .ExFat file type (so both computers can read the drive easily)

    I haven’t experimented too much with different distros, but I would say Ubuntu has a Macintosh feel to it to me. Linux mint is what I use for my gaming PC, and it works fine, but between Ubuntu’s and Mint’s terminals, I like Ubuntu’s way more. It’s a bit pedantic, but I just prefer it that way




  • This puts into words what I’ve been feeling more and more over the years. I felt that Reddit had developed some sort of language all its own (thanks for the gold kind stranger, happy cakeday, etc), that felt off to me. On top of that, the sensationalism, and the ever increasing political echo chambers, and then closing the API access to force everyone onto their own app out the final nail in the coffin for me. I’m not off reddit entirely, but I’ve gone read only and only on a computer. Lemmy seems more organic, and genuine to me






  • 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