The entire point of a Wiki is that it can be collaboratively edited. This is static documentation, just with a Wikipedia-like UI.
Show HN: Auto Wiki – Turn your codebase into a Wiki
51–60 of 136 posts
Re: Show HN: Auto Wiki – Turn your codebase into a Wiki
#52The entire point of a Wiki is that it can be collaboratively edited. This is static documentation, just with a Wikipedia-like UI.
Would this be your top request? We're thinking of adding that functionality.
Re: Show HN: Auto Wiki – Turn your codebase into a Wiki
#53The entire point of a Wiki is that it can be collaboratively edited. This is static documentation, just with a Wikipedia-like UI.
Would this be your top request? We're thinking of adding that functionality.
Re: Show HN: Auto Wiki – Turn your codebase into a Wiki
#54The entire point of a Wiki is that it can be collaboratively edited. This is static documentation, just with a Wikipedia-like UI.
Would this be your top request? We're thinking of adding that functionality.
Re: Show HN: Auto Wiki – Turn your codebase into a Wiki
#55Maintaining great READMEs, documentation, onboarding docs, etc, is a lot of work. If Auto Wiki can make this substantially easier, then I think it could flip the calculus and make it much more common for teams to invest in these artifacts. Especially for the millions of internal, unloved repos that actually hold an org together.
Re: Show HN: Auto Wiki – Turn your codebase into a Wiki
#56Re: Show HN: Auto Wiki – Turn your codebase into a Wiki
#57Cool concept. Right off the bat I see some big issues with the generated CPython documentation: > This provides a register-based virtual machine that executes the bytecode through simple opcodes. Python's VM is stack-based, not register-based. > The tiered interpreter in …/ceval.c can compile bytecode sequences into "traces" of optimized microoperations. No such functionality exists in CPython, as far as I know. > Th…
Re: Show HN: Auto Wiki – Turn your codebase into a Wiki
#58Super cool. When I think about accelerating teams while maintaining quality/culture, I think about the adage "if you want someone to do something, make it easy." Maintaining great READMEs, documentation, onboarding docs, etc, is a lot of work. If Auto Wiki can make this substantially easier, then I think it could flip the calculus and make it much more common for teams to invest in these artifacts. Especially for the…
Re: Show HN: Auto Wiki – Turn your codebase into a Wiki
#59Re: Show HN: Auto Wiki – Turn your codebase into a Wiki
#60And turfjs/turf
Feedback: it's confusing that you're using the word wiki. I guess you mean, the style is similar to Wikipedia? But otherwise the concept of a wiki, an editable set of interconnected pages, seems irrelevant and just confusing here?