Notes
- Enable extra compile warnings C++ - find ununsed variables, bad comparisons, etc.
- Using Tracy Profiler - a quick guide to profiling a C++ application
- Make a CMake build debug by default
- Execute a bash command at a specific time
- Execute command on file update - automatically re-run a script when you save it
- Dictionaries in Bash - a way to associate two values in a Bash array
- Separating posts by category in Jekyll (how I've separated Notes & Projects on this site)