• 0 Posts
  • 28 Comments
Joined 2 years ago
cake
Cake day: December 23rd, 2024

help-circle


  • Copium

    To address some of the author’s points.

    1. MacOS vs OSX: to my understanding, safari reports the OS as OSX still, likely for compatibility reasons. 3rd party browsers such as chrome changed their agent to macOS, which explains the split. macOS users are more likely to use Safari in general.
    2. Bots: Does the author really believe these sites aren’t capable of detecting bots? I’m sure some slip through, but if not traffic were included in general, then Linux would be at a 90% share or higher. They just consume way more page traffic than a human ever could.
    3. Data corrections: Sure, the data may get corrected a bit to bring Linux numbers back down, but there is a clear trend that Linux numbers are rising. It also happens that Windows is where people are migrating from the most.
    4. Official numbers from Microsoft: lol


  • Its unstable as a target platform for development. You never know when it will break API/ABI compatibility. It’s why most containers target Ubuntu, Debian, Alpine, and UBI. The versions can be locked and you can be assured that your software won’t randomly break one day after and update.

    For some reason people have taken that as being unstable to use as a system, which hasn’t been the case for me either.





  • There are a few big differences when it comes to the package management. Pacman, AUR, and rolling release are some of the largest differences. Y

    ou will want to familiarize yourself with some of the most common commands for pacman such as Syu, S, Rsn, Si and such. If use the default shell for Cachy (fish), then tab completion should help.

    As for the AUR, that is where you will want to install things that aren’t part of the base repo. Keep in mind some stiff is community packaged, so you might not get the support you would expect on Ubuntu.

    Finally, Cachy is a rolling release so every time you install a new package, you need to also update your system. In the past rolling distros have been more unstable due to the release schedule, but things don’t break too much now. Cachy helps avoid breakage by having snapper which will let you boot into your system with older packages from your boot loader.



  • Software compatibility is probably the biggest issue. If someone relies on a piece of software that is Windows or MacOS exclusive, that can be enough of a deal breaker. Open source alternatives may exist, but they do not always have the same features or behave as expected compared to what they are replacing.