• 1 Post
  • 8 Comments
Joined 2 years ago
cake
Cake day: March 15th, 2023

help-circle

  • fxdave@lemmy.mltoLinux@lemmy.mlWhat distro do you use and why?
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    20 minutes ago

    afaik, fedora is the testing distro for RHEL. I also felt this way, when a new gnome version released much earlier than for Arch and it had an obvious bug that could be catched with little testing.

    And many issues I found in Fedora’s bug tracker was auto closed by the new release. Which is quite frequent. Reviewing the bugs is not that frequent.





  • I think it kills the community. Making a Wayland window manager is so much harder to do than an X one. This monolithic solution solves the problems of Gnome, and KDE developers but less people want to be involved in windowing systems. I’m just being sad for X11, because, although it had nonsense features, it made linux desktop applications compatible with every desktop and we had huge variety of wms, compositors, desktop environments. Personally I’m still on X because of bspwm, but eventually there will be wayland-only features which will slowly kill X.



  • fxdave@lemmy.mltoLinux@lemmy.mlZed on Linux is out!
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    4 months ago

    I use rust only if we need performance, for small services. The industry does the same. People use node for backend but e.g. redis is in rust. It’s a good tool if you use it for the right stuff.

    EDIT: redis is not in rust, but e.g. aws writes many services in rust