• 61 Posts
  • 1.15K Comments
Joined 2 年前
cake
Cake day: 2023年9月1日

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.









  • 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?



  • Development should really happen more in containers but I hate devcontainers. It’s very VScode specific and any customizations I made to my shell and environment are wiped away. It has trouble accessing my ssh keys in the agent, and additional tools I installed…

    I just wish nix/nixos had a safer solution for it. Maybe even firejail or bwrap or landlock or something.

    We laugh about AI deleting all the shit, but every day there’s a new npm package ready to exfiltrate all your data, upload it to a server and encrypt your home. How do you protect yourself against that?