Comment by donatj

2 years ago

Author here. This was a frustrated rant after discovering these people serving my circle generator and frankly moreso my .htaccess rewrite generator on sites plastered with ads get more traffic than I do. It's honestly a little childish. I'd take the whole post with a grain of salt.

I used to to have a little cottage industry that helped me pay the bills of people finding my rewrite generator, not knowing what they're doing, and reaching out for help with their htaccess files. It's been a couple years now since anyone has reached out. On realizing that, I started looking into it.

Part of that decline is clearly Apache becoming less relevant, but the other part (I think anyway) is that I've fallen way down the SEO ranks, frustratingly behind people hosting my own tools.

Like I said, it's a rant. Think of it as such.

Everything is still MIT and by all likelihood going to stay that way.

Practical question - though IANAL - if they're not providing attribution, then aren't they out of compliance even with the MIT license, in which case you could hit them with a DMCA take down?

Thanks for chiming in. Before I delved into Linux, I spent a lot of time with the BSDs. Because of the more permissive license used by the BSDs, I learned that the work put into these projects is for the benefit of mankind. Whether that's an individual, small project, or a greedy corporation, everyone and all get to benefit and, yes, you've seen the negative side of that.

@author You should consider your (likely) emotional and (definitely) ideological reaction to AGPL / GPL-style licensing and be pragmatic about which license you use for what.

I always work from first principals, and have written code which includes proprietary, public domain, and various forms of copyleft. They all have their place.

The licensing discussions become... religious in nature. It should really a pragmatic question of what kinds of ecosystem and behaviors you want.

The choice is and isn't about freedom. Most people are constrained by capitalist free markets (or other organizational mechanisms). If I'm competing and I keep your code open and a competitor makes theirs proprietary, they have an advantage. Ergo, in many domains, you see people forced to engage in obnoxious behavior as you're seeing to be competitive. Everyone can WANT to keep things open (or any other good behavior) but NOT be able to do it.

Something like the GPL can force everyone to do what they wanted to do, if their freedom wasn't taken away by the invisible hand of the market. Ditto for many regulations. Things which seem constraining can be liberating once you put a market system around it.

  • Except neither GPL, nor AGPL, would do anything about the case described. And that's even with AGPL violating freedom 0 through its tangled text.

    • Did you even read the case described? From the article:

      "Many of them have made minor or major modifications to the tools, and next to none provide the source to those modifications"

      "I wanted to promote community contributions, not to have them monetized by other people who don't even provide the source to their modifications"

      If you did, I don't think you understood it any better than the AGPL (or freedom zero). AGPL text is not tangled. It's a very-well written text, if that's the license scope you want.

      The case described is the exact purpose of these license.

      Footnote: I've released two major tools 95% under the AGPL (with a few minor components under more libertarian licenses). It was the right tool for that job.

      4 replies →