• 5 Posts
  • 868 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle

  • Because there’s non-programmers in this community, if you aren’t sure what this means but are too afraid to ask, it’s a Regular Expression that better represents the terms “Linux” and “Unix.”

    Though if we’re going to be that pedantic, it would be [nN][uiI][xX]$. That extra pipe wouldn’t actually do anything in the last example, because regexp picks one character from the set by default.

    And if we want to be really pedantic,

    (?!nix)[nN][uI][xX]$
    

    Would be the most accurate.




  • I have quite literally never seen that. The majority of the time, somebody brings up Ventoy, somebody mentions the opaque blobs or some other legitimate criticism, and a bunch of fanbois pile onto that person for having their own opinions or concerns.

    Ventoy works well, but the lack of transparency concerns me and people like me.




  • Telorand@reddthat.comtoLinux@lemmy.mlBalenca vs Ventoy?
    link
    fedilink
    arrow-up
    58
    arrow-down
    3
    ·
    edit-2
    16 hours ago

    Balena Etcher is a writer that does one ISO at a time. Other similar options are Fedora Writer, Rufus, etc.

    Ventoy is one that can do multiple ISOs and is generally easy to manage.

    However, be aware that Ventoy has a lot of unknown code involved. There’s binary blobs that the maintainer refuses to open source, so there’s a big question over whether it’s hiding some malware or is using unpatched packages. Nobody knows except the maintainer, and it’s just his word saying it’s safe. You could use it to test out ISOs, but I wouldn’t personally use it to actually install a system.

    Also, the Ventoy fanbois are pretty insufferable, and they tend to brigade anyone that speaks ill of Ventoy or its dev.

    If you want something similar that’s open source, Glim works and could be a good option; YUMI has been around for a while, but I dunno if it’s still a good project or not.

    Edit: typo