How running an OSS AI Assistant on my workstation is super easy!

Talking to my notebook, without being creepy talking to myself - although probably being cringy, actually is pretty easy. I just need podman and the official container image of Mycroft...

git hooks - pre-commit

I just learned how to make effective use of the git hook pre-commit. Based on a blog post Tips for using a git pre-commit hook I composed myself a pre-commit...

git push options

Today I learned that I can influence git push with certain options. This allows me to get more control of over the context of my commits. Depending on the git...