this post was submitted on 26 Dec 2023
246 points (99.2% liked)

Late Stage Capitalism

5587 readers
106 users here now

founded 5 years ago
MODERATORS
 

who needs free software or getting rid of planned obsolescence?

you are viewing a single comment's thread
view the rest of the comments
[–] comradecalzone@lemmygrad.ml 3 points 10 months ago (1 children)

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++.

[–] RedClouds@lemmygrad.ml 2 points 10 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.