Michael McMahon

Results 90 comments of Michael McMahon

[MIT](https://www.gnu.org/licenses/license-list.en.html#Expat) and [ISC](https://www.gnu.org/licenses/license-list.en.html#ISC) are both compatible with GPL. Upon further inspection, I would recommend [LGPL-3.0-or-later](https://spdx.org/licenses/LGPL-3.0-or-later.html).

GPL is not a viral infection. It is a copyleft license that makes sure the forks also include freedom. With permissive licenses, the downstream forks are often proprietary.

If anyone wants to work on this issue, the first step would be to try the [generate-weblabels-webpack-plugin](https://forge.softwareheritage.org/source/swh-web/browse/master/assets/config/webpack-plugins/generate-weblabels-webpack-plugin/) from Software Heritage.

@hnhx [Multiboot](https://sourceforge.net/projects/multisystem/) works with legacy. [Not as simple to use](http://liveusb.info/dotclear/index.php?pages/install) as Ventoy, but it has worked in the past for me. Edit: Fixed link.

https://github.com/wertarbyte/autorandr/issues/24#issuecomment-70175758

I am glad it is on your radar. I just did not see it mentioned anywhere here. I am interested in documenting Vosk at the moment. I just wanted to...

What about GPL-3.0-or-later? Does that license achieve what you are trying to do?

[Lingua](https://github.com/pemistahl/lingua-py) might be useful for this. Lingua is made with python, works with short strings, works offline, and licensed under Apache-2.0.

Not everyone uses LibreTranslate.

I could see it being used like a special input that would trigger the language detection. Syntax could be something like this: echo "Text to translate" | argos-translate --from-lang auto-detect...