Category: Code
-
The developer font: Fira code
Programming for such a long time and only now found the Fira Code font. Some screenshots to show how nice this looks. Example for an if statement where we check for nil, using a “not same” or “not equal”: if err != nil { continue } The != sign reads as a not equal character.…
-
How to slay the dragon?
My son came home from school with the following riddle, or rather a math puzzle: Let’s slay a monster. Here are the rules: – The monster has 3 heads and 3 tails. – You have a SWORD and you can choose between these actions: 1. Slash off ONE HEAD. Result: one head will grow back.…