Bonum Certa Men Certa

Links 11/10/2021: Second Beta of Krita 5.0 and Geany 1.38



  • GNU/Linux

    • Desktop/Laptop

      • Largest Open-source and Linux Technology User Group in North America launches at Jeff.pro, led by veteran internet entrepreneur Jeffrey Peterson

        On September 11, 2021, the largest Open-source and Linux Technology User Group in North America launched at Jeff.pro, led by veteran internet entrepreneur Jeffrey Peterson.

      • Linux OS Market to Rise at 19.2% CAGR till 2027

        The global Linux Operating System market size is projected to reach USD 15.64 billion by the end of 2027. The increasing product applications across diverse industry verticals will bode well for market growth. According to a report published by Fortune Business Insights, titled “Linux Operating System Market Size, Share & Covid-19 Impact Analysis, By Distribution (Virtual Machines, Servers and Desktops), By End-use (Commercial/Enterprise and Individual), and Regional Forecast, 2020-2027,” the market was worth USD 3.89 billion in 2019 and will exhibit a CAGR of 19.2% during the forecast period, 2020-2027.

      • The Kubuntu Focus Team Announces the Third-Generation M2 Linux Mobile Workstation

        The Kubuntu Focus Team announces the availability of the third-generation M2 Linux mobile workstation with multiple performance enhancements. RTX 3080 and RTX 3070 models are in stock now. RTX 3060 models can be reserved now and ship in the first week of November.

        The thin-and-light M2 laptop is a superb choice for anyone looking for the best out-of-the-box Linux experience with the most powerful mobile hardware. Customers include ML scientists, developers, and creators. Improvements to the third generation include...

    • Kernel Space

      • AMD Publishes New Linux Audio Driver Code For Yellow Carp / ACP6x Audio Co-Processor - Phoronix

        It was just with Linux 5.15 last month that AMD added a new audio driver for Van Gogh APUs sporting an ACP 5.x audio co-processor (ACP) while now a new driver has been posted for Yellow Carp / Rembrandt with it introducing new ACP 6.x audio co-processor IP.

        AMD engineers have been busy the past few months bringing up "Yellow Carp" under Linux that appears at this point to be the Linux codename for the forthcoming Ryzen 6000 series "Rembrandt" APUs. On top of all the graphics driver work and other Linux kernel driver support patches so far, new audio code came out on Monday morning.

      • EROFS File-System Adding LZMA Compression Support Via New MicroLZMA - Phoronix

        The EROFS read-only file-system is adding LZMA compression support using a new header/container format called MicroLZMA.

        This MicroLZMA format was developed in cooperation with XZ developer Lasse Collin to avoid wasting small amounts of space for headers. MicroLZMA also has possible use-cases outside of EROFS.

      • More Optimizations Has Linux Approaching 7M IOPS Per Core - Phoronix

        Linux block subsystem maintainer and IO_uring lead developer Jens Axboe continues making staggering optimizations to the kernel code to squeeze out the maximum performance potential out of his shiny new system.

        After upgrading to an AMD Ryzen 9 5950X system for development and keeping to his Intel Optane Gen2 storage, he ended September being able to achieve around 5.1M IOPS per-core for this system he uses for reference testing and evaluation of Linux block subsystem changes. That 5.1M IOPS per-core is impressive while previously he was happy hitting above 3M IOPS per-core.

    • Benchmarks

      • Ubuntu 19.10 To 21.10: AMD Zen 2 + Radeon Performance On Linux Over Two Years

        With Ubuntu 21.10 due for release this week I've been running various Ubuntu Linux performance comparisons across a variety of hardware and overall this new release is looking to be in great shape. One of the tests I recently carried out for curiosity is seeing how the AMD Zen 2 performance has evolved now over the past two years on Linux going from Ubuntu 19.10 to Ubuntu 21.10.

    • Applications

      • Geany 1.38 Lightweight Code Editor is Out, Removes GTK+2 Support

        Geany is a code editor which uses GTK+ toolkit. The new version, Geany 1.38, comes with increased speed when opening documents.

        Every developer who spends hours in front of a computer screen writing codes, absolutely needs an editor to program. Whether we want to program a web page, an application or a program, we must use a tool that allows us to edit the code, modify it and work with it.

        Geany is a powerful, stable, and lightweight code editor with certain basic features of an Integrated Development Environment (IDE). It is an open source cross platform editor that is designed specifically for programmers thanks to its built-in support for over 50 programming languages. In addition, with Geany you can perform functions such as syntax highlighting and autocompletion.

        Now that a new version has been announced, let’s see what has changed in Geany.

    • Instructionals/Technical

      • A Simple OpenPGP API

        In this post I want to share how easy it is to use OpenPGP using the Stateless OpenPGP Protocol (SOP).

        I talked about the SOP specification and its purpose and benefits already in past blog posts. This time I want to give some in-depth examples of how the API can be used in your application.

        There are SOP API implementations available in different languages like Java and Rust. They have in common, that they are based around the Stateless OpenPGP Command Line Specification, so they are very similar in form and function.

        For Java-based systems, the SOP API was defined in the sop-java library. This module merely contains interface definitions. It is up to the user to choose a library that provides an implementation for those interfaces. Currently the only known implementation is pgpainless-sop based on PGPainless.

      • Linux for Starters: Your Guide to Linux – Running VirtualBox - Part 20 - LinuxLinks

        This is a series that offers a gentle introduction to Linux for newcomers.

        In computing, virtualization refers to the act of creating a virtual version of something, including virtual computer hardware platforms, storage devices, and computer network resources.

        We will walk you through setting up a virtual machine running openSUSE. The words host and guest distinguish the software running on the machine from the software that runs on the virtual machine. For the purpose of this article, the host machine is running Ubuntu, the guest machine is openSUSE.

        Software like VirtualBox allocates parts of the CPU, RAM, storage disk, and other components so that a virtual machine can use them to run properly. The virtual OS thinks that it’s running on a real system, but it runs just like any other program on your computer.

        VirtualBox has a wide variety of uses. For a newcomer to Linux it lets them test a variety of different distros without messing up their existing setup. Think of the operating system running in a safe, sandboxed environment,.

        With virtualization, you want as much RAM as possible, as you need RAM for the host operating system and the guest(s) operating systems. While 8GB is sufficient for many desktop uses, it’s insufficient for virtualization. We only recommend using VirtualBox if your machine has more than 8GB of RAM. The faster and more powerful your PC, the more that virtualization offers.

      • How To Install Cacti on Debian 11 - idroot

        In this tutorial, we will show you how to install Cacti on Debian 11. For those of you who didn’t know, Cacti is one of the most popular open-source, web-based network monitoring and graphing tool that you can use to keep track of your network performance in almost real-time. You can also configure Cacti to poll SNMP devices, traffic counters, routers, servers, 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 through the step-by-step installation of Cacti monitoring on a Debian 11 (Bullseye).

      • How to create Monitors with DataDog

        DataDog is a famous, cross-platform service for monitoring various servers, services, databases, tools through a data analytics platform. Users can check available free space on RAM and disk or track the waiting period for web requests or CPU usage on their systems.

        These issues might seem insignificant but they end up causing issues for servers with production applications that is why alerts are created to inform the stakeholder whenever the above mentioned events happen. In this article we’ll guide you how to create monitors using the DataDog tool and will create alerts to check on RAM usage and CPU usage.

      • Stop, Start and Restart Services on Debian

        This tutorial explains how to start, stop and restart services in Debian 11 Bullseye using both systemctl and service commands.

      • How to Add a User to Sudoers on AlmaLinux
      • How to Install Nginx with Let’s Encrypt TLS/SSL on AlmaLinux 8 - LinuxCapable

        NGINX is an open-source, free HTTP server software. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for e-mail (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers. The goal behind NGINX was to create the fastest web server around, and maintaining that excellence is still a central goal of the Nginx project. NGINX consistently beats Apache and other servers in benchmarks measuring web server performance and is now the most popular used web server according to W3Tech.

        In the tutorial, you will learn how to install Nginx on AlmaLinux 8 with a free TLS/SSL certificate from Let’s Encrypt.

      • Install FreeRADIUS with daloRADIUS on Debian 11/Debian 10 - kifarunix.com

        daloRADIUS on the other hand is an advanced web application for managing FreeRADIUS server. It supports various database backends such as MySQL, Sqlite, PostgreSQL, MsSQL, MySQL. It provides features such as Access Control Lists, support integration with Google Maps for geo-location of hotspots/access points, graphical reporting…

      • Bash Printf Command Explained With Examples - OSTechNix

        In this article, I am going to explain the basic usage of the Bash printf command with examples in Linux. By the end of this article, you will be comfortable in using the printf command in Bash shell scripting.

      • Installing packages on Linux and Mac with Homebrew | Network World

        Ever heard of Homebrew? It’s a package manager with a very unusual feature. It allows ordinary users to install packages without using sudo, and it’s available for both macOS and Linux. While the tool on each of these systems is referred to as Homebrew, the Linux version installs as linuxbrew.

        Once installed, users can use Homebrew via the brew command to install packages very easily. Installation of Homebrew itself, however, does generally require sudo privileges and installs in /home/linuxbrew.

        The man page for the brew command calls it “The Missing Package Manager for macOS (or Linux)”.

    • Games

      • Party-based fantasy RPG Black Geyser: Couriers of Darkness gets a Linux version

        Not too long after the initial Early Access release that was back in August, GrapeOcean Technologies has released a Linux version of their party-based RPG Black Geyser: Couriers of Darkness.

        Inspired clearly by Baldur's Gate and Icewind Dale, the team are hoping to make their mark with challenging real time tactical combat with pause, deep lore and memorable companions, all set in a sprawling, unique fantasy world.

        "As a small team, we wanted to create a unique world that had a different tone, but one filled with everything we’ve come to expect from a cRPG: an epic story, exploration, mystery and plenty of side quests," says David Zakal, Director and Founder of GrapeOcean Technologies.

      • Kathy Rain: Director's Cut launches with Linux support on October 26 | GamingOnLinux

        Kathy Rain: Director's Cut has been confirmed by Clifftop Games and publisher Raw Fury to be releasing on October 26.

        "Kathy Rain follows a burgeoning journalist as she investigates the mysterious death of her grandfather. Set during the age of laser discs and landlines in the 1990s, Kathy is armed only with her trusty motorcycle, a notepad, and her wits. Traveling all over her hometown of Conwell Springs, Kathy will uncover a local mystery that takes her on a tumultuous journey. What secrets are the people of this town hiding? Piece together the clues and follow the leads to discover the truth!"

      • The Epic Store on Linux continues getting easier to manage with Heroic Games Launcher | GamingOnLinux

        Heroic Games Launcher has a fresh update released and it comes with some mighty fine new features, all in the name of making your Epic Store library easier to manage on Linux. All still unofficial of course, since the store doesn't support Linux directly.

        With HGL version 1.10.1 it can now install parts of games that offer a selective download, you can run games using an "alternative" executable, available DLC will be listed along with a toggle to bring them all or not and you xan actually check the download / install size before installing games now.

      • The surprisingly varied Tower Defense game Warstone TD is now available for Linux | GamingOnLinux

        With maps that advance and grow as you play through allowing you to place down more towers and change your tactics, Warstone TD from Battlecruiser Games is now available natively on Linux. The developer said that they're providing a Linux version now as "a lot people asked for it".

        One feature that makes it quite interesting is how you place your towers. Initially you're not given a lot of stones to place defence down but more can appear as the level goes on and from defeating enemies, so eventually you get a lot more space to place your towers. There's also a class system to give you new abilities, plus the mission types are varied too that enables you to use other unit types. Quite a lot to like about this one and since release in 2018 it seems to have reviewed well from users on Steam.

      • The ScummVM retro game project celebrates a 20th anniversary with a new release

        A big celebration to be had for the folks working on ScummVM, the project that bundles together various game engines to allow you to play many older games easily on modern platforms. 20 years is a huge milestone for such a project, and it's a very important piece of open source tech for game preservation.

        The release notes for 2.5.0 are long and impressive with plenty of new games supported including: Grim Fandango, The Longest Journey, Myst 3: Exile, Little Big Adventure, Red Comrades 1: Save the Galaxy, Red Comrades 2: For the Great Justice, Transylvania, Crimson Crown, OO-Topos, Glulx interactive fiction games, Lure of the Temptress Konami release, Private Eye, Spanish Blue Force, Spanish Ringworld, Spanish Amazon: Guardians of Eden, AGS Games versions 2.5+, Nightlong: Union City Conspiracy, The Journeyman Project 2: Buried in Time, Crusader: No Remorse, L-ZONE and Spaceship Warlock.

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • Second Beta for Krita 5.0 | Krita

          A bit later than planned — after a year and a half of isolation meeting people spreads really bad colds — we’re releasing the second beta of Krita 5.0.0! The same warnings we gave with beta 1 still hold! There are still some showstoppers, but there we’re also over 700 fixes closer to the final release.

          This release also includes a reworked GPU accelerated canvas: especially on HiDPI screens and on macOS Krita should perform much better.

        • Krita 5.0 Beta 2 Reworks Its GPU Accelerated Canvas

          Krita 5.0 Beta 2 is out today as the newest test release for this very powerful, open-source digital painting program.

          The first beta of Krita 5.0 came back in August with UI improvements and better performance along with supporting newer image formats, an all-new MyPaint brush engine, and a variety of other features.

    • Distributions

      • IBM/Red Hat/Fedora

        • How automation strategy can help you retain IT talent | The Enterprisers Project

          Seasonal changes often trigger times of reflection. So does weathering the ups and downs of the COVID pandemic: We went from seeing no end in sight, to seeing the possible end of the pandemic, to “it’s complicated,” particularly with workforces distributed around the globe in different stages of quarantine.

          Many leaders and their teams have gone from in-office work to 100 percent remote work to a mix of both with hybrid work. Meanwhile, the job market has become so hot that some are calling it the Great Resignation. In the public sector, many employees who have been eligible for retirement for years are now accelerating their retirement plans.

          As time goes on, we’re seeing that a Great Resignation is really an outcome of what is being called the Great Reprioritization, in which employees are pausing to reflect and reprioritize what’s most meaningful to them personally and professionally.

          Our team members are reprioritizing based on meaning and purpose, and we need to help them on that journey if we want to keep them.

        • Digital transformation: 4 excuses to leave behind | The Enterprisers Project

          For business leaders who have ever struggled with whether or not to embrace digital transformation, the pandemic made that decision easier. Just as nobody predicted COVID-19, nobody anticipated the changes it would bring to organizations across all industries.

          Organizations that were not prepared for the sudden pause in operations and subsequent challenges – including limited in-person contact, remote working, and paper-based processes digitally – struggled to survive. Meanwhile, digital organizations were able to adapt to the changing requirements with speed and agility.

          The pandemic not only made enterprises realize the importance of planning for the unexpected, but it also made a strong case for accelerating digital transformation. It left no room for the excuses that some business leaders used to delay their technology investments.

        • Firefox 93 on POWER

          Firefox 93 is out, though because of inopportune scheduling at my workplace I haven't had much time to do much of anything other than $DAYJOB for the past week or so. (Cue Bill Lumbergh.) Chief amongst its features is AVIF image support (from the AV1 codec), additional PDF forms support, blocking HTTP downloads from HTTPS sites, new DOM/CSS/HTML support (including datetime-local), and most controversially Firefox Suggest, which I personally disabled since it gets in the way. I appreciate Mozilla trying to diversify its income streams, but I'd rather we could just donate directly to the browser's development rather than generally to Mozilla.

        • Quarkus for Spring developers: Kubernetes-native design patterns

          Want to learn more about developing applications with Quarkus? Download our free e-book Quarkus for Spring Developers, which helps Java developers familiar with Spring make a quick and easy transition.

          Microservice applications designed today are often deployed on a platform such as Kubernetes. This platform can orchestrate the deployment and management of containerized microservices. Microservices development calls for sophisticated patterns, such as health checks, fault tolerance, load balancing, distributed tracing, and remote debugging and development. Because of this, it is essential to adopt technologies and frameworks that support these patterns while also providing a great developer experience.

          This article will discuss some of these patterns and showcase why Quarkus is ideal for Kubernetes-native Java applications.

        • Get started with OpenShift Service Registry | Red Hat Developer

          Red Hat OpenShift Service Registry is a fully hosted and managed service that provides an API and schema registry for microservices. OpenShift Service Registry makes it easy for development teams to publish, discover, and reuse APIs and schemas.

          Well-defined API and schema definitions are essential to delivering robust microservice and event streaming architectures. Development teams can use a registry to manage these artifacts in various formats, including OpenAPI, AsyncAPI, Apache Avro, Protocol Buffers, and more. Data producers and consumers can then use the artifacts to validate and serialize or deserialize data.

          This article gets you started with OpenShift Service Registry. You’ll create a Quarkus-based Java application that uses the registry to manage schemas for data sent through topics in an Apache Kafka cluster. The tutorial should take less than 30 minutes, and involves the following steps...

        • Red Hat Software Collections 3.8 and Red Hat Developer Toolset 11 now in beta | Red Hat Developer

          The latest versions of Red Hat Software Collections and Red Hat Developer Toolset for Red Hat Enterprise Linux 7 are available now in beta. Red Hat Software Collections 3.8 delivers the latest stable versions of many popular open source runtime languages, web servers, and databases natively to Red Hat Enterprise Linux, the world’s leading enterprise Linux platform. These components are supported for up to five years, helping to enable a more consistent, efficient, and reliable developer experience.

        • Red Hat OpenShift and data-centric infrastructure initiatives in IOWN Global Forum

          Open5G conference was held on October 6th. NTT(Masahisa Kawashima, VP of IOWN development office and IOWN GF Technology working group chair) and Intel (Clara Li, Senior Principal Engineer and IOWN GF Technical Steering committee chair) participated the spotlight session titled Data-Centric Infrastructure initiatives and discussed future disaggregated heterogeneous computing with Red Hat (Chris Wright, Senior Vice President and Chief Technology Officer).

          NTT and Intel are two of the founders, along with Sony, of the Innovative Optical and Wireless Network Global Forum (IOWN GF). Since its inception the global forum community has grown to over 70 members, including Red Hat, DELL, Orange, Ericsson, Nokia and many others.

    • Devices/Embedded

      • RAK introduces Raspberry Pi RP2040 based LoRaWAN core, more Wisblock modules - CNX Software

        RAKwireless has just launched the RAK11310 WisBlock LPWAN Module with Raspberry Pi RP2040 MCU and LoRaWAN connectivity, as announced after launching 14 new WisBlock modules for IoT prototyping last July.

        The RAK11310 module was introduced as part of the “Just Track It RAK Autumn Launch 2021” event together with the smallest WisBlock Base Board so far, as well as 11 new Wisblock modules which bring the total to 47 modules.

      • IBASE launches 3.5-inch SBC with AMD Ryzen Embedded V2000 processor - CNX Software

        We’ve covered plenty of AMD Ryzen Embedded V2000 SBCs in the past, but it appears IBASE IB952 might be the first 3.5-inch SBC with a Ryzen V2000 processor for the industrial and IoT markets.

        The board supports up to 64GB RAM, offers two SATA III ports for storage, dual Gigabit Ethernet networking, four display outputs with DisplayPort, eDP and LVDS interfaces, USB and serial ports, as well as expansion through two M.2 sockets.

      • M5Stack UnitV2 AI module gets USB camera and M12 camera versions

        M5Stack UnitV2 is an ultra-compact Linux AI camera powered on Sigmastar SSD202D SoC with a dual-core Cortex-A7 processor @ 1.2 GHz, and 128MB on-chip DDR3 that was launched in April 2021 with a Full HD camera featuring a 68€° field-of-view.

        M5Stack has now introduced two new models, one called M5Stack UnitV2 USB without any camera at all, instead relying on an external USB UVC camera, and the other named M5Stack UnitV2 M12 equipped with an M12 socket and shipping with both a normal focal length camera with an 85€° FoV and wide-angle focal length with a 150€° FoV.

      • Open Hardware/Modding

        • Raspberry Pi Weekly Issue #372 - Meet raspberrypi.com

          We missed you the last couple of weeks so it’s a bumper issue today. Our big news is the launch of raspberrypi.com: we have a super new website where we hope you’ll find it easy to get to all you need to know about Raspberry Pi computers and our other products. Continue to find free resources, coding clubs, and educational support from the Raspberry Pi Foundation at raspberrypi.org.

        • Arduino Becomes Superhet With A Little Help From Friends | Hackaday

          A radio receiver is always a fun project. [Jayakody2000lk] decided that his new superheterodyne design would use an Arduino and it looks like it came out very nicely. The system has four boards. An off-the-shelf Arduino, a Si5351 clock generator board (also off-the-shelf), and two custom boards that contain the IF amplifier and mixer.

          The receiver started out in 2015 without the Arduino, and there’s a link in the post to that original design. Using the Si5351 and the Arduino replaces the original local oscillator and their have been other improvements, as well. You can see a video about the receiver below.

          Tuning is by a rotary encoder and the current software lets you tune from about 4.75 MHz to a little over 15.8 MHz. Of course, you could change to any frequency the Si5351 can handle as long as the mixer and other components can handle it. The IF frequency is the usual 455 kHz.

    • Free, Libre, and Open Source Software

      • Top 10 Open-source Zapier/IFTTT alternatives

        Many question in the automation world comes, the most question that comes up a lot more than any question is which tool should I use to automate my processes?

        The answer depends on what you are trying to do? But in general IFTTT is more for personal stuff and Zapier is more for business.

        With IFTTT, we have got the Alexa devices, speakers, and light bulbs fully automated.

        However, Zapier's helps you to connect your apps and automate workflows and data exchange among these apps. As an example, automate your posts to Twitter and Facebook or even automate your Instagram process (posts, likes, comments).

      • SageMath: free open-source mathematic software

        SageMath is a free open-source mathematic software for mathematicians, data scientists and statisticians.

        It is built on top of many mathematic python packages.

        SageMath features include animated graphs, interactive plots, portable version that works directly from USB stick, interactive Python interface, notebook, rich documentation and more.

        SageMath is an ideal solution for education as it aims for high-level student.

        SageMath is faster than other open-source software doing the same calculations, like Mathematica 7.

        It is proven to be faster by 32% on Linux (Intel 32bit), and 40% faster on macOS. You can read more about this in SageMath benchmarks.

      • Funding

        • Godot Engine - Please help us reach our second Patreon goal so we can hire karroffel part-time!

          Edit: When this post was written we were slightly below our second goal of $4,500 - thanks to a soon-to-be-announced Platinum sponsor, we already reached this second goal and are well on our way to the third one! More infos on our plans for this third goal soon.

          [...]

          The few experienced developers in these areas are working for big companies and under strict contracts, non competes and NDAs, so it's very difficult for them to lend a hand even if they wanted.

      • FSFE

        • Translators team: Reaching more people in their native language

          Since the founding of the organisation in 2001 the FSFE's translators team has been an important part of the FSFE. The translations made by the translators team have enabled people all across Europe to learn and read about software freedom and the FSFE's mission to empower users to control technology. Translations from English to another language enable people who are not fluent in English to read, learn, and participate in Free Software. Without the help of our translators team, this would not have been possible.

          For the last 20 years the FSFE's translators team has been working on translating the FSFE's statements, news items, activities, campaigns, and background information. The first translation for our website, which is today no longer available on the website, was made in 2001 by translating the "Volunteers welcome" text to French. Later the "Volunteers welcome" text became our contribute page. In 2004, with the move from gnu.org to our own infrastructure, the then translation coordinator, Reinhard Müller, launched the first general information page about the translators team and the translation process. Since then a lot has happened.

      • Programming/Development

        • Qt Sensors in Qt 6.2

          The Qt Sensors module provides access to sensor devices such as accelerometer and gyroscope. The logical architecture separates the concrete sensor types (“accelerometer”) from the platforms providing them (“Android”). This is illustrated by the Figure below:

        • Clean up your Git repository with this Linux tool | Enable Sysadmin

          Git is an amazing tool for tracking all your changes and reverting them if necessary. While Git is perfect, people are not. So, if you send something by mistake to your repo, like a build file, temporary folder, your cache, and so forth, Git will store it because it can't predict when you make mistakes.

          You can, of course, remove files with the git rm command. Git will remove the file but keep it available in case you need it later. However, if you do this often enough, you end up with what I call a bloated Git repository. It isn't enough to clean up your repo; you also need to remove sensitive files that you could accidentally send to someone.

  • Leftovers

    • Hardware

      • Tiny Winged Circuits Fall With Style | Hackaday

        Researchers at Northwestern University is moving the goalposts on how small you can make a tiny flying object down to 0.5 mm, effectively creating flying microchips. Although “falling with style” is probably a more accurate description.

    • Integrity/Availability

      • Proprietary

        • Security

          • TuxCare launches open source database live patching | ZDNet

            Patching database software is often a real pain-in-the-rump. The reason? Easy. When you need to patch one, it almost always requires a reboot. That takes time, sometimes a lot of time. So, so matter when you time it, your users will not be happy. Now TuxCare has an answer: DatabaseCare. This live patching service for the most popular open-source enterprise-grade databases, MySQL, MariaDB, and PostgreSQL enables you to patch database management systems (DBMS) with no downtime.

          • Fear, Uncertainty, Doubt/Fear-mongering/Dramatisation

            • FontOnLake malware strikes Linux systems in targeted attacks [Ed: ZDNet joins the anti-Linux FUD attack of ESET]

              According to researchers from cybersecurity firm ESET, the malware, named FontOnLake, appears to be well-designed and while under active development already includes remote access options, credential theft features, and is able to initialize proxy servers.

              FontOnLake samples first appeared on VirusTotal in May 2020 but the command-and-control (C2) servers linked to these files are disabled, which the researchers say may be due to the uploads.

          • Privacy/Surveillance

            • Your DNA is already compromised. - Invidious
            • European Parliament backs ban on remote biometric surveillance – TechCrunch

              To respect “privacy and human dignity,” MEPs said that EU lawmakers should pass a permanent ban on the automated recognition of individuals in public spaces, saying citizens should only be monitored when suspected of a crime.

              The parliament has also called for a ban on the use of private facial recognition databases — such as the controversial AI system created by U.S. startup Clearview (also already in use by some police forces in Europe) — and said predictive policing based on behavioural data should also be outlawed.

              MEPs also want to ban social scoring systems which seek to rate the trustworthiness of citizens based on their behaviour or personality.

    • AstroTurf/Lobbying/Politics

      • YouTube is still showing propagandist ads featuring detained Belarusians

        In a recent YouTube video ad, a man named Sergei Dalivelia sits on a wooden chair, his hands tied behind his back. He looks straight to camera and, in a shaky voice, apologizes for criticizing the government of Belarus and President Alexander Lukashenko. “I posted offensive comments online,” he said. “I very much regret this. I regret that I wrote this without thinking.” Clicking on the ad took the viewer to a pro-government Telegram channel titled Zheltye Slivy.



Recent Techrights' Posts

2026 Microsoft Mass Layoffs in So-called 'AI' Datacentres, Why Doesn't the Mainstream Media Cover The News?
What does this tell us about the state of the media?
"Over 1,100 Law Firms Gone in Five Years" in the United Kingdom (UK) Alone
There are basically way too many lawyers (looking for "business", e.g. threats and lawfare) and not enough positions to fill
Microsoft FUD From Microsoft Site Helps Distract From Actual Microsoft Back Doors
Published on a Sunday
IBM is Killing Red Hat's Portfolio - Including Linux - to Prop Up Ponzi Scheme ("AI")
IBM is killing Red Hat
Gemini Links 02/03/2026: Weird Phone Calls, Small Phones, and Exploring Racket
Links for the day
EPO "Cocaine Communication Manager" - Part V - Jobs at the EPO for Those Connected to Cocaine Addicts (Skills Not Required)
EPO management is trying to shoot the messenger
 
The Topic Many People Don't Want to Talk or Write About
"DEI" is inherently about making racial and gender patterns better reflect society's
XBox is Virtually Dead Already, What Next Will Die at Microsoft?
Now that there are mass layoffs at Microsoft datacentres it is not premature to speculate about what dies after XBox
For the First Time, statCounter Measures Internet Explorer at 0.01% "Market Share"
What Microsoft replaced it with is just a Chrome clone with extra spyware
Was a Lot of "Windows" and "Unknown" in Iran Just GNU/Linux in Disguise?
more than 1 in 10 desktop/laptop requests is estimated to be GNU/Linux
"Here in the UK, GNU/Linux rose to all-time high at Windows' expense"
Will this entail Software Freedom as well? This depends on all of us
Links 02/03/2026: Claude Code Causes a Mexican Government Cyberattack, "London Repair Week" Noted
Links for the day
Don't Fall for "Top X Law Firms" in "Discipline Y", They Pay $Z to Get False Endorsement/s
It's a scheme, a scam, an elaborate fraud
More Publishers Have Turned From Slop Boosters Into Slop Sceptics and Critics
There's a "hidden cost" when one participates (for profit) in "pump and dump" schemes
TeX Live Has New Release, But Planet Debian Won't Tell You That
It 'unpersoned' the developer
LLM Slop Does Not Know People (It Knows Nothing) and Cannot Distinguish Between People. It's a Recipe for Disaster.
no way of knowing who's who
Free Software Foundation Needs to Become More Active in Europe to Avoid Impersonation by Microsoft-Sponsored Groups
So far we've hardly seen the FSF saying anything at all about the US president
Links 02/03/2026: "Not Envious of Billionaires" and Palantir SLAPPs "Swiss Magazine For Accurately Reporting That The Swiss Government Didn't Want Palantir"
Links for the day
There Has Never Been a Better Time to Quit Social Control Media
Those networks are selling something. And that something is not peace because peace does not sell "attention".
Microsoft Users Drowning in Slop, If They Complain Microsoft Censors Them
Like an authoritarian regime
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, March 01, 2026
IRC logs for Sunday, March 01, 2026
Speed of Sites Matters
Being easily accessible all the time matters to us
Dr. Andy Farnell on "Good Tech"
in the age of "rent everything" and "own nothing"
Gemini Links 01/03/2026: Simpler Software and Announcing OFFLFIRSOCH (OFFLine-FIRst SOftware CHallenge) 2026
Links for the day
Booz Allen Hamilton, the Former Employer of Edward Snowden (NSA Contractor), is Drowning in Debt
Can Supreme Leader Cheeto bail it out like he does slop companies?
On the Concept of "Protected Class" (or Race) at IBM
It's self-harming as in practice it imperils the company and harms the reputation/brand
The Mass Layoffs at Microsoft That Nobody in the "News Industry" Wants to Talk About (and TheLayoff.com Censored, Then It Censored the Evidence of the Censorship)
They basically cover up how they censored the news about Microsoft layoffs
Richard Stallman to Give at Least Three Talks in Switzerland, Starting This Week
No mention (yet) of the Bern talk
On Who 'Speaks for' Techrights
typically a case of misrepresenting the site
'FSFE' an Imposter in Europe, Paid by GAFAM to Represent GAFAM Interests
The Microsoft-sponsored 'FSFE', which violates the terms of use of its name, is causing confusion [...] formally-recognised institutions got tricked into thinking that the Microsoft-sponsored 'FSFE' is the FSF
Lots of Lies From the Slop Industry
The slop industry relies on fake news to give a notion or fake demand
Links 01/03/2026: American Plutocrats Buy American Media While American Constitution Shredded
Links for the day
Teaser: The Next Series About the SRA, Which Would be Just as Effective as It Is Right Now If It Had Zero Employees
the lapdog (of the "litigation industry") that is meant to be perceived as a watchdog
Solicitors Regulation Authority (SRA) Inaction and Incompetence - Part I - Introduction
The SRA is a sham. Many people know this already, but we want to document our own experiences with it.
Live Simply, Live Better
Life isn't about "collecting" possessions; it's about doing things that matter and accumulating knowledge so as to make better choices
Now That XBox is Pretty Much Dead and There Are Mass Layoffs at Microsoft
This means our predictions about Microsoft (and XBox) are "falling into place"
Gemini Links 01/03/2026: "In the Spirit of OFFLFIRSOCH" and "Delete Patreon"
Links for the day
ACM Lowers Its Standards for Age of Autocracy
IBM is more than happy to work with autocracies
The term FUD (fear, uncertainty, doubt) was created to describe IBM's tactics and IBM is doing it again
Rob Thomas or "RT"
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, February 28, 2026
IRC logs for Saturday, February 28, 2026
Slop is Distraction
LibreWolf will never include any of this slop nonsense, no matter if toggled on or off
Cult inquiry: Parliament of Victoria, last chance to have your say
Reprinted with permission from Daniel Pocock
Internet Relay Chat (IRC) Turns 37.5
Can IRC reach age 75?
Gemini Links 28/02/2026: Loadbars 0.13.0, IME (Input Method Editor), and ColorColumn in Vim
Links for the day
Two EPO Strikes in March (Maybe More)
As per the SUEPO diary [...] We still have an ongoing series about the EPO, with several more series to start later
Why We Are Concerned About the SRA's Failure and What That Means to the Profession of Lawyers in the UK
Unregulated industries will lose their credibility as there is a threat of growing perception that they operate outside the law rather than practice law
Over 10,000 Pages/Articles Per Year?
Probably my most productive month, ever
Keeping Techrights Online 99.99% of the Time
Some time later this year we'll tell a very long story about how extremists attacked our webhosts
Richard Stallman, Founder of the Free Software Movement, Will be Giving Public Talk in Bern (Switzerland) in Less Than 12 Days
We are still doing a series about him and his talks
Still Lots of IBM Departures
It's not that we lack evidence of IBM layoffs. It's just that we have ample evidence of the press not doing its job (or barely existing anymore).
The Register MS Standards: Promote a Ponzi Scheme in Exchange of Money
Once upon a time it was a serious publisher. Months ago it was taken over by a Microsoft person.
Slopfarms' Demise Looks Like the Beginning of the End (Lowered Demand for Slop)
Slop about "Linux" has gotten hard to find this past week
Dr. Andy Farnell: Time to Pull the Plug?
insightful, as usual
Links 28/02/2026: "Tehran’s Two-Tiered Internet", "Internet Under Fire"
Links for the day
When an Entire News Site is About One Topic (and One Topic Only)
Tomorrow we start a new series for the new month
Links 28/02/2026: Bill Epsteingate Admits Sex With Young Girls, "Epstein Files Are the Horror That Keeps on Giving"
Links for the day
IBM: Where Companies Come to Perish
thelayoff.com is censoring stories
Tech Layoffs Are Not Because of Slop, They're an Effect of a Rotting Economy and Tech Giants Being Too Deep in Debt
Block is rapidly sinking in debt
The Slopfarms' Business Case (or Business Model) Never Existed and Nowadays, in 2026, They've Mostly Collapsed
Hopefully by year's end many slop suppliers will be offline and slopfarms that rely on them throw in the towel
March in London Today Against Slop's Harms to Society (and the Environment), Starting at 12:00 GMT at the Microsoft OpenAI Office
Today there is a protest in London (UK)
Microsoft Mass Layoffs Have Officially Resumed, Microsoft's Waggener Edstrom/Frank Shaw Lied
"The former employees say this was a mass layoff"
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, February 27, 2026
IRC logs for Friday, February 27, 2026