Skip to main content

Alternative media training : Digital socialism

The evolution of technology in the 20th century brought about a form of relative emancipation—but also reached its most horrific expression in the tools used for mass murder during the Holocaust. After World War II, a new promise emerged: that integrated capital markets would bring peace and prosperity for all.

However, technological infrastructures were quickly privatized. By the 1970s, communication providers had become powerful corporations. Since then, most technological investment has been directed toward enabling the financialization of the economy—allowing speculative transactions to be executed at ever faster speeds and on ever greater scales. This process culminated, though did not end, with the financial crash of 2008.

Rather than questioning the inability of capital markets to reach equilibrium or provide equitable services, neoliberalism doubled down—further privatizing knowledge and social exchange through platforms like Google and Facebook.

What we need today is the development of new utopias, where technology is no longer subordinated to the commercialization of life, but instead leveraged and decentralized under principles of public provisioning. Early examples, such as Tata in India or the technosocialism promoted by Salvador Allende, show that technology can be harnessed to improve affordability and access to basic services, reduce bureaucracy, and radically democratize the economy.

This vision redefines data—not as a private asset to be commercialized, but as a communal resource to be used collectively and ethically, with full respect for privacy.

Ekaitz Cancela proposes a future in which public infrastructure is secured while applications are fully decentralized and owned by local cooperatives. It’s not just about creating public social networks and independent media, but also about building platforms for alternative forms of coordination. The goal is not merely to distribute our ideas, but to change the material conditions that shape our lives.








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 ...