Bonum Certa Men Certa

Links 19/03/2023: LLVM 16.0.0 and EasyOS Kirkstone 5.1 Releases



  • GNU/Linux

    • Server

    • Kernel Space

      • It's FOSS ☛ Linux Jargon Buster: What is LUKS Encryption

        Linux Unified Key Setup - LUKS is a disk encryption specification created by Clemens Fruhwirth in 2004 and was originally intended for Linux. It is a well-known, secure, and high-performance disk encryption method based on an enhanced version of cryptsetup, using dm-crypt as the disk encryption backend. LUKS is also a popular encryption format in Network Attached Storage (NAS) devices.

        LUKS can also be used to create and run encrypted containers. Encrypted containers feature the same level of protection as LUKS full-disk encryption. LUKS also offers multiple encryption algorithms, several modes of encryption, and several hash functions - a little over 40 possible combinations.

    • Graphics Stack

      • Mike Blumenkrantz: Overdue
        I Meant To Write This Some Time Ago But Then I Didn’t

        The blog has been there before, it’ll be there again, I’m over it.

        Let’s talk about the only thing anyone cares about on this blog for the 23.1 release cycle: perf.

        What does it mean? Who knows.

        How does one acquire it? See above.

        But everyone wants it, so I’ve gotta deliver like a hypothetical shipping company that delivers on-time and actually rings the bell when they drop something off instead of just hucking a box onto my front porch and running away to leave my stuff sitting out to get snowed on.

        Unlike such a hypothetical shipping company which doesn’t exist, perf does exist, and I’ve got it now. Lots of it.

        Let’s talk about what parts of my soul I had to sell to get to this point in my life.

        Time-bending
    • Applications

    • Instructionals/Technical

      • Linux Capable ☛ How to Create a New User and Grant Permissions in MySQL

        MySQL is a popular open-source relational database management system that helps businesses manage large amounts of data efficiently. One of the key features of MySQL is its ability to create multiple users with different permissions, allowing businesses to control who has access to what data.

      • Linux Capable ☛ How to Remove Docker Images, Containers, and Volumes

        Docker has become an indispensable tool for developers and system administrators. It enables them to run applications in isolated containers, making it easy to manage dependencies and streamline deployment processes. However, as you work with Docker, you may accumulate unused images, containers, and volumes, which can occupy valuable storage space.

      • How to Write Bash Script with User Input
      • Linux Capable ☛ How to Install and Configure UFW Firewall on Ubuntu 22.04 or 20.04

        This in-depth guide will walk you through installing and configuring the Uncomplicated Firewall (UFW) on Ubuntu 22.04 and 20.04. We will provide multiple configuration examples, detailed explanations of each command, and discuss additional features such as logging, application profiles, and remote connections.

      • Linux Capable ☛ How to Configure Security Headers in Nginx

        In this article, we will discuss how to improve the security of your web server by implementing various security headers in NGINX. By utilizing security headers, you can safeguard your website against a wide range of web-based attacks and ensure the protection of user data. What are Security Headers in Nginx?

      • ID Root ☛ How To Install MariaDB on Fedora 37

        In this tutorial, we will show you how to install MariaDB on Fedora 37. For those of you who didn’t know, MariaDB is a popular open-source database management system that is widely used in web applications.

      • Linuxiac ☛ How to Configure Linux Mint 21 Automatic Updates

        Keep your Linux Mint 21 up-to-date and bug-free with automatic updates. Learn how to set them up with our step-by-step guide.

      • FOSSLinux ☛ Linux Mint User and Group Management

        This article will provide an overview of managing users and groups in Linux Mint, a popular Linux distribution. It will cover the basics of user management, including adding and deleting users, modifying user settings, and managing user groups.

      • Linux Capable ☛ How to Get a Directory Size in Linux: Practical Examples

        Getting a directory size in Linux is common for administrators and users who want to manage their disk space effectively. This article will explore 10 examples of how to get the size of a directory in Linux using various commands and scripting techniques.

      • Linux Capable ☛ How to Use Fail2ban Commands in Linux

        Fail2Ban is an intrusion prevention software framework that protects computer servers from brute-force attacks. It does this by monitoring system logs for repeated failed login attempts and blocking the offending IP addresses.

      • Linux Capable ☛ Python Variables: Concepts and Examples

        Python is a versatile and powerful programming language popular among developers for its readability and ease of use. In this article, we will explore the concept of variables in Python and understand how to use them effectively. We will cover ten topics with three unique examples and break them down into relevant sections.

      • Linux Capable ☛ How to Create a Systemd Service in Linux

        This comprehensive guide focuses on mastering systemd services—an integral aspect of contemporary Linux systems. By delving into the structure of systemd service files and understanding how to create custom services for root and normal users, readers will acquire the knowledge and expertise necessary to manage and develop systemd services proficiently.

      • Net2 ☛ How to Delete a Git Branch Locally and Remotely

        In Git, people often make different branches to work on new features and bug fixes, while keeping them separate from the main codebase. But when the work on a feature is done, it's a good idea to remove the branch to keep things tidy and clear.

      • Trend Oceans ☛ Status Resolved: Failed! Error: SET PASSWORD has no significance for user ‘root’@’localhost’

        Getting error: "Failed! Error: SET PASSWORD has no significance for user ‘root’@’localhost"? Then read the steps here to fix it up. When you run the mysql_secure_installation command in your terminal window, it will ask you to enter the root password and set up security options for your MySQL installation.

      • UNIX Cop ☛ Managing Large-Scale Web Applications with NGINX on Linux

        Introduction NGINX is a popular open-source web server known for its high performance and scalability. It is commonly used to manage large-scale web applications that require high availability and performance.

      • UNIX Cop ☛ Linux Shell Scripting: Automating Tasks and Streamlining Workflows

        Introduction Linux shell scripting is writing scripts to automate tasks and streamline workflows in the Linux operating system. With the power of the Linux command line interface and a range of scripting languages available, users can write scripts to automate repetitive tasks, perform complex data manipulations, and even build entire applications.

      • UNIX Cop ☛ Building a Real-Time Data Pipeline with Apache Kafka on Linux

        Introduction Building a real-time data pipeline is a common requirement for modern data-driven applications. Apache Kafka is a popular distributed streaming platform allowing developers to build scalable, fault-tolerant, highly available real-time data pipelines.

      • UNIX Cop ☛ Configuring a Load Balancer on Ubuntu Server: A Step-by-Step Tutorial

        This tutorial will show you how to configure a load balancer on Ubuntu Server. Introduction Load balancing is a critical component of modern web applications, allowing them to distribute traffic across multiple servers to improve performance, scalability, and availability.

      • ID Root ☛ Boost Your Network Performance: How To Clear DNS Cache on Linux

        As a Linux user, you might have experienced slow internet connections or the inability to access some websites. Often, this issue can be traced back to your DNS cache.

      • It's Ubuntu ☛ Fix “Updating from such a repository can’t be done securely” Error In Linux

        How to fix the “Updating from such a repository can’t be done securely” error in Linux You might have encountered this error while trying to run the apt update or the apt upgrade command.

      • Linux Handbook ☛ Everything You Need to Know About UFW Logs

        Learn all about UFW logs and how to use them effectively. This comprehensive guide covers everything you need to know about UFW logs.

      • The New Stack ☛ Check for Container Image Vulnerabilities with Trivy

        Security should be one of the most important aspects of container deployments, especially for enterprise production environments that depend on highly scaled applications and services that will not only see massive demand but that will also interact with other services, servers, APIs, etc.

        If you skimp on security, you could leave your company open to hacking. All it takes is one hacker gaining access to a single container and they could wind up with the keys to your kingdom.

        You don’t want that.

        The thing is security has to start from the ground up, otherwise, everything is susceptible. Think of it this way: You cannot build a house on a foundation with cracks, holes, and other vulnerabilities and expect it to be secure. Eventually, that house could crumble. Containers are the same way. If you build them on a foundation with vulnerabilities, there’s no way they’ll be secure.

      • Make Use Of ☛ 6 Ways to Find a Raspberry Pi's IP Address

        Quite often, it is necessary to know the IP address of your Raspberry Pi. You will need the IP to configure any service related to networking, such as SSH. Also, you need to know the IP when using the Pi as a web server, a file server, or a print server.

        It is easy to find the Raspberry Pi's IP address using the GUI, command line, or network scan, which are all discussed here.

      • Make Use Of ☛ How to Connect to a Wi-Fi Network on Ubuntu Server

        Ubuntu Server is a powerful server operating system. It's very much similar to Ubuntu Desktop but comes without the GUI. You interact with the system primarily via the terminal.

        If you are used to connecting Ubuntu to Wi-Fi from the GUI, you might find it a bit tricky to connect to Wi-Fi from the command line. Don't worry though, here's how you can connect to Wi-Fi on Ubuntu Server.

      • ID Root ☛ How To Install Printrun on Ubuntu 22.04 LTS

        In this tutorial, we will show you how to install Printrun on Ubuntu 22.04 LTS.

      • 2 ways Install Nomacs on Ubuntu 22.04 or 20.04 LTS

        Learn the steps to install Nomacs, an open-source image viewer -- editor on Ubuntu 22.04 Jammy or Ubuntu 20.04 Focal Linux using the command terminal.

      • What are Tar and Gz? Difference between them.

        While working in Linux you would have seen files downloaded from the internet ended up with either ".tar" or ".tar.gz".

      • HowTo Forge ☛ How to Install OpenLDAP Server and Client on Rocky Linux 9

        OpenLDAP is a software implementation of the Lightweight Directory Access Protocol (LDAP). In this guide, you will install and set up OpenLDAP on a Rocky Linux 9 server. You will install the OpenLDAP server, configure the OpenLDAP server manually, and enable secure SSL/TLS on the OpenLDAP server.

      • Linux Capable ☛ How to Install Audacity on Fedora Linux

        Audacity is a powerful, open-source audio editing and recording software that has gained immense popularity among professionals and enthusiasts alike. It offers a comprehensive set of features that cater to various audio-related tasks, including podcast creation, music production, and audio restoration.

      • Linux Capable ☛ How to Install LEMP on Fedora Linux

        LEMP is an acronym for a popular web server software stack consisting of Linux (the operating system), Nginx (the web server), MariaDB (the database server), and PHP (the programming language). LEMP has gained popularity in web development due to its high performance, stability, and flexibility.

      • Linux Capable ☛ How to Install Fail2ban with Firewalld on Fedora Linux

        Fail2Ban is a widely-used, open-source intrusion prevention software that helps protect Linux servers from various attacks, including brute-force login attempts, DDoS attacks, and malicious bots. Fail2Ban operates by scanning log files for suspicious activity, such as multiple failed login attempts, and subsequently banning the associated IP addresses for a specified duration.

      • TecAdmin ☛ Special Variables in Zsh

        Zsh is a powerful shell that provides a wide range of features and functionalities to enhance the user's experience. One of the key features of Zsh is its support for special variables, which allow users to perform various tasks easily and efficiently.

      • Trend Oceans ☛ How to Install a Non-Snap/.deb Version of Firefox on Ubuntu 22.04

        Having issues with Snap based Firefox? Then read the mentioned steps to ditch the Snap version of Firefox for the classic/regular Firefox on your Ubuntu 22.04 system.

      • UNIX Cop ☛ How to get the latest version of GCC on Debian 11 / 10

        Hello, friends. In this post, you will learn how to get the latest version of GCC in Debian 11 / 10. GCC is the compiler of the GNU project for C language, and one of the most important bases that we have on Linux.

      • ID Root ☛ How To Check Disk Space on Linux: Simple Steps for Better Disk Management

        In the world of Linux, checking disk space is an essential task for any system administrator.

      • It's Ubuntu ☛ 3 Ways To Fix “No Space Left on Device” Error In Linux

        Fix “No Space Left on Device” Error In Linux Are you going through an error like...

      • TecAdmin ☛ 21 .htaccess tricks that everyone should know

        The .htaccess file is a powerful configuration file used by web servers to control the behavior of websites. It can be used to perform a wide range of functions, including URL redirection, password protection, caching, and more.

      • TecAdmin ☛ 10 Strace Command Examples for Effective System Analysis in Linux

        Strace is a powerful tool in Linux that can be used to trace system calls, signals, and other related information. It is a valuable tool for system administrators, developers, and programmers to debug issues and optimize system performance. With Strace, you can gain deep insights into how your system is working and identify potential issues.

      • TecAdmin ☛ Mastering the Strace Command in Linux: A Complete Guide

        Strace is a powerful command-line tool that can be used for tracing system calls and signals in Linux. It is an essential tool for system administrators, developers, and programmers to debug issues and optimize system performance.

      • TecAdmin ☛ Working with Processes and Services in Linux: A Beginner’s Guide

        Linux is a popular open-source operating system used by developers, system administrators, and everyday computer users around the world. One of the most powerful features of Linux is its ability to manage processes and services.

      • FOSSLinux ☛ Tmux Essentials: Start Using Terminal Multiplexing

        In this article, we will discuss the essential commands to start using Tmux. Tmux is a terminal multiplexer that allows you to run multiple terminal sessions in a single window. By the end of this article, you will have a good understanding of Tmux and be able to use it efficiently.

      • FOSSLinux ☛ Tmux vs. Screen: Choosing the Right Multiplexer

        Explore the primary differences between Tmux and Screen, two popular terminal multiplexers. Learn their unique features and benefits to make an informed choice.

      • FOSSLinux ☛ The Ultimate Guide to Linux Mint Network Configuration

        In this article, we'll explore the different ways to configure network settings in Linux Mint, including managing network interfaces and configuring DHCP and static IP addresses.

      • FOSSLinux ☛ How to use a proxy server in Linux Mint

        By following the steps outlined in this guide, users can enhance their online privacy, improve security, and gain access to geo-restricted content. Users will gain a thorough understanding of the proxy server concept and its benefits, as well as practical knowledge to implement it seamlessly on their Linux Mint machine.

      • FOSSLinux ☛ Mastering Ubuntu Keyboard Shortcuts

        Master the art of Ubuntu keyboard shortcuts with this comprehensive guide. Boost your productivity and enhance your user experience by unlocking the full potential of your Linux-based system.

      • ID Root ☛ How To Install Xfce Desktop on Ubuntu 22.04 LTS

        In this tutorial, we will show you how to install Xfce Desktop on Ubuntu 22.04 LTS. For those of you who didn’t know, Xfce is a lightweight, open-source desktop environment that is based on the GTK+ toolkit.

      • ID Root ☛ How To Install BleachBit on Debian 11

        In this tutorial, we will show you how to install BleachBit on Debian 11.

    • WINE or Emulation

      • Wine development release 8.4 is now available for Linux FreeBSD and macOS

        The Wine development release 8.4 is now available.

        What's new in this release:

        • Initial step of the Wayland graphics driver.
        • Cleanups in IME support.
        • A number of test fixes.
        • Various bug fixes.

        The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.€ 

      • WINE Project (Official) ☛ WineHQ - Wine Announcement - The Wine development release 8.4 is now available.

        The Wine development release 8.4 is now available.

        What's new in this release: - Initial step of the Wayland graphics driver. - Cleanups in IME support. - A number of test fixes. - Various bug fixes.

        The source is available at:

        https://dl.winehq.org/wine/source/8.x/wine-8.4.tar.xz

        Binary packages for various distributions will be available from:

        https://www.winehq.org/download

        You will find documentation on https://www.winehq.org/documentation

        You can also get the current source directly from the git repository. Check https://www.winehq.org/git for details.

        Wine is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list.

      • Neowin ☛ Wine 8.4 released with initial native support for Wayland
    • Games

    • Godot Engine ☛ Release candidate: Godot 4.0.1 RC 2

      Adding finishing touches to the first patch release of Godot 4, here comes 4.0.1 Release Candidate 2. It brings even more urgent fixes, and documentation improvements.

    • Ubuntu Handbook ☛ RetroArch 1.15.0 Released! How to Install in Ubuntu 22.04 | 20.04

      RetroArch emulator released version 1.15.0 a few days ago. Here's how to install it in Ubuntu 22.10, Ubuntu 22.04, Ubuntu 20.04 and Ubuntu 18.04 via PPA. The new 1.15.0 release feature steam support for macOS user, though macOS 10.13 or later is required.

  • Desktop Environments/WMs

    • GNOME Desktop/GTK

      • GNOME ☛ Alexander Mikhaylenko: Libadwaita 1.3

        Another cycle, another release. Let’s take a look at what’s new.

        Banners

        AdwBanner is a brand new widget that replaces GtkInfoBar.

        Jamie started implementing it before 1.2 was released, but we were already in the API freeze so it was delayed to this cycle instead.

      • Sam Thursfield: Status update 17/03/2023

        Hello from my parents place, sitting on the border of Wales & England, listening to this excellent Victor Rice album, thinking of this time last year when I actually got to watch him play at Freedom Sounds Festival, which was one of my first adventures of the post-lockdown 2020s.

        I have many distractions at the moment, many being work/life admin but here are some of the more interesting ones: [...]

      • This Week in GNOME ☛ Felix Häcker: #87 Editable Shortcuts

        Update on what happened across the GNOME project in the week from March 10 to March 17.

  • Distributions and Operating Systems

    • New Releases

      • Barry Kauler ☛ EasyOS Kirkstone-series version 5.1 released

        Version 5.0 was released on February 26:

        https://bkhome.org/news/202302/easyos-kirkstone-series-version-50.html

        Version 5.1 brings a couple of small bug fixes, plus Samba now builtin -- in 5.0 it had to be installed via the "pkg" icon (PKGget package manager).

        The single biggest change from 5.0 is a new application, "AppImage Installer", which does what the name suggests, it is for installing AppImages.

      • Barry Kauler ☛ AppImage Installer bug-fix and more apps

        When the Installer installs an .AppImage file, it creates a folder /files/apps/<name>, for example /files/apps/audacity. This is a convenience, the app can be set to save files in this folder.

        However, the Installer creates the folder, for example 'audacity' with owner:group = root:root, which means that Audacity does not have permission to write into that folder. Auadacity is running as user 'audacity', so this is the fix: [...]

      • Barry Kauler ☛ AppImage Installer simplified info window

        There are some snapshots of the AppImage Installer here:

        There are changes in the first window, including now shows size of each AppImage.

        The final information window contains details that might not interest non-technical users. In fact, I received an email informing me of that fact. That last information window can be simplified.

    • SUSE/OpenSUSE

      • SUSE's Corporate Blog ☛ SUSE Linux Enterprise Micro 5.4 Public RC is out!

        We are thrilled to announce the Public Release Candidate (RC 2) of SUSE Linux Enterprise Micro 5.4! SLE Micro is an ultra-reliable, lightweight operating system purpose built for edge computing. Please check out our Product page to learn more, but for the beta program, please refer to our dedicated beta page.

      • SUSE's Corporate Blog ☛ SUSE Manager and the A-REST API

        What is SUSE Manager?€  SUSE Manager is an open-source infrastructure management solution designed to simplify and secure your entire mixed Linux environment.

      • Dominique Leuenberger ☛ openSUSE Tumbleweed – Review of the week 2023/11

        Dear Tumbleweed users and hackers,

        This week, I had the sad duty to discard one snapshot due to a bug that snuck through staging and was only identified later in the full product test suite (systemd 253, restarting some services failed weirdly). But as we know from the past, users prefer no snapshot as opposed to one that breaks their system in weird ways. And despite that, 6 snapshots have been delivered during this week (0309 … 0313 & 0315)

        The most relevant changes in these snapshots are:

        • Linux kernel 6.2.2 (lockdown patches disabled) & 6.2.4
        • NetworkManager 1.42.4
        • Apache 2.4.56
        • LibreOffice 7.5.1.2
        • KDE Frameworks 5.104.0
        • GStreamer 1.22.1
        • Mesa: patch to address multiple crashes seen in gnome-shell since Mesa 23.0
        • git 2.40.0
    • Arch Family

      • Arch Linux: February

        Arch Linux in February 2023 # Git packaging sources # All major workflow and usability requirements for the pkgctl tooling have been finished and a experimental devtools-git-poc package has been put into the repositories. Furthermore the proof of concept sandbox environment has been set up and rolled out to anyone interested in testing. In the current phase we will collect feedback to catch bugs and further usability improvements [0]. We are still very eagerly seeking for more testers.

    • Fedora Family / IBM

      • Fedora Project ☛ Fedora Community Blog: Friday’s Fedora Facts: 2023-11

        Here’s your weekly Fedora report. Read what happened this week and what’s coming up. Your contributions are welcome (see the end of the post)!

        I have weekly office hours most Wednesdays in the morning and afternoon (US/Eastern time). Drop by if you have any questions or comments about the schedule, Changes, elections, or anything else. See the upcoming meetings for more information.

      • Fedora Project ☛ Fedora Community Blog: CPE Weekly update – Week 11

        This is a weekly report from the CPE (Community Platform Engineering) Team. If you have any questions or feedback, please respond to this report or contact us on #redhat-cpe channel on libera.chat.

        We provide you both infographics and text version of the weekly report. If you just want to quickly look at what we did, just look at the infographic. If you are interested in more in depth details look below the infographic.

        Week: 13 March – 17 March 2023

    • Debian Family

      • Debian ☛ Bits from the Release Team: bookworm in hard freeze
        Hi all,
        
        

        According to schedule, we have frozen bookworm a bit more (2023-03-12). This means that we are one step closer to the release of bookworm. Like mentioned before we expect everyone to follow the freeze policy [1]. This means that from now on key packages [2] and packages without significant autopkgtest coverage need to be unblocked by the release team to be able to migrate from unstable to testing. If you need to request an unblock, check that your request is in line with the freeze policy and use $(reportbug release.debian.org) in order to get the meta data correct and get the template that helps us get the right information.

        Note that packages that are not on the key-packages list, with non-superficial autopkgtests that succeed on all architectures and don't cause regressions will migrate without an unblock after 20 days. If you're unsure about the current migration status of your package, you can check it at [3].

        Now is a good time to help testing installations [4] and upgrades to find as many issues as possible. There's still a bunch of RC bugs [5], so fixing those helps a lot too.

        Please also remember to file bugs against the release-notes pseudo package if you know of issues that deserve being mentioned in the release notes. We welcome reports that include a proposed text or merge requests on salsa [6], but even if you can only point us at issues that's already appreciated.

        On behalf of the Release Team, Paul

    • Canonical/Ubuntu Family

      • OMG Ubuntu ☛ Ubuntu Wants You to Test its Steam Snap

        Remember when Ubuntu said it was getting serious about gaming? Well, it hasn't forgotten entirely — it's once again asking gamers to take part in a fresh bout of testing for its Steam snap. Steam is available on Ubuntu through traditional packaging methods but Canonical sees its Steam snap as the real future of the games platform on Ubuntu. That kinda of makes sense: it's a tad easier to cater for the tangle of 32-bit libraries older games require using a sandboxed, separated Snap file system.

    • Devices/Embedded

      • CNX Software ☛ A first look at GL.iNet GL-S200 Thread Border Router kit with three nRF52840 Thread boards

        The gateway runs OpenWrt 21.02 with a Linux 5.4 kernel.

        Let’s now have a look at the Thread Dev boards included with the kit.

        The other antenna should be for WiFi using the electronics hidden under a metal shield for EMC/EMI compliance. People interested in messing with the OS will also find a 4-pin UART header on the left side of the board.

    • Open Hardware/Modding

    • Mobile Systems/Mobile Applications

  • Free, Libre, and Open Source Software

    • Medevel ☛ 11 Open Source Free Customer Feedback Tools

      Open source customer feedback tools are software solutions that allow businesses to gather and analyze customer feedback. These tools are typically free to use and can be customized to meet the specific needs of the business.

    • Medevel ☛ 12 Open Source Libraries to Build Telegram Bots

      Telegram bots are special accounts that automatically handle messages. Users can interact with bots by sending commands in private or group chats. They are useful tools for many people around the world, offering an interface to communicate with customers and manage Telegram channels.

    • Medevel ☛ Tremor is a Complete Dashboard Components Library for React and Next.js

      Tremor is a free, open-source library that aids developers in building data-rich dashboards. With Tremor, you can create simple and modular components to build insightful dashboards with ease. The library is fully open-source and was made by data scientists and software engineers with a sweet spot for design.

    • IT Pro Today ☛ 7 Open Source Tools That Benefit IT Operations Teams

      Open source tools are often more flexible and cheaper than commercial alternatives. These seven can assist ITOps teams with their work.

    • Events

      • We were at the Chemnitzer Linux-Tage 2023!

        In the LibreOffice community, most of our activities take place online: development, design, QA, localisation, marketing and so forth. But we like to meet face-to-face too, at events and conferences – and last weekend we did just that, at the Chemnitzer Linux-Tage 2023 in Germany.

    • Web Browsers/Web Servers

    • FSF

    • GNU Projects

      • GNU Health: Leading Public Mental Health Hospital in Argentina embraces GNU Health

        The World Health Organization defines health as a state of complete physical, mental and social well-being and not merely the absence of disease or infirmity.

        Unfortunately, this definition is far from being a reality in our societies. Instead of embracing the system of health, we live in the system of disease, ruled by a reactive, reductionist and unsustainable model of healthcare. The beautiful noble art and science of medicine is ill. Financial institutions and giant technological corporations are removing the human factor from medicine, transforming people and patients into clients. They are reducing the non-negotiable human right to healthcare to a privilege of a few.

        Coming back to the formal definition of health, in the current system of disease very little is taken into account from the social and mental well-being . Today, many people with mental health conditions not only have to deal with the physiopathological aspects of the disorder, but also with the stigma, exclusion and invisibilization from the society.

    • Programming/Development

      • Perl / Raku

        • Why Python Mostly Replaced Perl

          Both Perl and Python are powerful scripting languages that are used extensively in software development, system administration, and data analysis. Here are some key differences between the two languages: In recent years, Python has become the preferred language for many tasks, particularly in the areas of data science, machine learning, and web development.

      • Java

  • Leftovers

    • France24 ☛ US actor Lance Reddick, 'The Wire' and 'John Wick' star, dies at 60

      Actor Lance Reddick who played steely Baltimore police lieutenant Cedric Daniels in hit TV show "The Wire" has died, his publicist said Friday. He was 60.

    • Xe's Blog ☛ My Coffee Isekai

      Coffee is one of the most important parts of my daily ritual. Historically, I had never really drank coffee regularly; and I had never really had good coffee before. Sure, I've drank coffee from time to time, but I usually had to get it double-double and drown out the bitterness with other flavors. This did make something that was pleasant to drink, but I didn't really get to understand or appreciate the flavor of the coffee in particular.

    • Andrea Corbellini: On ignoring mistakes, resilience, and the hidden dangers therein

      As a scuba diver who often explores new places, I can say that I have found myself in some dangerous situations, but I always made it back to the surface without facing any negative consequences. Does this mean that I never made any mistakes? Absolutely not: mistakes were made, and lessons were learned.

      We can all agree that learning from mistakes is good, but sometimes, when mistakes happen and consequences don’t manifest themselves immediately, we run the risk of not noticing them, not learning from them, repeating them, and over time developing a false sense of confidence, which can drive us to believe that our repeated mistakes are actually good practices.

      Why do we ignore mistakes? Because sometimes outcomes are positive even if we make mistakes. “I made it out of water even this time, this means that my dive was executed perfectly.” This is a common way of reasoning, but in reality, things are much more complex than that. There is a difference between correct execution and successful outcome, and the two should not be confused. In fact, everyone should know from experience that goals can be achieved even if the execution was sloppy and full of mistakes. Catastrophic consequences may happen if we fail to see that.

    • Tom MacWright ☛ Competition

      For the last few jobs, I’ve kept a private are.na board of competition. Every time I saw something that looked like it was competing with Observable, or Placemark, or val.town I’d add it to the list. Eventually I’d have a big gallery of screenshots of all the other companies and projects doing something similar to what I was building.

  • Gemini* and Gopher

    • Personal

      • Support Means Supporting

        I don't support women's rights. I once supported refugees - I cut onions to make lots of soup for refugees. I couldn't get them any of the information they wanted, but at least they had some soup.

        I don't support any refugees any more.

        I hear far too much of people 'supporting' by simply declaring 'I support'. I sounds an awful lot like saying 'you should ask for that request to be in writing so you won't be [legally] liable for sharing admin passwords with interns, but this isn't legal advice'.

        I that really not advice? Does it not pertain to law? Is it not advice about law?

    • Technical

      • emacs and elfeed and youtube oh my

        i'm fully aware that this is a weirdly precise setup for a weirdly niche group of folks, but it took me some time to figure out! so i'm sharing it, in case i have to do it again. i watch youtube to chill. various different youtubers. from weird minecraft folks, to techie guys all the way round to vlogs. i've been collecting subscriptions for years, and was happily paying for youtube premium since i watch so much of it, and i hate ads as much as the next guy. recently, youtube has decided to up the fee for premium from a fairly reasonable 15 bucks, to a much less reasonable 24 bucks. that's almost 10 bucks jump! i don't know if that's reflecting over to paying youtubers, but considering how many of them beg for patreon users, members, twitch follows, merch stuff, etc. i'm going to assume no one is getting paid but some big wig at google headquarters.

      • Internet/Gemini

        • Moving to my own server

          Howdy Y'all smol.pub folks

          I decided to host my own server and start posting there, figured I'd let you guys know. I'll still be lurking around these parts though so don't go bad-mouthing me (I jest).


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



