• 0 Posts
  • 252 Comments
Joined 11 months ago
cake
Cake day: August 18th, 2023

help-circle



  • NaN@lemmy.sdf.orgtoLinux@lemmy.mlLinux in the military
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 days ago

    For stuff that is still maintained but also legacy, military and contracting benefit from being a pretty insular community. Contractors are full of military retirees. What this does is give a pool of people who worked with the products for a very long time on one side who move over into maintaining them on the other, less knowledge is lost. It still happens and things must change eventually, but they manage to delay things where someone else like a bank might have a harder time when their knowledgeable employee leaves and they’re hiring people off the street.


  • NaN@lemmy.sdf.orgtoLinux@lemmy.mlLinux in the military
    link
    fedilink
    English
    arrow-up
    15
    ·
    3 days ago

    Red Hat has long benefitted from being the primary enterprise Linux company based in the US (no, we don’t count Oracle). SUSE created US-based Rancher Government Solutions to get some of that business and it seems to have been getting a lot of interest, despite being early days. They did a good job of focusing on modern technologies and immutable systems.










  • NaN@lemmy.sdf.orgtoLinux@lemmy.ml“Systemd is the future”
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    11 days ago

    I thought surely some distribution had messed up by using this temporary files generator for /home, but that configuration is actually a file bundled with systemd and the purge would take effect even if the distribution was creating /home as part of the install (ignoring the tmpfiles config), which they pretty much all do. So yeah, any defense I had towards the dev is gone there.


  • NaN@lemmy.sdf.orgtoLinux@lemmy.ml“Systemd is the future”
    link
    fedilink
    English
    arrow-up
    30
    ·
    11 days ago

    I thought the same, surely some distribution messed up.

    They didn’t. Systemd ships this file as /usr/lib/tmpfiles.d/home.conf. That is a valid configuration directory, the lowest priority, and not just an example.

    Basically it would only take effect in certain scenarios, and in most distributions it is doing nothing. Except when someone ran purge and it cleared files it had no hand in creating.

    So yeah, this was actually a big issue.



  • NaN@lemmy.sdf.orgtoLinux@lemmy.mlwhy does ublue bundle homebrew?
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    12 days ago

    The flatpak packaging tutorial has you build a cli app, so anyone building one is likely aware.

    The real issue is invoking the commands. If you install a snap of top, you run top and it opens. If you installed a flatpak it wouldn’t be added to your PATH and even if you added the exports directory to your PATH you would need to remember to run org.gnu.top. Nobody wants to run some random flatpak run command all the time or create aliases for everything, so “flatpak isn’t for cli” becomes the mantra.

    In an ideal world a flatpak could register the cli commands it wants to present to the user, and some alternatives system could manage which flatpak gets which command if there were collisions.


  • I’ve been a ThinkPad fan for a long time, but their new stuff bothers me. I picked up the HP DevOne which is essentially an Elitebook and I really like it. Very user serviceable and solid. The only think I don’t like is the glossy screen, and when playing around and configuring another model I think it was difficult to tell if it was matte or glossy through their marketing speak.