Bonum Certa Men Certa

Links 10/6/2021: KDE Gear 21.08 Schedule, Librem 5 USA Supply Chain Security



  • GNU/Linux

    • Audiocasts/Shows

      • Interview with a Site Reliability Engineer

        I'm interviewing a friend and coworker who is a Senior Site Reliability Engineer (SRE). She's been doing some form of DevOps for many years now, and has a LOT of experience that's relevant to early- and mid-career folks.

      • The Internet Died And Everybody Cried

        Due to a CDN outage from Fastly CDN a massive portion of the internet was left unusable for about an hour yesterday and people unsurprisingly were freaking out the second that it started but even though some companies lost a lot of money, it wasn't a massive outage.

      • "Hey, DT! I Want A Distro In Between Ubuntu and Arch." (And Other Questions)

        Topics of discussion on this episode of "Hey, DT!" include: Audacity and alternatives, the middle ground between Ubuntu and Arch, my favorite music genre, the Windows package manager, Artix Linux, Javascript, audio interfaces that work with Linux, and Notepad++ dropping Bing over censorship.

    • Kernel Space

      • Microsoft's Hyper-V DRM Display Driver Will Land For Linux 5.14 [Ed: Microsoft turning 'Linux' into proprietary software of Microsoft]

        Last summer Microsoft engineers posted a DRM kernel display driver for their Hyper-V synthetic video device. One year later after going through a few rounds of code review, this Hyper-V DRM driver will be going mainline with the upcoming Linux 5.14 kernel cycle.

      • Graphics Stack

        • Intel Finishes Linux 5.14 Graphics Driver Feature Work With More Alder Lake P Code

          Intel's open-source graphics driver engineers have sent in their final feature pull request to DRM-Next of new material they are wanting incorporated into Linux 5.14.

        • I'm Gonna Pretend I Didn't See That

          At present, mainline zink uses a hammer-and-nail methodology that I came up with last year: the total amount of GPU memory in use by resources in a given cmdbuf is tracked, and that amount is tracked per-context. If the in-use context memory exceeds a threshold of the total VRAM, the driver stalls, thereby freeing up all the resources that are in use so they can be recycled into new ones.

          There’s a number of problems with this approach, but the biggest one is that it fails to account for cases like a AAA game that just uses as much memory as it can in order to optimize performance/resolution/graphics. I discovered such a case some time ago while running Tomb Raider, and then I set out to improve things since it was costing me about 10% of my perf on the title screen.

          The annoying part of this problem is that the piglit test is a very uncommon case, and it’s tricky to handle it in a way that doesn’t also impact other cases which appear similar but need to not get memory-clamped. As a result, it’s tough to really do anything based on “overall” memory usage.

          In the end, what I decided on was using the per-cmdbuf memory usage counter to trigger a check for completed cmdbufs on submit, iterating over all the pending ones to check whether they’ve completed, resetting them and freeing associated resources when possible. This yields good memory reclaiming behavior for problem cases while leaving games like Tomb Raider untouched and definitely not deadlocking or anything like that.

    • Applications

      • Make Your Linux Desktop Look Beautiful With Dynamic Wallpaper

        Linux might not be the first operating system that comes to your mind when speaking of customizations, but it is quite the contrary. While most Linux distributions may seem plain and boring on the first boot, there are countless customization options to make your desktop pop and look unique.

        If you're a proficient Linux user, you might have realized that Linux can offer more personalization depending on the desktop environment and window manager you use. Let's take the first step towards a better desktop appearance and switch to dynamic wallpapers.

        What Is Dynamic Wallpaper?

        Static wallpapers are those wallpapers that do not change automatically over a period of time. These are the type of wallpapers that come built-in with your Linux distribution and desktop environment. However, you can go beyond the regular static wallpapers and make a leap towards dynamic wallpapers.

        Dynamic Wallpaper is a simple bash script that allows you to set wallpapers according to the current time, using a cron job scheduler. Confused about what that means? In a nutshell, it allows you to set different wallpapers for different times of the day. Imagine using a brighter version of wallpaper during the day and a darker one at night. With Dynamic Wallpaper, you can make your desktop look reactive.

        Even though there are over 25 different wallpaper sets of various resolutions, from HD to 5K, you can also create your own wallpaper set for a custom look. It also supports pywal, a tool that generates a color palette from the dominant colors in an image and then applies the colors system-wide and on all of your favorite programs.

    • Instructionals/Technical

      • How To Install Grafana on Almalinux or Rocky Linux 8 - Linux Shout

        Steps and command to install Grafana open source on Almaliux or Rocky Linux to visualize data in dynamic and interactive dashboards.€ 

      • How To Install Spack on Ubuntu 20.04 LTS - idroot

        In this tutorial, we will show you how to install Spack on Ubuntu 20.04 LTS. For those of you who didn’t know, Spack is a package manager for supercomputers, Linux, and macOS. Its advantages are that Spack is not tied to a specific language; you can create a software stack in Python or R, link to libraries written in C, C ++, or Fortran. It supports MAST (Multidisciplinary-design Adaptation and Sensitivity Toolkit) and also PNGwriter.

        This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you through the step-by-step installation of the Spack on Ubuntu 20.04 (Focal Fossa). You can follow the same instructions for Ubuntu 18.04, 16.04, and any other Debian-based distribution like Linux Mint.

      • How to Monitor real-time System Metrics using Glances tool on Linux

        Linux provides a wide range of command-line monitoring tools for monitoring various system metrics. We have the top command that monitors various processes, and htop which is an interactive monitoring tool and an improvement of the top command. All these work perfectly fine, but they are limited and don’t provide a complete picture of other equally crucial metrics such as network statistics. Developed in Python, Glances is a cross-platform tool that provides a user-friendly and elegant overview of the system’s performance.

      • How to install Kali Linux 2021.2

        In this video, I am going to show how to install Kali Linux 2021.2.

      • How to install mediawiki on FreeBSD - Unixcop

        Everybody knows wikipedia, the free some students even thanks wikipedia for its degree. In this article I will show you how to install the wikipedia software, mediawiki, on your FreeBSD server with Apache and MySQL.

        In my case, I’ve installed our own mediawiki to document my work.When I started working here, my then boss gave me my first task: to install some server for some service and hand me his cheat sheet on how to do it. This cheat sheet was an actual sheet of paper handwritten; he also had a block of paper with different cheatsheet for different services.

        Less than a month after that first task, uncountable visits to his desk looking for another cheat sheets and a couple of new systems (that I didn’t document how to do it), we both realized that we need a better system. Also my handwriting it’s very hard to read and in the future some new people could begin to work with us and we will need better documentation. That’s why I suggested to install mediawiki and my boss was ok.

      • Reduce CPU and Disk load of backup scripts with nice and ionice

        Running a nightly backup script on a server system, such as a web hosting server, can result in a heavy load and longer latency for other processes, for example, HTML or .php pages load slowly during the backup because the backup script requires too many I/O or CPU resources.

      • Install Python PIP on Ubuntu & CentOS/RHEL - LinuxTechLab

        PIP is a package manager for python-based software, PIP actually is a recursive acronym for 'PIP installs python' or 'PIP install packages'. Using PIP, we can install, uninstall the python based packages along with their required dependencies. Many of the packages can also be found at PyPI (Python Package Index).

      • How to Burn ISO to USB

        In this guide, we will show you how to burn ISO files to a USB drive for different operating systems. We will also go through the process of booting and extracting ISO files to new devices.

        [...]

        An ISO file, or an ISO image, is used to create an archived copy of large sets of data, which is stored for backup purposes. Therefore, it’s best to view ISO files as smaller versions of original files. That’s why large programs, video games, and operating systems are usually duplicated as ISO files.

        While ISO files used to be burned to CDs and DVDs, in today’s modern practice, they are more frequently burned to USB drives. Apart from storing and backing up large amounts of data, ISO files are also extracted and booted from USB drives to be transferred to new devices.

      • How To Install HestiaCP on Debian 10 - idroot

        In this tutorial, we will show you how to install HestiaCP on Debian 10. For those of you who didn’t know, HestiaCP is a free and open-source web server control panel and is a fork of the popular Vesta Control Panel. It provides a simple and clean web interface, and it offers the possibility for administrators to easily manage core features of their web server, including managing and deploying websites, mail accounts, DNS zones, and databases.

        This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you through the step-by-step installation of the Hestia Control Panel on a Debian 10 (Buster).

    • Wine or Emulation

      • Wine Stable 6.0.1 Released! How to Install it in Ubuntu

        Wine 6.0.1, the open-source compatibility layer to run Windows apps on Linux, was released as the first point release in the 6.0 stable series.

        The release contains mainly bug-fixes, translation updates, and Documentation updates. It also adds a new feature: supporting for wine64 on Apple M1.

        A total of 63 bugs has been fixed in the release for the Windows apps or games including Dark Sector, Earth 2160, Shadow Warrior 2, The Elder Scrolls V, The Witcher 3, Adobe Audition 2020, World of Tanks, iTunes 12.11.0.26, and more. See the release note for details.

    • Games

      • Hex Of Steel Now Available On PC, Mac, And Linux Operating Systems

        Independent video game developer SuperIndie Games has officially launched a new title for devices with PC, Mac, and Linux operating systems. Hex of Steel is a hexagonal grid-based strategy game that puts you in the hot seat in the midst of World War II. The game covers all fronts, and its editor system allows the recreation of virtually any conflict.

      • Frogun is a 'PS1/N64 era styled platformer' where your grappling hook is a Frog | GamingOnLinux

        Giving some high marks for some hilarious originality here overall, Frogun looks delightfully charming as a "PS1/N64 era styled platformer" with a great style. With Linux support fully confirmed by the Kickstarter page and the publisher, it's another great title to look forward to.

        "Game like it's the 90s all over again with vibrant, colorful, crispy pixelart lowpoly graphics, in modern high resolutions, while jumping, shooting and solving little puzzles in the spirit of good ol' platformers."

        It's going to be a highly interactive game too, with levels full of things to mess with like bouncy mushrooms, finding levers to open gates and much more. Plenty of places in the levels will also have several ways to get through them, allowing for a little exploration and experimentation to figure out the best way. You're going to want to keep an eye out for various secrets too.

      • GOG are doing an early Summer Sale that's now live | GamingOnLinux

        Prefer your games in a DRM-free download direct from the website? GOG are here to provide with a huge early Summer Sale with thousands going cheaps. On top of that, the excellent OpenTTD is now available free on GOG so now you have another place to grab it if you prefer.

      • Piepacker goes Open Beta, play retro games online with friends in a browser tab | GamingOnLinux

        Piepacker is something we previewed recently, a game streaming / cloud gaming service designed around retro games that enables you to seamlessly play online with others. It's now in Open Beta. With the Open Beta, it's open to everyone. It's free right now too, enabling you to play 60+ games. Although, with a caveat that it currently only works in Chromium based browsers (although Firefox is supposed to be supported eventually).

        What can you do with it? Well, apart from playing games (obviously), it gives retro games a fresh new way to be played. It integrated voice and video chat, proper modern controller support and it's fast too.

      • Season of Pride sales are live, ahead of a full month of livestreams in July | GamingOnLinux

        Season of Pride, the new and more internationally inclusive name for Summer of Pride due to different hemispheres, has a few sales live right now with a lot of livestreams planned for July.

    • Desktop Environments/WMs

    • Distributions

      • IBM/Red Hat/Fedora

        • How Red Hat and Capgemini helped Deutsche Telekom enable greater connectivity

          As one of the world’s leading integrated telecommunications companies, Deutsche Telekom has an overarching goal: to enable connectivity in society. And providing fast, reliable internet to as many people as possible is one way it’s achieving that goal.

          Deutsche Telekom is currently replacing copper cables with fiber-optic lines, including a rapid mass rollout to almost 40 million homes across Germany. Red Hat and our partner Capgemini, a global systems integrator (GSI), are providing the expertise and technology Deutsche Telekom needs to make this initiative possible.

      • Debian Family

    • Devices/Embedded

    • Free, Libre, and Open Source Software

      • FLOSS Weekly 633: Open Source Education and Privacy - ANOM, College Education

        Doc, Shawn and Aaron co-host each other in a lively and deep conversation about higher education, open-source techies making themselves valuable, and a world in which there seems to be no limit to what can be done with surveillance—including what law enforcement does, for example, to tempt and trap bad actors with, a supposedly anonymous and secure messaging app (ANOM) that is neither.

      • Redis as Cache: How it Works and Why to Use it

        Redis gained very high popularity as being a cache. It is not only fast, but also easy to use. Let us show you why you should use Redis as a cache.

        Each of us met the situation when application was working slowly. Even the best code will slow down its performance at high load. Caching can be fast and relatively cheap way to highly increase performance and reduce response time.

      • The Apache€® Software Foundation Welcomes its Global Community Online at ApacheCon(TM) Asia 2021

        The Apache€® Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of more than 350 Open Source projects and initiatives, announced keynotes, sponsors, and program for ApacheConTM Asia, taking place online 6-8 August 2021. Registration is open and free for all attendees.

        "We’re excited to hold ApacheCon Asia online following last year’s highly successful ApacheCon@Home," said Sheng Wu, ApacheCon Asia co-Chair and member of the ASF Board of Directors. "The pandemic mobilized the global Apache community to collectively produce a first-rate online event, supported by an outstanding group of sponsors. We are proud to build on ApacheCon’s new virtual format and bring the ApacheCon Asia program to participants joining us from any location."

      • 13 Greatest Open Source Chatbot Frameworks

        Now the framework provides you with the best solution for developing well-structured maintainable and upgradable software it saves a lot of time by reusing generic modules and libraries to focus on other areas of applications developed using a framework that is interoperable with the market standards.

        in today's world messaging has become one of the more popular methods of communication whether it's through text messages or messenger apps it's how many people prefer talking with one another because of these businesses are developing chatbots.

      • Web Browsers

        • Mozilla

          • Firefox UX: Content design considerations for the new Firefox

            Introducing the redesigned Firefox browser, featuring the Alpenglow them

            We just launched a major redesign of the Firefox desktop browser to 240 million users. The effort was so large that we put our full content design team — all two of us — on the case. Over the course of the project, we updated nearly 1,000 strings, re-architected our menus, standardized content patterns, established new principles, and cleaned up content debt.

      • Programming/Development

        • Perl/Raku

          • p6steve: Can Raku replace HTML?

            In my last post, I listed three recent posts that got me thinking about Raku and HTML. I wondered if two of these could be used together to streamline the composition of web sites.

            [...]

            This post illustrates how Raku can combine detailed syntax control to smoothly embed HTML within code logic. This helps to refactor awkward syntax islands so that the underlying problem-solution logic can be encapsulated and clearly expressed, It demonstrated the practical combination of the Cro template language with innate Raku power-of-expression to drive more comprehensible, consistent and maintainable code.

  • Leftovers

    • Integrity/Availability

      • Proprietary

        • Opera 77 is available for Windows, MacOS and Linux

          Norwegian browser maker Opera has announced the availability of the standard version 77 of Opera for Windows, MacOS and Linux.

        • Pseudo-Open Source

          • Privatisation/Privateering

            • Linux Foundation

              • EU approves digital health pass as Linux Foundation launches trust network

                The EU COVID digital health pass has been issued to a million people, according to an announcement in European Parliament by EU Justice Commissioner Didier Reynders and reported by The Local ahead of the vote which granted final approval to the plan.

                The EU Digital COVID Certificate (EUDCC) was approved by a vote of 546 to 93, with 51 abstentions, according to Euronews. The European Council is expected to grant its rubber-stamp approval ahead of the EU’s self-imposed July 1 deadline to enable travel within the EU.

        • Security

          • Security updates for Wednesday

            Security updates have been issued by Debian (eterm, mrxvt, and rxvt), Mageia (cgal, curl, exiv2, polkit, squid, thunderbird, and upx), openSUSE (firefox and libX11), Oracle (libwebp, nginx:1.18, and thunderbird), Red Hat (.NET 5.0, .NET Core 3.1, 389-ds-base, dhcp, gupnp, hivex, kernel, kernel-rt, libldb, libwebp, microcode_ctl, nettle, postgresql:10, postgresql:9.6, qemu-kvm, qt5-qtimageformats, rh-dotnet50-dotnet, and samba), SUSE (apache2-mod_auth_openidc, firefox, gstreamer-plugins-bad, kernel, libX11, pam_radius, qemu, runc, spice, and spice-gtk), and Ubuntu (intel-microcode and rpcbind).

          • Why Ransomware Attacks Are Becoming A National Security Risk : NPR [Ed: NPR is funded by Microsoft and Bill Gates, so they won't name the culprit. Ryan: "No mention of Windows."]
    • AstroTurf/Lobbying/Politics

      • Once the heart and soul of Russia’s anti-Kremlin opposition, Alexey Navalny’s entire political movement is now illegal

        As expected, the Moscow City Court has sided with the district attorney’s office and formally designated Alexey Navalny’s entire national political movement as illegal “extremist” organizations. The ruling applies specifically to the Anti-Corruption Foundation, the Citizens’ Rights Protection Foundation (both of which Russia’s Justice Ministry has already designated as “foreign agents”), and Navalny’s nationwide network of campaign offices.

        Navalny’s organizations are now prohibited from distributing any information, raising any money, participating in elections, and organizing public demonstrations. The verdict takes effect immediately.

      • Russian State Duma adopts law banning involvement in ‘undesirable organizations’

        The Russian State Duma has adopted in the third and final reading a law banning Russian citizens and legal entities from involvement in the work of “undesirable organizations” around the world.

        The legislation also allows for any foreign or international NGO to be designated as “undesirable,” if it helped transfer money or other assets to an organization that is already on this blacklist.

        These provisions will come into force 10 days after the official publication of the law.

    • Internet Policy/Net Neutrality

      • Weekly Musings 115 – On the Follow Button

        No matter what people say, pulling the plug on Google Reader didn’t kill RSS. It didn’t hurt RSS. RSS might have been knocked around a bit by Reader’s disappearance, but it’s far from dead.

        [...]

        The narrative about the death, or ill health, of RSS persists. A headline at Techcrunch, for example, proclaims that Google revives RSS. But Google’s second go around won’t save RSS, if only because RSS doesn’t need saving. It won’t revitalize or revive RSS (sorry, TechCrunch), if only because RSS isn’t struggling. RSS isn’t fading away. It doesn’t require any tender ministrations

        Unlike some of the doomsayers, I don’t believe that the Follow button will kill RSS, either. The Follow button in Chrome has little or anything to do with RSS. In some ways, it seems to be an attempt by Google to replace or supplant RSS rather than being a direct existential threat to RSS. The Follow button and what it does are more of a Frankenstein-like mash-up than anything else. It’s an information delivery chimera that’s a little bit RSS reader, a little bit read-it-later tool, and a little bit Google News.

        I’m not sure the Follow button will catch on. At least, not in the way some people think it will. The Follow button might just be another of Google’s countless public experiments, an experiment designed to see if an idea sticks. And what if it does stick? Just as Slack, Teams, and their cousins didn’t put an end to email, I don’t believe that little button will be an RSS killer.

        No. The Follow button will more than likely exist side by side with RSS readers. Some people will prefer to tap it rather than using an RSS reader. Some will stick with their feed readers of choice.

        That’s not to say that the Follow button is innocuous. It has the potential to be very dangerous. As I mentioned at the top of this musing, when you tap the button, an algorithm is also making suggestions. That can quickly build a filter bubble around you, pushing misinformation and the like your way. Whether you want it to or not. Worse, you don’t have any control over what’s pushed your way unlike the control that you have with RSS.

        [...]

        RSS will die only if we let it die. Nothing Big Tech can do will change that. You can keep RSS alive and well by using it. Not with the software handed to you by some firm more interested in raking in your data and cornering a market, but by embracing more artisan software crafted by smaller developers. Developers who care about an open web. That’s your choice. Make it wisely.

    • Monopolies

      • Patents

        • Global Patent Index (GPI) now with access to more than 130 000 000 patent documents

          GPI is the EPO's advanced prior-art search tool. To use it, all you need are some basic Boolean search skills, which you can easily learn from the handy GPI pocket guide or the more detailed GPI user manual, both of which are available on the EPO website.

          The tool now gives access to more than 130 000 000 patent documents for searches in the EPO's worldwide data collection, i.e. DOCDB bibliographic data, INPADOC legal events and full-text data. It also provides features for downloading or visualising the results for statistical analysis. You can follow GPI activities and interact with other users on the GPI forum.

        • Launch of survey to help us to shape the EPO's future payment functionalities [Ed: EPO censors its stakeholders, so it's now pretending to do the exact opposite]

          Today, 9 June 2021, the EPO issued an invitation via email to EPO smart card holders and users of the credit card payment service to take part in a survey on batch payments and future fee payment functionalities.

        • Parameters At The EPO - Issues Concerning Clarity And Sufficiency [Ed: This alludes to the EPO's Technical Boards of Appeal, but they lack independence and basically do what corrupt managers tell them]



          Parameters are generally used in patent claims to define subject matter which cannot be expressed in terms of structural features. They are often relied upon for inventions in the chemical field, but can in fact be used in any technical area. Parameters can relate to features that can be measured directly, such as the density or melting point of a substance; measured indirectly, such as the tacticity of a polymer; or that can be calculated, such as the superficial velocity of a flow in a reactor. They can also be expressed in terms of relationships between such features.

          Some interesting themes have developed from the decisions of the EPO's Technical Boards of Appeal for parameter cases, in particular in relation to the assessment of clarity and sufficiency. These are reflected in the Guidelines for Examination in the European Patent Office, Part F, Chapter IV, 4.11, which indicate that when inventions are characterised by parameters, it is necessary that "those parameters can be clearly and reliably determined by objective procedures which are usual in the art". Further, in order to fulfil the requirements of clarity, the method for measuring the parameter, or at least a reference thereto, needs to appear completely in the claim. It is therefore important that a definition of any parameter is included in the specification at the time of drafting. Careful consideration needs to be given to ensure that any such definition will allow for the parameter to be determined accurately, since objections relating to this can prove problematic to overcome.



Recent Techrights' Posts

Throwing Away "Old" Computers (Mozilla and Other Climate Deniers)
Mozilla is not leftist
Further Media Cut-downs
media reporting about the media being cut
Gemini Links 09/09/2025: Moon Eclipse and ROOPHLOCH Reports
Links for the day
 
Links 10/09/2025: Microsoft Layoffs in "RTO" Clothing and Windows TCO, GitHub TCO
Links for the day
Blaming Everything on China
TikTok works for China. GAFAM works for fascists.
People Get Tired of "Hey Hi" (AI), Unlike the Subservient Money-Obsessed Media That Gets Paid to Pretend This Bubble Still Matters
"crash will be way bigger than dot.com burst in 90s. and that was Internet, actually transformative technology, not this expensive AI toy with direct dependency on the energy input which is not scalable"
Brett Wilson LLP Accepts That the Serial Strangler From Microsoft Filed a Case That Also Implicates My Wife (Everything is Connected)
They used to pretend that there were two separate cases
10 Reasons to Disable (or Enable) UEFI Secure Boot
Tomorrow the "trusted corporation" Microsoft will see a certificate expire
Gemini Links 10/09/2025: Hospital and Large Feeds
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, September 09, 2025
IRC logs for Tuesday, September 09, 2025
The Bluewashing of Red Hat is Being Completed, Many Staff Understand They'll be Made Redundant
Jim AllowHurst (Whitehurst) is meanwhile promoting Microsoft's agenda from within other companies
statCounter Sees GNU/Linux Exceeding 10% in Bulgaria This Month
What can Microsoft still do to stop GNU/Linux?
Dark Patterns
Microsoft saying "security" is like a Convicted Felon in the White House saying "law and order".
It's Almost Fall (Autumn)
To "Facebook prison" you are bound
Bruce Schneier About "Secure Boot"
Bruce Schneier isn't a fan of "Secure Boot"
Links 09/09/2025: Microsoft Mass Layoffs Again and "RTO" (Timed Like It Serves as a Distraction From the Mass Layoffs)
Links for the day
RMS Told Microsoft to Stop 'Secure Boot' (He Even Went There to Say That), But They Didn't Listen
Dr. Stallman (RMS) assumed that speaking to sociopaths would work
What Richard Stallman Told Me About 'Secure' Boot in 2012
"if the user doesn't control the keys, then it's a kind of shackle"
Those Who Helped Microsoft Weaponise "Secure Boot" Against GNU/Linux and BSDs Are Fleeing
Microsofters doing what they do best: they evade accountability
Simple is Better, Simplicity is Power
That is "the advantage of having commodity GNU/Linux systems," an associate notes
Much Ado About Nonsense
Microsoft Lunduke is still all dramatisation and sensationalism
Current Events in France
It needs to dump Microsoft and other GAFAM (US) giants, move to Free software
Links 09/09/2025: US-Korea Tensions and Meta Whistleblowers
Links for the day
Links 09/09/2025: “Torrents of Hate” and Political Crisis in France
Links for the day
Gemini Links 09/09/2025: "Dedigitizing" and Forgejo on FreeBSD
Links for the day
Google News (Not Just Google Search) Lets Itself by Gamed by One Slopfarm - to the Point Almost Half of "Linux" News is Bot-Produced Plagiarism (LLM Slop With Slop Images)
That says a lot about what Google thinks of quality, even in Google News
Bill Gates-Funded Media Inadvertently Refutes the Microsoft Lie That in 2025 Microsoft Had Just Two Waves of Layoffs
There were about 12 rounds of layoffs so far in 2025
Official SUSE Blog Still Uses LLM Slop (Bots) to Make Fake Articles (Marketing)
The company is all about sound bites
Companies Realise That Slop Doesn't Work as Advertised, Accordingly Dump It
"Hype dims as a country-wide survey of US corporations shows a sudden drop-off in AI use among firms with more than 250 employees."
Microsoft-Funded Lawsuits Against Critics of UEFI 'Secure Boot'
Remember that no company (or law firm) ever survives collaborations with Microsoft
From theregister.co.uk to theregister.com (US) to The Register MS (Run by Microsoft Operatives) and theregister.ai
The best way to break this racket (or cycle of hype and harm) is to break the chains of funding
Open Source Initiative (OSI) Culture of Censorship Necessitates More Speech
The OSI bans dissent or people who merely point out that the OSI is abusive
How to Reach Us Discreetly (Other Than Encrypted E-mail)
We're still managing to maintain a 100% source protection record. We soon turn 19.
LLMs Are Vastly Worse Than a Waste of Energy and the Externalities Are Huge
Worse than just higher power bills for everybody
LLMs Versus Search (Not Replacing Search But Engaging in DDoS Attacks Against Web Sites That Permit Searching)
The state of the Web isn't just bad; it's utterly terrible
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, September 08, 2025
IRC logs for Monday, September 08, 2025
It's Only the Second Week of September and Already Two Waves of Layoffs at Microsoft, Slopfarms and Microsoft-Funded Sites Spin It as "AI Investments" Rather Than Commercial Failure
A very large third one expected next week
The UEFI 9/11 - Part IX - Shunning Old Computers (in 2023 the Certificate Was Updated/Overridden, Underlying Aim May Be Herding/Forcing People to Get TPM and Other 'Novel' Restrictions)
the "upgrade treadmill"
Rumour: Second Wave of Microsoft Mass Layoffs in September to Commence Third Week of September
That basically answers questions like, "Any specific date or time of the month?"
If Your Machine Still Has "Secure Boot" Enabled, Then Microsoft Has a de Facto Kill Switch (Even If Your Machine Doesn't Have Windows and Never Had Windows)
It is not incorrect to call UEFI 'secure boot' a "kill switch"
Gemini Links 08/09/2025: Reality, ROOPHLOCH 2025, and Writing Another Gemini Client
Links for the day
Updating Firmware is Not the Solution But Only Additional Risk, Disable "Secure Boot" Today
firmware blobs are buggy, secret, impossible to audit, and barely tested
Microsoft Tim's DevClass (Part of The Register MS/Situation Publishing) is Full of Slop
Looking at many sites that are full of slop images is becoming an eye sore and hallmark of text too likely generated by LLMs or 'assisted' (tainted) by them
Microsoft Trying to Fake Demand for Slop. At What Cost?
That's a giant demotion and broken promises
Reddit is Corporate Propaganda
To make matters worse, Reddit ousted many original moderators
Jeff Geerling Shocked to Discover Many Metrics in YouTube Are Fake (His Audience Turns Out to be Much Smaller)
Maybe self-host all videos, don't rely on Google's "FOMO" cheating (addiction based on false assumptions)
Sunlight is the Best Disinfectant and Kryptonite/Garlic to Vampires
Transparency (sometimes described by words like "Sunlight" or "Truth") is paramount
The Register MS Uses Slop in Articles About Slop
we are fairly certain it's slop or CG based on other people's work
Visiting a Web Page or a Public URL Should be Safe, Predictable, and Benign
It's probably too late to "fix" the Web
The Register MS (Situation Publishing) is Paid to Spread Mindless Hype for the "Hey Hi" Ponzi Scheme and That's a Serious Problem
"Sponsored by Zoom."
Links 08/09/2025: Burger King Cracked, Cox v. Sony Analysed
Links for the day
Gemini Links 08/09/2025: Socialist Computer Museum and GAFAM/ByteDance/TikTok-Dominated Net
Links for the day
Links 08/09/2025: Tim Crook Disappoints Apple Faithfuls and Zuckerberg Lies (Financial Fraud) for Cheeto King
Links for the day
EPO Workers Point Out that the EPO is Destroying the Planet Under the Guise of "Hey Hi" (It Also Grants Many Invalid Patents Illegally
On 12 March and 16 June 2025, staff representation met with the administration in the Local Occupational Health, Safety and Ergonomics Committee (LOHSEC) in Munich
Turn Off Microsoft's Restricted Boot ("Secure Boot")
We're still running a series on this issue
Social Control Media Sites Have Become Bot Farms (Not Limited to LLMs and Automation)
linkedin.com was nothing but trouble and losses for Microsoft
Deep in Debt With the Magnitude of Losses Quickly Growing, Microsoft "Open" "Hey Hi" Now Uses Broadcom for Vapourware, Pretending It'll Do OK Next Year
At some stage it'll collapse
You Can Tell Microsoft is in Trouble When Its Own Fans and Staff Blast it
"Microsoft sinks billions into chasing artificial intelligence fads to hype up its share price."
Multiple Undersea Cable Cuts and We're Still OK
Microsoft customers experience problems
Lawyers Who Think They Are Online Assassins Don't Deserve a Licence to Operate
they've become a laughing stock in their "sector"
Microsoft Windows Fell to 3.9% "Market Share" in Bahamas
Based on statCounter
How the European Union (EU) Fell Out of Love With Free/Libre Software
Lots of bribery
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, September 07, 2025
IRC logs for Sunday, September 07, 2025