Bonum Certa Men Certa

Links 16/04/2023: digiKam 8.0.0 and PGroonga 3.0.0



  • GNU/Linux

    • Audiocasts/Shows

      • Bryan LundukeThe very first interview about Linux with Linus Torvalds - Oct 28, 1992

        On October 28th, 1992, the first interview about Linux — with Linus Torvalds — was published in a small E-Mail newsletter.

        That newsletter, the aptly named “Linux News”, was written by Lars Wirzenius — a friend, colleague, and fellow student of Linus Torvalds’ at the University of Helsinki.

    • Graphics Stack

      • Free Desktopmesa 23.1.0-rc1
        Hello everyone,
        
        

        I'm happy to announce the start of a new release cycle with the first release candidate, 23.1.0-rc1.

        If you find any issues, please report them here: https://gitlab.freedesktop.org/mesa/mesa/-/issues/new

        The next release candidate is expected in one week, on April 19th.

        Cheers, Eric
    • Instructionals/Technical

      • Dan LangilleWhat runs on the servers at home?

        The last time I did this inventory was 2018. It is time for a refresh.

      • Remy Van ElstOpenVMS 9.2 for x86, Getting Started part 2, auto boot, licenses, PAKs, networking and SSH

        This guide is a summarized / shorter version of the official installation guide. It is tailored for hobbyist usage using VirtualBox and helps you to get set up quickly. Please refer to the official documentation for any questions. The official documentation is targeted at VMWare ESXi, this guide is for VirtualBox.

        This guide is a follow up on part 1 of my guide. You should have an installed system in VirtualBox. Make sure you also have the license files (x86community-20240401.zip) from https://sp.vmssoftware.com.

      • Disassemble all ACPI tables on your system
        $ for i in /sys/firmware/acpi/tables/*; do sudo iasl -p $PWD/$(echo $i | cut -d\/ -f6) $i && sudo chown $USER $(echo $i | cut -d\/ -f6); done
        The fact that Linux exposes the ACPI tables to the user via sysfs makes them a gold mine of valuable hardware information for low-level developers. Looping through each of them and disassembling them all makes them even more valuable.

      • Linux Cloud VPSHow to Install and Secure Redis on AlmaLinux 9

        Redis (or remote dictionary server) is an open-source in-memory data store, NoSQL database that can be used primarily as an application cache or database.

      • Linux Host SupportHow To Install Apache Spark on AlmaLinux 9

        In this tutorial, we are going to explain in step-by-step detail how to install Apache Spark on AlmaLinux 9 OS. Apache Spark is an open-source unified analytics engine used for data processing large amounts of data.

      • Trend OceansHow to Install a LAMP (Apache, MySQL/MariaDB, PHP) Server on Ubuntu

        Installing LAMP on Ubuntu is simpler than you might think. Check the complete guide to know how you can easily install Apache, MySQL, and PHP on your Ubuntu machine and start building web applications in no time.

      • FOSSLinuxHow to fix the “Read-Only File System” error on Ubuntu

        If you're an Ubuntu user and you've ever encountered the "Read-Only File System" error, you know how frustrating it can be. This error message usually occurs when the file system is set to read-only mode, which means that you cannot make any changes to the files or directories on your system. This can be a serious problem, especially if you need to write or edit files frequently.

      • How to install Android Studio on Debian 12 | 11 Linux

        Developers can install their favorite Android Studio Flamingo IDE on Debian 12 Bookworm or 11 Bullseye using the terminal commands given here. Google's team is behind the development of a popular IDE i.e Android Studio so that developers can create Android applications easily.

      • Setup Snap Store in Debian 12 Bookworm Linux

        To easily get a wide range of free and open-source software using the Snap Store GUI on Debian 12 Bookworm, here are the commands to install it using the terminal.

      • Steps to Reset your Root Password in Debian 12 bookworm Linux

        Handling multiple Linux systems or once in a while, there might be chances of forgetting the root user password. If so, here is the article to reset the root password on Debian 12 Linux (bookworm) servers or desktops.€  € 

      • Linux CapableMySQL IF ELSE with Concepts and Examples

        Are you looking to harness the power of conditional logic in your MySQL queries? Look no further! In this article, we'll explore the concepts of IF ELSE statements in MySQL, learn how to write them and dive into examples you can apply in your work.

      • Linux CapableHow to Install Yarn on Fedora Linux

        Yarn is a fast, reliable, and secure package manager for JavaScript designed to provide users with an efficient and seamless way to manage their project dependencies. Created as a response to the shortcomings of the npm package manager, Yarn has quickly gained popularity among developers for its innovative approach to dependency management.

      • Linux CapableHow to Switch Git Branch

        Git, a powerful version control system, allows developers to manage their code effectively by creating and managing multiple branches within a repository. Branches provide a way to work on different features, bug fixes, or experimental code without affecting the main codebase.

      • Linux CapableHow to Install Node.js on Fedora Linux

        Node.js is a powerful, open-source, cross-platform JavaScript runtime environment that allows developers to build server-side applications using JavaScript. Initially released in 2009 by Ryan Dahl, Node.js has become an essential tool for developers across the globe, enabling them to create high-performance, scalable, and versatile applications.

      • Linux CapableHow to Install Calibre on Ubuntu 22.04 | 20.04

        Calibre is a powerful and versatile open-source e-book management software that has been a game-changer for avid readers and e-book enthusiasts. Designed by Kovid Goyal, Calibre offers a one-stop solution to all your e-book needs, making it an essential tool for anyone with an extensive digital library.

      • Linux Cloud VPSHow to Install and Secure Redis on AlmaLinux 9

        Redis (or remote dictionary server) is an open-source in-memory data store, NoSQL database that can be used primarily as an application cache or database. Redis stores its data in memory so that it can deliver unparalleled speed, reliability, and performance.

      • Linux.orgLFCS – Setting up a DHCP Server
        Most people may not deal directly with a Dynamic Host Control Protocol (DHCP) Server. Everyone will connect to the internet at times and their device is assigned an IP Address. A DHCP Server assigns the IP Addresses to devices connecting to the specific network.

      • LinuxTechiHow to Configure FreeIPA Client on Ubuntu 22.04 / 20.04

        FreeIPA is a powerful open-source identity management system that provides centralized authentication, authorization, and accounting services. In this post, we will walk through the steps to configure FreeIPA client on Ubuntu 22.04 / 20.04.

      • Docker Management Command Cheat Sheet

        Docker management commands are used to manage Docker containers, images, networks, volumes, and much more. Using these commands, you can interact with the Docker daemon and run containers, build and push images, manage networks and volumes, and perform many other tasks.

      • TechtownTop Keyboard Shortcuts for Windows, macOS, and Linux

        Keyboard shortcuts can significantly increase your productivity by reducing the time spent navigating your computer and performing repetitive tasks. They allow you to access specific features, commands, or functions with just a few keystrokes, streamlining your workflow and enabling you to work more efficiently.

      • TecAdminA Step-by-Step Guide to Secure MySQL Server with SSL/TLS

        Ensuring secure connections to your MySQL databases is vital for protecting sensitive data and maintaining privacy. In this comprehensive guide, we will walk you through the process of configuring MySQL secure connections using SSL (Secure Sockets Layer), helping you establish encrypted communication between clients and servers.

      • Barry KaulerPre-populate SFS .png and .specs files

        The first time that you run 'SFSget', there is a delay of several minutes, while .png and .specs files are downloaded. These correspond to each SFS file available online and provide image and information in the GUI.

        A few people have asked if this delay could be shortened. Yes, it can. Those files go into /mnt/wkg/sfs, and now the '3buildeasydistro' script in woofQ will pre-populate that path with the .png and .specs files, so they don't have to be downloaded.

    • WINE or Emulation

    • Games

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • digiKam 8.0.0 is released

          After two years of development and bugs triage, and tests, the digiKam team is proud to present the new major version 8.0.0 of its open source digital photo manager.

          See below the list of most important features coming with this release.

          A huge Application as digiKam needs good documentation for end users, and is well written with plenty of screen-shots and screen-casts. We have been working many months to migrate and proof-read the old digiKam documentation based on DocBook format to a new architecture, more simple, easy to maintain, and translatable. After 20 years, we left the DocBook manual for the modern Sphinx/ReStructuredText framework. This one is really a pleasure to use by documentation writers.

  • Distributions and Operating Systems

  • Free, Libre, and Open Source Software

    • University of TorontoSome thoughts on OpenSSH versus SSH

      When I started to write yesterday's entry on how OpenSSH certificates aren't X.509 certificates, I initially titled it as being about 'SSH certificates'. This wouldn't be unusual; Matthew Garrett's article We need better support for SSH host certificates also uses 'SSH' here. I changed my entry's title out of a sense of pickyness, because although OpenSSH is the dominant SSH implementation, it's not the only one. Or maybe it is, depending on your perspective, or at least the only SSH that matters and so we might as well talk about 'SSH certificates'.

    • OMG! LinuxWike is a Wikipedia Reader for Linux Desktops

      Wike is a GTK4/libadwaita Wikipedia reader for Linux. It’s sort of like a site-specific browser for Wikipedia but offers additional features and better integration than a standard browser tab can.

    • The New StackWalkthrough: Bitwarden’s New Secrets Manager

      It was only a matter of time before a popular password manager, such as Bitwarden, would create a secrets manager...

    • SaaS/Back End/Databases

      • PostgreSQLPGroonga 3.0.0 - Multilingual fast full text search

        Hi,

        PGroonga 3.0.0 has been released!

        NOTE: If you're a PGroonga 1.Y.Z user, PGroonga 3.0.0 has an incompatible change! If you're a PGroonga 2.Y.Z user, PGroonga 3.0.0 does NOT have an incompatible change. :-)

        See also release announce blog post: https://groonga.org/en/blog/2023/04/13/pgroonga-3.0.0.html

        About PGroonga

        PGroonga is a PostgreSQL extension that makes PostgreSQL fast full text search platform for all languages! It's released under PostgreSQL license.

      • PostgreSQLDB Doc 10.2 released

        Yohz Software has released DB Doc 10.2, the PostgreSQL schema documentation tool, and is available for immediate download.

    • Programming/Development

      • WrlachNeural networks mystify me

        Neural networks (there really there is nothing “neural” about them) are really not new: I remember hearing about that as an undergraduate in the early 2000s (and I think they were rather old hat even then). At the time, they were pretty much dismissed as a warmed-over model of behaviorism, unlikely to be useful anywhere except perhaps in a few simplistic applications. Based on what I saw at the time, I agreed and basically bought into the idea that computers are mainly useful as an adjunct to human processes, systems and intuition.

      • Jason SwettWhat a flaky test is and why they’re hard to fix

        The fact that the flakiness usually can’t be reproduced locally means that it’s harder to reproduce and diagnose the buggy behavior of the flaky tests.

        In addition to the fact that flaky tests often only flake on CI, the fact that flaky tests don’t fail consistently adds to the difficulty of fixing them.

        Despite these difficulties, I’ve developed some tactics and strategies for fixing flaky tests that consistently lead to success. In this post I’ll give a detailed account of how I fix flaky tests.

      • TecAdminHow to Validate Date String in PHP: Exploring Multiple Options

        Date validation is an essential part of many web applications, as it ensures that users input correct and meaningful dates. PHP, a popular server-side scripting language, offers several functions to help developers validate date strings with ease.

      • TecAdmin12 Tips to Secure Your MySQL Database Server: Best Practices and Techniques

        Securing your MySQL database is vital to protect sensitive data and prevent unauthorized access.

      • Spidermonkey Development Blog: SpiderMonkey Newsletter (Firefox 112-113)

        SpiderMonkey is the JavaScript engine used in Mozilla Firefox. This newsletter gives an overview of the JavaScript and WebAssembly work we’ve done as part of the Firefox 112 and 113 Nightly release cycles.

      • Python

        • James GCS193p

          Flash forward years later and I found myself in love with programming, particularly Python and the web. CS193p was both exactly for what I was looking and not quite right for me at the same time: a demonstration of what was possible with programming, but that was missing the same allure that I found in Python later in my coding journey.

  • Leftovers

    • Science

    • Hardware

      • TediumSocket To Me: Why the processor socket, an important part of most desktop computers, lost its upgrade path as computers became smaller and more integrated.

        The evidence is getting stronger by the day that our computers are becoming less upgradable, with more things soldered on, glued in, and screwed down than ever. Part of this is a side effect of our computers getting smaller, but part of it also is a direct result of the companies that make our computing devices getting more protective over who can open up a machine. One company, whose name rhymes with “map pull,” has even gained a reputation for removing once-common upgradability options like RAM and storage. Because who needs a 512GB SSD anyway? It’s with this in mind that I’d like to frame today’s Tedium around the processor socket, an important part of building a computer from scratch. Make sure you have your pins all lined up. — Ernie @ Tedium

      • Ruben SchadeTower Records in Japan!

        Seeing the No Music No Life merchandise and contemporary English music interspersed with K-Pop and Japanese virtual streamers… it was uncanny.

      • Ben CongdonThe Soul of an Old Machine

        I strongly considered keeping the old MBP as a momento of this now-closed chapter of my life, but ultimately decided on recycling it. One less piece of old hardware sitting around, and hopefully Apple actually is able to salvage some materials from it.

      • Nelson ElhageEfficiency trades off against resiliency

        What’s the “right” level of CPU utilization for a server? If you look at a monitoring dashboard from a well-designed and well-run service, what CPU utilization should we hope to see, averaged over a day or two?

        It’s a very general question, and it’s not clear it should have a single answer. That said, for a long time, I generally believed that higher is always better: we should aim for as close to 100% utilization as we can. Why? Well, anything less than 100% represents unused hardware capacity, which means we’re wasting resources. If a service isn’t maxing out its CPU, we could move it onto a smaller instance or run some additional work on that node.

      • HackadayBetter Laser Cuts: Know Your Kerf

        The recent crop of laser cutters are nothing short of miraculous. For a few hundred dollars you can get a machine that can easily engrave and — subject to materials — cut well, too. [Nate] has been taking advantage of a laser to make boxes that join together using finger joinery. The problem is, the pieces have to fit exactly to get a good box. While setting dimensions in software is fine, you need to account for how much material the laser removes — something traditional woodworkers and machinists know as kerf.

      • HackadayNoninvasive Sensors For Brain–Machine Interfaces Based On Micropatterned Epitaxial Graphene

        As fun as brain-computer interfaces (BCI) are, for the best results they tend to come with the major asterisk of requiring the cutting and lifting of a section of the skull in order to implant a Utah array or similar electrode system. A non-invasive alternative consists out of electrodes which are placed on the skin, yet at a reduced resolution. These electrodes are the subject of a recent experiment by [Shaikh Nayeem Faisal] and colleagues in ACS Applied NanoMaterials employing graphene-coated electrodes in an attempt to optimize their performance.

      • Hackaday3D Printed Tool Lets You Measure Component Reels Easily

        Component reels are a highly-0ptimized packaging format. They deliver components to pick and place machines for effective high-speed assembly. As more of us get into working with SMD components, we’re exposed to them as well. [MG] wanted a way to easily measure tape from component reels, which is difficult because they’re often curled up. Thus, they whipped up a nifty little tool for the job.

      • Tom's HardwareHDD Sales Crater, Drop 35% Year-over-Year

        Unit shipments of nearline drives suffer the most in the first quarter as exascalers remain cautious.

      • HackadayRelive The Glory Days Of Sun Workstations

        When the IBM PC first came out, it was little more than a toy. The serious people had Sun or Apollo workstations. These ran Unix, and had nice (for the day) displays and network connections. They were also expensive, especially considering what you got. But now, QEMU can let you relive the glory days of the old Sun workstations by booting SunOS 4 (AKA Solaris 1.1.2) on your PC today. [John Millikin] shows you how in step-by-step detail.

      • HackadayReal Radar Scope CRT Shows Flights Using ADS-B

        Real-time flight data used to be something that was only available to air traffic controllers, hunched over radar scopes in darkened rooms watching the comings and goings of flights as glowing phosphor traces on their screens. But that was then; now, flight tracking is as simple as pulling up a web page. But where’s the fun in that?

    • Health/Nutrition/Agriculture

    • Proprietary

      • VoxIs Twitter finally dying?

        So Twitter isn’t dead. But it’s getting there.

        If you’re on Twitter today, you’re likely experiencing an app that is more frequently broken, more random, and more unhinged. The site has seen a sustained uptick in outages and bugs. Many users are complaining about seeing more content in the new For You feed that they don’t want to see. There are active neo-Nazis on the platform. And just this week, NPR and PBS, two major news outlets with over 10 million combined followers, stopped using the platform, saying they had lost faith in Musk’s decision-making after he slapped a “government-funded media” label on the accounts.

      • QuartzThe brief, eventful history of Twitter under Elon Musk

        Yesterday (April 14) marks one year since Elon Musk announced his offer to buy Twitter. And what an eventful year it was. First came some backpedaling by Musk, and legal challenges surrounding the acquisition. After the Musk era officially began, there were mass layoffs and changes to the platform...

      • The HillNew Twitter settings could hinder timely storm warnings: National Weather Service

        The National Weather Service (NWS) is warning that Twitter’s limit on automated tweets could hinder its ability to post timely storm and other weather updates.

        The NWS Tsunami Warning Center and several other local NWS offices tweeted out posts alerting their followers that the platform’s new restrictions could prevent them from being able to post all updates about weather events that they normally would.

      • Tom MacWrightThe one about AI

        I feel in the middle, as someone who writes prose and code on a regular basis but also helps guide companies, people, and do other sorts of founder stuff. All I’m saying is, whichever way it turns out, spare me in the revolution.

      • Xe's BlogAutomuse: A System for Generating Fiction Novels

        If you know of any AI/Machine

        Learning scientific journals or academic conferences, I have an academic paper version of this post available here. I would love to submit this paper to be formally published, but I'm not sure where to send it.

      • Chris FerrisPen Testing AWS

        Thirteen pages later, I realized I didn’t write a blog post but a white paper. I was going to post it over at PrimeHarbor, along with a post on how to get an AWS PenTest, but then Nick Jones penned an excellent blog post On AWS Penetration Testing.

      • GreeceCyber gang blackmails Cypriot university to pay $100K [iophk: Windows TCO]

        According to experts, the Medusa ransomware terminates crucial services and processes for Windows operating programs and penetrates file backup systems while targeting mail servers, database servers, and security software.

      • Eric HameleersUpdate available for Chromium 112 to address zero-day exploit

        Chromium, regular and un-googled. Two days ago on friday, Google released an out-of-cycle stable update. This 112.0.5615.121 update addresses and fixes a zero-day exploit (CVE-2023-2033) which is already actively abused.

    • Security

      • Privacy/Surveillance

        • The Register UKRussia-pushed UN Cybercrime Treaty may rewrite global law. It's ... not great

          The UN Cybercrime Treaty, to the extent it gets adopted, is expected to define global norms for lawful surveillance and legal processes available to investigate and prosecute cybercriminals. And what has emerged so far contemplates [PDF] more than 30 new cybercrime offenses, with few concessions to free speech or human rights.

          This fifth negotiating session involves representatives from more than 100 member states trying to come up with draft chapters covering international cooperation, technical assistance, cybercrime prevention, implementation details and other provisions.

    • Defence/Aggression

    • Transparency/Investigative Reporting

      • SalonAmerican prophet: Nearing the end of his life, Daniel Ellsberg can't be confined to the past

        After working inside the U.S. war machinery as a military analyst employed by the RAND Corporation, Ellsberg became its highest-ranking operative to opt out, bravely throwing sand in its gears by revealing the top-secret Pentagon Papers, at risk of spending the rest of his life in prison. That 7,000-page study, an internal Defense Department history of U.S. involvement in Vietnam, exposed lies about U.S. policies that had been told under four successive presidents. During the 52 years since then, Ellsberg has continually provided key information and cogent analysis of the pretexts for U.S. wars, and has also focused on what those wars have actually meant in human terms.

    • Environment

      • Energy/Transportation

        • Federal News NetworkChina auto show highlights intense electric car competition

          Global and Chinese automakers plan to unveil more than a dozen new electric SUVs, sedans and muscle cars this week at the Shanghai auto show, their first full-scale sales event in four years in a market that its developing its own EVs, self-driving cars and other futuristic technology. Global automakers are competing to roll out appealing electric vehicles in the technology’s biggest, most crowded market after the ruling Communist Party invested billions of dollars in subsidies to buy an early lead in an emerging industry. They face intense competition from young but aggressive Chinese brands with fast-developing technology and lower prices.

      • Wildlife/Nature

    • Finance

    • AstroTurf/Lobbying/Politics

    • Censorship/Free Speech

    • Freedom of Information / Freedom of the Press

    • Civil Rights/Policing

    • Internet Policy/Net Neutrality

      • HackadayInternet Of Washing Machines Solves An Annoyance

        [Laurence Tratt]’s washing machine blew up, so he sprung for a brand new model with all the bells and whistles. Of course, these days, that means it has an Internet connection and an API. While we’re not quite convinced our washing machine actually€ needs such a thing, at least [Laurence] is making the most of it by creating an interface to the washer’s API that provides a handy countdown on the computer.

      • RIPEThe Resilience of the Internet in Ukraine - One Year On

        In our earlier analysis of Ukraine back in March 2022, we looked at factors that contributed to the resilience of the country's Internet since the outbreak of the war. A little over a year on, we draw on data from RIPE Atlas and RIPE RIS to investigate what has changed.

      • Obligations Hanging Over Me

        It's been a rather busy month since I last posted. Like most good plots, the plans I had for the month have not survived contact with the enemy. This will be the not entirely happy post for some of it, but there are good parts at the end.

    • Digital Restrictions (DRM)

      • Federal News NetworkName-that-tune game Heardle dropped by Spotify after a year [Ed: If Spotify even profitable? This has been a longstanding problem.]

        Heardle, the name-that-tune game inspired by the Wordle craze, is being dropped by Spotify less than a year after the music-streaming giant acquired it. Spotify confirmed the move in a statement Saturday. Similar to what the New York Times-owned Wordle does with letters, Heardle plays fleeting moments of a song from the Spotify catalog and challenges users to see how quickly they can guess it. Users can then play the song on Spotify. The company acquired the game in July as a means of music discovery. But it said Saturday that it is going to focus on other ways of doing that.

    • Monopolies

      • Copyrights

        • Digital Music NewsSoundtrack Loops Teams Up with Cherry Audio for Charitable ‘Humble Bundle’ Initiative

          Soundtrack Loops produces royalty-free samples, loops, and music for films, creative artists, beat makers, producers, DJs, and music lovers. The company recently announced a charitable partnership with Cherry Audio to create a donation-focused ‘Humble Bundle’.

        • Torrent FreakDMCA Robocops Give 20 Seconds to Comply, But Can't Muster a Reply

          It's not unusual for anti-piracy companies to promote their takedown prowess based on their ability to send out millions of takedown notices every week. The problem, for some, is their deployment of autonomous robocops that give recipients 20 seconds to comply but can't handle a complaint or muster a basic reply.

  • Gemini* and Gopher

    • Personal

    • Technical

      • Internet/Gemini

        • CAPCOM changes

          This month I am working on some substantial changes to the way the public CAPCOM instance hosted at gemini.circumlunar.space works. The "big picture" whereby each month CAPCOM selects 100 random feeds from all those it knows about to aggregate for that month will not change. Therefore most of the changes I'm about to describe will not become visible until May. However, there are some details worth knowing in advance because some people can act upon them now. In approximate order of excitingness...

          [...]

          I hope that in this way CAPCOM will start to respond to the natural ebb and flow of activity in Geminispace in an organic way without any manual attention from either me or from capsule authors. If a feed is permanently abandoned, CAPCOM won't beat its head against that bad URL forever (as it no doubt has been for some dead feeds in recent years), but the feed will be migrated to the inactive list and stay there, so that it will not decrease the odds of actively updated feeds being sampled each month. Eventually, neither time nor bytes will be wasted checking on that feed. If somebody stops updating their capsule for somewhere between six and twelve months for whatever reason but then returns, CAPCOM will notice, set that feed aside for a while to give others more of a chance at exposure, but will then start regularly checking in on the newly active feed again after a modest delay. Even a hiatus of between one and two years will be recovered from with a delay which, while longer than some might consider ideal, is not longer than the hiatus itself. It is not a big problem that CAPCOM might take several months to realise that a previously inactive feed has come back to life; even if it noticed the return immediately, it could easily still take a few months before the feed happened to get sampled as one of the monthly 100. Naturally, feeds which maintain a regular and consistent posting schedule for years on end will remain in the active list for years on end and are likely to get sampled many times. Such a regular feed can still drop off the network for a month or so due to hardware failure or network outages without any lasting consequence.


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



Recent Techrights' Posts

Gemini Links 25/10/2025: Portugal, Midnightpub, and "Tech Right Admins"
Links for the day
Almost 2026 Already (When We Turn Twenty)
In just over a year the site will turn 20
When "Sponsored Feature" in The Register MS Means Ponzi Scheme Promotion From the Communist Party of China (CPC)
the promotion of a financial scam
Week of EPO Leaks: Workers of the EPO Are Getting a Pay Cut While Prices Rise Fast
More to come in the next few days
Microsoft is Finally Giving Up on XBox, The Chief Says the Grapes Are Sour Anyway
Microsoft loses hundreds of dollars on each XBox that it sells
Slopwatch: LinuxSecurity, UbuntuPIT, and Various Slopfarms Propped up by Google News
Why can't Google News do better than this?
Links 25/10/2025: Two New Smokescreens for Scam Altman and ‘TikTok USA’ Remains in Limbo
Links for the day
Bad faith: can't change Debian Social Contract (DSC) without unanimous consent of every joint author
Reprinted with permission from Daniel Pocock
Confirmed: Very Close Friend of Bill Gates and Microsoft's Biggest Patent Troll Nathan Myhrvold Flew the Lolita Express (a Gateway to Pedophilia), According to Bill Gates-Sponsored Seattle Times
There is no speculation or any "conspiracy theories" here;' those are verified facts
Gemini Links 25/10/2025: "The Highest Leader of The Global Civil Society Community", SSL Certificates Causing Bitrot
Links for the day
Links 25/10/2025: Target Layoffs and "Shutdown Sparks 85% Increase in US Government Cyberattacks"
Links for the day
"Big Data" Was a Big Lie
Remember "Big Data"? Remember "Data Scientists"...?
statCounter Has Been Broken for a Long Time
Considering the huge proportion of Web requests that come from LLM bots (more so this past year or two), statCounter may struggle to justify the operating costs
Techrights Anniversary Party on November 7th
Let us know if you need any accommodation-related arrangements
Trends That Must Alarm Microsoft and Mozilla
Expect Firefox to no longer be supported by various sites in the US
Why Microsoft Became the Layoffs Leader
The corporate media is projecting or signalling its own dishonesty when it tells us that Microsoft is a very "valuable" company while the data shows Microsoft is also a "market leader" in layoffs
Speaking for Ourselves and Letting the Facts Speak for Themselves
we've already published over 50,000 pages
For Second Time in a Day The Register MS Takes Money From Private Companies to Sell a Ponzi Scheme
Do not have empathy for those who have zero empathy towards you
IBM is Misleading IBM Shareholders
IBM is still all about vapourware and buzzwords
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, October 24, 2025
IRC logs for Friday, October 24, 2025
The Serial Slopper Starts Up - or Restarts - His Plagiarism Machine (LLMs)
Serial Sloppers like these don't belong in news sites. That's why he got sacked by BetaNews.
Links 24/10/2025: Esperanto Music History, Anxiety, and New Portals
Links for the day
[Video] Richard Stallman's Talk in Sweden, Attended by Nearly 700 People, is Now Online
The Web page is in Swedish, but the talk is in English
Slopwatch: LinuxSecurity.com, Linux Journal, and Pet Slopfarms of Google News
Why does Google News still advance these fake sites to the top of search results?
Links 24/10/2025: Inequality Grows, Billion-Dollar Scam Center Industry
Links for the day
Links 24/10/2025: "Independent Media in Cambodia is Collapsing" and Serious F5 Breach
Links for the day
Coping With the Site Going More Mainstream
Fame is no laughing matter
They Never 'Put Down' Corporations
There are "pests" that are traded in Wall Street
21 Pages in Less Than 7 Hours is No Joking Matter
We've become a lot more effective and efficient
Correct Information is a Valued Asset in the Age of Slopfarms and Public Relations (PR) or Spin
Publishing suppressed facts is never easy
The Register MS Continues to Bag Money to Promote a Ponzi Scheme, Even Money From China
Today in the front page
analytics.usa.gov: The Only Supported Version of Windows (This Past Week) is Only Used by About 13.9% of People in the US, the Home Base of Windows
Even Vista 7 is still used more
Rust is Very Secure
If only Rust itself is secure
Who Will be Held Accountable for Breaking Ubuntu by Imposing Rust on Otherwise-Functional Programs, in Effect Replacing GNU With Proprietary Microsoft (GitHub)?
they're practical people who merely point out that a bunch of buffoons not only ruin Ubuntu but also every future distro based on Ubuntu
Generation Chaff - Phase VIII: In Summary
Like "Science" with a capital "S", what we see here commercial interests usurping everything
Generation Chaff - Phase VII: Curtailing Alternative Media
There was always an obligation - a collective duty of sorts - to uphold independent journalism
Generation Chaff - Phase VI: Centralisation of Information (X, Cheetok/Fentanylware)
Would you trust information when controlled by such people?
Generation Chaff - Phase V: Censorship of Dissent (Painted as Harassment or Terrorism)
Censorship is all around us now
Generation Chaff - Phase IV: Apps Only Few Companies Decide On
Tools are being collectively confiscated, under the premise or false prospect of "security"
Generation Chaff - Phase III: Slop and Plagiarism
A lot of the current so-called 'economy' is built upon false valuations
Generation Chaff - Phase II: "Cloud", Blockchains and Other Hype
For those of us who turned down those propositions there was a struggle; we needed to justify not having skinnerboxes or "social" accounts in some site run by a private company
Generation Chaff - Phase I: Social Control Media
IRC predates the Web
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, October 23, 2025
IRC logs for Thursday, October 23, 2025
More Clues Shed on Collapse of Microsoft XBox
XBox is basically circling down the drain as Microsoft implements 2-3 waves of layoffs each month
'Vibe Coding' Doesn't Work
In a lot of ways, so-called 'Vibe Coding' is already considered vapourware or a passing fad promoted in the media by managers who try to justify mass layoffs, especially ridding companies of "very expensive" software engineers
Links 24/10/2025: Microsoft's Killing of XBox Connected to Revenue/Profit Problems, "How Elon Musk Ruined Twitter"
Links for the day
Gemini Links 24/10/2025: 86,400 Seconds and "Society's Task"
Links for the day
Slopwatch: Google News and Slopfarms That Relay Nonsense From LLMs
Google News, which once prioritised or used to care about provenance and quality, is feeding slopfarms
Links 23/10/2025: More Health Concerns Over Dumb Chatbots (LLMs) and "Talking Cars" as Latest Buzz
Links for the day
Gemini Links 23/10/2025: Daylight Savings Time and Duration Shorthand
Links for the day
Links 23/10/2025: LLM 'Hallucinations' (Defects) in Practical Code 'Generation', China Becomes More Economically and Technologically Independent
Links for the day
Why We Support Richard Stallman and You Probably Should Too
It's not about being "Richard Stallman fan", it is about maintaining the right to hold positions (on technology) like his
Linux Foundation Uses LLM Slop to Promote Microsoft in Linux.com (Again), Rendering It a Linux-Hostile Slopfarm
Openwashing with slop by "Linux.com Editorial Staff", which basically seems to be a bot
Some Large German Media Covers Richard Stallman's Talks in Germany Earlier This Week
LLM-based chatbots are just "bullshit generators" (as he has long called them)
Links 23/10/2025: Windows TCO Galore and "The Internet Is Going to Break Again"
Links for the day
Trouble in Red Hat/IBM and a Retreat to Ponzi Economics in Search of Wall Street Market Heist
Would you invest your life savings in this kind of crap?
Who Asked Software in the Public Interest (SPI) for a Refund? ($100,000, Resulting in Losses of $267,201 in 12 Months, Highest-Ever Losses)
The IRS does not reveal who or what's tied to this refund (or the cause/reason)
Social engineering attack: Debian voted to trick you on binary blobs
Reprinted with permission from Daniel Pocock
Techrights Will Always Stand for Women's Rights
We even invest money - personal savings that it - in our principles
Certified Lawyers Should Know Better (Than to Intimidate Us With Man Who Drives on Motorcycle Through a Really Bad Storm Between Distant Cities, Then Collects Photos of Our Home)
Mentioning someone was in prison for bad things isn't a crime, it's a public service
The "AI" (Slop) Bubble is Already Imploding
"ChatGPT Usage Has Peaked and Is Now Declining, New Data Finds"
The So-called "Sexy" Buckets (AI, Quantum) Cannot Save IBM From Reality, Shares Tank
"No matter how much financial hocus-pocus they use to reclassify revenues to land in the "sexy" buckets (AI, Quantum), it still smells old and musty - just like this company."
Paul Krugman is Wrong About the Scope of Mass Layoffs in the United States
A few years ago society was accelerating its journey towards feudalism, boosted by COVID-19
Links 23/10/2025: Proprietary Blunders and CISA's Latest Disclosure of Holes
Links for the day
Gemini Links 23/10/2025: Fast Past (F1), 99.9% Uptime
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, October 22, 2025
IRC logs for Wednesday, October 22, 2025