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

Techrights Does Not Compete With LLM Slop, It Exposes the Bastards, Plagiarists and Scammers Who Do That
People like Scam Altman, still facing a lawsuit from his own sister for sexual abuse against her
Slopwatch: Planet Ubuntu Became LLM Slop and Some People Fail to See the Immorality of Plagiarism
it lessens the incentive for people to publish real articles
 
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, May 30, 2025
IRC logs for Friday, May 30, 2025
The "AI" (Slop) Bubble Already Popped, But It's Not an Overnight Collapse
where Microsoft put its money
No More Steven Astorino at IBM, Chatter About Weekly/Nonstop Layoffs at IBM
What happened? Good luck guessing.
Looking at Corruption in Europe, Going Beyond the EPO
Expect a new series to kick off very soon
Slopwatch: Security SPAM and LLM Slop for SEO and FUD Purposes, Perpetually Tarnishing the Perception of Linux and (Open)SSH Security
A lot of this Fear, Uncertainty, Doubt (FUD) comes from Microsoft and its LLMs
Links 30/05/2025: Google's LLM Slop Pushers Are Killing Journalism and Shira Perlmutter Fails to Stop Bribed Regime From Legalising Plagiarism (in "AI" Clothing)
Links for the day
Links 30/05/2025: Offline Arts and "Threshold of Patience"
Links for the day
Signing Off Serious Lies With a Statement of Truth is No Joking Matter
It's not hard to see what's happening here
Links 30/05/2025: LLM Slop Already Ingests and Vomits Its Own Garbage, Facebook Exec Admits Copyrights a Concern Too
Links for the day
Mass Layoffs at Microsoft Result in More Whistleblowers From Microsoft
Microsoft's predatory pricing is further
EPO Poll: 68% Dissatisfied With Quality of Slop (Wrongly Framed as "AI") for Patent Classification
Slop does not work, it's just falsely advertised with extra hype (funded by slop pushers that sponsor the major media)
Big Crowds Gather to Learn About Software Freedom From the Man Who Started GNU/Linux in 1983
"It was a great success"
Microsoft Layoffs Again in Bay Area
Microsoft relies on people's false belief that being "in LinkedIn" will get you a job; well, seems like even working inside LinkedIn really sucks and you lose the job
Gemini Links 30/05/2025: Fighting Against the Bad News, and Slop is Dehumanisation Disguised as "Intelligence"
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, May 29, 2025
IRC logs for Thursday, May 29, 2025
Links 29/05/2025: Chinese Cracking Against EU Institutions (Prague), More Assaults on Media and Its Funding Sources
Links for the day
EPO Workers Caution That the Officials Are Still Illegally Trying to Replace Staff With Slop (to Lower Quality and Validity of European Patents)
Nobody in Europe voted for any of this
Links 29/05/2025: US Health Deficit and Malware Disguised as Slop Generator
Links for the day
Links 29/05/2025: Turtle Roadkill, Modern 'Tech' as a Sting
Links for the day
Thanks for All the Fish, Linux Format
people who once wrote for it (or for other magazines) comment on the importance of this news
People's Understanding of the History of GNU/Linux is Changing
RMS is not a radical, he's just clever enough to see and foresee what's going on
Microsofters Were Scheming to Take Over This Entire Web Site (in Their Own Words!)
Money gets spent censoring/deplatforming people who speak about real issues; no money gets spent actually tackling those underlying issues
Bicycles for the Minds and the Story Harrison Bergeron
"The goal of having people in charge of the tools they use and that the tools should amplify ability" has long been abandoned
Links 29/05/2025: YouTube Problem and Giant Privacy Hole in Microsoft OneDrive
Links for the day
[Video] Cory Doctorow Explains DMCA: DRM in the Browser (or Webapp) Will "Make It a Felony to Protect Your Privacy While You Use It."
Pycon US Keynote Speaker Cory Doctorow
United States Courts With Sworn Testimonies Are on Our Side, We'll Present the Same Here
Chronicling what happened is a moral imperative
Serial Sloppers Ruin and Lessen the Incentive to Cover "Linux"
The Serial Sloppers (SSs) ought to be named and shamed, but almost nobody does this
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, May 28, 2025
IRC logs for Wednesday, May 28, 2025