CppCon 2020 Trip Report

Conor Hoekstra · September 20, 2020

This was my second time attending CppCon. The first time I attended was in 2019, when I gave my first CppCon presentation in two parts, Algorithm Intuition - although I personally recommend the C++Now 2019 version which is 30 minutes shorter.

This year I gave one lightning talk, SICP Cover Demystified and one full length talk, Structure and Interpretation of Computer Programs: SICP, which focuses on the textbook of the same name (which is available online for free) - which has been touted as:

“The best computer science book in the world.”
- Brian Harvey in Why SICP Matters

I will update this blog with links to the YouTube videos when they become available. You can see a preview of some of the code samples in the tweet below.

Diversity Spotlight

As Bryce Adelstein Lelbach has said in many of his talks

C++ has a diversity problem.

I finished writing this trip report without this section. Upon reviewing it, I realized that the overwhelming majority of the speakers mentioned in my blog were male. I was curious if this was my bias, and so I went and tallied up the talks with a female speaker - the total came to 6.9% (6/87). From now on, I will highlight some aspect of diversity in all of my Trip Reports - in hopes that we can track improvement over time.

I should also mention that I slipped up at the beginning of my talk when I said “I hope you guys have enjoyed the conference just as much as I have.” I do my best to avoid referring to groups of people as guys but I failed on this occasion (and others). I apologize if I offended anyone - it was unintentional and I will continue to do my best not to.

Overall Thoughts

It is hard for the virtual CppCon 2020 to compare to my first CppCon in 2019. For me, the best part of CppCon is a “subset” of the hallway track: the lunches and the dinners, where you get to have more personal conversations with those you are dining with. On top of that, CppCon 2019 was where I met so many of my “speaker-heroes” for the first time - I had lunch with Tony Van Eerd, whose Words of Wisdom and Postmodern C++ are two of my favorite talks. I met Kate Gregory for the first time and thanked her for letting me “steal her words” (see Episode 30 of CppCast) for the title of my first (and second) talk. I went on the CppCon Field trip where I realized that the tall person I was competing with on some video game was Rob Irving, co-host and creator of CppCast. I could go on and on.

All of that being said, the virtual conference was very enjoyable. Somehow it was just as exhausting as the in-person conference. The highlight for me was the hallway track. When you were able to join a good table/conversation where most people had their video cams on, it was reminiscent of being at an in-person conference. There were, in fact, a number of advantages to having the conference virtual. I try to enumerate some of the pros & cons below.

Pros of virtual:

  • Ability to watch talks at 1.5x to 2.0x speed
  • Increased accessibility: enables certain attendees to participate that might not have been able to travel to in-person conference
  • Ability to watch talks that you missed as soon as you would like as private YouTube links are immediately provided to attendees
  • Decreased cost for attendees / companies

Cons of virtual:

  • Time-zone isn’t convenient for all global attendees
  • No break longer than 30 minutes between talks (due to time-zone considerations)
  • Fatigue from sitting in one place for so long (it is nice to walk to different presentation rooms)
  • No lunches / dinners with other attendees (where the more personal conversations take place)
  • Fewer “random encounters/conversations” take place
  • Attendees both working and attending the conference, see poll below

Overall, given that this was the first virtual CppCon, it was a major success. I look forward to seeing the improvement in virtual platforms like Remo and what they will be able to offer in the future.

Top 4 Talks

Here are my picks for top four talks (of the ones I have watched - note at this point I have only watched 30/87 talks) for CppCon 2020. Note that my rankings are entirely biased - I am generally most interested in talks that focus on the following:

  • Algorithms
  • Functional programming
  • Programming languages

Please keep that in mind while reading through the list

Summary

  Speaker Talk
1 David Sankel Monoids, Monads, and Applicative Functors
2 Ben Deane Constructing Generic Algorithms
3 Sy Brand Building an Intuition for Composition
4 Emery Berger Performance Matters

#1: Monoids, Monads, and Applicative Functors: Repeated Software Patterns

Speaker: David Sankel
Link: Watch here
Previously presented: C++Now 2016

