Hacker News new | ask | show | jobs
by juancn 7 days ago
You can run it in JSLinux if you don't want to risk it running locally:

Go here:

https://bellard.org/jslinux/vm.html?cpu=x86_64&url=alpine-x8...

And run:

    bash -c "$(curl -fsSL https://alganet.github.io/terminal/index.sh)"
It will take a couple minutes to cache everything, but it does run.
1 comments

(author here)

index.sh is actually quite easy to read (in case someone wants to audit it before running), 800LOC pure shell + tuish deps, forkless design.

https://github.com/alganet/alganet.github.io/blob/master/ter...

The content lives separately, in `.tui` pages with a minimal markup:

https://github.com/alganet/alganet.github.io/blob/master/blo...

They're pre-generated, but the blog.sh script in the repository can do automatic HTML-to-tui conversion (although I only tested it in simple markup, like my website's).