A Single-Minded Approach to Personal and Professional Success

January 1, 2024 · 574 words · 3 min · Pov Mindset

To be honest, 2023 wasn’t the most productive year of my life. After conducting some research on the reasons why I failed to achieve 40% of my goals, I came to this conclusion: I simply had too many goals. When I refer to goals, I don’t mean “simple goals”. I’m talking about goals that require serious effort to accomplish. For example, becoming an “A” class chess player with a rating between 1800 and 2000 elo.

Terraform Adopts Business Source License

August 26, 2023 · 457 words · 3 min · Open-Source Devops

Terraform, a widely used open-source infrastructure as code tool developed by HashiCorp, has recently undergone a significant change in its licensing model. The project, known for its flexibility and efficiency in managing infrastructure, has transitioned from an open-source license to the Business Source License . Understanding the Business Source License The Business Source License is a relatively new licensing model that aims to balance the benefits of open source with the need for sustainable business models.

Executing Podman Commands within a Toolbox Container

May 12, 2023 · 422 words · 2 min · Redhat Containers Ostree

rpm-ostree-based Operating Systems For users operating on rpm-ostree-based systems, where the entire system runs within containers, this guide provides a workaround to access the host’s Podman from within a toolbox container. This proves especially useful when managing containers during development tasks within the containerized environment. In the world of containerization, the toolbox container provides a convenient and isolated environment for development and testing. By default, the toolbox command is designed to work within the toolbox container, while Podman, a container management tool, may not function as expected inside it.