Little bit of everything!

Avid Swiftie (come join us at !taylorswift@poptalk.scrubbles.tech )

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

Sci-fi

I live for 90s TV sitcoms

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

help-circle




  • Speedtest hasn’t been trustworthy for a while. Okla bought them and immediately started selling to ISPs nodes that they could install (probably just a container or something) that would sit as a “local” speedtest node, so you were testing your connection to the ISP, not testing your actual internet connection. (i.e. giving you the best possible results and what your ISP wanted you to believe).

    Fast.com is slightly better in that Netflix spun it up to test your connection to their servers. So it’s independent of ISPs - but then they built high speed optic lines to most ISPs so it’s more like the second-best possible speed.

    Accenture will be the same or worse. I don’t trust it for speedtests anymore.



  • 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





  • 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.