Bonum Certa Men Certa

Links 28/04/2023: Dropbox Collapses, Promises 'Hey Hi' (AI) to Shareholders



  • GNU/Linux

    • Desktop/Laptop

      • EIN PresswireKubuntu Focus Announces the Focus Ir14 Laptop in Partnership with Carbon Systems

        Today the Kubuntu Focus team announces their latest Linux laptop: The Focus Ir14 developed in partnership with Carbon Systems of Santa Rosa, CA. This laptop is an affordable, enterprise-ready system designed to exude quality everywhere the customer looks and touches. This is the fourth Focus model featuring Kubuntu LTS and the KDE Plasma interface.

    • Audiocasts/Shows

      • The BSD Now PodcastBSDNow 504: Release the BSD

        FreeBSD 13.2 Release, Using DTrace to find block sizes of ZFS, NFS, and iSCSI, Midnight BSD 3.0.1, Closing a stale SSH connection, How to automatically add identity to the SSH authentication agent, Pros and Cons of FreeBSD for virtual Servers, and more

    • Kernel Space

    • Applications

      • OMG! LinuxQuickly Identify Songs on Linux Using Mousai

        Mousai is a song recognition app for Linux built in GTK4/libadwaita and Rust. It uses the AudD song recognition API to match the music you ask it to listen to with songs to established work.

    • Instructionals/Technical

      • OSTechNixHow To Reset Root Password In Fedora 38, 37, 36, 35

        Forgot the root password in Fedora? Do you want to change the root user password in your Fedora system? No problem! This brief guide explains how to change or reset root password in Fedora.

      • FOSSLinuxHow to find default gateway IP in Linux

        In this guide, we will explore various methods to find the default gateway IP in Linux, using both command-line tools and the graphical user interface. Whether you're a seasoned Linux user or just starting your journey, these techniques will equip you with the knowledge you need to navigate the world of Linux networking with confidence.

      • Dante CatalfamoMounting FreeNAS Shares on OpenBSD

        For whatever reason, I'm only able to mount the share if used the TCP option. I'm not sure if this is a me issue, an OpenBSD issue, or a FreeBSD issue, but I'm putting it out there in case anyone else runs into the same problem.

      • University of TorontoI can't recommend serious use of an all-in-one local Grafana Loki setup

        Grafana Loki is often (self-)described as 'Prometheus for logs'. Like Prometheus, it theoretically has a simple all in one local installation mode of operation (which is a type of monolithic deployment mode), where you install the Loki server binary, point it at some local disk space, and run Promtail to feed your system logs (ie, the systemd journal) into Loki. This is what we do, to supplement our central syslog server. Although you might wonder why you'd have two different centralized log collection systems, I've found that there are things I like using Grafana Loki for.

        However, I can no longer recommend running such an all-in-one Grafana Loki setup for anything serious, including what you might call 'production', and I think you should be wary about attempting to run Grafana Loki yourself in any configuration.

      • Linux CapableHow to Install Microsoft Edge on openSUSE Leap | Tumbleweed [Ed: Edge is Microsoft malware that steals people's passwords and spies on everything. Why promote malware to GNU/Linux users?]

        Microsoft Edge is a modern web browser developed by Microsoft, designed to provide users with a fast, secure, and feature-rich browsing experience.

      • FOSSLinuxHow to mount and manage external storage devices on Ubuntu

        In this guide, we'll walk you through the process of mounting and managing external storage devices on Ubuntu. We'll cover detecting devices, mounting and unmounting, file system compatibility, and using external drives with Ubuntu Server.

      • LinuxStansHow to Run an Ubuntu Update

        In this tutorial, we will show you how to run an Ubuntu update - how to update your software/packages on Ubuntu and how to update the version of Ubuntu you're running.

      • UNIX CopHow to batch convert JPG to PNG files

        In this post, you will learn how to batch convert JPG to PNG files. The process is simple, but believe me, many times it can save you. Imagine you have many JPG files and, for whatever reason, you need to convert them to PNG.

      • Linux CapableHow to Install RetroArch on Ubuntu 22.04 | 20.04

        As a Linux user, you might have encountered various gaming and emulation platforms like Citra or Dolphin. However, if you are a true retro gaming aficionado, there's one software that you should consider installing: RetroArch.

      • Linux CapableHow to Install Terminator on Ubuntu 22.04 | 20.04

        Terminator is a sophisticated terminal emulator program designed for users requiring a more advanced and customizable environment than traditional terminal emulators.

      • Linux LinksAlternatives to popular CLI tools: whois

        whois searches for an object in a RFC 3912 database. We spotlight alternative tools to whois.

      • Linux CapableHow to Install Redis on Ubuntu 22.04 | 20.04

        Redis, which stands for Remote Dictionary Server, is a powerful, open-source, in-memory data structure store that has taken the world of data storage by storm. It is renowned for its versatility, as it supports various data structures such as strings, hashes, lists, sets, and more.

      • Linux CapableHow to Install Citra on Ubuntu 22.04 | 20.04

        Welcome to the fascinating world of Citra, a high-performance open-source 3DS emulator designed to bring the incredible Nintendo 3DS gaming experience to your Ubuntu computer.

      • Unix MenHow To Install and Use the Linux Bat Command

        The bat command works just like the cat command does on Linux. The difference is that the bat command is more modern, boasting a more readable design and features like Git integration and syntax highlighting.€ 

      • Unix MenHow To Install Discord on Linux (Step by Step)

        2015 was a great year for gaming – some of the top games of the year included Witcher 3, Super Mario Maker, Bloodborne, Rocket League, and Until Dawn.€ 

      • It's UbuntuHow To Fix ‘NTFS Partition Is In An Unsafe State’ Error In Linux

        You might come across this error when you try to boot a live cd on Windows 10 or Windows 11 or even Windows 8 too.

      • Linux HintWhat is the Purpose of a docker-compose.yml File in Docker?

        The main purpose of a “docker-compose.yml” file is to simplify the process of deploying and managing multi-container Docker applications.

      • Linux HintWhat is the Difference Between Docker and Podman?

        Docker uses a client-server architecture whereas Podman is a Daemon less container engine. Podman is more secure, lightweight, and portable than Docker.

      • Linux HintWhat is Docker Bind Mounts?

        A Docker bind mount is a type of mount that permits users to map a directory or file on the host system to a directory or file inside a container.

      • TecMintExplanation of “Everything is a File” and Types of Files in Linux

        If you are new to Linux or have used it for a few months, then you must have heard or read statements such as “In Linux, everything is a File”.

      • Make Tech EasierHow to Block Ads with Pi Hole

        A Pi-Hole is a network-wide ad blocker that intercepts ads on any device on your network. It targets a list of thousands of ad-serving domains and directs their content to a black hole, removing them from sight. It can work any any device that's connected to your network, without additional software. It even runs in mobile device apps, reducing bandwidth usage and improving performance. This tutorial shows how to run Pi Hole on your Linux machine.

      • Linux Audio and Video Command Cheat Sheet

        Linux audio and video commands refer to command lines for tools and utilities for processing, converting, playing, and recording audio and video. The following commands are useful for developers, audio engineers, and video editors who work with multimedia files on Linux. Command Description ffmpeg Tool used to convert and process video and audio.

      • Linux LinksAlternatives to popular CLI tools: find

        This article spotlights alternative tools to find.

      • Linux JournalTroubleshooting the "Temporary Failure in Name Resolution" Error in Linux

        Linux users may encounter the "Temporary failure in name resolution" error while trying to access websites or execute networking commands. This error indicates that the system is unable to translate a domain name into its corresponding IP address. Several factors can contribute to this error, including network connectivity issues, incorrect configuration of the resolv.conf file, and firewall restrictions. In this guide, we will explore the common causes of this error and provide solutions to help you resolve the issue.

        Common Causes and Solutions
      • Best way to install Chrome browser on Ubuntu Linux

        We can use GUI and the command line method to install Google Chrome on Ubuntu Linux, however, the terminal is the best way to configure the Chrome browser.

      • CNX SoftwareUse Kea DHCP server as ISC DHCP server (dhcpd) is being phased out

        The ISC DHCP server (dhcpd) was traditionally used to set up a DHCP server in Linux, but the software is reaching end-of-life, and the Internet Systems Consortium is now recommending their own Kea DHCP server or alternatives such as Dnsmasq or udhcpd (as found in Busybox) as a replacement.

      • ID RootHow To Install Cacti on Fedora 38

        In this tutorial, we will show you how to install Cacti on Fedora 38. If you're a network administrator, you know the importance of monitoring your network's performance. One of the best tools for doing this is Cacti, an open-source network monitoring and graphing tool.

      • KifarunixIntroduction to Kubernetes: What is it and why do you need it?

        This tutorial serves as an introduction to Kubernetes: What is it and why do you need it? If you are into containers, there are high chances that you have heard about Kubernetes, commonly abbreviated as K8s. So what is Kubernetes? Why do you need Kubernetes, how does Kubernetes work?

      • All About the Raspberry Pi Pico File System

        Have you tried playing around with the Raspberry Pi Pico file system? Have you tried storing anything else besides Python script files?

      • Trend OceansHow to Install MySQL Server and Client Properly on Linux

        To install MySQL server on your Linux machine, follow this article step-by-step, which provides you with clear instructions on how to download and install MySQL as well as how to configure and secure it.

    • Games

      • Tom's HardwareSteam Deck Controls a Real Ukrainian Army Machine Gun Turret: Report [Ed: That's GNU/Linux with KDE]

        The Ukrainian army has demonstrated a remote machine gun turret that appears to be powered and/or controlled by Valve's Steam Deck.

      • Godot EngineGodot Showcase - Cassette Beasts

        We interviewed Jay and Tom from Bytten Studio about Cassette Beasts.

      • Björn WärmedalMy Continued Romance With OpenTTD

        I keep playing this game regularly. I enjoy it immensely in single player and multiplayer alike and I'm not just going down the rabbit hole; I'm actively digging it deeper.

        I've already mentioned that I've made my own mod for it, called Tea Tea Deluxe. That was some time ago by now, of course. A lot has happened since.

    • Desktop Environments/WMs

  • Distributions and Operating Systems

    • GNUDragora 3.0-beta2 released

      I am pleased to announce the release of dragora 3.0-beta2.

      Dragora is an independent GNU/Linux distribution project which was created from scratch with the intention of providing a reliable operating system with maximum respect for the user by including entirely free software. Dragora is based on the concepts of simplicity and elegance, it offers a user-friendly Unix-like environment with emphasis on stability and security for long-term durability.

      It has been a long time since there was an announcement about a version of Dragora, and it is that work continues on it, as who says "better late than never!".

      It is worth mentioning that Dragora series 3 is a new development that started back in 2012 to give rise to new research and to try to improve the quality taking into account the previous experience in the achieved series. This series offers a fully automated build process, made from scratch to achieve a distribution without any contamination from the host system, in order to obtain a controlled and pure system.

      The current technical scheme consists of the C Musl library, SysV init, Perp for reliable monitoring of services (or critical system daemons), own text-menu based tools (for configuring the keyboard map, console mouse, and an interactive installer), plus a local package manager called Qi to complement a powerful tool called Graft for local package management under a single directory hierarchy; packages are installed in the /usr/pkg hierarchy where it is possible to enable/disable, or change package versions via graft.

      In terms of security, Dragora offers the security that can be found in commercial distribution projects. This is by using LibreSSL, the security features provided by the C library plus the security options provided by the GNU C compiler (GCC). Added to the good practices that are intended to be put in Dragora.

      We are not mentioning the ethical part here, since Dragora is the first distribution to fully adopt the Linux kernel of our preferred flavor, Linux-libre!. Being a controlled build process, it is assumed that the distribution remains 100% libre (or free as in freedom). If it is not, please report it immediately for correction. Note: this also helps security in the sense that we don't have problems with cumbersome or un-auditable code in an honest way.

      Changes in this version:

      Many, many things have happened since the release of dragora-3.0-beta1. The bad news is that it is still not complete as we would like it to be, the good news is that it has been completing as follows.

      * The performance has been greatly improved compared to -beta1.

      * The hybrid live ISO creation has been enhanced. Now the ISO image includes all software packages to date, the initial screen where you can choose to run the current (full) version of the live system, or where you can install it on hard disk. The packages are located inside the /var/cache/qi/packages directory. It is worth mentioning that the password requirement has been removed.

      * All Dragora tools have been improved, including better messaging and bug fixes in the code. Thanks to all who contributed to this.

      * Dragora now features the Trinity Desktop Environment (TDE). Thanks to the developers of TDE for the feedback!.

      * The LLVM compiler (v15.0.7) has been added to this beta, along with the Rust programming language (v1.64.0).

      * As part of version control systems, this beta now includes: fossil-2.20, mercurial-6.4.2, cvs-1.12.13, rcs-5.10.1.

      * The shipped kernel is linux-libre-6.1.23 with a new generic configuration. Also we ship linux-libre-firmware-1.4.

      * GNU Wget2 has been added, version 2.0.1.

      * The Python 2 support has been removed, we provide Python 3.9.16 instead.

      * Meson 1.1.0 and Ninja 1.11.1 have been added to Dragora.

      * The Lua programming language and luarocks have been added to Dragora.

      * We offer xorg-server-21.1.8 along with an upgraded stock; i.e, drivers, libraries, applications.

      * On this occasion, Connman, IW, and IWD have been added to complement the networking support on user-space.

      It would take too long to mention the rest of the changes here, and it's not meant to be boring; rather communicate that the project continues to improve, respectively the website plus the ongoing documentation. We appreciate your interest in trying Dragora, as well as any help you can provide. Thank you!

      The homepage is at https://www.dragora.org

      Dragora can be downloaded from an available mirror, please check https://dragora.org/en/mirrors.html

      The SHA256 sum is:

      c40f4a1a8755cde20cd69289e1c595524d69862a1d178ce8697334684f828014 dragora-3.0-amd64-beta2-dvd.iso

      Please test and send suggestions to <dragora-users@nongnu.org>.

      Best regards, Matias Fonzo, Dragora author and maintainer.

    • Barry KaulerMore Flatpaks added to Installer

      The nickname for the Flatpak Installer is "Flapi". I recently reported on a showstopper problem:

      https://bkhome.org/news/202304/still-struggling-with-the-flatpak-sandbox.html

      ...the report was 'ldconfig' failing when attempted to run QGIS. Well, it is worse then that. It is not just QGIS, the showstopper affects all installed Flatpaks. Something happened that triggered this need to run 'ldconfig' and create a temporary cache under /run. Once this has happened, that's the end of the line, finito for Flatpaks.

    • Barry KaulerRestrict list of apps offered to run in a container

      In EasyOS, the inbuilt browser is Chromium; however, there are two menu entries in the "Internet" category, "Download latest Firefox" and "Download latest Vivaldi".

      Alfons sent me an email that Firefox does not work in a container.

      When Firefox is downloaded and installed via the menu entry, it will run in the main filesystem, as user "firefox". Firefox has its own sandbox and in combination with running as user "firefox", this is already a pretty secure situation. Maybe not quite as good as running in a container, but pretty good.

  • Free, Libre, and Open Source Software

    • Web Browsers/Web Servers

      • FOSSLinuxThe 10 Best Web Browsers for Ubuntu in 2023

        Ubuntu is one of the most popular Linux distributions out there, and it’s also one of the best choices for people looking for a stable, secure, and easy-to-use operating system. One of the critical components of any operating system is its web browser. Ubuntu comes with a built-in web browser called Firefox, but there are also many other excellent web browsers available that you can use.

        This article will explore the 10 best web browsers for Ubuntu in 2023. We’ll review each browser’s features, pros, and cons and provide installation guides. Whether you use the internet frequently or perhaps occasionally, there’s a browser on this list that will suit your needs.

    • SaaS/Back End/Databases

    • FSF

      • FSFTech team intern Nick Shrader shares why free software is important

        Hello all! My name is Nick Shrader, and I've recently completed my internship with the Free Software Foundation (FSF) tech team from December 12, 2022 to March 3, 2023. I also assisted the tech team at this year's LibrePlanet conference in person in Boston, MA, which was held March 18-19, just a few weeks after completing my internship.

        I am thirty-three and relatively new to free software. I became interested in free software approximately four years ago, after a bad case of proprietary software rot led me to start my journey up the freedom ladder. My Windows 8 computer had started routinely giving me one-hour-or-longer software upgrades. I had already reinstalled the operating system (OS) maybe twice when I thought, "Am I getting prodded into upgrading the OS on my fairly new computer already?" The computer was only a year or two old, so I expected it to work without unwanted "upgrades." Mainly, I used my computer for music production and gaming, and, after some cursory Internet searches, I found that the software I needed for those were available on free operating systems. Soon thereafter, I installed a distribution of GNU/Linux. Nowadays, for music production I use Ardour, and for gaming I use Freeciv, Red Eclipse, and Warzone 2100. Moreover, my free operating system doesn't prod me into unwanted "upgrades."

    • Programming/Development

      • Matt RickardPrinciple of Least Astonishment

        Systems should behave in a way that is least surprising to the user. This idea is the overarching theme of many of my thoughts on product development. It shows up again and again in different places.

      • Daniel LemireHotspot performance engineering fails

        Developers often believe that software performance follows a Pareto distribution: 80% of the running time is spent in 20% of the code. Using this model, you can write most of your code without any care for performance and focus on the narrow pieces of code that are performance sensitive. Engineers like Casey Muratori have rightly criticized this model. You can read Muratori excellent piece on his blog.

      • EarthlyFive Common Mistakes To Avoid When Learning Golang

        Golang (or Go) is an open-source programming language that was developed by Google engineers. It was designed to build efficient, reliable, and robust applications, and it is a statically compiled language used for building modern and scalable applications. Go is known for it’s concurrency support, which makes it easy to write programs that can perform multiple tasks simultaneously. It has a garbage-collected runtime and a rich standard library, making it easy to develop applications without relying on external dependencies.

        It has gained popularity among developers over the years for a variety of reasons. One of the main reasons is its simplicity. Go has a clean, easy-to-learn syntax, which makes it easy for new developers to pick up and start using. Additionally, it places a strong emphasis on readability, which makes it easier for teams to collaborate and maintain code. Go is also known for its performance. It is a compiled language, which means that it is compiled into machine code that can be directly executed by the computer’s processor. This makes Go programs fast and efficient, especially when compared to interpreted languages like Python or Ruby. However, when learning Golang, there are common mistakes made by beginners or experienced developers in understanding basic concepts.

        In this article, we will go over these five common mistakes and how to ensure we avoid them.

      • Murena is eating the world
      • ChrisPrecel: Like Excel but for Uncertain Values
      • QtUnifying Qt::TimeSpec within QTimeZone

        Qt 6.5 sees a quiet revolution in QDateTime's API, built on one in QTimeZone.

      • Venture BeatInfluxData releases InfluxDB 3.0 product suite for time series analytics

        InfluxData is betting on Rust (the programming language) to power the newest version of its InfluxDB time series database product portfolio.

      • Linux HintWhat Are Structures in Golang

        In Golang, a structure is a composite data type that consists of zero or more named fields, each of which has a specific type. Read more in this guide.

      • Bryan LundukeFunny Programming Pictures Part XXX

        Yep. XXX. Oooooh, boy! You know what that means!

      • Shell/Bash/Zsh/Ksh

        • TecAdminHow to Remove Substrings Using ${} in Bash Scripts

          String manipulation is a vital skill for any programmer or developer, and the ability to work with strings effectively can significantly enhance your efficiency and productivity. In Bash, one of the most common string operations is removing substrings from a given string.

      • Java

  • Leftovers

    • QuartzElizabeth Holmes made an eleventh hour attempt to delay her prison sentence

      Elizabeth Holmes has managed get a bail extension one day before she was due to report to prison.

    • MWLI Have A Dream

      If someone demanded I summarily declare why I have achieved my modest success where so many other writers haven’t, I would have to say it’s because I mercilessly separate dreams and goals and only act upon the latter. What’s the difference? A goal is something I control.

    • ShadowproofProtest Song Of The Week: ‘We Are All Prostitutes’ By The Pop Group

      Mark Stewart made several contributions to the canon of protest music as part of the pioneering UK
      post-punk band The Pop Group, his solo work, and various other projects. He died on
      April 19, 2023, at the age of 62, and no cause of death was immediately shared.

  • Gemini* and Gopher

    • Personal

      • Raven Photos 2023-04-27 (Fairbanks, AK, USA) From Yesterday

        I caught these moments of a raven in the Fred Meyers parking lot, checking out a coffee container, and then taking flight. This is a common enough sight in Fairbanks, but it was the first time I came across one while having my S5300 camera at hand.

      • Yretek - A fantasy map of small patch of land called Las Sierras

        It might not have come to your attention that I have uploaded a few fantasy maps. Most of them are made using an online tool called Inkarnate that with a little skill and a wee subscription allows you to produce some half-decent map. All of them, until now, I've created as an exercise in nostalgia, as a tool for my stories, or just for pure fun and pleasure with the added hope that it might get useful to somebody

    • Technical

      • My Continued Romance With OpenTTD

        I keep playing this game regularly. I enjoy it immensely in single player and multiplayer alike and I'm not just going down the rabbit hole; I'm actively digging it deeper.

        I've already mentioned that I've made my own mod for it, called Tea Tea Deluxe. That was some time ago by now, of course. A lot has happened since.

      • Mutt Configuration Notes

        I recall there were some posts a while back — somebody complaining about there not being enough technical content in geminispace. Or was it too much? I can't remember. Anyway, here are some notes on Mutt configuration.

        One of the great things about Mutt is that is can be configured, customized, and reprogrammed with much the same depth and flexibility as you get with other free software packages like Emacs. With Mutt, you don't get a full-fledged lisp environment to write programs on top of it, like in Emacs. But it does have variables, functions, hooks, and programmable keyboard macros. It also has something called "MuttLisp" but it has less than a dozen words, not including any of the usual lisp primitives you would expect for writing programs or building syntax.


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



