Bonum Certa Men Certa

Links 14/11/2022: KDE Frameworks 5.100 and Sparky 6.5 Released



  • GNU/Linux

    • DebugPointDebugPoint Weekly Roundup #22.13: AlmaLinux 8.7, New Version of sed + More

      Welcome to the DebugPoint Weekly roundup #22.13, where you can find all the happenings from this week, mainly from the Linux and open-source space.

      This week mostly concentrates on the application updates and distro updates see their testing versions for the upcoming releases.

      Here's what happened this week.

    • 9to5Linux9to5Linux Weekly Roundup: November 13th, 2022

      This week was a bit slow in news and releases, probably due to the Ubuntu Summit 2022 event that took place in Prague, Czech Republic, but we still got a few goodies like new AlmaLinux and Red Hat Enterprise Linux releases, as well as a major DXVK release that should please many Linux gamers out there.

      On top of that, the upcoming Ubuntu 23.04 distribution now has a release date and Thunderbird developers share some of the major changes coming to the popular email client next year. Below, you can enjoy these and much more in 9to5Linux’s Linux weekly roundup for November 13th, 2022.

    • Carson City Linux Users Group
    • Kifarunix5 Practical Reasons for Learning Linux in 2023 - kifarunix.com [Ed: Inaccurate revisionism]

      As a Unix-like operating system (OS), Linux was released in 1991. This OS possesses a kernel, system applications, and a collection of libraries.

    • Server

    • Audiocasts/Shows

    • Applications

      • DebugPointKodi Becomes the First App to be Verified in Flathub (beta)

        Verification badges are trending now, considering the entire endless Twitter 🐦 tumble.

        Last month, I wrote about a recent merge request for the Flathub portal is bringing the verification badge for individual applications. Today looks like the popular free, and open-source home theatre application - Kodi received a verified badge. Here's how it looks.

      • It's FOSSNestbox Lets You Run Linux Virtual Machines on Your Google Pixel Device

        Nestbox is an app that allows you to run virtual machines and create containers on your Google Pixel device—created by kdrag0n (a Senior Member of XDA Forum).

        It is a slightly modified version of a popular terminal emulator for Android called Termux.

      • Linux LinksExcellent Utilities: Kooha – simple screen recorder

        This series highlights best-of-breed utilities. We cover a wide range of utilities including tools that boost your productivity, help you manage your workflow, and lots more besides.

        Kooha is billed as a simple GTK-based app to “elegantly record your screen”.

        It’s free and open source software written in the Rust programming language.

      • LinuxStansBest IDEs (Code Editors) for Linux [Ed: This article is self-discrediting, legitimising proprietary garbage that Microsoft control and uses to spy on GNU/Linux users]

        Recently, most developers prefer to use Linux as their alternative or even primary OS because Linux provides a secure environment, a plethora of customization options, reliability, and a stable environment.

        Arguably, Linux is the best open-source operating system which provides a safer and more reliable environment as compared to other operating systems, like Windows.

        If you’re a developer and you’re using Linux, you’ll need an IDE (Integrated Development Environment).

        Just like any other operating system, Linux has a ton of IDEs for developers. Since the introduction of IDEs, developers can now develop brilliant software with numerous features and tools installed in the various IDEs themselves that help their workflow.

        In this article, we’re exploring the best IDEs for Linux (any distro)

    • Instructionals/Technical

      • Linux CapableHow to Install Valentina on Ubuntu 22.10 | 22.04 | 20.04

        Valentina is a software package for creating clothing patterns distributed according to the open-source software model. The main idea of this concept is to combine modern technologies with traditional design methods. The main feature of Valentina, which qualitatively distinguishes it from other solutions for the fashion industry, is the work with parametric patterns. This allows you to create complex pattern shapes using a set of basic parameters.

        Some of features of Valentina you will find further exploring the application is a wide range of tools for pattern creation, including automatic drawing tools, freehand drawing tools, and a library of ready-made templates. Thanks to these features, Valentina has become one of the most popular software packages for fashion designers and sewing professionals.

        The following tutorial will teach you how to install Valentina on Ubuntu 22.10, 22.04, and 20.04 with cli commands on the command line terminal using the LaunchPAD PPA maintained by Roman, which has the latest stable version on it at all times.

      • OSTechNixHow To Reset Forgotten Windows Password With Linux Live CD

        This step by step guide explains what is Chntpw utility and how to reset Windows password using Chntpw with a Linux Live CD.

      • H2S MediaInstall and Configure Ansible on Ubuntu 22.04 Linux - Linux Shout

        If you have to manage multiple Linux servers then manually configuring and installing software on each of them is not only a time-consuming but also a labor-intensive task. Thus, Automation or orchestration is used in such environments.

        There are already well know applications available to perform orchestration for server systems/data centers such as Ansible, Puppet, Chef, and a few others. Well, here we learn about Ansible and how to use it to centrally manage multiple servers for installing various packages; code deployment, network configuration, cloud management, and much more.

        Ansible is an open-source project sponsored by RedHat, thus if somebody wants, support and a graphical interface for Ansible they can go for the paid additions Tower’offered by RedHat.

      • HowTo ForgeHow to Install Django with Postgres, Nginx, and Gunicorn on Rocky Linux 9

        Django is a python framework used for developing dynamic websites and applications.

      • HowTo ForgeHow to Install Odoo 16 ERP Software on Ubuntu 22.04

        Odoo (formerly known as OpenERP) is a self-hosted suite of over 10,000 open Odoo is a free and open-source ERP solution for multiple types of businesses.

      • Make Use OfRelative vs. Absolute Path in Linux: What Is the Difference

        Absolute and relative path names are two ways to specify the virtual address of a directory or file on Linux. But what's the difference between these two path types, and which one should you use in your commands? Let's find out.

        An absolute path always starts from the root directory and ends at the actual directory or file you want to point to. While using absolute path expression, you need to type all the sub-directory names present inside the hierarchy that lead up to the final location.

      • Convert an image sequence into a video
      • OpenSource.comMake swap better with zram on Linux | Opensource.com

        Zram is a compressed RAM disk on Linux. Lately, it's been put to use for swap space on many distributions. In my previous article, I introduced zram and demonstrated how to use it. In this article, I cover some of the ways you can customize how your system puts zram to use.

      • Linux CapableHow to Install VeraCrypt on Ubuntu 22.10 | 22.04 | 20.04

        VeraCrypt is a free, open-source, cross-platform data encryption tool available for all major operating systems and a popular choice among Linux users. It is an alternative to TrueCrypt, the popular encryption tool discontinued in 2014. VeraCrypt is easy to use and offers a variety of features that make it an excellent choice for encrypting data.

        One of the best features of VeraCrypt is that it can be used to encrypt entire partitions or disks, making it ideal for protecting sensitive data. VeraCrypt offers three levels of encryption: standard, hidden, and plausible deniability which allows the user to choose the level of security that best suits their needs and is highly customizable, allowing users to select from various options when encrypting their data.

        The following tutorial will teach you how to install VeraCrypt on Ubuntu 22.10, 22.04, and 20.04 Linux using a LaunchPAD APT PPA with the command line terminal using a popular LaunchPAD PPA.

      • TecMintHow To Remove Passphrase from SSL Certificate and SSH Key

        Have you created a certificate key or private key with a passphrase and wish to remove it? In this guide, we will show how to remove a passphrase using the openssl command line tool and from an ssh private key.

        A passphrase is a sequence of words used to secure and control access to a private key. It is a key or secret used to encrypt the file that contains the actual encryption key.

      • TecMintHow to Hide Files and Directories in Linux

        Do you occasionally share your Linux desktop machine with family members, friends, or perhaps with colleagues at your workplace, then you have a reason to hide certain private files as well as folders or directories. The question is how can you hide files in linux?

        In this tutorial, we will explain an easy and effective way to hide files and directories and view hidden files/directories in Linux from the terminal and GUI.

        As we’ll see below, hiding files and directories in Linux is so simple.

      • It's FOSSUsing Firewall With UFW in Ubuntu Linux [Beginner’s Guide]

        UFW (Uncomplicated Firewall) is a simple-to-use firewall utility with plenty of options for all kinds of users.

        It is actually an interface for iptables, which is the classic low-level tool (and harder to get comfortable with) to set up rules for your network.

    • Games

      • Godot EngineGodot Engine - Movie Maker mode arrives in Godot 4.0

        The idea of using a game engine for projects other than creating video games is not new. For decades, game engines have been used to create applications, simulations and more. However, with the ever-increasing visual fidelity of their rendering engines, game engines have grown in popularity for situations that demand high-end visuals. These use cases include architecture visualization, cinema, animation and cutscene rendering.

        With the addition of non-real-time video recording, Godot opens itself to these new use cases.

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • 9to5LinuxKDE Frameworks 5.100 Released with Many Improvements for Plasma Desktop and Apps

          The monthly KDE Frameworks releases continue with version 5.100, which brings more improvements for your KDE Plasma desktop and related apps. New features include the ability to show hidden folders in the dropdown menus for Dolphin’s path navigator bar if you have hidden files visible.

          KDE Frameworks 5.100 also brings massive improvements to the appearance of list views and list section headers throughout KDE apps, adds a new option to immediately delete trash items that are bigger than the current trash size, and makes avatar images across KDE apps sharper and better looking on HiDPI screens or when using a scale factor.

        • KDEKDE Ships Frameworks 5.100.0 - KDE Community

          KDE today announces the release of KDE Frameworks 5.100.0.

          KDE Frameworks are 83 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. For an introduction see the KDE Frameworks release announcement.

          This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner.

        • Jonathan RiddellUbuntu Summit 2022 Prague - Jonathan Esk-Riddell’s Diary

          One of the lovelyest things about open community development is you can do it from home but you also get to travel to fancy places to meet your fellow devs and share ideas. Lockdowns stopped that for two years but with Akademy last month it felt like open tech life could return to a more fun state. Then came the return of a meeting that had last happened a decade ago, the Ubuntu Summit. A bunch of KDE devs were invited, me (who does KDE neon), Ade (who does Calamares installer), Scarlett (who does Snap packages), Aleix (who does Discover app installers), Harald (KDE neon), Luca (OpenRazor and hangs around KDE).

      • GNOME Desktop/GTK

        • Ubuntu HandbookUse GTK4 port of Desktop Icons NG Extension in Ubuntu 22.04 | 22.10 | UbuntuHandbook

          As you may know, icons on Ubuntu desktop is handled by an extension called “Desktop Icons NG”. While GNOME has been moving to GTK4, the extension so far still uses GTK3 toolkit to implement all the functions.

          A GTK4 port of this extension now is in development, with all previous functions, bug-fixes, as well new features.

          The new version works as another extension as it’s not been merged upstream. It comes with GSconnect integration, and features drag and drop app icons from Ubuntu Dock (Dash-to-Dock) to the desktop.

  • Distributions and Operating Systems

  • Free, Libre, and Open Source Software

    • Open-source software vs. the proposed Cyber Resilience Act

      NLnet Labs is closely following a legislative proposal by the European Commission affecting almost all hardware and software on the European market. The Cyber Resilience Act (CRA) intends to ensure cybersecurity of products with digital elements by laying down requirements and obligations for manufacturers.

    • LWNOpen-source software vs. the proposed Cyber Resilience Act (NLnet Labs) [LWN.net]

      NLnet Labs has put up a blog entry warning about the possible effects of the "Cyber Resilience Act" proposal in the European Commission.

    • Red Hat OfficialSwitching from Twitter to Mastodon: What sysadmins need to know | Enable Sysadmin

      Joining and using open source social network Mastodon isn't quite as simple as with mainstream sites, but this step-by-step guide offers all you need to know.

    • ZDNetMastodon isn't Twitter but it's glorious [Ed: Microsoft Perlow agrees with Microsoft's Ad Bot (Ed Bott) that "there is no direct replacement for Twitter"; ZDNet is obstructing adoption of Free software because it's sponsored by Microsoft and run by Microsofters]

      The wild world of Mastodon is open source, completely distributed, and at the mercy (and budgetary restrictions) of individual server administrators. But it's engaging and a lot of fun.

    • Productivity Software/LibreOffice/Calligra

    • FSFE

      • FSFE, CCC, Erik Albers - secret punishments

        At CCC in December 2017, an FSFE volunteer, Michael Kappes (MajestyX) distributed a leaflet with the slogan "FUCK GOOGLE FSFE". We are leaking the full email below.

        (Twitter, Gnusocial, Ubuntu, BeLUG).

        There is a Twitter hashtag #fuckgooglefsfe

        For writing these three words, Michael was subjected to a three month exclusion from the FSFE local group in Berlin.

        Michael wrote a blog with his side of the story and it vanished. Censorship.

        It looks like many of his online profiles have gone dark. We don't know where he is. There is a close correlation between extreme isolation punishments and suicides. There are too many suicides in free, open source software.

        When Germans like Erik Albers behave like this and impose punishments, the world needs to worry.

        Volunteers like Michael donate approximately thirty percent of the FSFE budget. Albers is there to serve us. He has no right to give us orders.

        The key point to note here is that the volunteer stopped distributing the leaflets at the FSFE booth and distributed them from another location in the CCC. Albers and FSFE have no right to interfere in the work of activists outside their FSFE booth. Following volunteers around the CCC is stalking.

    • Programming/Development

      • Khronos Blog - The Khronos Group Inc

        First introduced in 2014 by the Khronos Group€®, SYCLâ„¢ is a C++ based heterogeneous parallel programming framework for accelerating high performance computing (HPC), machine learning, embedded computing, and compute-intensive desktop applications on a wide range of processor architectures, including CPUs, GPUs, FPGAs, and tensor accelerators. SYCL 2020 launched in February 2021 to bring a new level of expressiveness and simplicity to developers programming heterogeneous parallel processors using modern C++, and further accelerating the deployment of SYCL on multiple platforms, including the use of diverse acceleration API backends in addition to OpenCLâ„¢.

      • MedevelCMS.js: A Super light Simple Static Site Generator

        CMS.js is a fully Client-side, JavaScript Markdown Site generator in the spirit of Jekyll that uses plain ol' HTML, CSS and JavaScript to generate your website. CMS.js is like a file-based CMS. It takes your content, renders Markdown and delivers a complete website in Single-Page App fashion...without the aid of server-side scripting (no Node.js, PHP, Ruby, etc.).

      • MedevelSlinger: an Open Source Free UPnP Media Server

        A simple CLI for streaming media files over a local network to UPnP media renderers.

        Designed to work with cheap HDMI/DLNA/UPnP/Miracast Dongles.

      • MedevelNextUI: A Fancy Interface Library for React and Next.js Projects

        NextUI is a React-based user-interface library that allows developers to build fancy beautiful websites and applications.

        It comes packed with dozens of beautiful components such as cards, loading/ spinners, nice themes, dark mode and more.

      • MedevelCesiumJS: A 3D Globe Visualization Library

        CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin. It uses WebGL for hardware-accelerated graphics, and is cross-platform, cross-browser, and tuned for dynamic-data visualization.

      • QtGet Started with Qt for Android Automotive

        If you're looking to develop Qt applications for the Android Automotive operating system, then you are in the right place.

      • Perl / Raku

        • Rakulang2022.46 Rainbow Butterfly - Rakudo Weekly News

          Sometimes good ideas almost fall through the cracks! In September the TPRF suggested the idea of setting up a yearly Rainbow Butterfly Award to be awarded to the person who has done outstanding non-core support for the Raku Community / promotion of the Raku Programming Language (discussed in the Raku Steering Council meeting of 17 September).

          Please consider who you would like to receive the Rainbow Butterly Award 2022 by sending your nomination by email to: rainbow@raku.org . And if at all possible, add your reasons as to why the nominated person should receive the award! Nominations will be accepted until the 1st of December, after which the Raku Steering Council will deliberately choose and announce the winner.

  • Leftovers

    • Security

      • Hacker NewsNew KmsdBot Malware Hijacking Systems for Mining Crypto and Launch DDoS Attacks [Ed: Trying to blame "SSH" for people choosing lousy UNIX password. Amazing 'journalism'.]

        "The botnet infects systems via an SSH connection that uses weak login credentials," Akamai researcher Larry W. Cashdollar said. "The malware does not stay persistent on the infected system as a way of evading detection."

      • Dhaka TribuneSysnova to hold cyber security awareness training for IT professionals

        Improving cyber-security by purchasing licenses for all proprietary software is expensive, however, a better alternative may be to migrate to open-source software like Ubuntu Linux and LibreOffice.

      • Hacker NewsOver 15,000 WordPress Sites Compromised in Malicious SEO Campaign [Ed: Poor research; they only identity impact but not the actual cause]

        It's not immediately clear how the WordPress sites are breached, and Sucuri said it did not notice any obvious plugin flaws being exploited to carry out the campaign.

      • Bruce SchneierA Digital Red Cross [Ed: Bruce Schneier has mentioned "ransomware" and fails to note this is primarily a Microsoft Windows issue, to be resolved by disconnecting such machines and firing those who deployed such machines in the medical domain]

        The International Committee of the Red Cross wants some digital equivalent to the iconic red cross, to alert would-be hackers that they are accessing a medical network.

      • The Wall Street JournalRed Cross Wants Digital Symbols to Deter Hackers From Healthcare Institutions [Ed: Removing Microsoft would be vastly more effective]

        Mr. Rodenhäuser said on Thursday that a digital protection emblem likely wouldn’t have deterred hackers intent on penetrating the Red Cross, but it might have waved off attackers unaware their victim was a healthcare organization.

      • Hacker NewsNew "Earth Longzhi" APT Targets Ukraine and Asian Countries with Custom Cobalt Strike Loaders [Ed: This is Microsoft Windows, though the article fails to mention this explicitly (low-grade 'journalism')]

        Entities located in East and Southeast Asia as well as Ukraine have been targeted at least since 2020 by a previously undocumented subgroup of APT41, a prolific Chinese advanced persistent threat (APT).

      • LWNSecurity updates for Monday

        Security updates have been issued by Debian (dropbear, php7.4, pixman, sysstat, and xorg-server), Fedora (mingw-expat, mingw-libtasn1, and mingw-pixman), Mageia (binutils/gdb, chromium-browser-stable, exiv2, libtiff, nodejs, pcre, pixman, wayland, and webkit2), Red Hat (device-mapper-multipath and libksba), SUSE (autotrace, busybox, libmodbus, php72, python-numpy, rustup, samba, varnish, xen, and xterm), and Ubuntu (thunderbird).

    • AstroTurf/Lobbying/Politics

  • Gemini* and Gopher

    • Personal

      • Unique Jewels

        I don’t know what edition where the the random jewel and art object table in the 5e DMG (p 134) first appeared, but it’s become my second most used page (after “lingering injuries”).

        Gems especially.

        Have you ever had the problem where the characters find some gems and they don’t have a way to appraise ‘em so they just throw them into a pouch and then three months later when they are in a town and remember those gems and they wanna sell them and they’re like... “we have some gems, what are they worth?” and you have no idea? Especially if you’re like me and you run several different modules mashed together.

      • 🔤SpellBinding: GINRYVT Wordo: BIJOU
      • Dark Summer

        Here in Sweden where I live, we have warm bright summers and cold dark winters.

        This year for the first time ever, the meteorological institute (SMHI) reports that even though it’s November, there are several regions where it’s still technically, meteorologically, summer. It’s dark and gray and warm.

        One of the dumbest takes on climate change is “Maybe it’s good actually, that humans die, that could be great for all the other animals and species, they could get a breather from us, Earth will recover, never mind all our libraries and semantics”. It’s not just humans that are in danger here.

      • Diegetifying downtime

        Xanathar's Guide to Everything gave us guidelines and outcome tables for actions that are on the scale of weeks, rather than exploration turns or combat rounds, and sometimes that works great: “I wanna spend three weeks trying to learn archery” but more often than not, actions on that time scale is not very appealing to many players.

        Let’s say you’re looking for a seller for a Wand of Yak Shaving you’ve found. Sometimes it’s fine to go “Now that we’re here in Jumlat, while Alice is doing that stint fighting in the arenas and Bob is doing temple service, I spend a week asking around for a seller, and don’t worry, I’ve got money to spend”. That’s fine. But some players are inclined to play things a li’l bit more zoomed in and moment-by-moment. “I look at the other people in the tavern... Do I see any adventurers who might wanna buy a Wand of Yak Shaving?”

      • All fears stem from death

        Fear is a natural instinct which protects us from dying, indirectly helping the species survive. Most of us dislike various fears we have or have irrational ones, commonly called phobias.

        Fear also shows up in anticipation of something happening. You fear a future event. So not only fear helps us not drive off a rock into the Deep Blue, but also it acts as a catalyst for our brain to start thinking about future events. If you're like me, this can go wrong in many ways. The joys of overthinking.

        Coming back to the first point, fear helps us not die. Seems simple enough. But in some situations we override it and it can help us or not. For example, if you ignore your fear of heights, you might see a very nice sunset from a tall mountain or you might fall to your death from an airplane. Rational judgment beforehand is the key.

    • Politics

      • Ricky Gervais vs The Drag Queens

        I've heard complaints from certain groups about the wholesomeness of 'drag queens' in such contentious situations as libraries when reading stories to children and (usually) their mums.

        Drag acts have always amused me. For my generation, it's Paul O'Grady (Lily Savage) and Steve Coogan (Pauline Calf) who jump to mind. More recently, Rue Paul has brought numerous celebrity drag queens to the fore, one of whom was a contenstant on Celebrity Masterchef (Kitty).

    • Technical

      • The Elusive 4K 16:10 Big Picture Touchscreen Monitor

        4K is everywhere these days. Except that's 16:9, not 16:10. Not to mention the whole extra feature of touch tacked on.

        It's my white whale. Of course a brand new model is readily available for the right bit of coin which would make the Apple tax feel painless. There's even proper SKUs for it after all e.g. https://www.cdw.com/product/barco-coronis-6mp-touch-screen-monitor/6911923. Let's go back to the beginning however.

      • Science

        • Fractal subsystems

          This is one of the most difficult mind whacks for a new DM. It’s easy to get the impression that it’s a big branching flowchart of scenes, “if the players say yes, the NPC is gonna say this, if the players say no, the NPC is gonna say that instead...”

      • Internet/Gemini

        • 2022 Week 45: Thoughts and Photos

          I've recently been trying to figure out how to assign subdomains to some of my online services. Gopher in particular seems to be giving me trouble: I'd like to make my gopherhole available via either gopher.jsreed5.org:70 or simply jsreed5.org:70, but if I define the subdomain gemini.jsreed5.org:1965 for my Gemini capsule, then gemini.jsreed5.org:70 also resolves to the gopherhole. It seems Gopher requests are not DNS aware, so I can't use a filter on a reverse proxy to route the request correctly. Also, since I self-host my services, I only have one public IP address to associate with a DNS entry, so I can't (or rather don't want to) put my Gopher subdomain on another IP. Any help on this matter would be greatly appreciated!

        • Capsule updates and the Masqq archives

          Jokes aside, I've got some actual Capsule updates going on. The index page is fully revamped, I wanted to enrich my capsule with text, so I did and now there's loads of text everywhere for your eyes to bathe in. Also tidbits of upcoming content on my brain waves page (fancy name for a tinylog, I guess it sounded interesting).

          A few folks on here might remember Masqq. That's the pseudonym I wrote under a few months back, I've deleted everything relating to it around the end of July, I felt there needed to be a change but at the same time I wasn't going through my best of times, so I've started from scratch under this pseudonym. I don't attach myself to usernames, but perhaps it wasn't justified and people found value in my writings and I actually liked some of the things I wrote there, so I'm putting them back on my posts page here and on the old URL[1]. Eventually I plan to only keep the old posts under this name only. I definitely want to get back to writing more and I will get back to it. I was going through some trying times and I'm better now.

      • Announcements

        • Announcement

          For those subscribed to Masqq, thank you! I'm migrating everything to Evenfire, my new pseudonym and place on the Geminispace, for more details check out this post[1].

      • Programming

        • Handcrafted Integers

          Have you ever wanted your own integer, one that is uniquely yours and can't be taken away?

          Oh sure, you could generate a random integer with your device now, but no one will respect that it's yours until you publish it somewhere - somewhere that everyone can agree on.


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



Recent Techrights' Posts

[Meme] The Heart of Staff Rep
Rowan heartily grateful
 
Links 18/04/2024: Misuse of COVID Stimulus Money, Governments Buying Your Data
Links for the day
Gemini Links 18/04/2024: GemText Pain and Web 1.0
Links for the day
Gemini Links 18/04/2024: Google Layoffs Again, ByteDance Scandals Return
Links for the day
Gemini Links 18/04/2024: Trying OpenBSD and War on Links Continues
Links for the day
IRC Proceedings: Wednesday, April 17, 2024
IRC logs for Wednesday, April 17, 2024
Over at Tux Machines...
GNU/Linux news for the past day
North America, Home of Microsoft and of Windows, is Moving to GNU/Linux
Can it top 5% by year's end?
Management-Friendly Staff Representatives at the EPO Voted Out (or Simply Did Not Run Anymore)
The good news is that they're no longer in a position of authority
Microsofters in 'Linux Foundation' Clothing Continue to Shift Security Scrutiny to 'Linux'
Pay closer attention to the latest Microsoft breach and security catastrophes
Links 17/04/2024: Free-Market Policies Wane, China Marks Economic Recovery
Links for the day
Gemini Links 17/04/2024: "Failure Is An Option", Profectus Alpha 0.5 From a Microsofter Trying to Dethrone Gemini
Links for the day
How does unpaid Debian work impact our families?
Reprinted with permission from Daniel Pocock
Microsoft's Windows Falls to All-Time Low and Layoffs Reported by Managers in the Windows Division
One manager probably broke an NDA or two when he spoke about it in social control media
When you give money to Debian, where does it go?
Reprinted with permission from Daniel Pocock
How do teams work in Debian?
Reprinted with permission from Daniel Pocock
Joint Authors & Debian Family Legitimate Interests
Reprinted with permission from Daniel Pocock
Bad faith: Debian logo and theme use authorized
Reprinted with permission from Daniel Pocock
Links 17/04/2024: TikTok Killing Youth, More Layoff Rounds
Links for the day
Jack Wallen Has Been Assigned by ZDNet to Write Fake (Sponsored) 'Reviews'
Wallen is selling out. Shilling for the corporations, not the community.
Links 17/04/2024: SAP, Kwalee, and Take-Two Layoffs
Links for the day
IRC Proceedings: Tuesday, April 16, 2024
IRC logs for Tuesday, April 16, 2024
Over at Tux Machines...
GNU/Linux news for the past day
Inclusion of Dissent and Diversity of Views (Opinions, Interpretations, Scenarios)
Stand for freedom of expression as much as you insist on software freedom
Examining Code of Conduct violations
Reprinted with permission from the Free Software Fellowship
Ruben Schade's Story Shows the Toxicity of Social Control Media, Not GNU/Linux
The issue here is Social Control Media [sic], which unlike the media rewards people for brigading otherwise OK or reasonable people
Upgrading IRCd
We use the latest Debian BTW
The Free Software Community is Under Attack (Waged Mostly by Lawyers, Not Developers)
Licensing and legalese may seem "boring" or "complicated" (depending on where one stands w.r.t. development), but it matters a great deal
Jonathan Cohen, Charles Fussell & Debian embezzlement
Reprinted with permission from disguised.work
Grasping at Straws in IBM (Red Hat Layoff Rumours in 2024)
researching rumours around Red Hat layoffs
GNU/Linux Continues to Get More Prevalent Worldwide (Also on the Desktop)
Desktops (or laptops) aren't everything, but...
Who is a real Debian Developer?
Reprinted with permission from Daniel Pocock
Links 16/04/2024: Many More Layoffs, Broadcom/VMware Probed (Antitrust)
Links for the day
Links 16/04/2024: Second Sunday After Easter and "Re-inventing the Wheel"
Links for the day
Upcoming Themes and Articles in Techrights
we expect to have already caught up with most of the administrivia and hopefully we'll be back to the prior pace some time later this week
Links 16/04/2024: Levente "anthraxx" Polyák as Arch Linux 2024 Leader, openSUSE Leap Micro 6 Now Alpha, Facebook Blocking News
Links for the day
Where is the copyright notice and license for Debian GNU/Linux itself?
Reprinted with permission from Daniel Pocock
Halász Dávid & IBM Red Hat, OSCAL, Albania dating
Reprinted with permission from the Free Software Fellowship
Apology & Correction: Daniele Scasciafratte & Mozilla, OSCAL, Albania dating
Reprinted with permission from the Free Software Fellowship
Next Week Marks a Year Since Red Hat Mass Layoffs, Another Round Would be "Consistent With Other Layoffs at IBM."
"From anon: Global D&I team has been cut in half."
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, April 15, 2024
IRC logs for Monday, April 15, 2024