Earlier quoted context omitted.
Came here wanting to mention The Practice of Programming. It seems to be out of print, but I got my hands onto a copy of it some years ago and really enjoyed the clarity, humility and technical depth (mainly in the later parts) of the piece. I enjoy clowning around and joking in personal interactions (if appropriate) and used to do it in my writing, but have come to believe that the humble, dry, concise style of the…
I think so too. I remember reading Larry Wall's Perl book. I found it rambling and incoherent. Didn't hold my interest for too long. Kernighan's books are quite different.
Ask HN: Examples of good technical writing?
101–110 of 145 posts
Re: Ask HN: Examples of good technical writing?
#102Re: Ask HN: Examples of good technical writing?
#103I am a fan of PHP's official documentation. It's well organized, terse, and relies heavily on exemplification. As a bonus, you get more examples in the comments—kind of like Stack Overflow, but attached to a particular feature or process of PHP.
Re: Ask HN: Examples of good technical writing?
#104One book that I've enjoyed a lot is the Programming Pearls book by Jon Bentley. It's informative, concise and surprisingly light.
Re: Ask HN: Examples of good technical writing?
#105Re: Ask HN: Examples of good technical writing?
#106Code: The Hidden Language of Computer Hardware and Software by Charles Petzold is an excellent work that very clearly guides the reader through the components and steps that lead to the sophisticated computer systems we have nowadays. Each step is explained with no logical leaps and could be followed by a young child. Improving almost anything by George Box blew my mind. As children and even as university students we…
What’s the george box reference? Sounds interesting.
[0]https://www.wiley.com/en-gb/Improving+Almost+Anything%3A+Ide...
Re: Ask HN: Examples of good technical writing?
#107I enjoy Unity documentation https://docs.unity.com . It is concise and usually includes helpful diagrams.
Re: Ask HN: Examples of good technical writing?
#108James Gleick‘s “Chaos”[0] (history of chaos theory) and “The Information”[1] (history of information theory) are so beautifully and artfully written you might forget they’re technical. As close as (history of) science writing comes to poetry. A lot drier but top marks for clarity: “Linear Algebra Done Right” by Axler.[2] It got me through both undergraduate and PhD math degrees. When something was confusing in a lect…
Re: Ask HN: Examples of good technical writing?
#109Re: Ask HN: Examples of good technical writing?
#110Bas Kast: The Diet Compass: The 12-Step Guide to Science-Based Nutrition for a Healthier and Longer Life
The title sounds clickbaity but the book isn't. Very toned down, unidological description of the curent state of the science in regards to diet and nutrition.