HN user

panzerklein

132 karma
Posts0
Comments65
View on HN
No posts found.

It's not really HTML, it's JSX. Like in all other JSX-based projects it gets compiled into js functions.

Interesting to see a completely custom renderer. Look at the page through dev tools inspector - it's just a single canvas inside body. Everything is drawn using the Canvas API. Not even WebGl, just a regular old 2d context, bunch of fillRect's and drawImage's.

Typing Is Hard 5 years ago

This option is too extreme to be enabled by default. Even --strict shortcut that turns on a bunch of useful checks does not include it.

Should be easy to isolate objects that haven't touched anything yet. Determining when to start isolating already touching objects would be harder. Probably some kind of threshold is needed.

Which makes them totally inaccessible in some countries where Spotify does not offer services or offers a limited set of them. My favorite podcast went Spotify and I since then I just can't get access to the new episodes.

Right, I've noticed this while trying to update my vimrc for web development. Syntax highlighting is just not as nice as in vscode.