• 0 Posts
  • 14 Comments
Joined 8 months ago
cake
Cake day: October 21st, 2024

help-circle



  • bricked@feddit.orgtoLinux@lemmy.mlArch user looks for ease of mind
    link
    fedilink
    Deutsch
    arrow-up
    4
    ·
    edit-2
    26 days ago

    I noticed that you are interested in immutable distros! That’s a good choice for your requirements, since it allows you to skip troubleshooting most issues by rebooting or performing a rollback.

    I myself am happily using NixOS, but I think its advantages only shine when you want to spend time configuring your system. That being said, if you want to invest that time once and you stay on the stable version, you can also have quite a stable experience.

    The other two options you listed are both atomic Fedora spins made by uBlue, which add minor customizations to the base image. Both of their non-GNOME seem to be based on Fedora Kinoite, which would be another option. Fedora is generally more opinionated, which is good if you don’t want to tweak anything.

    Between these Fedora images, I’d recommend Fedora Kinoite for simple setups and Bazzite if your focus is on gaming. I have never heard of Aurora before and it doesn’t seem to add that much. That being said, if you want to try out multiple of these options, you can always rebase your current atomic Fedora desktop to another image!










  • Interesting question because I think there are entire families of programming languages that share mostly the same syntax. Often, a popular language of its time like C, Java, Python or Lua inspires a range of languages with a similar syntax, but different semantics. Like how JavaScript was supposed to look like Java, but to be adopted to a browser environment. Edit: C# may be a more accurate example, or how Godot Script and Bend look like Python.

    I’d say the language family that has the most uniform syntax is shell scripting languages. They have mostly been standardized by POSIX and features are often being copied to make the shell more familiar and interoperable.