Bonum Certa Men Certa

Links 11/08/2022: PostgreSQL Beta 3 Releases



  • GNU/Linux

    • Audiocasts/Shows

    • Instructionals/Technical

      • HowTo ForgeHow to Install Let’s Chat on Ubuntu 22.04

        Let’s Chat is a free, open-source, and persistent messaging application that runs on Node.js and MongoDB. It is designed for small, intimate teams that offer a rich set of features such as LDAP/Kerberos authentication, a REST-like API, and XMPP support.

      • VideoHow to install Moshi Moshi Rewritten on Pop!_OS 22.04 - Invidious

        In this video, we are looking at how to install Moshi Moshi Rewritten on Pop!_OS 22.04.

      • Linux CapableHow to Install Monit on Ubuntu 22.04 LTS

        Monit is an open-source utility program that manages and monitors resources and services on Linux systems. Some services and resources managed by Monit are CPU usage, memory usage, server uptime, network connections, and server applications services. It also ensures that all running services are always healthy by restarting services that stop or encounter operating errors. These errors can be caused by many things, such as a power outage or a service crash. Monit can help prevent downtime and keep your system running smoothly by monitoring and managing these resources.

        Additionally, Monit can be configured to send alerts if certain conditions are met, such as high CPU usage or low free memory. This allows you to take action quickly if something goes wrong. Monit is a valuable tool for keeping your Linux system up and running.

        In the following tutorial, you will learn how to install Monit on Ubuntu 22.04 LTS Jammy Jellyfish using the version direct from Ubuntu’s repository and how to configure Monit to be accessible from your browser using the command line terminal.

      • How to install Monit 5 on Fedora 36 – NextGenTips

        In this tutorial, we are going to learn how to install Monit 5 on Fedora 36.

        Monit is a small open source utility for monitoring and managing Unix systems. It performs automatic maintenance whenever there is downtime in your system.

      • H2S MediaHow to install KDE Plasma Desktop on Fedora Linux - Linux Shout

        Learn the steps to install KDE Plasma 5 Desktop on Fedora 36 workstation desktops and other previous versions such as 35, 34… to get a beautiful alternative to the system’s default GNOME 42 Desktop.

        Fedora plays a not negligible contribution to the Red Hat value chain. It is not meant to generate revenue but instead gives the right direction to the future versions of RHEL. It is an experimental ground for Red Hat. Fedora is allowed to experiment with new technologies, which is why it offers a wide range of packages directly to install using the default system repo. It is more friendly than Redhat and its based distros such as CentOS, Oracle, Rocky, and Almalinux.

        So Fedora can be liked not only by developers but also by desktop users. It brings very new packages and technologies. However, it is not a Cup of tea for those who want a long-term supported Linux. Because you have to perform regular system upgrades as it releases new versions every six months and at the same time three versions are maintained for a short time, whereby the oldest and the latest version only have short-term support.

      • Linux Made SimpleHow to install the Brave Beta Browser on a Chromebook

        Today we are looking at how to install the Brave Beta Browser on a Chromebook. Please follow the video/audio guide as a tutorial where we explain the process step by step and use the commands below.

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • Midichlorians in the blood: Summer Releases

          The first two applications, kmetronome and kmidimon, are now over fifteen years old and are only available for Linux. These two new versions are simply bug fixes, with no new features. But it is interesting to note that in FlatHub they are already based on Qt6 and supporting both Wayland and X11, although the packages in AppImage format still use Qt5. The chances of finding these applications in the official repositories of Linux distributions are slim. In fact, kmidimon was removed from the official Debian repositories with some lame excuse, and it is unlikely to be included again. I can't do anything about it, so please: direct complaints where they belong. Or use the new available distribution formats or the unofficial repositories, like Debian Multimedia, which includes the three mentioned applications and many others.

          The other app, dmidiplayer, is much newer and cross-platform. It is the successor to Kmid2, the KDE karaoke application that I rewrote many years ago. In this new version the most remarkable new feature is the persistent configuration of the songs. This is a feature that was already present in the old Kmid2 and that allows you to store the tempo, general volume, pitch transposition, and MIDI channel settings for each song, which will be applied when it is played again in the future. The other novelty is the individual volume adjustment for each MIDI channel, something that was not possible in Kmid2.

  • Distributions and Operating Systems

    • New Releases

      • The Register UKSystem recovery solution Rescuezilla 2.4 released ● The Register

        Version 2.4 of Rescuezilla - which describes itself as the "Swiss Army Knife of System Recovery," - is here and based on Ubuntu 22.04.

        Rescuezilla is a fork and continuation of the Redo Backup and Recovery project. "Redo" went quiet after 2012, with no new releases until 2020. So, in 2019, the developers behind Rescuezilla forked Redo, updated it, and continued development.

        Since then, the older project has come back to life. A hostile third party had bought its domain name, so rather than pay the typo-squatters' ransom, its developers simply renamed the project to Redo Rescue and restarted work under the new name. (The old URL, which we won't link to, now redirects to an advertising site – so you should probably avoid it.) It looks like Rescuezilla is a friendly fork, inasmuch as the maintainers of Redo Rescue actually link to it. (Good on them!)

        RedoRescue is in active development once again: there's a new version 4.0, based on Debian 11, released in October 2021, although the website still describes version 3 from 2020. Even so, Rescuezilla is a little more modern still. It's now based on Ubuntu rather than Debian, and version 2.4 updates this to Ubuntu 22.04.

    • BSD

    • Fedora Family / IBM

      • Make Use OfFedora Silverblue vs. Workstation: 6 Major Differences Between the Two Distros

        Fedora Silverblue is a rapidly maturing version of Fedora Linux that may come to replace Fedora Workstation as the default version someday. On the surface, Fedora Silverblue looks the same as Fedora Workstation; both provide the GNOME desktop and a similar set of apps.

        So what sets Fedora Silverblue apart from Fedora Workstation, and why is it generating such excitement among a corner of the Linux community? The differences are primarily under the hood, and they are a drastic rethink of how to build a Linux distribution.

      • The Register UKA fix for legacy issues around Red Hat crypto ● The Register

        If you're running a mixture of new and old RHEL versions, you may have problems SSHing from new to old. Luckily, someone has worked out a handy way around it.

        The issue is relatively simple: the default security settings in RHEL 9 mean that you can't open an SSH connection to a machine running RHEL 6 or older, which use the deprecated SHA-1 encryption algorithm. There are other, related issues as well: the inability to upgrade old RPM packages that are signed with SHA-1 signatures, or for Firefox to connect to an HTTPS server that uses a very old version of the protocol.

      • VideoPartner Executive Video: Red Hat and Kyndryl Partnership - Invidious
      • Common GLib Programming Errors, Part Two: Weak Pointers – Michael Catanzaro's Blog

        This post is a sequel to Common GLib Programming Errors, where I covered four common errors: failure to disconnect a signal handler, misuse of a GSource handle ID, failure to cancel an asynchronous function, and misuse of main contexts in library or threaded code. Although there are many ways to mess up when writing programs that use GLib, I believe the first post covered the most likely and most pernicious… except I missed weak pointers. Sébastien pointed out that these should be covered too, so here we are.

      • Fedora ProjectFriday’s Fedora Facts: 2022-32

        Here’s your weekly Fedora report. Read what happened this week and what’s coming up. Your contributions are welcome (see the end of the post)!

        I have weekly office hours on Wednesdays in the morning and afternoon (US/Eastern time) in #fedora-meeting-1. Drop by if you have any questions or comments about the schedule, Changes, elections, or anything else. See the upcoming meetings for more information.

      • NeuroFedoraNext Open NeuroFedora meeting: 15 August 1300 UTC

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

    • Debian Family

      • IT WireiTWire - Debian project gains control of debian.community domain

        The global IP authority has granted ownership of the "debian.community" domain name to the Debian GNU/Linux Project and decided that it should be transferred to the community Linux distribution.

        A statement from the project, which lodged a complaint about the domain name, said the decision had been taken by the World Intellectual Property Organisation under its Domain-Name Dispute-Resolution Policy.

        The panel that made the decision said it had found that "the disputed domain name is identical to a trademark in which the Complainant has rights."

        The project, an association of free software developers who produce the Debian distribution, said it was committed to the proper use of its trademarks and would take action when there was any violation of its policy.

    • Canonical/Ubuntu Family

    • Open Hardware/Modding

      • Tom's HardwareRaspberry Pi Unlocks Door Automatically with Facial Recognition | Tom's Hardware

        Automating your smart home with a Raspberry Pi is a popular idea in the Raspberry Pi community and there are plenty of unique ways to implement the SBC into various designs. Today we’re sharing another home automation-based project created by maker and developer Dillon McCardell who’s using a Pi to operate a door locking system using facial recognition known as AuraLock.

        The system works just as you would expect—it uses a camera to capture images of potential faces. If a recognized and approved face is detected, the Pi will trigger the deadbolt to unlock. Once the deadbolt has been unlocked, users can enter the room and either manually lock the door or do so using the corresponding mobile application.

      • Tom's HardwareRaspberry Pi Home Assistant Runs on Old Sony TV-511 | Tom's Hardware

        If there’s one thing a Raspberry Pi is good for, it’s enhancing hardware with more features than you can shake a stick at. This project, created by Telefrag Entertainment, does just that. It’s using a Raspberry Pi to power his custom home assistant system (opens in new tab) using Jarvis—a Python-based voice assistant application that integrates artificial intelligence to interpret commands.

        This home assistant project stands out as it uses an old Sony TV-511 television for video output. This old TV is both small and big at the same time. Having been released in the 1970s, the Sony TV-511 is not a large TV, but it’s much thicker than TVs you’ll find today. According to Telefrag Entertainment, he picked it up on eBay before turning it into this home assistant display.

      • Tom's HardwareHow to Build Your Own 3D Printed Raspberry Pi Robot (Updated) | Tom's Hardware

        Building your own robot is one of the most satisfying things you can do. It combines mechanical, electrical, and programming skills together in a way few projects do.

        I’ve been building robots for a couple of years now and love to expand my knowledge and skills by using different controller boards, motors, wheels, and sensors to detect the world around the robot.

  • Free, Libre, and Open Source Software

    • Ariadne ConillSo you've decided to start a free software consultancy... | Ariadne's Space

      Recently a friend of mine told me that he was planning to start a free software consultancy, and asked for my advice, as I have an extensive background doing free software consulting for a living. While I have already given him some advice on how to proceed, I thought it might be nice to write a blog expanding on my answer, so that others who are interested in pursuing free software consulting may benefit.

    • SaaS/Back End/Databases

      • PostgreSQLPostgreSQL 14.5, 13.8, 12.12, 11.17, 10.22, and 15 Beta 3 Released!

        The PostgreSQL Global Development Group has released an update to all supported versions of PostgreSQL, including 14.5, 13.8, 12.12, 11.17, and 10.22, as well as the third beta release of PostgreSQL 15. This release closes one security vulnerability and fixes over 40 bugs reported over the last three months.

      • PostgreSQLPostgreSQL: pg_partman 4.7.0 released

        PostgreSQL Partition Manager (pg_partman) v4.7.0 has been released.

        IMPORTANT REQUEST: A topic has been opened on the github page to discuss the future development of pg_partman and support for trigger-based partitioning. A plan is currently in place to begin dropping trigger-based support upon the EOL for PostgreSQL 10 on November 10, 2022. Feedback is requested for use-cases that could potentially change these plans and continue supporting trigger-based partitioning until native partitioning better supports them.

    • Programming/Development

      • Migrating from vscode to vim €· 🤠 Major Hayden

        Every Linux user experienced at least one “battle of the text editors” once in their lifetime. I even participated in a few! Text editors form the foundation of nearly every Linux user’s workflow. You need to use one eventually, whether for quick configuration file edits, developing software, or writing blog posts in markdown (like this one)!

  • Leftovers

    • IT WireiTWire - Global EV sales rise to 4.2m in 1H22, China tops take-up

      Global sales of electric vehicles totalled 4.2 million in the first half of 2022, a 63% increase year-on-year, the technology analyst firm Canalys says, adding that this included battery electric vehicles and plug-in hybrid electric vehicles.

      The firm found that while many new EVs had been launched during the first six months of the year, supply lagged and long wait times for delivery were common.

      China was the leader in take-up during the period in question, with 2.4 million EVs delivered, equating to 26% of the total passenger cars and a rise from 10% year-on-year.

      The delivery figures were much smaller for Europe (1.1 million – 20% of all passenger cars) and the US (414,000 – 6% of passenger cars).

    • Science

      • IEEEBaidu’s PaddlePaddle Spins AI up to Industrial Applications

        TensorFlow, PyTorch, and Keras: Those three deep-learning frameworks have dominated AI for years even as newer entrants gain steam. But one framework you don’t hear much about in the West is China’s PaddlePaddle, the most popular Chinese framework in the world’s most populous country.

        It is an easy-to-use, efficient, flexible, and scalable deep-learning platform, originally developed by Baidu, the Chinese AI giant, to apply deep learning to many of its own products. Today, it is being used by more than 4.77 million developers and 180,000 enterprises globally. While comparable numbers are hard to come by for other frameworks, suffice to say, that’s big.

    • Security

      • Bruce SchneierHacking Starlink - Schneier on Security

        This is the first—of many, I assume—hack of Starlink. Leveraging a string of vulnerabilities, attackers can access the Starlink system and run custom code on the devices.

      • NSA’s Kubernetes Hardening Guidelines and Pod Security [Ed: NSA is a proponent of back doors, not security]

        I previously asked (and answered) the question, What Are the NSA K8s Guidelines and Why Should You Care? I suggested that the first step to compliance is to understand your Kubernetes environment. The next step is to review the five categories and start somewhere!

      • Privacy/Surveillance

        • IEEEAmazon to Acquire iRobot F​or $1.7 Billion

          This morning, Amazon and iRobot announced “a definitive merger agreement under which Amazon will acquire iRobot” for US $1.7 billion. The announcement was a surprise, to put it mildly, and we’ve barely had a chance to digest the news. But taking a look at what’s already known can still yield initial (if incomplete) answers as to why Amazon and iRobot want to team up—and whether the merger seems like a good idea.

    • Environment

      • Energy

        • Michael West MediaBeetaloo, Scarborough, Labor lockstep with Coalition on high emission gas projects - Michael West

          Will the change of government reset the dial on Australia’s planet-endangering projects? Beetaloo gas fracking, Barnaby Joyce’s petrochemical plant, Scarborough. Australians may soon get the sinking feeling that little has changed from the Morrison-Joyce fossil-fuel spree, writes Callum Foote.

          Australians heard a lot about the climate crisis during the election campaign. And last Wednesday the Albanese government won sufficient cross-bench support to get its 2030 emissions reduction ”floor not a ceiling” target of 43% through the Senate. But when it comes to big polluting projects, it seems that not a lot has changed.

          Consider the evidence. The Albanese government is continuing the Coalition government’s legacy when it comes to gas, a recommitment to Barnaby Joyce’s $1.5 billion port of Darwin petrochemical precinct, continuing the fracking of the Beetaloo Basin in the Northern Territory and refusing to impose windfall profit taxes

    • Finance

    • Censorship/Free Speech

      • IT WireiTWire - Australian media reaction to Chinese envoy's speech baffling

        The reaction of the Australian media to an address by the Chinese envoy at the National Press Club in Canberra on Wednesday is quite baffling, given that most of what he spoke about has been known for the last 50 years.

        Xiao Qian's statements have been interpreted as rude, chilling, scary etc but the essence of what he said — China's stance on Taiwan — has been codified in print since the US changed its stand on relations with the mainland and switched from recognition of Taiwan in 1972.

        The understanding at that time was that Taiwan was a province of China and that the US would have a one-China policy that did not afford diplomatic recognition to Taiwan. About 180-odd countries have the same stance on Taiwan and hence the almighty uproar about Xiao's remarks are extremely difficult to comprehend.

      • AccessNow#KeepItOn in Somaliland: authorities cannot quash public protest and access to information - Access Now

        Access Now and the #KeepItOn coalition condemn the ongoing internet blackout imposed by authorities in Somalia’s self-declared Republic of Somaliland, in a knee-jerk reaction to protests against the postponement of the presidential election.

        “Shutting down the internet in times of political instability and unrest fuels crisis and conceals human rights violations against people,” said Felicia Anthonio, #KeepItOn Campaign Manager at Access Now. “Whenever the internet is shut down during high tension moments, lives are endangered. This flagrant abuse of power in Somaliland cannot be condoned in any way.”

      • AccessNow#KeepItOn in Sierra Leone: the government must stop wielding internet shutdowns for political control - Access Now

        Sierra Leone authorities must ensure an open and accessible internet at all times, and especially during political instability.

        On Wednesday, August 10, an anti-government protest erupted in Freetown, Sierra Leone, responding to the rising cost of living. The protest escalated quickly into violence with reports of an unspecified number of deaths including police. During the protest, a nationwide internet shutdown was documented for nearly two hours from 12:00 to 14:00 local time.

        “This outrageous trend of governments flipping the kill switch in times of protests is increasingly alarming and cannot be allowed to become the new norm,” said Felicia Anthonio, #KeepItOn Campaign Manager at Access Now. “Authorities in Sierra Leone must be held accountable for shutting down the internet in order to quell the ongoing protests in the country rather than trying to pass it off as suspiciously-timed ‘maintenance’ activities.”

  • Gemini* and Gopher

    • Personal

      • A New Job and Marketabilit



        After over five years with my current employer, I've decided to accept a new job. I've already given notice to my manager, and my last day will be in just under two weeks.

        The job is an IT job, quite similar to the work I do now, but the company works in the aviation industry. I have had a great passion for aerospace my entire life, and I am indescribably excited to have an opportunity to finally contribute to the field, even if indirectly.

    • Politics

    • Technical

      • Don't use DuckDuckGo

        Previously, the title was "On DuckDuckGo" which was less inflammatory. However, as I continued to do research for this article, my opinion on DDG continued to worsen.

        For the most part, DDG is the de facto "mainstream" search engine recommended by privacy advocates. It's the default search engine in Tor browser, continues to be recommended by PrivacyGuides and despite their missteps (privacy failures with their mobile browser and Microsoft trackers), it continues to resist criticism in the PrivacyGuides community. The search results are "good enough" for most usecases.

        So what motivated me to write this article? I noticed a peculiar thing where I was getting geographically relevant search results for unrelated search terms (see image below). For example, a search term containing "map project" for a video game would give me search results for my local city/state website that had the word "project" in it.

      • Using Borgmatic with Snapper

        Previously I talked about going full BTRFS. Fedora has incrementally following in openSUSE's footsteps and has not only adopted BTRFS but plans on integrating snapshots as well. However the proposal never went anywhere. So far you can install python3-dnf-plugin-snapper and snapper today. The former takes snapshots prior to and after installing packages. However, due to Fedora's default filesystem layout, some changes need to be made.


