# Kobi

Published articles for Kobi.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## San Diego C++ Meetup #87 - July 2026 Edition: Modern Container Filtering, std::span, and a Pause to Rethink

DevFeed: [San Diego C++ Meetup #87 - July 2026 Edition: Modern Container Filtering, std::span, and a Pause to Rethink](<https://devfeed.tech/articles/san-diego-c-meetup-87-july-2026-edition-modern-container-filtering-std-span-and-a-pause-to-rethink-51148.md>)

Original publisher: [Read original article](<https://vorbrodt.blog/2026/08/02/san-diego-c-meetup-87-july-2026-edition-modern-container-filtering-stdspan-and-a-pause-to-rethink/>)

Author: Kobi

Published: 2026-08-02T22:09:12Z

Content type: article

Language: en

Sources: [Vorbrodt's C++ Blog](<https://devfeed.tech/sources/vorbrodt-s-c-blog.md>)

Topics: [C++](<https://devfeed.tech/topics/c-plus-plus.md>), [container](<https://devfeed.tech/topics/container.md>), [Code](<https://devfeed.tech/topics/code.md>), [generators](<https://devfeed.tech/topics/generators.md>), [Promise](<https://devfeed.tech/topics/promise.md>), [execution](<https://devfeed.tech/topics/execution.md>)

Tags: [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [c-plus-plus-23](<https://devfeed.tech/tags/c-plus-plus-23.md>), [code](<https://devfeed.tech/tags/code.md>), [containers](<https://devfeed.tech/tags/containers.md>), [coroutine](<https://devfeed.tech/tags/coroutine.md>), [cpp](<https://devfeed.tech/tags/cpp.md>), [kobi](<https://devfeed.tech/tags/kobi.md>), [meetup](<https://devfeed.tech/tags/meetup.md>), [recording](<https://devfeed.tech/tags/recording.md>), [san-diego](<https://devfeed.tech/tags/san-diego.md>), [san-diego-c-plus-plus-meetup](<https://devfeed.tech/tags/san-diego-c-plus-plus-meetup.md>), [standard-library](<https://devfeed.tech/tags/standard-library.md>)

### AI overview

A summary of San Diego C++ Meetup #87 covering C++ quiz questions, modern ways to filter container elements, recommendations for C++23 ranges, and coroutine-based generators. It also introduces a discussion of safe buffer passing with std::span.

### Source excerpt

Hello everyone! Here's the summary of our July session, San Diego C++ Meetup #87, held on Tuesday, July 22nd, 2026. As always, if you missed the live session, the recording is up on our YouTube channel (link below once it's shared publicly). You can also find the specific Luma event details for this session right [...]

## San Diego C++ Meetup May edition #86

DevFeed: [San Diego C++ Meetup May edition #86](<https://devfeed.tech/articles/san-diego-c-meetup-may-edition-86-51147.md>)

Original publisher: [Read original article](<https://vorbrodt.blog/2026/05/31/san-diego-c-meetup-may-edition-86/>)

Author: Kobi

Published: 2026-06-01T02:31:27Z

Content type: article

Language: en

Sources: [Vorbrodt's C++ Blog](<https://devfeed.tech/sources/vorbrodt-s-c-blog.md>)

Topics: [C++](<https://devfeed.tech/topics/c-plus-plus.md>), [Code](<https://devfeed.tech/topics/code.md>), [Error Handling](<https://devfeed.tech/topics/error-handling.md>), [Exception](<https://devfeed.tech/topics/exception.md>), [C](<https://devfeed.tech/topics/c.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [announcement](<https://devfeed.tech/tags/announcement.md>), [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [cpp](<https://devfeed.tech/tags/cpp.md>), [kobi](<https://devfeed.tech/tags/kobi.md>), [martin](<https://devfeed.tech/tags/martin.md>), [meetup](<https://devfeed.tech/tags/meetup.md>), [san-diego](<https://devfeed.tech/tags/san-diego.md>), [san-diego-c-plus-plus-meetup](<https://devfeed.tech/tags/san-diego-c-plus-plus-meetup.md>)

### AI overview

A report on the 86th San Diego C++ Meetup session in May 2026. It summarizes quiz discussions about C++ language behavior, a talk on modern error handling and type safety, C pointer indirection, safer object updates, and std::expected as an alternative to exceptions.

### Source excerpt

Hello everyone! Another month, another San Diego C++ Meetup! We recently hosted our 86th session for May 2026. I got the announcement out a bit late this time around, so it ended up being a very small, intimate session. Still, we had a good time going over the material! As mentioned in our previous sessions, [...]

## San Diego C++ Meetup #85 - April 2026 Edition: Vector Pitfalls and Memory Management

DevFeed: [San Diego C++ Meetup #85 - April 2026 Edition: Vector Pitfalls and Memory Management](<https://devfeed.tech/articles/san-diego-c-meetup-85-april-2026-edition-vector-pitfalls-and-memory-management-51146.md>)

Original publisher: [Read original article](<https://vorbrodt.blog/2026/04/19/san-diego-c-meetup-85-april-2026-edition-vector-pitfalls-and-memory-management/>)

Author: Kobi

Published: 2026-04-20T00:54:50Z

Content type: article

Language: en

Sources: [Vorbrodt's C++ Blog](<https://devfeed.tech/sources/vorbrodt-s-c-blog.md>)

Topics: [C++](<https://devfeed.tech/topics/c-plus-plus.md>), [Memory Leaks](<https://devfeed.tech/topics/memory-leaks.md>), [Software Engineering](<https://devfeed.tech/topics/software-engineering.md>), [Exception](<https://devfeed.tech/topics/exception.md>), [container](<https://devfeed.tech/topics/container.md>), [constructor](<https://devfeed.tech/topics/constructor.md>), [copy](<https://devfeed.tech/topics/copy.md>), [software-architecture](<https://devfeed.tech/topics/software-architecture.md>), [Stateful](<https://devfeed.tech/topics/stateful.md>), [object](<https://devfeed.tech/topics/object.md>)

Tags: [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [compiler](<https://devfeed.tech/tags/compiler.md>), [constructor](<https://devfeed.tech/tags/constructor.md>), [container](<https://devfeed.tech/tags/container.md>), [copy](<https://devfeed.tech/tags/copy.md>), [exception](<https://devfeed.tech/tags/exception.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [kobi](<https://devfeed.tech/tags/kobi.md>), [meetup](<https://devfeed.tech/tags/meetup.md>), [memory-leaks](<https://devfeed.tech/tags/memory-leaks.md>), [memory-management](<https://devfeed.tech/tags/memory-management.md>), [object](<https://devfeed.tech/tags/object.md>), [san-diego](<https://devfeed.tech/tags/san-diego.md>), [san-diego-c-plus-plus-meetup](<https://devfeed.tech/tags/san-diego-c-plus-plus-meetup.md>), [software](<https://devfeed.tech/tags/software.md>), [software-design](<https://devfeed.tech/tags/software-design.md>), [stateful](<https://devfeed.tech/tags/stateful.md>), [vector](<https://devfeed.tech/tags/vector.md>)

### AI overview

A report on the 85th San Diego C++ Meetup, covering C++23 quiz questions, std::vector initialization pitfalls, custom vector-like container implementation, raw memory allocation, the Rule of Five, stateful custom deleters, exception safety, and preventing double destruction and memory leaks.

### Source excerpt

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 serious deep dive into memory management, and lively discussions about the evolving tech landscape. If you missed the live session or want to revisit the [...]

## San Diego C++ Meetup #84: March 2026 Edition - UNDO - Agentic Debugging Using Time Travel

DevFeed: [San Diego C++ Meetup #84: March 2026 Edition - UNDO - Agentic Debugging Using Time Travel](<https://devfeed.tech/articles/san-diego-c-meetup-84-march-2026-edition-undo-agentic-debugging-using-time-travel-51145.md>)

Original publisher: [Read original article](<https://vorbrodt.blog/2026/03/21/san-diego-c-meetup-84-march-2026-edition-undo-agentic-debugging-using-time-travel/>)

Author: Kobi

Published: 2026-03-21T21:57:41Z

Content type: article

Language: en

Sources: [Vorbrodt's C++ Blog](<https://devfeed.tech/sources/vorbrodt-s-c-blog.md>)

Topics: [C++](<https://devfeed.tech/topics/c-plus-plus.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [JIT](<https://devfeed.tech/topics/jit.md>), [Claude](<https://devfeed.tech/topics/claude.md>)

Tags: [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [claude](<https://devfeed.tech/tags/claude.md>), [debug](<https://devfeed.tech/tags/debug.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [jit](<https://devfeed.tech/tags/jit.md>), [kobi](<https://devfeed.tech/tags/kobi.md>), [large-language-models-llms](<https://devfeed.tech/tags/large-language-models-llms.md>), [qualcomm](<https://devfeed.tech/tags/qualcomm.md>), [san-diego-c-plus-plus-meetup](<https://devfeed.tech/tags/san-diego-c-plus-plus-meetup.md>)

### AI overview

A report on the 84th San Diego C++ Meetup, featuring Greg Law of Undo discussing time-travel debugging. The talk covered reverse reasoning from failures, JIT-based recording of nondeterministic events for deterministic replay, and using LLM-driven tools to diagnose a reference-counting bug in CPython.

### Source excerpt

Hello everyone! Last Tuesday, March 10th, we held our 84th San Diego C++ Meetup. This was a special "super-fast" edition where we broke our usual virtual routine to meet in person at Qualcomm. It was a packed house with great pizza and even better technical discourse. Our New Home on Luma As mentioned in our [...]

## San Diego C++ Meetup #83: February 2026 Edition

DevFeed: [San Diego C++ Meetup #83: February 2026 Edition](<https://devfeed.tech/articles/san-diego-c-meetup-83-february-2026-edition-51144.md>)

Original publisher: [Read original article](<https://vorbrodt.blog/2026/02/11/san-diego-c-meetup-83-february-2026-edition/>)

Author: Kobi

Published: 2026-02-12T02:58:57Z

Content type: article

Language: en

Sources: [Vorbrodt's C++ Blog](<https://devfeed.tech/sources/vorbrodt-s-c-blog.md>)

Topics: [C++](<https://devfeed.tech/topics/c-plus-plus.md>), [Polymorphism](<https://devfeed.tech/topics/polymorphism.md>), [Collections](<https://devfeed.tech/topics/collections.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [announcement](<https://devfeed.tech/tags/announcement.md>), [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [community](<https://devfeed.tech/tags/community.md>), [deep-dive](<https://devfeed.tech/tags/deep-dive.md>), [detection](<https://devfeed.tech/tags/detection.md>), [developers](<https://devfeed.tech/tags/developers.md>), [kobi](<https://devfeed.tech/tags/kobi.md>), [meetup](<https://devfeed.tech/tags/meetup.md>), [san-diego](<https://devfeed.tech/tags/san-diego.md>), [san-diego-c-plus-plus-meetup](<https://devfeed.tech/tags/san-diego-c-plus-plus-meetup.md>), [technical](<https://devfeed.tech/tags/technical.md>)

### AI overview

A recap of the 83rd San Diego C++ Meetup covering a presentation on hidden dangers in static polymorphism, including object slicing with CRTP and std::tuple. It also describes safer modern C++ approaches such as concepts, std::variant, std::visit, std::apply, and variadic templates, alongside the community's move from Meetup.com to Luma.

### Source excerpt

Last night we held our 83rd San Diego C++ Meetup. It was a fantastic evening filled with deep technical discussions and a significant announcement regarding the future of our community infrastructure. The Big Announcement: Moving to Luma The biggest news from this meeting is that we are officially moving away from Meetup.com. To streamline our [...]

## San Diego C++ Meetup #81 - December 2025 Edition

DevFeed: [San Diego C++ Meetup #81 - December 2025 Edition](<https://devfeed.tech/articles/san-diego-c-meetup-81-december-2025-edition-51142.md>)

Original publisher: [Read original article](<https://vorbrodt.blog/2025/12/10/san-diego-c-meetup-81-december-2025-edition/>)

Author: Kobi

Published: 2025-12-11T02:10:06Z

Content type: article

Language: en

Sources: [Vorbrodt's C++ Blog](<https://devfeed.tech/sources/vorbrodt-s-c-blog.md>)

Topics: [C++](<https://devfeed.tech/topics/c-plus-plus.md>), [Developer Tools](<https://devfeed.tech/topics/developer-tools.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Functional programming](<https://devfeed.tech/topics/functional-programming.md>), [code analysis](<https://devfeed.tech/topics/code-analysis.md>), [Transformer](<https://devfeed.tech/topics/transformer.md>), [tokenization](<https://devfeed.tech/topics/tokenization.md>), [test](<https://devfeed.tech/topics/test.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-assisted-development](<https://devfeed.tech/tags/ai-assisted-development.md>), [bert](<https://devfeed.tech/tags/bert.md>), [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [code-analysis](<https://devfeed.tech/tags/code-analysis.md>), [debugger](<https://devfeed.tech/tags/debugger.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [fetching](<https://devfeed.tech/tags/fetching.md>), [functional](<https://devfeed.tech/tags/functional.md>), [functional-programming](<https://devfeed.tech/tags/functional-programming.md>), [kobi](<https://devfeed.tech/tags/kobi.md>), [san-diego-c-plus-plus-meetup](<https://devfeed.tech/tags/san-diego-c-plus-plus-meetup.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

A recap of San Diego C++ Meetup #81, covering talks on BERT Builder, a modular workbench for neural code analysis, and Expresso, a purely functional immutable REPL. The event also discussed AI-assisted development, specification-driven development, tokenization, evaluation, and test-first practices.

### Source excerpt

Hello everyone! Our final meeting of 2025, San Diego C++ Meetup #81, took place on Tuesday, December 9th. It was a fantastic session to wrap up the year, featuring a deep dive into the intersection of Modern C++, AI tooling, and functional programming interpreter design. For those who couldn't make it, the full recording is [...]

## San Diego C++ Meetup #80 - November 2025 Edition - 2025-11-18

DevFeed: [San Diego C++ Meetup #80 - November 2025 Edition - 2025-11-18](<https://devfeed.tech/articles/san-diego-c-meetup-80-november-2025-edition-2025-11-18-51140.md>)

Original publisher: [Read original article](<https://vorbrodt.blog/2025/11/23/san-diego-c-meetup-80-november-2025-edition-2025-11-18/>)

Author: Kobi

Published: 2025-11-23T06:52:12Z

Content type: article

Language: en

Sources: [Vorbrodt's C++ Blog](<https://devfeed.tech/sources/vorbrodt-s-c-blog.md>)

Topics: [C++](<https://devfeed.tech/topics/c-plus-plus.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [cursor](<https://devfeed.tech/topics/cursor.md>), [Code](<https://devfeed.tech/topics/code.md>), [Generative AI](<https://devfeed.tech/topics/generative-ai.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Conan](<https://devfeed.tech/topics/conan.md>)

Tags: [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [cppcon](<https://devfeed.tech/tags/cppcon.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [developers](<https://devfeed.tech/tags/developers.md>), [event](<https://devfeed.tech/tags/event.md>), [genai](<https://devfeed.tech/tags/genai.md>), [jetbrains](<https://devfeed.tech/tags/jetbrains.md>), [kobi](<https://devfeed.tech/tags/kobi.md>), [llms](<https://devfeed.tech/tags/llms.md>), [san-diego-c-plus-plus-meetup](<https://devfeed.tech/tags/san-diego-c-plus-plus-meetup.md>)

### AI overview

A report on the 80th San Diego C++ Meetup, featuring discussions about agentic AI and C++ development. It covers AI-assisted coding workflows, planning and verification, agentic debugging, C++ performance and language features, Conan sanitizer integration, C++26 reflection, and pragmatic use of LLMs.

### Source excerpt

Hello all! Our latest San Diego C++ Meetup took place on Tuesday, November 18th, 2025. This was the 80th meeting of our group! It was a slightly shorter session than usual as I've been quite busy, but we managed to pack in some great discussions on Agentic AI, review some fascinating C++ news/blogs, and solve [...]

## San Diego C++ Meetup: Meeting #79 - October 2025 Edition - Hosting Hubert Liberacki!

DevFeed: [San Diego C++ Meetup: Meeting #79 - October 2025 Edition - Hosting Hubert Liberacki!](<https://devfeed.tech/articles/san-diego-c-meetup-meeting-79-october-2025-edition-hosting-hubert-liberacki-51139.md>)

Original publisher: [Read original article](<https://vorbrodt.blog/2025/10/23/san-diego-c-meetup-meeting-79-october-2025-edition-hosting-hubert-liberacki/>)

Author: Kobi

Published: 2025-10-24T01:59:38Z

Content type: article

Language: en

Sources: [Vorbrodt's C++ Blog](<https://devfeed.tech/sources/vorbrodt-s-c-blog.md>)

Topics: [C++](<https://devfeed.tech/topics/c-plus-plus.md>), [Software Testing](<https://devfeed.tech/topics/software-testing.md>), [Test-driven development](<https://devfeed.tech/topics/tdd.md>), [undefined\_behavior](<https://devfeed.tech/topics/undefined-behavior.md>), [Refactoring](<https://devfeed.tech/topics/refactoring.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [Robotics](<https://devfeed.tech/topics/robotics.md>)

Tags: [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [kobi](<https://devfeed.tech/tags/kobi.md>), [legacy-code](<https://devfeed.tech/tags/legacy-code.md>), [meetup](<https://devfeed.tech/tags/meetup.md>), [refactoring](<https://devfeed.tech/tags/refactoring.md>), [san-diego-c-plus-plus-meetup](<https://devfeed.tech/tags/san-diego-c-plus-plus-meetup.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

A recap of the 79th San Diego C++ Meetup, featuring Hubert Liberacki's presentation on safely testing private members in C++. The discussion covers challenges in legacy code, third-party libraries, debugging, instrumentation, and refactoring with test-driven development, along with the risks of macro hacks, undefined behavior, ABI mismatches, and portability failures.

### Source excerpt

Hello all! This time, our 79th meeting Oct 22 2025, we were hosting Hubert Liberacki who gave a fantastic presentation on "Cracking Open the Black Box: Legally Testing the Privates in C++". A huge thank you to everyone who attended and participated in the discussion! For those who couldn't make it or would like to [...]