New Theme

After a few months with my own NES classic theme I switched to a theme that offers a more readable font for longer texts. Reason is that I actually wrote my first post on this blog and it was awful to read it in this 8-bit style NES font. BTW: the color scheme is solarzied light. I really love that color scheme. It runs on my terminal, my IDEs and everywhere else where it makes sense. …

Posted on

Unmarshalling to structs in Go - no brainer, eh?

Those days I ran into the same trap the second time. So I decided to have a short writeup for future me and other Go beginners. The trap was that I wrote nice structs like { "key1": "value1", "key2": "value2" } And wanted them to be unmarshalled them into structs like this: type foo struct { key1 string key2 string } Doing this regularly with Jackson in Java I named the attributes like the keys in the JSON file. …

Posted on

hello static world

Hello World! I am a static website with blog posts and shit. Yes. :-D

Posted on