Advertisement ยท 728 ร— 90
#
Hashtag
#CppNorth
Advertisement ยท 728 ร— 90
(Lightning Talk) Andrew Lai - Building an AFK Farm using Input Simulation
(Lightning Talk) Andrew Lai - Building an AFK Farm using Input Simulation YouTube video by CppNorth

A Lightning Talk from CppNorth 2025 is now on YouTube! ๐ŸŽฎ

Watch Andrew Lai: "Building an AFK Farm using Input Simulation."

Andrew shares the surprising complexity behind automating just 6 clicks to farm creatures in a video game.

๐Ÿ”— youtu.be/rj4qNrLJUL8

#CppNorth #cpp #gamedev #InputSimulation

4 2 0 0
(Lightning Talk) Andrei Zissu - But I was doing the right thing!
(Lightning Talk) Andrei Zissu - But I was doing the right thing! YouTube video by CppNorth

A Lightning Talk from CppNorth 2025 is now on YouTube! โš ๏ธ

Watch Andrei Zissu: "But I was doing the right thing!"

See how legitimate C++ practices can sometimes combine into a recipe for disaster.

๐Ÿ”— youtu.be/Ug702VLqNWM

#CppNorth #cpp #CppMistakes #BestPractices

1 0 0 0
(Lightning Talk) Amir Kirsh - Teaching CS in the AI Era
(Lightning Talk) Amir Kirsh - Teaching CS in the AI Era YouTube video by CppNorth

A Lightning Talk from CppNorth 2025 is now on YouTube! ๐ŸŽ“

Watch Amir Kirsh: "Teaching CS in the AI Era."

A crucial discussion on adapting education to prepare students for an AI-influenced world without sacrificing core skills.

๐Ÿ”— youtu.be/PL674B55fmg

#CppNorth #cpp #Education #AI #CS

1 1 0 0
(Lightning Talk) Tony Greenberg - Why do I care about performance?
(Lightning Talk) Tony Greenberg - Why do I care about performance? YouTube video by CppNorth

A Lightning Talk from CppNorth 2025 is now on YouTube! ๐Ÿ’ก

Watch Anthony Greenberg: "Why do I care about performance?"

A vital look at why we write efficient code, instead of just buying a better computer.

youtu.be/wCpzw9hxI1A

#CppNorth #cpp #Performance #Efficiency

1 1 0 0
(Lightning Talk) Tom Tesch - Teaching the NES: Using 6502 Assembly to Teach Modern C++
(Lightning Talk) Tom Tesch - Teaching the NES: Using 6502 Assembly to Teach Modern C++ YouTube video by CppNorth

A Lightning Talk from CppNorth 2025 is now on YouTube! ๐ŸŽฎ

Watch Tom Tesch: "Teaching the NES: Using 6502 Assembly to Teach Modern C++."

Learn how the NES makes hardware visible to reveal what C++ is really doing under the hood.

๐Ÿ”— youtu.be/_SamxM6tnQU

#CppNorth #cpp #NES #Assembly #Education

5 2 0 0
(Lightning Talk) Sarthak Sehgal - deducing_this and forward_like in C++23
(Lightning Talk) Sarthak Sehgal - deducing_this and forward_like in C++23 YouTube video by CppNorth

A Lightning Talk from CppNorth 2025 is now on YouTube! โšก

Watch Sarthak Sehgal: "deducing_this and forward_like in C++23."

Explore how deducing_this & forward_like simplify interfaces and eliminate const/ref boilerplate.

๐Ÿ”— youtu.be/U3P96OQfkpE

#CppNorth #cpp #Cpp23

1 0 0 0
(Lightning Talk) Leo Ghafari - Sorting types in template hell
(Lightning Talk) Leo Ghafari - Sorting types in template hell YouTube video by CppNorth

A Lightning Talk from CppNorth 2025 is now on YouTube! โšก

Watch Lรฉo Ghafari: "Sorting types in template hell."

Explore the "ordeal" of sorting heterogeneous tuples for a compile-time unit library using template metaprogramming.

๐Ÿ”— youtu.be/IYAPNZBtb5c

#CppNorth #cpp #TMP

0 0 0 0
(Lightning Talk) Evan Girardin - Visualizing Implicit Conversions
(Lightning Talk) Evan Girardin - Visualizing Implicit Conversions YouTube video by CppNorth

A Lightning Talk from CppNorth 2025 is now on YouTube! โšก

Watch Evan Girardin: "Visualizing Implicit Conversions."

Explore an interactive tool to visually understand initialization, overload resolution, and implicit conversion sequences.

๐Ÿ”— youtu.be/4-9896uWARU

#CppNorth #cpp

1 0 0 0
(Lightning Talk) Ed Beroset - Management track or individual contributor?
(Lightning Talk) Ed Beroset - Management track or individual contributor? YouTube video by CppNorth

A Lightning Talk from CppNorth 2025 is now on YouTube! โšก

Watch Edward Beroset: "Management track or individual contributor?"

How to decide between leadership & remaining an IC to maximize growth & satisfaction.

๐Ÿ”— youtu.be/GigchjQWgc0

#CppNorth #cpp #CareerDev

1 0 0 0
(Lightning Talk) David Olsen - Back to Basics: Generic Programming
(Lightning Talk) David Olsen - Back to Basics: Generic Programming YouTube video by CppNorth

A Lightning Talk from CppNorth 2025 is now on YouTube! โšก

Watch David Olsen: "Back to Basics: Generic Programming."

Learn everything you need to know about C++ templates in just five minutes.

๐Ÿ”— youtu.be/cgr9wXVC42Q

#CppNorth #cpp #Templates

2 1 0 0
(Lightning Talk) Braden Ganetsky - Reviving PartStacker in C++
(Lightning Talk) Braden Ganetsky - Reviving PartStacker in C++ YouTube video by CppNorth

A Lightning Talk from CppNorth 2025 is now on YouTube! โšก

Watch Braden Ganetsky: "Reviving PartStacker in C++."

The story of rewriting a legacy 3D bin packer from scratch, recovering features via decompilation & wrestling package management.

๐Ÿ”— youtu.be/WjmukACGJJo

#CppNorth #cpp #LegacyCode

0 0 0 0
(Lightning Talk) Botond Ballo - rr (record and replay): debugging with superpowers
(Lightning Talk) Botond Ballo - rr (record and replay): debugging with superpowers YouTube video by CppNorth

A Lightning Talk from CppNorth 2025 is now on YouTube! โšก

Watch Botond Ballo: "rr (record and replay): debugging with superpowers." Level up debugging with low-overhead recording & deterministic replay for efficient reverse execution.

๐Ÿ”— youtu.be/0Zw3i5HNosM

#CppNorth #cpp #Debugging

0 0 0 0
(Lightning Talk) Awab Qureshi - Triple Buffering & Channels
(Lightning Talk) Awab Qureshi - Triple Buffering & Channels YouTube video by CppNorth

A Lightning Talk from CppNorth 2025 is now on YouTube! โšก

Watch Awab Ahmed Qureshi: "Triple Buffering & Channels." Learn an elegant solution for real-time producer/consumer problems where data freshness matters most.

๐Ÿ”— youtu.be/ELYEZQOhS9U?t=1

#CppNorth #cpp #Concurrency

1 1 0 0
(Lightning Talk) Anton Veselskyi - Unconditionally Readable C++
(Lightning Talk) Anton Veselskyi - Unconditionally Readable C++ YouTube video by CppNorth

A Lightning Talk from CppNorth 2025 is now on YouTube! โšก

Watch Anton Veselskyi: "Unconditionally Readable C++."

Learn practical tips for writing more readable and verbose conditions in your code.

๐Ÿ”— youtu.be/OVhX0uhwCz0

#CppNorth #cpp #CleanCode

2 2 0 0
Alex Dathskovsky - Misusing reinterpret_cast?! You Probably Are :) (Keynote)
Alex Dathskovsky - Misusing reinterpret_cast?! You Probably Are :) (Keynote) YouTube video by CppNorth

Now on YouTube: The CppNorth 2025 Closing Keynote! ๐ŸŽฌ

Watch Alex Dathskovsky: "Misusing reinterpret_cast?! You Probably Are :)."

Explore the dangers, avoid UB, & discover safer alternatives for type casting.

๐Ÿ”— youtu.be/xxCtaAiEIcQ

#CppNorth #cpp #BestPractices #Keynote

2 3 0 0
Braden Ganetsky - Debugger Visualizers to Make Your Code Accessible
Braden Ganetsky - Debugger Visualizers to Make Your Code Accessible YouTube video by CppNorth

Our next talk from CppNorth 2025 is now on YouTube! ๐Ÿ› ๏ธ

Watch Braden Ganetsky: "Debugger Visualizers to Make Your Code Accessible."

Learn to write custom visualizers (Natvis/GDB pretty-printers) to empower your users.

๐Ÿ”— youtu.be/nFQ4fLDlbFs

#CppNorth #cpp #Debugging

1 2 0 0
Tom Tesch - Building the World's Fastest GameBoy Emulator in Modern C++
Tom Tesch - Building the World's Fastest GameBoy Emulator in Modern C++ YouTube video by CppNorth

Our next talk from CppNorth 2025 is now on YouTube! โšก๏ธ

Watch Tom Tesch: "Building the World's Fastest GameBoy Emulator in Modern C++."

Learn how modern C++ delivers huge speed gains & simpler code for high-performance emulation.

๐Ÿ”— youtu.be/HmCQuoWtTNo

#CppNorth #cpp #gamedev

10 5 0 0
Daniel Nikpayuk - A universal data structure for compile time use
Daniel Nikpayuk - A universal data structure for compile time use YouTube video by CppNorth

Our next talk from CppNorth 2025 is now on YouTube! โš™๏ธ

Watch Daniel Nikpayuk (@nikpayuk.bsky.social): "A universal data structure for compile time use."

Explore constexpr restrictions & paradigms for designing potent, compile-time data structures.

๐Ÿ”— youtu.be/UAmyfaXpPiA

#CppNorth #cpp #constexpr

0 1 1 0
John Pavan, Heather Crawford - Why are software engineers so hard to replace?
John Pavan, Heather Crawford - Why are software engineers so hard to replace? YouTube video by CppNorth

Our next talk from CppNorth 2025 is now on YouTube! ๐Ÿค”

Watch John Pavan & Heather Crawford: "Why are software engineers so hard to replace?"

Explore why tech from COBOL to AI, meant to replace us, has only made developers more essential.

๐Ÿ”— youtu.be/xByD37syeqA

#CppNorth #cpp #SWE #AI

1 2 0 0
Mike Shah - Graphics Programming with SDL 3
Mike Shah - Graphics Programming with SDL 3 YouTube video by CppNorth

Our next talk from CppNorth 2025 is now on YouTube! ๐ŸŽจ

Watch Mike Shah (@mikeshah.bsky.social): "Graphics Programming with SDL 3."

Get started with the new SDL3 for cross-platform graphics, including its 3D GPU library & compiling for the web.

๐Ÿ”— youtu.be/XHWZyZyj7vA

#CppNorth #cpp #gamedev #SDL3

10 4 1 0
Steve Sorkin - Advanced Ranges: Writing Modular, Clean, and Efficient Code with Custom Views
Steve Sorkin - Advanced Ranges: Writing Modular, Clean, and Efficient Code with Custom Views YouTube video by CppNorth

Our next talk from CppNorth 2025 is now on YouTube! ๐Ÿš€

Watch Steve Sorkin: "Advanced Ranges."

Learn how custom C++20 views simplify complex data transforms, avoid intermediate containers, and boost performance.

๐Ÿ”— youtu.be/n_gGgCifYdc

#CppNorth #cpp #Cpp20 #Ranges

1 2 0 0
Building a career off-road
Building a career off-road YouTube video by CppNorth

Our "Building a career off-road" panel is now on YouTube! ๐Ÿ—บ๏ธ

Watch host Sherry Sontag and an amazing panel explore leadership beyond titles and the power of thriving as an individual contributor.

๐Ÿ”— youtu.be/sllh7dMbaKU

#CppNorth #cpp #CareerDev

1 2 0 0
Amir Kirsh - C++ Pitfalls and Sharp Edges to Avoid
Amir Kirsh - C++ Pitfalls and Sharp Edges to Avoid YouTube video by CppNorth

Our next talk from CppNorth 2025 is now on YouTube! โš ๏ธ

Watch Amir Kirsh: "C++ Pitfalls and Sharp Edges to Avoid."

