Log

July 2022

In recent versions of Jetbrain’s IDEs, the action “Annotate with Git Blame” does not open a single floating window anymore. Instead it displays a window with Git branches, commits and what not. Can be disabled via the IDE registry (Shift + ⌘ + A, on Mac): vcs.blame.show.affected.files.in.log

March 2022

GitLab’s Dependency Proxy doesn’t seem to support multi-architecture upstream image repositories 😔

February 2022

I discovered GitLab’s Dependency Proxy. It’s like a private cache for Docker images, and available in the free tier 🤑

January 2022

Bought a new domain name. Changed the silly prefix for a more decent suffix.

December 2021

I changed the design of the website one more time. I actually kinda like it now.

July 2021

While I appreciate tools like go fmt, I think third-party linters add little value to already existing projects. Code changes all the time, structure (should) remain more ore less stable; let’s focus on the big picture! An extra semicolon is not going to make the project easier (or harder) to read or maintain—consistency in the upper layers of abstraction brings more value (e.g., don’t put business logic in the transport layer, proper error logging, don’t use logs when metrics are enough, good commit messages for important features, etc.)

June 2021

Once again I have changed the style of the website. I had to update belbo to support content in multiple directories (see 817bd5b), but it turned out I actually didn’t need the feature.

↩ back