Anthropic CEO repeats what Ballmer said 25 years ago when calling Linux “a cancer”

In June 2001, Steve Ballmer, who had barely been CEO of Microsoft for a year and a half, granted an interview to the Chicago Sun-Times newspaper. During the course of it, he would make a historic statement by saying that “Linux is a cancer”. The curious thing is that 25 years later the CEO of Anthropic, Dario Amodei, made very similar statements when talking about how “Open Source AI is becoming a danger.” Both then and now, the reason that provoked these statements was none other than the fear that the Open Source philosophy would end up triumphing in the world. And if history teaches us anything—and perhaps Amodei should have foreseen it—it is that precisely what Ballmer did was not weaken Linux, but rather make it stronger than ever. That may also be what Dario Amodei ends up achieving. Amodei’s statements They were actually produced three years ago.. He made them in a speech before the US Senate Judiciary Committee in July 2023, but at that time they went somewhat unnoticed because at that time the most advanced AI models in the world were still very limited, and the situation for open models like Llama 3 was even worse. Linux was not dangerous per se. AI models of open weights, neither Three years later things have changed radically. The open models that several Chinese startups and technology companies have managed to develop are already very close to the impressive frontier models of Anthropic, OpenAI or Google, and Amodei’s prediction now becomes much more relevant. But it does so at a time when its Mythos and Fable 5 models have had a lot of problems precisely for being “dangerous.” Mythos Preview first and Mythos 5 now are only available for a small group of entities and companies due to its potential to find cybersecurity vulnerabilities. AND Fables 5which was a “layered” version of Mythos ended up being vetoed by the US government three days after going on the market. only yesterday its deployment was reinstatedbut it has done so with more restrictions to use it: if the model detects any dangerous intention, it is deactivated so that the user switches to using Opus 4.8. And while the US tries to put doors in the field with the excuse of national security, China does not even bat an eyelid. Chinese companies have not stopped launching more and better models of open weights, and We have the last and most splendid example in GLM-5.2the Zhipu.ai (Z.ai) model that is surprising everyone and everyone. Its creators already warned when launching it that its performance in various benchmarks is at the level of Claude Opus 5.5 or GPT-5.5. But independent analyzes in the field of cybersecurity they claim that GLM-5.2 is “as dangerous” as Opus 4.8 also in terms of cybersecurity. This points to a disturbing future for the US: that China will have models as powerful as Mythos in the short term. Jie Tang, CEO of Z.ai, agreed with that perspective: Elon Musk anticipated that these models would arrive in the first quarter of 2027, and Tang indicated that “it won’t take that long.” The real problem is not that Chinese companies develop open weight models with capabilities similar to those of Mythos. That will inevitably come, but as happened with Linux and Open Source software, The danger is that these models displace commercial software and threaten the dominant position of Anthropic and OpenAI. That’s what Ballmer feared 25 years ago, but what he seemed to point to with that FUD statement never happened. What happened was precisely what he would never have imagined: that Microsoft ended up “appropriating” Linux and Open Source solutions by integrating them into its cloud infrastructure, Azure. Today Linux virtual machines represent 61.8% of all those in Azure: this operating system has become an even more important option than Windows on that platform. It is no coincidence: the presence of Linux and Open Source platforms in the server market is absolutely dominant (about 90% globally), and the adoption of these solutions by Microsoft has been total. Not only in server environments, be careful: the Windows Subsystem for Linux (WSL) layer of Windows operating systems has been a crucial attraction for users and especially developers for years. The company made its definitive move in that section when he bought GitHub in 2018and he hasn’t looked back since. The analogy with the Anthropic (or OpenAI) situation is inevitable. Linux then threatened Microsoft’s position, and open AI models threaten that of Anthropic or OpenAI. The question here is not whether those AI models developed by Chinese companies can be dangerous: Mythos, Fable 5 and GPT-5.5/5.6 have already shown that they can be. The question is who they are for. For the world… or for the companies trying to become the de facto monopolies of this industry? Linux, after all, wasn’t a cancer. Ballmer was not right. It’s very likely that Amodei doesn’t have it either. Image | World Bank Photo Collection | Wikimedia Commons In Xataka | For decades, Linux has earned a reputation as a “shielded” operating system. Until now

The PS5 has always been a PC at its core. Some models can now run Linux and games

