Posts

Character Development

That’s what it’s all about.

Maybe there is no objective reason to my birth, but I was born anyway. And since I gained my reasoning, curiosity gave me a vision, and purpose. You can find purpose in life doing anything you like, as long as it makes a difference.

If I wasn’t dedicated to technology, I would be a musician, a photographer, or a professional philosopher and writer perhaps.

The thing is, it’s not really about what you do—it’s all about how you do it. Of course, if you don’t like what you do you won’t get too far with your profession. This is why character development is everything. Environment and history shaped you and me as a character, with bad and good habits, with certain talents or even disabilities. In character development, any experience matters—as long as it won’t kill you physically or mentally. So please don’t do drugs.

A Single-Minded Approach to Personal and Professional Success

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

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. It was introduced by MariaDB Corporation and is designed to encourage contributions to open source projects while allowing the creators to protect against large cloud providers monetizing their work without contributing back.

Executing Podman Commands within a Toolbox Container

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. However, there’s a clever workaround that allows you to use Podman seamlessly from within a toolbox container.