• @[email protected]
    link
    fedilink
    English
    421 month ago

    The danger here is that they make “open” standards so horrendously complex and ever evolving that only the billionaire mega corporations can can realistically keep up with them.

    See the web where Google now control it completely by having such an enormous amount of code that even Microsoft couldn’t be arsed to keep up, or Office Open XML, where 100% compatibility is limited to exactly one product: The one that made it. I just downloaded the documentation for the standard. It is over 5000 fucking pages long. That was part 1 of 4.

    • @rottingleaf
      link
      English
      51 month ago

      And those 5000 pages were probably automatically generated from … something.

    • @GamingChairModel
      link
      English
      41 month ago

      Another example here is the Matrix protocol, specifically designed from the ground up to be open and distributed. In reality, the only option for full-featured stable server software is the one maintained by the project itself, and there aren’t a lot of third party clients available.

      Openness itself is a good goal, but the complexity itself can pose a barrier openness.

      • @[email protected]
        link
        fedilink
        English
        11 month ago

        true, but at least they have been working on modularizing it for a few years, and making it so that even unsupported message types can be displayed to some level

    • @[email protected]
      link
      fedilink
      English
      -71 month ago

      I think that this is the reason that the rust programming language exists: to make learning the skill too hard for a regular person.

      • Hello Hotel
        link
        English
        10
        edit-2
        1 month ago

        My favorate quote about the language is, “it feels like rust was made by people who hate uncertan behavor.” Languages with manual memory management are harder. On top of that, Rust demands you prove your memory management is ‘correct’.

      • @iopq
        link
        English
        81 month ago

        Programming is already too hard for a regular person

        • Semi-Hemi-Lemmygod
          link
          English
          61 month ago

          Yes, most humans have trouble putting what they want into logical step-by-step instructions.

      • @[email protected]
        link
        fedilink
        English
        11 month ago

        much easier than C/C++. no more random bugs that make no sense and basically untraceable segfault crashes