Bonum Certa Men Certa

Links 4/3/2022: DXVK 1.10 and openSUSE Tumbleweed Updates

  • GNU/Linux

    • Top 10 Articles About Linux: February 2022 [Ed: When news is so slow that all they can post is "meta" 'articles']

      Read these articles about Linux, Linux news, and expert tips to catch up on the latest developments.

    • Audiocasts/Shows

    • Kernel Space

      • Barry KaulerExt4 with or without journal on flash stick

        The ext4 filesystem with journal enabled, will write frequently to a flash stick, shortening its life. EasyOS image file has ext4 working-partition. Originally, it had the journal disabled; however, sometime early in 2020 I enabled the journal.

    • Applications

      • Linux LinksLinux Candy: Rusty Aquarium - monitoring by visualization

        Rusty Aquarium is a utility that’s billed as a “monitoring visualization as an aquarium” software. The program should not be confused with traditional real-time systems monitoring tools such as top and other alternatives. This open source utility is written in Rust.

      • Its FOSSVim vs Nano: Which is the Best Terminal Text Editor?

        We need to utilize the text editor to take notes, write a program, or edit a system configuration file to get something done. Your Linux distribution already comes pre-installed with text editors, no matter the requirements. You will most likely notice some of the best modern text editors like Gedit, Geany, Kate, etc., pre-installed in your Linux distribution. However, these are all GUI-based programs.

      • MakeTech Easier9 of the Best Email Clients for Linux

        Email is the bread and butter of electronic communication. It is simple, efficient and programmable. If you are looking for a desktop email client for Linux, there are many around. Here are some of the best email clients available for Linux.

      • 9to5LinuxMeet System Monitoring Center, a Powerful System Performance and Usage Monitoring Tool

        Written in GTK and Python, System Monitoring Center is a powerful system performance and usage monitoring software that comes with a lot of unique and interesting features if you’re looking for a more complex system monitoring utility for your GNU/Linux desktop. The app comes with a more than generous graphical user interface that displays all sorts of details about your computer’s hardware and software, including but not limited to CPU, GPU, RAM, disk, network, processes, services, startup, system sensors, general system information, and users.

    • Instructionals/Technical

      • ID RootHow To Install Varnish on AlmaLinux 8 - idroot

        In this tutorial, we will show you how to install Varnish on AlmaLinux 8. For those of you who didn’t know, Varnish cache is an open-source, high-performance HTTP accelerator designed for speeding up web servers. Varnish exclusively focuses on HTTP as compared to other proxy servers which focus on FTP, SMTP, and other network protocols. It is purely designed to speed up caching of heavy dynamic websites. Varnish sits between Nginx and clients that receive requests from clients and forwards them to the backend. This will improve the webserver performance because Varnish will serve content from memory. 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 Varnish cache on AlmaLinux 8. You can follow the same instructions for CentOS and Rocky Linux.

      • How to Install Atom Text Editor on Ubuntu 22.04 LTS - LinuxCapable

        Atom is a free and open-source text and source code editor that supports many cross-platforms such as macOS, Linux, and Microsoft Windows with support for plug-ins written in JavaScript and embedded Git Control, developed by GitHub. The catchphrase that Atom calls itself is the “hackable text editor for the 21st century”. Atom, compared to competitors, is more user-friendly, with plenty of options for extensions to add syntax highlighting for languages and formats, add dynamic linting, and integrate debuggers, runtime environments, video and music player controls, and much more. In the following tutorial, you will learn how to install Atom Text Editor on Ubuntu 22.04 LTS Jammy Jellyfish using the command line terminal and optional version builds of stable, beta, and nightly.

      • nixCraftHow to on enable kernel crash dump on Debian Linux
      • ID RootHow To Install Hiri Email Client on Ubuntu 20.04 LTS - idroot

        In this tutorial, we will show you how to install Hiri Email Client on Ubuntu 20.04 LTS. For those of you who didn’t know, Hiri is the best email client for Managers on Windows, macOS, and Linux. It allows us to have email, calendar, contacts, and tasks. Hiri is not free to use; however, you can enjoy 7 days trial period. Once the trial period is expired, you need to buy the Hiri subscription to keep using it. 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 through the step-by-step installation of the Hiri Email Client on Ubuntu 20.04 (Focal Fossa). You can follow the same instructions for Ubuntu 18.04, 16.04, and any other Debian-based distribution like Linux Mint.

      • Make Use OfHow to Use Google Messages on Linux

        If you're an Android user, you probably use Google Messages to send and receive text messages on your device. But did you know you can also access Messages from your computer and chat with your contacts while sitting at your desk? Well, it's possible to do so, thanks to the device pairing feature on Messages. If you're wondering how to get it on your Linux desktop, it's possible using Google Messages for Desktop and Messages for Web. Let's take a look at using both of these methods to get Messages on your Linux desktop.

      • How to Enable & Disable AppArmor on Ubuntu 22.04 LTS - LinuxCapable

        Ubuntu operating systems come with AppArmor, a Linux kernel security module that allows the system administrator to restrict programs’ capabilities with per-program profiles. Profiles can allow network access, raw socket access, and permission to read, write, or execute files on matching paths. Rhel family users would notice this is similar to Selinux; however, they work differently and have pros and cons. The following will cover how to enable and disable AppArmor and individual profiles on Ubuntu 22.04 LTS Jammy Jellyfish. Usually, most users would not need to adjust any settings with AppArmor, but if the need arises, some simple commands are all needed in the tutorial will explain.

      • How to Install Nmap on Ubuntu 22.04 LTS - LinuxCapable

        Nmap, also known as Network Mapper, is a free, open-source tool network administrators use to scan for vulnerabilities within their network and network discovery. Nmap allows finding devices running on their network and discovering open ports and services that, if not secure or hardened, can lead to potential hackers exploiting known vulnerabilities security risks. In the following tutorial, you will learn how to install Nmap on Ubuntu 22.04 LTS Jammy Jellyfish desktop or server, along with some basic command examples to get you started before you know to use Nmap more thoroughly for users wanting to get more out of the scanner beside the standard port scan.

      • How to Install VLC Media Player on Ubuntu 22.04 LTS - LinuxCapable

        The VLC media player is an open-source, free portable, cross-platform media player software and streaming media server developed by the VideoLAN project. VLC can play nearly all known multimedia files and DVDs, Audio CDs, VCDs, and various streaming protocols and can be extended and customized with multiple plugins. In the following tutorial, you will learn how to install VLC Media Player on Ubuntu 22.04 LTS Jammy Jellyfish using three installations method of APT, Flatpak, and Snap.

      • Ubuntu PitLearn Usage of chgrp Command (Change Group) in Linux System

        In Linux, the change group or the chgrp command is mostly used to change the user group of the system. The chgrp command works for both Linux and other Unix-like operating systems. If you’re a system admin, you must already know that the chgrp, chmod, and chown commands are the most powerful and most used terminal commands. Conventionally, the chgrp command is run with the sudo or root privilege in the system, but if you’re the owner of that particular file or directory, you can execute the change group command as well. The most common usages of the change group command are installing a new package in the group, moving one file to another directory from the user group, and editing a non-read/writable file. This chgrp command can be very much handy and a life savior in critical situations.

    • Wine or Emulation

      • 9to5LinuxDXVK 1.10 Adds More Improvements for God of War, GTA IV, Quantum Break, and Other Games

        DXVK 1.10 is here about five weeks after DXVK 1.9.4 with a plethora of performance improvements and fixes for some of your favorite games, including Age of Empires 2: Definitive Edition, Anno 1800, ArmA 2, Assassin’s Creed: Origins, Black Mesa, Elex II, Final Fantasy XIV, God of War, GTA IV, Nier Replicant, Quantum Break, Resident Evil 0, Resident Evil 5, Resident Evil 6, Resident Evil: Revelations 2, The Evil Within, and Total War: Warhammer III.

      • GamingOnLinuxDXVK v1.10 and VKD3D-Proton v2.6 out improving Proton for Linux and Steam Deck | GamingOnLinux

        Two vital open source projects for the Steam Deck had new releases today, with the DXVK and VKD3D-Proton layers that translate Direct3D / DirectX to Vulkan. With these two, Proton that runs Windows games on the Steam Deck and Linux desktops should see some nice improvements with a future release. I won't go over all the changes, as it's aimed at quite a technical audience but for us regular users here's a few highlights.

    • Games

      • GamingOnLinuxValve open sources SteamOS Devkit Client for Steam Deck | GamingOnLinux

        Want to develop for the Steam Deck / SteamOS and get testing? Now it's a whole lot easier, as Valve has now put up the tools needed under open source licenses. There's two projects included with the SteamOS Devkit Client and the SteamOS Devkit Service, both of which are available on their GitLab page. Setting it up, at least on Linux, was pretty painless thanks to the clear instructions so even someone like me can give it a try and see what it's like.

      • GamingOnLinuxOne Deck Dungeon gets 'optimized' for the Steam Deck

        One Deck Dungeon developer Handelabra Games Inc. announced recently that a new upgrade is available, which should make the experience on Steam Deck much nicer. "Adventure calls... but you don't always have time to spend hours optimizing your character sheet or managing your inventory! One Deck Dungeon lets you jump right in to bashing down doors, rolling dice, and squashing baddies with style. Get a full roguelike game experience, boiled down to its essence, and captured in a single deck of cards and a handful of dice! One Deck Dungeon is a dungeon crawling adventure game for one or two players."

      • GamingOnLinuxXCOM 2's multiplayer being removed but will still work on Linux and Steam Deck

        XCOM 2 developer Firaxis Games has announced that the multiplayer modes are going to be shut down, if you're using the Windows version that is. In the support article, it notes "As a heads up to the XCOM 2 community, we wanted to share that we will be retiring services for Multiplayer and Challenge Mode for the Steam version of the game". Why? Resources (money): "The decision to retire these services isn’t something done lightly, but it does allow us to refocus our resources". Planned for March 28, it's a shame but there's an interesting silver lining here. If you run Linux, or the Steam Deck, you will still be able to play it online as it also mentions how "this won’t affect XCOM 2 on console platforms, or on Mac and Linux".

      • PC Gaming Using Linux As Your OS Here's What You Need to Know - TREND OCEANS

        Traditionally, when people consider PC gaming, the overwhelming majority have only really considered Microsoft Windows as the operating system of choice. However, those thoughts are slowly changing, with Linux becoming more accepted. Experts at Steam published a hardware survey stating that more people are choosing Linux as the base for their PC gaming rig than ever before. The survey revealed that as many as 1.2 million active Linux users are currently on Steam, and that number is expected to continue to rise. Previously, gamers have strayed away from Linux mainly due to compatibility issues. Most games are only programmed to utilize the power of Direct X, which is only available on Windows. As a result, graphics card manufacturers focus their drivers on working seamlessly with Direct X, meaning that many of the games ported to work on Linux previously struggled to run as the developers intended, but that is something that is changing.

      • Plasma GameMode

        For when you are using Feral Interactive's GameMode and want some UI indication of its use.

      • GamingOnLinuxBungie has more to say on Destiny 2 for Steam Deck and it's still a no | GamingOnLinux

        Recently, I highlighted that Bungie gave a very clear no to Destiny 2 on Steam Deck. Seems a lot of people noticed and Bungie has issued an update — but it's still a no for now.

      • GamingOnLinuxSteam Deck Verified and Playable hit a thousand games | GamingOnLinux

        Just about a week after the Steam Deck formally released, we have officially hit over one thousand games that are either Steam Deck Verified or Playable. Quite a fun milestone that, however quality is better than quantity and there's been some rather curious titles that have been through verification recently.

      • Boiling Steam1000 Games On The Steam Deck Now! - Boiling Steam

        As expected it did not take too long to reach this new milestone for the Steam Deck with more than 1000 games working on the device!

      • Its FOSSEpic Games Store Now Works on Steam Deck - It's FOSS News

        Steam Deck is already making waves to enhance the game support for the Linux platform. It runs on Steam OS 3.0 (based on Arch) and features KDE Plasma. Kudos to Valve for not locking down the platform and letting users experiment with it. While it is not available for everyone, it is an exciting piece of hardware challenging handheld Nintendo Switch.

    • Desktop Environments/WMs

      • GNOME Desktop/GTK

        • LinuxiacJust Perfection Extension Now Supports GNOME 42

          The rapidly gaining popularity GNOME extension Just Perfection now has added support for the upcoming release of GNOME Shell 42. Just Perfection Extension helps you to make any changes to your GNOME Shell. You can change the visibility of almost all components of GNOME Shell, behavior tweaks and customize panels, and more.

    • Distributions

      • SUSE/OpenSUSE

        • Tumbleweed Has Six Snapshots, Leap Gets Quarterly Respin - openSUSE News

          This week was filled with good news surrounding openSUSE. On top of openSUSE Leap 15.4 reaching its beta build phase, rolling release Tumbleweed had six snapshots that updated a few networking packages and Leap 15.3 is putting out its second quarterly respin iso. The latest snapshot is 20220302. NetworkManager 1.36.0 reworked the handling of Layer 3 configurations that results in more robust behavior when addressing information from multiple sources (DHCP, manually configured, VPN) when applied simultaneously. Performance and memory should also slightly improve with the update. PipeWire 0.3.47 had a fix that removed infinite loops and the buffer size handling was fixed that made some applications stutter. Other packages to update in the snapshot were nftables 1.0.2, ruby3.1 3.1.1, xscreensaver 6.03 and a couple of Python Package Index version updates. Caching proxy squid 5.4.1 was updated in the 20220301 snapshot; the package had some code cleanup and made some visible developer changes. Window manager screen 4.9.0 eliminated a Common Vulnerability and Exposure that made a denial of service attack possible via a crafted UTF-8 character sequence; this was fixed by replacing the dropped combchar.diff. Other packags to update were autoyast2 4.4.32, yast2-trans and more.

        • openSUSE Tumbleweed – Review of the week 2022/09

          Another week, filled with snapshots, is coming to an end. Tumbleweed has been rolling full speed ahead, bringing you 6 snapshots in 7 days (0225, 0226, 0227, 0228, 0301, and 0302).

        • openSUSE Conference 2022: June 02-04 in Nuremberg, Germany – Call for Proposals | SUSE Communities

          This year’s openSUSE Conf will again be held at the Z-Bau in Nuremberg, from Friday, June 02 to Sunday, June 04. The Call for Proposals (CFP) is already open, and the submission period will close on April 14.

      • IBM/Red Hat/Fedora

        • Red Hat OfficialHow to cope when your job and hobby overlap

          Do you dream of turning your hobby into a profession so that you can earn a living while doing work you enjoy? At first glance, this seems desirable. You work 40 hours a week (sometimes even a little more). Work takes up a large part of your life. It's nice to fill this time with an activity that gives you pleasure, like your favorite hobby. For example, if you enjoy building and maintaining your media server on your home network, you might want to translate that into a career as a sysadmin.

        • Red Hat OfficialNew Podman features, file sharing with Samba, and more tips for sysadmins | Enable Sysadmin

          Check out Enable Sysadmin's top 10 articles from February 2022.

        • Fedora Community Blog: CPE Weekly Update – Week of February 28th – March 3rd

          This is a weekly report from the CPE (Community Platform Engineering) Team. If you have any questions or feedback, please respond to this report or contact us on #redhat-cpe channel on libera.chat (https://libera.chat/).

        • Create an Azure Red Hat OpenShift cluster in less than 5 minutes | Red Hat Developer [Ed: Red Hat is once again shilling Microsoft; imagine Ukraine's minister of defend shilling Putin]

          Microsoft Azure Red Hat OpenShift is a fully managed service of Red Hat OpenShift on Azure, jointly engineered, managed, and supported by Microsoft and Red Hat. Azure Red Hat OpenShift takes care of cluster and resource management, freeing developers to focus on developing new services (see Figure 1). The service offers a highly available control plane with fully managed master and application nodes—no virtual machines to operate and no patching required. Azure Red Hat OpenShift is backed by the expertise of site reliability engineers throughout the world.

        • Enterprisers ProjectIT leadership: 3 tips to nurture IT talent

          Huge financial incentives are commonplace in the skill-hungry tech sector as a way to acquire and retain scarce talent. However, compensation on its own is neither effective nor sustainable as a staffing tactic in the long term. It’s also wasteful. This is because most organizations have a ready pool of loyal workers who, with training and support, can be a fit for many tech jobs that are going unfilled today.

        • Enterprisers ProjectDigital transformation: 3 IT culture traps that can hold you back

          A successful digital transformation strategy involves more than just technology. It also requires empowering IT teams to move digital transformation forward. This means not only replacing on-premises servers with Internet services but adopting models that free up more space for technical professionals to work creatively. This adoption doesn’t always go smoothly. To avoid additional challenges, organizations should prioritize an approach that puts IT and technologists at the heart of the business, while empowering business leaders to understand how IT works.

        • Should Fedora banish Russians as they banished Iranians?

          In 2021, Ahmad Haghighi wrote about being erased from Fedora. Matthew Miller, Fedora Project Leader, didn't follow due process or give Haghighi any reason for erasure. He just vanished, as if one of Putin's vacuum bombs had been detonated under his computer. US sanctions against Iran don't prohibit voluntary and academic pursuits, they only restrict financial relationships. The only woman to ever win the Fields medal is the Iranian academic Maryam Mirzakhani. Stanford University had no problems employing her, would Matthew Miller exclude this brilliant foreigner from Fedora just as he excluded Haghighi? Other community members have made similar pleas for racial tolerance, for example, Justin Flory's blog on Red Hat and Iran. Nonetheless, if Red Hat, Fedora and Matthew Miller are taking this hard line on people born in Iran, shouldn't they show exactly the some rudeness to developers from Russia and Belarus today?

      • Canonical/Ubuntu Family

        • UbuntuUbuntu Pro 20.04 FIPS is now available for AWS, Azure and GCP

          In the last few weeks the FIPS profile has become available for the Ubuntu Pro 20.04 images for AWS, Azure and Google Cloud Platform. The FIPS profile for Ubuntu 20.04 was already available on on premise environments through Ubuntu Advantage for Infrastructure. Ubuntu 20.04 FIPS includes cryptographic validated modules that enable organisations to run and develop applications for the US public sector and Federal government, including regulated industries such as healthcare and finance.

    • Devices/Embedded

    • Free, Libre, and Open Source Software

      • Web Browsers

        • Mozilla

          • Four-year Moziversary [Ed: Mozilla hire to turn Firefox into spyware.]

            It's my fourth Moziversary. It's been 4 years (and three days) now since I joined Mozilla as a Telemetry engineer. I joined Mozilla as a Firefox Telemetry Engineer in March 2018, I blogged three times already: 2019, 2020, 2021. The past year continued to be challenging. Except for a brief 3-week period the Berlin office stayed close, so we all continue to work from home. I haven't met (most of) my team mates in person since 2020. I hope that in 2022 I will have the chance to meet some of them again, maybe even all at once.

      • Programming/Development

        • Open source tools to introduce students to computer science

          Snap! is a tool developed as a collaborative effort between UC, Berkeley, SAP, and various other institutions and used as the primary learning tool for students and adults using the BJC curriculum to learn the foundations of computer science. The Snap! source code is fully open source and licensed under the GNU Affero General Public License v3.0. Snap! is a visual, drag-and-drop programming language that is fully browser-based and features the ability to work with first-class data types (such as integers, variables, arguments, and arrays), procedures, and continuations. This enables Snap! to be powerful enough for a serious introduction to computer science while also allowing for high accessibility through its visual, drag-and-drop nature. Since Snap! is browser-based, learners can access it from any computer, phone, or tablet without purchasing or installing additional or specialized software.

        • QtVideo capture in Squish 7.0 – feature focus

          Squish GUI Tester 7.0 is the first Squish edition to offer a unique new feature: video capture of test executions to debug and document tests. For a long time, it has been possible to capture screenshots of the desktop where AUT was running with Squish, whether automatically in case of a test failure or on-demand using API functions in scripting languages. While this helped users get an overview of the situation in AUT and on the desktop at the point of failure, it provided a rather static picture of the events.

        • Python

          • Top 5 Best Python Development Tools (IDEs) and Code Editors

            Python program editors are designed to make it easier for programmers to write and debug their programs. We have discuss, top 5 best Python development tools (IDEs) and Code editors. A huge codebase may be easily managed and deployed quickly with the help of these Python IDEs. Desktop and web applications can be created using these editors. For continuous integration, developers are use following popular Python IDEs.

          • Data conversion in Pandas dataframes: 3 approaches to try

            I have been working on data analysis for almost three years, and there are some starters that I think are essential for every data analyst using the popular Pandas library for Python. If you often do data transformations in Pandas, you know how annoying it can be to search the web for basic information every time you get started with a new dataframe. For me, one of those sore points is encoding text data. For some reason, I can never remember a good way to encode data when I need it. So, I decided to note down my three favorite ways of doing so. Let me know in the comments if you have any other alternatives.

  • Leftovers

    • Integrity/Availability

      • Proprietary

        • Pseudo-Open Source

        • Security

          • Bruce SchneierSamsung Encryption Flaw [Ed: How do you know it's not an international back door?]

            Researchers have found a major encryption flaw in 100 million Samsung Galaxy phones.

          • Threat PostSamsung Screwed Up Encryption on 100M Phones | Threatpost

            One cryptography expert said that ‘serious flaws’ in the way Samsung phones encrypt sensitive material, as revealed by academics, are ’embarrassingly bad.’ Samsung shipped an estimated 100 million smartphones with botched encryption, including models ranging from the 2017 Galaxy S8 on up to last year’s Galaxy S21. Researchers at Tel Aviv University found what they called “severe” cryptographic design flaws that could have let attackers siphon the devices’ hardware-based cryptographic keys: keys that unlock the treasure trove of security-critical data that’s found in smartphones.

          • QtSecurity advisory: QLockFile, QAuthenticator, Windows platform plugin [Ed: Microsoft Windows TCO]

            Recently, the Qt Project's security team was made aware of an issue regarding Qt's usage of LoadLibrary in a few locations and determined it to be a security issue on Windows only.

          • Reproducible Builds (diffoscope): diffoscope 207 released

            The diffoscope maintainers are pleased to announce the release of diffoscope version 207. This version includes the following changes:

            * Fix a gnarly regression when comparing directories against non-directories.
              (Closes: reproducible-builds/diffoscope#292)
            * Use our assert_diff utility where we can within test_directory.py
            

          • LWNSecurity updates for Friday

            Security updates have been issued by Debian (varnish), Fedora (barrier and polkit), openSUSE (bitcoin, conmon, libcontainers-common, libseccomp, podman, firefox, nodejs-electron, nodejs8, php7, and webkit2gtk3), SUSE (conmon, libcontainers-common, libseccomp, podman, cyrus-sasl, expat, firefox, nodejs8, php7, tomcat, and webkit2gtk3), and Ubuntu (containerd).

          • VideoEnterprise Linux Security Episode 20 - Cloud Governance - Invidious

            Cloud Computing is all the rage these days - but what happens when a company moves to the cloud to quickly? While cloud computing can be a very rewarding technology, it can also get out of hand quite quickly.

          • CISATrailer Power Line Communications (PLC) J2497 [Ed: Proprietary software in its full glory]

            Exploitable remotely/low attack complexity



Recent Techrights' Posts

Microsoft Windows "Market Share" Measured Around 2.7% in Iraq, Plunges to 6.5% in Saudi Arabia
Microsoft isn't on the agenda in Iraq
Video: The Rise of GNU/Linux and Free Software as Seen by RMS in 2004
DTP's founder argued that when Windows goes below 85% "market share", it'll lose its grip in the monopoly sense
When (Almost) One-Man Operations Are Disguised as Medium-Sized Companies
the CEO hides in the US (hiding from his ex-wives, 4 daughters from those wives, and Sirius staff that he defrauded)
Microsoft Actually in Trouble, Microsofters Unable to Obey Judges' Orders
For the second time in a week, Microsofters are unable to obey orders
Over at Tux Machines...
GNU/Linux news for the past day
 
Next Month 'New Techrights' Turns Two
Next month, on the fourth week, it'll be 2 years since the migration
Operating Systems' Statistics in New Zealand: GNU/Linux Up, Windows Down to All-Time Lows
Remember all this when the media says that Microsoft became like 10 times more valuable in those 15 years (from 400 billion to 4,000 billion in alleged "worth")
GNU/Linux Share in Sweden Has Doubled Since PewDiePie, A Swede, Recommended It
months ago he moved to GNU/Linux, then told others to consider doing the same
GNU/Linux Hits Record High in Portugal
GNU/Linux picking up in Portugal
Gemini Protocol is Not Dying, It's Growing
When people say things like "Gemini Protocol is dying" the data does not support them
GNU/Linux is Thriving This Summer
It is meanwhile acknowledged, even by Microsoft pushers, that many GNU/Linux PCs will get sabotaged next month
The End of Microsoft's Reign in Spain: Windows Falls to All-Time Lows in Spanish Web Traffic
Windows sank to new lows in Spain
The Bots Never Sleep: In The Weekends, Slopfarms Dominate Google News, Majority of Entries in Google Are Fake Articles About 'Linux'
Google is fast becoming an ocean of plagiarism; the same goes for Google News, which was supposed to have extra quality control
Russia's Yandex Has Caught Up With Bing in Terms of "Market Share"
Microsoft has been firing loads of Bing workers for over 2 years already
Canada: GNU/Linux Up to Records Highs, Windows Down to Record Lows
Microsoft already announcing some plans to shut down Vista 11
Gemini Links 02/08/2025: Transducers in Typed Racket and American ISPs
Links for the day
Links 02/08/2025: Microsoft Already Kills Vista 11 SE, Smartphone Sales Down, Truth Gets "You're Fired!" in the US
Links for the day
Russia: GNU/Linux Rises to Highest Adoption Level Since Invasion of Ukraine
Moving up in the north
Microsoft's Latest Financial Report: We "Gained" 300 Million Dollars in "Goodwill" and Liabilities Grew by 32 Billion Dollars
Microsoft's debt has reached an all-time high
The Register US = The Register MS
Formerly The Register UK
Weeks After Microsoft Shut Down Its Operations in Pakistan Windows Falls to All-Time Lows
Only less than a month ago it was quietly revealed, based on laid-off staff, that Microsoft shut down in Pakistan
Criminal Behaviour is the Standard Operating Procedure at Microsoft
In the future I'll be able to tell how, when dealing with SLAPPs from Microsofters, their Microsoft services failed me and sometimes even blocked my contacts
GNU/Linux Rises to All-Time Highs in Europe
many people will get fired for buying Microsoft
All-Time Highs for GNU/Linux on the Client Desktop/Laptop, Based on Steam Survey
GNU/Linux rose to 2.89% in Steam
Links 02/08/2025: Blaugust 2025 and "Russia Declares Navalny Memoir ‘Extremist’"
Links for the day
Free Software is Not a Business Model
Go ahead, ask your friend, "how do you plan to monetise your children?"
LLM Slop Harms Real Literature, Real Web Sites, Real Journalism
LLM slop is a parasite and it'll run out of legitimate outputs
Upcoming OSI Scandal Series
The OSI is a rogue actor because it serves Microsoft in exchange for money
Slopwatch: The Issue Persists, But the Consensus in the Media Changes as Google Enrages It With LLM Plagiarism
We've meanwhile assessed the latest output from Linuxiac
IRC Proceedings: Friday, August 01, 2025
IRC logs for Friday, August 01, 2025
Links 02/08/2025: İstanbul Retail Inflation Reaches 42.48%, US FBI Opens Office in New Zealand
Links for the day
Gemini Links 02/08/2025: ZFS, LLM Hype, and Fake Modules
Links for the day
Links 01/08/2025: Health, Conflict, and Attacks on Freedom of the Press
Links for the day
Microsoft's Debt Exploded by 15.4 Billion Dollars in the Past 9 Months Alone (Despite All the Layoffs)
As of minutes ago, at 6PM on a Friday, the numbers are made public
Meeting (Webchat) With Maria Arranz Gomez, Florian Grundies, Jürgen Janda and Konstantinos Kortsaris Confronts EPO Management About Breaking Promises and Crushing Workers
The lack of consistent messages suggests plans other than what's advertised and the lack of consultation (secrecy) likewise
Links 01/08/2025: "The Great British Firewall" and U.S. Army Sponsors Palantir
Links for the day
For Second Day in a Row, Top Story in The Register MS is "Microsoft Says"
The editor in chief exercises control over everybody else
LLMs as Attack Method Against Free Software and Programming
DDoS in "hey hi" (slop) clothing
Stability and Reliability, Backward Compatibility
I don't fancy relying on social control media as "sources"
What "the News" Looks Like in 2025
The "says" (or "sez") phenomenon
History Will Be Distorted, Sometimes Intentionally, Under the Guise of Intelligence (Manipulated/Curated Slop)
Militarised misinformation or military-grade chaff is a national security threat, even domestically
Financial Engineering Companies: A Company Worth 4 Trillion Dollars Would Not Borrow 100+ Billion Dollars at Interest Rates Like Today's
Many headlines perpetuate the lie Microsoft had just 2 waves of layoffs
Microsoft is Googlebombing "Linux" While Paying Former News Sites to Publish SPAM
How much lower will IDG sink?
Google as a 'Bullshit Generator' Disguised as Intelligence
It'll probably cause Google to get sued a lot, both by individuals and companies
As Expected, Google in the UK Now Experiments With Slop Instead of Web Search
At this point more people ought to stop and think: Does Google's search engine deserve trust?
The Data You Don't Give Away is Your Advantage
stop sharing data that does not need to be shared
Being Obedient or Doing the Right Thing
The world always changes for the better because of people who think "Outside the Box", not the cogs
Gemini Links 01/08/2025: Happy Hacking Keyboards and New Gemini Arrivals
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, July 31, 2025
IRC logs for Thursday, July 31, 2025
Sabotaging Linux on Behalf of Microsoft With UEFI 'Secure' Boot (De Facto Remote 'Kill Switch'), Then Defaming, Stalking and Harassing Critics of 'Secure' Boot for 12 Years, Then SLAPPing Their Spouses and Them
The sorts of stubborn lunatics we've been dealing with
Moving on in Techrights, Geeks Gonna Geek
In the coming weeks we plan to focus (as we explained last week) on patents, GNU/Linux issues, and the occasional philosophical essays
Slopwatch: Google News Has Lost the Plot
Almost the majority of articles returned for "Linux" are fakes
Links 31/07/2025: Australia Restricts YouTube Access, Personal Privacy at Risk
Links for the day
Links 31/07/2025: Spotify Collapses and Spotify Now Forcing Some Users to Undergo Face-Scanning
Links for the day
A Lot of Supposedly "Successful" Businesses Are Just Debt-Racking Vessels Without Any Prospects of Financial Sustainability
The probability of bankruptcy of any business is more than 0%
theregister.com: The Voice of Microsoft US?
It basically sold out
Yes, You Can Love and Adore Things Whilst Also Criticising Them
Is society being divided and groomed/primed to be resistant to constructive criticism?
Links 31/07/2025: War in Ukraine, Security News, and Cyberattacks Against Journalists on the Rise
Links for the day
Gemini Links 31/07/2025: Fake Money and Gemini Diaries
Links for the day
An Illusion and Cult Worship of Magnitude (Ubiquity as "Victory")
GNU has been around for over 40 years and it'll likely continue to exist for another 40 (in some form)
Google: From Pointing to Relevant Sites to Pointing to Social Control Media to Actually Parroting Social Control Media as "Facts"
Google has become a misinformation company
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, July 30, 2025
IRC logs for Wednesday, July 30, 2025