This talk is absolutely awesome. I was not expecting it to be “as good” as the other live talks as it was prerecorded - but boy was I in for a surprise. The first several minutes is given in a kind of infomercial (think Slap Chop) style which is highly entertaining. Then at around the 8 minute mark, he introduces his kids as the audience members and asks them if his explanation of a Monoid makes sense to them. I literally laughed out loud. His kids are adorable and will make sitting through an introductory talk on Category Theory enjoyable for anyone. Note that I highly recommend the updated version of the talk due to 1) the entertainment factor and 2) the fact that the C++Now 2016 has very poor video/audio quality.

#2: Constructing Generic Algorithms: Principles and Practice

Speaker: Ben Deane
Link: Watch here
Previously presented: MUC++ Meetup

This is a talk that I had actually seen twice before: once from a unlisted YouTube link for the North Denver Metro C++ Meetup YouTube channel and once at the MUC++ Meetup. If you have seen any of my previous talks, you will know two things: 1) I love algorithms 2) I am a huge fans of Ben Deane’s talks (see a full list of his talks here). One of my favorite talks of all time was his C++Now 2018 Easy to Use, Hard to Misuse which ended up winning Best Presentation of the conference. His talk this year will walk you through how to iterate on designing a generic algorithm in the spirit of Alexander Stepanov and the STL.

#3: Building an Intuition for Composition

Speaker: Sy Brand
Link: Watch here
Previously presented: N/A

This talk is a fantastic introduction to category theory (although that might not be clear from the title of the talk). Sy starts off slow and eases you into monoids, functors and monads with easy to understand examples. They make it clear that they understand that these concepts can be difficult to grasp. They say at one point:

I wanted to learn, I wanted to teach myself these things… The point of this talk was to be the kind of talk that I needed when I was trying to teach myself a lot of these concepts from these branches of mathematics and just completely failing.

I highly recommend for anyone interested in dipping their toe into the “category theory” water.

#4: Performance Matters

Speaker: Emery Berger
Link: Watch here
Previously presented: Strange Loop 2019

This talk would have been higher on the list but I had already seen it before as it had been presented previously at another conference - which is surprising for a keynote. Emery gave a talk at CppCon 2019 which was very good - and after this I went and tracked down his other talks. This led me to the previously given version of this talk. It currently is the 3rd most viewed video on the Strange Loop YouTube Channel with 154K views (as of Sept. 20, 2020). Although it is #4 on the list - I highly recommend everyone watch it. It will make you re-think your perspective on profiling. When I watched it the first time, it made me think twice about the performance results that Andrei Alexandrescu showed in his CppCon 2019 talk Speed Is Found In The Minds of People. I would also like to thank Emery for using monospace fonts for his code samples (something that the majority of the keynote speakers didn’t do).

Other Thoughts

Keynotes

There were five keynotes as usual this year.

Keynote Speaker Talk Previously Presented
Bjarne Stroustrup The Beauty and Power of “Primitive” C++ -
Marc Gregoire C++20: An (Almost) Complete Overview -
Emery Berger Performance Matters Strange Loop 2019
Lisa Lippincott Neighborhoods Banding Together -
Herb Sutter Empirically Measuring & Reducing
C++’s Accidental Complexity
Avast Prague Meetup
ACCU Autumn 2019

The keynotes were enjoyable as always. Emery Berger’s was my personal favorite, and Lisa Lippincott’s was my runner up. My one comment on the keynotes is that 3 of the 5 keynote presenters don’t use monospace fonts in their slide decks. I find it hard to focus on code that isn’t in monospace font; all I can think is “why isn’t this in a monospace font.”

Honorable Mention

My honorable mention talk list is below. I will update this list as I work my way through the backlog of talks that I haven’t yet watched.

Lightning Talks

My top five lightning talks were:

It is awesome to see first-time attendees (like Honey) stepping up to give a lightning talk! And Gabriel’s talk made the top five because his cat was a co-presenter 😂.

NVIDIA is hiring!

And finally, as I mentioned in my CppCon talk, NVIDIA is always looking for top talent. Head over to NVIDIA Careers to see all our openings. If you are interested in joining the RAPIDS C++ team, check out our posting here (if this link goes stale, visit the NVIDIA Careers site and search RAPIDS “Software Engineer”).

Thank You

A huge thank you to Jon Kalb, the organizing committee and all of the volunteers who worked extra hard this year. It was awesome to have CppCon happen virtually in the midst of such a challenging year.

Feel free to leave a comment on the reddit thread.

Hope to see you in person at a C++ conference in 2021!

Twitter, Facebook