I've noticed that, if an equation calls for a number squared, they usually really mean a number multiplied by its complex conjugate.
Days before the 2016 election, 538 (which Nate Silver founded and was leading at the time) ran an article titled "Trump Is Just A Normal Polling Error Behind Clinton". Nate Silver and 538 did some of the best forecasting of that election. Don't conflate him with others' screwups.
You need to sleep.
K-9 mail... isn’t supported or being developed any more.
That's not true. They make frequent-enough releases, they post monthly progress reports, and they are actually going to become Thunderbird's Android version.
Having said that, I almost switched to FairEmail because K-9 lacked support for some sort of authentication measure (which I no longer need), but that wasn't because K-9 stopped development.
Also worth noting this article is nearly five years old. Rust's first stable release was nearly nine years ago, so its (stable) age has more than doubled since then. I expect Rust would look a lot more mature if the article was written today.
Tell us more about what you're thinking of building/drawing. I like FreeCAD, but it's also quite complicated, depending on what your goals are.
Here is their reasoning, basically summarized as "it's easier to get everything for games into a new language than bolting it onto an existing language". I also recall seeing a blog post where they said their initial implementation of GDScrip took fewer lines of code than embedding Lua did.
Note Godot does officially support C# and C++, and there is unofficial support for other languages too. But they commonly recommend GDScript for beginners.
I used to have scripts like that, but eventually switched to ssh aliases. You can set up an alias for each machine in
~/.ssh/config
with lines like this:Then access with
ssh p1
. Slightly more typing, but avoids adding more commands to your $PATH. Also has the benefit of letting you use the same alias with other ssh-related commands like sftp.