Earlier quoted context omitted.
I think 1 year is reasonable, that guy is a dick
No no, it's customary on HN to link to previous discussions because they're interesting to look at! Linking to a previous submission with no comments is frowned upon, but a big past discussion is a generous offer. People sometimes think we (moderators) are being jerks when we post such links as well. I'm a bit puzzled about what to do about that. It's tedious to post "because it might be interesting" every time. (p.s…
Explain shell
21–30 of 56 posts
Re: Explain shell
#22I know comment moderation sucks, but it would be great to have some kind of wiki/comment system/human generated notes on popular commands.
Re: Explain shell
#23https://news.ycombinator.com/item?id=6834791
Yup and https://news.ycombinator.com/item?id=13989215 , from 2017.
Re: Explain shell
#24This has baffled me for years. I'd have guessed that discoverability and documentation would be a core functionality and focus of open source developers.
Also, if I find a command which flag is not explained by explain shell, is there some source I can create PR to? Some DB, where I could propose the addition..?
Re: Explain shell
#25Welp, I still don't know what :(){ :|:& };: exactly does, but it sure borked my WSL. Error: 0x80070040 after forking too many processes. I know comment moderation sucks, but it would be great to have some kind of wiki/comment system/human generated notes on popular commands.
Re: Explain shell
#26Explain shell is something that has helped me a lot, but the situation of needing it left me baffled for so long... Why can't I search by command + flag? For example, I know what command A does, but I'm not sure what flag C means. I can search for man A, but why can't I search man A --flag C to get only the relevan portion of the manpage? This has baffled me for years. I'd have guessed that discoverability and docume…
That said good documentation is a hard problem, what to document, how to do it, and what use it will have down the line. Your goal is not everyone elses goal, I always come to the problem from the other side: "I need this extra thing from this command, do I need to code somehting custom or is there something that can do it for me". So it's mostly a question of refrasing problems that fit the tools I have rather than looking up what one option does.
Re: Explain shell
#27Welp, I still don't know what :(){ :|:& };: exactly does, but it sure borked my WSL. Error: 0x80070040 after forking too many processes. I know comment moderation sucks, but it would be great to have some kind of wiki/comment system/human generated notes on popular commands.
Re: Explain shell
#28Welp, I still don't know what :(){ :|:& };: exactly does, but it sure borked my WSL. Error: 0x80070040 after forking too many processes. I know comment moderation sucks, but it would be great to have some kind of wiki/comment system/human generated notes on popular commands.
Re: Explain shell
#29Welp, I still don't know what :(){ :|:& };: exactly does, but it sure borked my WSL. Error: 0x80070040 after forking too many processes. I know comment moderation sucks, but it would be great to have some kind of wiki/comment system/human generated notes on popular commands.
Also, that does sound great.
Re: Explain shell
#30Earlier quoted context omitted.
Curious, how long is it until it's okay to post a duplicate?
That's a frequently asked question! https://news.ycombinator.com/newsfaq.html
> If a story has had significant attention in the last year or so, we kill reposts as duplicates. If not, a small number of reposts is ok.
I was embarrassed it's in there and expected a definitive rule. Now I'm not feeling that bad ;)