-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some interesting links #18
Comments
Interesting links, thanks for sharing! |
https://choosealicense.com/licenses is a good starting point for choosing a licenses. What is sadly missing from the quick overview is the EUPL, a license that is actually compatible with European law https://choosealicense.com/licenses/eupl-1.2 And re. the "companies don't touch GPL code", this is mostly the AGPL, as it forces SAAS companies to make their code available even though they don't directly redistribute it. The GPL is commonly used in the industry as you can easily circumvent its spirit if you're an evil corp ;) |
@Oesting we should send some links around e.g. these two could be good: on parallelzation / CPU caches etc. "what scientistis should know about CPUs" https://viralinstruction.com/posts/hardware/ very well done interactive pluto notebook on explaining neural nets, by one of the participants: https://mlcolab.github.io/IntroML.jl/stable/supervised_learning.html |
Commit message conventions: https://www.conventionalcommits.org (there's obviously others)
emergency git cheat sheet: https://ohshitgit.com/
open nonprofit-run github alternativ: https://codeberg.org/
The text was updated successfully, but these errors were encountered: