HackerTrans
トップ新着トレンドコメント過去質問紹介求人

prologic

42 カルマ登録 6 年前
"Problems are Solved by Method"

Website: https://prologic.dev/ Twtxt: https://twtxt.net/~prologic Blog: https://prologic.blog/ Git: https://git.mills.io/prologic

投稿

Show HN: Build offline-first web apps in pure Go and HTML

swag.mills.io
5 ポイント·投稿者 prologic·6 日前·1 コメント

コメント

prologic
·18 日前·議論
Hah! Thanks for whomever posted this. This is my little baby/project and I'd like to share a little about it... Quite some years ago (before all this AI Hype) I ventured on trying to deeply understand how Linux containers worked. At first I built a shell script called `box` that used the Busybox `unshare` utility to create little isolated namespaces/cgroups where you could "box" your little program on the root file-system. Later on I decided to write box in Go.

box now is basically a fully capable lightweight daemon-less container runtime, much like podman (but no rootless, not yet). Along with another project I also wrote called sshbox that is basically an SSH reverse prox; are what powered mbox.blue

mbox.blue is basically an experimental shared Linux system based around the core idea of persisetnt containers. All home grown.