Ask HN: Examples of good technical writing?
61–70 of 145 posts
Re: Ask HN: Examples of good technical writing?
#62I can't find the text on line any more. Just ads for it as a collectable.
Re: Ask HN: Examples of good technical writing?
#63Concrete Mathematics: A Foundation for Computer Science, by Ronald Graham, Donald Knuth, and Oren Patashnik, is the rare example of a textbook that is entirely useful, enlightening, and hilarious all at once.
1. What was your mathematical knowledge when you read this book?
2. What did you gain from working through this book?
Re: Ask HN: Examples of good technical writing?
#64The Perl man pages are great: https://linux.die.net/man/1/perl
Re: Ask HN: Examples of good technical writing?
#65Julia Evans' comics, zines and blog posts are absolutely brilliant. Accessible, educational and full of personality. https://jvns.ca/
So many of these comments are recommending dry prose, Julia’s writing is fun and sympathetic about how hard all this junk is
I’ve found myself writing technical stuff in her voice a lot these days and I think it’s made my documentation more accessible
Re: Ask HN: Examples of good technical writing?
#66Re: Ask HN: Examples of good technical writing?
#67Anything by Donald Knuth. He even teaches good writing in Mathematical Writing.
I always thought IBM held a high standard for their writing. So anything from the IBM System/370 Principles of Operation to their IBM Journal of Research and Development would be good.
Lately, I've been reading Algorithms by Dasgupta, et al and those boys can write.
Re: Ask HN: Examples of good technical writing?
#68Re: Ask HN: Examples of good technical writing?
#69Improving almost anything by George Box blew my mind. As children and even as university students we have been lied to. We have been told that experiments must be carried out one at a time to assign effects. This is patently false. In fact, we miss out on potential interaction effects (think temperature and time in cooking) by using one factor at a time experimentation. In this book he discusses many now old but fundamental techniques by which large improvements in models can be gained with minimal data. It has helped me in my career immensely and made me aware of many usual methods and fields of study.
Re: Ask HN: Examples of good technical writing?
#70It's an entire ray-tracer explained in the literate programming style.