2019-09-14

icenlp_bridge and nefnir-package open sourced

I have created pypi packages around IceNLP (see icenlp_bridge) and nefnir (see nefnir-package).  With the help of cookiecutter both of these have full tox, pypi, travis and readthedocs documentation.
I am working on a future library that will tie these two together to ease the pain of Icelandic Natural Language Processing.


Stay tuned...


2019-02-23

Envirou - Master your shell environment

Envirou is a simple tool that I created years ago to manage my own shell environment.  I was tired of having a long list of unreadable PATH definitions and learning the various idiosyncrasies of the many tools that require you to learn their own syntax and conventions.
Now I simply create a new profile and switch between Python versions, AWS profiles and Kubernetes contexts using the same tool.  The best part is that it is complementary - you can use it to view your config and check out what changes various scripts do to your environment.

Envirou in action
How Envirou gives you quick overview of your environment

Head over to Envirou to install.  It is fully open sources with the most permissive license possible (MIT).

Backup your PostgreSQL database on Kubernetes

I did not find any out of the box solution so I created my own.  Please see the Github Readme page for more information: postgresql-backup-s...