FranceBacce's comments

FranceBacce | 5 years ago | on: Rust for JavaScript Developers – Functions and Control Flow

Coming from writing JS all day, I've recently started learning Rust and I find it extremely refreshing. Yes, it is heavy, low level and forces you to think about how things work under the hood, but it empowers me to do high performance stuff I just coulnd't do in JS before.

Def recommend it as a second / third language

FranceBacce | 6 years ago | on: Exponential Growth and Covid-19 [video]

If anyone wants to dig into the math, this is a non linear recurrence relation, with an external dependency, that is n_d+1 = f(a,n_d) n^(d+1)

bad news: How this behaves will depend a lot on a (containment measures etc...)

good news: If we can make a grow faster than an exponential, we can win

page 1