Live data from Hacker News

Show HN: Lightweight system monitor for Linux VPS written in Go

github.com

21–23 of 23 posts

Re: Show HN: Lightweight system monitor for Linux VPS written in Go

#21
post #10
post #9

Earlier quoted context omitted.

" Please don't post shallow dismissals, especially of other people's work. A good critical comment teaches us something. " https://news.ycombinator.com/newsguidelines.html

https://tferdinand.net/en/why-curl-bash-is-a-dangerous-bad-h... https://www.lesinskis.com/dont-pipe-curl-into-bash.html https://www.cyberhub.blog/article/25147-why-curl-pipe-bash-i... oh hey lets not forget this one too https://news.ycombinator.com/item?id=47860669

Yes, I know that people repeat this a lot, but it's a generic dismissal that has nothing to do with the specifics of the project being discussed, which makes it shallow and offtopic. (Especially when taking the form of a snarky attack.)

Perhaps the first 1,000 times it was mentioned, there was some juice in the lemon, but it's long gone.

Re: Show HN: Lightweight system monitor for Linux VPS written in Go

#23
A lightweight system monitor written in Go is an interesting project.

It also seems like a good fit for something I've wanted to try for a while: building the UI as a SPA, embedding the generated assets into the Go binary with `embed.FS`, and shipping everything as a single self-contained executable.

Post reply on HN