October 18, 2018
Research on why iTunes is launched sometimes when I wake up macbook
The reason is my bluetooth headset :) It sometimes mistakenly connects to laptop (which does not turn off BT for some reason) instead of phone, and OS launches iTunes to feed headset with some music. Solution probably is to turn off "wake up computer" option in settings -> BT -> advanced.
Labels: bluetooth, headset, knock-knock, osx, resume, sleep, wakeup
June 13, 2018
Docker build unicode filenames issue
When including any non-ASCII filenames into image one need to double-check filenames at char level! The reason is that docker can be creative on how to encode char (for example Й, 1081 (single char) vs И, 1080 + 774 (upper part) (two chars!) - docker makes 2 chars from single one). Thanks docker, you gave me 2 days of uking with this trash!
Labels: docker, docker build, file, linux, osx