




cat, less, grep,CC0 Public Domain license seems to cover the whole project and its contents.
Also Creative Commons are more standard, their licenses are already used outside the programming projects.
(by the art people and universities, documents etc.). (edited)









$ node --experimental-repl-await
Welcome to Node.js v12.19.0.
Type ".help" for more information.
> const delay = ms => new Promise(resolve => setTimeout(resolve, ms))
undefined
> const f = async () => { await delay(1000); console.log("hello world"); }
undefined
> f();
Promise { <pending> }
... 1 second later
> hello world




upgrading fedora



3
that was surprisingly smooth
that was surprisingly smooth 





make install, and after that you will have to use the apt-get pinning, https://help.ubuntu.com/community/PinningHowto, to make sure that your dependencies don't upgrade, or else you will run into dependency hell
The "solution" is PPAs which are maintained by individual users.
The longer you are using "stable" or "LTS" version the more packages will be held back in this way, and when you upgrade, it will be like a ticking time bomb.
In fedora, the default one is the up-to-date one (my kernel is only a few weeks old, 5.18 whereas master is 5.19), and if I want to downgrade because it sucks, then i downgrade with dnf downgrade