I built http://hackershelf.com just for this. It's a crowdsourced listing of legally free books on just about any topic.
I love this. I'll be signing up. Just one thing, browsing by topic doesn't seem to have any sort of rhyme or reason in its ordering aside from some vague first-letter ordering. For example, there are numerous "I" categories, with one "I" for "interactive" and another one for "Interactive". One grouping of "I"'s includes tags "ios", "iOS", and "ip", but the next "I" grouping below just contains "IP" Edit: I see the or…
Ask HN: What are your recommended reads that are available for free?
71–80 of 136 posts
Re: Ask HN: What are your recommended reads that are available for free?
#72Re: Ask HN: What are your recommended reads that are available for free?
#73The first amazing thing I found on the internet: https://www.gutenberg.org/wiki/Main_Page in early 1994 over gopher at 9600 baud for a penny per minute. Still amazing.
Re: Ask HN: What are your recommended reads that are available for free?
#74Earlier quoted context omitted.
Thanks for this. I was happy to see 'Patterns for Time-Triggered Embedded Systems' on your list, though the link appears broken - new link: [1]. I remember working through that book and porting everything from C to Assembly (my boss at the time was too cheap to buy me the nice Keil compiler). Once I had that library in hand, I was knocking out his projects in days instead of weeks. [1] http://www.safetty.net/download…
As with any proper crowdsourced website, you can edit broken links yourself ;-)
Re: Ask HN: What are your recommended reads that are available for free?
#75"This guidance is designed to help you get started with the CQRS pattern and event sourcing. It is not intended to be the definitive guide to the CQRS pattern and event sourcing. Instead, it's a journal that describes the experiences of a development team with no prior CQRS proficiency in building, deploying (to Microsoft Azure), and maintaining a sample real-world complex enterprise system as a reference implementation (RI) to showcase various CQRS and ES concepts & techniques."
available as PDF: https://msdn.microsoft.com/en-us/library/jj554200.aspx
Re: Ask HN: What are your recommended reads that are available for free?
#76http://en.wikipedia.org/wiki/Lions%27_Commentary_on_UNIX_6th...
"Lions' Commentary on UNIX 6th Edition, with Source Code by John Lions (1976) contains the complete source code of the 6th Edition Unix kernel plus a commentary. It is commonly referred to as the Lions book. Despite its age, it is still considered an excellent commentary on simple but high quality code."
(2) Harper's dictionary of classical literature and antiquities (1898), 1750 pages, https://archive.org/details/harpersdictiona00peckgoog
(3) Oxford English Dictionary (1888), 15000 searchable page scans in a Windows app, https://archive.org/details/oed11_201407
Re: Ask HN: What are your recommended reads that are available for free?
#77Re: Ask HN: What are your recommended reads that are available for free?
#78The Incredible Secret Money Machine http://www.tinaja.com/ebooks/ismm.pdf more of Don: http://tinaja.com/
-GRe: Ask HN: What are your recommended reads that are available for free?
#79"A Pattern Language" by Christopher Alexander https://archive.org/details/APatternLanguage
For my contribution, I would suggest http://bartleby.com as a source for literature.
Re: Ask HN: What are your recommended reads that are available for free?
#80Javascript Allongé is one of my favorite programming books ever: https://leanpub.com/javascript-allonge/read . I think it's a great book even if you don't program Javascript, because the way Braithwaite talks about programming language techniques is so interesting. I had been programming Javascript for a long time before I read this back, and afterward, it changed my whole point of view on how it could be used.