Notes on running GitLab Pipelines locally in a Poetry project

Automating tests on code push is a simple way to ensure that writing new code is not breaking the be…

TIL 2024-03-11: Tesseract OCR output formats

Tesseract allows for various output formats for the analysis. Some are well-known formats like txt, …

Docker-based Python development with CUDA support on PyCharm and/or Visual Studio Code

How to setup your IDE of choice for Python development based on your own Docker image with CUDA sup…