• 92 Posts
  • 2.59K Comments
Joined 2 years ago
cake
Cake day: September 1st, 2023

help-circle







  • Our use of the term “open source” thus far has been not out of carelessness, but out of disdain for OSI approved licenses which nevertheless allow developers to be exploited by large corporate interests. The OSI, an organization with confidential charter members and large corporate sponsors, does not have any legal right to say what is and is not “open source”. It is arrogant of them to lay claim to the definition.

    I’m 100% onboard with this. FUTO is opensource in all the ways I care about. It’s anti-bigtech and pro compensation of maintainers and developers. They are good in my book.












  • I do think it is, but only if you dive into what the services and modules do, or if you create some yourself. Most packages are created for mainstream distros and you will have to adapt how they work to nixos’s mode of working. In doing so, you will learn - at least I have.

    I know more about systemd, kde’s configuration, bash, opengl, library paths, and more because of having to go through the pain of making it work ok nix/nixos.

    It is arguably also quite valuable to see how something is done in nixos as a kind of documentation in code for how to configure other software. Where changing an option’s value in nixos kicks of a bunch of things, on other systems you have to either trust that the package has scripts to do that, or imperatively do those steps yourself.

    The skills seem quite transferable to me, IMHO.



  • Javascript just made it very easy to add libraries. I bet you if it C++ had an ecosystem as easy to use as Javascript, it would be the wildest mess you could imagine. Someone would create a package chock full of generics that sends your credentials to a foreign server during compilation but output a completely fine binary. But making dependency management easy in C++ would kill the elitist allure to the language and we can’t have that now, can we?