You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
1Re your last paragraph: you cannot patent algorithms in many parts of the world (e.g. Europe), and copyright doesn't protect the algorithm but only the actual code as written, so it only avoid people copy&pasting your code not people actually reimplementing the algorithm with different code.Bakuriu– Bakuriu2016-05-24 14:59:49 +00:00Commented May 24, 2016 at 14:59
-
6One famous is Douglas Crockford's JSON license: json.org/license.html "The Software shall be used for Good, not Evil".Eterm– Eterm2016-05-24 15:17:53 +00:00Commented May 24, 2016 at 15:17
-
8"Then this algorithm is used to build trucks that drive on their own. Still ethical." - Actually...if the self-driving trucks force human truck drivers out of work and into poverty as a side-effect, there's a case to be made that creating self-driving trucks is not ethical. So yes, it's an incredibly vague standard.aroth– aroth2016-05-25 02:44:41 +00:00Commented May 25, 2016 at 2:44
-
It's frustrating that JSLint is constantly held up as why ethical licenses are bad. It's like if someone wrote a law that said "don't be a criminal" and everyone was like "See, you cant use laws to stop criminal behaviour because you can't define criminal". You can, but only if you try ;-) Counterintuitively though, JSLint actually provides some strong evidence that such a license could work. Even though most people speculated that it was unenforcable, IBM still explicitly sought permission to use the software for evil before using it - the fear of possible enforcement was enough.ChrisJ– ChrisJ2018-08-10 08:43:05 +00:00Commented Aug 10, 2018 at 8:43
-
@ChristopherJ What does your comment have to do with my answer? I didn't mention JSLint at all.Sebastian Redl– Sebastian Redl2018-08-10 17:20:56 +00:00Commented Aug 10, 2018 at 17:20
|
Show 2 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you