Bonum Certa Men Certa

Links 01/08/2022: GNU Linux-libre 5.19 (Uhura) and pgAdmin 4 6.12



  • GNU/Linux

    • 9to5Linux9to5Linux Weekly Roundup: July 31st, 2022

      This week we had a bunch of exciting news, starting with the launch of the final Linux Mint 21 release and the Firefox 103 web browser, and continuing with System76’s latest Pop!_OS Linux 22.04 distribution for Raspberry Pi 4 devices and a new Steam Client update with more improvements for Linux gamers.

      On top of that, we talked about some of the upcoming changes in the Endless OS distribution, a new Linux kernel security update for Debian GNU/Linux 11 users, and I prepared another roundup of updates for Xfce users. Below, you can enjoy these and much more in 9to5Linux’s Linux weekly roundup for July 31st, 2022.

    • Hacker NoonUnderstanding Linux Containers Before Changing the World | HackerNoon

      Driven by an array of factors—productivity, automation, and cost-effective deployments—organizations have grown to love container technology, especially as they make it possible to run infrastructure more efficiently. Container technology introduces something we call containers. Containers are application sandboxes.

      Containers provide a way to run your application by packaging it with the runtime, operating system, libraries, and every dependency it needs. This brings simplicity, speed, and flexibility to application development and deployment, with a more efficient way to utilize system resources. A major step up from virtual machines, I must say. Various container technologies are available, like Docker containers, Kubernetes containers, and Linux containers (LXC).

      This article will look at Linux containers and their uses.

    • Desktop/Laptop

    • Audiocasts/Shows

      • VideoNew Features in Linux Mint 21 [Quick Look] - Invidious

        Linux Mint 21 is finally available. It is based on Ubuntu 22.04 LTS and is codename Vanessa. The upgrade path from Mint 20.3 will be available soon. Meanwhile, you can see what's all new in this quick review of Linux Mint 21. Mint 21 features: - New upgrade tool - New Bluetooth application - WebP image support - Improved thumbnail support - New wallpapers (not really a feature but well) - Fixing up a few shortcomings of Ubuntu 22.04 - Cinnamon 5.4 - New process monitor

      • Linux User Space: Episode 3:03: Text Ed

        0:00 Cold Open 1:17 A Minty Fresh Release 7:48 Lubuntu's Backports 9:36 Points for Ubuntu 12:18 Text Ed: ed 32:02 The Missing Thoughts on Ubuntu 41:37 Minizilla Watch 45:45 A Return to the Missing Thoughts 55:49 Larry's Feedback 1:01:56 Community Focus: Stevesveryown 1:05:20 App Focus: Thunderbird 1:14:09 Next Time: EndeavourOS 1:15:57 Stinger

    • Kernel Space

      • CNX SoftwareLinux 5.19 Release - Main changes, Arm, RISC-V and MIPS architectures - CNX Software

        Those look to be minor changes indeed. This was followed later with an update to build fix for Loongson-3 (fix compile mips cpu_hwmon as module build error).

        The full Linux 5.19 changelog with commit messages only is available, and I generated it with the command git log v5.18..v5.19-rc8 --stat. Alternatively, you could check out a detailed summary on KernelNewbies website.

      • Linux 5.19 released, Bootlin contributions inside - Bootlin's blog

        Linux 5.19 has been released yesterday. We recommend the usual resources of LWN (part 1 and part 2) as well as KernelNewbies to get some high-level overview of the major additions. CNX-Software also has an article focused on the ARM/RISC-V/MIPS improvements.

      • Linux Kernel 5.19 Officially Released

        inux Kernel 5.19 Officially Released

        Linux Kernel 5.19 is now officially available. As usual, Linus made an announcement regarding the availability of Linux Kernel 5.19.

    • Instructionals/Technical

      • Linux HandbookRemove Exif Data in Linux Command Line

        Most images contain Exif (Exchangeable image file format) data which includes some crucial data such as the date and time of capturing an image, device, place, and so on.

        While this can be useful in various scenarios, it also has privacy threats and through this guide, I'll show you how to remove Exif data from images using the Linux command line.

      • Red Hat OfficialHow to manage pods in Podman with the REST API | Enable Sysadmin

        The REST API became available in Podman two years ago, and it is still actively maintained with new features added with every release. This article explores how Podman's REST API helps you manage pods. I'll use the classic use case for a pod: a WordPress container and a MariaDB database container using Podman's native REST API.

      • ID RootHow To Install FreeCAD on Ubuntu 22.04 LTS - idroot

        In this tutorial, we will show you how to install FreeCAD on Ubuntu 22.04 LTS. For those of you who didn’t know, FreeCAD is a parametric 3D modeler. Parametric modeling allows you to easily modify your design by going back into your model history and changing its parameters.

        This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the FreeCAD 3D parametric modeler on Ubuntu 22.04 (Jammy Jellyfish). You can follow the same instructions for Ubuntu 22.04 and any other Debian-based distribution like Linux Mint, Elementary OS, Pop!_OS, and more as well.

      • TecAdminConvert String to Lowercase in Bash - Easier Than You Think

        In Linux, the tr command is used to translate, squeeze, and/or delete characters. So with the help of the tr command, you can convert the case of any character. You can do this quickly with a single-line command.

        You can use the following command to convert a string to lowercase. Here the command takes the standard input of a string and processes it.

      • OpenSource.comHow I disabled IPv6 on Linux

        IPv6 is a good thing for the Internet in general, but I find it unnecessarily complex for use in most home and small- to medium-size businesses. Like many others, I continue to use private IPv4 address ranges for my own internal networks and those for which I have some level of responsibility. My ISP only provides IPv4 addresses anyway, so it makes no sense to use IPv6 internally when all external packets are IPv4. Besides, IPv4 is much simpler, and one of my Linux Philosophy tenets is "Find the Simplicity."

        As a result, I disabled IPv6 on all my hosts. It seemed easy—at first. Here is how I did it.

      • Red HatHow to configure Helm charts using JKube, part 2 | Red Hat Developer

        Discover how to customize Helm charts and registries with the advanced configuration of the Eclipse JKube OpenShift Maven Plugin. (This is part 2 of a series.)

      • H2S MediaHow to install and use Ubuntu-Make for developer tools

        Let’s learn the steps to install the Ubuntu-Make tool to quickly download and set up standard tools that developers need to work on Ubuntu Linux.

        Ubuntu-Make is a tool that is listed on the official website of Ubuntu Linux. The key purpose of it is to let developers install the popular IDEs and other developing tools without leaving the command terminal such as PyCharm. Because these tools are not available to download and set up using the default APT package manager of Ubuntu.

        This command line not only installs the tool but also all the required dependencies, of course, root or sudo access is required.

        Further to help the developers easily install the tools required by their project, the developers of Ubuntu-Make have listed them in categories, for example- Android (java and native) development to games, frontend web (javascript and dart), backend (go and dart), and various IDE (python, C++ java…).

      • UbuntubuzzUbuntu 21.10 Reached EOL and How To Add Support

        Canonical announced that now Ubuntu 21.10 Impish Indri has reached End of Life (EOL). This means your Impish computer will not be able to install applications anymore, nor receive any security updates, although it can still be used without any time limits. This tutorial will explain how to check that out and add support provided by Canonical and also third-parties.

      • Red HatContainerize .NET applications without writing Dockerfiles [Ed: IBM/Red Hat employs Tom Deseyn to work for Microsoft while taking a salary from IBM. This never made any sense, but then again Red Hat even hired managers from Microsoft -- an epic mistake]

        This article introduces dotnet build-image, a tool that containerizes .NET applications automatically. You can use build-image to create Dockerfiles and containerized images. You will also discover how to use the tool in a GitHub workflow to create an image from a .NET application and push it to a repository.

      • nixCraftPHP Warning: Constant ABSPATH already defined in wp-config.php

        While looking into the nginx PHP error log file fixing unrelated issues, I noticed I was spammed with the following message...

    • Games

      • Unvanquished 0.53 Beta, what a milestone! - Unvanquished

        We are pleased to announce the 2nd Beta release of Unvanquished, a First Person Shooter featuring the ability to build and two factions with radically different abilities: humans who master technology versus aliens and their many specialized evolutions.

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • Rolisteam - July 2022 - Monthly update #2

          As you may know, rolisteam is now part of KDE. We are trying to enjoy that new status. One way to do it, it’s to change the way rolisteam is translated. The KDE project has huge translation team and they are really efficient.

  • Distributions and Operating Systems

    • Reviews

      • Distro WatchKaOS 2022.06 and KDE Plasma 5.25

        The KaOS distribution is a rolling release operating system which intentionally narrows its focus to provide one desktop environment (KDE Plasma), with applications built with one toolkit (Qt), running on one CPU architecture (x86_64). The distribution is developed independently and uses the pacman package manager.

    • Red Hat / IBM

      • Enterprisers ProjectCloud services: 4 ways to get the most from your committed spend [Ed: Red Hat is promoting stupid buzzwords to encourage companies to foolishly outsource and then rent, becoming slaves of corporate masters such as IBM]

        Cloud spending commitments can create a different mindset in the grander context of cloud costs – instead of focusing on what you’re spending money on (and why), you might naturally think more along the lines of “Well, we have to spend this money now.”

        This can produce significant effects, including increased susceptibility to the sunk cost fallacy and other potential inefficiencies.

        But let’s back up for a moment and define the term: In the world of cloud, “committed spend” refers to when an organization (the cloud customer) agrees to spend a minimum amount of money with a cloud provider – typically within a specified time period – in exchange for discounted pricing on their usage. (An enterprise agreement could also include other benefits, such as dedicated account management services.)

      • Enterprisers Project4 reasons IT leaders should champion sustainability [Ed: Mindless greenwashing nonsense]

        I’m a member of the Climate Change Community of Practice at Red Hat. This Community of Practice is an associate-led internal community to support the development and implementation of sustainability targets and initiatives, both operationally and across core business activities. We aim to connect passionate associates around the challenges humans are facing as a result of climate change.

        Managing our carbon footprint is Red Hat’s responsibility to the planet. In addition to fulfilling this responsibility, what do enterprises stand to gain from embracing more sustainable practices?

      • OpenSource.comWhy program management matters in open source [Ed: Master IBM insists on having managers in Free software communities, in order to herd the slaves (volunteers, developers)]

        I've used that line for a laugh at the beginning of talks, but it's true. Program management is, at its core, the act of coordinating the interfaces between teams to produce something of value. In open source projects, the "something of value" is generally the software that the community produces. Most open source communities create software, and almost none of them have a formal program manager. So why have a program manager?

        The difference lies in managing the software development with intent instead of by accident. The smaller the community, the easier it is to self-coordinate. The need for intentional coordination increases as the community grows or the software becomes more complex.

        In The Mythical Man Month, Fred Brooks noted that the number of communication channels goes up dramatically faster than the number of people working on a project. A program manager can help simplify the communication overhead by serving as a centralized channel for information. By lurking on mailing lists and chat channels, the program manager sees what's going on in the project and communicates that broadly to the community and the public. This way, anyone who needs to know the high-level details can look at the program manager's summary instead of paying attention to every channel themselves.

      • Highly Secure API Enablement for IBM i

        The explosive growth of APIs (Application Programming Interfaces) over the past few years has dramatically transformed how business is conducted. APIs allow customers to increase revenue by leveraging new channels to reach their customers; they facilitate cost reduction by automating manual processes and raising an organization’s responsiveness. In many industries, the benefits of APIs are so compelling that it is already impossible to compete or participate in a business supply chain without supporting APIs.

      • Guru: IBM i Privileged Account Management, And What’s So Special About Special Authorities
      • IBM Finally Shows Some Growth In Sales And Profits [Ed: IBM-sponsored site spreads IBM-sponsored lies, using the company's dirty accounting 'tricks'; journalism has been replaced by PR]
      • Altair Delivers More Options for Running SAS Code

        Companies that have legacy SAS code for analytic applications running on IBM i servers and other platforms but don’t want to pay the SAS Institute for the runtime have another option from Altair, which recently acquired World Programming.

      • Power10 Entry Machines: The Power S1022 And Power L1022
    • Canonical/Ubuntu Family

      • DebugPointLubuntu Introduces Backport PPA to Experience Latest LXQt Desktop

        The Lubuntu team brings a backport PPA to help you install the latest LXQt desktop in the current Lubuntu LTS release.

      • DELL’S XPS 13 PLUS IS THE FIRST LAPTOP CERTIFIED FOR UBUNTU 22.04 LTS | Tic Tech Toe - MAG THE WEEKLY

        Dell and Canonical announced that the XPS 13 Plus is the first OEM PC certified for Ubuntu 22.04 Long-Term Support (LTS). That makes this a straightforward route to having a PC that just works without worrying about whether or not each component is ready to work with Linux. Linux-equipped Developer Edition models of the laptop were available with prices starting at $1,289, but currently ship with the older 20.04 LTS software. Long-term support releases deliver what it says on the tin for ten years of software updates, with the end of standard support for this version scheduled in 2027. Certified devices are lab tested to check the compatibility of each component, which means your device gets the specific drivers installed that will make all of its features work properly. The Ubuntu 22.04 LTS package has a long list of upgrades, including better power management, new touchpad gestures, and improved support for Bluetooth audio devices. According to Dell, if you’d like to have your XPS 13 Plus and its “capacitive touch function row” set up with a hardware-optimised version of 22.04.

  • Free, Libre, and Open Source Software

    • Linux LinksBest Free and Open Source Software – July 2022 Updates - LinuxLinks

      Here are the latest updates to our compilation of recommended software. This month’s focus has been on expanding our features on games and web apps. These sections are now fairly comprehensive.

      We’ve also published new articles in the fields of video, system administration, graphics, and coding.

      As always, We welcome suggestions for new articles or additional open source software to feature.

    • Web Browsers

      • Mozilla

        • When an Algorithm is Your Boss — The Internet Health Report 2022

          Gig workers around the world report directly to algorithms in precarious jobs created by secretive corporations. We take you to the streets of Quito, Ecuador where delivery workers are protesting against artificial intelligence, and we hear solutions from people in several countries on how to audit the algorithms and reclaim rights.

    • SaaS/Back End/Databases

      • TecMintAdminer – A Full-Featured MySQL Database Management Tool [Ed: Old but newly updated]

        Formerly phpMyAdmin, Adminer is a front-end database management tool written in PHP. Unlike phpMyAdmin, it only comprises a single PHP file that can be downloaded on the target server on which Adminer is to be installed.

        Adminer provides a stripped-down and leaner UI compared to phpMyAdmin. It works with popular SQL database management systems such as MariaDB, PostgreSQL, MySQL, Oracle, SQLite, MS SQL as well as Elasticsearch search engine.

        In this guide, we will walk you through the installation of Adminer on RHEL-based distributions.

      • PostgreSQLPostgreSQL: pgAdmin 4 v6.12 Released

        The pgAdmin Development Team is pleased to announce pgAdmin 4 version 6.12. This release of pgAdmin 4 includes 21 bug fixes and new features. For more details please see the release notes.

        pgAdmin is the leading Open Source graphical management tool for PostgreSQL. For more information, please see the website.

    • Productivity Software/LibreOffice/Calligra

    • GNU Projects

      • GNUGNU Linux-libre 5.19-gnu (Uhura)
        GNU Linux-libre 5.19-gnu cleaning-up scripts, cleaned-up sources, and
        cleaning-up logs (including tarball signatures) are now available from
        our git-based release archive git://linux-libre.fsfla.org/releases.git/
        tags {scripts,sources,logs}/v5.19-gnu.
        
        

        Compressed tarballs and incremental patches will soon also available at <https://www.fsfla.org/selibre/linux-libre/download/releases/5.19-gnu/>.

        The cleanup scripts are unchanged aside for a typo fix since rc5, the first in this cycle. Jason Self and I picked a new image from his beautiful Freedo-and-GNU-themed artwork collection for this release, check it out at https://linux-libre.fsfla.org/#news or the whole collection at https://jxself.org/git/?p=freedo.git;a=tree

        This release is codenamed Uhura in memory of Nichelle Nichols. Her Star Trek character, and thus this release, are named after the word for freedom in Swahili.

        Freesh and RPMFreedom, the distributions of .deb and .rpm packages of GNU Linux-libre maintained by Jason Self, are expected to have binaries of 5.19-gnu available eventually. Jason is taking well-deserved vacations, so that may take a bit longer than usual. Thanks, Jason!

        The ATM Ambassador driver was removed upstream, so we could drop the corresponding cleaning up logic. HDCP helper and Mellanox Core cleaning up bits were split into their newly-introduced separate kconfig identifiers, out of Direct Rendering Management and Mellanox Spectrum.

        A couple of new drivers required cleaning up: pureLiFi X/XL/XC and TI AMx3 Wkup-M3 IPC. Silicon Labs WFX graduated out of the upstream staging area, in spite of still requiring cleaning up.

        Various preexisting drivers needed adjustments to their cleaning up logic, mainly out of new blob versions or names: amdgpu, Qualcomm WCNSS PIL, Realtek Bluetooth, Mellanox Spectrum, Marvell WiFi-Ex, and Intel AVS, IFS and ipu3-imgu. Blobs requested through several new devicetree files for Qualcomm AArch64 SoCs have been cleaned up.

        New patterns have been added to our blob finder to match and accept a new file naming convention adopted by Sound Open Firmware.

        For up-to-the-minute news, join us on IRC (#gnu-linux-libre on libera.chat). I often mention our releases on P2P or federated social media as well. The link in my email signature has directions.

        Be Free! with GNU Linux-libre.

        What is GNU Linux-libre? ------------------------

        GNU Linux-libre is a Free version of the kernel Linux (see below), suitable for use with the GNU Operating System in 100% Free GNU/Linux-libre System Distributions. http://www.gnu.org/distros/

        It removes non-Free components from Linux, that are disguised as source code or distributed in separate files. It also disables run-time requests for non-Free components, shipped separately or as part of Linux, and documentation pointing to them, so as to avoid (Free-)baiting users into the trap of non-Free Software. http://www.fsfla.org/anuncio/2010-11-Linux-2.6.36-libre-debait

        Linux-libre started within the gNewSense GNU/Linux distribution. It was later adopted by Jeff Moe, who coined its name, and in 2008 it became a project maintained by FSF Latin America. In 2012, it became part of the GNU Project.

        The GNU Linux-libre project takes a minimal-changes approach to cleaning up Linux, making no effort to substitute components that need to be removed with functionally equivalent Free ones. Nevertheless, we encourage and support efforts towards doing so. http://libreplanet.org/wiki/LinuxLibre:Devices_that_require_non-free_firmware

        Our mascot is Freedo, a light-blue penguin that has just come out of the shower. Although we like penguins, GNU is a much greater contribution to the entire system, so its mascot deserves more promotion. See our web page for their images. http://linux-libre.fsfla.org/

        If you are the author of an awesome program and want to join us in writing Free (libre) Software, please consider making it an official GNU program and become a GNU Maintainer. You can find instructions on how to do so at https://www.gnu.org/help/evaluation. We look forward to hacking with you! :)

        What is Linux? --------------

        Linux is a clone of the Unix kernel [...]

        (snipped from Documentation/admin-guide/README.rst)

        -- Alexandre Oliva, happy hacker
    • Programming/Development

      • MedevelDeco IDE: The Open-source Free React IDE for macOS, Linux, and macOS

        Deco IDE is a free open-source IDE for React that allows developers to visually code, edit and build their React apps in a visual manner.

        It has been around for some time now, and it has many devoted users who are still using it, even though it did not receive any updates since 2016.

  • Leftovers

    • Security

      • Efficient Infrastructure Testing | Pen Test Partners

        Before we start let’s set the scene regarding vulnerability assessment. It is imperative that enterprises conduct their own continuous automated scanning, to have up-to-date assessments of threats that their networks may be susceptible to. Infrastructure penetration testing (discussed in this blog post) should be then used to delve further to expose issues and attack chains using manual testing that would have not been uncovered by automated techniques.

        To go one step further, mature environments with well-formed patch management policies and good security practice, should then consider Red Team engagements to assess response and detection against emulated real-world adversaries.

        On several infrastructure tests I’ve found myself performing vulnerability assessments on expansive networks. While Nessus and other scanning tools have their place, it is crucial to be able to work efficiently to provide much more value on an engagement rather than providing tool output that clients can run themselves (and should be doing, regularly).

      • IPFire Official Blogblog.ipfire.org - Celebrating 10 Years of Lightning Wire Labs (10% Off All Appliances)

        We are celebrating 10 years of Lightning Wire Labs!

        A whole decade where we have been working to make the Internet a safer place. Time that has been moving fast, has been full of challenges, as well as a time that has been a great success for ourselves, and our customers and partners we work with.

    • Environment

      • Energy

        • Is (cryptocurrency) winter coming?



          A ‘winter’ which significantly cooled the cryptocurrency bubble might allow more space for the development of cryptocurrency tech and systems more oriented towards facilitating forms of exchange much more rooted in environmental sustainability, capital circulation rather than capital accumulation, and economies which prioritise support for human thriving in general over support for the Four Monopolies[f].

          Or it might not. And anyway, it feels like this is probably moot: my guess is that there are yet more cryptocurrency bubbles to come in the near future.

    • Censorship/Free Speech

  • Gemini* and Gopher

    • Personal

      • Crimson and Clover



        Gonna listen to the Joan Jett and The Blackhearts version and then immediately listen to the original by Tommy James/The Shondells and decide which one I want to put on my "any/all genre" playlist.

        As I do so, I will write other stuff

        Been listening to "We Didn't Start The Fire" by Billy Joel nightly for the past few nights, and it seems to be even more climactic/powerful each time I listen to it. Like a Pop song that gets stuck in one's head, only instead of the "catchy-ness" being the draw, it's the energy and catharsis of listening to it that makes me want to keep coming back.


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



Recent Techrights' Posts

Why Techrights Cannot be Vilified (and Instead It Gets SLAPPed Repeatedly by Microsoft People)
Attack dogs are all "bark"; because they have no actual "bite"
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
 
The 'Case' of the Serial Strangler From Microsoft is a Lot of Copypasta (Maybe Also LLM Slop) From the Matthew Garrett 'Case'
5RB deserves to know and the matter shall be properly reported in due course (when the time is right)
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