Expert developer, Buddhist

  • 0 Posts
  • 48 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle






  • I just got a new laptop and was genuinely gonna try windows 11 and wsl for my coding needs. But in first boot, it demands internet to do updates. Ok, I connect to coffee shop wifi. Nope, won’t do it because it can’t handle the click through screen to accept wifi ToS. Fine. I take it home, where my Internet is great but has a glitch where it drops out for a few seconds now and then. Turns out that windows will literally cancel updating and demand I reconnect and restart for the kind of drop that I barely notice day to day. So I gave up, plugged in my ArchLinux thumb drive, and mkfs.ext4 before rsyncing my entire old computer to it




  • Lung@lemmy.worldtoLinux@lemmy.ml“Systemd is the future”
    link
    fedilink
    arrow-up
    12
    arrow-down
    2
    ·
    3 months ago

    I guess reading the history, systemd did a better job of dependency resolution and parallel loading of startup services. Then some less interesting stuff like logins, permissions, and device management - which definitely seems out of scope. There’s been like 15 alternatives since it was made, but none of them got critical mass, and now pretty much every mainstream distro can’t run without it. Sad face

    While I’m here complaining, I really miss the days when Arch was configured from a single global file that handled many things like setting your hostname, locale, etc. I think it was dropped bc of maintenance & being not unixy enough. Kinda ironic


  • Lung@lemmy.worldtoLinux@lemmy.ml“Systemd is the future”
    link
    fedilink
    arrow-up
    69
    arrow-down
    1
    ·
    edit-2
    3 months ago

    I mean that argument is ridiculous, saying that things are “documented” when the thing is literally called tmpfiles.d and the man page starts with the following explanation:

    It is mostly commonly used for volatile and temporary files and directories (such as those located under /run/, /tmp/, /var/tmp/, the API file systems such as /sys/ or /proc/, as well as some other directories below /var/).

    So basically some genius decided that its a good idea to reuse this system for creating non-tmp directories. Overall my opinion of systemd is reluctant acceptance though I always wondered why the old way was a problem. Need a service started on boot? Well, we had crontab and sysvinit with some plain files. Need a service shut down? Well that’s the kill command. I guess I don’t really know why systemd was made