• 0 Posts
  • 52 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle

  • No. That’s not what I said. I said the manufacturers not testing their equipment on Linux made it so, and more users would change that. Actually, looking at it again that isn’t even true. This example has nothing to do with the operating system at all. It’s caused by connecting with a computer on a different subnet (or I guess more accurately the same subnet as the printer), which would have happened even if the OS were Windows.


  • Honestly, this is a pretty good example of why this isn’t an inherent Linux problem. It’s a problem of using any OS that isn’t popular enough to be supported by manufacturers. More people using Linux would cause problems like this to stop happening.

    I realize that’s a distinction without a difference to a lot of people, and that’s totally okay. I’m not saying that’s wrong, but it matters to me that the benefits of Linux are specific to the OS, while most of the problems are not.




  • ZephrC@lemm.eetoLinux@lemmy.mlUpdating BIOS via Linux ?
    link
    fedilink
    arrow-up
    10
    arrow-down
    2
    ·
    2 months ago

    All the security updates are in the microcode loaded by the bootloader even before the kernel is loaded, so unless there’s some new feature, bugfix, or hardware support you specifically know you need it’s not important to update your BIOS anyway. Which is good, because as far as I can tell you’re just screwed by a bad hardware vendor.





  • ZephrC@lemm.eetoLinux@lemmy.mlUbuntu Snap Hate
    link
    fedilink
    arrow-up
    26
    arrow-down
    1
    ·
    5 months ago

    I don’t know why people keep saying that flatpaks don’t support cli apps. They do. I know it’s awkward to type out flatpak run io.github.zyedidia.micro or whatever every time you want to use a text editor, but aliases fix that pretty neatly, and that example wasn’t hypothetical.





  • ZephrC@lemm.eetoTechnology@beehaw.org3 days 🤯
    link
    fedilink
    arrow-up
    25
    ·
    6 months ago

    Yeah, and none of them can actually design bridges. Some of them can be useful tools for engineers to use while designing bridges, but this isn’t tech bro fantasy land. You’re gonna need some engineers. That’s gonna take more than a day.



  • ZephrC@lemm.eetoTechnology@beehaw.org3 days 🤯
    link
    fedilink
    arrow-up
    23
    ·
    6 months ago

    Did you actually even read the article you linked? It’s about a type of generative AI that’s slightly better than humans at finding the most efficient way of providing structural strength with minimal material. If you think that’s all there is to designing a bridge I can only hope you aren’t allowed anywhere near a bridge I need to drive across.


  • ZephrC@lemm.eetoTechnology@beehaw.org3 days 🤯
    link
    fedilink
    arrow-up
    92
    ·
    6 months ago

    So uh… how exactly does a 3D printer use AI? Is the AI running the stepper motors? Or is this person actually suggesting that an AI could design a bridge? Because, uh, no. No it can’t. Maybe someday in the distant future, but large language models aren’t structural engineers. Those aren’t even remotely the same thing.


  • It’s really only more secure in the sense that in general more complicated programs have more things that can go wrong with them. Either bugs, or just user error.

    That is a valid concern, and most people don’t need or use any of sudo’s extra features, so it’s completely reasonable to switch to doas because of that, but it’s not like there’s some glaring security flaw in sudo that most people really need to worry about. Especially if they’re not doing weird things in the config, which would mostly be the same people who could easily switch to doas anyway.



  • How exactly do you update the github of a flathub package with no one actively maintaining it? Not sarcastic. That is an actual question.

    And I’m not worried about big officially supported apps. A better example of the kind of thing I’m talking about is older open source games. Flatpak could be great for games. No distro out there is maintaining a current version of every open source game that has ever been released, but Flathub can, and it could be great. Unfortunately anything that’s not being actively maintained is rapidly going to become a 200MB download that whines about security every time you update your flatpaks, even if it doesn’t connect to the internet at all. Even if it’s possible for any random person to update it, who will?

    Of course, this doesn’t just have to be about games. There are lots of open source programs out there that just kind of get completed and abandoned. And that’s not even bringing up all the closed source software on flathub that definitely won’t be updated eventually. These aren’t unsolvable problems, of course, but I don’t even think anybody working on flatpak even cares.