Add Shift+Enter to OpenCode in Windows Terminal
Make OpenCode easier to use in Windows Terminal by adding a key binding that sends Shift+Enter through the kitty keyboard protocol.
Read the article Add Shift+Enter to OpenCode in Windows TerminalMake OpenCode easier to use in Windows Terminal by adding a key binding that sends Shift+Enter through the kitty keyboard protocol.
Read the article Add Shift+Enter to OpenCode in Windows TerminalUse GitHub’s git-commit skill to make VS Code’s Generate Commit Message button produce consistent Conventional Commit messages.
Read the article Improve VS Code Commit Messages with GitHub’s git-commit skillIf you have local administrator access, you may be able to temporarily override a managed Windows 11 wallpaper by updating the registry and refreshing the wallpaper with PowerShell.
Read the article How to bypass company wallpaper as local admin on Windows 11Here are some script to locally debug your JWT token using Bash or PowerShell. I just need to know if the token is expired or not.
Read the article Debug JWT expiration locally with bash or PowerShellI’ve decided to upgrade the hubot-command-mapper and the bot-zero projects to ESM, just like Hubot 11. This blog will focus on how to upgrade the unit tests. In that sense it is a short rewrite of Hubot testing revisited.
Read the article Hubot Testing Revisted (Again): Hubot 11At Wehkamp, we’ve been very busy with the migration of our container platform. Our (old) Blaze platform runs on Mesos, Marathon, and NGINX, but we’re shifting to a new Atlas platform, powered by Kubernetes and Istio. This setup gives us more resilience, security and auto scaling. A year ago, we successfully migrated our www-ingress to this new platform. This week, we set our sights on migrating the app-ingress for our Android and IOS backend services. Unfortunately, things didn’t go as planned…
Read the article How Istio and Argo CD helped us to debug platform migration issues for our AppThere are many guides on how to install and configure Git on a Windows PC. As I test new developer laptops for Wehkamp, it makes sense to have some notes on how to do it. Most Windows developers use git HTTPS cloning, but this guide shows how to install and configure SSH.
Read the article Notes on Git Setup with SSH for Windows (GitHub)I’m working on a project that turns GitOps data into APIs using Bash, JQ, and YQ. After reviewing GitHub connection options, I found SSH works best for local development, while GitHub App tokens are ideal for containers. Here’s how to use Bash to authenticate with the GitHub CLI and clone repositories using either method.
Read the article Bash GitHub authentication: pull repositories with SSH and App TokensI love using Visual Studio Code as it is very flexible and runs almost anywhere. It is usually the first editor I install on a new machine. Let’s script those plugin installs, so we can roll them out to new machines.
Read the article Notes on installing Visual Studio Code on WindowsThere is so much fun stuff you can do with Home Assistant. I like the fact that you can build a personal dashboard to monitor all sorts of things. So why not track fuel prices in your region?
Read the article Home Assistant: track your favourite fuel stations