|
|
|
|
|
by forrestthewoods
237 days ago
|
|
Windows 11 Pro with O&O Shutup is perfectly fine. You’re not wrong and the trend is concerning. But on the actual topic. I think “Linux” does a few things way worse. (Technically not Linux but GCC/Clang blah blah blah). Linux does at least three dumb things. 1) Treat static/dynamic linking the same 2) No import line 3) global system shared libraries. All three are bad. Shared/dynamkc libraries should be black boxes. Import libs are just objectively superior to the pure hell that is linking an old version of glibc. And big ball or global shared libraries is such a catastrophic failure that Docker was invented to hack around it. |
|