Another year, another crossword. With some of the clues/answers vaguely themed. You can solve it online or offline with the PDF. Answers after the con.
Related Posts
std::source_location is Broken
Everyone knows that the best way to get something done on the Internet is with an inflammatory title and a potentially incorrect contention, so here goes. What do you if you want to capture/log the filename of an assertion? Prior to C++20, you use good old __FILE__, which gives you…
Indiecade day 1
An excellent day of networking at Indiecade. Link dump time so I don’t forget these people… First was the guys from Rust presenting their experience making The Museum of the Microstar. Then I hung out in the rotunda meeting interesting folks, having thought-provoking discussions and playing some cool games. Chatted…
CHRONO + RANDOM = ?
Being a quick sketch combining <chrono> and <random> functionality, with cryptarithmetic interludes… At CppCon this year there were several good talks about randomness and time calculations in C++. On randomness: Walter Brown’s What C++ Programmers Need to Know About Header <random> and Cheinan Marks’ I Just Wanted a Random Integer!…