Funny thing is that it does refuse to change the time when the delta is large. So it trusts these random bytes in the TLS handshake blindly, but when it gets the correct time from the time server some seconds later, it doesn't dare to change the time as the delta is too large!
I was baffled at what was happening after reading the article. Your TL;DR was perfect, and explained it very well in a single short paragraph. Thank you.
I'm Norwegian too, and remember watching it on a Swedish broadcasting channel when I was a kid. We had two channels, the Norwegian state funded broadcasting channel, and the Swedish state funded broadcasting channel. Good times!
I watched it on all the Nordic channels, when I was a kid. Couldn't get enough cartoon back then apparently. when it wasn't an abundant "commodity" like today.
Really inspiring! Nicely structured, and easy to follow along, especially with the "Try it yourself" links. Amazingly addictive to tweak with variables :)
A nice and clear explanation of why tail recursion is necessary and how it works. I usually don't like mathy examples, but it worked fine here. I especially liked the section on trampolines as I didn't know how transpilers usually did that. Well worth the read.