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

"Alternative to Microsoft Office" Must Use Free/Open Standards/Formats for Real Sovereignty
It would make sense for the EU to invest in its own workers and its own software projects, more so now that there are hostile countries both to the east and to the west
When Everybody Has a Right/Access to An Attorney/Lawyer (But Some Get Funding From Malicious American Corporations to Spend a Million Dollars on Many Lawyers and Several Barristers)
And send about 75 KG of legal papers to the residence of the "opponent"
European Qualifying Examination (EQE) Being Reduced to Pieces of Papers One Can Buy, Patent System Rapidly Losing Its Legitimacy
Welcome to the "new Europe"
 
Atlassian Corp: We're Doing Layoffs Because of "Hey Hi"; Wall Street: Atlassian Corp is Just a Failing Business
Don't ask "the media"
Microsofters' SLAPP Censorship - Part 11 Out of 200: Cannot Censor His Spouse, Accusations Are Repeated Today
He already has a history of threatening to sue gay people in America; he cannot take criticism too well
Price of Storage, Price of Energy... What Next?
EPO workers are going on strike because their salaries don't keep up with price increases and tech companies without connections in "the channel" face long delays, low availability, and high prices (no "bulk" purchases), which further solidifies monopolies.
Don't Forget Red Hat's RTO (Return-to-office) Layoffs
How many people still remember that Red Hat did the same thing?
Reminder: Microsoft silent Layoffs by RTO (Commute Time and Lack of Comfort/Work Satisfaction) Already in Effect This Year
It's difficult to measure how many employees have already "left on their own" due to the RTO policy
Founder of IBM Ventures Has Just Quit IBM
Some people leave IBM and many people 'leave' IBM
Signs of Impeding Mass Layoffs - Not Just Quiet Layoffs - at Microsoft
Beneath the surface there are waves of layoffs and even entire teams are let go
Career Science and Academia as Corporate Propaganda 'on Tap'
article about surveillance
Veteran GNU/Linux Journalist Jack Wallen Tries Geminispace and Likes It
It'll turn 7 some time soon
Scheduled Maintenance Tonight
There will be similar work early next week
IBM Has No Clue How to Integrate Companies Like Red Hat
IBM is failing to respect this company's culture
Fake Articles From Sites With "Linux" in Their Name/Domain Name
we can at least hope that linuxteck.com made a decision to quit slop
Links 13/03/2026: New US Weapons for Taiwan, Pakistan Air Strikes Hit Kabul
Links for the day
Gemini Links 13/03/2026: Exhaustion and Smartphone Addiction
Links for the day
Friday the 13th & Debian Developers afraid to nominate in DPL elections
Reprinted with permission from Daniel Pocock
Links 13/03/2026: Chatbot "Pentagon Contract" (Bailout) and Secret Service Ditches Slop Pusher
Links for the day
Priorities in 2026
2026 is an interesting year
Willis Towers Watson (WTW) Producing More Propaganda for EPO "Cocaine Communication Managers"
The Local Staff Committee The Hague (LSCTH) has this new paper about Willis Towers Watson (WTW) and its annual EPO-sponsored propaganda, pretending all is well when things are clearly dire
Head of Microsoft Office and Microsoft 360 is Leaving Microsoft Amid Problems and Mass Layoffs
Microsoft is like a "legacy" company
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, March 12, 2026
IRC logs for Thursday, March 12, 2026
Gemini Links 13/03/2026: "Someone to Take Over Antenna" and Random Seed/RNG
Links for the day
By Expanding to Advocacy of Ponzi Schemes and Bill Epsteingate (Sex Trafficking), Linux Foundation Revenue Grew to $220,730,594, But Salary of Linus Torvalds Not Even in Top 10 Anymore!
true!
In the Name of Transparency, Today We Show Our Defence and Counterclaim
already uploaded by the other side
IBM Cannot Even Do Payroll, Now a "Legitimate Target" of Iran
Missiles or not, it seems like IBM systems will be targeted more by cybercriminals
Links 12/03/2026: Heating Bills to Soar, "Banks in Gulf Evacuate Their Offices"
Links for the day
Gemini Links 12/03/2026: On Phone Anxiety and Bjorn "Looking for Someone to Take Over Antenna"
Links for the day
Cultification: best candidates avoiding Debian leader elections
Reprinted with permission from Daniel Pocock
Richard Stallman (RMS) et al Cited in 'Nature' (Journal/Site) Today, "CODE beyond FAIR"
Under Open Access
The Register MS, on Verge of Collapse, Keeps Promoting a Ponzi Scheme for China
Publishers that participate in this simply don't care about their readers
Overview of False Narratives and Lies Used to Lower Salaries at the European Patent Office (EPO), Abandoning Patent Quality and the EPC
Many of the latter slides are the same as Munich's
Links 12/03/2026: Atlassian Layoffs, GAFAN Covering up Slop-Induced Outages, "Age-verification in Operating Systems and the Internet"
Links for the day
The EPO's President, Who Covers Up Cocaine Use, is Trying to Suppress Communication Between EPO Staff Under the Guise of 'Privacy' (and in Defiance of a Court Ruling)
Why does Europe's second-largest institution: 1) curtail communication among staff (including union) and 2) go out of its way to avoid obeying a court order from ILOAT in Geneva?
Exactly One Week Before Next EPO Strike, Media Intentionally Not Mentioning EPO Strikes
One form of propaganda technique/s involves the systematic suppression of certain topics, or of particular "narratives"
Microsofters' SLAPP Censorship - Part 10 Out of 200: Showing Public Tweets is Not a Privacy Violation, But This Isn't About Justice, It's About Censorship
It's time to put a stop to this abuse of process (which is what the Judge deemed it to be last year)
Suicide of disgruntled employee? Bus fire at Kerzers / Chiètres, Switzerland, at least six dead
Reprinted with permission from Daniel Pocock
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, March 11, 2026
IRC logs for Wednesday, March 11, 2026
Gemini Links 12/03/2026: "on Urbit" and the True Cost (or Criticism) of "Social Control Media"
Links for the day
Slop About "linux" in Google News
Once people recognise that those sites are fake it's hard to 'unsee' what they are
An American War on GNU/Linux, Software Freedom, and British Investigative, Science-Based Reporting - Part V - Attempts to Take Down and Suppress Criticism of Back Doors Controlled by Microsoft and the American Government
The cost of maintaining illusions
IBM's Payroll: Cannot Even Pay the People What They're Legally Entitled to
How financially-stressed is IBM at this point?
Slides From the European Patent Office (EPO) Explain Why They're Striking, How They're Striking, and What Comes Next
A week from now the strike will go ahead
GAFAM Datacentres Are Facilities of War, So Risk of Downtime by Missiles or State-Sponsored Cracking Has Vastly Increased
How safe is your business in "clown computing" or DCs marked as some "legitimate targets" at wartime?
Companies That Take Away Blood and Sweat From the Community to Sell a Ponzi Scheme to Everybody
We need Free software that is run by communities
1,234 People Gather Online to Plan Next EPO Strikes and Other Industrial Actions
yesterday an online gathering orchestrated the next moves by EPO staff
Links 11/03/2026: Fake Videos Swarm YouTube, "Ukraine Can Now Manufacture ‘China-Free’ Drones"
Links for the day
Gemini Links 11/03/2026: Lagrange for iOS and Android and "Turning a Folder of Git Repos Into Project Launcher"
Links for the day
Kafkaesque: Unlawful Activities in the UK to Cover Up Unlawful Activities in the United States of America
Why is bribery and even extortion seen is OK? Because rich people do those things?
Former IBM Executive, Ron Hovsepian, Doomed S.u.S.E. (SUSE)
SUSE is like a child nobody wants to raise
Quiet Layoffs or Silent Layoffs Alleged at Microsoft
Will some investigative journalists do their job now and ask Microsoft tough questions?
After a Long Lull LinuxTeck (linuxteck.com) Came Back Only as a Slopfarm
Unlike Linuxiac, LinuxTeck wasn't very active in recent years
Links 11/03/2026: EPO and USPTO Software Patents Thrown Out Again, Copyright Concerns Over Slop (Plagiarism Using Buzzwords)
Links for the day
Microsofters' SLAPP Censorship - Part 9 Out of 200: 5RB Barrister Does Not Even Know the Name of His Own Client (That He Was Paid Well Over $200,000 to 'Speak' or 'Cover' for)
If you assault women in the United States, there's a barrister available for you in the UK
IBM's Fedora is Now Led by GAFAM Slop
The official word of Fedora is partly slop
IBM 'Dinobabies' Speak Out
"They want newbies out of school at a much cheaper rate"
Links 11/03/2026: "Drill, Baby, Drill" and Social Control Media Recognised as Threat to Democracy
Links for the day
5 Years Since Freenode Conflict
IRC isn't going away
A Week Ahead of Next EPO Strike the Staff Representatives Show the Administrative Council That the Office Lost the Best Staff, It's No Longer Attractive
the message circulated regarding the open letter to the Administrative Council
Jeff Bezos as an Individual Said to Have Enough Capital to Buy IBM
Assuming a market capitalisation of 234.70 billion
Starting Soon: Another New Series About Richard Stallman
There are some inside stories we can tell
Gemini Links 11/03/2026: School, Code Slop, and "Fancy Weapons"
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, March 10, 2026
IRC logs for Tuesday, March 10, 2026