Why is it so difficult to write a short description what the project does? With too many open source projects people, who are not familiar with it, have to play detective to figure out what it actually is doing. "Wait a package manager based on numphy? That doesn't make any sense. Oh they mention LLM? So it must have something to do with AI"
Tomte|1 year ago
Why are you entitled to have every single GitHub repo explained, tailored to your individual knowledge?
Many other people understood exactly what this is.
Maybe the submitter could add a comment on HN with an explanation, but the author owes you nothing.
bartread|1 year ago
I'm not going to name names because I don't want to throw shade at what are essentially good or even great projects but, as a recent example, I encountered a library in our codebase the other day where I simply didn't get what the point was, and the corresponding project page and documentation - whilst really detailed in some ways - didn't help. In the end I asked ChatGPT and also found a series of video tutorials that I watched at 1.75x speed to understand it.
It was worth doing that because the thing is already used in our codebase, and it's important in that context for me to understand why and the value it adds.
But if I run across something reading an article or whatever, and it mentions some library or project in passing, I'm semi-regularly left a bit baffled as to what and why and I probably don't have the time to go digging. Nowadays I probably would ask ChatGPT for a short summary because it's so convenient and it's often quicker than Googling, and maybe I'll start submitting PRs against readme.md files to add those summaries (with a bit of editing) to the beginning of them.
unknown|1 year ago
[deleted]
edflsafoiewq|1 year ago
mint2|1 year ago
Even that first line you posted is unhelpfully circular, defining mamba as an implementation of mamba.
Call me old fashioned, but a best practice read me should concisely provide: what the thing is, and why it is, aka the problem it solves. (And not with circular definition.)
1024core|1 year ago
Which is the purpose of these doc comments.
If you have the time to gripe on HN, you have the time to click on the link and do some reading. The "Usage" section in the link above is enough to help one disambiguate; if not, then there's always the doc comment.
ktm5j|1 year ago
grandma_tea|1 year ago
arthurcolle|1 year ago
at this moment, in this time, if you see Mamba, either you know or you don't