Ben Deane
Ben Deane
When I look at https://lefticus.github.io/cpp_weekly_videos/ I want to search by the C++ identifier I find on cppreference. So that when my colleagues are asking about a specific thing, I can...
The idea list is well-publicised, but the existing library is not easily discoverable. IWBNI every video's notes contained a link to https://lefticus.github.io/cpp_weekly_videos/ to forestall the #1 question I have about...
e.g. when we have irqs that depend on resources that are turned off, the mcu interrupt should be turned off.
`gen_str_catalog.py` uses a lot of ad-hoc data structures. Perhaps it would be better to use named types instead of generators of lists of tuples of dictionaries etc...