she/her, May

I use NixOS, btw. UwU

  • 1 Post
  • 13 Comments
Joined 11 months ago
cake
Cake day: April 1st, 2025

help-circle




  • I understand why a corporation would wanna contribute to projects with the MIT license, but they can contribute just fine with the GPL too, they just have to make those changes public, which is the contribution.

    With MIT a lot of corporations will improve the project but not share it back to the community, which is the opposite of contribution, with GPL they’re forced to share it.






  • There have been some reports that choosing to Repair the Terminal application has restored it to working order.

    … Or, you know, dont hook that shit so tight into your store that it breaks if the store is offline or something gets messed up? I have personally never seen applications randomly stop working on Linux (Unless i did something stupid, i once fucked up glibc for all flatpaks system-wide on Fedora), specially now that im on NixOS, its just not possible for a program’s files to get corrupted on NixOS since the store is read-only (Of course if it doesnt gracefully handle config errors and the config gets corrupted then it will break, but often times it would just be deleting the file and letting it create a new one, not reinstalling the application).