Bonum Certa Men Certa

Links 28/04/2022: New Official Release of IPFire, FSF Hiring



  • GNU/Linux

    • IT ProWindows vs. Linux vs. Mac: the channel comparison | IT PRO

      With Linux being open source software, its code can be tweaked and modified to meet specific user requirements - something which is not possible with the closed source Windows and macOS systems. While that can mean support is not as easily accessible, it's this flexibility that has helped make Linux a popular choice with the developer community and certain sections of the enterprise user base.

    • Desktop/Laptop

      • Bryan Lunduke6 Dirty Secrets of the Linux and Open Source Industry

        The Linux Foundation is funded (and controlled) by Microsoft and Facebook

        As of 2018, the cost of a “Platinum Membership” to the Linux Foundation cost $500,000 USD (half a million) per year. A system that propelled The Linux Foundation revenue up to $177 Million dollars in 2021.

        Platinum Members include Microsoft, Oracle, and Facebook (now Meta).

        The Board of Directors of The Linux Foundation is made up of representatives from Facebook (Meta), Microsoft, and Amazon (who employs the Chair).

        Think you’re being rebellious — and staying clear of Big Tech — by using Linux? Think again.

        Who controls and funds the foundation which controls Linux?

        Microsoft, Facebook, and Amazon.

      • DedoimedoMoving from Windows to Linux - Disk management

        Today, I'd like to break away from my recent template of Windows-to-Linux tutorials, which have focused on showing you how to install, configure and use a variety of programs, typically designed or intended only for Windows, using frameworks like WINE. What we shall discuss today is the juicy topic of disk and drive management.

        Beyond applications, there's data to reckon with. And data is critical to everything. Things become extra complicated when one considers the cardinal differences between Windows and Linux. The former uses NTFS, and data is organized in drives (C:, D:, etc). Linux stores everything under one filesystem tree (root, /), and uses different filesystem formats (like ext4), although it can handle NTFS. So then, what gives if you're trying to move your stuff over? This tutorial is a neat suggestion for those looking for order, simplicity and clarity.

      • LiliputingBeelink SER 4 4800U X pairs a Ryzen 7 CPU with Manjaro Linux - Liliputing

        Tiny PC specialist Beelink is offering up a new model that ships with a Linux-based OS preinstalled. The SER 4 4800U X pairs an AMD Ryzen 7 4800U processor with the popular Manjaro distro.

    • Audiocasts/Shows

    • Kernel Space

      • LinuxiacThe Future of the NTFS Linux Driver as Part of the Kernel Is in Question

        After Paragon’s NTFS3 driver was accepted to become part of the Linux kernel last year, it has not received a single line of code maintenance.

        Let’s start with a brief background of events. The NTFS support in the Linux kernel has always been an important part. After all, a vast number of Linux users rely on it to be able to use the Windows file systems fully under Linux.

        Unfortunately, the existing Linux NTFS driver, which implementation dated back to 2001, was unmaintained in the kernel and lacked proper write support and other features.

      • SocketCAN x Kubernetes

        The SocketCAN package is an implementation of CAN protocols for Linux. Generally speaking, CAN is a networking technology that has widespread use in automation, embedded devices, and automotive fields. While there have been other CAN implementations for Linux, SocketCAN uses the Berkeley socket API, the Linux network stack, and implements the CAN device drivers as network interfaces, often making it the first choice for a CAN implementation.

        Recently, we worked on a project where we used Kubernetes to control and automate deployments and updates. One component of our workflow required the availability of a CAN interface inside the Kubernetes Pod; to our surprise, such support didn't exist. Fast forward to today, and SocketCAN support is now available in the form of a Kubernetes SocketCAN device plugin!

    • Instructionals/Technical

      • Hardware for a syslog-ng server - Blog - syslog-ng Community - syslog-ng Community

        What hardware to use for a syslog-ng server? It is a frequent question with no definite answer. It depends on many factors: the number and type of sources, the number of logs, the way logs are processed, and so on. My experience is that for the majority users even a Raspberry Pi would be enough. But of course, not for everyone.

      • Apollo ISO bug is fixed for most users and also a workaround for those who need it.

        e have received messages that our recent Apollo ISO resulted in failed installations due to the recently updated Archlinux keyring.

      • VituxHow to Write a Shell Script in Ubuntu – VITUX

        A shell script is a Linux-based script in which commands are written. When a user executes the script, all the commands that are in the script are executed one after another. Think of it like this: You have a task to do, for which you need to write a certain number of commands, and it is difficult to write and execute these commands one by one.

      • VituxHow to Flush the DNS Cache on Ubuntu – VITUX

        The DNS or the Domain Name Server can be characterized as one of the most essential parts of your link to the internet. The DNS translates the domain names to and from the IP addresses so that we don’t need to remember or keep a list of all the IP addresses of the websites we ever want to access. Our systems also maintain a list of DNS records so that we can access our frequently visited websites faster through a quick resolution of IP addresses. This cache on our system needs to be flushed from time to time. This is required because websites may change their addresses time and again, so it is a good idea to avoid IP conflict by clearing the cache. Flushing the cache is also a good way to clear unnecessary data residing on our systems.

      • ​How to Upgrade to Ubuntu 22.04

        Ubuntu 22.04 LTS (Jammy Jellyfish) was released on April 21, 2022, and it will be supported for five years. It comes with many new packages and major software upgrades, including the latest versions of OpenSSL, GCC, Python, Ruby, and PHP. This release is based on the Linux 5.15 LTS kernel and adds support for new hardware and filesystems.

        The desktop edition comes with kernel v5.17, GNOME 42, and a new screenshot and screen recording tool. This tutorial explains how to upgrade to Ubuntu 22.04 LTS from Ubuntu 20.04 or Ubuntu 21.10.

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

        In this tutorial, we will show you how to install VirtualBox on Ubuntu 22.04 LTS. For those of you who didn’t know, VirtualBox is a free and open-source virtualization tool for desktops and servers. It is an alternative to VMware workstation player and other virtualization software out there. VirtualBox supports the guest virtual machines running Windows, Linux, BSD, much more operating systems.

        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 Oracle’s VirtualBox 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.

      • Touch Command in Linux – Options + Examples

        The Linux operating system has multiple objects, such as application files, directories, system files, and binary files. These objects contain metadata information along with the files, which include create, access, and modification time. Sometimes, you may need to update these timestamps and the Linux touch command is a way to do it.

      • Linux Made SimpleHow to install VRoid Studio 1.6.0 on a Chromebook

        Today we are looking at how to install VRoid Studio 1.6.0 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.

      • TechTargetHow to conduct Linux privilege escalations

        We can begin the kernel exploitation process by taking a look at how to use kernel exploits with the Metasploit framework. The Metasploit framework offers an automated and modularized solution and streamlines the exploitation process.

      • Make Use OfHow to Install and Use Annotator: An Image Annotation Tool for Linux

        Linux offers various image manipulation tools to help you edit images. Some of the popular ones include GIMP, Pinta, and Krita. However, while these tools offer tonnes of features and serve the needs of most users, many of them have a steep learning curve, and the added complexity in features makes them overkill for basic image editing and annotation needs.

        For such use-cases, you rather need an annotation tool, like Annotator, which simplifies image manipulation and lets you annotate images with just a few clicks.

        Follow along as we walk you through the steps to install and use Annotator on Linux.

    • Distributions

      • IPFire Official Blogblog.ipfire.org - IPFire 2.27 - Core Update 167 released

        Another update of IPFire is ready: IPFire 2.27 - Core Update 167. It brings an updated kernel in which we continue our efforts to harden IPFire even further; various package updates including bug and security fixes as well as smaller improvements throughout the distribution.

      • Make Use Of5 Reasons to Try Out Zorin OS (and Which Edition to Go For)

        Each Linux distribution provides a particular feature set suitable for a specific target audience. With so many options to choose from, you may find it hard to select the right one.

        Users from other operating systems, such as Windows and macOS, often find it challenging to switch to Linux for various reasons, and that's where Zorin OS, an Ubuntu-based Linux distro, arrives on the scene.

        This distro is an excellent choice if you are new to Linux. Its interface and features are similar to other popular OSes and help you quickly shift to Linux. Here are some reasons why you should install Zorin OS as your next (or first) Linux distro.

      • New Releases

        • Beta NewsLinux Lite 6.0 RC1 is here with Google Chrome as new default web browser

          Now that Ubuntu 22.04 has been released, we will start to see updates to all the Linux distributions that are based on Canonical's operating system. For instance, the first release candidate of Linux Lite 6.0, which is based on Ubuntu 22.04, is now available. If you aren't familiar, Linux Lite is very popular with those that are switching to Linux from Microsoft Windows.

          Linux Lite 6.0 RC1 is notable for ditching Mozilla Firefox as the default web browser, and switching to Google Chrome 100 instead. The operating system currently uses Linux kernel 5.15.0-25 and the desktop environment Xfce 4.16.3. It comes with some excellent software pre-installed, such as GIMP 2.10.30, Thunderbird 91.7.0, VLC 3.0.16, and LibreOffice 7.2.6.2.

      • Arch Family

        • 9to5LinuxArch Linux’s Archinstall Gets a Brand-New Menu System, Many Other New Features

          The biggest new feature of the Archinstall 2.4.1 release is a completely new menu system, which you can see in the screenshot above. The brand-new menu system uses the simple-term-menu Python package that creates simple interactive menus on the command line and it’s accessibility friendly. In addition, Guided has been updated to use the new menu system.

      • IBM/Red Hat/Fedora

        • LWNFedora not deprecating legacy BIOS - yet [LWN.net]

          As was recently reported here, the Fedora project has been considering dropping support for legacy BIOS systems in upcoming releases. The idea was controversial at best, and the minutes from the April 26 FESCo meeting show that it has been rejected, for now at least. The BIOS SIG will be asked for a new plan for BIOS support in Fedora.

        • TechRepublicAlmaLinux 9 beta is now available and introduces several improvements

          AlmaLinux is a Linux distribution that is 1:1 binary compatible with Red Hat Enterprise Linux. That means it’s perfectly at home as an enterprise server operating system capable of handling anything you can throw at it. This server-centric operating system was first released in 2021 as a drop-in replacement for CentOS and would serve as an alternative to RHEL.

          [...]

          With RHEL 9 releasing in May, it should come as no surprise that AlmaLinux 9 will follow in its footsteps. Although there is no official release date for the next iteration of AlmaLinux, what we do know is that the beta has finally arrived and although it’s not a major departure from what was offered in AlmaLinux 8, there’s certainly enough to garner a bit of excitement about this next release.

        • Red Hat OfficialCompliance as Code: Extending compliance automation for process improvement

          Supply chain disruptions, intellectual property theft and the rising cost of data breaches are among the top reasons for a drastic increase in global focus on cybersecurity compliance.

          Regulated industries face more stringent requirements, and some organizations now require third-party assessments instead of using internal teams to verify compliance with cybersecurity frameworks. Non-regulated industries can also leverage the same standards in order to reduce their security risk. Compliance automation is increasingly important to manage the growing burden that security teams face.

        • Red Hat report: Enterprise open source new pandemic response [Ed: "PARTNER CONTENT" means IBM/Red Hat now bribes sites and publishers for puff pieces]

          Red Hat recently released The State of Enterprise Open Source 2022 report, which highlights the changing perceptions about the use of the open source development model in the enterprise technology space.

          Now in its fourth year, the survey of nearly 1,300 IT decision makers reveals how organisations are increasingly shifting to open source software solutions to address COVID-19 related challenges and tackle new market demands for quality, speed and an evolving cybersecurity landscape.

      • Debian Family

        • Louis-Philippe Véronneau - Montreal's Debian & Stuff - April 2022

          After two long years of COVID hiatus, local Debian events in Montreal are back! Last Sunday, nine of us met at Koumbit to work on Debian (and other stuff!), chat and socialise.

          Even though these events aren't always the most productive, it was super fun and definitely helps keeping me motivated to work on Debian in my spare time.

      • Canonical/Ubuntu Family

        • UbuntuUbuntu Blog: Design and Web team summary – 22 April 2022

          The Web and design team at Canonical run two-week iterations building and maintaining all of the Canonical websites and product web interfaces. Here are some of the highlights of our completed work from this iteration.

    • Devices/Embedded

    • Free, Libre, and Open Source Software

      • 6 Best Alternative Router Firmware that are Open Source - DekiSoft

        Firmware is basically the OS that comes on the router pre-installed. Now each manufacturer carries its own version. Just like OS there on your phone device or personal PC, it controls all inner workings of the device.

      • Content Management Systems (CMS)

        • Kiwi TCMS - Kiwi TCMS 11.3

          We're happy to announce Kiwi TCMS version 11.3 which is the 100th tagged version in our git repository!

      • FSF

        • FSFFSF job opportunity: Licensing and compliance manager [Ed: This is not an expansion but brain drain]

          The Free Software Foundation (FSF), a Massachusetts 501(c)(3) charity with a worldwide mission to protect computer user freedom, seeks a motivated and talented Boston-based individual to be our full-time licensing and compliance manager.

          This position, reporting to the executive director, works as a critical member of our licensing and compliance team to protect and promote the use of freely licensed works of software and documentation. For over twenty years, the FSF's Licensing & Compliance Lab has been the preeminent community resource for free licensing. From principled enforcement of the GNU General Public License (GPL), to certifying software and devices as respectful of user freedom, to the writing and distribution of licensing-related educational materials, the team does work vital for the free software movement.

      • Programming/Development

        • Perl/Raku

        • Shell/Bash/Zsh/Ksh

          • Linux.orgBash 05 – Script Logic

            Probably the most important aspect of scripting is using logic operators to control the flow of the script. Sometimes a script needs to do more than run each command in order from the beginning to the end of the script.

            There are many times when you need to control the flow of a script to allow different things to happen based on the parameters that you specify. For example, you may need to verify that a file or folder exists before you copy certain files into the folder.

            We have basically four logic features that we need to cover in this article. There are more logic features we will cover later, but these features will aid you in script flow.

    • Standards/Consortia

      • Public KnowledgeMovin’ On Up A Little Higher, Part 1: Starting to ‘Get Up Offa That Thang’ with Interoperability - Public Knowledge

        You can view the introduction of this series at publicknowledge.org/Movin’. Download detailed charts of both legislative proposals to follow along with our analysis.

        The Black-empowerment hit-maker James Brown mostly sang about movement – physical, mental, emotional, spiritual, social, political, and even economic. The Godfather of Soul recalls being dehydrated and fatigued on tour, but he jolted back to life when he saw the audience in a Fort Lauderdale club reflecting his exhaustion. He yelled “Get Up Offa That Thang, and dance ‘til you feel better… SING!” And that was the birth of his 1974 smash-hit. The cure for collective exhaustion was movement. As consumers, we are exhausted with the harms of some of the largest digital platforms. We all want the choice to start moving. But, movement away from the largest digital platforms isn’t easy. Nevertheless, we must push ourselves and our communities to “Get Up Offa Them Thangs” with interoperability.

        A growing class of Afro-descendant tech entrepreneurs have heard and experienced the downsides of the largest digital platforms and have decided to create their own platforms. The pre-Facebook social media network Black Planet, as well as The Cookout, Bean, RAMÅšE, and Black Twitter, all want to compete with Facebook to create safer and more inclusive spaces for Black communities. Fanbase and MelaninPeople are seeking to compete with YouTube for Black content creators who often get uncredited and underpaid for viral content. TruSo and Zimela are vying to compete with Microsoft-owned LinkedIn to cultivate a professional social network. Black-owned wholesale retailers like WeBuyBlack.com are seeking to offer more diverse and culturally inclusive products directly from sellers of color around the world. Platforms that carefully curate Black-owned businesses and Black-inspired goods, services, and experiences like Support Black Owned, Official Black Wall Street, Black Owned Association, Black Owned Brooklyn, and EatOkra are trying to offer alternatives to Google’s ginormous search engine and Amazon’s mammoth marketplace of everything.

  • Leftovers

    • TediumBubble Hockey History: For the Hockey Lovers in Your Life

      The nature of invention and innovation has been on my mind the past few weeks. Specifically, why we attribute some innovations to particular individuals but not others. Henry Ford didn’t invent the assembly line but it’s credited as one of the innovations that made his automobile company one of the most profitable. A.C. Gilbert didn’t really invent the Erector Set but its success and his charisma helped him become one of the largest toy manufacturers in the world. Plenty of business tycoons find success with products they didn’t invent, or even significantly innovate in a meaningful way. Elon Musk bought his way into Tesla Motors, he wasn’t its founder and, of course, the electric car was invented some 80 years before his birth. But perhaps the simplest way to understand why certain business leaders get credit over others is to look at an arcade game popular in colder climates or any place where hockey fans congregate. Today’s Tedium is looking at bubble hockey and the lawyer-turned-game-maker that became its chief champion—and why it might matter to American patent law in coming years.

    • The World Language

      In Lojban there is an expression, “malglico” (c pronounced as sch) which means “English can go to hell“.

      (L1 means first language, the first language a given person has learned (“mother tongue” as it used to be called), and L2 means all other languages.)

      But English is the world’s most widely spoken L2; four times more people know it than the second most common L2, the MSA variety of Arabic. Though that’s just a written language, and we were talking about spoken L2. Hindi in that case, also about a quarter of English.

    • Stumbles in the door...

      I am being demoted at work. It is a administrative reorganisation thing, unique I guess to huge administrations. Same job, same money - for now, different title (under-minion) Someone somewhere does not know what I do, and luckily management are asking awkward questions...

    • Integrity/Availability

    • AstroTurf/Lobbying/Politics

      • The global dangers of Elon Musk’s Twitter takeover

        The internet was abuzz yesterday after news broke that Elon Musk’s $44 billion buyout of Twitter had gone through. Musk, a self-proclaimed “free speech absolutist,” has made it clear that he believes Twitter overzealously moderates content and that he favors an approach with fewer takedowns, open algorithms, and “authentication of all humans.” In announcing the agreement, he said: “Free speech is the bedrock of a functioning democracy, and Twitter is the digital town square where matters vital to the future of humanity are debated.”

    • Civil Rights/Policing

      • According to Wikipedia, AAA has a bad record of supporting measures that harm motorists and car owners. – BaronHK's Rants

        It’s always nice to find out that an organization you pay membership dues to every year is lobbying to foist reduced speed limits that rack up more fines from the state, speed trap and red light cameras that were the center of another Illinois bribery and corruption scandal, which increase car accidents but are kept as a license to rip off the public, a federal 55 mph speed limit that existed in my lifetime that nobody paid attention to and went mostly unenforced in many states because even the cops thought it was so stupid, and billing people a VMT tax on top of the gas tax on top of the registration fees.

    • Internet Policy/Net Neutrality

      • Third Party



        As I write this post, I am frustrated. Why am I frustrated? Because I found a little old site that had but one functionality: you input a Twitter user into the single search field and get all their media. And then I lost the tab. You're probably thinking without the fatty JS it would be Nitter which is indeed great; except that wasn't it because it was way simpler than Nitter.

        These days when you stumble upon a humble Web 1.0 or even 2.0 site that's still up and runnning chances are it's a no-nonsense, no-BS website that does exactly what it says on the tin. You can't say the same of all the sites hawking automation tools for this or that or meant to pump up search results.

    • Monopolies

      • Copyrights

        • Public Domain Review“A Sword was Seen in the Sky”: *A True and Wonderful Narrative* (1763) – The Public Domain Review

          So opens the first of two accounts detailing unusual phenomena seen in the skies over Riga and Kirschberg (near Gdansk) in 1763. Published by Mannheim-born Philadelphia printer Anton Armbruster the following year, this short pamphlet was a translation of a German broadside titled Zwei wahrhafte von gantz besondrn Himmels–Zeichen. Why this translation for Philadelphia? Such strange news from Prussia would have likely appealed to the city's many German immigrants, but there was maybe more to Armbruster’s publication. Despite occurring across the other side of the world, such ominous signs from a wrathful God unhappy with a wayward populace, could speak to the citizens of the much-embattled Pennsylvania Province.

          The year of 1764 was a troubled time for Philadelphia. After Armbruster’s former business partner Benjamin Franklin had, in early February, turned back the Paxton Boys vigilante mob on their way to murder Susquehannock Indians, a pamphlet war broke out in the City of Brotherly Love. Nearly a quarter of the seventy-plus pamphlets either excoriating or apologizing for the Paxton gang’s violence were printed on the press owned by Benjamin Franklin and operated by Armbruster. Did the latter then take a break from the ongoing provincial war of words to issue a transcendental warning to Philadelphians?

        • Public Domain ReviewTrade Edition of *Affinities* Now Available for Pre-order – The Public Domain Review

          This time last year we were in the heady whirl of the crowdfunding campaign for Affinities, our very special book of images made to celebrate 10 years of The Public Domain Review. A whopping 2800 of you ended up buying a copy and — after a long and patient/impatient wait — they have finally started arriving to doors, hands, and eyes over this last week or so.

          If you missed out on a copy through the crowdfunder, some good news — there will be a trade edition published by Thames and Hudson! It has a different cover and subtitle to the clothbound Volume edition, but the glorious insides are exactly the same. We are super excited that people who missed out first time round will be able to get a copy — and that it can sit in real-life bookshops and reach a wider audience beyond the PDR faithful.



