Depends on if you're primarily interested in getting utility as soon as possible, in which case use whatever solves the problem you'd most like to solve. If that is making some web app, that'd be Javascript.
If you're interested in learning programming well for its own sake, probably check out "How to Design Programs" by Felleisen et al., or "Structure and Interpretation of Computer Programs" by Abelson et al.
"The encouraging thing today is that we're kind of converging on good practices in language design." - doubtful that we'll arrive at good practices in language design through incremental steps from a flawed base. All the mentioned languages are low-level.
"Therefore... what? Just give up? Or start over from a non-flawed base?" - those would both be ways to avoid the presumed local optima, yes.
"Which is what? Still to be created, or does it exist?" - several different 'initial stakes'/bases in the space of programming languages exist/were made/can be created than the family of languages mentioned in OP. Exploration from those might yield better optima. The widespread adoption of the current industry 'standard' languages seems an accident of history, not guided by quality of language.
"Are the bases flawed because they are low level?" - yes. A significant part of the computing field is about abstractions. Improving the level of the technology is one of the arguments the article here makes too. Besides, it's the implicit admission of everyone who doesn't advocate/write assembly.
The site implies assembly is how computers really work. IMO, assembly is just an incidental implementation detail of little note. High level language chips are possible, after all.
Solve problems!
Caveat: Many books seem to have bad problems. If the majority of the problems seem to be the same problem with different parameters, that might raise a warning.
To quote Hamming:
"""In science if you know what you are doing you should not be doing it.
In engineering if you do not know what you are doing you should not be doing it."""
It follows that regurgitating answers to already solved problems is good engineering :)