Migrated account from @CosmicTurtle@lemmy.world

  • 0 Posts
  • 48 Comments
Joined 1 year ago
cake
Cake day: April 9th, 2024

help-circle
  • It’s illegal if the company is coercing you to spend money at their “preferred” stores.

    That said, so many states have business friendly laws that it’s likely a civil tort and not a criminal one.

    OP, call your attorney general or department of labor (depending on the state). You may want to even call your state’s taxation board and you know for fuck sure they are doing something scammy with their taxes if they are watching you this closely.









  • This is essentially what Mozilla is doing but providing a legal framework for all open source projects.

    As an open source developer, my initial reaction is that this isn’t good. You’re just shifting the problem. Your code remains open source so if you have a python or JavaScript library that doesn’t require compiling, you can’t use this.

    Not only that, but FOSS requires you to provide build instructions for your binaries. Someone can clone your repository and run it through CI/CD and have a binary.

    I’m willing to be proven wrong here.

    I’ve seen only one method work well: strong copyleft FOSS licenses like AGPL that essentially make it impossible for a company like Amazon from profiting off your code without a separate agreement.

    You could add a non-commercial clause to your open source license. I can’t find the one that I used to use back in the day but essentially the goal is to augment whatever license you use by attaching a preamble that dictates how the software can be used.

    Attaching that clause does push the software out of FOSS and into source available since you are restricting who can use the software, which is why I stopped using it.

    Edit: found the clause I used to use back in the day. I don’t personally recommend it over more copy left licenses.