The PlayStation 5 It has never been a conventional computer, but it has never been as far from looking like one as we usually imagine. Under its casing there is an x86 architecture, an AMD Zen 2 CPU and a RDNA 2 GPUingredients very familiar to anyone who closely follows the world of PC. The difference, of course, has always been in control: Sony decides what is executed, how it is executed and how far the hardware can go. That is why what we have seen now is so striking: a PS5 Phat (launch model) booting Linux and behaving, with important nuances, like a desktop machine. The change. Everything arises with the publication of ps5-linux, a project by Andy Nguyenbetter known as TheFlow. We are not talking about a simple demonstration, but about a tool that really works with an image of Ubuntu 24.04. According to the description of the project itself on GitHubps5-linux uses an already patched vulnerability in the hypervisor. The promise is powerful, but as we will see below, it does not work on all consoles and also has several limitations. Not just any PS5 is worth it. So far, everything sounds great, but this doesn’t mean we can take the console in the living room and happily turn it into a Linux PC. First, because we are talking about a process designed for profiles with experience. And second, because compatibility is very limited. The method currently only works on PS5 Phat with firmwares 3.xx and 4.xx, specifically 3.00, 3.10, 3.20, 3.21, 4.00, 4.02, 4.03, 4.50 and 4.51. Additionally, versions 3.xx do not have M.2 support, while 4.xx does. The process is also not similar to inserting an installation pendrive and following the usual steps on a PC. According to Tom’s Hardwareps5-linux needs a separate tool, the umtx2 exploit, to achieve initial code execution, and then send the loader payload to the console. In the flow in question there is a fake DNS server and an HTTPS host on a local computer, which redirect the query for the PS5 manual to activate the exploit. When everything goes well, the console goes into sleep mode, the LED turns solid orange, and when you press the power button, Linux starts. Once inside Linux. The console now behaves like an x86 desktop with plenty of muscle to experiment with. The system can take advantage of the eight CPU cores, 16 threads in total, at 3.5 GHz, and a GPU at 2.23 GHz. It also maintains video and audio output via HDMI, with support for 4K at 60 Hz, and allows the use of all its USB ports. To install and run Linux you need a USB drive of at least 64 GB. What changes the perception of the project the most is not just seeing Ubuntu starting up, but imagining what it can be used for. TheFlow talks about Steam games and emulators running very smoothly, relying on the power left available when running Linux on these PSs. In X we can see running on the improved version of ‘GTA V‘, which helps show the loader’s potential before publication. It’s not all plug and play: The project has very specific limits that should be made clear before imagining a PS5 converted into a perfect substitute for a PC. One disappointing fact is that ps5-linux works as a soft mod, not as a permanent installation, so you have to repeat the process every time you want to enter Linux. Nguyen advises activating the ventilation profile when using boost modes, since the console was not designed for this type of use. The result is one of those modifications that explains very well how far a console can go when someone manages to take part of its hardware out of the intended lane. A PS5 Phat with old firmware can become a surprisingly capable Linux PC, but always within a very specific context. A console that is also a computer. The PS5, like any console, has always had computer ingredients. Now, the inevitable comparison is in the future Valve’s Steam Machinealthough there we talk about another philosophy: a console-PC designed from the beginning around SteamOS, but with the possibility of installing any compatible operating system to our liking. Images | Branden Skeli In Xataka | Project Helix is ​​the new Xbox machine and the warning is clear: its price will be conditioned by the RAM crisis

France wants to replace Windows with Linux. Extremadura and Munich tried it before, and both failed

