Hacker News new | ask | show | jobs
by felsokning 779 days ago
> Zero dependencies seems like a weird selling point, especially since it depends on Clap, Tokio, a Rust compiler...

Came here to make the same comment. 0 dependencies would mean/infer (at least, to me) a lack of any dependencies but that doesn't seem to be the case[1]. There are 30 matches for the word `dependencies`.

[1] - https://github.com/Stavrospanakakis/is_ready/blob/main/Cargo...

1 comments

When you see someone advertise a tool to put in your containers to do something, why are you immediately thinking "no compile-time dependencies", rather than "no runtime dependencies"?
> When you see someone advertise a tool to put in your containers to do something...

The title claims "0 dependencies", not "0 runtime dependencies" nor "0 compile-time dependencies". In other words, the word dependencies - by itself - is encompassing both runtime and compile-time dependencies.

Think of reading the title at face-value - but as if someone else had written it, with no exposure to your project, its use-case, behaviour, etc. - before it was read.

Someone else did write it, and I didn't have any exposure to the project, use case, behaviour, etc, before I read it.
Ah, thought you were the OP. That's my bad.

The "dependencies" point still stands, though, in that the term - generally - encompasses both.

To be honest, I wanted to make the title more specific regarding dependencies but the title was already too big.