Explore notorious pitfalls, from memory quirks to UB, and learn to write safer, more resilient code.

๐Ÿ”— youtu.be/xWw8d_Dk4Wo

#CppNorth #cpp #CppTips

1 2 0 0
Oleksandr Kunichik - Bridging C++ and Java with Qt JNI
Oleksandr Kunichik - Bridging C++ and Java with Qt JNI YouTube video by CppNorth

Our next talk from CppNorth 2025 is now on YouTube! ๐Ÿค–

Watch Oleksandr Kunichik: "Bridging C++ and Java with Qt JNI."

Learn to bridge C++ & Java on Android, demonstrated via a real-time, on-device landmine detection app.

๐Ÿ”— youtu.be/kkHQna2sbwI

#CppNorth #cpp #AndroidDev #Qt

1 1 0 0
Mathieu Ropert - Heaps Don't Lie: Guidelines for Memory Allocation in C++
Mathieu Ropert - Heaps Don't Lie: Guidelines for Memory Allocation in C++ YouTube video by CppNorth

Our next talk from CppNorth 2025 is now on YouTube! ๐Ÿ“ˆ

Watch Mathieu Ropert (@matropert.bsky.social): "Heaps Don't Lie."

Learn ~10 guidelines to mitigate the performance impact of dynamic memory allocation in C++.

๐Ÿ”— youtu.be/k2XBx9CNHLE

#CppNorth #cpp #Performance

4 2 0 0
Tom Sellek - The 10x Team
Tom Sellek - The 10x Team YouTube video by CppNorth

Our next talk from CppNorth 2025 is now on YouTube! ๐Ÿค

Watch Tom Sellek: "The 10x Team." Explore team vs. individual productivity and learn how to build a more fun, fulfilling, and high-performance team.

๐Ÿ”— youtu.be/WexvfUA3bSs

#CppNorth #cpp #Teamwork

3 0 0 0
Boguslaw Cyganek - Serial and parallel pipelines in modern C++
Boguslaw Cyganek - Serial and parallel pipelines in modern C++ YouTube video by CppNorth

Our next talk from CppNorth 2025 is now on YouTube! โš™๏ธ

Watch Bogusล‚aw Cyganek: "Serial and parallel pipelines in modern C++."

Learn to build custom serial & parallel pipelines using C++23's std::expected.

๐Ÿ”— youtu.be/AY_Y5TYdd3w

#CppNorth #cpp #Cpp23

0 0 0 0
Olivia Wasalski - On coding guidelines, class invariants, and special member functions
Olivia Wasalski - On coding guidelines, class invariants, and special member functions YouTube video by CppNorth

Our next talk from CppNorth 2025 is now on YouTube! ๐Ÿ“œ

Watch Olivia Wasalski: "On coding guidelines, class invariants, and special member functions."

Explore 5 coding guidelines & their interaction with invariants to write better C++.

๐Ÿ”— youtu.be/IuGzAvD7KdQ

#CppNorth #cpp #BestPractices

1 1 0 0
Michelle D'Souza - Gotta Cache 'Em All: Optimize Your C++ Code By Utilizing Your Cache!
Michelle D'Souza - Gotta Cache 'Em All: Optimize Your C++ Code By Utilizing Your Cache! YouTube video by CppNorth

Our next talk from CppNorth 2025 is now on YouTube! โšก๏ธ

Watch Michelle Fae D'Souza: "Gotta Cache 'Em All!"

Learn to harness your cache, optimize access patterns & solve performance mysteries for blazing-fast code.

๐Ÿ”— youtu.be/a7r2_lNNeaA

#CppNorth #cpp #Performance

2 2 0 0
Sheena Yap Chan - Building Confidence to Foster Inclusive & Collaborative Tech Communities (Keynote)
Sheena Yap Chan - Building Confidence to Foster Inclusive & Collaborative Tech Communities (Keynote) YouTube video by CppNorth

Now on YouTube: A CppNorth 2025 Keynote! ๐Ÿค

Watch Sheena Yap Chan on "Building Confidence."

Learn actionable strategies to close the confidence gap, foster inclusivity, and build innovative teams.

๐Ÿ”— youtu.be/YfbVzqZlGro

#CppNorth #cpp #DEI #Inclusion

0 1 0 0