Bonum Certa Men Certa

Links 09/05/2022: New KWin/Plasma 5.25 and LibreOffice Quality Assurance Annual Report



  • GNU/Linux

    • 9to5Linux9to5Linux Weekly Roundup: May 8th, 2022

      This week started strong with the release of the Firefox 100 web browser, which finally enables GTK overlay scrollbars on Linux systems by default, a new Nitrux monthly update with the latest KDE goodies and a few surprises, as well as the Tails 5.0 OS for anonymous web surfing and communication, a major update based on Debian GNU/Linux 11.

      Talking about Debian GNU/Linux 11, it received a major Linux kernel security update that addressed 19 security vulnerabilities. But the week ended up quite very slow on news and releases, so you can enjoy these news and the latest downloads in 9to5Linux’s Linux weekly roundup for May 8th, 2022, below!

    • Desktop/Laptop

      • FOSSBytesAfter Germany, China Now Wants To Ditch Windows And Run Linux On 50 Million PCs!

        If you’ve been closely following Linux news, you may have heard about Germany dumping Windows in favor of Linux on over 25,000 PCs last year. At that point, the community predicted that a lot of other countries might ditch Windows for Linux. The prediction was pretty much on point as China has recently announced that it’ll be ditching Windows for Linux on over 50 million PCs!

        While the end goal of both the countries is the same, their reasoning for doing the same differs. Germany did it so that the government could save on licensing costs and promote open-source. China’s doing it to “remove foreign operating systems” so that they could maintain the OS in the country.

        While this is a big win for Linux and open-source software, it’s bad news for laptop/PC manufacturers like Dell, HP, etc., and software companies like Adobe and Microsoft, except Lenovo and Kingsoft. While manufacturers will be driven into the corner for being “foreign” companies, homegrown companies like Lenovo, Huawei, and Kingsoft might see rapid market growth in the forthcoming years.

    • Audiocasts/Shows

    • Kernel Space

      • VK_KHR_pipeline_executable_properties – Developer Log

        Sometimes you want to go and inspect details of the shaders that are used with specific draw calls in a frame. With RenderDoc this is really easy if the driver implements VK_KHR_pipeline_executable_properties. This extension allows applications to query the driver about various aspects of the executable code generated for a Vulkan pipeline.

        I implemented this extension for V3DV, the Vulkan driver for Raspberry Pi 4, last week (it is currently in review process) because I was tired of jumping through loops to get the info I needed when looking at traces. For V3DV we expose the NIR and QPU assembly code as well as various others stats, some of which are quite relevant to performance, such as spill or thread counts.

      • The Register UKOnly Microsoft can give open-source the gift of NTFS. Only Microsoft needs to [Ed: NTFS is not a gift, it's a lousy file system that should go away. The sooner, the better.]

        Then a good thing happened – but if 2022 has any lessons for us, it's that we can't have good things.

    • Applications

      • Linux HintBest Image Editors for Ubuntu

        Social media is becoming more prevalent in our society by the day, and all the big players in the field know how to attract massive audiences – through pictures, of course. Whether you’re on Instagram, Facebook, Twitter, or Reddit, keeping up appearances is crucial on every platform.

        Image editors are what keep the ball rolling in terms of pretty pictures on the internet. Luckily for Linux users, there is a reasonably wide variety of powerful image editors out there. In this guide, we’ll mention the best ones and dive into their functionality.

        [...]

        Since Adobe Photoshop isn’t directly available on Linux, editing images has never been as simple on Linux as it is on Windows. Nonetheless, there are some quite powerful replacements out there, such as GIMP and Krita. On the other hand, if you’re looking for a simpler option, Pinta can be a great choice. Hopefully, you are now well equipped to edit images on your Linux system!

    • Instructionals/Technical

      • ID RootHow To Install CyberPanel on AlmaLinux 8 - idroot

        In this tutorial, we will show you how to install CyberPanel on AlmaLinux 8. For those of you who didn’t know, CyberPanel is a free and open-source web hosting control panel that comes with an OpenLiteSpeed Web server to provide the best possible performance. With CyberPanel, you can manage SSL certificates, use a user-friendly file manager, configure the web application firewall, manage DNS, manage emails, and more.

        This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the CyberPanel open-source web hosting control panel on AlmaLinux 8. You can follow the same instructions for Fedora, RHEL, CentOS, and Rocky Linux distributions.

      • UNIX CopHow to install Foreman on Ubuntu/Debian Servers

        In this post, you will learn How to install Foreman on Ubuntu/Debian Servers

        Foreman is an open-source software which is used for managing the lifecycle of virtual and physical servers. It is a server management tool that helps system administrator to perform configuration, server deployment, provisioning, orchestration and monitoring and more. Foreman offers support for tools like Puppet, Salt Stack, Ansible, Chef. It helps in automating repetitive tasks. It has a great, responsive, full of features WebGUI which makes system administrator to perform tasks more quickly.

      • TecAdminChanging the Login Screen Background in Ubuntu 22.04 & 20.04 – TecAdmin

        The latest Ubuntu systems use GNOME as a default theme. GDM3 is the default display manager which is responsible for loading the login screen. We need to tweak settings in gdm3 to change the background of the login screen.

        This tutorial will help you to change the default login screen background on Ubuntu systems.

      • Linux: chmod awesome tips and tricks

        One of the most common tasks in Linux is setting file permissions, on this article we will explore some cool tips on how to do you job easier!

      • Red Hat OfficialWhat sysadmins need to know about systemd's oneshot service type

        systemd is a robust tool for handling Linux services. If you've interacted with a systemd service file, it's probably been a simple or forking type. There are many other service types in systemd, including exec, dbus, notify, idle, and oneshot, each with different functions.

      • Linux HandbookUseful Examples of the Docker ps Command

        One of the first Docker commands you use is the docker ps command. It shows the running containers:

        docker ps Actually, running this command gives you a list of running containers and their unique container ID, image name, the command it is executing, time since it is running (uptime), and the ports it is using.

        But you can do a bit more with it. You can display stopped containers, filter the result or just display the container IDs.

        Let's take a bit more detailed look at this essential Docker command.

      • H2S MediaInstall Swift programming language on Ubuntu 20.04 LTS Jammy

        Swift is a programming language developed by Apple that can be used alongside Objective-C for programming apps and applications. It is a beginner-friendly language that a developer can use to develop apps for iOS. It was introduced to the world in 2014 as a new programming language for programming in the Apple ecosystem.

        The language is especially relevant in the development of iOS apps, but can also be used in the macOS environment. However, Swift is not limited to Apple systems, Linux users can also use it to develop applications.

      • How to install Docker-CE on Ubuntu 22.04 - NextGenTips

        Docker is a set of platform-as-a-service products that uses OS-level virtualization to deliver software in packages called containers. Containers are usually isolated from one another and bundled with their own software libraries and configuration files, they can communicate with each other through well-defined channels.

        Docker makes it possible to get more apps running on the same old servers and also makes it easy to package and ship programs. In this tutorial am going to show you how you can install Docker-CE on Ubuntu 20.04.

      • Ubuntu 22.04 Enable full disk encryption

        The best way to keep your Ubuntu 22.04 system and files completely secure in the case of theft is to enable full disk encryption. This way, if your device is stolen or someone is sitting at your desk and trying to boot into your PC, they will need to know your password in order to mount any partitions. Even if they access the hard drive content through other means, all files would be encrypted and no one could read their contents.

      • Ubuntu 22.04 not booting: Troubleshooting Guide

        If you are having trouble booting into your Ubuntu 22.04 system, there is a tool called Boot Repair that can remedy a broad range of frequent issues. Usually trouble with booting can be due to the GRUB boot menu or a corrupt file in the /boot directory. Whatever the case may be, Boot Repair is an excellent software to help us start troubleshooting.

        In this tutorial, we will show you how to boot your computer into recovery mode and download the Boot Repair utility to perform troubleshooting. Follow along with us below for help with troubleshooting boot issues on Ubuntu 22.04 Jammy Jellyfish.

    • Games

      • GamingOnLinuxVagrus - The Riven Realms, a deep and difficult RPG adds a new companion, keybinds

        Vagrus - The Riven Realms, an impressive deep and challenging turn-based fantasy RPG has a big post-release update out now, which brings a new companion.

        A multi-award winning game, with a strong focus on the narrative (you need to love to read for this one), open-world exploration and lots of strategy elements make up a thoroughly unique experience for fans of RPGs and turn-based combat — along with plenty of trading and decision making. You lead a caravan through a completely ruined world hit by multiple cataclysmic events that's created a dark and strange world.

        With the new update out, it adds in a new Companion to the game: the garrulous Undead cook called Vorax, who brings new perks to the table such as his Deputy role Supercargo, as well as his cooking during camping and combat Skills that make him a great support fighter. He comes with his own, expansive Loyalty quest chain, which involves a cooking challenge as well as a less gleeful delve in his dark past.

      • GamingOnLinuxStardew Valley hits 20 million sales

        Stardew Valley, the peaceful farming life sim from ConcernedApe has hit over 20 million sales two years on from hitting 10 million. While the creator has moved onto the next project, Haunted Chocolatier, it seems there's no stopping the massive amount of sales on Stardew.

      • Linux HintBest Chess Games to Install on Ubuntu

        One of the oldest skill-based strategy games in the world, chess is played and loved by millions all around the globe. It is a war fought over the board, and every war requires strategy – the main playing component of chess. Whether you’ve been a chess player for many years or here because of the recent popularity boom that chess is experiencing, there are tons of Linux chess apps you can enjoy. In this guide, we’ll go over the 5 best ones – let’s get into it!

      • GamingOnLinuxHeroic Games Launcher for Epic & GOG gets themes, platform selection, favourites | GamingOnLinux

        Heroic Games Launcher continues evolving to provide a way to manage your Epic Games and GOG libraries on Linux and other platforms with a fresh Beta release out now.

        This is version 2.3.0 Beta 2, another chance for people test before the next full release. One of the major additions is support for themes, so you can pick from a few built-in and no doubt they will expand it over time. Currently, it's just tweaking the colours. See the default (left) versus Dracula theme (right) — click to enlarge.

      • GamingOnLinuxWave Break from Funktronic Labs gets a major update and Native Linux support

        Wave Break, originally a timed-exclusive for Stadia that released on Steam in June 2021 just had a big upgrade, which also included a new Native Linux version. Not only that, it's also Steam Deck Verified now too with this Native Linux build.

        Never seen it before? Imagine skateboarding — with boats. Inspired by skateboarding classics, you will grind, grab, kickflip and shoot your way through an explosive 80s crime-filled Miami Vice themed world.

      • GamingOnLinuxScummVM adds support for the 1995 shooter Wetlands from Hypnotix | GamingOnLinux

        Another classic gets a new life thanks to ScummVM, which just recently added support for the 1995 shooter Wetlands.

        Work on this and the HYPNO game engine has been ongoing for some time now, with the team mentioning that it's now properly ready for some public testing.

        "This sci-fi rail shooter was created by Hypnotix and published by New World Computing in 1995. The game includes 20 action-packed levels, cinematic cutscenes, attractive hand-drawn characters, and stunning 3D backgrounds.

        Set in 2495, humanity is now forced to live in underwater cities after a nuclear test gone wrong caused uninterrupted worldwide rain. A war is unleashed between The Federation (Earth’s remaining governments) and the Volarins, a group of terrorists led by the mad scientist and Wetlands’ main villain, Phillip Nahj. You’ll play as John Cole, a ruthless mercenary hired to catch Nahj alive."

      • GamingOnLinuxfheroes2 for Heroes of Might and Magic II improves hotkeys, cursors and languages

        fheroes2, a game engine reimplementation for Heroes of Might and Magic II, has another release out further improving the game for various platforms.

        Continuing to be the best choice to play this classic, the developers working on it have continued to expand what's possible. Featuring support for the Black and White cursors, they said "Now some players can enjoy the perfection of monochrome graphics". Hotkey support was expanded too with a separate window where you can view them all to make it easier.

      • Linux HintSet across Europe, point & click adventure Crowns and Pawns: Kingdom of Deceit is out

        Ready for a colourful and modern point & click adventure game set all across Europe? Crowns and Pawns: Kingdom of Deceit from Tag of Joy and publisher Thunderful is out now.

        With development lead by the art director from Broken Sword 2.5 and featuring a talented voice cast that have starred in the likes of The Monkey Island series, Day of the Tentacle, the upcoming God of War: Ragnarok, The Wolf Among Us and more, Crowns and Pawns: Kingdom of Deceit takes you on a thrilling trip across beautifully rendered locations in Eastern Europe imbued with romanticism and conspiratorial intrigue.

      • Linux HintBest Linux Distros for Gaming in 2022

        The Linux operating system has come a long way from its original, simple, server-based look. Linux has become a powerhouse due to its extremely large community. The development of so many Linux-based distributions is each catered to the interests of a particular fanbase.

        This evolution has revolutionized the dynamic of gaming in Linux as well. There are now hundreds of games available in Linux, and the list keeps on growing. In this, we will go over the best Linux distros for gaming that are currently available.

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • What’s cooking in KWin? Plasma 5.25

          We’re past the soft feature freeze of the next Plasma release, so it’s a good time to step back and a have look at the work that has been done in KWin during 5.25 development cycle.

          A lot of focus has been put into improving gesture integration in the Wayland session. In 5.24, the desktop grid effect got support for real-time gestures. In 5.25, the support for real-time gestures has been expanded. Effects such as slide, window aperture (animates windows when transitioning to the “show desktop” mode), and overview now support animations that “follow fingers.”

    • Distributions

      • Arch Family

      • IBM/Red Hat/Fedora

        • Next Open NeuroFedora meeting: 9 May 1300 UTC

          Please join us at the next regular Open NeuroFedora team meeting on Monday 9 May at 1300 UTC The meeting is a public meeting, and open for everyone to attend.

        • OpenSource.comCloud service providers: How to keep your options open [Ed: IBM recommends outsourcing servers, based on misinformation and buzzwords]

          As with the PC sitting on your desk, the laptop in your backpack, and the virtual private server you rent from your favorite web hosting service, you have your choice in vendors for cloud computing. The brand names are different than the hardware brands you've known over the years, but the concept is the same.

          To run Linux, you need a computer. To run Linux on the cloud, you need a cloud service provider. And just like the hardware and firmware that ships with your computer, there's a spectrum for how open source your computing stack can be.

        • Red HatUsing Unsafe safely in GraalVM Native Image

          The perils of using the Unsafe class in Java applications are well documented. Although Unsafe has historically offered access to low-level programming features, it exposes internal details of the implementation and its use is therefore highly discouraged. If you submit code that uses the Unsafe API to the GraalVM Native Image compiler, you can encounter even more problems that don't exist on dynamic JVMs such as HotSpot.

          This article looks at the issues that GraalVM Native Image can potentially introduce with Unsafe, and offers coding techniques that can help you achieve some of the goals you might want to use Unsafe for. Among other things, we'll look at the VarHandles API, which was introduced in the JDK as an alternative to some of the Unsafe APIs.

        • Red HatKafka Monthly Digest: April 2022

          This is the 51st edition of the Kafka Monthly Digest, and covers what happened in the Apache Kafka community in April 2022.

        • Enterprisers ProjectIT hiring: Assumptions and truths about the current talent shortage [Ed: IBM continues to perpetuate the "Great Resignation" while laying off a huge number of workers, against their will. IBM did have talent, but it had to pay decent salaries to such people, so it laid them off instead.]]

          Qualified talent has been hard to come by in 2022 and even harder to retain as the Great Resignation continues. The most profound impacts are being felt by the tech and healthcare industries as mid-level employees leave in droves.

      • Canonical/Ubuntu Family

        • Linux HintManjaro Vs. Ubuntu

          Everyone who is associated with technology and programming must have heard of names like Ubuntu, Arch Linux, Debian, and Mint. While many of you have years of experience working on various kernels, switching platforms, and developing software, there’s a fair amount of individuals who don’t have enough knowledge regarding the smaller and currently emerging distributions. One such distro is Manjaro. Today, we’ll be comparing the two Linux distributions, Ubuntu and Manjaro.

          As a parent open-source software, Linux was released way back in 1991 with its UNIX-like operating systems that were based on the Linux Kernel. For operating systems on servers, mainframe computers, and supercomputers, Linux’s working environment proved a turning point in providing ease, security, and a reliable platform to code on. Some of the most popular distributions of Linux include Ubuntu, Mint, Arch Linux, Debian, and Fedora.

        • UbuntuThe State of IoT – April 2022 | Ubuntu

          Welcome back to the monthly State of IoT. In case you missed it, here is a roundup from last March’s news.

          Vehicle connectivity, smart homes, new SoCs and a real-time Ubuntu kernel captured the headlines this April. Let’s jump straight into it!

        • UbuntuLet’s meet at Hannover Messe 2022 | Ubuntu

          Hannover Messe, one of the world’s largest trade fairs, dedicated to the industrial sectors (drive engineering, automation, robotics, R&D and industrial IT), will be held in Hannover, Germany from May 30th to June 2nd 2022.

          Come join us at Hall 5, Booth B51/1, where we will discuss all things IoT and embedded and introduce you to a new Ubuntu Core version.

    • Devices/Embedded

    • Free, Libre, and Open Source Software

      • LinuxInsiderOpen-Source Code a Marginal Problem, Managing It the Key Challenge: Report [Ed: Jack M. Germain should know better than to become a megaphone of Microsoft proxy Black Duck, relaying FUD for personal gain. Black Duck's FUD dressed up as 'article'.]

        Businesses using open-source code — which is embedded in a large majority of enterprise-grade software — need a full-scale inventory of its existence. That is missing in many corporate IT records.

        Without a detailed accounting of open-source code running within their software, companies have no way to monitor software policies, licenses, vulnerabilities, and versions. That means IT departments are clueless about the overall health of the open-source components they use.

      • Productivity Software/LibreOffice/Calligra

        • Document FoundationAnnual Report: LibreOffice Quality Assurance in 2021

          Quality Assurance (QA) is a cornerstone of the LibreOffice project, thanks to the activity of a large number of volunteers and the feedback of many users who help in reporting bugs and regressions.

      • Programming/Development

        • A hybrid development Docker Compose setup for Rails

          The arguments for dockerizing the whole development environment are usually in terms of matching production. That means running the same versions of databases, utilities, and services. Having it formalized also means that every team member can immediatelly start working or return to a working setup.

          I understand this argument a lot as it’s the reason I usually had a Vagrant environment around for my own projects. Even when I developed without a virtual machine, I would write a Vagrantfile to be able to run things in case of anything breaking. So I get it.

          But it’s not the same with Docker. Dockerizing an entire development setup requires a bit different mindset in my opinion. And while leaving virtual machines behind sounds like an improvement, performance might still suffer.

  • Leftovers

    • Science

    • Hardware

      • Old Ideas, New Technologies: The Raidon iR2031 Internal RAID Storage Bay and the Killer of Innovation

        The year was 2007. I was much younger and had a lot more hair. I was also a couple of years into the data storage industry, working for a little known data storage company called Xyratex. Xyratex spun out of IBM in the UK nearly three decades ago. They knew how to build quality storage products (and were acquired by Seagate in 2014). It was still considered a small company by the time I joined the team in 2005. Our team focused on building and testing both enterprise grade RAID and JBOD equipment.

        [...]

        Then, in around 2014-15, companies such as Seagate and Toshiba started to prototype dual-actuator HDDs. It was a 5.25″ HDD with two independent actuator arms, each with its own head and a dedicated set of platters, essentially splitting the drive into two. Yes, pretty much my idea.

        I do not remember what year it was exactly. At the time, I was employed by IBM (formerly, Cleversafe). It was either 2017 or 2018 that Seagate, Western Digital and Toshiba were showing us their product roadmaps and sharing details about this exact technology. And around 2020, the drives were being produced and these same vendors were working with key partners to help define use cases and a market for the technology.

    • Integrity/Availability

      • Proprietary

        • Security

          • Video CardzNVIDIA LHR unlock now available for Linux

            This follows the report that the NiceHash team has successfully removed the hashrate limiter from NVIDIA cards. NBMiner is now also available with 100% LHR unlock for RTX 30 GPUs. Both software is closed-source, so we can’t see how exactly was the LHR cracked (it would be very interesting for sure).

            What is apparent here though is that two teams running popular crypto-tools have managed to unlock LHR cards almost at the same time. This raises a question if they shared information with each other and how did they found the method in the first place.

            Our followers have confirmed that NBMiner v41 software does indeed work, which is the first time LHR has been cracked for Linux.

          • Constrained environment breakout. .NET Assembly exfiltration via Internet Options

            It’s not uncommon for developers to find that they need to help their end users. For starter, the business requirements for software can be highly convoluted and technical. Working with banking systems, insurance firms, actuarial services etc, most developers aren’t going to understand the process they need to add into their software.

            As the software because more intricate, end users often find problems navigating the software, and that doesn’t help a business whatsoever. Without proper documentation, help desks are going to become overrun with requests that the developers think are easy, but end users are struggling with. So how do developers resolve this issue? They provide documentation in various ways to help their users.

            This documentation is often a gold mine for penetration testers and security researchers alike. They give us an understanding of an API so we can hunt for rogue parameters. This software supports tasks which run on the underlying operating system? Looks like a quick win. Then there’s the breakout assessment, where help functions have assisted pen testers in bypassing security restrictions since Citrix first thought of Receiver.

          • Privacy/Surveillance

            • Supreme Court stays proceedings before High Courts challenging IT Rules, 2021, interim orders to continue

              On May 9, 2022, transfer petitions filed by the Union of India, asking for challenges across High Courts to the IT Rules, 2021 to be transferred to the Supreme Court were heard. LiveLaw and Carnatic classical vocalist Mr. T.M. Krishna are petitioners in two challenges to the IT Rules, 2021 before the Kerala HC and Madras HC, respectively, where we have provided legal assistance, and have been able to secure protective interim orders. Today, the Supreme Court stayed further proceedings in the IT Rules challenges before HCs. As of now, there is no stay on any orders passed by the HCs in these IT Rules challenges, including the order of the Kerala HC.

              [...]

              The IT Rules, 2021 have far-reaching consequences on online privacy, freedom of speech and expression, as we have written before. They give the government considerable control over social media platforms, digital news publications, and on-video entertainment services, making these services seriously prone to censorship. Injunctions against specific provisions of the IT Rules, 2021 were secured after months of sustained efforts, and the next few hearings before the Supreme Court will be crucial as the hard-earned stay orders secured from high courts in these matters will be put to the test.

    • Internet Policy/Net Neutrality

      • Media NamaInternet Shutdowns Are Now Longer Than Ever: Access Now Report

        The report alleges this to be a failure to meet the requirements of the Temporary Suspension of Telecom Services (Public Emergency & Public Safety) Rules, 2017 and the Supreme Court’s Anuradha Bhasin judgement that backs the rules. These provide the Union government with the power to call for a temporary shutdown of telecom services in a region on grounds of public emergency for up to 15 days at once.

        “The lack of a centralized repository continues to make it difficult for civil society and other actors to effectively monitor and document shutdowns, and some are likely to go unreported,” the paper noted.

      • What does Elon Musk’s Twitter purchase mean for Venezuelan Twitter? €· Global Voices

        On April 25, Elon Musk successfully negotiated a deal to buy Twitter for USD 44 billion, the equivalent of Venezuela’s GDP. What does it mean for Venezuelan Twitter, where inauthentic activity intended to manipulate public opinion is rife?

        Before Elon Musk bought Twitter, it was a public company that was regulated by a board. But now, when the company goes private, the social media platform will have fewer safeguards regarding its content moderation. Musk will have the power to reshape discourse on a social network used by more than 200 million people every day and undermine the work the company has made in the last couple of years to mitigate the spread of misinformation and hate speech. Some people celebrate Musk’s ideas regarding freedom of speech, but specialists and digital rights activists are worried that this is a step backward that could undermine democracies, rather than strengthen them.



Recent Techrights' Posts

Maintenance Reminder
We'll carry on publishing
EPO "Cocaine Communication Manager" - Part VIII - Mobbing and Silencing of Dissenting Staff
that's the very cornerstone of functional democracies with real opposition parties
Reader Shares Recent Memes on Slop and 'Coding' by LLMs
"just some funny memes I thought were relevant to current coverage."
Invitation to General Assembly After 1,200 EPO Workers Participated in the Demonstration 3 Days Ago
"the strike of 19 March was also very well followed."
SLAPP Censorship - Part 17 Out of 200: A Long Track Record of Online Abuse, Then Choosing a Low-Cost Law Firm to Muzzle People Who Have Illuminated This Abuse for Over a Decade
Censorship by targeting ISPs and webhosts isn't unprecedented
 
SLAPP Censorship - Part 18 Out of 200: Third Parties Funding Attacks on the Messengers, Lawsuits Against GAFAM-Critical Voices That Uphold Real National Security
Women are like kryptonite to them
Never Trust People Who Write Their Own Wikipedia Pages (Vanity Pages About Themselves) or Ask Friends to Do So. Also: Jono Bacon is Married to Microsoft.
We'd hardly be the first to point out Wikipedia isn't what it seems
No Tolerance for Attacks on Family Members
Being a Free software activist ought not lead to "collateral damage" like attacks on family members, including doxing
Sirius Open Source is Just a Zombie Firm With Shell Entities
Many companies fake their health and their size
Communities Can Only Survive When Trust Prevails
PCLinuxOS is still a vibrant and authentic community
Techrights Was Always a Community Site
The harder we're attacked, the more people participate in the site
Behind the PR Smokescreen and Microsoft-Sponsored Chaff, Microsoft Layoffs in "AI" Alleged This Month
In an age when ~1,000 simultaneous layoffs aren't enough to receive any media coverage, what can we expect remaining publishers to tell us about Microsoft layoffs in 2026?
Bluewashing at Confluent: Some Workers to Leave Within 3 Months (IBM Mass Layoffs)
Is the "era of AI" an era when none of the media will mention over 800 layoffs? [...] There's a lesson here about the state of the contemporary media, not just IBM and bluewashing
Microsoft OpenAI, Drowning in Debt and Forced to Make Significant Cuts (as Reports Reveal This Month), Does Hiring Disguised as "Takeovers" to Fake Value or Alleged Potential
Remember what happened to Skype last year
Slop Does Not Replace Art, It Contaminates Everything With Reckless Nonsense
many Computer Scientists do not want programs to get contaminated by slop
Coders Don't Just Reject 'Vibe Coding' Because They're "Luddites", They Just Know the True Cost of Slop
if some programmer says slop sucks, don't rush to assume selfishness or defence of one's occupation
When Nobody Else Covers the News
There's an obvious "media blackout" regarding the mass layoffs
Links 21/03/2026: David Botstein Dies, Slop as Censorship Apparatus
Links for the day
Links 21/03/2026: Metastablecoin Fragmentation and Crescent Moon
Links for the day
Gemini Links 21/03/2026: Historic Ada Docs; The Lurking LLM on the SmolNet
Links for the day
HSBC the Latest Failed Bank Using Slop as Excuse for Its Financial Failure
"HSBC is planning on cutting as many as 20,000 jobs in the near future as the company allies with AI revolution."
A/Prof Susan G Kleinmann, Enkelena Haxhija & Debian-private risk to MIT
Reprinted with permission from Daniel Pocock
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, March 20, 2026
IRC logs for Friday, March 20, 2026
Plagiarism in "Linux" Clothing (LLM Slop in linuxiac.com, LinuxTeck.com, and linuxsecurity.com)
The net effect of those slopfarms is very negative
Links 20/03/2026: Facebook Weaponised Politically, Openwashing by LF and NVIDIA, Encyclopedia Britannica Sues Microsoft Proxy for Plagiarism
Links for the day
The EPO's Local Staff Committee Munich (LSCMN) Explains to the Administrative Council (AC) How Bad Things Have Become at Europe's Second-Largest Institution, Biggest Patent Office, and Corruption/Cocaine Hub (Jobs Sold to Friends)
We'll say a bit more tomorrow
IBM's Red Hat Diversity: Only 3 Women (Out of 11 Leaders)
For comparison's sake, the FSF is about 50% female
Symptom of Publishers Dying: They Move to Adopt Slop. Symptom of Software Companies Dying: They Move to Adopt Slop ('Vibe').
It'll always fail. It's hype. It's a bubble.
Under IBM, Red Hat Replaces Code With LLM Slop, Fedora is Slopware
Not even hiding it, those things are in plain sight
Gemini Links 20/03/2026: Depictions of Culture and The Social Smolnet
Links for the day
SimilarWeb Was Never a Reliable Yardstick for Traffic
5RB may need some "house-cleaning"
Strangulation, suffocation, Jonathan Carter & Debian toxic culture confirmed
Reprinted with permission from Daniel Pocock
Reports or Hearsay Suggest Ogilvy Broke Up With IBM and Insiders Report Mass Layoffs in "Infrastructure" (Might Impact Red Hat Entrants)
hearsay in Social Control Media
Scheduled Server Maintenance Tomorrow Night
Starting 9PM
None of the Above (NotA) & Debian snubbing Sruthi Chandran
Reprinted with permission from Daniel Pocock
Links 20/03/2026: Cryptography Pioneers Win Turing Award and BMG Sues Anthropic for Copyright Infringement
Links for the day
Even Uganda Understands That Journalists Never Belong in Prison
"Ugandan authorities must respect the spirit of this ruling and abandon any measures that seek to jail Ugandans for the free flow of ideas."
Inaction Helps Your Enemies
Without freedom, there's nothing else left
Windows Down From 99% to ~50% in Republic of Seychelles (République des Seychelles)
Windows fell by a lot
"systemd is essentially a corporate IBM/Redhat project and corporations of course will comply"
Microsoft and IBM care about users' freedom like Cheeto Lump cares about the US Constitution
Confluent Insiders: IBM Laid Over Over 800 at Confluent, Not Just 800
For the record, the layoffs at Confluent won't be over. After the bluewashing there will be "IBM RAs" impacting Confluent folks, aside from PIPs
The Layoffs at IBM Carry on (Shades of Enron)
Is IBM another Enron?
"IBM boss Arvind Krishna... financial package valued at $38 million in calendar 2025 - equivalent to the average collective pay of 765 Big Blue workers."
continues to ruin the company to enrich himself while pretending he has a strategy
Gemini Links 20/03/2026: Digital Identity Bifurcation and a "Return to Gemini"
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, March 19, 2026
IRC logs for Thursday, March 19, 2026
SLAPP Censorship - Part 16 Out of 200: Detailing the Actors and Explaining Techrights' Own Internet Relay Chat (IRC) Network
For those who have not followed our story
Microsoft "hiding behind bigger news of war, Epstein, other companies' layoffs"
They know what's coming, they just don't know when
Joerg Jaspert (Debian Account Manager/DAM) personally approved Raphael Hertzog's wife Sophie Brun
Reprinted with permission from Daniel Pocock
Letter 'A' prohibited by Code of Conduct extremism
Reprinted with permission from Daniel Pocock
Spoiler: Diversity & Debian means different things to different people
Reprinted with permission from Daniel Pocock
Solicitors Regulation Authority (SRA) Admits Failures and Criticism of Inaction on SLAPPs
many if not all solicitors and solicitor firms in the UK are in effect unregulated
Archiving or Preserving Pages About IBM Layoffs
Layoffs at IBM and the media does not talk about these
ABC, the American National Broadcaster, "Now Publishes Slop"
If the "big media" absorbs slop, it'll no longer be trusted and therefore not read/watched by the public
Links 19/03/2026: Culling Deepfakes of Artists’ Music and "Age Verification Isn’t the Answer"
Links for the day
Gemini Links 19/03/2026: "Aktion GPT-4" and "Kill All Descendants"
Links for the day
"AI" 15 Times in Short 'Article' From The Register MS. And The Register MS Got Paid to Publish It.
gets paid to do this
People Who Decided to Boycott Novell Over Its Microsoft Alliance Should Also Boycott Canonical
As an associate put it, "selling out further, due to Microsoft moles inside Canonical"
Links 19/03/2026: "AI Glasses" as Euphemism for Mass Surveillance and ABC (US) Has Begun Publishing Slop as 'News'
Links for the day
The European Patent Office, Europe's Second-Largest Institution, is on Strike Today
Lots more to come
What People Impacted by the Bluewashing Layoffs at IBM Confluent Say (While the Media Says Nothing at All, in Effect Burying the News)
Worse yet, the mainstream media spreads lies about it right now
IBM Has Turned Red Hat and Fedora Into Slop
This is IBM policy
IBM is Being Robbed, Companies and Jobs Are Destroyed
Companies taken over by IBM will be exploited and destroyed to keep a bubble inflated for a little while longer
In Confluent Layoffs, IBM Vapourises a Quarter of Its Workforce (IBM Buys Something That It Destroys Already)
In the past, such things were typically referred to as "media blackout"; now it's just "the norm".
IBM Effect at Confluent: Mass Layoffs and IBM's Business Conduct Guidelines (BCGs) Said to be Violated
For Confluent employees who survived the layoffs there will be "culture chock"
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, March 18, 2026
IRC logs for Wednesday, March 18, 2026
Links 19/03/2026: LLM Fatigue (It Doesn't Work as Advertised), "Small Web Feeds"
Links for the day