HackerTrans
TopNewTrendsCommentsPastAskShowJobs

prologic

42 karmajoined 6 yıl önce
"Problems are Solved by Method"

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

Submissions

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

swag.mills.io
5 points·by prologic·7 gün önce·2 comments

comments

prologic
·6 saat önce·discuss
Let me know how it goes! I have 3 quite successful aps built and in production using Swag now and it's pretty great DX (DevEx) and UX.
prologic
·18 gün önce·discuss
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.