Ask HN: Examples of good technical writing?
51–60 of 145 posts
Re: Ask HN: Examples of good technical writing?
#52- Namespaces in operation, part 1: namespaces overview — https://lwn.net/Articles/531114/ (2013)
You can see their entire kernel archives here[3]. And as to their excellent conference coverage, you can browse conferences by year[4]. Most recently, here's[5] their roundup of "Linux Storage, Filesystem, Memory-Management and BPF summit".
[1] https://lwn.net
[2] https://lwn.net/Articles/531114/#series_index
Re: Ask HN: Examples of good technical writing?
#53Great job of providing low level details contextualized in a high-level narrative. He’s also got these amazing fantasy maps of the fictional landscape of data architecture: https://martin.kleppmann.com/2017/03/15/map-distributed-data...
Re: Ask HN: Examples of good technical writing?
#54A 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 lecture or another textbook, I could always return to Axler for the most direct path from ignorance to understanding.
[0]: https://www.amazon.com/Chaos-Making-Science-James-Gleick/dp/... [1]: https://www.amazon.com/Information-History-Theory-Flood/dp/1... [2]: https://linear.axler.net/
Re: Ask HN: Examples of good technical writing?
#55Clear and concise articles that really dig into some of the hard technical problems with working at scale.
Has honestly made me a much better systems programmer since starting to read them.
Re: Ask HN: Examples of good technical writing?
#56Some mention of his works here, but not his name Michael Kerrisk Author of the Linux Programming Interface, innumerable man pages, and many other projects. Absolutely, without question, the best longform technical writer. Reading his books, where he gets to exercise all of the skills in terms of sequencing, layering, explanation, repetition, etc is like receiving an architectural download from the universe. Will also…
Covers some of the history of the Linux/Unix API, describes it in detail, has plenty of examples, compares different APIs that do similar things so you can make an informed choice (e.g. System V vs. POSIX message queues).
If any book in this list stands out for me, it's probably this one. It might be partly due to the surprise factor of how enjoyable and well-written a 1000+ page, near-reference book is.
From that same list [1] I'll also highlight Graham Hutton, whose writing I find particularly good and clear. He also has a number of YouTube videos on functional programming and Haskell.Someone also mentioned Julia Evans [2]. She makes complex topics more approachable.
Re: Ask HN: Examples of good technical writing?
#57Re: Ask HN: Examples of good technical writing?
#58Mastering The Art Of French Cooking, Julia Child
These books are a combination of background information, recipe, and step by step instruction. So these are more a reference of how to write an implementation guide or Runbook, rather than how to describe an API or present architectural documents.
I also really liked Mastering Algorithms With Perl, and any of the For Dummies books on technical subjects.
Re: Ask HN: Examples of good technical writing?
#59Also, their 'Analog Dialog' series [0] are quite something.
Edit: HP, too, made some excellent tech notes back in the day.
[0] https://web.ece.ucsb.edu/~ilan/Classes/ECE2A_F2010/Tutorials...
Re: Ask HN: Examples of good technical writing?
#60One of the most complete (and useful!) books about an area of study I've found is The Art of Electronics[2] by Horowitz and Hill. They point out all the traps that are likely to be encountered by an engineer working with the components as they describe them, along with the various trade-offs.
1 - https://archive.org/details/bitsavers_borlandturVersion3.0Re...