Recent Techrights' Posts

Microsofters' SLAPP Censorship - Part 2 Out of 200: Detailed Timeline From 2012 (Attack on Reporters That Question Restricted Boot) to 2024 (Lawsuit Against Reporter and His Wife in Another Continent)
we reproduce a document produced 2 years ago to give people more context and more facts
GNU/Linux in Laptops/Desktops Still Matters, It's Likely the Only Way to Achieve Software Freedom
Software Freedom requires all sorts of things at the "OS level"
 
FSF Promoting Richard M. Stallman (RMS) Talk in Switzerland in Just Over a Day From Now
RMS may have more talks on the way
Why Slop Will Flop - Part IV - We've Seen the End of It
Some years ago they insisted blockchains would revolutionise everything
Android is Proprietary 'Linux' and It Becomes More Malicious Over Time, Google Only Delayed What It Planned All Along
Google is a proprietary software giant, GSoC is only a distraction and confusion
Links 04/03/2026: Scam Altman Causes Chatbot Sub Numbers to Plunge, "Stocks Drop as Inflation Risk Emerges"
Links for the day
Why Slop Will Flop - Part III - Our Relationship With Slop (and Yours)
I never - except inadvertently - "used" an LLM-based chatbot
Why Slop Will Flop - Part II - Devil in the Details
News sites or social control media sites which tolerate slop are digging their own grave
Simpler Means Faster
Do you know your bottlenecks?
Gemini Links 04/03/2026: About a Missing Symbol and "Good Manners"
Links for the day
The Register MS Takes Money From Chinese Surveillance Threat to Promote a Ponzi Scheme
"Sponsored by Huawei."
Nicaragua's GNU/Linux Usage Measured at Over 8% by statCounter
Nicaragua is a poor country, but it also has rich culture
Why Slop Will Flop - Part I - Slop Fatigue Prevalent
See, sooner or later people (audiences of colleagues) find out and as soon as they find out you are slopping, they will lose interest
Links 04/03/2026: "The EU moves to kill infinite scrolling" and a call to "Nationalize Amazon"
Links for the day
Coming Soon: Evidence of Abuse in Our IRC Network
IRC's freedom can sometimes be its 'weakness' if not properly guarded
High GNU/Linux Adoption in Brunei Darussalam
It's worth noting (or at least noticing) that Microsoft loses ground in some of the countries where the government contracts paid the most
Media Blackout Reducing or Preventing Press Coverage of Microsoft Layoffs in 2026
Worse yet, there will be gaslighting and deceit
Gemini Links 04/03/2026: The Garnet Star, The Hunt, The SYN Attacks
Links for the day
The EPO's General Consultative Committee (GCC) Discussion Illuminates How Much Worse Things Have Gotten ("on Strike and Participated in the 'Meeting'")
a videoconference - not a physical meeting - discussed EPO policies
Free Software Foundation Supports Its Founder, Advertises His Talks in Switzerland
When you suppress voices, assuming the reasons for suppression are bunk, it is always bound to backfire very badly
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, March 03, 2026
IRC logs for Tuesday, March 03, 2026
Over 1,500 EPO Workers Went on Strike Last Week
a new publication which celebrates some accomplishments of industrial actions and calls for further actions
Madame Streisand Wanted to Censor The Web, Instead She 'Created' a New Term, "Streisand Effect"
It is basically an own goal
Solicitors Regulation Authority (SRA) Failed to Detect Fraud in Law Firms... Until It Was Too Late
Earlier today we contacted some more politicians about this and received mail from them as well
Our EPO and IBM Coverage Bears Fruit
In case insiders want to get in touch with us, please ensure or at least try doing so securely
Defending Women Isn't a Crime, Everybody Can Agree on That
Their culture is unlike ours
EPO "Cocaine Communication Manager" - Part VI - Influx of Spaniards and Portuguese Workers (+77%) at Europe's Second-Largest Institution, Led by the 'Alicante Mafia'
There is now data supporting this assertion, new and complete data in fact
Links 03/03/2026: "Scam Altman in Damage Control" and Oil Traffic Disrupted
Links for the day
Gemini Links 03/03/2026: Phones, LLMs, and Changes on the Web
Links for the day
Richard Stallman Confirms Talk in Bern Next Week
Dr. Stallman has just formally confirmed his third talk this month in Switzerland
Nobody is Safe at IBM (or Red Hat)
There is no job security at IBM
GNU/Linux at All-Time High in Guam
there are many computers in that island
Bad faith: Hugo Roy knew FSFE impersonating FSF before French tribunal, colleagues deceived
Reprinted with permission from Daniel Pocock
Microsofters' SLAPP Censorship - Part 1 Out of 200: Claim No. KB-2024-001270 in a Nutshell
abuse of process by a law firm working for an American who was arrested for strangling women and another American whose own spouse calls a "rapist"
When EPO Team Managers (TMs) Are Harassing People Who Strictly Apply the European Patent Convention (EPC) in Patent Examination
There are two strikes planned for this month
Confirmed: Using Slop Gets You Fired
Let the story of Benj Edwards be a cautionary tale
Links 03/03/2026: "No one wants to read your AI slop" and "chatbots in the kill chain"
Links for the day
EPO and "Equivalent to More Than 100 Days of Strike"
The industrial actions continue and already have a positive effect
Streisand Effect, the Microsoft Way
Microsoft has once again proven the Streisand Effect
Keeping Track of IBM Layoffs in March 2026
IBM depends on bribery
GNU/Linux Measured at 7% in Yemen
Windows is too hostile and dangerous
Links 03/03/2026: Security Breaches, Iceland Wants EU Membership, and "Wall Street–Backed Lawmakers Want to Help Banks Gouge You"
Links for the day
Queensland Health Payroll System: IBM billion-dollar-blowout inquiry
Reprinted with permission from Daniel Pocock
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, March 02, 2026
IRC logs for Monday, March 02, 2026
Gemini Links 03/03/2026: GrapheneOS and Keyboard Shortcuts
Links for the day
Tomorrow should be sunny (at long last!) and a generally productive dayProductive Week Ahead
Tomorrow should be sunny (at long last!) and a generally productive day
Only One Slopfarm Seems to Have Targeted "Linux" Today
It certainly does feel like the slop hype is reaching the "late life crisis" and companies that benefited from this bubble are overdue for a day of reckoning
Microsoft Mass Layoffs: Being Sacked at 1AM in the Morning
Watch what happens to Microsoft employees who get pregnant
Links 02/03/2026: More Social Control Media Bans, Climate Change Woes, and "Journalist With Germany's Deutsche Welle Arrested in Turkey"
Links for the day
Gemini Links 02/03/2026: Small Phones, "I 3D Printed My Brain", and "Managing 5 Servers at Once with tmux"
Links for the day
IBM is Trying to Hide Mass Layoffs, Not Only With NDAs and 'Scripted' LinkedIn Posts
From what we can gather (screenshot above), today many people leave IBM and Red Hat
Richard Stallman is Giving a Public Talk This Week (Friday in Lucerne School of Computer Science and Information Technology)
His birthday is just around the corner.
Windows Falls to New Low in World's Largest Population (India)
Windows is now down to 7%
Never Miss a Good Opportunity to Shut Up and Drink Coffee
Threats come at a cost; each time you issue a threat you stigmatise yourself as a bully
Last Month Matthew Garrett Said Ridiculous Things After His Spouse Had Called Him a "Rapist", Now He's Trying to Take the Site Offline and Put My Family in Prison
The real issue of concern to him (and his alleged reputation) is the spouse and the matter is to be dealt with in America, not the UK
Machine-Generated Legal Documents, Over 2,000 Pages Sent to Us Today Alone
We now know that the papers we receive are produced using bots (algorithms)
Reporting to Our Politicians/MPs the Failure of the SRA to Stop Hired Guns Who Help Americans (Men Who Attack Women and Nowadays Also Attack British Reporters)
About a month ago my wife wrote to politicians to get the ball rolling
The Topic Many People Don't Want to Talk or Write About
"DEI" is inherently about making racial and gender patterns better reflect society's
XBox is Virtually Dead Already, What Next Will Die at Microsoft?
Now that there are mass layoffs at Microsoft datacentres it is not premature to speculate about what dies after XBox
For the First Time, statCounter Measures Internet Explorer at 0.01% "Market Share"
What Microsoft replaced it with is just a Chrome clone with extra spyware
Was a Lot of "Windows" and "Unknown" in Iran Just GNU/Linux in Disguise?
more than 1 in 10 desktop/laptop requests is estimated to be GNU/Linux
"Here in the UK, GNU/Linux rose to all-time high at Windows' expense"
Will this entail Software Freedom as well? This depends on all of us
Links 02/03/2026: Claude Code Causes a Mexican Government Cyberattack, "London Repair Week" Noted
Links for the day
2026 Microsoft Mass Layoffs in So-called 'AI' Datacentres, Why Doesn't the Mainstream Media Cover The News?
What does this tell us about the state of the media?
Don't Fall for "Top X Law Firms" in "Discipline Y", They Pay $Z to Get False Endorsement/s
It's a scheme, a scam, an elaborate fraud
More Publishers Have Turned From Slop Boosters Into Slop Sceptics and Critics
There's a "hidden cost" when one participates (for profit) in "pump and dump" schemes
TeX Live Has New Release, But Planet Debian Won't Tell You That
It 'unpersoned' the developer
LLM Slop Does Not Know People (It Knows Nothing) and Cannot Distinguish Between People. It's a Recipe for Disaster.
no way of knowing who's who
"Over 1,100 Law Firms Gone in Five Years" in the United Kingdom (UK) Alone
There are basically way too many lawyers (looking for "business", e.g. threats and lawfare) and not enough positions to fill
Microsoft FUD From Microsoft Site Helps Distract From Actual Microsoft Back Doors
Published on a Sunday
Free Software Foundation Needs to Become More Active in Europe to Avoid Impersonation by Microsoft-Sponsored Groups
So far we've hardly seen the FSF saying anything at all about the US president
Links 02/03/2026: "Not Envious of Billionaires" and Palantir SLAPPs "Swiss Magazine For Accurately Reporting That The Swiss Government Didn't Want Palantir"
Links for the day
There Has Never Been a Better Time to Quit Social Control Media
Those networks are selling something. And that something is not peace because peace does not sell "attention".
Microsoft Users Drowning in Slop, If They Complain Microsoft Censors Them
Like an authoritarian regime
IBM is Killing Red Hat's Portfolio - Including Linux - to Prop Up Ponzi Scheme ("AI")
IBM is killing Red Hat
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, March 01, 2026
IRC logs for Sunday, March 01, 2026
Speed of Sites Matters
Being easily accessible all the time matters to us
Gemini Links 02/03/2026: Weird Phone Calls, Small Phones, and Exploring Racket
Links for the day
Dr. Andy Farnell on "Good Tech"
in the age of "rent everything" and "own nothing"