Category Archives: software

CPPCON2022 Keynote Review – Can C++ be 10x Simpler & Safer?

The first time I heard about Herb Sutter was when he took over as editor of the now defunct C++ Report magazine. IIRC, the introduction by the then editor mentioned that Herb could remember over 100 digits of Pi. We’ll … Continue reading

Posted in C++, programming languages, software | Tagged , | Leave a comment

CppCon 2021 Virtual Trip Report, A User Story

This is the first CppCon hybrid (in person and virtual) conference, and in my opinion, it was a success in terms of content and organization, particularly from the virtual side. Sure, there were the occasional quirks, or the first day … Continue reading

Posted in software | Tagged , , | Leave a comment

Lambdas en C++

Look what the Chihuahua dragged in! Well, in the absence of cats, a Chihuahua will do. Lambdas en C++ is a Spanish translation of C++ Lambda Story, a collaboration with well-known author and blogger Bartłomiej Filipek. You can follow his … Continue reading

Posted in software | Tagged , , , , | Leave a comment

Shhh! Be Mindful!

Finally the book is here! I’m biased, extremely biased about this book, and for good reason. We met Renda and the Madrigals when our daughters went to the same kinder garden, elementary and middle school. We’ve vacationed together and have … Continue reading

Posted in software | Leave a comment

From “See You Zoom!” to “See You, Zoom!”

With a large percentage of vaccinated people in the US, and the number of COVID-19 cases dropping dramatically in our county in California, it seems inevitable that some time in the near future we’ll have to return to a physical … Continue reading

Posted in software | Leave a comment

If you build it, will they come?

This is my Lightning Talk for CPPCON 2020. I’m super grateful to Chris Ryan for posting it on LinkedIn. Quality C++ documentation is abundant…as long as it is in English. If you’re a Spanish speaker your options are limited. This … Continue reading

Posted in software | Leave a comment

Look what the cat dragged in…

Well, in reality I like birds better. Disclaimer: I got C++ Lambda Story as a gift from the author, Bartłomiej Filipek, and in a previous post I shared that I had covered the book end to end. Nonetheless, it’s nice … Continue reading

Posted in C++, C++17, C++20, lambdas, software | Tagged , | Leave a comment

C++23 Stacktrace library documentation now available in Spanish / C++23 Documentación de la biblioteca de listado de pila ahora disponible en español

Una de las primeras características de C++23 se encuentra disponible aquí. Todas las características documentadas hasta ahora se encuentran aquí.

Posted in software | Tagged , , , , | Leave a comment

C++20 Three-Way Comparison Now Available In Spanish / C++20 Comparación de tres vías ahora disponible en español

Three-way comparison (aka “the spaceship operator <=>) is a cool new feature in C++20. While the usage is simple, the documentation is not :-). Strong, weak, partial ordering…concepts, more concepts, type traits, and so on. Documentation a long time in … Continue reading

Posted in software | Leave a comment

Should the new Mac mini M1 be called a Big Mac?

For the past week I’ve been enjoying the new Mac mini M1 (with Apple Silicon), and boy, what a thing of beauty. Externally it looks the same; the back, as has been reported, has less extensibility, but I don’t mind–I … Continue reading

Posted in hardware, software | Tagged , , , , , , | Leave a comment