West Asia - Communist - international politics - anti-imperialism - software development - Math, science, chemistry, history, sociology, and a lot more.

  • 6 Posts
  • 14 Comments
Joined 5 years ago
cake
Cake day: December 27th, 2021

help-circle
  • Cyclohexane@lemmy.mlMtoLinux@lemmy.mlI changed my license
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 hours ago

    You’re using “open source” as defined by OSI. Just wanted to note that open source historically arose in protest to the corporate walled gardens that dominated the software ecosystem, rather than a movement to give companies a large eco-system of free-to-use software for profit. It was about individuals having access.

    But I am not going to argue that what I am proposing is open source. I will accept that open source as a term has already been coopted to serve corporations.

    forces you to share the code, even when it is not deployed

    It would only apply to for-profit entities. It would be extremely difficult to enforce on an individual level anyways, and it would disagree with the spirit here.

    forces you to pay a tithe to the developer.

    I called that profit sharing earlier, but you can call it that too, sure.


  • Cyclohexane@lemmy.mlMtoLinux@lemmy.mlI changed my license
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    2
    ·
    edit-2
    7 hours ago

    isn’t that similar to gpl?

    That is correct. GPL has the same problem.

    why should the company’s profit go to a developer they don’t employ?

    I dont agree with the idea that paying non-employees is a foreign concept. Many companies pay, for example, Adobe for Adobe suite software, or Google for Google suite software, despite not hiring them as employees. They pay rent to property owners despite not hiring them as employees. The idea that only employees must be paid is unfounded.

    Now, to answer “why should they pay them”, well, in exchange for their labor.



  • Cyclohexane@lemmy.mlMtoLinux@lemmy.mlI changed my license
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    2
    ·
    2 days ago

    Not good enough. Companies are still allowed to use this software freely, make massive profits without anything going to the developer. It is truly free labor.

    They are even allowed to modify it, even make derivative work, without open sourcing it, as long as they don’t distribute said derivative work.













  • Guix is almost like nix but with scheme, right? Any other differences?

    I do like scheme. Nix is quite impressive. But my unpopular opinion is I am not convinced it’s philosophy is necessary. Nix feels like a workaround to legacy baggage in POSIX to allow for all its features of full reproducibility of packages and the overall system. Although Gentoo is not exactly reproducible, I feel like the level of control is sufficient to give me the benefits I want.

    Nix works for maybe 95% of cases, but the 5% where its workarounds do not work sre annoying to deal with. Gentoo on the other hand doesn’t break so much from the traditional unix way of doing things, but still grants the user a great load of freedom and choice.