Another article from the series of notes to self which others might find useful 😉

Recently I was trying to run some complex build scripts that produce our unified installers inside a docker container, and I was running into issues …

Read more

In the previous blog entry I wrote about various problems that can happen when nuances in time handling are not considered. Somebody may think: “Well, this all happens so rarely – millenium, leap seconds. Software I develop doesn’t move anywhere …

Read more

Timing issues are not studied in universities. While you study computer science, you somehow think about time in terms of comparing execution time of different algorithms, but time itself doesn’t bother you too much. These problems strike you unexpectedly when …

Read more