Developer Journal - February 2019
A reviewed monthly digest generated from public GitHub activity.
This developer-journal entry was generated with a local AI model from my public GitHub activity, then reviewed before publication.
Digest
February 2019 involved updates to KodiRetroPlayerDocker for shared library management, additions of Airflow helper scripts, and initial setup of a WASM compiler Docker image.
KodiRetroPlayerDocker
I updated start_kodi.sh to manage two screen sessions with shared library access via mariadb (commit: https://github.com/dafrenchyman/KodiRetroPlayerDocker/commit/3b2eb9b37a290f1ee85887720070b039ed2805cb), followed by libretro configuration additions to advancedsettings_template.xml (commit: https://github.com/dafrenchyman/KodiRetroPlayerDocker/commit/c64fcb8bd23b0ca4b6bd69ea74c9771f9f98cc9d).
docker-airflow
I added Kubernetes helper scripts (add_variables_connections.sh, delete_completed_pods.sh, restart_dags.sh) via two commits on February 13 (commits: https://github.com/dafrenchyman/docker-airflow/commit/80bffa9d0aee2e97debdac9d97a28be718dec8f0, https://github.com/dafrenchyman/docker-airflow/commit/a2806e53053c0119903a05f532974a1ec86783e7), with a rebase PR merged on March 25 (PR: https://github.com/dafrenchyman/docker-airflow/pull/2).
wasm_compiler
I initiated the WASM compiler Docker image with initial Dockerfile and build scripts on February 24 (commits: https://github.com/dafrenchyman/wasm_compiler/commit/4044819342dacce307ad3241beb11a200cdd548c, https://github.com/dafrenchyman/wasm_compiler/commit/f43add5ad9f37bfc05e3e4f4b4a6c7d2ec5ed053, https://github.com/dafrenchyman/wasm_compiler/commit/31e72cb20c9429e9c41b149cd6399b022383828e).