Bonum Certa Men Certa

Links 17/01/2023: LibreOffice 7.5 RC2



  • GNU/Linux

    • Server

      • Top 10 Docker Alternatives That Stand Out That You Should Know in 2023

        Docker has several standalone alternatives, some of which offer virtualization technologies and cross-platform support. Docker alternatives that stand out are also Open Container Initiative (OCI) tools that work with Docker, replace some Docker components, or work with other Docker alternatives to form robust Docker competitors.

        Thanks to its contemporary tools, compatibility, sizable community, and simplicity of use, Docker is still relevant for the majority of container projects, apps, and developers today. The licensing for Docker Desktop has recently changed, among other modifications made by Docker Inc. Consider these Docker alternatives that stand out in 2023 if you’re worried about the future of Docker and the exponential growth of Kubernetes because there are probably yet more changes to come. In this article, we’ll discuss the top Docker alternatives that stand out in 2023.

    • Audiocasts/Shows

    • Kernel Space

      • WCCF TechLinux 6.3 Receives Further Optimizations For AMD DRM-Next Radeon Graphics Hardware

        Continued support was added to the AMDGPU and AMDKFD code work as part of the support for DRM-Next. The new pull request is going to be added to the AMD Radeon graphics driver for Linux 6.3 kernel. Alex Deucher of AMD submitted the new request last Friday, following the patches that were sent in by Mario Limonciello from AMD.

    • Graphics Stack

      • Maira Canal: January Update: Finishing my Igalia CE

        2022 really passed by fast and after I completed the GSoC 2022, I’m now completing another milestone: my project in the Igalia Coding Experience and I had the best experience during those four months. I learned tremendously about the Linux graphics stack and now I can say for sure that I would love to keep working in the DRM community.

        While GSoC was, for me, an experience to get a better understanding of what open source is, Igalia CE was an opportunity for me to mature my knowledge of technical concepts.

        So, this is a summary report of my journey at the Igalia CE.

      • Who-T: libinput and the custom pointer acceleration function

        After 8 months of work by Yinon Burgansky, libinput now has a new pointer acceleration profile: the "custom" profile. This profile allows users to tweak the exact response of their device based on their input speed.

        A short primer: the pointer acceleration profile is a function that multiplies the incoming deltas with a given factor F, so that your input delta (x, y) becomes (Fx, Fy). How this is done is specific to the profile, libinput's existing profiles had either a flat factor or an adaptive factor that roughly resembles what Xorg used to have, see the libinput documentation for the details. The adaptive curve however has a fixed behaviour, all a user could do was scale the curve up/down, but not actually adjust the curve.

      • Dave Airlievulkan video decoding: av1 (yes av1) status update

        Needless to say h264/5 weren't my real goals in life for video decoding. Lynne and myself decided to see what we could do to drive AV1 decode forward by creating our own extensions called VK_MESA_video_decode_av1. This is a radv only extension so far, and may expose some peculiarities of AMD hardware/firmware.

      • Lynne's compiled musings | VK_MESA_video_decode_av1

        With the standardization of the Vulkan decoding extension less than a month ago, two codecs were defined - H264 and H265. While they have cemented their position in multimedia, another, newer codec called AV1 appeared. Indeed, I was involved with its standardization. Not entirely satisfied with the pace of Khronos, nor with VAAPI's lack of synchronization, me and Dave Airlie decided to make our own extension to support AV1 decoding - VK_MESA_video_decode_av1. We were granted an official dedicated stable extension number from Khronos, 510, to avoid incompatibilities.

    • Applications

      • Ubuntu Pit15 Best Forum Software For Linux | UbuntuPIT

        Are you a Linux user in need of an online forum? If so, we have just the solution for you! With our detailed list of the top forum applications available today, gathering opinions and discussing topics with your peers has never been easier. Whether it’s advice or insights related to professional matters or blogging that you’re after – our compilation provides all that and more. Make use of this incredible resource now to get clear ideas about any item from within your community without delay!

        Linux always helps with a lot of applications for free. We researched different sources to find the best open source forum software for your need. Some of them allow you to open a single discussion forum only. On the other hand, some applications support multiple forums. Before going to the central point, we should know something crucial.

      • MedevelCalendar.js: May be the Best Web-based Calendar yet

        Calendar.js is a free open source web-based calendar app. It features dozens of useful features and a responsive customizable interface.

        One of the best features here is it allows you to control your events by drag-and-drop, duplicate events, add translated events, and even group your events.

        You can create custom events, export and import your events in different formats, schedule and repeat events, search your events and more.

        [...]

        The project is released under the GPL-3.0 License.

      • MedevelWeevely: Manage your Events in a Fancy Style

        Weevely is a free open source web-based calendar app which is built on top of Next.js. It supports multiple users, multiple calendars and cusytomizable events and more.

      • Djalel OukidLinux Apps Tour: Ventoy, a feature-rich utility to create bootable USB

        Ventoy is a free, open-source, cross-platform utility for creating bootable USB drives for Linux and Windows. It is feature-rich and supports most system images and computer architectures. This article highlights Ventoy's best features and teaches you how to configure and use this Rufus alternative.

    • Instructionals/Technical

      • Red Hat OfficialHow to create and use file access control lists in Linux | Enable Sysadmin

        Simplify your life by using ACLs to assign specific permissions for users or groups.

      • It's UbuntuHow To Install Proprietary Drivers In Ubuntu 22.04 LTS | Itsubuntu.com

        In this tutorial post, we will show you the command line method to install Proprietary drivers in Ubuntu 22.04 LTS. With the help of this tutorial post, you can easily install additional drivers like Nvidia drivers, network drivers, wifi drivers, and others in the Ubuntu terminal.

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

        In this tutorial, we will show you how to install Varnish on Ubuntu 22.04 LTS. For those of you who didn’t know, Varnish is an open-source, high-performance HTTP accelerator that is used to improve the performance and scalability of web applications. It is a reverse proxy that sits in front of a web server and caches static content, such as HTML, CSS, and JavaScript files. By caching this content, Varnish reduces the workload of the web server and speeds up the delivery of content to users. Varnish offers many features such as private CDN, Gzip compression and decompression, HTTP streaming pass & fetch, etc.

        This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the Varnish cache on Ubuntu 22.04 (Jammy Jellyfish). You can follow the same instructions for Ubuntu 22.04 and any other Debian-based distribution like Linux Mint, Elementary OS, Pop!_OS, and more as well.

      • HowTo ForgeHow to Install Metabase on Ubuntu 22.04 with Docker

        Metabase is a Java-based open-source Business Intelligence (BI) tool.

      • LinuxOpSysWhat is Shell in Linux

        Here learn about the shell which is an important part of the Linux operating system. The shell in the Linux operating system is used as a command line interpreter. It works between user input and Linux Kernel.

      • LinuxOpSysHow to Sort in Linux by Multiple Columns

        Here learn how to sort a file based on the contents of multiple columns in Linux. The sort command provides a lot of options that allow you to customize the way it sorts your data.

      • LinuxOpSysHow to Rename Multiple Directories in Linux at Once

        Here learn how to rename multiple directories in Linux at once. To do with multiple directories, we need to use special commands, scripts, or a combination of different commands.

      • Linux CapableHow to Install EPEL on CentOS Stream EL9 or EL8 - LinuxCapable

        EPEL (Extra Packages for Enterprise Linux) is a community-driven project that provides additional software packages for Enterprise Linux distributions such as CentOS, Red Hat Enterprise Linux (RHEL), and Scientific Linux. These packages are built and maintained by a group of volunteers and are compatible with the corresponding version of the Enterprise Linux distribution.

      • Find the Last Logged-In Users in Linux with Lastlog Command

        The lastlog command in Linux shows the most recent login of all the users or a specific user by pulling the information from the “/var/log/lastlog” file.

        The output is a long format summary of all the user’s account names, ports, IP addresses, and last login timestamps.

        Also, don’t confuse this tool with the last command, as both are separate tools and give you different information by reading different database files.

        In this article, you will learn how to use the lastlog command on Linux to check the most recent login of all users or a specific user, as well as how to clear a single or all user’s last login records.

      • LinuxOpSysHow to Use the Alias Command in Linux: A Tutorial for Beginners

        The alias command in Linux is used to create and manage aliases, which are essentially shortcuts for longer commands.

      • LinuxOpSysHow to Rename a Directory with Spaces in Linux

        Here learn how to rename a Linux directory whose names contain special characters such as space. We will make use of quotation marks, escape characters, and a couple of alternative methods to handle it.

      • LinuxOpSyssource Command in Bash: A Practical Guide

        Learn about one of the most useful Bash command, source, which is used to execute commands from a file or script in the current shell environment.

      • LinuxOpSysHow to Use userdel Command in Linux - Remove Users

        In this tutorial, we learn how to use userdel command in Linux to remove a user. A system administrator might require to remove a user when the user account is compromised, user no longer required, or when the user itself creates problems.

      • LinuxOpSyssort Command in Linux: How to Sort Data Quickly and Easily

        Here explore the sort command in more detail, including how to use it to sort data in various ways and how to customize the sort using options.

      • LinuxOpSysChange the Name of a Directory in Linux (rename a directory)

        Here learn how to rename a directory in Linux from the terminal. Renaming a directory in Linux can be a useful way to keep your file system organized and maintainable.

      • Backing up to a Remote Server with SSH and rsync

        While I pay for multiple video streaming services, I never got on board with streaming music services such as Amazon Prime Music or Spotify. I’ve curated quite the collection of MP3s in the past twenty years, with a fair number of tracks that aren’t available through streaming services. Since most phone manufactures have stolen our beloved SD card expansion slots, I’ve had to rely on various services the past few years to enjoy my music on the go.

        This started with Amazon Music, when there was an option to pay for a given amount of storage that you could upload your music collection to and enjoy through the Amazon Music app on your mobile devices. Then came Google Play Music with a similar service, but then Google did what Google does and killed that product in favor of Youtube Music. Ugh.

        I’ve since moved on to hosting a Plex server on a Raspberry Pi in my home’s network rack. Rather than loading my substantial music collection on the same SD card that the operating system runs on, I’ve opted to connect a 2.5” SSD with a bountiful amount of storage to the Raspberry Pi via USB. From here, I’m able to stream my music anywhere I have an internet connection through the surprisingly great Plexamp app.

      • Check the Linux Uptime History Using the Uprecords

        We wrote an article a few days ago about the tuptime command, which is used to view the historical and statistical records of the uptime command.

        In this article, we will discuss another similar utility named uprecords, which is used to record and keep track of Linux system uptime during every session.

        The output of this command gives a summary of historical uptime records, like how long the system has been up on each session, the highest uptime, when the system has been rebooted, etc.

        Stick with this article to learn each and everything about this tool using its options (with practical examples).

      • Linux CapableHow to Install GIMP on Linux Mint 21 or 20 - LinuxCapable

        GIMP, short for GNU Image Manipulation Program, is a free and open-source image editing software that can be used on Linux Mint and other operating systems. It is a powerful tool that can be used for a variety of tasks, such as photo editing, graphic design, and creating digital art. It offers many features that make it a suitable alternative to expensive professional software, such as Adobe Photoshop. Incorporating GIMP into your daily Linux Mint desktop can bring many benefits, including enhancing and manipulating images, creating custom graphics, and saving money on expensive software.

      • Linux CapableHow to Install Git on CentOS Stream EL9 or EL8 - LinuxCapable

        Git is a widely-used version control system that tracks software development project changes. It allows multiple developers to work on a project simultaneously while keeping a record of all changes made to the code. Incorporating Git into your daily CentOS Stream desktop can bring many benefits, including collaborating with other developers, keeping track of changes made to your code, and quickly reverting to previous versions of your code.

      • Linux Shell TipsHow to Join, Combine or Merge Text Files in Linux

        The Linux cat command is one of the most versatile tools that can use to create files, view them, and even combine them in the Linux command line.

        In this article, we take a detour and explore how you can join two text files in Linux using the cat command, (short for “concatenate”) is one of the most commonly used commands in Linux as well as other UNIX-like operating systems, used to concatenate files and print on the standard output.

        It is not only used to view files but can also be used to create files together with the redirection character.

      • Czech translation of LibreOffice Calc Guide 7.4
    • WINE or Emulation

      • Ubuntu Pit30 Best Game Emulator Consoles for Linux

        Everyone looks back fondly on the days we played classic games like Sega, PlayStation One, and Nintendo. But with today’s powerful PCs and smartphones revolutionizing technology beyond what anyone imagined in those times, it’s no surprise that retro consoles are slowly becoming obsolete. If you’re yearning to recapture those childhood gaming days again, then you’ll be glad to know that developers have created powerful emulator systems which make it possible. Linux users can now relive their nostalgia through these emulators — and in this guide, our goal is to provide the best retro game experience available!

  • Distributions and Operating Systems

    • BSD

      • Hectic GeekFreeNAS Vs UnRAID: Which NAS System is Right for You?

        As you generate and store more data in your digital systems, the need for seamless access to that data across multiple locations becomes increasingly important. This is where Network Attached Storage (NAS) comes in.

    • Fedora / Red Hat / IBM

      • The Register UKUnix is dead. Long live Unix! ● The Register

        It's the end of an era. As The Reg covered last week, IBM has transferred development of AIX to India. Why should IBM pay for an expensive US-based team to maintain its own proprietary flavor of official Unix when it paid 34 billion bucks for its own FOSS flavor in Red Hat?

        Here at The Reg FOSS desk, we've felt this was coming ever since we reported that Big Blue was launching new POWER servers which didn't support AIX – already nearly eight years ago. Even if it was visibly coming over the horizon, this is a significant event: AIX is the last proprietary Unix which was in active development, and constitutes four of the 10 entries in the official Open Group list.

        Within Oracle, Solaris is in maintenance mode. Almost exactly six year ago, we reported that the next major release, Solaris 12, had disappeared from Oracle's roadmap. HPE's HP-UX is also in maintenance mode because there's no new hardware to run it on. Itanium really is dead now and at the end that's all HP-UX could run on. It's over a decade since we reported that HP investigated but canceled an effort to port it to x86-64.

        The last incarnation of the SCO Group, Xinuos, is still around and offers not one but two proprietary UNIX variants: SCO OpenServer, descended from SCO Xenix, and UnixWare, descended from Novell's Unix. We note that OpenServer 10, a more modern OS based on FreeBSD 10, has disappeared from Xinuos's homepage. It's worth pointing out that the SCO Group was the company formerly known as Caldera, and isn't the same SCO as the Santa Cruz Operation which co-created Xenix with Microsoft in the 1980s.

      • Fedora ProjectCall for Fedora Linux 38 Test Days - Fedora Community Blog

        It’s time to start thinking about Test Days for Fedora Linux 38. A Test Day is an event aimed getting interested users and developers together to test a specific feature or area of the distribution. You can run a Test Day on just about anything for which it would be useful to do some fairly focused testing in ‘real time’ with a group of testers; it doesn’t have to be code. For instance, we often run Test Days for localization and internationalization topics.

      • Enterprisers ProjectSecurity in 2023: 6 trends for IT leaders

        From continued supply chain concerns to challenges related to edge and AI/ML adoption, here are the top security trends to watch in the coming year

      • Enterprisers ProjectDigital transformation: 4 tips to keep it human-centered

        Digital transformation is now cemented into mainstream vernacular, but it is far from fully understood. Contrary to what you might glean from software marketing pamphlets, installing a new technological system is not the solution to your organization’s biggest problems. Successful digital transformation initiatives are not centered on the technology itself but on the people they serve.

      • Red HatHow Fedora and tox make Python testing easier | Red Hat Developer

        Developers should test their Python code with multiple Python versions. Fedora and tox make this task easier, even for many non-Fedora systems.

      • Red HatHow OpenShift GitOps notifications can trigger pipelines | Red Hat Developer

        Learn how to connect Red Hat OpenShift GitOps to OpenShift Pipelines to automatically trigger CI/CD activities.

      • Red HatHow to deploy .NET apps as systemd services using containers | Red Hat Developer [Ed: Red Nat employs Microsoft boosters to advocate Microsoft vendor lock-in]

        Learn how containers and recent .NET features make systemd easy to run a service under Linux in this demonstration.

    • Devices/Embedded

      • 10ZiG Rang in The New Year with 16.4 Linux Firmware Release, Completing NOS™ (Zero), PeakOS™, RepurpOS™, and Windows IoT 64-bit Endpoint Migration

        Just coming off the heels of another very exciting year, including the debut of a mobile Thin Client laptop, a stronger, more powerful All-in-One with webcam, as well as ongoing upgrades to management and repurposing software – 10ZiG has yet more good news to share, celebrating its recent release of 64-bit 16.4 Firmware for PeakOS™ (Linux)-based Endpoints. The 16.4 Firmware release for PeakOS™ and RepurpOS™ completes 10ZiG’s 64-bit software updates for all operating systems including NOS™ (Zero)-based and Windows IoT-based endpoints, across the full line of 10ZiG Thin & Zero Client hardware.

      • EIN Presswire10ZiG Rang in New Year with 16.4 Linux Firmware Release Completing NOS™, PeakOS™, RepurpOS™ & Win IoT 64-bit Migration
      • CNX SoftwareFindBoard is another single board computer database - CNX Software

        Hackerboards.com single board computer database has been around for several years starting as Board-DB, but I noticed another one called FindBoard while browsing on Aliexpress with some more exotic boards.

        Hackerboards’ database currently features 467 SBCs and MCU boards, while FindBoard has 453 boards. There are some overlaps, but also boards that are not found in the first database.

        Many of the boards on FindBoard are Linux-capable, but they are also some microcontroller boards as we can see from the screenshot above. If Chinese is selected, the “Buy now” will redirect you to Taobao, and if it is English they will be a link to an Aliexpress page.

      • itel Linux Smart TVs Launched at Starting Price of INR 8999 ● TechVorm

        itel has launched today the L series of Linux Smart Televisions – L3265 and L4365 models. The L series televisions are available in two sizes, 32 inches (L3265) in HD ready and 43 inches (L4365) in Full HD. These TVs are powered by the Coolita operating system and have a memory of 512MB+4GB. The L3265 television is equipped with a 1.5 GHz Quad Core processor, while the L4365 comes with a 1.8 GHz Quad Core processor.

    • Open Hardware/Modding

      • CNX SoftwareultraArm P340 Arduino-based robotic arm draws, engraves, and grabs - CNX Software

        Elephant Robotics ultraArm P340 is a robot arm with an Arduino-compatible ATMega2560 control board with a 340mm working radius whose arm can be attached with different accessories for drawing, laser engraving, and grabbing objects.

        We’ve previously written and reviewed the myCobot 280 Pi robotic arm with a built-in Raspberry Pi 4 SBC, but the lower-cost ultraArm P340 works a little differently since it only contains the electronics for controlling the servos and attachments, and needs to be connected to a host computer running Windows or a Raspberry Pi over USB.

    • Mobile Systems/Mobile Applications

  • Free, Libre, and Open Source Software

    • Web Browsers/Web Servers

      • Mozilla

        • MozillaHere’s what’s going on in the world of extensions

          About one-third of Firefox users have installed an add-on before – whether it’s an extension to add powerful and customizable features or a visual theme to personalize the web browsing experience. But if you’re unfamiliar, add-ons are sort of like apps for your browser. They can add all kinds of features to Firefox to make browsing faster, safer or just more fun.

          The past year introduced some exciting new changes to the extensions world. The majority of these changes are foundational and take place in the deeply technical back-end of the system, typically out of sight of most Firefox users. However, if you pride yourself on hanging out in popular cybersecurity hubs, reading the latest tech news or developing your own extensions then you might have caught wind of some of these changes yourself.

    • Productivity Software/LibreOffice/Calligra

      • LibreOffice 7.5 RC2 is available for testing

        LibreOffice 7.5 will be released as final at the beginning of February, 2023 ( Check the Release Plan ) being LibreOffice 7.5 Release Candidate 2 (RC2) the forth and final pre-release since the development of version 7.5 started in mid June, 2022. Since the previous release, LibreOffice 7.5 RC1, 89 commits have been submitted to the code repository and 39 issues got fixed. Check the Release Notes to find the new features included in this version of LibreOffice.

        LibreOffice 7.5 RC2 can be downloaded for Linux, macOS and Windows, and it will replace the standard version.

    • Education

      • OSI BlogBigBlueButton provides access to quality education through Open Source - Voices of Open Source

        BigBlueButton is an Open Source virtual classroom started in 2007 by OSI sponsor, Blindside Networks. What differentiates BigBlueButton from other web conferencing platforms is that it’s designed for the education market. It focuses on maximizing time for applied learning and feedback, incorporating tools such as a multi-user white board, breakout rooms, shared notes, polling, and emojis.

        Nearly all educational institutions use learning management systems that teachers and students access to manage all the components of classes or programs such as assignments, grades, and lesson plans. Integration with learning management systems is important for the success of an online learning platform, and BigBlueButton is built into the core of some of the most popular options like Moodle, Canvas, Schoology, and D2L.

    • Programming/Development

      • QtQt for Android Automotive 6.4.2 is released

        We are happy to announce that the latest Qt for Android Automotive patch release is available which contains one critical bug fix.

      • Barry KaulerBack in business with SDL_ttf

        I suppose that I could trace the code, find where the function is failing; however, I took a punt. Sometimes, older versions of a package are better. Developers may start off with something that works, then they add more features and clever things.

      • Barry KaulerMore old widget libraries for SDL 1.2

        There are so many old projects. If you keep looking and looking, using different search keywords, more old treasures are discovered. And links to no-longer-existing projects.

      • Perl / Raku

        • PerlRegexp Delimiters

          Perl lets you use almost anything as a regular expression delimiter. It is usual to use punctuation of some sort, but characters that match /\w/ can be used provided there is white space between the operator and the delimiter: m X foo Xsmx compiles and matches 'foobar'. In the presence of use utf8; you can go wild.

          A query on the Perl 5 Porters Mailing List (a.k.a. 'p5p') a few days ago asked for opinions about appropriating the colon (':') as a delimiter for modifiers to the regular expression operators. This got me wondering about what regular expression delimiters were actually in use.

          I scratched that itch by plowing through my local Mini CPAN, running everything that looked like Perl through PPI, and checking anything that parsed to an object of one of the relevant classes. A summary of the results is appended.

    • Standards/Consortia

  • Leftovers

    • Science

      • Whatg is really Lost in Translation? | Stop at Zona-M

        That answer, of course, reveals a certain ignorance of the sector in which I work (completely understandable and moreover symmetrical); but it also shows an idea of the future that is taken for granted by those involved in machine learning and yet it is difficult to conceive - because in many ways literally inconceivable - for everyone else. “People talk about Miami or Bangladesh as if they still have a chance,” said a famous report on climate change whose argument was that they no longer have a chance. Similarly, people talk about translators, communication experts, civil lawyers, authors.

    • Hardware

    • Health/Nutrition/Agriculture

    • Linux Foundation

    • Security

      • A new privilege escalation vulnerability in the Linux kernel, enables a local attacker to execute malware on vulnerable systems

        A new privilege escalation vulnerability has been identified in the Linux kernel by researcher Davide Ornaghi. This vulnerability might enable a local attacker to execute code on vulnerable computers with elevated rights if the kernel is installed on those systems. Additionally, Davide published the proof-of-concept and the write-up. The vulnerability, which has been assigned the tracking number CVE-2023-0179, is a stack-based buffer overflow that exists in the Netfilter subsystem. An authorized attacker might exploit this issue to get elevated privileges as root if the attacker executed a program that had been carefully written for the purpose.

      • Privacy/Surveillance

        • Vice Media GroupThe FBI Won't Say Whether It Hacked Dark Web ISIS Site

          According to the complaint against him, Al-Azhari allegedly visited a dark web site that hosts “unofficial propaganda and photographs related to ISIS” multiple times on May 14, 2019. In virtue of being a dark web site—€­that is, one hosted on the Tor anonymity network—€­it should have been difficult for the site owner’s or a third party to determine the real IP address of any of the site’s visitors.

          Yet, that’s exactly what the FBI did. It found Al-Azhari allegedly visited the site from an IP address associated with Al-Azhari’s grandmother’s house in Riverside, California. The FBI also found what specific pages Al-Azhari visited, including a section on donating Bitcoin; another focused on military operations conducted by ISIS fighters in Iraq, Syria, and Nigeria; and another page that provided links to material from ISIS’s media arm. Without the FBI deploying some form of surveillance technique, or Al-Azhari using another method to visit the site which exposed their IP address, this should not have been possible.

        • Bruce SchneierThe FBI Identified a Tor User - Schneier on Security

          There are lots of ways to de-anonymize Tor users. Someone at the NSA gave a presentation on this ten years ago. (I wrote about it for the Guardian in 2013, an essay that reads so dated in light of what we’ve learned since then.) It’s unlikely that the FBI uses the same sorts of broad surveillance techniques that the NSA does, but it’s certainly possible that the NSA did the surveillance and passed the information to the FBI.

    • Civil Rights/Policing

      • Here is an example of AI euphemisms | Stop at Zona-M

        In real life, the John in the picture above is a guy who never went anywhere close that naked woman which is not his wife. Still, that and other pictures “prove” that John is a really bad guy involved in all sorts of illegal, or otherwise deeply troubling activities that he never took part in in reality.

      • House of future, full of DUMB ideas and GOOD sensors | Stop at Zona-M

        a table with built-in electronics could sense the temperature of the drink you place down on it and heat or cool just that portion of the surface to maintain the drink’s temperature.


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



