Python cryptography, Rust, and Gentoo
Python cryptography, Rust, and Gentoo
Posted Feb 14, 2021 22:10 UTC (Sun) by marcH (subscriber, #57642)In reply to: Python cryptography, Rust, and Gentoo by roc
Parent article: Python cryptography, Rust, and Gentoo
_This_ is "real" open-source: zero boundary between downloading/using/cloning/branching/forking/experimenting = complete freedom. This is why decentralized version control felt liberating. I would even argue that a project still stuck in centralized/medieval version control cannot really be considered open-source because of the added friction. And don't get me started on directories with sometimes long lists of *.patch files... never heard about branches?
Configuring and building C/C++ code at large is a nightmare and Linux distributions have been performing an amazing and critical job there. However to solve this they had to add layer(s) of indirection between software authors and users which adds friction and delays. So it's really not a surprise to see many authors trying to connect directly with their users. Random and recent example:
git clone some_python_project
pip install --editable .
<hack, test, hack, test>
git push new_pull_request
It should never be more complicated than this.
