←back to thread

414 points st_goliath | 7 comments | | HN request time: 1.295s | source | bottom
Show context
warpeggio ◴[] No.43971997[source]
So ... my tmux lifestyle is objectively superior in this one respect. Excellent.
replies(1): >>43972571 #
exploderate ◴[] No.43972571[source]
Yes, that's why all the cool kids switched to tmux 17 years ago. The only argument the screen camp had was "no serial port support in tmux". To which we answered something about a smaller more modern code base...
replies(4): >>43974033 #>>43974084 #>>43974139 #>>43980419 #
1. pengaru ◴[] No.43974084[source]
> The only argument the screen camp had was "no serial port support in tmux".

No, the screen camp has the valid argument that licenses matter and tmux is not GPL software.

replies(2): >>43977634 #>>43986232 #
2. int_19h ◴[] No.43977634[source]
From the end user perspective, it makes zero sense to avoid software just because it has an open source license that is more liberal than GPL.
replies(1): >>43981125 #
3. pengaru ◴[] No.43981125[source]
You seem to completely miss the point of the GPL.
replies(1): >>43983186 #
4. int_19h ◴[] No.43983186{3}[source]
You're welcome to explain it to me. What benefits do I get from switching from MIT software to GPL one as an end user?
replies(1): >>43985676 #
5. pengaru ◴[] No.43985676{4}[source]
In your view of the world what is an end user?

If we're talking about someone who has received a binary copy of software, then isn't this obvious?

The MIT license permits the distributor to close the source of what they've redistributed, in original or modified form. Potentially depriving the end user of the freedom to view/modify/distribute the source.

Permissive licenses prioritize rights of the software redistributors at the expense of the end users.

https://en.wikipedia.org/wiki/Copyleft#Freedom

replies(1): >>43989095 #
6. unixplumber ◴[] No.43986232[source]
tmux is MIT-licensed, right? The MIT license is very similar to the (3-clause) BSD license which makes it upward-compatible with the GPL (you can incorporate MIT- or BSD-licensed code with GPL-licensed code).

Edit: and to your point of a distributor withholding the source: yeah, so? If there ever came a point where the current maintainer closed its source (unlikely), somebody with a copy of it can step in with a fork. Or the project can die a deserved death for closing its source. At this point the benefits of open source are pretty much obvious to anyone with a brain, and closing the source of an open-source project is practically suicide.

7. int_19h ◴[] No.43989095{5}[source]
The MIT license permits some other developer to fork the source and close it off, but as an end user of this particular software that is under MIT (meaning that source is available, and I can take it and modify it if I need to), how does that affect me?