I use the apps my friends use but it gets tiring to keep up with so many.

  • CubitOom
    link
    English
    24 months ago

    Yep SimpleX works great. Although every time I read the name I think of herpes.

    • @Pantherina@feddit.de
      link
      fedilink
      24 months ago

      Hahaha, SimpleX on Android is fine, the Desktop client is kinda incompatible with anything (no flatpak, the ubuntu version is kinda broken, no repo, their sync requires a random firewall port to be open)

        • @Pantherina@feddit.de
          link
          fedilink
          24 months ago

          Yeah I avoid installing stuff to my system but I looked into RPM .spec files and that should be possible too. Flatpak would be the way to go though.

          • CubitOom
            link
            English
            14 months ago

            Personally, I do the opposite. I try to avoid flatpaks and the like. And the AUR enables that really well

              • CubitOom
                link
                English
                14 months ago

                Security is a compromise between convenience and safety.

                However, simply using flatpaks isn’t inherently more secure than using a binary or compiling from source. But it can make it easier to be secure for people that don’t want to manage their own sandboxes.

                It’s also easier for devs so they only have to make one version of their app which in theory should work on all systems. But in practice I find it doesn’t always work that way

                • @Pantherina@feddit.de
                  link
                  fedilink
                  14 months ago

                  The AUR is not verified or audited at all, isnt it? So you need to check every release if that script was modified to download something malicious. For sure this works somehow, but idk how.

                  And sandboxing… flatpak has GUI tooling unlike anything else. Bubblejail is usable.

                  • CubitOom
                    link
                    English
                    1
                    edit-2
                    4 months ago

                    From a maximum security perspective, you should be checking all the code you install on your computer. No matter if it is foss, audited by some group, or proprietary (if possible). What would stop a bad actor from auditing malicious code and approving it?

                    As for sandboxing, there’s multiple options, not the least of which is containerization.

                    Again, security is a compromise. More security normally comes at some cost just as less security does.

                    But back to the topic of the post. You are complaining that SimpleX doesn’t work when installed though a flatpak (because one doesn’t exist). So perhaps it’s not a good software to rely on flatpaks for. Unless you choose to only install software via flatpaks, to which I’d say that’s admirable but also perhaps needlessly limiting. Either way it’s your choice, but I would suggest some open mindedness of options that may let you use the software you want.