It's interesting to see how git/Github as a platform replaces Wikipedia in certain cases for collecting information and enabling people to contribute.
Yep. There are huge advantages to a GitHub model over Wikipedia for collecting information. Shameless plug, but highly relevant: I'm trying to make 'git as a platform' more accessible for non-programmers with a project I'm working on - http://www.penflip.com . Wrote about it in detail here: http://madebyloren.com/github-for-writers Glad to discuss it further if anybody's interested.
A list of free programming books
31–40 of 69 posts
Re: A list of free programming books
#32Re: A list of free programming books
#33Re: A list of free programming books
#34Re: A list of free programming books
#35This one about building Android apps using HTML/JS/CSS isn't free anymore - http://ofps.oreilly.com/titles/9781449383268/ - itwas in Open Feedback Publishing System some time ago. Now you'd need to buy it. (BTW, it has 2.5 stars on Oreilly site.)
Re: A list of free programming books
#36wish there was a list of !!!good!!! programming book, not even free. Like, book that would make you a better dev.
Doesn't it depend on what specifically you are trying to learn?
Re: A list of free programming books
#37It's interesting to see how git/Github as a platform replaces Wikipedia in certain cases for collecting information and enabling people to contribute.
Yeah, especially with Markdown integration, which makes incredibly easy for someone to host their own "information site" and make it look nice and modern. I wonder if Wikipedia would ever change their revision system in favor of git.
Re: A list of free programming books
#38wish there was a list of !!!good!!! programming book, not even free. Like, book that would make you a better dev.
Can you point out at least one programming book which makes you a worse developer? Doesn't it depend on what specifically you are trying to learn?
Re: A list of free programming books
#39Re: A list of free programming books
#40It seems worth mentioning specific books by name, since lists of lists don't help people differentiate the great from the good. Algorithms by S. Dasgupta, C.H. Papadimitriou, and U.V. Vazirani looks really promising as an introductory algorithms textbook. I wonder if anyone has experience using it in class? http://www.cs.berkeley.edu/~vazirani/algorithms.html I wonder a little about that text's status as a freely ava…
We used this in our upper-division intro to algorithms course. Solid book, goes over important algorithms while remaining short and concise, A+ would read again.