Bazel CI and Dependabot Sync in kubernetes-client/java This Week

   |   5 minute read

The kubernetes-client/java repo had a busy seven days, with 24 commits and 28 files touched. Almost all of it is build and CI infrastructure: a new auto sync workflow that keeps MODULE.bazel aligned when Dependabot bumps pom.xml, a cross OS Bazel repository cache, and a stack of small fixes to make the Bazel pipeline behave the same on Linux, macOS, and Windows. If you ship the Java client into production or maintain a fork, this is the kind of week that quietly removes a class of merge headaches.

Read More >>

tmux reference

   |   4 minute read

If you spend a lot of time in the terminal, you’ve probably heard of tmux. It’s a terminal multiplexer — a tool that lets you create multiple terminal sessions inside a single window, detach from them, and reattach later, even across different machines or after an SSH disconnection. In short, it makes your terminal workflow persistent, flexible, and powerful.

I’ve been using tmux daily for years, and it’s one of those tools that feels indispensable once you get comfortable with it. This post is a deep dive into what tmux is, why it matters, and how to use it effectively — written as a friendly guide rather than a dry man page.

Read More >>
Page 1 of 20  |  Next >>
denis256 at denis256.dev