top | item 44767555

The Art of Multiprocessor Programming 2nd Edition Book Club

289 points| eatonphil | 7 months ago |eatonphil.com | reply

45 comments

order
[+] eatonphil|7 months ago|reply
Hey folks, this is the 7th book in a series of readings I run over Google Groups. There are about 1800 people in the group and 300-800 join each reading. While we often read books on database internals this one seems pretty relevant to any developer working on systems that scale. Hope to have you in the group!

Also even if you don't want to join this particular reading, join the mailing list for the overall book club (on /bookclub.html) because we're going to read Designing Data Intensive Applications 2nd Edition together after it comes out this winter.

[+] mettamage|7 months ago|reply
Herlihy used to have video lectures up. He gave lectures to university students and he recorded it one year. I was lucky enough to watch them. We had this course for my computer science master. It was a good course thanks to this book :)
[+] raphinou|7 months ago|reply
I wasn't aware of this initiative, looks interesting and such a good idea in hindsight!

Might be a good help to keep the enthousiasm and energy to read a technical book in its entirety!

[+] danilevsky|7 months ago|reply
Interesting idea! This is an excellent book for learning about concurrency and parallelism. I'll join if I can find the time.

For reference, the second edition includes two additional chapters: "Optimism and manual memory management" and "Transactional programming". Did you intentionally skip those? :)

[+] larodi|7 months ago|reply
Sir, would you care to perhaps elaborate as to how this club business works. Potentially lots of folks interested. Thanks.
[+] Unaimend|7 months ago|reply
Hey, that sounds super cool. So I already put my stuff into the Google Forms. Will we get some invite, or how does this work?
[+] dardeaup|7 months ago|reply
What a cool idea! I'll join if my schedule allows. Thanks for doing this.
[+] sandeep1998|7 months ago|reply
I am so surprised to hear about this book reading club, I don't know how it works but I will join and try to work through the book like everyone else.
[+] sn9|7 months ago|reply
Have you considered creating collaboratively written Anki decks for each chapter of each book as you read them?
[+] twolf910616|7 months ago|reply
Hello! I just signed up. Is there a way I can view past book discussions?
[+] ethan_smith|7 months ago|reply
The 2nd edition was published in 2020 by Morgan Kaufmann (ISBN: 978-0124159501) and is available on Amazon and other book retailers, though the 2012 "revised reprint" of the 1st edition is often confused with it.
[+] evaXhill|7 months ago|reply
This seems great! Would love to join however I can only seem to find the 2008 and 2012 pdf of The Art of Multiprocessor Programming for free, is there a link for the 2020 version?
[+] Aurornis|7 months ago|reply
It’s not a free book. I believe that comment was a gentle nudge to remind people they actually need to buy it to support the author.
[+] rudedogg|7 months ago|reply
Signed up. Concurrency has been a bit of a blindspot for me outside the basics. It'll be nice to be able to really evaluate approaches and understand the internals.
[+] legerdemain|7 months ago|reply
To the OP, as a participant in one of your previous reading groups and an organizer of similar groups:

What are your goals for these reading groups? How completely are you meeting them? "Goals" in a broad sense, anywhere from "motivating myself to read more" to "building a community of experts and friends."

[+] ftigis|7 months ago|reply
Why is a LinkedIn URL needed? Some people don't have one.
[+] xeromal|7 months ago|reply
Thanks for this! Signed up. Do we get an invite to the group.
[+] scroogey|7 months ago|reply
Is it possible to sign up without a Linkedin account?
[+] Keyframe|7 months ago|reply
It says to find a 2020, but all I can see (on O'Reilly) is a revised reprint from 2012.

Also, if you sign up is this then only for this book's discussion?

[+] Jtsummers|7 months ago|reply
https://www.sciencedirect.com/book/9780124159501/the-art-of-... - This is the current edition.

I'm only comparing the TOCs here:

Chapters 1-6 have, unless I missed something, the same chapter topics and section titles.

Chapter 7 seems to be reorganized a bit and adds an exercises section.

Chapters 8 - 16 have one extra section for exercises each, I'm not seeing (quick review) any other differences in section names.

Chapter 17 becomes Chapter 18, adds an exercises section.

Chapter 18 becomes Chapter 20, several additional sections.

So the earlier edition is missing Chapter 17 "Data parallelism" and Chapter 19 "Optimism and manual memory management" from the newer edition. Only the missing Chapter 17 would impact the reading group plan since it is covering chapters 1-18.

[+] eatonphil|7 months ago|reply
I included the ISBN on the page. :) 9780124159501

Yes this is only for this book's discussion. The broader mailing list is on /bookclub.html. And that mailing list is used just to stay in the loop about future readings (and votes on future readings).

[+] fire2dev|7 months ago|reply
Hi Phil, I want to join the group. The form asks "chapter discussion starter email", what do you mean by that?
[+] eatonphil|7 months ago|reply
It's explained on the page. :) Each week someone kicks off discussion. The form helps me find a volunteer for each chapter.

It's what makes it sustainable for me to keep running this group.

[+] leginachen|7 months ago|reply
I saw a past iteration was in person in NYC. Do you still do in person or is it all virtual now?
[+] eatonphil|7 months ago|reply
The very first one I did was in person in NYC. Of the 20 who signed up 5-7 actively showed up. I decided to move it purely asynchronous online to make it easier for anyone anywhere to participate. I host other meetups in NYC still just not a tech book club.
[+] thedima|7 months ago|reply
Sounds like an amazing idea. Looking forward to it!
[+] tbbfjotllf|7 months ago|reply
This seems interesting. Any specific reason why it's over emails instead of something like a forum or discord?
[+] Jtsummers|7 months ago|reply
Discord would be unpleasant for something like this with so many participants. It's a similar reason to skipping out on Hangouts, Zoom, etc. It forces synchronization, if you're not online during the discussion you're effectively barred from it. It can be very hard to catch up and very hard to respond to any particular thread of discussion. Discord is also, by design, essentially single-threaded. You can reply to specific comments but it's still presented in an interleaved format which makes tracking difficult when multiple threads of discussion are occurring at once.

If the discussion is light, it's a non-issue, but with 300-800 (per eatonphil's comment) it's likely that it will not be light.

[+] xeromal|7 months ago|reply
Google groups is a forum but discord has horrible historical retention.