Bonum Certa Men Certa

Links 01/09/2022: OBS Studio 28.0 and New LFS



  • GNU/Linux

    • Desktop/Laptop

      • Tuxedo Pulse 15 Gen 2 Unboxing - First impressions!

        Today's article is special for us Linux users as we will experience the unboxing of a laptop built with Linux in mind: the Tuxedo Plus 15 Gen 2 from TuxedoComputers.

        Disclaimer: TuxedoComputers does not sponsor this article, meaning that the article will express my own experience with all credibility and impartiality.

    • Server

      • Istio / Announcing Istio 1.15

        This is the third Istio release of 2022. We would like to thank the entire Istio community for helping to get Istio 1.15.0 published. Special thanks are due to the release managers Sam Naser and Aryan Gupta from Google, Ziyang Xiao from Intel and Daniel Hawton from Solo.io. As always, our gratitude goes to Test & Release WG lead Eric Van Norman (IBM) for his help and guidance.

      • Istio / Istio 1.15 Upgrade Notes

        When you upgrade from Istio 1.14.x to Istio 1.15.0, you need to consider the changes on this page. These notes detail the changes which purposefully break backwards compatibility with Istio 1.14.0. The notes also mention changes which preserve backwards compatibility while introducing new behavior. Changes are only included if the new behavior would be unexpected to a user of Istio 1.14.x. Users upgrading from 1.13.x to Istio 1.15.0 should also reference the 1.15.0 change logs.

      • Istio 1.15.0 Change Notes
      • LWNThe container orchestrator landscape [LWN.net]

        Docker and other container engines can greatly simplify many aspects of deploying a server-side application, but numerous applications consist of more than one container. Managing a group of containers only gets harder as additional applications and services are deployed; this has led to the development of a class of tools called container orchestrators. The best-known of these by far is Kubernetes; the history of container orchestration can be divided into what came before it and what came after.

        The convenience offered by containers comes with some trade-offs; someone who adheres strictly to Docker's idea that each service should have its own container will end up running a large number of them. Even a simple web interface to a database might require running separate containers for the database server and the application; it might also include a separate container for a web server to handle serving static files, a proxy server to terminate SSL/TLS connections, a key-value store to serve as a cache, or even a second application container to handle background jobs and scheduled tasks.

        An administrator who is responsible for several such applications will quickly find themselves wishing for a tool to make their job easier; this is where container orchestrators step in. A container orchestrator is a tool that can manage a group of multiple containers as a single unit. Instead of operating on a single server, orchestrators allow combining multiple servers into a cluster, and automatically distribute container workloads among the cluster nodes.

      • PR WebLinux and Open Source Veterans Sign On to Form CIQ Leadership Team

        Nine cloud and Linux veterans have signed on to form the leadership team for CIQ, the company building the next generation of software infrastructure for enterprises running data-intensive workloads atop the Rocky Linux enterprise Linux distribution. This follows a successful funding round in May and a teaming with Google Cloud in July.

    • Audiocasts/Shows

      • The BSD Now PodcastBSD Now 470: 0mp interview

        In this special episode, we are interviewing Mateusz Piotrowski about his various roles in the FreeBSD project, his ports work, and a few other interesting things he’s involved with. Enjoy this interview episode, we’ll be back with a regular episode next week.

      • The TLLTS PodcastThe Linux Link Tech Show Episode 969

        Joel says the automation rocks.

      • FLOSS Weekly 696: Tailscale Gets Hot - Avery Pennarun, Tailscale NAT-Traversal and Zero Config VPN

        Avery Pennarun was previously on FLOSS Weekly discussing his startup Tailscale as it aims to make creating secure network connections super easy. Since Pennarun's last appearance, Tailscale has received $100 million in funding to push the service into the mainstream further, all while honoring open source values. Doc Searls and Aaron Newcomb have a great conversation with Pennarun about Tailscale's journey.

    • Kernel Space

      • LWNThe growing image-processor unpleasantness [LWN.net]

        There was a time when care had to be taken when buying hardware if the goal was to run Linux on it. The situation has improved considerably in recent decades, and unsupported hardware is more the exception than the rule. That has, for many years, been especially true of Intel hardware; that company has made a point of ensuring that its offerings work with Linux. So it is a bit surprising that the IPU6 image processor shipped with Alder Lake CPUs lacks support in Linux, and is unlikely to get it anytime soon. The problem highlighted here goes beyond just Intel, though.

        The IPU6, like most image processors, exists to accept a data stream from a camera sensor and turn it into a useful video stream. These processors can take on a lot of tasks, including rotation, cropping, zooming, color-space conversion, white-balance correction, noise removal, focus management, and more. They are complex devices; the kernel community has responded by creating some equally complex APIs, including Video4Linux2 (V4L2) and media controller, to allow user space to manage them. As long as a device comes with a suitable driver, the kernel can make a camera device available to user space which, with care, can work with it without needing to know the details of the hardware.

        As Paul Menzel recently pointed out on the linux-kernel mailing list, there is no such driver for the IPU6, so a mainline Linux kernel cannot drive it. As a result, the kernel lacks support for MIPI cameras on some current laptops, including some versions of the Thinkpad X1 Carbon and Dell XPS 13, which are relatively popular with Linux users (cameras using other interfaces, such as USB UVC, are generally supported). To get around this problem, Dell ships a closed-source, user-space driver in the Ubuntu build it offers on the XPS 13. Lenovo, instead, is not selling the affected systems with Linux preloaded at all at this point.

      • LWNLRU-list manipulation with DAMON [LWN.net]

        The DAMON subsystem, which entered the kernel during the 5.15 release cycle, uses various heuristics to determine which pages of memory are in active use. Since the beginning, the intent has been to use this information to influence memory management. The 6.0 kernel contains another step in this direction, giving DAMON the ability to actively reorder pages on the kernel's least-recently-used (LRU) lists.

        The kernel's memory-management developers would like nothing better than the ability to know which pages of memory will be needed in the near future; the kernel could then make sure that those pages were resident in RAM. Unfortunately, current hardware is unable to provide that information, so the memory-management code must make guesses instead. Usually, the best guess is that pages that have been used in the recent past are likely to be used again soon, while those that have gone untouched for some time are probably not needed.

    • Applications

      • Make Use OfIs VirtualBox Safe or Is It a Security Risk?

        What are the potential security risks of virtual machines in Oracle VirtualBox? Is it actually safe to use? And how can you protect your host system?

        VirtualBox is a popular open-source virtualization program used by individuals and enterprises. If you have tried creating virtual machines on your Windows or Linux system, you may have already used it.

        Considering it can be used for so many purposes, and by a wide range of people, you need to ask yourself: is it entirely safe for use? What are some of the risks that you should be aware of? Let us highlight a few details regarding the security of VirtualBox.

      • DebugPointOBS Studio 28.0 Released with HDR Encoding, Apple Silicon Builds

        The latest instalment of OBS Studio 28.0 brings native Apple Silicon support and many new features.

        OBS Studio 28.0 marks the 10th anniversary of the project, making it one of the successful open-source media streaming software for Linux and other systems. Although there are other players in the same category, OBS Studio is the standard when it comes to free and open-source streaming software.

        The application is loaded with features and supports screen recording, streaming over YouTube, Twitch and other major platforms.

      • Its FOSSOBS Studio 28.0 is a Massive Upgrade With Qt6, HDR Support; Also Works on Apple Silicon

        One of the most popular pieces of open-source software, OBS Studio, gets a major upgrade.

        It is one of the best screen recorders on Linux, and for that matter, pretty much every other desktop platforms too (Windows/macOS). This release brings a boatload of new features, which build upon the numerous previous features as well.

        Let’s take a look at what’s new!

      • 9to5LinuxOBS Studio 28.0 Released with 10-Bit Color Support, HDR Video Encoding, and Qt 6 Port

        Highlights of OBS Studio 28.0 include 10-bit color support, HDR video encoding, a new color format and color space settings to let you tweak these options in the advanced settings, as well as a port to the latest Qt 6 application framework for a more modern interface with a new default theme called “Yami”.

        Other exciting changes include support for sending chat messages to YouTube from within OBS, obs-websocket 5.0 as a first-party plugin, native SRT/RIST outputs, the ability to automatically split recordings based on file size or duration, and a new “Accessibility” section in settings to let you change colors of certain UI elements. Linux users also get a new “What’s New” dialog.

      • Productivity on Linux: Yakuake | KDE | Terminal Emulator | Konsole

        Whether you refer to it as a command line interface, console, or terminal, the terminal is one of the most important tools available on Linux. To that extent, it is important to always have rapid access to the terminal, and a little style has never hurt anyone. Yakuake brings the console to the forefront of your desktop with the press of a key, allowing you to quickly perform your tasks with ease.

        Of course, one of the greatest advantages of Linux and Open Source is the flexibility to build an environment that best suits the end user. Some will argue that tiling window managers provide quicker access to the terminal, but to each their own. KDE has been my desktop of choice since the 2.0 days, so Yakuake fits the bill for a fast-access terminal emulator - and it can for you, too.

        Before we move on, how about trying to say “yakuake” five-times fast?

      • Its FOSSMicro: Making File Editing Easier in Linux Terminal

        While modern open source code editors have taken the programming world by storm, Linux command line is still ruled by a selected set of text editors. Popular command line editors like Vim and Emacs are also infamous for their weird keyboard shortcuts.

        There are several jokes about those weird keyboard shortcuts in the programming world. Exiting Vim is perhaps the most common of them all. Here’s an example.

      • Linux Shell TipsMusicPlayerPlus - A Terminal Music Player for Linux

        Being considered a Linux user does not automatically translate to a routine of coding and constant file configuration efforts. MusicPlayerPlus brings life to the Linux terminal environment through its music support features. This character-based console is an impressive music player for your Linux terminal window.

        [...]

        Playback and visualization are derived from MusicPlayerPlus inputs which are in turn derived from the MPD streamed audio server outputs (the Music Player Daemon (MPD) is responsible for audio streaming).

        As for the MPD and ALSA configurations, they are managed and controlled by the MusicPlayerPlus components.

        The character-based terminal user is the primary target of MusicPlayerPlus’s integrations and extensions. This music player’s integrations and extensions make visualization, music library management, and audio streaming & playing under a lightweight character-based environment much easier to control.

      • Help Net Security5 open-source vulnerability assessment tools to try out - Help Net Security

        A vulnerability assessment is a methodical examination of network infrastructure, computer systems, and software with the goal of identifying and addressing known security flaws. Once the vulnerabilities are pinpointed, they are classified based on how critical it is to fix/mitigate them sooner rather than later. Usually, the vulnerability scanning tool also provides instructions on how to remediate or mitigate the discovered flaws.

    • Instructionals/Technical

      • Linux Made SimpleHow to install RPG Maker XP on a Chromebook

        Today we are looking at how to install RPG Maker XP 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.

      • Enabling ARM64 CPU Capabilities in the Linux Kernel | Adam Young's Web Log

        ARM64 design defines features long before there is a CPU that can implement those features. Since the ARM ecosystem is so varied, there are many different CPU designs out there with different capabilities. A general purpose linux Kernel build put out by a major distribution has to work across a wide array of chips by a large nuymber of vendors. Thus, there is an enumeration of the capabilities inside the Kernel and mechnism for describing how to probe each of these capabilities.

      • UNIX CopHow to install MySQL 8 on Ubuntu 22.04

        In this post, you will learn how to install MySQL 8 on Ubuntu 22.04. This post is for newbies, but it is always good to have it handy for everyone.

      • Linux Shell TipsHow to Install SELinux to Harden Nginx Webserver

        For Linux users that have exposed themselves to RHEL-based distributions like RHEL, Fedora, AlmaLinux, and Rocky Linux, SELinux is not a new concept to them as it mostly comes pre-installed on their systems.

      • MakeTech EasierHow to Use a Servo Motor With the Raspberry Pi - Make Tech Easier

        DC motors are great, but it’s hard to make them control robotic hands and fingers. You just can’t get the angle right. But with servo motors, you can always be sure that they’ll stop at the right angle, all the time.

        So pick up your jumper wires, we’ll spin a servo motor with the Raspberry Pi and make it stop at any angle!

      • How to install PostgreSQL 14 and configure it to use md5 connection on Fedora 36 – NextGenTips

        In this guide, we will walk through installing PostgreSQL 14 and then configure I to use an md5 connection whenever you are login into Postgres.

        PostgreSQL is a powerful, open-source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads. It was designed to handle a range of workloads from single machines to data warehousing.

        Every database must conform to ACID properties i.e Atomicity, Consistency, Isolation, and Durability. This is true for PostgreSQL as well, it must conform to those features for transactions to pass the tests.

  • Distributions and Operating Systems

    • New Releases

      • 9to5LinuxNitrux 2.4 Released with Linux Kernel 5.19, KDE Gear 22.08, and New Maui Apps

        The monthly Nitrux releases are back, and Nitrux 2.4 is a major update to the Debian-based distribution that ships with the XanMod-flavored Linux 5.19 kernel to provide the best possible, out-of-the-box hardware support for new installations.

        TSince Nitrux is a KDE-oriented distribution, you can guess that the new release includes the latest and greatest KDE software, starting with the KDE Plasma 5.25.4 desktop environment and continuing with the recently released KDE Gear 22.08 and KDE Frameworks 5.97 software suites.

      • LFS and BLFS Version 11.2 are released
        The Linux From Scratch community is pleased to announce the release of
        LFS Version 11.2, LFS Version 11.2 (systemd), BLFS Version 11.2, and
        BLFS Version 11.2 (systemd).
        
        

        This release is a major update to both LFS and BLFS.

        The LFS release includes updates to gcc-12.2.0, glibc-2.36, and binutils-2.39. The Linux kernel has also been updated to version 5.19.2. Changes to text have been made throughout the books.

        The BLFS version includes approximately 1000 packages beyond the base Linux From Scratch Version 11.2 book. This release has over 1100 updates from the previous BLFS version including package updates and numerous text and formatting changes.

        Thanks for this release goes to many contributors. Notably:

        Douglas Reno Pierre Labastie Xi Ruoyao Thomas Trepl Ken Moffat Tim Tassonis

        You can read the books online[0]-[3], or download[4]-[7] to read locally.

        Please direct any comments about this release to the LFS development team at lfs-dev@lists.linuxfromscratch.org or blfs-dev@lists.linuxfromscratch.org. Registration for the mailing lists is required to avoid junk email.

        -- Bruce Dubbs LFS
    • Open Hardware/Modding

      • ArduinoControlling a bionic hand with tinyML keyword spotting | Arduino Blog

        Traditional methods of sending movement commands to prosthetic devices often include electromyography (reading electrical signals from muscles) or simple Bluetooth modules. But in this project, Ex Machina has developed an alternative strategy that enables users to utilize voice commands and perform various gestures accordingly.

        The hand itself was made from five SG90 servo motors, with each one moving an individual finger of the larger 3D-printed hand assembly. They are all controlled by a single Arduino Nano 33 BLE Sense, which collects voice data, interprets the gesture, and sends signals to both the servo motors and an RGB LED for communicating the current action.

  • Free, Libre, and Open Source Software

    • Content Management Systems (CMS)

      • People of WordPress: Bud Kraus - WordPress News

        This month, as we approach WordCamp US, we feature Bud Kraus, a WordPress trainer who has made a career in helping others learn about software. He also shares how he has developed an approach to using technology in order to overcome longstanding difficulties with his eyesight.

        [...]

        Bud has taught web design since 1998, with students from more than 80 countries online or in person. He was determined not to let his sight difficulties stop him from his wish to help others learn website building and maintenance skills.

        As WordPress evolves and new features release, Bud decided to extend his training services around helping new and existing users improve and practice their skills. He supports others in open source through volunteering to speak at WordPress events, and encourages others to do so too. He also gives time to help produce material for the free-to-access resource Learn WordPress, which is part of the WordPress.org project.

        As a contributor to the Test and Training teams, Bud is keen for others to try contributing to these areas and help support the project’s future development. One of his current training priorities is to help people with using the block editor and Full Site Editing. He is an advocate for the usability of WordPress today, saying: “I can design all aspects of a website now with a block.”

    • Programming/Development

      • LWNThe ABI status of ELF hash tables [LWN.net]

        It is fair to say that some projects are rather more concerned about preserving ABI compatibility than others; the GNU C Library (glibc) project stands out even among those that put a lot of effort into preserving interface stability, So it may be a bit surprising that a recent glibc change is being blamed for breaking a number of applications, most of which are proprietary games. There is, it seems, a class of glibc changes that can break applications, but which are not deemed to be ABI changes. When the dynamic linker starts a program, it must resolve all of the symbol references into shared libraries (including glibc). That can involve looking up thousands of symbols in long lists. Since this process must complete before an application can actually start running, it needs to happen quickly. Nobody likes a long delay between starting nethack and facing off against that first kobold, after all. So it is not surprising that some effort has gone into optimizing symbol lookup.

        When the ELF file for a shared object is created by the linker, one of the sections stored therein contains a hash table for the symbols in that file. This hash table can be used to speed the lookup process and get the application underway. For many years, the System V standard for the format of this table has been DT_HASH; that format is supported by the toolchains on Linux. In 2006, though, the DT_GNU_HASH format was added as well; it includes a number of improvements intended to get nethack players into their dungeons even more quickly, including a better hash algorithm and a Bloom filter to short-circuit the search for missing symbols. This format is not well documented, but this 2017 blog post gives an introduction.

        Since the hash table lives in its own ELF section, there is nothing preventing an ELF file from having more than one of them. Linkers on Linux systems can be told to create one format or the other — or to create both, each in its own section. Until recently, glibc has been built (by default) with a linker option explicitly requesting that both formats be created. That changed, though, with the glibc 2.36 release at the beginning of August; it contained a simple patch from Florian Weimer causing only the DT_GNU_HASH format to be generated.

      • Python

        • LWNFrom late-bound arguments to deferred computation, part 2 [LWN.net]

          Discussion on PEP 671 ("Syntax for late-bound function argument defaults") has been going on—in fits and starts—since it was introduced last October. The idea is to provide a way to specify the default for a function argument that is evaluated in the scope of the function call, which will allow more concise, and visible, defaults. But there has been a persistent complaint that what the language needs is a more-general deferred computation feature; late-bound defaults would simply fall out as one specific user of the feature. The arrival of a proposal for deferred computation did not really accomplish that goal, however.

  • Leftovers

    • Culture, Books, Friends - Experiences in the community

      For e.g. while I do not know which culture or which country this comes from, somebody shared that in some cultures one can talk/comment ‘May your poop be easy’ and with a straight face. I dunno which culture is this but if somebody asked me that I would just die from laughing or maybe poop there itself.

  • Gemini* and Gopher

    • Personal

      • Self-observation Log 001

        This morning, while having a cigarette out on the front porch, I noticed something -- an object of some sort -- on the sidewalk in front of the house. By the way it looked, the first thought that crossed my mind was a fist-sized woodlouse -- also known as a "pill bug", "rolypoly", and a variety of other names depending on locale -- and it was lying on its back, dead. That's what it looked like from where I was sitting, but I knew that woodlice that size do not even exist, nor does any insect resembling that shape and size exist in this area.

        I have an irrational fear of insects, and it's interesting that, out of all the other possibilities of what the object could be, my brain prioritized my fears. But another level of my consciousness knew that the object was not likely a fist-sized insect. As a surge of disgust/horror ran through me, my brain flitted through other abstract possibilities that match what my perception and fears insisted was a fist-sized insect. It's like "fist-sized insect" was the starting point, and I could not see it in terms of anything else, for the time being.

      • Quiet quitting

        I came across this phrase in a news story. If you feel that you're working extra hard and getting no recognition, no pay rise, no kudos, no whatever, but you aren't at the point of resigning, you can "quiet quit" which means just doing the minimum. It's not a long term plan. All the people in the article had later left those jobs. Why would you stay somewhere that didn't treat you well? But conversely, while you're still there, why would you do anything extra?

      • Tang ping (Re: "Quiet Quitting")

        I'd like to share some of my thoughts on quiet quitting, since the original post understandably didn't explore the concept more broadly than sharing a couple of thoughts. This doesn't directly address freeshell's post, but does provide further context to the points raised in it.

    • Politics

      • quite apocalyptic

        This sounds like a background news report playing on a video monitor in the background of an 80's sci-fi movie's protaganist's kitchen while they sip their morning coffee in the opening scene set far into the future.

    • Technical

      • Science

        • Nuon Rechargeable NiMH Batteries

          I have been using Nuon rechargeable NiMH batteries for about a year now. I use AA, AAA, and 9V, and I have bought the batteries and chargers from Batteries and Bulbs. Now that I have some credibility from long-term, heavy use of these batteries, I want to give my own thoughts on this product and NiMH batteries in general. (To date) I am not a paid advertiser for Nuon and I have never received any free materials.

          I'm just going to give my general perspectives, and not bother with references or the hard numbers on cost effectiveness, mA-hours, and such like. You should be able to find that information on the Internet without much difficulty.

      • Programming

        • We could have skipped writing a program

          A bit of background—“Project: Sippy-Cup [1]” uses data from a single column from a database to do its job. It doesn't query the database directly since we have a tight deadline, so there's a custom binary file that contains around 100,000,000 records, each record having a unique key and a 32-bit value. It doesn't matter what the key or the value is, just that this file exists. So, with that out of the way …

        • RE: Having a Dot File Repo?

          Funny how this post was made right around the time that I started using a dotfile repo. I was against it for a while, but actually find it kind of useful. Primarily because it's a much more narrow subset of using git on your entire home directory. The concerns were: what do we do about credentials? And how do we scrub the scripts when pushing it to a remote repository.


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



