Regular

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve --watch, which launches a web server and auto-regenerates your site...

Yes, it’s been a long time (exactly one year, but that’s a coincidence) since my last blog post. The main reason was that in the last year I learnt F# and slowly I have the feeling that I have understood the language and especially the paradigm shift that comes with...

pswatch is a easy to use little module for PowerShell to montitor a folder for changes. You can choose if you want to monitor file additions, changes, renames or deletions. You can also monitor file sin subfolders. Based on this monitoring you can further add scripting to automatically run other...

If you change your login credentials for one of the git hosting services (github, bitbucket, …) and you try to pull, fetch or push you probably receive the same error as in the screenshot below: I struggled a while with the problem until I found the solution. You have to...