* Gemini (Primer) links can be opened using Gemini software. It's like the World Wide Web but a lot lighter.



Recent Techrights' Posts

Who Asked Software in the Public Interest (SPI) for a Refund? ($100,000, Resulting in Losses of $267,201 in 12 Months, Highest-Ever Losses)
The IRS does not reveal who or what's tied to this refund (or the cause/reason)
"Cloud Computing" Was Always a Joke, But This Week Was the Punchline
Maybe stop following tech trends and fashions
 
Mysterious grant forfeited, $100,000 from Software in the Public Interest accounts 2023
Reprinted with permission from Daniel Pocock
Evidence: bullying, student union behaviour: Armijn Hemel's FSFE resignation
Reprinted with permission from Daniel Pocock
Evidence: psychological abuse, stalking, Galia Mancheva, Susanne Eiswirt ignored by FSFE judgment for Matthias Kirschner
Reprinted with permission from Daniel Pocock
Helping FSFE scam victims and conference organisers
Reprinted with permission from Daniel Pocock
Nigerian fraud in FSFE constitution
Reprinted with permission from Daniel Pocock
Worrying and Amusing Stories of "Clown Computing" Gone Awry
Many of these disasters could be avoided
Some Large German Media Covers Richard Stallman's Talks in Germany Earlier This Week
LLM-based chatbots are just "bullshit generators" (as he has long called them)
Links 22/10/2025: Amazon Plans to Replace Workers With Robotics, AWS and Clown Computing in General Ridiculed
Links for the day
Gemini Links 22/10/2025: Niri Completely Changes Multitasking and Overview of Diff-ers
Links for the day
Links 22/10/2025: Study on Misinformation by Slop and Heavily Debt-Sabbled Microsoft OpenAI (ClosedSlop) Uses "Browser" as Gimmick/Distraction
Links for the day
They've Already Spent Close to a Million Dollars on Lawyers and Sent Us About 50 KG of Legal Papers (Sponsored by Mysterious Third Party) to Try to Censor Techrights, Without Success
They try to overcompensate with sheer volume for a lack of solid, clear arguments (we are the victims here)
Trouble in Red Hat/IBM and a Retreat to Ponzi Economics in Search of Wall Street Market Heist
Would you invest your life savings in this kind of crap?
12 Months Ago the 'Hulk Hogan of UEFI' Officially Went 'Tag-Team'
We're actually sort of flattered or proud that such despicable people are so desperate to censor us
"Cloud Computing" Does Not Mean Safety
Fault tolerance is related to the notion of software freedom
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, October 21, 2025
IRC logs for Tuesday, October 21, 2025
The Fall of Windows: From Something to Nothing
Of course Microsoft will pretend everything is fine and "just trust the hey hi" (AI)
Sounds Like Fedora is Ready to Become Less of a Slave of Microsoft (GitHub)
This seems like a belated move in a positive direction
XBox is a Dead Microsoft Product in a Dying Industry
It's probable that another wave of XBox layoffs is just over the horizon (maybe even before month's end)
Progress on Techrights Site Search
Fun times
IBM's Bluewashing of Red Hat Means the Layoffs Are Silent, Barely Reported
Don't wait to hear about "Red Hat layoffs"
Gemini Links 21/10/2025: Happy Disconnection, AWS Falling Apart, Closing of Gemlog Blue
Links for the day
Full Audio of Today's Richard Stallman Talk in the Technical University of Munich
Free/Libre software and freedom in the digital society
Microsoft XBox is Just Vapourware (Promises of Hardware That Doesn't Exist), Real Products Perish
just as developers lose interest in developing for XBox Microsoft is increasing the costs imposed upon them
Slopwatch: Fake Articles (Slop) in "Linux" Clothing in Google News (Noise)
all about what Google does
Links 21/10/2025: Even "Inventor of Vibe Coding" Rejects Vibe Coding, USPTO Experiments With Slop in Examination
Links for the day
Richard Stallman Talk Now Available for Viewing (Archived Copy, Not Live-streamed)
This recording is over 2 hours old
Links 21/10/2025: AWS-Induced Chaos and Social Control Media Curbs
Links for the day
Gemini Links 21/10/2025: Programming, StarGrid, Brand-New Palm OS Strategy Game in 2025, and Chatbot as Addiction Mechanisms
Links for the day
The African Lion and the American Cowards
Safaris exist for people to watch and enjoy animals
Amazon Web Shenanigans Perfectly Timed for Today's Talk by Richard Stallman
Maybe listen to him instead of looking for excuses to ridicule the messenger
Mission:Libre Has Taken Off (Project by Carmen Maris)
there will be a lot more to report on next month (after the event)
Techrights to Publish More EPO Leaks Next Week
We're meanwhile also doing lots of work on search, whose interface now looks better
Links 21/10/2025: 'The Lost Art' of Neon Signs and Twitter (X) to Enable Identity Theft (or Handle Theft) as a Service
Links for the day
Plagiarism With LLM Slop: Hindustan Times (HT Digital Streams Limited) Has Become a Slop Factory/Hub
What a disgrace
A radical proposal to keep your personal data safe, by Richard Stallman
"The surveillance imposed on us today is worse than in the Soviet Union. We need laws to stop this data being collected in the first place"
Next Week We Launch Search at Techrights
We're planning to launch it some time next week. Maybe Tuesday, maybe Thursday.
Talk by Richard Stallman Will be Live-streamed in Less Than 10 Hours
Happy hacking
"No Kings" in the Software World (GAFAM Should Not Exist, Either)
"No Kings" is a good slogan. Let's start by ridding ourselves of masters, not only those who reside in DC or visit DC
Every Morning
Bugs/edge cases combined with automation can spell disaster
Insane, Deliberately Dishonest, or Just Another Bigot?
very intellectually-dishonest human being
A Lot of Techrights is Built on Perl
Perl also runs the sister site
The Register MS Selling Slop for Microsoft (Vapourware, Ponzi Scheme, False Claims)
What will be left of The Register MS if it keeps repeating falsehoods and looking to profit from Ponzi schemes?
analytics.usa.gov Says Less Than 14% of Web Requests (to Government Sites) Come From Vista 11
Vista 11 was released more than 4 years ago!
People Who Attempt to Take Down Correct Information Need a Doctor a Day
“Journalism is printing something that someone does not want printed. Everything else is public relations.” ― George Orwell
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, October 20, 2025
IRC logs for Monday, October 20, 2025
Vista 11 is Sinking While Microsoft is PIPing (Mass Layoffs But Silent Layoffs)
We're witnessing a shift in platform dominance
Richard Stallman is Having a Good Week Already (Stallman Was Right About 'Clown Computing')
That alone is worth bringing up in his talk
An Update About Soylent News, With Jan Rinok "Back in the Saddle"
Burnout or "near burnout" a possibility when having to curate abuse
When Prominent GNU/Linux Distros Are Run by Spies
What has Microsoft Canonical become?
More Publishers and Companies Nowadays Say "GNU/Linux", Not "Linux"
It's not to see InstallAware saying GNU/Linux this week
Google News is Now Promoting a Parasitic Slopfarm Called "findarticles.com", Where Plagiarism of "Linux" Articles is Rampant
Does Google even care about the slop epidemic? Google itself is a vendor of slop now (and it calls it "Gemini")
Gemini Links 20/10/2025: Pumpkin Carving, "Hey Hi", and Other Buzzwords
Links for the day
Slopwatch: Google News Promoting Fear, Uncertainty, Doubt (FUD)
What is the value of Google News if so many results in it are fake 'articles?
Rejecting 'Snoop-Phones' and Turning "Old" Phones (or Tablets) Into Freedom-Respecting Appliances
Paul Fernhout (pdfernhout.net) wrote back to Akira Urushibatathis this past weekend
Our Uptime This Year Was Better Than AWS (Also a Lot Cheaper)
We never used "the cloud"
Amazon Web Shenanigans
An ongoing, experimental endeavour
Death of Elias Diem: FSFE mailing list archives hidden
Reprinted with permission from Daniel Pocock
Links 20/10/2025: Louvre Museum Reveals Weakness, About 7 Million Protest US Turning Into Oligarchy/Monarchy
Links for the day
They Should Have Listened to Techrights Over a Month Earlier (Xubuntu Site Compromised)
we reported this issue about 40 days earlier and nobody did anything about it
Richard Stallman to Give Another Talk Today in Bavaria (Bavarian Academy of Science)
Tomorrow at 6 PM he speaks in Munich
Apple is the Company of Dictators and Worse
Apple is just another greedy corporation in search of sweatshops and even pedophiles (especially the high-profile ones)
Counting Unhatched Eggs Is Not Counting Chickens
Everything here will persist as normal
Barry Kauler Explains That Puppy Linux and EasyOS Exclude Systemd to Keep Things Simple
Barry Kauler's Puppy Linux is in the community's hands. He now focuses on EasyOS and more.
The "Infinite Bread"
The biblical story of Jesus feeding the 5,000 has software parallels
Half a Year After Brian Fagioli Got Kicked Out of BetaNews for Slop He's Still Doing LLM Slop and Slop Images Targeting 'Linux' (Plagiarising Original Works)
If the Web gets polluted or flooded by slopfarms such as these, and Slashdot then sends traffic so these slopfarms (Slashdot probably doesn't do this intentionally), then real writers with real knowledge of GNU/Linux will lose the spark for publishing
In Many Cases and in Many Different Ways, Technology Became Less Durable and Less Reliable Over Time
The "modern" things are more complex. And complexity is a foe or reliability and repair-ability.
Microsoft's LinkedIn is Losing Money, Traffic, and Hope; Now It Wants to Sell Its Users' Lifeblood (and Data)
Let this be a reminder of what social control media really is about
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, October 19, 2025
IRC logs for Sunday, October 19, 2025
Campaign of FUD Against Framework Laptops and GNU/Linux (Using Microsoft's Attack on Linux, 'Secure Boot')
Ritual Defamation Cult has turned its attention over to Framework
Microsoft Lunduke: Freedom of Speech Means Spreading What I Have to Say and Banning People I Disagree With
4Chan is one he aims for and he is siccing 4Chan trolls at people he doesn't like
Liberation From 'The Feed'
They rank things based on the editor's choice/ideology (he or she knows the sponsors, hence the masters)
Microsoft's Killing of Vista 10 Seems to Have Resulted in More Articles About GNU/Linux (But Also FUD)
We not only saw a rise in traffic, we also saw a remarkable rise in the number of articles