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

Links 25/06/2025: Elon Musk’s Lawyers Caught Lying, WhatsApp Faces More Bans
Links for the day
Wayland Pushers Lose the Argument, Use LLM Slop and Chatbots to Make Up Arguments for IBM
Another new low and low blow
What is "MATA"?
Think of it as GAFAM or "Meta"
WebProNews is a Slopfarm
Please avoid linking to WebProNews
Another "Told You So!": XBox Mass Layoffs at Microsoft (Many Recent Reports Were Chaff and Spin), Many Other Divisions Affected
With mass layoffs at Microsoft the world would be much better
 
Austrian GNU/Linux Usage Up to About 5% as More of Europe Abandons Microsoft
Since inauguration day the Austrian people have adopted more and more of GNU/Linux
Why the "Wayland People" and "Rust People" Will Lose Hearts and Minds (Same Reasons)
Wayland pushers are fast becoming like "Rust People"
5,600 Pages/Articles Per Year
So far this year we've kept all the promises
BetaNews Beginning to Show What Its True Goals Are
The 'new' BetaNews won't be about journalism. It's trying to sell things.
Microsoft Has Lost "The War"
We'll soon see the 9th or 10th wave of Microsoft layoffs in 2025 alone
Slopwatch: A Wreck and a Dreck, "Flooding the Zone With Dreck" or Flooding the Web With Junk
"Slopwatch" continues today because we have many new examples
Links 25/06/2025: Thwarting More Software Patents, Overlap Grows Between EPO Corruption and Illegal Kangaroo Patent Courts in EU
Links for the day
Brian Fagioli Created Another Slopfarm Targeting "Linux" After BetaNews Became a Slopfarm of Phantom Accounts and Pseudonyms
Mr. Fagioli even had slop about a dead Torvalds (hypothetical) as clickbait
Wayland is Perfect, Nobody Can Escape Its Perfection! (Or Not)
Do not form on opinion on Wayland based on politics
Moral Duty for "Linux Sites" to Speak Out Against LLM Slop
My wife has long complained about "Linux bloggers" keeping quiet and thus passive about a growing problem: slop
In Recent Hours Google News Promoted at Least 3 Slopfarms That Relayed Linux Foundation Propaganda Made by Bots or LLM "Bullshit Generators" (as Dr. Stallman Dubbed Them)
Google is circling down the drain and Google News too is hopeless
Linux Journal is a Slopfarm, It's Experimenting With LLM 'Authors'
Is Slashdot next?
Microsoft LinkedIn is Dying and Many More Layoffs Are on the Way
LinkedIn is just a failed acquisition of Microsoft. It causes losses and debt.
Gemini Links 25/06/2025: Combinatorial Music and Self Hosting
Links for the day
Richard Stallman Coming Back to Europe This Autumn to Give More Talks
His last talk in Europe attracted about 400-450 people
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, June 24, 2025
IRC logs for Tuesday, June 24, 2025
Social Control Media, Technology & Catholicism: Synod on Synodality review and feedback
Reprinted with permission from Daniel Pocock
How Many More Women Will Managers at Microsoft Strangle and Tell to Kill Themselves (or Try to Kill)?
The world needs to know what happened
The New BetaNews: 7 New 'Articles', All of Them LLM Slop
BetaNews is basically defunct. Nobody writes there anymore.
statCounter Estimates Only 1 in 300 Iranians Would Use Microsoft for Search
Iranians don't quite trust Microsoft
Gemini Links 24/06/2025: ftpd on FreeBSD and Online Small Web Magazine
Links for the day
Google News Does Great Harm by Promoting Slopfarms as Legitimate News Sites
Slopfarms are sites which are 100% LLM slop
Links 24/06/2025: Trouble at "Open" "AI" and ‘Siarhei is Free’
Links for the day
Gemini Links 24/06/2025: Stimulants and Subscription Costs for DRM
Links for the day
When the Microsoft Aggressors Rely on Several Law Firms ('Attack Dogs', 'Guns for Hire'), Not Just One, Lawyering Up Against Techrights (Acting on Behalf of Americans Against UK Publishers)
From serving customers at some restaurant he has moved on to bullying people with demand letters
Links 24/06/2025: OpenAI [sic] May Soon Die (Too Much Debt) and Social Control Media Accused of Being Misinformation/Disinformation/Propaganda Amplifier
Links for the day
Nirbheek Chauhan in Planet GNOME Explains Why Wayland Pushers Are Losing
"A strange game. The only winning move is not to play."
Polygamy, from Catholic Synod on Synodality to Social Control Media & Debian CyberPolygamy
Reprinted with permission from Daniel Pocock
Only a Third of or 1 in 3 Web-Connected Devices is a Desktop or Laptop, According to statCounter
we can expect Android to widen its lead
The Days Are Getting Shorter, the First Half of 2025 is Almost Over
We're gratified to see significant increase in traffic and also positive feedback on the work we do
Turning GNU/Linux Into a Political Football
X (not the site) is Free software
X Server Still Works for Many People
A lot of people will grow suspicious of Wayland boosters/pushers if they persist and insist on using these tactics
Exactly a Week Ago "BetaNews Staff" Said "Betanews Is Growing Alongside You". Since Then Every Article (All by "Camila Nogueira") Has Been LLM Slop.
BetaNews is basically a slopfarm
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, June 23, 2025
IRC logs for Monday, June 23, 2025
The "Tarzan Effect" in Compilers and Software
What happens when you forcibly make things 'work', either by hacks or by disregarding warnings (like those that compilers tend to issue)?
Gemini Links 23/06/2025: Mass Tourism, Hair Love, and Google Gemini as a Googlebomb
Links for the day
Law Firm Burgess Mee Does Not Fully Deny Participating in Abusive Litigation for Serial Strangler From Microsoft
I am not unfamiliar with these tactics
The Modus Operandi of Wayland Pushers: Make It Political
do what I say or you're a nazi...
Links 23/06/2025: RFE/RL Contributor Vladyslav Yesypenko Released, Recording Industry Cutbacks
Links for the day
Brett Wilson LLP Solicitors (M): Over 99.9% of Our E-mail is Self-Marketing, We Send You 3.5MB E-mails for Less Than 1KB of Text
Why would tech people entrust legal matters to such people?
Peter Moon's (Computerworld) Interview With Richard Stallman
Stallman: If you want freedom don't follow Linus Torvalds
At What Point Does Outsourcing Constitute Malpractice?
Brett Wilson LLP's new staff page is misleading
United Arab Emirates (UAE) Sailing to GNU/Linux, According to statCounter
countries in that region will quickly learn the price of neglecting digital sovereignty
From Do Your Own Research to Do Your Own Search
The Web is full of garbage; search engines amplify this garbage
More People Moving to Geminispace?
at age 6+ Gemini Protocol seems to have gained some maturity and it seems like more people use it
Permutation in LLMs Does, Inevitably, Change Meanings and Therefore LLMs Cannot Properly Rephrase or Summarise Texts
LLMs lack actual grasp or comprehension of what they spew out
Links 23/06/2025: Many Security Breaches, Population Declines
Links for the day
Gemini Links 23/06/2025: "America at the Crossroads" and OpenWRT Surgery
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, June 22, 2025
IRC logs for Sunday, June 22, 2025
Pure Dove
Different means different, and sometimes those who "deviate" from "the norm" have a point
Censorship is a Sign of Weakness Which Invites More Censorship Attempts
revolutionaries don't succumb to pressure from bullies
Why It's Unlikely That LLM Slop Will Dominate the Web in the Long Run
Slopfarms will eventually perish (they have no actual value) and "survivors" on the Web will be sites that never depended on search engines and social control media
GNU/Linux in Argentina Now Measured Near 5%
Like in central Europe, they must be seeing an increasingly hostile US
BetaNews is Fake News, Composed by LLM Slop
nothing in BetaNews is written by humans anymore