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

help-circle





  • It depends on how much time you have on your hands.

    Oracle Linux is a Red Hat Enterprise Linux clone. Almost everything in an Oracle cert would apply to RHEL.

    If that is useful knowledge for you, consider doing it. Then be sure to okay with RHEL to apply what you learned. Knowing RHEL is much more commercially useful than knowing Oracle Linux. RHEL is probably still the most important distro to be familiar with commercially. Oracle Linux, Rocky, Alma, and other are RHEL clones and many places use those.

    If these skills are not useful for your job, or if you do not have the time to waste studying it, then do something more valuable.

    The skills are useful. I will let others chime in with opinions on how valuable the certification itself is. Maybe not much.


  • Same boat. As a user, I greatly prefer everything to come from the repos. However, as a distributor, Flatpak makes so much more sense.

    The only Flatpak I have installed is pgAdmin. I looked at the build on Flathub with the idea of porting the package myself but got scared off. It was a maze of Python dependencies running in Electron. That seems like exactly the kind of thing that may be better off in its own sandbox.


  • Let me try to clarify what you are saying.

    You are saying that the AUR “has every FOSS and some proprietary software”. Yep. That is why I add an Arch Distrobox to every system regardless of the host distro.

    But what do you mean by “except Manjaro”? Most Manjaro fans will say that Manjaro also supports the AUR. They are correct that you can certainly enable it and start installing packages from there.

    I assume you are warning that, because Manjaro maintains its own base repos and has different package versions in it than Arch does, that Manjaro is incompatible with the AUR and that using the AUR with Manjaro will cause problems. If that is what you are saying, I agree with you.



  • It just has to always be the first question in a big report or forum question. Have they verified their issue with the Flatpak version?

    I prefer packages from the AUR myself but I do not expect the software authors to support me. Distros need to support their own packages but the AUR is not part of the Arch distro. Arch does not support the AUR. The only support I should expect would be from the package author (the AUR package) and they likely do not have the ability.

    I think the right way to understand Flatpak is that it is essentially its own Linux distro without a kernel. You have to be running that version if you expect support. People think of Flatpak as a “sandbox” which it is. But it is also like running an app in a Docker container or Distrobox where you have to pick a distro to run in the container. With Flatpak, you are running on the “freedesktop” distro. It is not the same environment as the rest of your system (right down to the filesystem layout and C library).








  • Quite happy to see Servo coming along again. I am still excited for Ladybird and it seems more likely to deliver a truly viable browser sooner.

    I am not a Swift dev but I think it has decent memory safety as well. I think it is one of the reasons Ladybird is moving to it. They evaluated Rust and decided it lacked the OOP features they needed.

    The C++ that Ladybird writes is also very good. They have their own standard library (written for SerenityOS) which is very modern including memory safety and security. Still C++ though of course.



  • You said “full”. So the short answer is no.

    You can import and export to CMYK and handle CYMK in some tools but, internally, GIMP is still sRGB.

    I think one of the devs wants to add full CMYK and Lab colour fairly soon after 3.0 but it is hard to say how fast dev will go. Getting to 3.0 has take forever but a lot of the plumbing is there now. There were big features only appearing in 2.99 for years. I do not think they will need to hold back like that again, so perhaps things will seem to go faster now.

    The other big thing that is only “partial” is non-destructive editing.