@tante we’re democratizing coding! That will be 20$ per month, please
rudi@hachyderm.io
@rudi@hachyderm.io
Posts
-
Worth repeating: Claims of "AI" democratizing anything (coding, creative endeavors, etc) are always BS. -
when do you usually use the man page for a complex command line tool to answer a question you have?@simontatham @b0rk Slightly different area, but for programming I’ve had good experiences with devdocs and devdocs.el as long as the programming language has a large standard library and good docs (doesn’t help with third-party libraries).
-
when do you usually use the man page for a complex command line tool to answer a question you have?@b0rk “tldr $command” (if I remember I have it installed) and “$command --help”, then manpage since quite a few “modern” tools don’t come with a manpage
