• 11 Posts
  • 178 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle

  • I had trouble using Flatseal to adjust permissions for Flatpak applications in Linux Mint. But that was a few months ago and may have been fixed. Other than that I never really had trouble with stuff being broken or unavailable in Mint.

    I guess if you use very new hardware you might prefer a newer kernel than the one Mint uses. Or if you want the latest versions of packages, a rolling distro might suit you better. Or you might prefer a different filesystem. But if none of this bothers you, there’s no need to switch. Mint generally works well.






  • It would be a single point of failure for many apps in case the curators of F-Droid were dishonest or hacked. They could insert bad things into lots of packages without having to change the public source code. But it also becomes the only point where malware or backdoors could be inserted that way, instead of having to trust every single developer to build honestly off the source code, which we’d have to do if they just stuck prebuilt binaries up there. I don’t know how rational I’m being, but it makes me trust F-Droid apps more that they build each one themselves.


  • Many of our home customers’ feedback indicated a preference for the certainty provided by an annual plan. The annual plan offers assurance that you always have access to the latest version with innovations such as improvements we’ve made in compression speeds and algorithms. It also ensures you have access to critical updates and are protected against new threats and risks.

    I think they made that up. I highly doubt their customers expressed any such preference.









  • floofloof@lemmy.catoLinux@lemmy.mlWhat happened to elementary OS?
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    2
    ·
    edit-2
    2 months ago

    Yes, in addition to MS Office, MacOS is particularly used by a lot of people who work in art or music, and none of the programs they use professionally for that will run on Linux. You can’t just go it alone with free software when all your colleagues expect you to use proprietary tools. And what people like about MacOS is that it is reliable for running these programs with a minimum of fuss, has a solid low-latency sound system (for musicians), and has easy access to Apple features like cloud backup. Imitating its desktop brings none of that.





  • As one of the other quotes suggested: fork the kernel project and rewrite it entirely in Rust

    That’s not practically possible given the scale of the kernel. And doing a total rewrite is almost always a recipe for getting stuck and, if you ever create anything, creating something worse.

    Replacing C with Rust in the upstream kernel is akin to replacing the engine in a car while it’s running or being used every day.

    Almost all real-world software development is like this. That’s what we do.