Hello.

I write here about the problems I run into at work and the small tools and libraries I build along the way — mostly in C++ and Python, with the occasional detour into Qt, VTK, or scikit-learn. Older posts from a microscopy hobby are kept around for memory's sake.

Recent posts

All posts →
· programming

Disable OpenCV Logging

When we use OpenCV from command line process, sometimes OpenCV will print internal logging messages such as: This might be useful while debugging OpenCV problems but it is a noise…

· tools

Git command reference

A personal cheat-sheet for git: config, branch, checkout, diff, commit, stash, log, reset, and .gitignore patterns.