Christian Baars
Christian Baars
# Purpose / Goal Convenience function for my work flow. I have to label medical images on a PACS-Workstation, which does not have a nice and fast image-file export. But...
For my personal use I added two convenience functions to my fork: 1. PIP-install of external modules to the bundled python. 2. Installation of the python header files (sometimes need...
This is not a complete guide, but it may contain some useful tips. 1. Compile blender as described here: https://wiki.blender.org/wiki/Building_Blender/Mac This is possible since master is on 2.93. for the...
## Description: Addition to the build scripts, that makes it fairly easy to solidify external Berry code into the firmware image. Provided Berry files must contain only 1 module or...
## Description: - better handle interruptions of operations, i.e. launching `i2splay /file.mp3` while playing web radio - reducing noise before and after playing operations by adding an internal flush and...
## Description: Reading binary files into bytes in Berry leads to data corruption for large files (I did not figure out the threshold) by creating a bytes buffer of the...
When reviewing my own code I stumbled upon the usage of std::string, which is a relatively expensive operation in a time critical section of my driver. We could prevent allocation...