LINUXTALKS.CO

История изменений

Исправление crypt, (текущая версия) :

к слову о стабильном api выше.

https://news.ycombinator.com/item?id=32471624

смотри первые два ответа:

I worked on a product that shipped as a closed source binary .so (across four OSes and two architectures) for almost seven years, and that's exactly what we did too — build on the oldest libc and kernel any of your supported distros (or OS versions) support, statically link as much as you can, and be defensive about _any_ runtime dependencies you have.

и к слову о твоих экспериментах со Linux:

I feel this is the chief reason why the fabled "Year of the Linux Desktop" will never be a thing.
Microsoft expects Windows to be a means to an end: You run Windows to use your computer.

Linux neckbeards expect Linux to be the end to a means: You use your computer to run Linux.

Исходная версия crypt, :

https://news.ycombinator.com/item?id=32471624

смотри первые два ответа:

I worked on a product that shipped as a closed source binary .so (across four OSes and two architectures) for almost seven years, and that's exactly what we did too — build on the oldest libc and kernel any of your supported distros (or OS versions) support, statically link as much as you can, and be defensive about _any_ runtime dependencies you have.