Recent Techrights' Posts

European Patent Office (EPO) Series: Temporary Public Office or Permanent Personal Feather-Bed?
there are no visible signs that the Administrative Council has the slightest interest in contemplating a change in leadership at the EPO
Brigading Against Women - Part IV - Death Threats, Threats to Women, and Threats for Pointing Out, Correctly and Based on Hard Evidence, That Garrett and Lozza Talk to Each Other About Me Every Year (for 4 Years)
Brett Wilson LLP too is a toxic manosphere
 
Links 27/09/2026: Microsoft Fired People a Day After Promotion, "Fragility of Online Journalism"
Links for the day
Brigading Against Women - Part V - SWATTING, Extortion Against Webhosts, and Lawfare Under Sworn Oath (Perjury Also)
Matthew Garrett has no qualm about still collaborating with Lozza
20 Years Later
There's a strong anti-democracy movement brewing in many places
Gemini Links 27/09/2026: Telescopes/Gskyer, Writing for Writing's Sake, and Writing Tools
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, September 26, 2026
IRC logs for Saturday, September 26, 2026
Gemini Links 26/09/2026: Computer Cases Dreary, Web Drowning in Botspam
Links for the day
Reform UK auditor: Electoral Commission accounts, Companies House accounts, a going concern or not?
Reprinted with permission from Daniel Pocock
More GAFAM Layoffs at Apple, Second Time in Weeks (Silent Layoffs Silently Target Older and "More Expensive" Staff)
How many layoffs happen at Apple silently and go unreported or very scarcely reported?
Gemini Links 26/09/2026: Rant About Slop Ruining Crafts (Drowning the Signal With Plagiarism) and "Going Mechanical"
Links for the day
Links 26/09/2026: Microsoft Says Notification Data Breach/Surveillance Hole There by Design, EU Rapidly Dumping Microsoft for Digital Sovereignty
Links for the day
The Former Linux News Site ostechnix.com is LLM Slop
Please do not link to sites that promote and/or spread slop
Links 26/09/2026: Volkswagen Recalling ~50,000 Cars, US Attacks Its Own Media
Links for the day
Making Oneself Obsolete With Slop
Dr. Lemire also puts on display a degree of hypocrisy
Brigading Against Women - Part III - Racism Looms Large, Not Just Sexism
threats from a racist
Microsoft CEO Calls Layoffs "Streamlining" and Says Microsoft Layoffs Are "Great to See"
The lack of honesty here is only to be expected from Microsoft
Media silence deafening as Reform UK on brink of administration
Reprinted with permission from Daniel Pocock
Gemini Links 26/09/2026: Travel, Group Insurance Death Spiral, Stargazing, and Lagrange Meets LLM Slop
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, September 25, 2026
IRC logs for Friday, September 25, 2026
Longtime Symbol of Microsoft's XBox Franchise, Halo, Down to Barely 20 People
The purge is huge, far bigger than submissive media cares to point out
EPO Meeting Ran Out of Time to Discuss the Scabs ('Young Professionals')
EPO staff representatives in The Hague meet a member of the 'cocaine cabinet'
The Register MS Promotes Slop for Banned Companies That Put Chinese Back Doors in Things, "AI" Mentioned 37 Times in One Page!
taking money from the undemocratic state and its surveillance outfits
Microsoft Attacked European Courts and Jurists, Now Europe Dumps Microsoft
This is because GNU/Linux is technically better, but the political factors contribute to that as well
Julian Assange Ready to Talk More (After More Than a Decade of Arbitrary, Unjust Confinement)
Two years ago, upon his release, his wife said he'd need some time off before properly or fully returning to the public eye
IEEE Tribute to Richard Stallman, Michael Tiemann, Linus Torvalds, Larry Augustin, Eric S. Raymond, Bruce Perens, Frank Hecker and Brian Behlendorf (Revolution OS Showing)
Live shortly
Winding Up Racists
What happens next shall be interesting
Links 25/09/2026: Selling Rogue, Defective Bots as "Agents" Results in PR Fiasco and Breaches; Russian 'Hybrid Attack' and "How Russia Evades Sanctions"
Links for the day
Gemini Links 25/09/2026: Arvelie Calendar, 44net, Pebbles, and Building the Bagel Concert Finder
Links for the day
A Microsoft Lunduke OS (LCOS) is Not Even in Top 100 in DisroWatch, Microsoft Lunduke Just Games the Numbers Like Linspire Did (and Got 'Banned' for It)
Linspire used to send people to 'its' DisroWatch page to make the illusion of popularity
Large Wave of IBM PIPs, the RAs Wave Comes After 'Low-Hanging' Fruit (Families) Disposed of
PIPs are the new RAs
Links 25/09/2026: Carcinogen Atrazine Pollutes Americans' Bodies, "Donald the Deadbeat Does Diesel", and Anger Over Data Centres Grows
Links for the day
Theory That Microsoft Cheapens Its Workforce to Push Workers Out on Their Own (Theory Advanced by Insider)
people work longer hours for less, i.e. their hourly salary is decreasing
Daniel Pocock Makes It Into Mainstream Media Again (Going After Racists)
American bigots funding blatant and shameless racists here in the UK
Tackling Racism in the United Kingdom (Racism Funded by Americans) Using the Courts
We'll talk about racism my wife and I experienced in the events leading up to litigation
Another Woman (or Women) Has Just Run Away From Brett Wilson LLP (After Barely a Month!), the Hired Guns of Garrett and Graveley (Microsoft)
They call this phenomenon "death spiral"
SLAPP Censorship - Part 200 Out of 200: Will GNU Boot Undo the Technical Damage Caused by Microsoft and Garrett? (And Garrett's Litigation Allies From Microsoft)
Today we publish the final part of this series
US Government Sites Can Now Totally Ignore Mozilla Firefox Users or Users of Firefox Derivatives
Firefox, now at 1.1% in the US (based on American government sites), has sunken to the point of no return
Things Not to Measure in Quantity Alone
More patents do not beget greater innovation
Even Microsoft Boosters Start to Doubt XBox Will Exist (It's Being Phased Out, Just Not "Officially")
This is how to phase out a business unit without officially saying so (as it might alarm investors)
Omarchy is Built on the Idea That Slop is Desirable (It's Not)
They call bots and plagiarism "agents" and "training"
IBM is Shrinking Very Fast (Silent, Unannounced Layoffs)
IBM and Microsoft both avoid WARN notices by compelling staff to leave or silently removing them with some NDA
In Some Parts of Microsoft 50% of All Staff Subjected to Layoffs, Media Pretends Only 0.1% of Staff Are Removed
This really says a lot about the state of today's so-called 'media'
SLAPP Censorship - Part 199 Out of 200: An American Burden on the British Legal System
A year ago (October 2025) the head of media (Jointly in Charge of the Media and Communications List), the judge in the Garrett case, said that this case was a waste of the court's money
EPO Management Wants Everything to be Done in Microsoft Spyware
In reality, this management should be ousted for normalising cocaine at the Office
Criminalising Opposition to Fraud
slop causes social issues
The Register MS Does Not Properly Flag Its SPAM About Slop
Signs of desperation
Gemini Links 25/09/2026: Ljubljana, Tanana River, and Curse of Slack
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, September 24, 2026
IRC logs for Thursday, September 24, 2026
Supporters of winding-up process staking claims against Reform UK Party (CR-2026-007405)
Reprinted with permission from Daniel Pocock
Winding-up petition leaked before service on Reform UK Party Limited / Nigel Farage
Reprinted with permission from Daniel Pocock