I always looked at software as a flow of data: Data comes in, it is
transformed and it gets out -- sometimes, the transformation part is just a
collection of a sequence of transformations.
This is a whole book about looking at the data instead of the code. And it's
free.
# [Clean air in Europe during lockdown ‘leads to 11,000 fewer deaths’](https://www.theguardian.com/environment/2020/apr/30/clean-air-in-europe-during-lockdown-leads-to-11000-fewer-deaths)
Yet another silver lining in this quarantine: The reduction of polution it
causing people with asthma to have less attacks, reduced the deaths of
respiratory problems and so on.
I'm not saying "Hooray for COVID!", but governments need to take a look at
this kind of reduction and start working on ways to keep it more permanent.
(one thing Rust aims for) and after working on its own version of the borrow
checker with [Project Verona](https://github.com/microsoft/verona), now
Microsoft released a version of the Windows Runtime Libraries aimed for Rust
developers.
It seems Microsoft is getting _really_ in love with Rust.
# [Microsoft: Why we used programming language Rust over Go for WebAssembly on Kubernetes app](https://www.zdnet.com/article/microsoft-why-we-used-programming-language-rust-over-go-for-webassembly-on-kubernetes-app/)
... and that's not only it.
Microsoft is checking the use of Rust and WebAssembly to make Kubernets
"kublets" -- the worker parts of a Kubernets cluster.
The interesting part is "For the first week or so, we lost much of our time to
learning how borrows worked. After about two weeks, we were back up to 50%
efficiency compared to us writing in Go. After a month, we all were
comfortable enough that we were back up to full efficiency (in terms of how
much code we could write)," writes Thomas.
This is not related to the speed of the resulting app, but the speed of
development. And the learning curve of Rust is well known, but the curve is
not permanent, with the final results pointing that you have better security
in the end.
And I'm left wondering how long till Microsoft starts sponsoring Rust