Can I run a VM inside Redox to fill in the functionality gaps?
[1]: https://www.redox-os.org/faq/#what-programs-can-redox-run
https://doc.redox-os.org/book/ch04-09-graphics-windowing.htm...
https://discourse.redox-os.org/t/mit-licence-really-suitable...
> The choice of MIT is not an arbitrary one
...
> We wanted to encourage the use, modification, and packaging of Redox in absolutely all realms. Open source should be open, for everyone. There’s absolutely no reason for limiting the usage of the software. Therefore, MIT was the license of choice.
...
> We like to have a decentralized structure of the project, allowing people to do whatever they want, no matter how they intend to share it.
Based on their goals, the answer seems to be yes.
An interesting take. It doesn't match my understanding of the GPL though. AIUI, the GPL does not require that you send your changes "back"/"upstream". However, it does require that you make the source code to your changes available downstream, to the people you distribute the code to.
Conversely, MIT does not require that you make your changes open and available to downstream users.
> Open source should be open, for everyone.
...for everyone, except for users of modified versions of the project, apparently?
Look, it's their project. If they want to distribute it under MIT, that's their right. I just get a bit frustrated when the rationales for using permissive licenses don't seem to make a whole lot of sense.
Many corporations don't distribute GPL derived software to users, but "package" it as a web service instead. That way they are not required to make their changes open and available to users.
> [> Open source should be open, for everyone] ...for everyone, except for users of modified versions of the project, apparently?
If modifications provide enough added value to users (so they use less open modified version instead of the open source product), shouldn't the developers be able to freely decide which business model they want to utilize? Not everything can be made sustainable using the GPL license.
Then what benefits does the MIT license give in that case?
> Not everything can be made sustainable using the GPL license.
That's a fair argument to make. But it's not the one that was being made upthread.
It allows development of commercial products where software runs locally, where users don't have to share their data with the corporation.
There are always some tradeoffs when choosing a license.
> > Then what benefits does the MIT license give in that case?
> It allows development of commercial products where software runs locally,
Those are not the same case!
FFS. Stop moving the gorram goalposts.