upvote
PS : echo "blabla" > index.html is actually becoming my new World reaching publishing method. I do have a home server with a Web server. I connect to it via ssh keys... so

ssh homeserver 'echo hi >> /var/www/self-published/index.html' and voila. I'll probably share my gist this way from the CLI.

ssh homeserver "echo '$(ls)' >> /var/www/self-published/index.html" if I want to run a command locally first, not on homeserver (notice the " vs ').

reply

  echo <input id=kmbefore><input id=kmafter onleave='alert( (kmafter.value - kmbefore.value) * priceperlitterperkm )'>

 > index.html to make it available to anyone, Worldwide, for free!
You are conveniently leaving out that you already must have:

* a server running 24/7 on the internet, paid for each month

* purchased, setup and keep paying every year a domain name

* configured a web server in that server, ideally with automated SSL certificate issue and renewal

reply
That, or know that https://neocities.org/ exists.
reply
Or just use GitHub pages.
reply
The article mentions that was proposed and no one wanted to do it.

Also, alerts are terrible UX. At least put some effort into your example.

reply