How signals are handled in a docker containerIn my previous post, I provided insight on the importance of running docker with the--init flag to ensure the proper exit code is returned…Dec 26, 2020Dec 26, 2020
Using strace for debugging, part 2This is the second post about debugging with strace.Nov 21, 2020Nov 21, 2020
Using strace for debuggingDebugging is an important part of software engineering and every developer has a few debugging tools in his toolbelt. Usually, I use logs…Nov 20, 2020Nov 20, 2020
The essence of reading the fine-printI was recently investigating a bug and would like to share an unexpected, yet interesting discovery regarding the cause of the issue. In…Aug 25, 2020Aug 25, 2020
Let it explode!Exceptions are an inherent part of modern C++. Everything is clear with the exceptions that can be handled, but what do we do with the…May 31, 2020May 31, 2020
The switch from VimFor the past five years, my go-to text editors have been Vim and gVim/ MacVim. Currently, I work on macOS with Ubuntu, as a target OS…May 23, 2020May 23, 2020
Docker run/exec and carriage returnRecently, I was writing a script whose function was to retrieve and parse a list of processes that were running in a docker container. The…May 20, 2020May 20, 2020
How to enable in-band FEC for Opus codecAs a reader may know UDP network protocol does not support either message retransmission or acknowledge. It means that all these problems…Dec 2, 2019Dec 2, 2019
Python garbage collector and other magicOnce upon a time, in the company where I work for there was a bug in production that caused to the “Too many files open” error.Aug 9, 2018Aug 9, 2018