Fun fact: Torx screwdrivers are compatible with Torx Plus screws, but Trox Plus screwdrivers are only compatible with Torx screws that are one size larger

    • amenji@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      I don’t use screw drivers enough to know what these are for. But from a programmer’s standpoint, punishing people to deviate away from standard may cause more harm than good, no?

      Suppose it’s easier/cheaper/more effective to deviate a bit from standard, why should I be punished to do things a bit differently?

      • monotremata@lemmy.ca
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 months ago

        One issue is that it can be leveraged to maintain a monopoly. Microsoft famously made a bunch of small modifications to the HTML standard, so that web sites that wanted to work with MS Internet Explorer had to write custom versions to be compatible. But because so many people just used IE because it was bundled with Windows, those “extensions” started to become their own standard, so that then other browsers had to adopt MS’s idiosyncrasies in order to be compatible with the sites, which in turn harmed standardization itself. They even had a term for this technique: “Embrace, Extend, Extinguish.” It nearly worked for them until Google pushed them out with Chrome. Microsoft tried to do the same thing again with Java until the government got involved.

        It’s complicated, certainly, but there are legitimate cases where “just a little tweak” can be quite a big problem for a standard.