- JS is, of course, dynamically typed like Python. Types are inferred at runtime. Typescript is statically typed, so types are known before runtime. You can lint this with tslint.
- Python 3 has type hinting (called such because it’s optional). You can specify the input and output types a function expects, and then static analysis can catch any errors before runtime. It’s also nice for documentation.
- California is about the same latitude as the VERY bottom of Europe, almost between it and Africa. Northern California is about the same as Spain/Portugal.
- Deer shed their antlers every spring and they grow back during summer. I had no idea.
- Started work on the reverse proxy for supercontest and bmahlstedt.com. Will post all details tomorrow.