• 0 Posts
  • 242 Comments
Joined 2 years ago
cake
Cake day: July 16th, 2023

help-circle

  • The timeline is not super abrupt, especially for architectures where all he is asking is to ensure that your Rust toolchain is in order. That is especially true when you consider that Rust is already well maintained on all the Debian architectures that people actually use.

    The abruptness (almost rudeness) is in the second part where he basically says that, if you cannot get Rust going in time, you should just stop releasing Debian for that architecture.

    It is mostly just poorly worded though. Because none of these architectures have “official” support even now. This will not be the only way they are behind. So, there is not reason to be so dramatic.

    And that would be my response to him. Another option here is that these alternative architectures just continue to ship an older version of APT for now. Emergency avoided. Few of them ship with up-to-date versions of APT even now.

    Another solution is to use one of the multiple projects that is working to make Rust code build with the GCC compiler back-end. At least one of these projects has already announced that they want to work with these Debian variants to ensure that APT builds with them.

    So, the 6 month timeline is a reasonable impetus to make that happen which would be quite a good thing beyond just APT.

    There are many other useful tools written in Rust you are going to want to use on these architectures. It will be a fantastic outcome if this pressure from APT kickstarts that happening for some of these long abandoned architectures (by the mainstream at least).





  • You are the one preaching and yelling.

    Stay on X if you want. As you say, that is the freedom Open Source provides. I use ancient hardware. To each their own. If I was still using XFCE, I would still be using X myself*.

    But if you are going to voluntarily stay behind, stop complaining that the bus left without you.

    Wayland users are in the majority. By the time Mint (Cinnamon) flips to Wayland (2026?) and GTK5 is released (2028?) it will be over 90%. Almost all GNOME and Plasma users are Wayland now and that must be 60% already (without even counting Hyprland, Sway, COSMIC, or Niri).

    We already have Wayland only distros (eg. RHEL10). GNOME will not even be the first Wayland only DE (COSMIC). The ship has sailed.

    • I have one box that uses XFCE on Wayland but if I wanted to use XFCE as my main desktop, I would probably use X. My daily drivers are Niri and Plasma Wayland.

  • It is pretty hard to improve if you are not allowed to change anything.

    Yes, the design of Wayland means that some of the techniques that work on X will not work on Wayland (on purpose). So yes, some apps have to be adapted to use the techniques that do work on Wayland. And no, changing Wayland to support the old ways is not the answer (because they were changed on purpose).

    Wayland has been criticized for taking away previous capabilities before providing new ways to do things. That is a fair critique, though somewhat par for the course when replacing old tech. But at this point, almost everything necessary is possible and Wayland users are in the majority (the massive majority soon).

    At this point, it really is the apps developers responsibility to support Wayland properly. I mean, they do not have to of course but that means their app will be broken for 80% of Linux users on two years (and more than half today).



  • Always remember: Linux is about choice

    That is one of the advantages of Linux. Let’s not let it be a liability.

    When coming to Linux, it is about “taking that first step”. If you are coming from something else, any distro is a positive move and they are much more alike than they are different (compared to the OS you are coming from). So, start with something safe. I do not use Mint but it is an awesome choice.

    Once you learn more about Linux and about what you like, you will learn that you have 1000 choices. Once you know the difference and know which once suits you, you can switch. At that point, you will find switching easy.

    The idea that people “have to choose” at the beginning holds many people back.

    Any of Mint, PopOS, Fedora, or Ubuntu would serve a new user just fine. I recommend Mint because the UX is familiar to Windows users, it is “batteries included”, and it is conservative (stable). But the others are great too.





  • Agree. Here is a different take.

    Unity was created by a corporation with massive resources. It was abandoned when that corporation changed its priorities. If proprietary, Unity would have died long ago.

    Due to the efforts of a 10 year old volunteer, it was fully modernized and became quite popular again, offered in many distros. The lifetime of Unity as a project has already been extended by years. A 10’tear old kid. That is the power of Open Source.

    The main contributor is not able to work on Unity right now. Others can take up the effort, because it is Open Source. That includes any user or group of users that live or rely on it. The opportunity is available to anyone.

    Absolute worst case, the world already got more Unity than it would have. And it could be revived at any time.


  • Distrobox solves a great many problems. I use it in Cachy all the time.

    Also, I am not sure what security Podman under Distrobox is making worse. Got an example?

    You are suggesting Flatpaks for security? Um. Ok.

    And how is calling the entire Freedesktop platform just to run an app better than the much more limited dependencies that Distrobox will pull in? And, if I already use Podman, Flatpak is a lot of extra complexity compared to Distrobox.



  • Distrobox changed the way I use Linux. I cannot imagine going back.

    First, you are exactly right that it allows you to separate app repo from the rest of what you live about a distro.

    I use an Arch Distrobox with every machine. Using Chimera Linux that uses MUSL, Clang, libc++, and BSD userland? Install anything from the Arch repos or AUR in seconds.

    But it is not just package repo size. Using an app that targets RHEL? Install it from a RHEL Distrobox.

    Doing dev for a project whose users are Ubuntu people? Build it in an Ubuntu Distrobox.

    Want to try something and do not want it to mess up your system? Do it in a Distrobox.

    Need some software for a class that will just be cluttering up your system after? Make a Distrobox for that class.

    I have a .NET Distrobox. I have a Java Distrobox. Just not having to update the IDE and frameworks all the time is a huge win.

    Mature application that I use every day that I do not want to change or break on me? Install from a Debian Distrobox.

    Rapidly developing app where I want the latest for features and fixes? Install from an Arch Distrobox.

    Tools you like that only Mint offers? Install a Mint Distrobox.

    Distrobox is the greatest.