talk-data.com talk-data.com

Filter by Source

Select conferences and events

People (4 results)

See all 4 →
Showing 5 results

Activities & events

Title & Speakers Event

Please RSVP by September 8: https://forms.gle/zvQ3buvEjaLSX6zB7 Space is limited and registration is required.

think-cell is hosting an in-person European Networking Dinner in the US alongside CppCon 2025, and you’re invited.

📍 Location: Aurora Ballroom A, Gaylord Rockies Resort, Aurora, CO, US (outside Denver) 📅 Date: Monday, September 15 🕕 Time: 6:15 PM MDT

This event is for engineers based in Europe, considering relocation to the region, or simply interested in the region’s C++ ecosystem. You do not need to be a registered CppCon attendee to join, yet you need to be able to come to the dinner in person. Event will not be recorded.

Expect relaxed networking, regional tech conversations, and table topics alongside fellow international developers and the think-cell team — including CTO Dr. Christian Klöckner, CppCon speakers Sebastian Theophil and Jonathan Müller, and moderator Timur Doumler.

Make sure to RSVP to attend!

European C++ Networking Dinner at CppCon 2025, Aurora, US (hosted by think-cell)

Welcome to the inaugural event of the Audio Developer Meetup Berlin!

Join us to celebrate the start of this event series. For this very special occasion, we will be looking forward to talks by two world-renowned speakers: interdisciplinary artist and designer Astrid Bin and C++ guru Timur Doumler.

After the talks there will be time to network over drinks and pizza. Anyone interested in Audio development is welcome!

How to get to the venue: Unfortunately, the pin that meetup is showing for the event is not quite accurate. Holoplot is located here. You will need to enter the courtyard at Ringbahnstr. 10-14 and then walk to the entrance A2. The meetup will be on floor 4. Please use the stairs if possible. If you need to take the lift then please ask someone from Holoplot for assistance.

Talks: You've made it, now explain it Astrid Bin

Making the thing is one part of the design process, but documentation is part of a broader process of designing any hardware or software product, and one that has a significant impact on how and why people buy what you make. Music technology is particularly tricky, because no matter how intuitive the design people need to be able to start somewhere and learn how to use it, and use it in their own creative context. In this talk Astrid shares lessons she's learned through incorporating documentation into the design process of Bela, a hardware system for creating interaction with sensors and sound, as well as Bela's other products that range from touch sensors to synth modules.

Demystifying std::memory_order Timur Doumler

Atomic variables are an essential tool for programming for real-time audio processing as they are needed to implement any kind of lock-free algorithm or data structure. In C++, atomic variables are readily available in the Standard Library through std::atomic. In order to use std::atomic in an efficient and performant manner, it is crucial to pick the correct memory order for the atomic operation at hand depending on the requirements of the algorithm, which can be accomplished via the std::memory_order parameter that every atomic operation in C++ accepts. Yet memory order in C++ is notoriously hard to reason about and often misunderstood. In this talk, we give a brief overview over the C++ memory model, explain the differences between relaxed, consume, acquire, release, and sequentially consistent memory order, and give some guidelines for which to use when working with atomic reads, writes, read-modify-write operations, and memory fences.

Inaugural Audio Developer Meetup
Conor Hoekstra – host , Matt Godbolt – guest , Tristan Brindle – freelance programmer and trainer; director, C++ London Uni @ C++ London Uni , Bryce Adelstein Lelbach – host , Timur Doumler – guest , Phil Nash – guest , Jonathan Müller – guest , JF Bastien – guest

In this episode, Conor and Bryce record live from C++ On Sea 2023 and interview all the other C++ podcasts: TLB HIT, Two’s Complement and CppCast! Link to Episode 136 on WebsiteDiscuss this episode, leave a comment, or ask a question (on GitHub)Twitter ADSP: The PodcastConor HoekstraBryce Adelstein LelbachGuests Interviewed JF BastienMatt GodboltJonathan Müller (Briefly)Tristan Brindle (Briefly)Phil NashTimur DoumlerShow Notes Date Recorded: 2023-06-29 Date Released: 2023-06-30 C++ On Sea ConferenceC++ On Sea 2023 Keynote: Endnote: AI-Assisted Software Engineering - Bryce Adelstein LelbachC++ Club PodcastTLB HIT PodcastJust-in-Time Compilation - JF Bastien - CppCon 2020C++ On Sea 2023: (char)0 = 0; - JF BastienTranslation lookaside buffer (TLB)Photo of JF, Bryce and Conor on TwitterTwo’s Complement PodcastCroc: Legend of the GobbosCompiler ExplorerC++ On Sea 2023: Throwing Tools at Ranges - Tina UlbrichCircle CompilerC++ On Sea 2023: What’s New in Compiler Explorer? - Matt GodboltThink-Cell Is HiringC++ On Sea 2023: Iteration Revisited - Tristan BrindleCppCast PodcastC++ on Sea 2023: C++ and Safety - Timur DoumlerC++ on Sea 2023 Keynote: All the Safeties - Sean ParentC++ Lambda Idioms - Timur Doumler - CppNorth 2022Intro Song Info Miss You by Sarah Jansen https://soundcloud.com/sarahjansenmusic Creative Commons — Attribution 3.0 Unported — CC BY 3.0 Free Download / Stream: http://bit.ly/l-miss-you Music promoted by Audio Library https://youtu.be/iYYxnasvfx8

AI/ML AWS Lambda GitHub

In this episode, Conor and Bryce conclude their 2022 retro and talk about running! Link to Episode 112 on Website

Twitter ADSP: The PodcastConor HoekstraBryce Adelstein LelbachShow Notes Date Recorded: 2023-01-04 Date Released: 2023-01-13 NVIDIA/stdexec - Senders - A Standard Model for Asynchronous Execution in C++Rust Programming LanguageLanguishTalk Python To MeLightning Talk: Runner’s Guide to C++ Conferences - Timur Doumler - CppNorth 2022Optic FlowWorld Marathon Majorscode::dive ConferenceLamdaDays ConferenceStrange Loop ConferenceIntro Song Info Miss You by Sarah Jansen https://soundcloud.com/sarahjansenmusic Creative Commons — Attribution 3.0 Unported — CC BY 3.0 Free Download / Stream: http://bit.ly/l-miss-you Music promoted by Audio Library https://youtu.be/iYYxnasvfx8

C++ Python Rust

In this episode, Conor and Bryce celebrate the holidays with a holiday special where talk about a plethora of random topics! Link to Episode 109 on Website

Twitter ADSP: The PodcastConor HoekstraBryce Adelstein LelbachShow Notes Date Recorded: 2022-12-22 Date Released: 2022-12-23 ADSP Episode 5: Holiday Special - From China to APLADSP Episode 57: Holiday Special #2 - Ljubljana, Here We Come!MastodonElon Musk: Tesla, SpaceX, and the Quest for a Fantastic Future Paperback by Ashlee VanceTwo female singers met the founder of NVIDIA Jensen Huang while streaming!! (Cover Lady Gaga Song)Stanfords EHLI (Elimination of Harmful Language Initiative)INCITS Inclusivity Terminology GuidelinesTweet about “War Stories”How C++23 Changes the Way We Write Code - Timur Doumler - CppCon 2022Intro Song Info Miss You by Sarah Jansen https://soundcloud.com/sarahjansenmusic Creative Commons — Attribution 3.0 Unported — CC BY 3.0 Free Download / Stream: http://bit.ly/l-miss-you Music promoted by Audio Library https://youtu.be/iYYxnasvfx8

C++ Data Streaming
Showing 5 results