Recent Techrights' Posts

European Patent Office (EPO) Series: Legal Concerns and Suspicions of Irregularities
complaints submitted to OLAF
GAFAM and IBM Dying in Massive Debt, Hence the Mass Layoffs (Increasingly Silent Layoffs That the Media Fails to Mention)
the integrity of this economy is only as good as its leaders or those who govern the market
SLAPP Censorship - Part 134 Out of 200: What "Majority Rules" Tell Us About the Litigant
we press on with this series
Overshoot Day Sites That Contribute to the Problem
Some of these are not even accessible (at all) without JavaScript
As Expected, Facebook Collapses, Microsoft Hides Massive Debt
GAFAM is a giant mountain of debt
Staff of EPO Cautions Against Unlawful Weaponisation of PIPs Against Industrial Actions That Protest Corruption
PIP-like sanctions against anybody who does not toe the line of Cocaine King?
 
More Fake News From (and for) IBM, Nobody Ever Held Accountable for Fraud
Companies that turn a blind eye to their own corruption end up recruiting more corrupt people and sacking those who object to the corruption
Links 30/07/2026: Smol Document Server and More PalmOS-ing
Links for the day
Links 30/07/2026: Microsoft Refuting Its Own Slop Hype and "Amazon Is Gutting Its Hey Hi (AI) Division" (GAFAM Bubble)
Links for the day
Today The Register MS Published "AI" Spam and Fake Article by "Senior Technical Marketing Engineer"
unethical practices
Cult inquiry parliament leak fallout
Reprinted with permission from Daniel Pocock
Techrights Will Always Protect Sources
Our #1 priority is sources
The Era of Silence
So stay silent, remain hidden
TheLayoff.com Deletes Comment That Called IBM's Previous CEO, Ginni Rometty, "Gin 'n Tonic"
It is hard to believe the comment was deleted for being a duplicate (in another thread)
The Mainstream Media Continues to Overlook or Intentionally Ignore Hundreds of Billions in Hidden/Secret Microsoft Debt
the issue is that Microsoft's crisis is a lot greater and broader than this
Microsoft May Have Gotten Rid of 8% of Its Workforce This Month
It's hard to know what's really going on because there's no transparency due to NDAs
Links 30/07/2026: "Age of Irrationality", Google Losing Money, and "House of Ellison is on the Brink"
Links for the day
Gemini Links 30/07/2026: Homeworlds Notes and Manuscript Submitted
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, July 29, 2026
IRC logs for Wednesday, July 29, 2026
At The Register MS "PARTNER CONTENT" Means Company Writing Fake Articles About Itself and Its Own Products
At The Register MS, content-farming has become a thing
IBM, Running Out of Things It Can Sell, is Selling Software Patents
IBM is not just pathetic; it's actively harmful because it lobbies for software patents and spreads software patents around
Gemini Links 29/07/2026: Star Trek, Retirement, and ODEs in GNU Octave
Links for the day
Links 29/07/2026: "BuzzFeed Lays Off 33 Percent of Remaining Staff" (Trying LLM Slop Some More), Scam Altman Mocked by the Media
Links for the day
GNOME Curated and Censored by IBM (Under the Guise of "Code of Conduct")
Felipe Borges (IBM) has just posted a follow-up
Digital Mass Surveillance as a Hallmark of Failed Societies
"small leap forward in tech ethics"
I Found a Typo, Don't Vote!
Social control media isn't good at adding any meaningful signal
Jeremy Sands Explained the Harms of Codes of Conduct
next week the 500th show milestone [is reached]
Tonight's Earnings Report From Microsoft and Facebook ('Meta') Will be Faked Because They Hide Almost a Trillion Dollars in Debt
The US economic system is only as honest as the people who govern it
The Vacuum Syndrome
Parables help
The Only Old People Who Can Survive IBM Are the CEO and His Circle of Enablers
very similar to what's happening at the EPO
The 'Church' of Moglen/Stallman
'reunion' with Eben Moglen
Microsoft Layoffs Aren't Done Ahead of the Need to Tell Shareholders About "Efficiency" (Tonight)
Microsoft layoffs won't be "Done" until what's left of Microsoft is "None"
Microsoft Lacks Growth. Ahead of 'Results' The UK's Competition and Markets Authority (CMA) Finds Merit in Allegations Slop is Microsoft's Excuse for Price Hikes (Piggybacking Vendor Lock-in).
At this stage it's not hard to see why many nations gravitate away from Microsoft
Parliament leaks confidential cult inquiry witness contact list (COFG Victoria)
Reprinted with permission from Daniel Pocock
Troll-Feeding is Time-Wasting
in social control media
WordPress is Technical Debt
There are a number of technical tasks underway and maybe some testing (this coming weekend or later)
Will Red Hat Still Exist in 2027 or Just Become a "Brand" at IBM?
Whistleblowers told us IBM was laying off about 500 Red Hat engineers earlier this year
Call for IBM Whistleblowers
If you work for IBM and have something material (like balance sheets) to prove financial misconduct, please try to 'touch base' and establish a secure communication channel we can both use
EPO Series on EU and Pan-European Corruption, Vote-Rigging, Extending Beyond the EPO Itself
By Saturday it will be August already, so we'll start preparing for Rianne's birthday
SLAPP Censorship - Part 133 Out of 200: Lies by Omission
As usual, the other side wants people to ignore how much they lost
European Patent Office (EPO) Series: Streamlining the Decision-Making Process
Negrão was one of 17 applicants for the position but he somehow managed to end up as the sole candidate on the shortlist prepared by the Management Board in June 2020
Links 29/07/2026: "Hugging Face Has a Deepfake Nudes Problem" and "$1.5B Anthropic Copyright Infringement Ruling" (Plagiarism is Not "Training")
Links for the day
Comments on Today's Judgment
It hopefully helps clarify what actually happened
Microsoft Has Fallen to #3 in Singapore
There are many technically talented people in Singapore or overseas workers who lodge in Singapore
Thank You, Andy
Burnham and "Tech Rights"
Solicitors Regulation Authority (SRA) Inaction and Incompetence - Part II - 77 Messages Sent, Did Not Even Investigate or Examine Any of the Actual Evidence (British Taxpayers' Money Wasted)
SRA has become known (even notorious) for inaction
Inevitable Politics
In technology, provided the work you do has growing impact (we served almost 2 million requests yesterday), things will inevitably become more political - whether you like it or not does not matter
Not Only "Loonies Take on Farage"
pretending that the opposition to the right wing is "Loonies"
Brigading Against Women - Part I - Bypassing the Legal System by Threatening Companies in Another Continent
In the next part we'll begin to connect Lozza's online activities (and court activities) to those of Garrett
IBM is Trying to Turn Debt (Borrowed Money) Into Fake Growth and It'll Worsen Matters
they put in their balance sheets a fake "growth" in something that does not even exist
Microsoft Relies on Misleading Narrative of Studios Going 'Independent'; in Reality There Are Mass Layoffs in Them
This is not a good narrative for Microsoft
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, July 28, 2026
IRC logs for Tuesday, July 28, 2026
Gemini Links 29/07/2026: Arosa, Tired Tuesday, and Constellation Browser
Links for the day
In IBM, PIPs and RAs (Layoffs) Have Become Almost the Same Thing, Workers 'Expire' With Age (Seniority, Experience) and Empathy is Punishable by Termination
IBM does seem like a dead company
At Microsoft, PIPs Are Sometimes Known as "LITE" (a Silent Layoffs Legal Hack or a Shrewd Workaround to Skirt WARN Act)
Zero "layoffs" to report
Gemini Links 28/07/2026: “Strategies Against Algorithms” and DIYers
Links for the day
"Social Dialogue" With the Man Who Never Faced Real Competition at the European Patent Office (EPO), He Buys the Voters and Eliminates Rivals
Will the "Pretender" write back?
Digital Restrictions (DRM) and Microsoft: What Kills XBox Will Kill Windows Next
Microsoft wrongly and very arrogantly assumed that users would tolerate everything it throws their way
GNU/Linux in Afghanistan Reaches 7%
For many years it was stuck at less than 1%
Greenwashing Corruption With a "Chief Sustainability Officer", Who Infamously Defended Battisetelli's Crimes at the EPO and Petitioned for Him
She was rewarded for conspiring against EPO staff, as usual
What I Explained to Police About Blackmail and Death Threats via Burner Accounts (a Practice Which Generally Constitutes a Crime)
Today I've communicated several times with police
Links 28/07/2026: "People’s Claude Chats Are Publicly Accessible Online" and SpaceX Stock Crashes Like Its Products
Links for the day
UK tech sector missing from democratic process
Reprinted with permission from Daniel Pocock
How Not to Cover Elections (Democracy Relies on Reliable, Complete Information)
Misinformed voters are a recipe for disaster
Microsoft E.E.E. (and "Bait and Switch") Going Exactly According to Plan
That is what they are trying to tell us and the companies that employ us
IBM: An Old Company That Hates Old People
Remember that's coming to Red Hat workers in 2 months
Strict Policy on Violence and Violent Language
This matter is now being escalated to law firms
Avoiding Discrimination Against People With Disabilities
work underway to improve the system which runs the sites
Links 28/07/2026: XBox DRM Doomed Everyone (Cannot Play Anything), Slop (Ponzi Scheme) Being Pinkwashed Now
Links for the day
Gemini Links 28/07/2026: Ethics, GIMP Script-Fu, SMTP Versus Gemini, and Proposal for Better TOFU
Links for the day
To a Sociopath, Ethical People Are Bad People. Don't Fall for It.
If you put sociopaths on a pedestal, the pedestal will break
Improving the Static Site Generator
Our system has fixes triaged
Diversity in Debian
bringing up the topic is the real problem, diversity itself is a taboo subject
GNU/Linux in Brazil. The B in BRIC(S).
the "market share" is assessed to be around 5%
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, July 27, 2026
IRC logs for Monday, July 27, 2026