Kotlin Native in UBI
2020-05-20
Does Kotlin Native compile and run on RedHat's Universal Base Image (UBI)? …
Authorizing Only Your Team With Ansible
2020-05-14
Authorizing SSH keys with Ansible is made easy by the authorized_key module. Or is it? …
Documenting Argument Types With Click
2020-05-04
Building a Python CLI interface with click, how can I get the same argument "type" twice in usage instructions? …
Rescue a Lost Commit
2020-04-28
By some creative Git juggling, I actually managed to "lose" a commit today. Believe it or not, that was a first for me! …
Navigating Slack
2020-04-24
Navigating Slack efficiently is not as bad as I thought. …
Manage IDEA Changelists for Bad Lines
2020-04-22
How do you handle not committing these bits and pieces the reviewers do not want to see? …
Display Docker Space Usage
2020-04-21
Command docker system df lists how much disk space Docker uses up, and for what. …