• kibiz0r@midwest.social
        link
        fedilink
        English
        arrow-up
        7
        ·
        6 hours ago

        Has there been “slave” anywhere for a while? The last time I can think is PATA, which is ancient by now.

        It seems like most (all?) uses of “master” these days are in the sense of a “master copy”, which doesn’t really have a “master/slave” dynamic to it.

      • gastroglizzy@piefed.social
        link
        fedilink
        English
        arrow-up
        7
        ·
        7 hours ago

        Yeah, I’ve heard. I’ve always associated the terms with dom/sub play, not slavery.

        I get the reasoning as to why, but it seems odd to me that the IT terms were fixated on, but not the engineering terms; “master” and “slave” are still the accepted terms in the context of hydraulic systems, for example.

        It’s also generally accepted that “retard” and “retarded” are generally acceptable terms when used in an engineering context. If we can accept that some terms are accepted in the a technical context, it seems inconsistent not to apply the same thinking to IT terminology.

        Just more stuff to keep us bickering with each other so we don’t look up and realize where all the real problems are coming from, imo.

      • Valmond@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        3
        ·
        7 hours ago

        I use main instead of master on git, but what’s the substitute to slave? Especially in master/slave setups like you have 1 processor controlling a bunch of measuring equipment for example.

    • Equinox1289@sh.itjust.works
      link
      fedilink
      arrow-up
      13
      ·
      8 hours ago

      Or the process terminology: “How to kill parent?” “How to spawn child?” “How to terminate zombie child?” Kinda forked if you ask me.

      • Carrot@lemmy.today
        link
        fedilink
        arrow-up
        11
        ·
        8 hours ago

        My worst search was “How to kill orphaned child” I didn’t even think about how it sounded until I saw it typed out in the search box lol

      • libewa@feddit.org
        link
        fedilink
        arrow-up
        4
        ·
        7 hours ago

        If the parent was waiting on the child, it is notified of the exit status and the child dies immediately. ~ man exit(3)