• 2 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: March 15th, 2023

help-circle
















  • fxdave@lemmy.mltoLinux@lemmy.mlArch or NixOS?
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    7 months ago

    Ofc, Arch users should learn how to resolve a package conflict, or how to downgrade packages, or generally how to debug the system. Sometimes you also have to migrate config files.

    On the other hand, as an arch user, I can tell that it mostly just works. If you customize heavily an ubuntu, it will break more likely. And while you can fix an arch, you probably have to reinstall an ubuntu.

    Moreover, Arch has a testing repository which is not the default.




  • Afaik, Fedora is a free software. I don’t deny that, and I’m a free software fan. I don’t have any problems with fedora besides that it is too heavy for me.

    It looks you also care about your freedom because you use gnu/linux and lemmy. However, it seems you have a different meaning of malware.

    Softwere is a recipe. Any unwanted step is malicious. You can only determine a step as unwanted by seeing its source code.

    Besides this, a softwere can have other functions that are not coming from the code but the license. Similarly they can be malfunctions. For example preventing you from modification.

    So yes, propriatory software is malware. I use some malwares also, because they have no alternatives yet. But let me call them malwares.

    Copyright is the example of capitalism polluting water to be able to sell clean water to people.


  • I wish it would be possible now but it probably won’t happen until windows and mac will have similar features. The problem is that processes cannot just read a file, because in the container it doesn’t exist. It’s maybe due to permission. Maybe not. You cannot tell. Android apps are written in a way that they request access, while pc apps are just reading the files directly without requesting permission.

    So the app has to be written for flatpak. However, afaik, this is the maintainers goal too. Btw, the file open dialog is a currently working example of the dynamic permission handling. It’s just that the app should use these features which is not guaranteed.