On April 8, 20226, the French Digital Interministerial Directorate (DINUM) advertisement that will migrate your jobs from Windows to Linux. He ordered all ministries to present a plan by the fall with the aim of eliminating dependencies on non-European software. The announcement in fact goes beyond changing Windows for Linux: it also affects collaborative tools, antivirus, AI, databases, virtualization or telecommunications. It is, on paper, the largest operation to replace proprietary software with free software that a Western State has ever attempted. And if the history of this type of projects teaches us anything, it is that many have ended in failure. French sovereignty. It is not that France is a lover of free software; What has happened is that the relationship with the United States has changed. Trump’s tariffs accelerated a debate that had been postponed for years: To what extent is it sustainable to depend on the US digital infrastructure? French companies like OVHCloud and Scaleway did not stop growing in 2025, but France has already taken some previous steps recently. In January 2026, announced the plan to replace Microsoft Teams and Zoom with its own video conferencing platform, called Visiowith the aim that its 2.5 million employees would use it. At the moment 40,000 of them are using it, and it remains to be seen if the deployment ends up being total. This was LinEx, the Linux distribution derived from Debian that was used in public organizations in Extremadura. Spain tried it in 2002. The Junta de Extremadura is one of the most famous cases of attempted replace Windows with Linux in public administration. In 2001 it launched LinEx, a Linux distribution based on Debian, and tried to implement it massively in the educational environment and in the health system of the autonomous community. That was imitated in other Spanish regions: Andalusia had Guadalinex, Valencia had LliureX, Madrid had MAX, Galicia had Galinux, Catalonia had Linkat and Castilla La Mancha had Molinux. All of these projects proposed an alternative to the absolute dominance of Windows on the desktops of public officials, and they all failed, but the biggest failure was the one that promised the most: that of LinEx. LinEx myths and realities. Although this distribution worked reasonably in the aforementioned education and health environments, it never fully penetrated the general public administration of the Autonomous Community. In 2011 the project was transferred to a state foundation due to budget cuts and by then only 1% of positions of the Extremaduran autonomous administration used free software. The final blow came when SAP, which managed the community’s medical records system, decided to stop supporting Linux. That made this body return to Windows, and in fact in 2024 the Board formally eliminated the obligation to use gnuLinEx. Rise and fall of Linux in Munich. another case even more famous At the European level it was Munich. In 2003, the city council of this German city announced that it would migrate 14,000 Windows computers to LiMux, its Debian-based Linux distribution. In 2013 the project seemed a success: there were 12,000 migrated computers and theoretically more than 11 million euros had been saved in licenses and other costs. However, in 2014, complaints about loss of productivity and debate began. ended sharply: At the end of 2017, the leaders of Munich decided to migrate 29,000 PCs of their employees to Windows 10 from LiMux. The initial migration was never complete, and in many cases there was a mix of Windows and Linux systems to complete the processes, something that seemed inefficient and never managed to eliminate the dependency on Windows and especially on legacy applications. But there are silent successes. LinEx and LiMux failed in Spain and Germany, but there is precedent to show that abandoning Windows in favor of Linux can work. It proves it GendBuntua version of Ubuntu that was implemented in the French National Gendarmerie. This organization was already a pioneer in the adoption of the OpenOffice.org office suite in 2005, and since 2008 the plan was to abandon Windows in favor of its own Linux distribution. In June 2024, GendBuntu runs on 103,164 jobswhich represents 97% of the IT park of this organization. This has also saved around two million euros per year on licenses, and has reduced the total cost of ownership (TCO) by 40%. Another promising example: Schleswig-Holstein. This German state began its migration from Windows and Office to Linux and LibreOffice in 2021. In early 2026 had already completed almost 80% of the transition in its 30,000 jobs and according to its data that allowed savings about 15 million euros in licenses only in 2026. A one-time investment of 9 million euros is planned to complete 20% of the process, which is still tied to certain specialized applications and will therefore take a little more time. This is the model that is closest to the French initiative: gradual migration and above all a political will that is maintained among the legislatures that are in power. What distinguishes success from failure. Cases that work share three characteristics. The first, gradual and phased migration, not sudden and massive. The second, real internal technical support that goes beyond political declarations. And the third (and probably the most important), a sustained will beyond an electroral cycle. Those who fail share three others: trying to migrate everything at once, underestimating the cost of legacy applications and depending on the project not changing government, which certainly contributed, for example, to the failure of LinEx. A colossal challenge. Installing Linux on a computer is trivial today and it is true that today the learning curve has been significantly reduced and its use is very similar to that of Windows or macOS. The real problem is in the applications that run on top of it. In public administration there is often critical software tailored for Windows, forms that only work in certain browsers (including the old Internet Explorer), management systems that do not have equivalents in Linux or vendors that simply do … Read more

launch your first laptop with Linux

The list of entities of the US Department of Commerce is not a pleasant place to be. Huawei has already lost its use licenses for Google services, and the same has happened with its Microsoft agreements to use Windows in the company’s laptops. Huawei can continue to sell Windows laptops that are already in the market, but the production of new devices with this operating system depends on licenses, now subject to restrictions. The scope of them is global and will affect the availability of Huawei products with Windows in Europe. But the Chinese company has a plan. The license agreement. Huawei now has with Microsoft the same situation as with Google. You cannot use your licenses in any of your new manufacturing products. As you had to say goodbye to Google on its Android mobiles, the company can no longer manufacture Windows computers. Huawei’s response. Already in September 2024, before the imminent expiration of the license agreement, Richard Yu himself responded in an interview He advanced that the current PCs of Huawei would be the last with Windows, and that those of the next generation would come hand in hand with their own operating system, Harmonyos. It is an answer that does not throw too many doubts in China, where Harmonyos Next is the clear commitment of the future. But in Europe the consumer profile is different, and the state of Harmonyos is very incipient. Harmonyos Next. Huawei is clear that the future of its software is to create a complete ecosystem in which PC, smartphone, smart watches and even electric vehicle are connected. For this it is developing Harmonyos Nexta system without a trace of Android or Linux core, 100% own with a native kernel. This is the beginning of most ambitious software project never executed by the company, a proposal that We will begin to see this year on PCs sold in China. Linux always remains. Outside China, Harmonyos does not make too much sense, since the appus ecosystem is yet to be built. Just a few hours ago, the company announced the Huawei Mate X Pro in its versions 14 and 16 … executing Linux and running with an Intel Core Ultra 7. It is exactly the same device as the company sold with Windows, but with a Linux environment and a change price of 1,352 euros (10,399 yuan). The laptop It can be bought in Vmall (as long as you live in China), and supposes a whole before and after for the company. The doubt of Europe. Linux has a quota in Europe that Round 3.4%a fact that makes it practically impossible to get a device with this operating system to end up being a sales success. Losing Google’s services cost Huawei to lose its position in the smartphones market, and without a quick software response, the fate of its laptops seems similar. Image | Huawei In Xataka | I want to start using Linux: guide everything you should know and first steps

Log In

Forgot password?

Forgot password?

Enter your account data and we will send you a link to reset your password.

Your password reset link appears to be invalid or expired.

Log in

Privacy Policy

Add to Collection

No Collections

Here you'll find all collections you've created before.