Little bit of everything!

Avid Swiftie (come join us at [email protected] )

Gaming (Mass Effect, Witcher, and too much Satisfactory)

Sci-fi

I live for 90s TV sitcoms

  • 39 Posts
  • 1.2K Comments
Joined 3 years ago
cake
Cake day: June 2nd, 2023

help-circle

  • Exactly. It should all be treated as another tool in the toolbelt. To me, it reminds me of when GUI editors came along in IDEs like Visual Studio. It honestly feels the same. Tech CEOs immediately clamor to say that tech jobs are dead, the market for engineers dips. Engineers freak out and refuse to learn the technology while others learn what it is. Those who learn and use it as a tool elevate themselves and move faster. There is a non-trivial group of people who refuse to use the GUI tools on principal. Eventually the CEOs realize they made a mistake, and then more work comes in faster than ever before. Eventually over the years/decades everyone starts using the tech as a tool.

    It’s the same with an AI. Like it’s following the exact same pattern to a T. CEOs starting to realize that it’s just a tool that can be used, but it needs people at the helm to know how to use it. Devs are split, some it’s accelerating their work if they know what it’s doing, others see a useless boondoggle and refuse to use it but are probably only hurting themselves because every interview is asking “are you using AI”. I’d say we’re finally starting to normalize on it’s usage as a tool.







  • U.S. Secretary of State Marco Rubio, the agency said such laws would “disrupt global data flows, increase costs and cybersecurity risks, limit Artificial Intelligence (AI) and cloud services, and expand government control in ways that can undermine civil liberties and enable censorship.”

    • disrupt global data flows - good
    • increase costs and cybersecurity risks - not sure how owning their own data is a risk
    • limit Artificial Intelligence (AI) and cloud services - good, and kind of goes against #2
    • expand government control in ways that can undermine civil liberties and enable censorship - ironic








  • It’s all about your perspective and what you can handle. Housing is a great example. Do you pay for rent for 30 years while you save up to buy a house outright with no mortgage (but having paid rent that entire time on top of paying for the house) afterwards, or do you get the house now and pay the bank a percentage while you also get to live in the house.

    The math seems bad when you look at one item, like paying interest seems like a lot. Until you realize the alternatives worse, like paying rent for 30 years and at the end you have nothing. At the end of the mortgage, you have a home.

    It’s the same no matter what you decide to take financing on. Personally I agree, I only do it for house and car (although we were very clear about what terms we wanted for the car), and beyond that not much. I have a credit card I pay off every month to keep my credit score high. Beyond that, I never take financing from places.




  • Basically for a cloud provider s3 storage is just any storage. It’s not a disk that needs to be high availability with programs reading and writing to it with an OS on top, its just blobs of data. Images, video, isos, whatever. Its meant for access that is lower than what a VM would need for an active program.

    For matrix this is ideal for its content. An image uploaded will be read a fee dozen times, and then less and less until eventually it isn’t really needed ever unless someone scrolls and scrolls up.

    So for hosting, if you store that on a disk you’re saying “this is critical to the operation of the software and must be highly available and optimized for vms reading and writing to it.”. Think like m.2 ssds. Blob storage then analogous to us home labbers to throwing it on a giant nas. Its there, may take a bit to load, but its there.

    Then s3 has classes too, where if you need your data even less you can pay even less trading off access times, you can get even better rates if you know you need it extremely infrequently, like audit logs. Tape drives are actually used quite a bit for those opt-in low access tiers because if you think about it the data storage is incredibly dense, but opening up a tape can be minutes or longer to access. No problem if you’re pulling up some archive from 20 years ago.