razzlom on Nostr: How to make #Linux better: 1. Stop using dynamic libraries and switch to compiling ...
How to make #Linux better:
1. Stop using dynamic libraries and switch to compiling static binaries.
Dependencies are only needed at compile time, not when using programs!
It is possible to use optional dependencies, for example using webkit to read help should be optional and your program should work without it.
2. Stop writing programs in interpreted programming languages (#javascript, #python, #lua, #perl, etc).
Yes, GNOME ecosystem, I'm looking at you.
Good morning!
1. Stop using dynamic libraries and switch to compiling static binaries.
Dependencies are only needed at compile time, not when using programs!
It is possible to use optional dependencies, for example using webkit to read help should be optional and your program should work without it.
2. Stop writing programs in interpreted programming languages (#javascript, #python, #lua, #perl, etc).
Yes, GNOME ecosystem, I'm looking at you.
Good morning!