Recent Techrights' Posts

Silent Layoffs (PIPs) Have Allegedly Accelerated Since IBM's Stock Cratered
"IBM is Managing Decline, Not Building Growth"
Being Pro-Slop is Death Knell to One's Credibility
It's not hard to see Ubuntu users resisting and antagonising this
The Slop Bubble is Killing the Planet, Not Just the Economy
The chatbot/LLM speculation bubble not only causes a health crisis, a mental health epidemic, and climate change; it's also crashing the economy on several levels
 
Daniel Pocock in Mainstream Media Again
AFR wrote an article today. It is about Pocock and another contender.
Millions of Daily Requests
4.5+ million requests in 4 days
In statCounter, a Lot of "Unknown" Turns Out to be GNU/Linux
GNU/Linux has more than doubled
3,500 Active Gemini Capsules Soon
How much longer before 3,500+ active? A month?
Gemini Links 26/07/2026: European Eclipse, Writing About Writing, and Comments on Formatting Gopher Posts
Links for the day
Stigma of Being Laid Off by Microsoft
One might call this the "curse" of having worked for Microsoft
Non-Techs Using Slop Run Fedora and It's Turning Out to be a Total Disaster
RIP, Fedora?
Gemini Links 26/07/2026: Beach Day, CAs, and Plaintext
Links for the day
Sweden Needs GNU/Linux and Free Software, Not GAFAM
home of IKEA and ABBA
Maintenance Today
Preparing for more mass-publication activities
Links 26/07/2026: "Zelenskyy Says Russia Wants To Bring North Korean Troops Into Ukraine", Muslim Van Ramming Attack on Berlin Pride
Links for the day
Centrica fraud exposed: worse than Palestine Action 'terrorists' with cardboard placards
Reprinted with permission from Daniel Pocock
Links 26/07/2026: "Nate Silver Discovers the Educated Poor" and "India’s “Cockroach” Protest Movement Faces State Repression"
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, July 25, 2026
IRC logs for Saturday, July 25, 2026
IBM Hammers a CoI Into a CoCed Fedora, RIP Fedora?
Also in the "Fedora is dead" dept. today
Gemini Links 25/07/2026: Zoo, MUD, Literature, EMF Camp, and e-ID
Links for the day
European Patent Office (EPO) Series: The Solution of No Choice: A Shortlist of One
deployment of the "shortlist of one" by Campinos
Wife of Dan Williams Has Explained Mental Factors Leading to His Death
"We need to be open and honest about mental health," his wife pleads
Several New Series Coming Soon
we'll publish 8 series in tandem, in parallel
Insolvency as the New Norm in the United States' Economy
this is vastly worse than then 2008 subprime mortgage crisis
IBM's CEO Might 'Retire' or 'Step Down' by Christmas
PIP the CEO
Misleading Articles About YouTube and Google Financial Performance
The future of Google is self-serving monopolisation and destruction of the Web
Microsoft Cannot Survive the Fall of Windows
It has amassed way too much debt
Links 25/07/2026: Hong Kong Squashing Criticism/Dissent, Mirror Caught Breaking Into Voicemail
Links for the day
PIPs Are Shrinking IBM and "IBM is Managing Decline, Not Building Growth"
IBM is going down the drain
IBM is Killing the Fedora Community, Replacing It With LLM Slop From IBM Staff
Krishna buys companies only to gut them. They've all learned this from experience.
Give Me Your "Dumbest" (Devices)
Why can't people accept that a "modern "smart" "phone" isn't necessary to check the time (overkill) and playing social control media "on the go" is far from necessary?
Earlier This Year Dan Williams Prepared for Scenario Where Linus Torvalds Dies
He had only just started a job at NVIDIA
Links 25/07/2026: Data Breaches Abundant and Attribution Imperiled in the Age of Slop Hype
Links for the day
Gemini Links 25/07/2026: Poetry and Plaintext Pages
Links for the day
What is Doctor of Philosophy (Ph.D.)
In many cases, the acronym became a misnomer
IBM PIPs Continue Until Morale Improves, Silent or Quiet Firings at IBM Explained
IBM is a dying company
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, July 24, 2026
IRC logs for Friday, July 24, 2026
Gemini Links 24/07/2026: Animal Friendship, Squirrels, and Lagrange
Links for the day
Links 24/07/2026: IOC Drops Russia Ban, New Internationalist Raises Money
Links for the day
Poor Piece From Valnet: Microsoft Keeps Sabotaging GNU/Linux, So You Should Quit Using GNU/Linux
Really awful take
We Need More Encryption, Not Less of It
Use Free software and use encryption to ensure sources are fully protected
At 3PM on a Friday The Register MS Collects Some 'Pyramid Scheme' Money From Communist China (ZTE)
This won't age well for The Register MS
Car Companies Fail Because They Don't Manufacture What Costumers Actually Want
They try to impose their dumb vision on purchasers
What Freedom Does Not Mean
Tell Warren Buffett to go skiing; he'll soon understand how much freedom he truly has
Linuxiac is Plagiarism
We won't link to it, we're done [...] If you wish to support journalism about GNU/Linux, do not visit or link to slop
Verizon is Over 200 Billion Dollars in Debt (US Telecoms Collapsing, Wrapping Up the Failure in "Hey Hi" Clothing)
They will tell us this is "innovation", not a failure, and that only "Luddites" would oppose this
You've Been Conned If You Ever Believed That MElon (MUSK, Elon) Was a Trillionaire
Connected to corrupt officials
The People Who Tried to 'Cancel' (or Deplatform/Censor) Daniel Pocock Are Annoyed That He's Mentioned in Dozens of Press Articles
If Pocock's words did not matter, there would not be such a huge effort to silence him
Cybershow Explains Why Only Sociopaths Gravitate Towards Leadership Position in 'Tech'
The general thesis is a familiar one
Speeding Up 'Down Under': Australia, New Zealand, Tasmania...
As things stand, the best we can do is let people retrieve pages within less than 0.1 seconds since a request is received
Google's Debt Trebled in Only 9 Months and It's Not Even the Full Picture (There's Secret Debt, Too)
No wonder there are so many layoffs and workers try to unionise
Links 24/07/2026: Mass Layoffs at Patreon, Netflix Deemed Bad for People's Brains
Links for the day
Microsoft Layoffs in India
it's about cost-cutting
Deregulation is Blowing Up the Economy, Which Has Become a Multi-Level Scheme or Pyramid Scheme
Why did only Japanese media call out the BS; is that so hard to figure out and properly report on?
Google Spreads Misinformation, Google's Slop Makes Stuff Up and Calls That "Intelligence"
Google very well understands (and even publicly admits so, albeit only for legal reasons) that the slop does not work
Daniel Pocock Proves Wikipedia is for Rich People or People Who Work for Very Rich People (the True Owners of Wikipedia)
It's for billionaires and their faithful boot lickers
GNOME: Your Personal Opinions Must Overlap GAFAM's (Otherwise Those Opinions Are Impermissible)
Get well soon, GNOME
Making Excuses for Stressful, Unrewarding, and Immoral Jobs
excuses for difficult and/or barely-rewarding jobs. [...] People in tech must not be evaluated (or have their "worth" assessed) based on remuneration
US is Insolvent, GAFAM is Buying Time by Hiding (Not Disclosing) Its True Debt Which Explains Never-ending Layoffs (Unrelated to Slop or "Efficiency Drives")
Five Tech Giants are Hiding $1.65tn in AI Debt, Using the Trick that Toppled Enron
Almost 5 Years Without Social Control Media ('Mind Prison')
Life is too short to be stuck inside a skinnerbox
Linux Must be About People (Humans), Not Bribery From Slop Companies Trillions of Dollars in Debt and in Pursuit of Positive Press
We've lost Williams
John Dvorak Understood That "MSM" Was a Vehicle of Censorship
Independent publishing, which obviates the need to censor (influenced by existing advertisers or lookout for prospective advertisers), is the only credibly thing out there
To Understand Why Linus Torvalds Became a Boot-Licking Booster of Slop Look at Another Operative of 'Linux' Foundation, the "Mentor" of Clickfraud SPAMnil (According to SPAMnil Himself)
it seems like SJVN does not give a full disclosure
Blaming "Computers" Instead of Blaming Microsoft
Blaming Microsoft is "hate"
"Online We Are All Refugees" and Slop Pushers Are the Oppressors
They basically resort to nationalism and racism to distract from their commercial failure and fraud (pyramid scheme)
PIP Apocalypse (PIPocalypse) at IBM, CEO Promotes Vapouware (Lying to Shareholders)
Companies get to shrink while lying about it to the public, even to shareholders
GNU/Linux Soaring in Antigua And Barbuda
GNU/Linux is internationally approaching 8%
Calling Out the Worst Culprits in "Linux" Slop (Slopfarms That Manipulate Information and Engage in Plagiarism)
Once they're gone (offline), the slopfarms cannot carry on for much longer
Defying Discrimination
Rianne's birthday is exactly a month away
Dan Williams Represented Real Diversity in Linux
Williams probably understood based on personal experience what it was like to be marginalised and discriminated against
The First Point About Software Freedom is, You Must Understand What It Really Means (Not "Open Source")
Forty Three Years of Commitment to Software Freedom [...] Educating people about what Software Freedom actually means
Gemini Links 24/07/2026: Recovering From Broken Shoulders, Loss of Passion, and "True Hacker Versus Growth Hacker"
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, July 23, 2026
IRC logs for Thursday, July 23, 2026