Bonum Certa Men Certa

Links 13/12/2022: Git 2.39.0 and Rust 1.66.0 Pre-release Testing



  • GNU/Linux

    • Desktop/Laptop

      • Linux LinksLenovo ThinkPad T470 Ultrabook running Linux - Part 4 - Benchmarks - LinuxLinks

        This is a blog looking at a refurbished Lenovo ThinkPad T470 Ultrabook running Linux.

        In this article we put the ThinkPad T470 through some intensive testing. We’ve run a variety of benchmarks on the laptop and compared the results to a motley assortment of machines.

        The tests use the Phoronix Test Suite, unless otherwise stated. For ease of reference, the system’s specifications are listed on the final page. Together with the ThinkPad T470, we’ve run the benchmarks on two small form factor PCs (HP EliteDesk 800 G2 and Lenovo M93 Ultra Small PC), three mini PCs, and an Asus laptop. All of these machines are low-power. To put the results into context, we also benchmarked two more modern PCs hosting a 10th generation and 12th generation Intel processor.

    • Audiocasts/Shows

    • Kernel Space

      • Linux MagazineInitial Support for Rust in the Linux Kernel is Finally Released - Linux Magazine

        The 6.1 LTS version of the Linux kernel, which includes initial support for Rust, has been made available for general usage.

        Linus Torvalds finally announced that the latest LTS version of the Linux kernel (version 6.1) includes the initial support for the Rust programming language that has been hyped of late. This, of course, comes on the heels of what Torvalds calls the "merge window from hell," thanks to the holidays and his pre-holiday travel.

        On this, Torvalds announced he would be very strict with the merge window rules, saying "The rules are that the pull requests sent to me during the merge window should have been ready _before_ the merge window and have seen some time in linux-next. No last-minute batch of experimental new development that hasn't been seen by our test automation."

        Of course, the big news for Linux 6.1 is the inclusion of experimental Rust support. It's important to know that this is very much still in the early phase of development, so the implications aren't nearly as game-changing as you might think. This is the very basic implementation of Rust in the kernel, so don't expect to find new and improved Rust-built drivers functioning within the kernel.

      • CNX SoftwareLinux 6.1 LTS release - Main changes, Arm, RISC-V and MIPS architectures - CNX Software

        Linus Torvalds announced the release of Linux 6.1, likely to be an LTS kernel, last Sunday:

        So here we are, a week late, but last week was nice and slow, and I’m much happier about the state of 6.1 than I was a couple of weeks ago when things didn’t seem to be slowing down.

    • Graphics Stack

      • Who-T: libei - opening the portal doors

        Time for another status update on libei, the transport layer for bouncing emulated input events between applications and Wayland compositors [1]. And this time it's all about portals and how we're about to use them for libei communication. I've hinted at this in the last post, but of course you're forgiven if you forgot about this in the... uhm.. "interesting" year that was 2022. So, let's recap first:

        Our basic premise is that we want to emulate and/or capture input events in the glorious new world that is Wayland (read: where applications can't do whatever they want, whenever they want). libei is a C library [0] that aims to provide this functionality. libei supports "sender" and "receiver" contexts and that just specifies which way the events will flow. A sender context (e.g. xdotool) will send emulated input events to the compositor, a "receiver" context will - you'll never guess! - receive events from the compositor. If you have the InputLeap [2] use-case, the server-side will be a receiver context, the client side a sender context. But libei is really just the transport layer and hasn't had that many changes since the last post - most of the effort was spent on trying to figure out how to exchange the socket between different applications. And for that, we have portals!

      • CollaboraWine on Wayland 2022 update: more games, more apps, more fun!

        The focus in 2022 was on maturing the Wayland driver and keeping up to date with the Wine upstream internal changes. This involved, among other things, splitting the driver into a PE and Unix part, updating it for the latest internal driver APIs, and making preparations to support WoW64.

        A significant improvement compared to last year is support for cross-process rendering, which is required by Chromium/CEF applications. Last year the driver was able to run Chrome with the "--in-process" command-line option. Chrome is now supported without any special flags, and is fully GPU accelerated on both OpenGL and Vulkan!

        This update also brings enhanced support for the linux-dmabuf v4 Wayland protocol (aka dmabuf-feedback), which allows compositors to dynamically send information about optimal formats and modifiers, e.g., depending on the surface presentation mode (fullscreen vs windowed).

      • WINE Project (Official)Wayland driver - December 2022 update

        It's been some time since our last Wayland driver update ([1]), and, with the year coming to an end, I wanted to share information about the progress we made this year and discuss future steps.

      • Ricardo GarcíaGeek Blight - Vulkan extensions Igalia helped ship in 2022

        The end of 2022 is very close so I’m just in time for some self-promotion. As you may know, the ongoing collaboration between Valve and Igalia lets me and some of my colleagues work on improving the open-source Vulkan and OpenGL Conformance Test Suite. This work is essential to ship quality Vulkan drivers and, from the Khronos side, to improve the Vulkan standard further by, among other things, adding new functionality through API extensions. When creating a new extension, apart from reaching consensus among vendors about the scope and shape of the new APIs, CTS tests are developed in order to check the specification text is clear and vendors provide a uniform implementation of the basic functionality, corner cases and, sometimes, interactions with other extensions.

        In addition to our CTS work, many times we review the Vulkan specification text from those extensions we develop tests for. We also do the same for other extensions and changes, and we also submit fixes and improvements of our own.

        In 2022, our work was important to be able to ship a bunch of extensions you can probably see implemented in Mesa and used by VKD3D-Proton when playing your favorite games on Linux, be it on your PC or perhaps on the fantastic Steam Deck. Or maybe used by Zink when implementing OpenGL on top of your favorite Vulkan driver. Anyway, without further ado, let’s take a look.

    • Applications

    • Instructionals/Technical

      • UNIX CopHow to Install the Lighttpd Server on Ubuntu 22.04 - Unix / Linux the admins Tutorials

        In this short and simple post, you will learn how to install Lighttpd on Ubuntu 22.04. You will also learn how to add PHP support.

        For those who don’t know, lighttpd is a secure, fast, compliant, and very flexible web server that has been optimized for high-performance environments.

        One of the main things that make it so popular is that it is quite lightweight and can revive web servers.

      • Linux CapableHow to Install Linux Kernel 6.1 on Fedora 37/36/35

        Fedora users usually have a relatively recent Linux Kernel installed on their system. Currently, this is Linux kernel 6.0. However, given Fedora is an upstream release and many users often install upstream distributions with newer hardware, you may want to pre-install the latest Linux kernel 6.1 mainline release for better hardware support. The new Linux Kernel release brings improvements and hardware support along with the initial Rust language support in the mainline Kernel for better security and memory-safe code.

      • What is Chroot Jail and its Usecase in Linux

        While walking in your Linux journey, you might hit yourself with the term “chroot” (or “chroot jail”), and that’s what you’re about to learn today: what they are and their usage.

      • Linux CapableHow to Install LibreWolf Browser on Ubuntu 22.04/20.04 - LinuxCapable

        LibreWolf is a Firefox fork designed to enhance your privacy and security while browsing the Internet and works well on Ubuntu desktops as an alternative browser. It eliminates telemetry and other tracking techniques that can be intrusive to your personal information, along with a few additional security improvements to give you added peace of mind when browsing. On top of that, LibreWolf also incorporates protection against fingerprinting to ensure that marketers aren’t able to track you online. If your online safety is important, LibreWolf could be an ideal web browser for you to use daily or a secondary browser for certain types of browsing.

        The following tutorial will teach you how to install LibreWolf Browser on Ubuntu 22.04 Jammy Jellyfish and Ubuntu 20.04 Focal Fossa LTS. The tutorial will go over importing the official repository and gpg key with CLI commands and installing the browser, along with some additional commands and tips for keeping the browser up-to-date.

      • Linux CapableHow to Install Redis on Fedora 37/36/35 - LinuxCapable

        Redis is quickly becoming an industry standard for an in-memory data structure store due to its open-source design, comprehensive list of supported data structures, and scalability through automated partitioning across nodes. High availability can be achieved with minimal configuration using Redis Sentinel software logic. This allows developers to focus on building their applications versus managing and configuring their databases. The ability to use Redis as a database, cache, and message broker with considerable options makes this open-source technology a powerful choice.

        In the following tutorial, you will learn how to install Redis on Fedora 37/36/35 Linux workstation or server using the terminal command line and some basic setup instructions to get you started using the command line terminal.

      • Trend OceansHow to Find if the System is Running on HDD or SSD in Linux - TREND OCEANS

        A cheat sheet for determining whether a drive is SSD or HDD is available here for Linux-based distributions so first let's get started with lsblk command

      • Setting up FreshRSS in a subdirectory

        Ever since the demise of Google Reader I have been looking for a suitable replacement RSS reader. In the past I used to use Liferea but that was when I used a single desktop machine; these days I want to be able to read on my phone and multiple machines. I moved to Feedly and it’s been mostly ok, but I’m hitting the limit of feeds available in the free tier, and $72/year is a bit more than I can justify to myself. Especially when I have machines already available to me where I could self host something.

      • ELinuxWhat is docker and steps to install docker in CentOS | Linux Webhosting blog

        Docker is a popular tool for deploying and managing applications in containers. Containers allow developers to package an application with all of its dependencies and libraries, so it can be run consistently across different environments.

      • Linux Made SimpleHow to install AbiWord on a Chromebook

        Today we are looking at how to install AbiWord on a Chromebook.

        If you have any questions, please contact us via a Rumble comment and we would be happy to assist you!

        Please use the video as a visual guide, and the commands and links below to install it on your Chromebook.

      • Major HaydenMake your mark with the compose key

        Much of my work is driven by my keyboard, and I love finding new ways to do complicated actions in a hurry. That’s why I’m drawn towards tiling window managers like i3 and sway.

        My team at work spans the globe and speaks many different languages. Many of these languages have diacritics (such as accents, tildes, or other marks) that completely change the pronunciation (or even the meaning!)_ of the word. Sure, I can type Tomas (TOM-oss) quickly, but it’s not the same as Tomaš (TOM-osh).

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • 9to5LinuxLatest Kdenlive Video Editor Release Brings Major Overhaul to Guide/Marker System, More

          In this update, Kdenlive‘s guide/marker system received a major overhaul to help you better organize your projects. The software now organizes all marker (clips) and guide (timeline) features in a new “Guides” dock where displayed content depends on the selection. Due to this change, the “Markers” tab was removed from the clip properties.

          Moreover, the new “Guides” dock makes it easier to seek, search, sort, and filter by category or text, and integrates better with keyboard navigation to help you more quickly seek and find a timeline guide. Also, the import and export of markers functionality has been improved.

        • OMG UbuntuKdenlive 22.12 Released with "Major Overhaul" of Edit Markers - OMG! Ubuntu!

          A new version of Kdenlive is available to download.

          Kdenlive 22.12 is said to feature more than 350 commits that add new features, fix issues, and prepare the code base for “exciting changes” planned for the near future (intriguing, huh?).

          Chief amongst the changes in this drop is what Kdenlive devs described as a a “major overhaul” to the guide/marker system. Kdenlive (like any good video editor should) already lets users add markers to annotate and pinpoint specific parts of their edit. But in the new release things move up a gear.

          A new “Guides” dock is now available in the UI. This supports quickly filtering between different markers and guides, works with keyboard navigation, and supports as many custom categories as a user needs, as this short video from the Kdenlive team demonstrates:

        • DebugPointGet ready to upgrade your video creation with Kdenlive 22.12

          The best free and open-source video editor - Kdenlive 22.12, released with new filters, UI improvements, user-requested features and bug fixes. This release improves Kdenlive on top of its already existing features and gives you a platform to create professional-quality videos.

          This is what's new.

        • Harald SitterHarald Sitter: Plasma Analyzer

          It’s a Plasma widget that visualizes what’s going on on your system, music-wise that is. I’ve started this project years ago but only recently found the motivation to get it to a somewhat acceptable state. It’s pretty amazing to have bars flying across the screen to Daft Punk’s `Touch`.

  • Distributions and Operating Systems

    • ZDNetWhat is OpenIndiana and why does it matter? | ZDNET

      Linux history is littered with successes and failures, as well as failures that then, once again, became successes. Countless open-source projects are created, of which some of them die. That doesn't mean, however, the projects remain dead permanently -- some of them are given a second chance simply because the project was awesome.

  • Free, Libre, and Open Source Software

    • Medevel11 Best Free Open Source PDF Editors

      Some teachers and students require editing their PDF to add annotations, and study notes.

      Editing a PDF file is not an easy task, sometimes because of lack of a proper software. And it gets worse when you want to edit a badly encoded PDF file.

      While there are many commercial apps that help to achieve this goal, they are not open-source and not for everyone. Therefore, we offer you our collection of free open-source PDF editors.

    • The New StackA Creator of ActivityPub on What’s Next for the Fediverse - The New Stack

      Evan Prodromou has been working on decentralized social media for nearly 15 years now, having created an open source Twitter alternative called Identi.ca in 2008. That service morphed a couple of times and eventually became pump.io — which was the genesis for ActivityPub, the core fediverse protocol of 2022.

      In an interview with The New Stack, Prodromou talked about how ActivityPub evolved, the pros and cons of Mastodon, and where he sees opportunities for developers in the fediverse.

      As I’ve covered in previous articles, it seems like the time for federated social software has finally arrived, in the aftermath of Elon Musk’s messy takeover of Twitter. So I began by asking Prodromou whether he feels a sense of validation in the current popularity of Mastodon.

    • FOSSLifeEvan Prodromou Explains the History of the Fediverse

      In the interview, Prodromou, who credits Mastodon’s current success to its “very pragmatic and user-focused development team,” led by Eugen Rochko, explains the history of the Fediverse and shares his ideas about what it could ultimately become.

    • ZDNetYou've got Mastodon questions, I've got answers [Ed: This is from Microsoft's Ed Bott, so be sceptical]
    • ZDNetThe future of finance belongs to open source | ZDNET [Ed: Steven Vaughan-Nichols running fluff for the 'Linux' Foundation]

      The Fintech Open Source Foundation has found banks and other financial organizations are no longer just using open-source software, they're building and sharing it.

    • Supporter Interview with Jondale Stratton - Conservancy Blog - Software Freedom Conservancy

      Next in our interview series, we have Jondale Stratton, a long time supporter of Software Freedom Conservancy. Jondale is the IT Manager for the National Institute for Mathematical and Biological Synthesis and the Technical Director for his local hackerspace, Knox Makers. In his spare time he enjoys laser cutting, tractors, playing with his bunnies, and replacing people with shell scripts.

    • Web Browsers/Web Servers

      • Mozilla

        • OMG UbuntuMozilla Firefox 108 is Now Available to Download - OMG! Ubuntu!

          A new version of the Firefox web browser is available to download.

          Mozilla Firefox 108 is the last release planned for this year. It features a small set of modest improvements designed to improve the usability, security, and stability of the browser when used access all major desktop platforms.

          The “headline” new feature is WebMIDI API support. This allows Firefox (more specifically stuff run inside of Firefox) to connect and interact with MIDI (Musical Instrument Digital Interface) devices attached to a PC. Not all MIDI devices are musical instruments so the feature has non-melodious applications too.

        • DebugPointFirefox 108 unlocks the power of music on the web with new WebMIDI API support

          The final Firefox release of this year is here - Firefox 108, closing an eventful year of this free and open-source web browser from Mozilla.

          Release highlights of Firefox 108 which brings WebMIDI API, new developer options for CSS and HTML + more updates.

    • Productivity Software/LibreOffice/Calligra

      • Community Member Monday: 锁琨珑 (Kevin Suo) - The Document Foundation Blog

        I’m 36 years old, and I was born in the Gansu Province of China. I love in Beijing and I’m working as an Of Counsel in a leading law firm in Beijing. Some people may think that I’m a lawyer. No, I am not a lawyer – I am a professional accountant. My team work as local counsel on behalf of clients defending on Antidumping and Countervailing Duty investigations initiated by authorities (e.g., the U.S. Department of Commerce, the European Union etc) against companies and industries in China, and accountants play an important role in this field.

        Although I am very busy at work every day, I love the internet, computers and programming. I can program using Python+Pandas and SAS, and tools such as these have greatly helped me in my daily data analysis work. I’m also a Linuxer. Many years ago I used Ubuntu, Debian, Arch Linux, and even Gentoo, but now I stick to Fedora Workstation. Currently 99.9% of my daily work is done under Linux, including those mission-critical work we submitted to the U.S. DOC and EU authorities.

        I also know some HTML, CSS and PHP, and I have a server running at home with a WordPress instance and a Nextcloud instance. The server also servers as a mirror of some of the Libreoffice bibisect repositories (it is very slow to download from the TDF server here in China, so I need to mirror them).

    • Content Management Systems (CMS)

      • OpenSource.comDrupal 10 is worth a fresh look

        The popular Drupal open source content management system (CMS) reaches a significant milestone when version 10 is released on December 14. Personally, I think Drupal X sounds way cooler, but so far, my calls to name it that haven't gotten much traction. I enlisted the help of my friend Aaron Judd of Northern Commerce to give us a sense of how cool Drupal X could look...

        Drupal is an open source CMS and development framework. While other CMS options focus on simple long-form content (think blogs) or entirely free-form content (like in Wix or Squarespace), Drupal has made a name for itself in handling more complex content architectures, in multiple languages, with robust content governance. Drupal sites (like this site, Opensource.com!) benefit from a strong role-based access control (RBAC) system, unlimited custom roles and workflows, and a powerful and extensible media library.

    • Programming/Development

      • LWN[ANNOUNCE] Git v2.39.0 [LWN.net]
        The latest feature release Git v2.39.0 is now available at the
        usual places.  It is comprised of 483 non-merge commits since
        v2.38.0, contributed by 86 people, 31 of which are new faces [*].
        
        

        The tarballs are found at:

        https://www.kernel.org/pub/software/scm/git/

        The following public repositories all have a copy of the 'v2.39.0' tag and the 'master' branch that the tag points at:

        url = https://git.kernel.org/pub/scm/git/git url = https://kernel.googlesource.com/pub/scm/git/git url = git://repo.or.cz/alt-git.git url = https://github.com/gitster/git

        New contributors whose contributions weren't in v2.38.0 are as follows. Welcome to the Git development community!

        Alexander Kanavin, Alexander Meshcheryakov, Andreas Hasenack, Anh Le, Arthur Chan, Daniel Sonbolian, Debra Obondo, Diomidis Spinellis, Erik Cervin Edin, Hank Leininger, herr.kaste, John A. Leuenhagen, Julia Ramer, Kevin Backhouse, Kousik Sanagavarapu, Lukáš Doktor, Martin Englund, M Hickford, Michael V. Scovetta, Noah Betzen, Nsengiyumva Wilberforce, orygaw, Oscar Dominguez, Ronan Pigott, Rubén Justo, Sotir Danailov, srz_zumix, Stefano Rivera, Tim Jaacks, Vincent Bernat, and Vlad-Stefan Harbuz.

        Returning contributors who helped this release are as follows. Thanks for your continued support.

        정재우, Ævar Arnfjörð Bjarmason, Alejandro R. Sedeño, Alexander Shopov, Alex Henrie, Bagas Sanjaya, Derrick Stolee, Đoàn Trần Công Danh, Elijah Newren, Emily Shaffer, Emir SARI, Eric DeCosta, Eric Sunshine, Eric Wong, Fangyi Zhou, Glen Choo, Han-Wen Nienhuys, Jan Pokorný, Jean-Noël Avila, Jeff Hostetler, Jeff King, Jerry Zhang, Jiang Xin, Johannes Altmanninger, Johannes Schindelin, John Cai, Jonathan Tan, Jordi Mas, Julien Moutinho, Junio C Hamano, Kyle Meyer, Martin Ã…gren, Martin von Zweigbergk, Matheus Tavares, Matthew John Cheetham, Matthias Rüster, Michael J Gruber, Michael McClimon, Patrick Steinhardt, Paul Smith, Peter Krefting, Philip Oakley, Philippe Blain, Phillip Wood, Ralf Thielow, Randall S. Becker, René Scharfe, Sergey Organov, Shaoxuan Yuan, SZEDER Gábor, Taylor Blau, Torsten Bögershausen, Victoria Dye, Yi-Jyun Pan, and 依云.

        [*] We are counting not just the authorship contribution but issue reporting, mentoring, helping and reviewing that are recorded in the commit trailers.
      • LWNGit 2.39.0 released [LWN.net]

        Version 2.39.0 of the Git source-code management system is out.

      • Jussi PakkanenNibble Stew: Print quality PDF generation, color separations, other fun stuff

        Looking at this you can find several interesting things. For example the gray box showing the bleed area is composed of C, M and Y inks instead of only K, even though it was originally defined as a pure gray in RGB. This is how LittleCMS chose to convert it and it might or might not be what the original artist had in mind. High quality PDF generation is full of little quirks like this, blindly throwing numbers at color conversion functions is not enough to get good results, end users might need fairly precise control over low level operations.

        Another thing to note is how the renderer has left "holes" for the book title in CMYK plates even though all color is in the gold ink plate. This avoids mixing inks but on the other hand requires someone to do proper trapping. That is its own can of worms, but fortunately most people can let the RIP handle it (I think).

      • Perl / Raku

        • RakulangDay 13: Virtual Environments in Raku - Raku Advent Calendar

          Envious? If not, run zef install Envy and let’s start exploring virtual comp unit repositories.

          Hold the phone! What are we doing? We’re going to explore using a module allowing us to have virtual module environments in our very favorite raku.

        • Rakulang2022.50 Mainified - Rakudo Weekly News

          The past week Vadim Belman has worked on bringing the RakuAST branch up-to-date with the master branch, and renaming it to “main”, and making that the default Rakudo branch from now on.

          This means that the next Rakudo release will have some form of RakuAST functionality enabled. It may have felt like a small step, but this will allow developers to try out these new features already, especially for those cases where Raku source code is built programmatically to be EVALled at runtime. So in a lot of ways, this is more of a very big step towards the next Raku Programming Language level. And kudos to all who brought the rakuast branch this far!

      • Rust

    • Standards/Consortia

      • It's FOSSBattle of the Texts and the Unicode Savior - It’s FOSS

        I explained encoding issues when exchanging files between different countries. But things were even worst since the encodings used by different manufacturers for the same country were not always the same. You can understand what I mean if you had to exchange files between Mac and PC in the 80s.

        Is it a coincidence or not, the Unicode project started in 1987, led by people of Xerox and … Apple.

        The goal of the project was to define a universal character set allowing to simultaneously use any character used in human writing within the same text. The original Unicode project was limited to 65536 different characters (each character being represented using 16 bits— that is two bytes per character). A number that has proven to be insufficient.

        So, in 1996 Unicode has been extended to support up to 1 million different code points. Roughly speaking, a “code point” a number that identifies an entry in the Unicode character table. And one core job of the Unicode project is to make an inventory of all letters, symbols, punctuation marks and other characters that are (or were) used worldwide, and to assign to each of them a code point that will uniquely identify that character.

  • Leftovers

  • Gemini* and Gopher

    • Personal

      • Playing tabletop RPGs in solo mode



        I'm wondering if anyone in the Pub has had experience with singleplayer tabletop RPGs?

        I think Ironsworn is a good starting point for this.

        But trying on a GM hat and a player hat at the same time is really hard.

    • Technical

      • Finger and Old Protocols



        I've been reading about the Finger protocol over the weekend, and I'm quite intrigued by it.

        For how much I love the small Internet, I don't know very much about it beyond Gemini and some Gopher. It's always fascinating to me when I read about some old protocol that's been repurposed in to a robust communication system and see a simple but vibrant community build around them, especially when the protocol already exists but was simply forgotten. I'm reminded of urban explorers or researchers digging into the archives of an ancient library: the world of possibilities is already there, just waiting to be discovered.

      • Thinking 'bout computers and data

        In slightly less angst-riddled but also

        sort of rambling thoughts, too loose for

        the actual gemlog.

        So I've been thinking about how, well, I

        think most people are getting the

        conversation around large machine

        learning models (LLMs, CLIP-likes, &c.)

        kinda wrong.

        Like there's several pieces that I think

        need to get disentangled.

        The first thing is that building

        for-profit systems by taking things that

        people have shared in good faith on the

        internet is kind of gross

        extractionism.

      • Internet/Gemini

        • How I feel about HTTPS

          My recent postings on using HTTPS (HyperText Transfer Protocol Secure) for my sites reminded one of my readers, White_Rabbit, to send in a link to Discourse on HTTPS [1]. The language may be salty, but it does align with my feelings towards HTTPS—namely, I don't really need it. But as I stated, Google will any day now start with the Big Scary Error Messages on non-secure sites, followed by (possibly—I don't know this for a fact, but a gut feeling) no longer allowing non-secure requests at all. And with Google's Chrome having a ridiculous market share, that's something to be concerned about.


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



Recent Techrights' Posts

If You Value Privacy, Follow the Likes of Eben Moglen, Phil Zimmermann, and Richard Stallman, Not Back Doors' Boosters Who Mislabel Themselves as Security Experts
Signal is not really secure
Writer's Block is Not a Problem to Us, Only a Lack of Time
Or timewasting by aggressive militants who try to silence us [...] People who experience writer's block very often find it depressing (it feels unproductive) and sometimes come to the conclusion that perhaps writing isn't for them
March Plans for Techrights
next month we plan to start the series about how the SRA failed
 
[Video] "New RMS [Richard Stallman] Positive Media" Reaches Millions of Viewers This Week
Assuming 5+ million people will watch this on the first week, that's good publicity for the Free software movement
Another Quiet Slop Day Passes By
the number of slopfarms we can locate/track is fast decreasing
Gemini Links 26/02/2026: Sending a Thesis and Lupa/Onion ("Lupa now lists Gemini .onion addresses")
Links for the day
Links 26/02/2026: Bcachefs Man Bonkers, "Seven Journalists Convicted for Taking Photos at Courtroom"
Links for the day
Links 26/02/2026: "Peak Mental Sharpness" and "The Whole Economy Pays the Amazon Tax"
Links for the day
"Community" Site Deleted by Jeffrey Epstein-Connected 'Linux' Foundation Had Interview Where Eben Moglen Spoke of GPLv3 and of DRM, Back Doors Etc.
Deleting what happened or what was said two decades ago
Richard Stallman (Free Software Foundation) and Eben Moglen (Columbia Law School) Explained 25 Years Ago That Proprietary Software (and Proprietary Firmware) Would Lead to Back Doors
a fortnight after the 9/11 terror attacks in the US
Giving to the Community Versus Taking From the Community (or Worse, Attacking the Community)
some people bring no contributions, only harm
LLM Slop Will Try to 'Rewrite' History of UNIX and GNU/Linux
We occasionally see slopfarms spreading misinformation about UNIX, GNU, and Linux
Where Does the Solicitors Regulation Authority (SRA) Stand on Machine-Generated Legal Documents and Copy-pasting One Client's Lawsuit to Start Another (for American Serial Strangler)?
Now that many law firms cheat (copypasta, paper DOoS, LLM slop, breaches of rules, even defaming the other side) the SRA cannot keep up
Of Course Android is Not Free Software
That Android is not about freedom should not be so shocking
Talking About Blackboxes
Having just reposted a couple of articles from Alex Oliva
Microsoft Slop is Already Killing XBox
Microsoft will fail at alleviating such concerns
Two Weeks Have Passed and It Looks Like Conde Nast's Ars Sloppica Sacked "Senior" "AI" "Reporter" Benj Edwards But Did Not Remove All His LLM-Produced 'Articles'
the editorial standards at Conde Nast's Ars Sloppica are a joke
Alex Oliva (GNU Linux-Libre): Stricter is Less Popular
Reprinted with permission from Alex Oliva
Fraud and Crimes at Microsoft
A lot of these American companies simply cheat and even bribe
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, February 25, 2026
IRC logs for Wednesday, February 25, 2026
FSF's Alex Oliva on Hardware Black Boxes
Reprinted with permission from Alex Oliva
What Microsoft Hides Underneath
In recent years a lot of this shell game was played via "Open" "AI" [sic]
A Lot of Slopfarms Died, Google News Feeds the Few Which Survived and Still Target "Linux"
Many just simply died
Links 25/02/2026: Fifth Year of War in Ukraine, Dihydroxyacetone Man Looking to Start More Wars
Links for the day
Gemini Links 25/02/2026: Retired a Year, Illness, Losing a Lung, and "Back to Gemini"
Links for the day
The Register MS Published a Ponzi Scheme-Boosting Fake Article This Morning. It Mentions "AI" 30 Times.
Will credibility be left after the bubble pops entirely?
They Try to Ruin Linux, Too ("Attestation" in GNU/Linux)
In the context of Web browsers, this isn't unprecedented and we wrote a lot about it
Mozzarella Company: All Our Cheese Comes With Mold Now, But You Can Ask the Seller to Remove the Mold
If you reject and oppose slop, do not download/use Firefox
Stallman Was Right About Back Doors
I had some conversations with Dr. Stallman about security and back doors
Australian Signals Directorate ex-employee sold back doors to Russia
Reprinted with permission from Daniel Pocock
IBM Debt-Loading and Liability (Toxic Asset) Offloading
One can hope that IBM will be subjected to the same attention Kyndryl received, but this boils down to politics
Links 25/02/2026: 'Hybrid Warfare' and "Boycott the State of the Union"
Links for the day
IBM (and Red Hat) Can Disappear in the Coming Years, Along With Kyndryl (Debt Twice as Big as Its 'Worth')
No wonder Red Hat workers tell us they hate IBM
Software Freedom is Science, But It Also Sustains Life
In some sense, Software Freedom can be explained in the context of nourishing people
“Xbox, like a lot of businesses that aren’t the core AI business, is being sunsetted."
There has been a lot of narrative control lately, including at 9PM on a Friday
3,300 Capsules Known to Lupa and Currently Accessible
Gemini Protocol turns 7 this summer
When it Comes to Firmware, the FSF and Its Founder RMS Won the Argument (But Not the Fight, Yet)
The "whataboutism" tactics are physiological manipulation means of discouraging those who move in the correct direction
Austria Tackles Digital Weapon Disguised as "Social" and/or "Media"
Are we seeing the end days of Social Control Media?
Nothing Over the Horizon for XBox
XBox is not even being sold in many places anymore
Solicitors Regulation Authority (SRA) Contradicting Itself: You Can Use Slop to Cheat Clients, But You Can Also Face Disciplinary Actions Over Slop
Where does the SRA stand on the matter?
In Praise of Eben Moglen
Hopefully Professor Moglen will be with us for many decades to come and become an active speaker on issues such as Software Freedom
Sunsetting IBM (for the Benefit of Few Corrupt Officials and Wall Street Speculators)
IBM will not (and cannot) survive for much longer [...] The issue is bad leadership, not any particular nationality/race
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, February 24, 2026
IRC logs for Tuesday, February 24, 2026
Gemini Links 25/02/2026: Rise of Solar in 2025 and Smallnet Protocols
Links for the day
HR Blunder at IBM or IBM Struggling With Money?
Weird for such an allegedly rich company to be so stingy
Gemini Links 24/02/2026: x86 Computer In-Browser and Administration
Links for the day
Envy is the #1 Enemy of Richard Stallman
Whenever you see someone mocking Richard Stallman, ask yourself: does this person have a reason to be jealous of Richard Stallman?
Life is Sweeter When Less Means More
People need to think "small", not "big" (as in capital)
Championing a Cause
Probably over 100 million GNU/Linux users on laptops/desktops
Balmoral rape cult & Debian suicide cluster indifference, community
Reprinted with permission from Daniel Pocock
Father of XBox Says What Microsoft Does Not Want to Hear About XBox (They All Know It's Dead)
Microsoft just worried shareholders will find out Sharma is "just a face" and an undertaker
Can Much Longer Can the Financial 'Press' (Pump-n-Dump Megaphone) Cheer for IBM's Accounting Enigma?
IBM has fallen almost 25%
France Needs to Focus on Software Freedom, Not Flags
We need more SIP advocacy!
Combatting Censorship in the "Civilised World": The Media Blackout Surrounding EPO Strikes and Other Large-Scale Actions
We - collectively speaking - cannot afford to keep the Office in the hands of a "Mafia"
Religious or Not, Consider Quitting Social Control Networks (All of Them) This Season
Lent is a good time to quit addiction such as social control media
EPO Strike Actions and Other Industrial Actions Are Effective When Management Fears the Staff and Staff No Longer Fears Any Managers
'António the unready' should get ready to be ousted
Liberating the Self From the Invisible Prison of Plutocrats-Controlled Media and Social Control Media
Can you always see the full picture or does something (someone powerful) obstruct it?
Links 24/02/2026: Drug Cartel Decapitated, Jeffrey Epstein-Connected 'Linux' Foundation Promotes Slop and Buzzwords at MWC Barcelona 2026
Links for the day
2023: Layoffs Are Because of "AI". 2024: Shares Up Owing to "AI". 2025: Shares Recently Fell Due to "AI". 2026 Forbes (Paid by IBM): Shares Falling is Good!
"AI" is smoke and mirrors
Bitcoin: Code of Conduct stifled open source concerns
Reprinted with permission from Daniel Pocock
Slop Boosters and 'Hype Agents' Render Themselves Irrelevant and the General Public Becomes Incredulous Due to "Bros Who Cry Wolf!"
It won't age well
"Half-baked Vibe Code Shipped Full of Errors"
Seems timely after our latest article
IBM Did Not Fall Because of COBOL Vapourware, IBM Still Collapses Because It's Worthless, Way Overvalued, and Very Likely Cooks the Books
language-to-language conversion (in the context of programming) is nothing new
Links 24/02/2026: Copyright Litigation Over Anne Frank’s Diary, "Arrogance of Developers"
Links for the day
Another New Low for Solicitors Regulation Authority (SRA): Authorising Slop Disguised as "Legal Advice"
SRA is a lapdog - not a watchdog - of the "litigation industry"
EPO "Cocaine Communication Manager" - Part IV - "Many Jobs Were Given to Spanish Employees for No Related Skills At All"
The EPO's fate might be similar to that of the XBox
Gemini Links 24/02/2026: Hardware Tinkering and Slop Bots Attacking the "Small Web"
Links for the day
Quitting Reddit (Social Control Media Controlled by Conde Nast)
There is a new post in Reddit
IBM is the World Champion at Layoffs and There Are Reportedly More Layoffs in IBM This Month (EU)
IBM fired 60,000 in 1993
Free Software is for Everyone
Young and old, rich and poor etc.
Gemini Links 24/02/2026: Voltage Divider on Slide Rule and Many Raspberry Pi Projects
Links for the day
Links 24/02/2026: Telephone Turns 150, Political News Catchup, and Rearmament
Links for the day
Asha Sharma "a Palliative Care Doctor Who Slides Xbox Gently Into the Night"
2026 will probably be the last year of XBox
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, February 23, 2026
IRC logs for Monday, February 23, 2026