
I had a chance to play with a loaner unit for a few weeks and some practical observations.
valgrind
is a great tool to assist. One problem we can run into is extra noise from system/non project libraries masking your own issues. Refocussing is relatively straight forward:
debuginfod
which is meant to provide dynamic debug symbols to debugging tools. The problem I've found is that using valgrind
is horrifically slow as the debug symbols are downloaded and processed.
One way to avoid the debug is to disable debuginfod
is to rm /etc/debuginfod/*.urls; echo "set debuginfod enabled off" > /etc/gdbinit.d/debuginfo.gdb
. But how do we get our debug symbols for gdb
?
OpenShift
4.x cluster that you control is invaluable - Redhat now provides this ability through their Code Ready Container also known an crc
F12
or the BIOS setup via Enter
but setting my own dev environment is not straight forward.audacity
is a well known and simple sound editor it has some limitations when compared to digitial audio workstations (DAWs): this space can be fileld with ardour and a number of basic plugins.