Tag: #gcc
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
GCC's AI Policy and Open Source's Choice — What Is the 15-Line Boundary Actually Protecting
On July 29, 2026, the GCC steering committee adopted the recommendations of its AI Policy Working Group. The core rule is that legally significant contributions containing or derived from LLM-generated content will not b
2026-07-31 · 12 min read #ai#open-source#gcc#licensing#governanceC++26 Contracts — the feature that passed 114 to 12, and the one implementation that shipped it: GCC 16.1
On March 28, 2026, WG21 finished the technical work on C++26. The vote was not unanimous (114 in favor, 12 against, 3 abstentions), and the main reason for the dissent was contracts. Contracts let you write preconditions
2026-07-16 · 18 min read #cpp#cpp26#contracts#wg21#gccModern C++ 2026 — C++ 23 / 26 / Modules / Reflection / Senders / std::print / CMake 3.30 / Conan 2 / vcpkg Deep Dive
A map of C++ in 2026. C++ 23 (published October 2024 as ISO/IEC 14882:2024) with std::expected, std::print, and std::generator; the real headliners of C++ 26 — Reflection (P2996), Senders/Receivers (P2300), Linear Algebr
2026-05-16 · 27 min read #cpp#cpp-23#cpp-26#modules#ranges