Skip to main content

My Journey Towards Net Zero: A Personal Narrative

Embracing individual actions alone won't usher in the systemic change we yearn for. True transformation requires a collective movement towards a new paradigm. The narrative around carbon footprints, heavily promoted by fossil fuel lobbyists, aims to shift the blame onto citizens while doing everything to maintain our dependency on fossil fuels. Despite this, I believe it's crucial to demonstrate that living with a significantly lower carbon footprint than the Western average is not only feasible but can also enhance our quality of life. Let me share how I've managed to do this.

The cornerstone of my journey is adopting an organic, plant-based diet, the most effective way to support biodiversity, halt deforestation, and cut emissions. By purchasing directly from local farmers, we can bolster food sovereignty and fairness. Contrary to the belief that healthy food is expensive, it's the unsustainable production of non-nutritious items like soda and snacks that costs both consumers and the environment dearly. At home, we've eliminated meat and fish, advocating instead for a moderate consumption of animal products.

Next, I tackled transportation emissions by giving up flying and selling our car. This not only saved money but also reduced stress, as we now rely on public transportation. With a child and a love for the outdoors, we've found joy in exploring nature without a car, discovering that trains and buses offer a more engaging and safer experience.

A significant career shift was my third step. Moving away from the fast fashion ethos of my previous employer, Adidas, I transitioned to impact investment, focusing on projects that address essential needs through renewable energy. Despite a salary cut, this move aligned my professional life with my values, emphasizing the importance of sustainable living over high consumption.

Fourthly, I revamped my finances to support projects and banks that align with my values, such as Triodos and Umwelt Bank, significantly reducing my financial footprint compared to traditional banking institutions.

Political engagement and activism form the fifth pillar of my journey. I've become actively involved in NGOs addressing issues from mass tourism to house speculation and environmental protection. Writing in magazines and forums, I advocate for an alternative system to capitalism, one that prioritizes social and environmental sufficiency and justice.

My journey reflects a broader need to address systemic issues like provisioning systems and conflict, emphasizing the importance of alternative economic systems and peace. I don't see this path as one of sacrifice but as a fulfilling way of life that focuses on giving, caring, and contributing to a just and abundant world for everyone.

In closing, my story is not unique, and the actions I've taken are accessible to many. The key is to focus on what truly matters: reducing our impact on food, transportation, and finance, and advocating for jobs that restore our planet. It's about taking action, speaking up, and showing that a better, more meaningful life is within our reach if we dare to try. Together, we can transform individual actions into a powerful movement for change.

 


 

Comments

Popular posts from this blog

FastAI Deep Learning Journey Part 7: Calculating crowd size using image regression, a potential application for train use

In the previous post we show how to use a more general approach for the case when images may have one, multiple or any label at all. In this post, we will show how very little changes are required to implement computer vision deep learning methods for regression problems. To make things less theoretical, we picked a very interesting data set, containing 2000 images from people in a shooping mall. Each picture has been carefully labeled, where we can find between 12 to 60 people. This could be a very interesting application for example for public transport usage, as the extension of monthly tickets may very hard to track the usage of each train/bus or other service in real life. We will show that with only 3 epochs /1GPU we managed to get ~2 MAE (mean absolute error) or in order words, get the counting wrong 2+/- person, which is really not a lot considering we can have 60 people in the image. Let see in detail what needs to be changed and explain a potential usage for public transport ...