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

European Patent Office Illegally Gutting and Outsourcing Its Functions, Acting Like an Above-the-Law Commercial Business (It Won't Stop at Formalities Officers (FOs) and Classification Slop at the EPO)
breaking/violating laws and conventions
Links 19/09/2025: Lobbyist of American GAFAM Becomes Data Protection Commissioner in Europe
Links for the day
The Right to Punch People (Apparently)
At Brett Wilson, Brett's job title is "Head of Crime" and Wilson normalises calls for violence
Brett Wilson LLP Seem to Have Had Only One Litigation Client in 2025, He Was Previously Charged, Just Like the Serial Strangler From Microsoft (Whom They Now Represent)
Karma is superstition, regulators are not
Project 2030 to Cover How "Project 2025"-Styled Anti-Media Zealots From America Targeted Techrights and Tux Machines
The common denominator is also their attacks on women
Brett Wilson LLP Failed to Meet Deadlines Set by Judge 7 Months Earlier, Tried to Ruin Our Holiday, Then Had the Audacity to Ask Us for Over 3,000 Pounds for Its Own Lateness
As a matter of principle we will never respond to assassin while we are on holiday
 
Links 19/09/2025: Press Freedom Dying in US, Anti-Austerity Strikes in France, and Alan Rusbridger to Leave 'Prospect'
Links for the day
Offloading to the Sister Site
In the interest of not overwhelming readers
Links 19/09/2025: Coffee Club and "SpellBinding is Now Absurdly Fast"
Links for the day
Links 19/09/2025: Media Freedom Ceases to Exist in US, "Consider Dropping Twitter/X"
Links for the day
Gemini Links 19/09/2025: Thinking and Insect Bites
Links for the day
Microsoft E.E.E.: Git Will Now (or Very Soon) Fully Depend on Rust, Which is Controlled by Microsoft
Microsoft now makes Git dependent on Rust, or making Git dependent on GitHub, which is proprietary
Slop or Fake Articles Have Turned Linux Journal From a Pioneering/Trailblazing "Linux" Magazine Into a Nuisance
some sites with former reputation - good reputation - turn into cesspools
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, September 18, 2025
IRC logs for Thursday, September 18, 2025
On Claims That After Bluewashing Red Hat Will Increasingly Become an Indian Company
Discussed this week (long and detailed)
Americans Attacking British Sites Only Months After They Leave America
We find it kind of funny if not ironic that this site, originally an American site, got legal harassment only from Americans and only months after it had moved to the UK
Despite Losing Over a Quarter Million Dollars a Year Software in the Public Interest (SPI) Gives Helping Hand to Libreboot
SPI's financial state depends a lot on its public image or its reputation
Slopwatch: Google Helps Plagiarism and Sends Traffic to Ripoff Artists
That Google as a company helps spamfarms is noteworthy
If You Want to Know the Future, Listen to the Free Software Foundation (FSF) and Andy Farnell
We're sure the FSF will have plenty of its own output
Links 18/09/2025: A Taliban Ban on Internet Access and Troubled US Job Market
Links for the day
Gemini Links 18/09/2025: Computer Literacy and Accessing Alhena's Database
Links for the day
Links 18/09/2025: US War on Media (Truth Banned, Cancel Culture by the Hard Right), NYT Chief Executive Warns Cheeto is Deploying ‘Anti-press Playbook'
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, September 17, 2025
IRC logs for Wednesday, September 17, 2025
Slopwatch: Fake Articles, Fake Text, Fake Images, Negative Slant on "Linux"
Google News has lost its value; the signal-to-noise ratio has fallen off a cliff
Gemini Links 17/09/2025: Relax-and-Recover on Proxmox and New Smolweb File Transfer Service
Links for the day
Fact: EFF Got Corrupted by Corporate Money. Microsoft Lunduke (Political Noise): The Issue With EFF is, It Kills Babies.
Microsoft Lunduke - as usual - finds a way to make it about abortions
Pacing Publication Up a Bit
The news cycles have gotten rather light and slow
Links 17/09/2025: Power Outages, Digital Controls, and Attacks on the Mainstream Media (by Insecure and Corrupt Dictators)
Links for the day
Gemini Links 17/09/2025: Flashing LineageOS and ROOPHLOCH
Links for the day
Links 17/09/2025: Long COVID Study, "Exposing Pegasus", and Chatbots Exposing Sensitive Data
Links for the day
Links 17/09/2025: Secret Settlement for Internet Archive and Google’s LLM Slop Summaries Attracting Lawsuits
Links for the day
The True Cost of 'Generative Models'
Funded and promoted by the companies that profit from the waste
'Big Slop' Attacks Contemporary Information/Knowledge and Creative Works, 'Big Copyright' (Cartel) Attacks the Old
Someone at IA will hopefully "blow the whistle" on what they actually agreed
Why We Find It Difficult to Trust Rust
A comparison between C/C++ and Rust
Slop Nihilism is Funded by Big Oil
Eventually human civilisation will destroy itself
Watching the OSI: Our Series Will Carry on Irrespective of the Chief's 'Resignation'
the OSI isn't even the real guardian of the term "Open Source"
Professor Eben Moglen Recovering From Open Heart Surgery
From his public pages (this is not secret)
Just What LibreOffice Needs? Another Language? (Rust)
what's all this concern about memory safety?
Many Microsoft Managers Are Leaving
"Hey hi" chaff or chaff about "hey hi" cannot eternally distract from the difficulties inside the company
There Are Red Hat (IBM) Layoffs, But Google News is Infested With Slopfarms
It contributes a lot to misinformation and it encourages plagiarism
Tomorrow, Microsoft's Tim Anderson's 'The Register MS' Offshoot Will Have Been Inactive for 2 Months (There's Also a Slop Problem)
We've already caught The Register MS using LLM slop for articles
Microsoft's Chief Legal Officer Leaves Microsoft After Nearly 30 Years
And not retiring
Even Windows Users Are Having Problems With "Secure Boot"
When it comes to security - Microsoft strives for the very opposite
Another Competition Crime of Microsoft, Long Facilitated and Advocated by a Bad Actor, Who is Funded by a Third Party to Commit Extortion Against People Who Have Correctly and Repeatedly Warned About It for Over 13 Year
We must always go back to the core issues
3 More Reasons to Replace Mozilla Firefox With LibreWolf
Thankfully there are de-enshittified versions of Firefox
USA Not a Place for Free Speech
In America, as in the US, the attacks seem more enhanced or advanced these days
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, September 16, 2025
IRC logs for Tuesday, September 16, 2025
Links 17/09/2025: Google Layoffs in "Hey Hi" (AI), Perplexity Hit With More "Hey Hi" (Plagiarism) Lawsuits
Links for the day
Gemini Links 17/09/2025: Reclaiming Things in a Digital Age and Moon Phases in CGI
Links for the day