TL;DR Could you imagine a 0.5s fade-in animation every time you ran cd in the terminal? That's what window switching in macOS feels like, but with Ghostty I got back one of my favorite tiling window manager features.
TL;DR maru2 is a simple and modern task runner. As such it gets the benefit of being written with the most current language features in Go. Some of these are small UX/DX improvements, while others greatly reduce boilerplate and increase a reader's comprehension of the code.
TL;DR The newly introduced zarf dev deploy can greatly speed up Zarf package dev cycles. I adapted much of this article from the ADR I wrote for zarf dev and zarf dev deploy
tldr; This first post is a deep dive into the creation of a bundle (the first class citizen of the new uds-cli ). Most people reading this will get bored in 0.5s, so feel free to skip!
tldr; My attempt to distill the hundreds of hours of research, experimentation, implementation, testing and bug fixing that went into the OCI Publish feature into a single post.
My current Brewfile explained. Some entries (like gcc ) are omitted because they are self explanatory, while others (like helm ) are omitted because they are much more commonly known. This leaves, lesser known and hopefully helpful programs. Enjoy!
tldr; playwright is a very powerful E2E testing framework by Microsoft, but it does come with a slight learning curve, even if migrating from Cypress or Selenium