• 3 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle









  • RE: Copyleft

    The idea of copyleft is that you give anyone the freedom to do anything with your work, with one essential restriction: they do the same for their changes, derivative works etc. Technically attribution doesn’t have to be part of a copyleft licence, but all copyleft licences I know have a requirement to preserve copyright info.

    And yes, it is popular in software (GPL, MPL, EPL), but for other types of works there is CC BY-SA 4.0 (Creative Commons Attribution-ShareAlike). If you want to copyleft books, images, videos, other forms of text… this is the way to go, IMO.



  • Needed something to print the occasional document for bureaucracy stuff, and I also got a Brother printer a while ago. Used, laser (very important for good value imo), 100 bucks. An older model, black-and-white but with wifi support. Didn’t need to register my license, create a cloud account or whatever other shit companies come up with these days, I could just turn it on and it worked.





  • Depends on what I’m making and which ecosystem it will be a part of. For libraries, I use the MIT license most of the time, although I’m probably going to switch to Apache 2.0 for future stuff. It’s a bit more robust and has a helpful licensing framework.

    When I make applications (and if possible), I tend to use (A)GPLv3. GPL sometimes doesn’t work though (for example, for my primary language, Clojure). I like the MPL 2.0 as a weak copyleft alternative.

    However, recently, I’ve been reconsidering the whole open source/free software ideology, especially the focus on granting unconditional freedoms. I think the view that engineers shouldn’t care what is done with their work is outdated and irresponsible, and it applies to software devs as well. So I’m keeping an eye on the development of alternative source models such as ethical source or licenses like the Anti-Capitalist License.