• Helix 🧬@feddit.de
    link
    fedilink
    arrow-up
    0
    ·
    10 months ago

    Been using Linux since 2004 and systemd has made my life significantly easier. People bickering about systemd are usually ultra nerds without arguments real people would consider important.

    • intensely_human@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      I remember in my coding class when the prof claimed the language we were learning didn’t have GOTO, but it also didn’t need it because anything that could be accomplished with GOTO could be accomplished with loops and conditionals.

      Now looking back I can’t believe what a tech debt nightmare goto is, and I’m glad I weaned off it.

      Startup scripts seem more powerful because they’re code you know will be executed sequentially. For a developer that feels nice.

      But a declarative system like systemd is so much more predictable and stable, specifically because it does NOT allow for sequential execution of code.

      Once I made that switch I was a fan. It’s so much more predictable and standardized.