@mathlover O.O another ML! I do love math as well, though that's not what ML stands for in my case (it's just my initials)
Learned about Gemini today from various fediverse users mentioning it in their profiles. I wanted to use the emacs client elpher to check it out, but it required emacs version 26.2 at the minimum, but my version from Debian's repos was 26.1, so I built the latest version of emacs from source and fixed a few incompatibilities between my init file and version 27, and now I'm in!
software licensing long post
Something which I haven't heard about, but which I think is a good idea, is to license free software projects under a strong copyleft license, but add a clause so that it becomes public domain after X years (my preference is 10).
This would have a few advantages. One advantage is that it would be more consistent with my desire to reduce copyright term lengths.
Another advantage is that it would make re-licensing easier, while still being difficult enough that it couldn't be done on a whim. In the worst case everyone could dual-license every new contribution under both the old and new licenses for 10 years, and then 10 years later it would be under the new license. This is just the worst case, though. If you got every contributor for the past Y years to agree to re-license, then you'd only need to wait for 10 minus Y years.
A broad consensus would still be required to re-license the project, so it would still generally be safe from malicious re-licensing, but it would also be easier to fix licensing mistakes (for example, if the project was GPLv2 but the community wanted to switch to GPLv2+). It would also become less risky to experiment with different licenses, because it would be easier to correct the mistake if it became clear it *was* a mistake in the future.
This greater allowance for experimentation would also be useful, I think, because there exist interesting new copyleft licenses which might be a good idea or which might not, like the Parity license.
Technically I've already applied this idea today in some small things I uploaded to github, but they're not projects used by anyone else, so I'm not sure they really count.
Anyway, if anyone is curious, here's a link to the contents of a "LICENSE.txt" file applying this idea, for a project whose last contribution date was in 2019. The idea is that you'd bump up the year in this file each year, so older versions would gradually enter the public domain 10 years after their release. Note that I'm not a lawyer, so I can't actually vouch for this being legally valid.
https://raw.githubusercontent.com/ml-2/sslib/master/LICENSE.txt
they/them