who needs free software or getting rid of planned obsolescence?

  • @[email protected]
    link
    fedilink
    36 months ago

    Which is doubly worse because those higher-level libraries are black boxes, and you can’t always fix things that arise inside of them easily.

    If by “higher level” you mean something like Java libraries, I’d say the opposite is true - at least if you don’t have the source for a Java class it is trivial to decompile and have something immediately readable. Can’t say the same for something like a dll originally written in C++.

    • @[email protected]
      link
      fedilink
      26 months ago

      More high level in that, think really deeply embedded JavaScript frameworks. In this situation, even Java is comparatively low level. Although a lot of people just rely on spring and spring boot, and don’t understand how it works.