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

American Back Doors No Longer Trusted by Europeans
Has the EU paid attention, for a change?
When Energy Prices Double in About a Month the Slop Bros Won't Sleep at Night
Unhinged leadership does not seem eager to end a conflict that it started
Newer is Not Better, Lunar Edition
Maybe in 57 years (2083, after all these wars) we'll managed to launch a capsule with a human and a dog above the stratosphere again
 
Ubuntu More Honest Than Microsoft Windows
If you don't like the direction Ubuntu has taken, then try something else
Azure is Dying, the "Entertainment" (Slop) Couldn't Lift Up Fake 'Demand' For Azure
Azure has had mass layoffs every year since 2020 and even earlier this year
2026 Starting to Feel Like 2020
Can Wall Street survive this?
Growing Awareness of Techrights' Importance
We're not an individual's blog but a community project
Harassment by Microsoft, Then a Cover-up
That Microsoft relies on blackmail, bribes and harassment (even against its own people) isn't surprising given the roots of the company and its toxic, deceitful management
SLAPP Censorship - Part 37 Out of 200: The Correct Suspicion Garrett and Graveley Were Collaborating in Overseas Litigation Against Critics
Microsofters and back doors' boosters from America frivolously sue Brits
Microsoft Has Lost Nearly 20% in "Desktop Operating System Market Share" Since COVID-19 Began
Add Android and iOS, then Windows falls to 24%
Maintenance Later This Month
Apr 24, 2026 21:00 - Apr 25, 2026 09:00 BST
Microsoft: Move Over, XBox, Slop is the New "Entertainment" and We Demote Our "Entertainment" CEO
Marketers, marketers, marketers, as a CEO called Ballmer put it
linuxbuz.com is a Slopfarm, It Depends on LLMs
In the more distant past it could be said that linuxbuz.com was an OK site
Links 07/04/2026: Patent Trolls Leigh M. Rothschild, Bolstered by GNOME and OIN, Continues to Attack; ‘Retaliatory Antitrust Suit’ by MElon
Links for the day
Gemini Links 07/04/2026: Copyleft Revisited, Killing Linux Processes With FZF
Links for the day
It Would be Good for Debian to Have a Female DPL, But...
Debian isn't exactly selecting people for quality or policing bad behaviour
IBM Insiders Say What's Wrong With IBM in Albany (and Yes, There Are Layoffs)
promotions boil down to what insiders now call "brown-nosing" and nepotism
After Killing OpenSource.org IBM Together With OSI Told Us It Would Carry on OpenSource.net, But the Site Has Been Essentially Dead for 9 Months (Effectively Abandoned)
OpenSource.org has been dormant for 4 weeks already and OpenSource.net last had a new page 9 months ago (it'll be 9 months tomorrow) [...] That's IBM in a nutshell
A Lot of What Happened to OSI is Because of Reporting by Techrights
Half a year since Stefano Maffuli (Executive Director) "left"
Public Presentations by RMS Hardly Interrupted Anymore
We'll carry on covering those sorts of topics throughout the year
Links 07/04/2026: US Wants to Put Journalists in Prison for Reporting Facts, Artist ‘Bale’ Arrested Over Rape Allegation in Social Control Media
Links for the day
To IBMers, IBM Has Failed and is Fast Becoming a Book of Jokes and One-Word Punchlines
How else can one make it obvious that IBM is circling down the drain?
"AI Revolution" Was a Lie: Microsoft CEO Admits What He Calls "AI" is Sometimes Sloppy and Microsoft Admits That Slop is for "Entertainment Purposes Only" (Not for Any Serious Work)
if it gets "memory-holed", we can bring it up again and again
Social Control Media is Not a Viable Business Model
The future of the Web might not be the Web
From Datacentres Boom to Actual Booms That Target Datacentres, Now Struggling to Justify Humongous Energy and Water Consumption
Datacentres that are used for mindless "entertainment" (as Microsoft calls it) like slop are not a priority at this time
Gemini Links 07/04/2026: Aircraft Lift Force, Editor History, and Consumer Hardware Stagnation
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, April 06, 2026
IRC logs for Monday, April 06, 2026
What Matters is Software Freedom, Not the Brands
The important thing is to speak about Software Freedom
Wikileaks is About to Turn 20
~2 days ago it turned 19.5
The Cloud of Smoke
Will 2026 be the year that "The Cloud" openly confesses the risks it brings about?
SLAPP Censorship - Part 36 Out of 200: Claim KB-2024-003529 in a Nutshell (Microsoft Employee Does Terrible Things, Then Sues the Reporter in Another Continent)
It commences with more of an overview
Gemini Links 06/04/2026: Solar Panel Story and Centralisation
Links for the day
"Free Speech, Free Press": What the World Needs to Improve
Darkness breeds corruption
IBM prioritises a "lot of smoke and hype and use of trending buzzwords"
IBM can pretend all it wants things are fine
GAFAM Paying the Price for Pursuing US Military Money (Taxpayers' Money as 'Stimulus' With Strings Attached)
The "cloud" in cloud computing is a cloud of smoke
Observing Slop's Demise
If energy becomes more scarce, then one rare/side perk (or upside) will be slop companies screaming for lifeboats
Links 06/04/2026: Crackers Breached the European Commission, Why "Old Way of Campaigning Won’t Cut It Anymore"
Links for the day
Enron Versus NVIDIA (the Cost of Circular Financing, or Funding Your Own Customers to Buy Your Products) - “The Inventory Paradox” or “The Vibe Revenue Admission”
Round-tripping (finance)
You Know "The Economy" is Fake When 6 Months After Oracle Says Debt-Saddled 'Open' 'AI' (Slop) Will Pay It $300,000,000,000 Oracle Says It Must Lay Off 30,000 Workers at 6AM
Oracle is in deep debt, which increased at a pace of almost 4 billion dollars per month lately
Free Software Will Outlive GAFAM
GAFAM is overhyped
Techrights Was Further Decentralised Three Years Ago
In 2020 we began working on IPFS stuff
The Military Attacks on Dubai Internet City as Reminder That GAFAM Isn't Safe (Disregard the "Nobody Gets Fired for Buying GAFAM" Mindset)
These are all realistic and foreseeable scenarios that GAFAM sceptics have long warned about
The Wars Aren't Ending, Now We See GAFAM Facilities Being Bombed
This is becoming a tech issue
Links 06/04/2026: Turning 34, Throwing Things Away, and Printing in GNU/Linux
Links for the day
Links 06/04/2026: Ex-Microsoft Engineer Explains Why Azure Fails, Germany Prepares for War
Links for the day
EPO "Cocaine Communication Manager" - Part XI - EPO Strike Enters Its Second Week, EPO Sheds Off Qualified Staff to Make Way for Nepotists
More than six months ago the "Cocaine Communication Manager" got arrested for cocaine use
Another Microsoft Outlook Downtime
Microsoft has sloppy code, it's not something suitable for mission-critical things
Week 2 of April IBM Layoffs Accelerate Based on Rumours
"Heard about Layoff at IBM"
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, April 05, 2026
IRC logs for Sunday, April 05, 2026
Culture of Harassment Inside Microsoft, Says Former Director at Microsoft
listen to Microsoft insiders
Drone Strikes on Amazon (GAFAM) Datacentres Highlight Azure's Miniscule Share
Azure is failing
SLAPP Censorship - Part 35 Out of 200: How to Make ~10,000 Pound Sterling (13,220.50 United States Dollars) by Copy-Pasting and Editing 10 Pages
Today it's Easter Sunday, so we'll keep this part relatively short
Gemini Links 05/04/2026: Artemis II Mission Tracker, Meditation on Copyright, Alhena 5.5.5, "Gemini as the Final Frontier of Human Cognition"
Links for the day
Microsoft Windows Falls to All-Time Low of ~60% in Switzerland, GNU/Linux Among Top Gainers
What will it take for mainstream media (not just geeks' site) to cover it?
Mainstream Media on "Practical Survivalism"
Suffice to say, panic buying begets more panic and price surges
Cloud Computing as a Cloud of Smoke (Your Hosting Provider is a "Legitimate" Military Target)
When a French datacentre went up in flames people joked that the "cloud" meant a cloud of smoke
Andreas Tille Congratulates Sruthi Chandran Before the Election for Debian Project Leader (DPL) is Even Over
Andreas Tille, the current Debian Project Leader (DPL) who has been in this role for nearly 24 months
When You Try to Change the World for the Better and Somehow They Find a Way to Say You Are the Villain
Don't be a fool. Don't fall for inversions of narratives.
Slop Was a Flop and Energy Crisis Will be Slop's Final Blow
Today we see no slopfarms in Google News
Links 05/04/2026: "Taiwanese Airlines to Hike Fuel Surcharges 157%" and Openly Racist Voter Suppression Starts in the US
Links for the day
Gemini Links 05/04/2026: Playing with Hyprland and Migrating Antenna Filters
Links for the day
Links 05/04/2026: "Confidential Computing" as Proprietary Bundle of False Promises and "The Web Is an Antitrust Wedge"
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, April 04, 2026
IRC logs for Saturday, April 04, 2026