Author : cwolf

Python, Diacritics and translate function

Did you know that Dutch uses the following list of special (diacritic) characters? áéíóúàèëïöüÁÉÍÓÚÀÈËÏÖÜ While I was working on a python script, I figured I could simply use python’s translate function to “translate” them to their base character. It probably is the worst idea ever, but hey, it is what it is. According to tutorialspoint.com you […]

Docker & ElasticSearch

Whenever I try to start Elasticsearch within Docker on my Mac, I get the following error: [2017-11-07T11:16:00,625][INFO ][o.e.b.BootstrapCheck ] [y4U9OH5] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks ERROR: bootstrap checks failed max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] To fix this problem the […]

Welcome

This page will basically be a home to my various development projects. I haven’t really done much yet, but hope to bring out some blog posts surrounding “OtzPlane” soon. So stay tuned…

Scroll to top