Live data from Hacker News

Show HN: Simplenetes – I replaced Kubernetes with 17k lines of shell script

github.com

1–10 of 159 posts

Re: Show HN: Simplenetes – I replaced Kubernetes with 17k lines of shell script

#2
> simple

> 17k lines of shell script

those two phrases don't belong together... to think about this, "17k lines" and "shell script" should not be used together either.

Also, you are a bit light on tests.. there only seems to be a single trivial one, which seems way too low for a codebase this size.

Re: Show HN: Simplenetes – I replaced Kubernetes with 17k lines of shell script

#5
post #2

> simple > 17k lines of shell script those two phrases don't belong together... to think about this, "17k lines" and "shell script" should not be used together either. Also, you are a bit light on tests.. there only seems to be a single trivial one, which seems way too low for a codebase this size.

This is why Simplenetes is built with Space.sh [1], a tool to build shell script applications.

About the tests, can't disagree with you, they will come.

[1] https://github.com/space-sh/space

Re: Show HN: Simplenetes – I replaced Kubernetes with 17k lines of shell script

#10
post #2

> simple > 17k lines of shell script those two phrases don't belong together... to think about this, "17k lines" and "shell script" should not be used together either. Also, you are a bit light on tests.. there only seems to be a single trivial one, which seems way too low for a codebase this size.

This is why Simplenetes is built with Space.sh [1], a tool to build shell script applications. About the tests, can't disagree with you, they will come. [1] https://github.com/space-sh/space

First time I'm hearing of space also. It looks quite impressive, surprised to see no stars
Post reply on HN