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

Techrights Should be Even Faster Now
We're now better off
Richard Stallman (RMS) Gave 3 Talks in India in Less Than a Week
In India this month we've not seen a single negative comment about RMS
Microsoft Mass Layoffs Without Severance Pay Reported Hours After Microsoft Reported Weak Numbers and Microsoft Stock Fell
Microsoft has a bloodbath this month
Another Slew of Fake Articles About 'Linux' and 'Security' From Brittany Day at linuxsecurity.com (Spamfarm/Slopfarm)
linuxsecurity.com is basically a pariah and parasite. It lessens the incentive to write real articles about "Linux" by generating fake ones to outrank the originals.
IBM: Many Thousands of Layoffs in 2025
If 2025 is expected to be the same, then perhaps about 20,000 IBM workers will no longer be there
 
Gemini Links 31/01/2025: "Bulletin Buble" and "Why Blog?"
Links for the day
Static Site Generators (SSGs) Pay Off: Vastly Faster Sites, Much Smaller Hosting Bills
success story for SSGs
Of Note: Linux Foundation Has Already Let Linux.com Rot for About 4 Months (No Activity)
there's no campaign aside from marketing spam there
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, January 30, 2025
IRC logs for Thursday, January 30, 2025
Indian Data Biases statCounter For or Against "Linux"
In statCounter, the GNU/Linux increases and decreases are deeply tied to what it does with data collected in India
The Corporate Media Pretends That Facebook ("Meta") Has Performed Well, But Its Debt Doubles Every 2 Years Despite Mass Layoffs
That same media also helps parrot misleading financial claims
Microsoft's Debt Surged by More Than 6,000,000,000 Dollars in Just 3 Months
numbers released hours ago
The Sheer Irony of Microsoft Proxy Accusing Others of 'Stealing'
Wherever DeepSick's data came from, Microsoft (or its proxy) is in no position to issue criticism.
The Difference a Decade (and GAFAM Money) Makes
Credibility cannot be purchased
[Meme] The Free Software Foundation (FSF) Has Critics Because Its Message is Effective
Applying to others the same standards one is willing to violate?
The Free Software Foundation (FSF) Raised $422,000 (Another $22k in the Two Weeks After Campaign Ended), Proving That Truth and Justice Tend to Find a Way
10,000+ dollars a week even without campaigning for more funds
Faking Revenue Increase by Buying Your Own Products and Services (Through Scams and Scammers Like Scam Altman)
Is this what society deserves? Media that instead of exposing corruption has chosen to participate in it and profit from it?
Links 30/01/2025: Fentanylware (TikTok) Causes Deaths, FBI Seizes Domains
Links for the day
Gemini Links 30/01/2025: Action vs Inaction, Gopherholes, and More
Links for the day
Links 30/01/2025: Microsoft Wants Convicted Felon to Give Fentanylware (TikTok) to It (After Making a Phonecall Asking for That in 2019), "Moving Away From Google's Ecosystem"
Links for the day
Jack M. Germain (LinuxInsider) Seems to Have Turned to LLM Slop, Graphics Slop, and B2B SPAM
LinuxInsider is barely active anymore
Links 30/01/2025: Amazon Layoffs and DeepSeek Panic
Links for the day
Gemini Links 30/01/2025: Chaos Reigns, E-mail, Searching
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, January 29, 2025
IRC logs for Wednesday, January 29, 2025
Google: Your Only Option is Google YouTube (Coming Soon: Mandatory DRM and Attestation?)
Digital Restrictions (DRM) to follow? Only for "approved" (attestation) browsers?
Mastodon Was Always Biased (Just Like Twitter After Abandoning Chronological and Neutral Timelines in Order to Become More Like Facebook)
So bury-brigading and click-farming control what people see
Certificate Authority Let's Encrypt Falls to Only 0.4% of the Total in Geminispace
Geminispace does not need to outsource trust
The Munich-Based EPO is Still Using a Platform That Promotes the Far Right and Rehabilitates Nazism
Active Twitter account
Links 29/01/2025: Dismantling Public Health in the US, Air Busan Plane Up in Flames (South Korea's Air Disasters Streak)
Links for the day
Announcements and Administrivia
This week we're going out for two days in a row to celebrate an achievement that's very respectable
Gemini Links 29/01/2025: Japan, GTD, and More
Links for the day
Sir, Yes, Sir. The Life of EPO Patent Examiners.
If working for the EPO makes it harder to sleep at night, take action
How the EPO Pressures Staff Into Minting More Monopolies (Patents), Even Illegal Ones That Harm Europe and Ultimately Dismantle the Rule of Law
insights into the pressure examiners are under
LLM Slop Machines Are Not a Win for "Open Source" and If They Get Cheaper, It's Even Worse
If some program that claims to be "Open Source" pollutes the Web with fake articles (Microsoft SPAM and fake "Linux" articles), whose win is it?
Links 29/01/2025: Data Privacy Day and Growing Tensions in Europe
Links for the day
Nazi Twitter (aka "X") Became a Troll Site That Lets People Buy a Blue Tick While Its Boss Actively Promotes Neonazi Politicians
the intellectual level of people who infest the Web through "Twitter" or "X"
This is Why They're So Afraid of Richard Stallman (He Tells People the Correct History)
Then they post about it to Microsoft's LinkedIn
Richard Stallman Speech in Bengaluru, "Silicon Valley of India"
62 years have passed since his "young nerd" days and he's still at it
Claim: Facebook Deletes Posts of IBM Red Hat Critics
As always, follow the money (advertisers)
Links 29/01/2025: Climate Crisis and "It’s time for the Xbox to fade away" (Microsoft Lose)
Links for the day
Links 29/01/2025: Buying Groceries During a Trade War, Political 'Retro'
Links for the day
More Illegal Patents at the EPO, Legality of Granted European Patents No Longer Matters to the Office
breaking the law for profit
Network Improvements Tomorrow
"Network maintenance" down in London
Sharing is Caring (But Advocating Copyleft Makes You a "Target")
GPLv3 does not close all the loopholes which the "Affero" helps close
Articles About Free Speech at Facebook
'Facebook vs Linux' story is now receiving a lot more media coverage
We Were Right About stallmansupport.org Making an Error by Joining Social Control Media. mastodon.social Suspends stallmansupport.org.
From what we can guess, accounts can be banned by some oversensitive admin or a mob of users ("bury brigades")
"Latest Technology News" in BetaNews Still LLM Slop and SPAM Composed by LLMs (It's Basically a Spamfarm Disguised as a News Site)
Only a fool would visit BetaNews in search of actual news
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, January 28, 2025
IRC logs for Tuesday, January 28, 2025
The EPO's Corruption, If It Remains Untackled, Helps the Far Right and Enemies of European Unity/Solidarity
Do not negotiate with evil
The Web, Including Wikipedia, Gets Filled With Lies About Bill Gates, Added by Bill Gates and His PR Team
Of course Wikipedia is funded by Gates
Facebook Banning Linux Sites (or People Who Link to Linux Sites) is Another Symptom of the Web's Demise
The state of media on the Web is really bad; Social Control Media amplifies the badness, as Facebook serves to show
Gemini Links 29/01/2025: Neovim Telescope and Writing Less
Links for the day