Einträge in 2021
Bash Heredocs
- 2021-12-17
To increase readability of your bash scripts, especially when running things as root, make good use of here documents (also known as heredocs).
Python Method Redefinition
- 2021-11-04
Did you know that you can redefine a method on the same class in Python?
Overriding a translation of a third-party Django module
- 2021-07-21
The Django Taggit app comes with
nice translations for German, but we have some technically inclined users, who
prefer the word „Tags“ over „Schlagwörter“. Still, we want to keep our de-de
locale for everything else. We choose only to override this one
translation.
Using apt-get to update specific versions
- 2021-06-25
In this example we will update Gitlab from version 12.9.2 to the latest version 14.6.3 on a Debian system.
kubectl Usage Patterns
- 2021-03-02
We usually create one KUBECONFIG file per environment and put them into
~/.kube
with a shared prefix, e.g.
The Right Tool for the Job
- 2021-02-15
Durchlaufzeiten > 6 Monate (z.B. bei Hardware)? Mach Wasserfall! Da passt Agile nicht!
Do Things Manually Before Automating Them
- 2021-02-15
When designing new applications it is common to start with a UI draft and develop the app later based on those workflows.
Code Readability First!
- 2021-02-15
Code readability is a matter of respect. As the author of your code you can make reading it more pleasant for your fellow programmers. This even applies to yourself in 3 months time. See also https://blog.codinghorror.com/coding-for-violent-psychopaths/.
Thunderbird - Subscribe to all Folders
- 2021-02-10
In the main navigation, right click and select „Settings“.
Hypothesis
- 2021-02-10
http://theoryandpractice.org/stats-ds-book/statistics/estimators.html gelesen. Etwas Text markiert. Oha! Die haben einen Annotate-Button. Wo geht das denn hin?