Container 12 February 2020 Container + Python 2 and Virtualenv: Does It Actually Work? My GitLab CI used to play very well with container runners. It started to get wrong. After a night of hardwork, I have the solution now. But I still don't know the answer. All I could tell is that virtualenv is a useful tool but not a reliable one.
Getting Started 24 December 2019 Building (Old Version) Caffe in Conda A note of problems and solutions to compilation of an old version of caffe to verify 3Dpose_ssl project.
Linux 26 November 2019 Debugging: MISCONF Redis is configured to save RDB snapshots This error occurs because of BGSAVE being failed. A lot of the times BGSAVE fails because the fork can't allocate memory. Many times the fork fails to allocate memory (although the machine has enough RAM available) because of a conflicting optimization by the OS.
Getting Started 20 November 2019 Quick Reference Handbook: Notes on Metadash Development Server Metadash is powered by Node.js and Flask. Simliar projects could be brought up with tiny adjustment.