Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 2.38 KB

log.md

File metadata and controls

56 lines (40 loc) · 2.38 KB

title = "Log" display_in_sessions = false display_date = false

July 2022

26 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

10 Mar 2022

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

February 2022

23 Feb 2022

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

January 2022

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

December 2021

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

July 2021

07 Jul 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

06 Jun 2021
Once again I have changed the style of the website. I had to update [belbo] to support content in multiple directories (see [`817bd5b`](https://github.com/marcoslar/belbo/commit/817bd5b170e5ebeb93e55e0cae2a2b444d6fff96)), but it turned out I actually didn't need the feature.