Algebraic Path Problems Done Quick: Or how to find the best* path from one talk to another
Источник: CppCon
Источник: CppCon
YouTube
Algebraic Path Problems Done Quick: Or how to find the best* path from one talk to another
https://cppcon.org/
---
Lightning Talk: Algebraic Path Problems Done Quick: Or how to find the best* path from one talk to another - Stefan Ivanov - CppCon 2025
What’s the optimal path through a conference if you want to use the bathroom, grab coffee, socialize…
---
Lightning Talk: Algebraic Path Problems Done Quick: Or how to find the best* path from one talk to another - Stefan Ivanov - CppCon 2025
What’s the optimal path through a conference if you want to use the bathroom, grab coffee, socialize…
CppCon 2025 How C++ Finally Beats Rust at JSON Serialization -- Lemire & Thiesen
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
Как приложения скрывают окна от захвата экрана: SetWindowDisplayAffinity, ScreenCaptureKit и что сломалось в macOS 15
Источник: Habr
Автор: billiedark
Источник: Habr
Автор: billiedark
Хабр
Как приложения скрывают окна от захвата экрана: SetWindowDisplayAffinity, ScreenCaptureKit и что сломалось в macOS 15
Если сделать скриншот Netflix или окна воспроизведения в Spotify, на месте видео окажется чёрный прямоугольник. То же произойдёт при демонстрации экрана в Zoom, в записи через OBS и даже в Snipping...
San Diego C++ Meetup #85 – April 2026 Edition: Vector Pitfalls and Memory Management
Источник: Vorbrodt's C++ Blog
Источник: Vorbrodt's C++ Blog
Vorbrodt's C++ Blog
San Diego C++ Meetup #85 – April 2026 Edition: Vector Pitfalls and Memory Management
Another fantastic month, another great San Diego C++ Meetup! On April 14th, 2026, we hosted our 85th session. We had an incredibly insightful meetup packed with brain-teasing code snippets, a serio…
My BeCPP talk video posted: “C++ — Growing in a world of competition, safety, and AI”
Источник: Sutter’s Mill
Источник: Sutter’s Mill
Sutter’s Mill
My BeCPP talk video posted: “C++ — Growing in a world of competition, safety, and AI”
BeCPP just posted this video of my talk at their March 30 Symposium. This is the first time I’ve given this material on camera — it’s extension of themes in my New Year’s Ev…
Sea of Thieves - Keeping Games Up to Standard - Keith Stockdale - CppCast 406 / C++Weekly 529
Источник: Cᐩᐩ Weekly With Jason Turner
Источник: Cᐩᐩ Weekly With Jason Turner
YouTube
Sea of Thieves - Keeping Games Up to Standard - Keith Stockdale - CppCast 406 / C++Weekly 529
In this episode Jason and Mathieu are joined by Keith Stockdale to discuss compiler warings, warnings as errors, and the process of conforming your C++ code to stricter standards.
Keith is a Northern Irish senior software engineer who has been working on…
Keith is a Northern Irish senior software engineer who has been working on…
How did code handle 24-bit-per-pixel formats when using video cards with bank-switched memory?
Источник: The Old New Thing
Источник: The Old New Thing
Microsoft News
How did code handle 24-bit-per-pixel formats when using video cards with bank-switched memory?
You still have to use aligned accesses, even though the pixels might not be aligned.
Lightning Talk: Better Expressiveness with Parallel Range Algorithms - Ruslan Arutyunyan
Источник: CppCon
Источник: CppCon
YouTube
Lightning Talk: Better Expressiveness with Parallel Range Algorithms - Ruslan Arutyunyan
https://cppcon.org
---
Better Expressiveness with Parallel Range Algorithms - Ruslan Arutyunyan - CppCon 2025
---
Initially we have an example that counts the number of words in a string written with C++17 parallel algorithms. This talk shows how the example…
---
Better Expressiveness with Parallel Range Algorithms - Ruslan Arutyunyan - CppCon 2025
---
Initially we have an example that counts the number of words in a string written with C++17 parallel algorithms. This talk shows how the example…
Deckhouse Prom++: как мы посадили Prometheus на RAM-диету и сэкономили 89 % памяти в хранилище данных
Источник: Habr
Автор: cherep58 (Флант)
Источник: Habr
Автор: cherep58 (Флант)
Хабр
Deckhouse Prom++: как мы посадили Prometheus на RAM-диету и сэкономили 89 % памяти в хранилище данных
Под управлением Kubernetes-платформы Deckhouse сейчас больше 1300 клиентских кластеров, значительную часть из которых обслуживают наши инженеры. Конечно, в каждом кластере развёрнута система...
Let's check vibe code that acts like optimized C++ one but is actually a mess
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
Ревью вайб-кода с гнильцой, который притворяется оптимизированным С++ кодом
Источник: Habr
Автор: Andrey2008 (PVS-Studio)
Источник: Habr
Автор: Andrey2008 (PVS-Studio)
Хабр
Ревью вайб-кода с гнильцой, который притворяется оптимизированным С++ кодом
Обзор вайб-кода Ценность квалифицированного программиста смещается в сторону умения проводить обзоры кода. Генерировать код становится проще, но всё так же важно проверять его с точки зрения качества...
👍3
userver 3.0 — большой релиз фреймворка для IO‑bound‑программ, переход на C++20
Источник: Habr
Автор: antoshkka (Яндекс)
Источник: Habr
Автор: antoshkka (Яндекс)
Хабр
userver 3.0 — большой релиз фреймворка для IO‑bound‑программ, переход на C++20
Привет! На связи Антон Полухин из Техплатформы Городских сервисов Яндекса. После большого релиза 🐙 userver прошло почти два года. За это время мы обзавелись большим количеством внешних...