Terms and conditions
There are no goods or services being sold on https://fasterthanli.me: however, donations are accepted, through Patreon and GitHub Sponsors, and may in the future be accepted directly through a payment processor.
Anyone who is currently subcribed to me on either Patreon or GitHub Sponsors is hereafter referred to as a “sponsor”.
Sponsors may log in to this website using their Patreon or GitHub account and may, occasionally, read articles in “early access”, before they are made available for everyone.
Sponsors may cancel their subscription at any time and for any reason, and obtain a refund for the unused duration of their monthly/annual subscription.
By cancelling their subscription, sponsors understand they immediately lose the “early access” functionalities.
You can e-mail contact@fasterthanli.me if you have questions.
Here's another article just for you:
Some mistakes Rust doesn't catch
I still get excited about programming languages. But these days, it’s not so much because of what they let me do, but rather what they don’t let me do.
Ultimately, what you can with a programming language is seldom limited by the language itself: there’s nothing you can do in C++ that you can’t do in C, given infinite time.
As long as a language is turing-complete and compiles down to assembly, no matter the interface, it’s the same machine you’re talking to. You’re limited by… what your hardware can do, how much memory it has (and how fast it is), what kind of peripherals are plugged into it, and so on.