Recent Techrights' Posts

Finland Needs to Dump Microsoft (Microslop) for National Security Reasons and the Same is True for Hundreds of Countries
"I don't see why Ryssäs would want Finns to use microslop products..."
Fight Til the End
This comes to show that persistence pays off
SLAPP Censorship - Part 79 Out of 200: They Will Soon Reach the 100 KG (Kilograms) Milestone; Wheelbarrows, Not Justice (Quantity of Legal Papers Sent to Us)
It's about the quality, not quantity (unless your sole aim is to drown out or "flood the zone")
 
"The Society of Media Lawyers" (UK) is a Truly Malicious Anti-Media Lobby Which Helps Rich/Abusive Americans and Hostile Countries Attack Actual Media Workers in the UK
They typically source their money from aboard to besiege domestic actors (like honest journalists or independent outlets that document suppressed beats/topics)
Slop Still Waning, Its Momentum is Driven by Companies That Stand to Lose a Lot (or Everything) When the Bubble Pops
When it comes to LLM slop disguised as news, it's just not working out
Gemini Links 17/05/2026: arXiv Brings Down the Hammer, UnderPOWERed, and Slopping With Tcl/Tk
Links for the day
Links 17/05/2026: Amazon Employees Herded Into Slop, Taiwan Sold Down the River by Cheeto
Links for the day
Links 17/05/2026: Society of Media Lawyers (Brett Wilson LLP et al) Lobby for More SLAPPs in the UK, “Courage in Journalism Award” Given in Oppressive Country
Links for the day
Cyber Show UK is Already Available Over Gemini Protocol
This past week the total number of active Gemini capsules hit all-time records several times
The Corrupt Lecture the Non-Corrupt - Part XXV - Not Bringing Intelligence to the EPO, Not 'Artificial Intelligence' Either (But Intelligence-Eroding Drugs)
The EPO was meant to be about science and law. In practice, however, it's about breaking the law and being stoned.
The Cyber Show on Why Coding is Important and Slop Cannot Change or Replace That
Hand-crafting one's site has plenty of advantages
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, May 16, 2026
IRC logs for Saturday, May 16, 2026
Gemini Links 17/05/2026: Music Theory, Reticulum Git Repos, and Releasing Kiln
Links for the day
Links 16/05/2026: Cuba Plunges Into Darkness (Energy Wasted by Nonsense), Googlebooks as Slop Nonsense (Energy Waste and Time Wasted)
Links for the day
Links 16/05/2026: Climate Issues, Free Speech, and Monopolies/Monopsonies
Links for the day
Gemini Links 16/05/2026: Retreat and Devuan Manuals
Links for the day
SLAPP Censorship - Part 78 Out of 200: Slandering Me for Saying the Truth About Graveley and Garrett's Abuse of Processes, Stacking Dockets
These are the sorts of things British taxpayers ought to talk about
"AI" Became a New Name or Placeholder for Debt
Because they will only ever lose money for this thing with "tokens" or "potential"
"Microsoft Goodwill and Intangible Assets" Down Two Years in a Row, According to Microsoft
Microsoft cannot sell these, so what is their real relevance?
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, May 15, 2026
IRC logs for Friday, May 15, 2026
IBM: Shares Down 30%, Mass Layoffs, IBM Says "Goodwill" Grew by 10% to Over a Third of the Company's Total "Worth"
According to IBM
Microsoft LinkedIn Layoffs "Very Likely Higher" Than 1,000 People
Microsoft is bleeding
The Corrupt Lecture the Non-Corrupt - Part XXIV - Luis Berenguer Giménez at the EPO (European Patent Office) Became the Punchline of EPO Staff
"the fact that Luis was caught with cocaine causes laughter. The use of cocaine in itself is not the real shocking bit."
IBM Keeps Culling Essential Linux, Fedora, GNOME, and GTK Staff
Over a month ago IBM laid off over 400 Red Hat engineers
Cisco Cuts Nearly 4,000 Jobs Because of Debt, Nothing to Do With Slop
The media keeps talking about revenue, not profits
Gemini Links 15/05/2026: UDP Game Forwarding Over SSH, Avoiding LLMs, and Alhena 5.5.9
Links for the day
Links 15/05/2026: Electric Company Shuns Entire Town to Prioritise Only Data Centres, Saudi Arabia and U.A.E. Carried Out Secret Attacks in Iran
Links for the day
LLM Slop is Not Reliable, Constitutes No Process of 'Thinking'; There's No Thought Process at All, No Grasp or Understanding, Let Alone Context
Lies have become the "business model" [...] More people ought to talk about it and explain to other people what LLMs really are
Not a Security Expert If You Cannot Manage to Keep Online a Simple Two-User Mastodon Instance Somebody Else Built
From uptime of ~99% to maybe 80%
Microsoft Has All the Symptoms of a Dying Company (Mass Layoffs of the People Who Built the Company)
the company's debt is going through the ceiling
Focus is Important, Focus is Everything
We are still running 6 multi-part series in tandem
For Effective 'Finlandisation' (Not Digital Sovereignty) to Be Replaced by Autonomy Finland Needs to Think Like GNU (Software Freedom), Not Linux (Openwashing Source, Plus LLM Slop and Killswitches)
What is 'Finlandisation'?
Guest Post on False Marketing and PR Blitzes by Anthropic
A lot of people my age are just tired of the nonsense
Links 15/05/2026: UK antitrust regulator is officially investigating Microsoft Office, Anthropic’s Fraudulent Lies About Mythoslop Don't Withstand Scrutiny
Links for the day
IBM's Kyndryl in Trouble: Mass Layoffs, Payroll Problems, Buybacks (in Company Whose Debt is Almost Twice Its Total Value), and Soon $9 Per Share (Down Over 80%)
Kyndryl is done. Stick a fork in it.
ICYMI: GNU/Linux Did Not Start in Finland
If we're honest/true to ourselves, we need to recognise history for what it is, not what some corporations (like GAFAM) want it to be
IBM is Googlebombing the Media With Fake Numbers to Promote Fake Technology
a classic example of why much of today's media cannot be trusted (anymore)
Up to 10,000 Microsoft Layoffs in a Couple of Months
Many ways to skin a cat
Truth Hurts. People Hurt by Truth Aren't Entitled to Compensation.
Family members aren't exempt
SLAPP Censorship - Part 77 Out of 200: They Never Knew How to Handle Women (Except to Attack Them)
The case against us was really quite simple
Update on Sirius Open Source in 2026 (When Your Former Employer Commits Crimes and Nobody is Held Accountable)
I did not envision myself spending several years (even 4 years after leaving that company) challenging the system for tolerating and even covering up corruption
Codecs and Software Patents - Part VII - Entering Phase II, the Battle Against Companies That Normalise Taxed (by Patents on Mathematics) Codecs
In the next few part we'll deal with the impact on Free software, including the GNU Project
The Corrupt Lecture the Non-Corrupt - Part XXIII - Cocaine Use at the EPO's Top-Level Management "Adds Up" and Worsens Things "Over Time"
"cocaine use knocks the IQ down permanently a tiny bit with each use. Over time that adds up."
Gemini Links 15/05/2026: Slop Fatigue and Banning LLM Use
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, May 14, 2026
IRC logs for Thursday, May 14, 2026