• 6 Posts
  • 59 Comments
Joined 1 year ago
cake
Cake day: July 21st, 2024

help-circle



  • I’d argue that Ubuntu Touch and Sailfish are the most mature offerings. Both OSs are (or at least were at some point) developed as commercially viable alternatives to the duopoly. That gives them a headstart in terms of apps and overall pollish.

    The postmarket shells are catching up, but you still get instructions like “drag and drop a file from your file manager to open it”, which doesn’t work on a phone. Phone UX still seems like an afterthought in many cases.

    Postmarket OS is a desktop Linux system, but for phones. UT and Sailfish on the other hand are mobile OSs, that happen to use much of the same tech as desktop Linux. They are therefore much closer to the duopoly (for bettet or for worse).





  • Resolve is not available as a flatpak so distrobox would be your only option to get it running on a atomic distro.

    But in general flatpaks are more secure than distrobox containers. Flatpaks are sandboxed. Apps can request access to different parts outside the sandbox through so called portals. Portals are basically like the permission system on your phone. But not all portals are finished yet so apps can get way more permissions in the name of user friendliness. There are third party tools like flatseal, that manage permissions though.

    Distrobox on the other hand doesn’t have any of that. Apps can access your entire home directory and a bunch of other stuff if they want






  • That part of the argument is slightly different. If I understand the press statement correctly, what they are saying is: “Some servers can’t, on a technical level, be hosted by the community”. And that’s not a straw man (arguing against something never asked for), that’s just a lie. We have access to all the same stuff as the industry (AWS etc). Hosting these kinds of servers might be very expensive, but the initiative only asks for a way to keep games alive not for a cheap way (though I would prefer a cheap way of course)


  • It’s also a strawman argument. Because yes, developers have less to no control over the operation of private servers. Yes, that means they can’t moderate those servers.

    But

    This initiative only covers games, not supported anymore by the devs anyway. Meaning legally speaking everything happening to private servers would be literally not their concern anymore. And new legislation, should it come to that, would spell that out.






  • Distro: short for distribution. Linux is not an operating system. It’s a piece of technology (specifically something called a kernel) you can use to create an OS. Those Linux based OSs are referred to as distros. We are usually not calling them “Versions” because the Linux Kernel is also frequently seeing updates and that would just cause confusion.

    Debian and Ubuntu: Popular distros. Ubuntu tends to be a bit more user friendly than Debian and was the default recommendation for new user for a long time. In recent years its popularity among enthusiasts declined because of a series of unpopular decisions, mainly the adaptation of something called snaps which is not completely open source and takes a bit more time to launch apps than alternatives. Debian on the other hand really values stability. Updates arrive less frequently than on other distros but undergo really rigorose testing.