substack isn't a startup, it's a human being. Regardless of something being pg's "take", that doesn't make what you've done here ethical, or good for the ecosystem, or good for your company. (Separately, if you don't have the .com OR the twitter handle, change your name)
1) you should be consistent, it's not your place to force users of your code what to name things
2) `import { foo as myBetterName } from 'path'`; your argument (about consistent names) is invalid :-p
nvm maintainer here: this is true - but please use `node`, since the concept of "stable" and "unstable" has died with the advent of node v4.0 using semver.
All node versions are now stable, and version numbers now communicate breakage, not stability. As it should be.
nvm maintainer here: you do not need the `v`, it will always be automatically added if you've provided a version number that doesn't already match to an existing alias.
nvm maintainer here: the only thing that's done over HTTP is the initial redirect on http://nvm.sh, which will soon be HTTPS. This URL is only used if you type it in (because it's easy to remember).
Everything else is done over Github's super-secure HTTPS - so there's really nothing to be paranoid about.