Automating video downloads
Being a dad comes with opportunities to automate mundane chores. To curate a sensible kids video collection, I have to download select videos from YouTube. To organize this content, I have recently...
Being a dad comes with opportunities to automate mundane chores. To curate a sensible kids video collection, I have to download select videos from YouTube. To organize this content, I have recently...
I recently opened up Postman to access an old collection. To my surprise, Postman has now fully gone the cloud way and syncs all collections to the cloud. This means that if I somehow forgot to re...
The aim with this post is to centralize all my most used linux commands and their different use case descriptions using the tldr module. Someday when I wonder what the syntax was for a command, I ...
At work a presentation on an optimization problem was made by researches working in the local hospital. They were looking to minimizing staffing resources given certain variables and constraints. ...
I use the following script to quickly setup a new installation of a debian distribution with my commonly used packages and libraries. This allows for quick headless deployment of all essential pro...
I have been searching for a tool which can create diagrams based on declarative texts (diagram as code). A tool much like graphviz but easier to get started with and use. Two tools which fits my re...