Show HN: Follow-up to Python/Django/HTTP/... notes/docs
http://my-notes.readthedocs.org/
Some time ago I posted this question: http://news.ycombinator.com/item?id=4024938 where 100% of the top-level replies were positive ;). So here is the follow-up.
It doesn't focus on anything specific, it's more like a collection of "loose" notes related to the Python/Django/JS development. The value here is that I try hard to filter out the noise to make those docs useful for myself. For instance, when I need to learn something on a specific topic, I check e.g. 10 or 20 threads on Stack Overflow, and pick just a handful of answers. And only those few high quality answers make their way to the docs.
Let the bashing begin!
2 comments
[ 3.4 ms ] story [ 16.4 ms ] threadThe problem of course, is that when you really dive in, there are FAR too many of these kinds of tips to be useful on a single page. Maybe a sophisticated search or categorization that would let you loosely specify the symptoms of a problem, or what you want to accomplish in simple words would work. Also, some way of specifying your level of knowledge in each area that the problem involves would be nice. So for example, if you selected proficient with UNIX then it might say "install these libs from source with x flags", and lower levels might have more info about how to deal with problems that crop up during that process.
But for now we have to live with ReadTheDocs, these days I barely have time to browse Hacker News!