Remix.run Logo
Stopping bad guys from using my open source project (feedback wanted)(evanhahn.com)
55 points by emschwartz 4 hours ago | 81 comments
crabmusket 2 hours ago | parent | next [-]

Two thoughts.

Ben Thompson and James Allworth discussed an idea on an episode of The Exponent (https://exponent.fm/) the idea of a "principle stack", and at which "layer" of the stack it's appropriate to address different societal issues. I wish I could find the episode again, it was quite a few years ago. The upshot being... maybe software licensing isn't the right place to address e.g. income inequality?

On the other hand, I definitely encourage tech workers (and all workers) to think about their place in the world and whether their work aligns with their personal values. I think the existence of free and open source software is a fantastic thing, but I think we should continue to evaluate whether it is in danger, or whether it could be better, or whether our efforts might be applied to something else.

For example, I'd love to see co-ops developing shared-source infrastructure based on principles of mutuality, which the sector is built upon anyway. The co-op principles already include cooperative and communitarian ideas which mesh really well with some aspects of open-source software development. But co-ops aren't about just giving everything away either. There could be a real new approach to building a software commons for mutual businesses, rather than a kind of freedom-washed way for big tech companies to benefit from free labour.

0xDEAFBEAD 4 minutes ago | parent | next [-]

>at which "layer" of the stack it's appropriate to address different societal issues.

One problem with trying to restrict the availability of open-source software: In the limit, as LLMs become better and better at writing code, the value of open-source software will go to zero. So trying to restrict the availability of your code is skating away from where the puck is going. Perhaps your efforts to improve the world are better allocated elsewhere.

0xDEAFBEAD 13 minutes ago | parent | prev | next [-]

From the perspective of decreasing income inequality on a global scale, when multinationals fire workers in developed countries and replace them with lower-paid workers in developing countries, that is a very good thing, since people in developing countries need the jobs more. I would be skeptical of any license which privileges co-ops over multinationals for that reason. Co-ops are likely to reinforce existing global income inequality, due to labor protections for developed-world workers. A globally rich, privileged slacker gets to keep a job they're barely doing, because they had the good fortune of being born on the right dirt. It's modern feudalism.

rsingel 44 minutes ago | parent | prev [-]

I agree and it's happening. I co-founded Outpost Publishers Cooperative as a member services co-op to provide enterprise-level subscription services to publishers on Ghost (which is a non-profit).

I'm biased but I think the model of member-service co-ops (like Ace Hardware) providing tailored software services to particular industries is fertile ground. Free of VC incentives, reasonably profitable, aligned incentives, and the state of software tooling makes this doable.

And since this model doesn't require capturing as much value as a VC funded venture, it's more sustainable.

But the hard thing is figuring out how to get to decent product without upfront investment, in lieu of investment models that don't require outsize returns.

I can think of ways to create early capital but I've yet to see an industry think through how to fund smart suppliers without falling into the trap of thinking they need to be VCs.

mamcx 31 minutes ago | parent | next [-]

> how to get to decent product without upfront investment

Yeah, this is the hard part.

I work in the small “ERP-like” business market and I’ve come up with some good ideas (based on the reaction of the people I talk to). But the problem is that even a small team of about five genuinely solid developers can cost around US $300,000–500,000 per year — and that’s even factoring in that I’m in LATAM!.

That’s a lot.

To make something like this happen, you need to convince fairly big players — the ones who have the capital and the patience, but more importantly the vision. And that’s the part that’s rare. At least in theory, that’s what VCs are supposed to bring.

rsingel 32 minutes ago | parent | prev [-]

I'd say too we aren't the only ones. Plausible Analytics is a great, mission-driven, open-soutce non-profit providing cookie-free web analytics.

And they let us bulk buy for our member publishers.

There's so much potential in what you are suggesting!

0xDEAFBEAD 20 minutes ago | parent | prev | next [-]

Thinking aloud here. Start by requiring that orgs get your permission via email to license your code. Over time, formalize the patterns in your approve/deny responses into an LLM-powered API which does an instant approve/deny, with a prompt you handcrafted and backtested based on real-world data. This could even work for e.g. Linux package installation: As a pre-install hook, a prompt asks the user what organization they work for (if any) and how they intend to use your code. Make it so users can still appeal a "deny" by sending you an email, but attempting to respond to the questions a second time with different answers violates the license [within a certain timeframe at least]. If other open source devs are also interested in this scheme, you could let them piggyback off of your infrastructure... answering your qs toggles a "virtue bit" which unlocks a bunch of "ethical packages", hosted in a dedicated repository to better track downloads. Support yourself by suing companies which violate your license terms.

Since organizations evolve over time, you could have a re-authorization flow every time your users want a major version update of your software.

A flaw in this proposal is that the very worst actors (scammers, black hats, etc.) are likely to be beyond the reach of the legal system in practice. Perhaps you could mitigate this a little bit by replacing Github Issues with a private support forum for trusted licensees.

shruubi 2 hours ago | parent | prev | next [-]

I understand the intention of what the author is trying to achieve, but I think the problem they will run into is how do you define "evil" in a legal document or license? There is a subset of acts and beliefs that wider society has deemed "evil", but I doubt large corporations are actively supporting sexual assault, torture, murder etc. What the author is referring to is things they find morally reprehensible but do not reach the level of the aforementioned acts enough to be expressly illegal and evil (and whether they are or not, IANAL).

yeputons 2 hours ago | parent [-]

See https://news.ycombinator.com/item?id=5138866 - a person gave permission for IBM to "use JSLint for evil".

cadamsdotcom 3 hours ago | parent | prev | next [-]

Open source is a gift you’re giving.

Companies take that gift and use it to provide a service for cheaper than it would otherwise be if they had to build it all themselves.

You are already benefiting from open source - but it is a tiny benefit and subtle and very indirect and very diffuse.

Licensing is thorny but it’s personal choice too.. would you use a project whose license is “use it for now unless or until I decide you’re evil at my discretion”.. probably not. Probably, someone else would get the users you have now, and the corresponding popularity.

It is a tough choice, but it’s a lovely and important thing you’re doing when you provide the gift of open source software.

smeej 3 hours ago | parent [-]

I think I probably would use a project that had a license that said "you can use this for now, but if I later decide I don't want evil people to use it, you'll have to maintain your own fork based on the last version before I made that decision."

Isn't that kind of always the bargain we're making? We can use someone's work as long as they're willing to let us, but if they change the license, we might not be able to continue using it.

burnt-resistor 35 minutes ago | parent [-]

No. Things given away are inanimate and lack agency.

sirodoht 3 hours ago | parent | prev | next [-]

Free software is about freedom. Restricting it from anyone means it's not free. There is no requirement that we must create free software but if it's called free I think it should always have the basic qualities of freedom; not only when it fits our purposes and our values.

charles_f 3 hours ago | parent [-]

> shift the default in open source from “it’s free for anyone to use” to “please don’t use this if you’re evil”

Point the author makes is precisely that they don't want to do free software, and they'd like to convince you not to do free software

smeej 3 hours ago | parent [-]

There are already so many ways (and reasons) not to do free or open source software. People who find them convincing are using them. People who don't generally are not.

It seems like the author of the post is just potentially having a change of mind from one side to the other, which barely even seems noteworthy.

O_H_E an hour ago | parent | next [-]

> There are already so many ways (and reasons) not to do free or open source software. People who find them convincing are using them.

To be honest, I don't think the space between GPL/MIT and commercial closed source is explored enough. I'm aware there's a few examples of things in between, but they are not common knowledge and they don't satisfy everyone. It is not a space that is easy to search online for established wisdom and comparisons in.

handoflixue 2 hours ago | parent | prev [-]

Basically every argument has been made before, but there's still 10,000 people a day who are just finding out about it for the first time (https://xkcd.com/1053/)

Clearly this sparked enough discussion and upvotes to make it to the front page of Hacker News, so people found it valuable.

WalterBright 3 hours ago | parent | prev | next [-]

If you prevent licensing software to large corporations, small corporations won't use it, either, because small corporations may get acquired by large ones. Such a license would be a "poison pill".

I am not a lawyer and this is not legal advice.

We picked the Boost license for the D Language Foundation because it is the closest to public domain we could find.

Besides, why would "bad guys" be deterred by a license, anyway?

O_H_E 2 hours ago | parent | next [-]

> Besides, why would "bad guys" be deterred by a license, anyway?

I imagine because we're talking about a subcategory of "bad guys" who still like to stay within the confines of the law (supposedly at least).

arthurcolle 3 hours ago | parent | prev | next [-]

Why isn't there a "if I like you you can use it"

I like you @WalterBright you can use any of my stuff even if you get acquired

WalterBright 2 hours ago | parent | next [-]

Thank you kindly!

There's not a whole lot of point to acquiring Boost licensed software. Of course, they could always acquire me and pay me handsomely!

limagnolia 3 hours ago | parent | prev [-]

Umm, there is. Basically, thats the default in most of the world. My recomendation if that is what you want to do, is to put a note in the readme and in LICENSE.txt that says "this project is copyright by me. If you want to use i, reach out to me and if I like you, I will give you a license". Then if you like someone, give them a written statement that you like them, and grant them permission to use your project(s), and under what terms, if any.

surgical_fire 3 hours ago | parent [-]

I sort of like this. I wonder if it is enforceable.

"For my friends everything, for my enemies the law" software license.

ethmarks 2 hours ago | parent [-]

> I wonder if it is enforceable.

I can't imagine that it wouldn't be. If a company has explicit written permission from the copyright owner granting permission to use that copyright, then they can use it.

Also, it wouldn't be a special license. If you wanted to do a "For my friends everything, for my enemies the law" thing, you'd just set it as all rights reserved and add special note encouraging people to ask for permission to use it.

Plus, copyright enforcement typically goes in the other direction. It's not about who you can sue, it's about who you can't. Licenses are just a way of specifying who you cannot sue. If you want everybody to use your project but don't want to bother with a license, you can make it all rights reserved (the legal default) and just not sue anybody. You could sue them if you wanted to (which is why nobody would ever use your code: because of the risk that you change your mind and sue them), but nobody is forcing you to.

burnt-resistor 22 minutes ago | parent | prev | next [-]

Exactly. Unreasonable conditions imposed on everyone to "solve" an ideological or societal matter impose externalities on bystanders. It's religious fervor not backed by honest appreciation of human nature or reality. While I don't like end-uses that exploit or harm others, there is no meaningful magic spell that can police usage of code gifts apart from not giving away anything and micromanaging every single invocation for moral purity.

BrenBarn 2 hours ago | parent | prev [-]

Such a poison pill could be considered a feature insofar as it discourages consolidation of companies.

hacym 2 hours ago | parent | next [-]

There are very few, if any, projects big enough to be a consideration to NOT acquire an entire company.

WalterBright 2 hours ago | parent | prev [-]

Big companies can implement economies of scale. This is what makes the country wealthy.

PunchyHamster 3 hours ago | parent | prev | next [-]

Just make it GPL, there is no chance evil company would tolerate the enforcement of giving back, let alone lawyers to make sure they comply.

m463 37 minutes ago | parent | next [-]

GPL does not restrict the USE of the software.

The rights are for the USER and he may use it for any purpose.

The responsibility comes with redistribution - you must pass the source code and along any modifications you have made - passing on the rights you received.

basically any restriction on the use makes it not free software.

kazinator an hour ago | parent | prev | next [-]

GPL does not prohibit evil uses. You can put GPLed crap in weapons systems that are used for striking civilian targets.

normie3000 7 minutes ago | parent [-]

If a weapon includes AGPLed code, do targets of the weapon have a right to view the source code?

surgical_fire 3 hours ago | parent | prev [-]

Specifically GPL3 or AGPL. Having worked for Big Tech in the past, those two licences were verboten.

elmerfud 4 hours ago | parent | prev | next [-]

It really seems like you just don't want to be open source. That's your choice.

mixologic 3 hours ago | parent | prev | next [-]

Take a look at the original json.org license and all the problems that the "not for evil" clause they added to it had caused.

Ultimately though, if you put a non free license on your libraries, somebody will cry foul, fork it, and evil will still happen.

dontdoxxme 3 hours ago | parent | next [-]

Some background in https://gist.github.com/kemitchell/fdc179d60dc88f0c9b76e5d38...

Basically you end up with something not legally enforceable. And will someone actually doing evil care about your license?

PunchyHamster 3 hours ago | parent [-]

They would if they could get sued. But it's unlikely, so they won't.

Best cure is to use GPL, any evil company would not be able to handle *having* to give back anything to project they used /s

pabs3 3 hours ago | parent [-]

GPL mandates giving forward to users, not giving back to the project. It is also commonly violated.

TheCraiggers 3 hours ago | parent | prev [-]

Well then you just use some copyleft language to ensure the same license (or something you deem compatible) is used.

Just because you can fork something doesn't always mean you're able to just change the license.

joshfraser an hour ago | parent | prev | next [-]

"creating software for free that largely benefits large corporations"

Who cares. The end result of this is that we all get to use amazing software, often for free.

Think of your open source contributions as a gift to all of humanity. I wouldn't get too hung up on the fact that bad people can use it. Hammer makers don't add conditions on who can buy their products, even if it could be used as a murder weapon. Take solace in the fact that your work is creating far more good than evil.

You're increasing the rate of innovation in the world. And we're all grateful for it.

pabs3 an hour ago | parent | prev | next [-]

The best option to stopping bad companies from doing bad things is to lobby your government to put in place laws against those bad things. Ban specific evils with regulation, thats much more effective than preventing people who do those evils from using a specific piece of software that is fairly easily replaced.

burnt-resistor 29 minutes ago | parent [-]

Exactly. FOSS isn't the right vehicle to legislate morality or control-freak end-uses of gifts. It's uncool.

uyzstvqs 4 hours ago | parent | prev | next [-]

Your project would no longer be open source. It would become source-available proprietary software.

linksnapzz 3 hours ago | parent | prev | next [-]

"No man is wise enough to know all the evil that he does." -Rochefoucald

canyp 3 hours ago | parent [-]

I don't know if you're just joking but this is the crux of the problem and what they are asking for has deep implications. If somebody can thoroughly define evil in a software license, please publish it for review so that we can learn from it.

pabs3 3 hours ago | parent | prev | next [-]

How are you planning to find out about violations of the license and then enforce license compliance? The GPL is very commonly violated, and license compliance costs a lot to enforce since you have to go to court, which also takes a long time.

phendrenad2 2 hours ago | parent | prev | next [-]

Let's say you accomplish your goal of dissuading "big corporations" and "bad guys" from using little auth middleware library, and you get a bunch of other open-source maintainers to do the same.

The "big corporations" will shrug and throw a few more tens of thousands into their R&D budget and will assign a few devs to create an alternative, and when they release it as open-source, they'll use it an opportunity to self-promote, it'll have a slick website, and "X by Big Corp" will become the go-to library.

The "bad guys" will just shrug and steal your code. Al Capone was brought down on tax evasion but I don't think you're going to get him on copyright infringement.

If you can somehow convince the majority of non-corporate developers to not use corporate-sponsored open-source, then that might be interesting, but not by much, because there aren't many of those.

handoflixue 2 hours ago | parent | prev | next [-]

It seems like CC-BY-NC (https://creativecommons.org/licenses/by-nc/4.0/) works perfectly for this: Anyone is allowed to use it, but they have to credit you, and they can't use it for commercial purposes.

You're still free to license it out commercially on other terms, the open-source community gets to make use of it as they please, and it ensures you're credited.

pcthrowaway 2 hours ago | parent | prev | next [-]

I created a software license which is effectively BSD, but lists priority boycott targets and rationale from BDS (boycott-divest-sanction for Palestinian liberation), in an information-only section that has no bearing on the software freedoms and restrictions, but is nevertheless required to be copied as part of the license[1].

I don't actually recommend using this specific license yet, because the text from bdsmovement.net is not technically available under a permissive license (they told me I could use it... but I don't think the person fielding my request really understood what I was asking), but perhaps you can make something similar out of your preferred permissive software license (this is a no-go with GPL unfortunately because any derived license would be incompatible with GPL in addition to permissive-licensed software)

If you're a fan of BDS you can also just list the priority targets in your license, or give the BDS organizers another nudge via email.

I think the power of this is that such licenses wouldn't change how people might use the software. And big corps like Google, Amazon, et al may accidentally end up using such software (which is perfectly allowable via the license), but would then have to circulate a license which calls for their boycott and highlights their complicity in oppression. So I think it'd be fun if some software using this license makes its way into an end-user product of theirs

[1]: https://ossforpalestine.top/

O_H_E an hour ago | parent [-]

This is actually one creative idea, kudos. I encourage you to reach out to OP as he was asking for discussion in case he didn't see this comment. This is the only newer out of the box idea I saw in this thread

mnau 3 hours ago | parent | prev | next [-]

Make it source available. It won't help, but you might feel better.

DuckStation (PS1 emulator) changed license from GPL to CC-BY-NC, because Chinese manufacturers were including it in their hw devices. Somehow I doubt that helped.

flyer23 3 hours ago | parent | prev | next [-]

This is already explored - use source available instead of open source.

canyp 3 hours ago | parent [-]

Presumably they want to keep the project liberally licensed modulo the "no evil" part. A source-available license would probably be too restrictive for that purpose unless it is somehow made compatible with open/free licenses. But I am not a lawyer, so I have no fucking idea what I'm talking about.

jfim 3 hours ago | parent [-]

They could use the json.org license: https://www.tldrlegal.com/license/the-json-license

It's literally the MIT license with an added clause of only using the software for good, not evil.

Obviously, corporate attorneys will advise not to use the software since good and evil aren't really well defined legal terms. It's also not open source using the osi definition.

canyp 3 hours ago | parent [-]

It's also unenforceable, therefore useless.

BrenBarn 2 hours ago | parent | prev | next [-]

I think the question is do you want to actually stop certain entities from using the project, or do you just want to send a message? If you want to actually stop them then ultimately there is only one way, which is you sue them. If you're not willing to aggressively sue people who use your software in ways you don't want, then I think there's little point in taking the time to craft a license that expresses acceptable uses.

If you just want to send a message, then you can change the license and not take any further action.

idontsee an hour ago | parent | prev | next [-]

For end-user applications, there's potentially the PolyForm Noncommercial License[1]. But since your project is a library, I would not recommend straying from well-known OSS licenses. Very few people would consider using a non-OSS library in a project of any kind.

[1]: https://polyformproject.org/licenses/noncommercial/1.0.0/

Mathnerd314 an hour ago | parent | prev | next [-]

This library has already been scanned and used for training AI. It is too late for a license change to have any effect. New projects, maybe.

II2II 3 hours ago | parent | prev | next [-]

The important thing to realize is that once you have release something, you have no control over how it is used. It doesn't matter whether it is an open source license or a commercial license. You have the right to take legal recourse, may that be over copyright infringement or licensing terms, but that requires both the means and desire to pursue what may be a lengthy process with an uncertain outcome. Worrying about stuff you cannot control is going to have a far more negative impact upon your life than it will upon those who are using your software for evil.

So what can you do?

Learn how to set boundaries. If a corporation demands something that you have no interest in providing, tell them no. If you are interested in providing it, request compensation for the work or request they submit a patch or let them wait until you can do the work on your terms.

For honest leechers, choose a license that discourages them. Switching from a MIT style license to a GPL style license won't prevent people from profiting from your work, but it will discourage those who want to make proprietary extensions to your work. Also realize that this won't stop dishonest leechers.

Continue to voice your concerns. Corporations don't feel guilt, but people inside them may. Even if the people within them don't feel guilt, they may still see you as an unreliable developer to exploit.

GaryBluto an hour ago | parent | prev | next [-]

I don't understand why so many open source developers don't want truly free software. Your software isn't free if people can't do whatever they want with it.

"Evil" is also a bad descriptor to use. If I started giving out apples for free on the street (of which I had an infinite supply), I wouldn't be upset if nobody came back with an improved apple for me to use instead.

> I don’t just want to do this for my little project; I want to slowly change the discourse. I’m not sure how to do that effectively, if it’s even possible.

So he's decided that as the supreme arbiter of what is good and just that he'll be trying to slowly boil open source's collective frogs. How narcissistic.

> How can I bring more attention to this issue given the relative popularity of my project? Do I write a blog post? A callout in the documentation?

No. Because it doesn't matter.

muragekibicho 14 minutes ago | parent [-]

I share your sentiment. He needs to decide if his software is open-source or not.

It goes both ways. Open-source devs don't owe you free bug patches. People profitting from open-source don't owe you a share of their income.

jjmarr 3 hours ago | parent | prev | next [-]

There are plenty of licences to achieve this that'll make your code unusable.

CC-BY-NC allows you to ban commercial use. There is also the Hippocratic licence[2] which allows you to choose from a variety of "evil corporation" types, from fossil fuels, mineral exploration, the Taliban, companies that have more than 200% pay inequity, etc.

Pretty much all of these licences will make your project unusable and no longer free software, but hey, they exist!

[2] https://firstdonoharm.dev/build/

TheCraiggers 3 hours ago | parent [-]

I think part of what they're trying to do is change the discussion or the "norm". For example, if every developer suddenly changed to that style of license, would you still deem it unusable?

jjmarr 30 minutes ago | parent [-]

Yes, if only because of the broad patent grant. 3.1.6 is also concerning since it can be read as indemnification?

> Prevent any person from exercising his/her/their right to seek an effective remedy by a competent court or national tribunal (including domestic judicial systems, international courts, arbitration bodies, and other adjudicating bodies) for actions violating the fundamental rights granted to him/her/them by applicable constitutions, applicable laws, or by this License

There's also a clause allowing for specific performance which means, by using the licence for anything at a company, you're opening the risk of a court-appointed special master coming in and taking over your HR systems to enforce compliance.

You also can't terminate the licence to avoid this equitable relief:

> Additional Remedies: Termination of the License by failing to remedy harms in no way prevents Licensor or Supply Chain Impacted Party from seeking appropriate remedies at law or in equity.

It's a fascinating conceptual legal document but completely unusable. I'm not a lawyer but using anything under this licence seems incredibly risky to me.

zzo38computer 3 hours ago | parent | prev | next [-]

I am not a lawyer and do not know all of the other things, but I will write what my idea is.

Some possibilities (while still being FOSS) might be:

- Use AGPL3 license, and do not make exceptions. (Alternatively, make an exception but make it possible to revoke the exception.)

- Design the program for uses that are not bad so that bad uses might be more difficult.

- Sue them, if this becomes necessary.

These combination might make it difficult for bad guys to use it for bad purposes, although some organizations might ignore the license and use it anyways, but you cannot really prevent that.

tasn 4 hours ago | parent | prev | next [-]

Post is dated 2026-01-01, I guess it was maybe not meant to be released yet?

pabs3 2 hours ago | parent | prev | next [-]

I expect any license change away from permissive/pushover licenses is just going to be interpreted as a rug pull and worked around using a fork, or another existing project or new project.

Pannoniae 2 hours ago | parent | prev | next [-]

You can either go the custom licence route, but many people do raise (valid) concerns that if you do that, it will be incompatible with others. I do not share that view but I can certainly understand it.

A possible alternative would be using a standard licence like MIT but putting swears/slurs in either the author list or the code itself so using it would be a PR risk, and this could work as a deterrent against commercial usage.

canyp 3 hours ago | parent | prev | next [-]

If your project is a library, stamping a copyleft license on it will shun away corporations, AI training aside. Bad guys won't care either way.

The "no evil" goal is commendable but impossible.

rKarpinski 3 hours ago | parent | prev | next [-]

Whats the context to wanting to stop "bad guys" from using your open source project?

Might want to elaborate while you're on the front page!

GaryBluto 34 minutes ago | parent [-]

His Mastodon is linked at the bottom of the page and from what I've seen it's likely that this is because of a dislike of ICE.

The thing that confounds me is, this person thinks that what ICE is doing is illegal, so why does he think ICE would suddenly care about the law when it comes to software licenses?

perrygeo 2 hours ago | parent | prev | next [-]

> I know my goal: shift the default in open source from “it’s free for anyone to use” to “please don’t use this if you’re evil”. I don’t just want to do this for my little project; I want to slowly change the discourse.

Good luck. Defining evil objectively is, of course, a challenge. But even with an unambiguous definition in hand, enforcing or detecting it is nigh impossible. Especially since the truly evil will simply lie, ignore the terms of your license, and use it anyway.

rancar2 3 hours ago | parent | prev | next [-]

On what license to choose, this talk by Adam Jacob is good:

https://www.youtube.com/watch?v=rmhYHzJpkuo

And if you want to read about open source vs source available, this GitHub with the Red Hat lawyer and co-author of GPLv2 provides a TLDR of the sentiment. The reference from Chad gives a deep dive into the discussion and origin of FSL’s language.

https://github.com/liquibase/liquibase/issues/7374

pabs3 2 hours ago | parent | prev | next [-]

A reminder that Open Source means surrendering your monopoly over commercial exploitation:

https://drewdevault.com/2021/01/20/FOSS-is-to-surrender-your...

fleshmonad 4 hours ago | parent | prev | next [-]

There is the MIT+ni*ger license. Please don't ban me, just saying. No company would ever use your software given this license, but your users may boycott you too

billy99k 4 hours ago | parent | prev | next [-]

I've never understood open sourcing something, but only if I like you. The answer is to have proprietary license that you only give out to select users/companies.

pengaru 2 hours ago | parent | prev | next [-]

1. the trouble with "bad guys" is they DGAF so good luck convincing them to change their ways

2. quit using permissive licenses if you expect corporations to "give back", Open Source != Free/Libre software. You seem interested in the latter, licenses/copyright laws matter to the !bad guys.

fijiaarone 3 hours ago | parent | prev | next [-]

Sounds like the guy that invented bicycle helmets. He didn’t want Nazis to feel safe letting their kids ride bikes to school either.

muragekibicho 10 minutes ago | parent [-]

What are the odds.

OP's rant is about Helmet.js, his sorta-popular NPM package. You drew a fascinating parallel.

smitty1e 2 hours ago | parent | prev | next [-]

> Can we prevent Nazis from using our software?

Short of engaging in equally authoritarian control-freakery? I don't see how.

I'm amused by one package author that I'll leave unnamed who has a list on his site enumerating political parties around the world at one end of the political spectrum and announcing that supporters of these parties are disinvited to use his work.

I'm all: "Dude, get over yourself. Parties ALL suck. Now, do good, and consider investing less time on posturing."

catlover76 4 hours ago | parent | prev [-]

You can probably close-source and sell for cheap, pick and choose who you sell it to.