• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: August 15th, 2023

help-circle
  • Farid@startrek.websitetoGaming@lemmy.worldCutting edge
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 day ago

    Ok, so you confirm that I’m not mistaken and you can’t currently have a single module 16TB SSD? AFAIK, even 8TB is pushing it.

    And I treat it as a single module in the comic because it says “16TB SSD” singular, as opposed to something like “16TB worth of SSDs”.











  • At the risk of sounding like Blizzard, don’t you have a phone? Even my previous phone, Galaxy S8 had USB-C. Or do you have an old iPhone?

    Pretty much all electronics that came out in the past 4 years use USB-C. Just an example, here’s a non-exhaustive list of things that I charge with C:

    • MacBook (2020)
    • iPad (2018)
    • Galaxy S10e (2019)
    • Steam Deck (2022)
    • Nintendo Switch (2017)
    • Kindle (2020)

    All of these are, on average, at least 4 years old. So I’m pretty sure the average consumer has already switched to primarily USB-C






  • USB-C doesn’t have speeds, it’s just a connector type. USB 1, 2, 3-3.2, 4 etc. is the protocol responsible for speed. You can have a USB-C connector with any implementation (except maybe USB 1). It can even do DisplayPort stuff.
    So for USB-C to become irrelevant we need to come up with a better connector form factor. Which is unlikely to happen soon. But also, same thing happened with USB-B Micro connector (colloquially called micro USB), it was designated as a standard (but Apple managed to get an exemption) and manufacturers had no issues moving to a better connector, which is USB-C.


  • This applies to pretty much all “Linux good, Win/MacOS bad” memes. I just assume that people either aren’t really serious about them and it’s just tongue in cheek, or they don’t have any contact with regular people.

    I used to work as a(n assistant to the) sysadmin and the things I got called over never stopped to amaze. For instance, there was a case when software was updated on the work machines and I got called because some lady couldn’t use Adobe Acrobat. “It is asking me something, I don’t know what”. I come over and it’s just a TOS Accept/Decline window.

    Some people do not understand computers to an extent that they can lock up in a state of confusion when a button has been moved 100px in any direction from its usual position.


  • If you’re talking about an app that exist solely as Electron, then you might be right. But the primary benefit of Electron is that you can distribute your already existing webapp as a downloadable app, which reduces the amount of maintenance significantly.
    Also, when it comes to UI diversity and customization, nothing beats HTML+CSS.

    And as you mentioned, there’s a looot of webdevs. Electron empowers those people to easily create applications. Which they did, they created many useful apps. An application that isn’t perfect resource usage-wise is often much better than no application at all.

    Think of Minecraft. Java is arguably the worst language to use for a chunk-based 3D game. But it’s still better than no Minecraft at all.