How to configure Claude Code to achieve a good level of data privacy

Claude Code is Anthropic’s AI coding agent which runs in your terminal. Besides the API requests which are necessary for the tool to work it also sends telemetry, error reports and feedback data by default. In this article you will learn how to configure Claude Code so that as little data as possible leaves your machine and your data is not used for model training. [Read more...]

Use HTTPS instead of SSH when cloning git submodules

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. In this article you will learn how to use HTTPS instead of SSH when using the git submodules command. [Read more...]

Signing commits for GitLab using GnuPG on macOS

git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. In this article you will learn how to setup git to sign your commits using GnuPG (GPG) and how to properly configure GitLab to deal with those signed commits. [Read more...]