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

Another Slew of Fake Articles About 'Linux' and 'Security' From Brittany Day at linuxsecurity.com (Spamfarm/Slopfarm)
linuxsecurity.com is basically a pariah and parasite. It lessens the incentive to write real articles about "Linux" by generating fake ones to outrank the originals.
IBM: Many Thousands of Layoffs in 2025
If 2025 is expected to be the same, then perhaps about 20,000 IBM workers will no longer be there
 
Microsoft Mass Layoffs Without Severance Pay Reported Hours After Microsoft Reported Weak Numbers and Microsoft Stock Fell
Microsoft has a bloodbath this month
Links 30/01/2025: Fentanylware (TikTok) Causes Deaths, FBI Seizes Domains
Links for the day
Gemini Links 30/01/2025: Action vs Inaction, Gopherholes, and More
Links for the day
Links 30/01/2025: Microsoft Wants Convicted Felon to Give Fentanylware (TikTok) to It (After Making a Phonecall Asking for That in 2019), "Moving Away From Google's Ecosystem"
Links for the day
Jack M. Germain (LinuxInsider) Seems to Have Turned to LLM Slop, Graphics Slop, and B2B SPAM
LinuxInsider is barely active anymore
Links 30/01/2025: Amazon Layoffs and DeepSeek Panic
Links for the day
Gemini Links 30/01/2025: Chaos Reigns, E-mail, Searching
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, January 29, 2025
IRC logs for Wednesday, January 29, 2025
Google: Your Only Option is Google YouTube (Coming Soon: Mandatory DRM and Attestation?)
Digital Restrictions (DRM) to follow? Only for "approved" (attestation) browsers?
Mastodon Was Always Biased (Just Like Twitter After Abandoning Chronological and Neutral Timelines in Order to Become More Like Facebook)
So bury-brigading and click-farming control what people see
Certificate Authority Let's Encrypt Falls to Only 0.4% of the Total in Geminispace
Geminispace does not need to outsource trust
The Munich-Based EPO is Still Using a Platform That Promotes the Far Right and Rehabilitates Nazism
Active Twitter account
Links 29/01/2025: Dismantling Public Health in the US, Air Busan Plane Up in Flames (South Korea's Air Disasters Streak)
Links for the day
Announcements and Administrivia
This week we're going out for two days in a row to celebrate an achievement that's very respectable
Gemini Links 29/01/2025: Japan, GTD, and More
Links for the day
Sir, Yes, Sir. The Life of EPO Patent Examiners.
If working for the EPO makes it harder to sleep at night, take action
How the EPO Pressures Staff Into Minting More Monopolies (Patents), Even Illegal Ones That Harm Europe and Ultimately Dismantle the Rule of Law
insights into the pressure examiners are under
LLM Slop Machines Are Not a Win for "Open Source" and If They Get Cheaper, It's Even Worse
If some program that claims to be "Open Source" pollutes the Web with fake articles (Microsoft SPAM and fake "Linux" articles), whose win is it?
Links 29/01/2025: Data Privacy Day and Growing Tensions in Europe
Links for the day
Nazi Twitter (aka "X") Became a Troll Site That Lets People Buy a Blue Tick While Its Boss Actively Promotes Neonazi Politicians
the intellectual level of people who infest the Web through "Twitter" or "X"
This is Why They're So Afraid of Richard Stallman (He Tells People the Correct History)
Then they post about it to Microsoft's LinkedIn
Richard Stallman Speech in Bengaluru, "Silicon Valley of India"
62 years have passed since his "young nerd" days and he's still at it
Claim: Facebook Deletes Posts of IBM Red Hat Critics
As always, follow the money (advertisers)
Links 29/01/2025: Climate Crisis and "It’s time for the Xbox to fade away" (Microsoft Lose)
Links for the day
Links 29/01/2025: Buying Groceries During a Trade War, Political 'Retro'
Links for the day
More Illegal Patents at the EPO, Legality of Granted European Patents No Longer Matters to the Office
breaking the law for profit
Network Improvements Tomorrow
"Network maintenance" down in London
Sharing is Caring (But Advocating Copyleft Makes You a "Target")
GPLv3 does not close all the loopholes which the "Affero" helps close
Articles About Free Speech at Facebook
'Facebook vs Linux' story is now receiving a lot more media coverage
We Were Right About stallmansupport.org Making an Error by Joining Social Control Media. mastodon.social Suspends stallmansupport.org.
From what we can guess, accounts can be banned by some oversensitive admin or a mob of users ("bury brigades")
"Latest Technology News" in BetaNews Still LLM Slop and SPAM Composed by LLMs (It's Basically a Spamfarm Disguised as a News Site)
Only a fool would visit BetaNews in search of actual news
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, January 28, 2025
IRC logs for Tuesday, January 28, 2025
The EPO's Corruption, If It Remains Untackled, Helps the Far Right and Enemies of European Unity/Solidarity
Do not negotiate with evil
The Web, Including Wikipedia, Gets Filled With Lies About Bill Gates, Added by Bill Gates and His PR Team
Of course Wikipedia is funded by Gates
Facebook Banning Linux Sites (or People Who Link to Linux Sites) is Another Symptom of the Web's Demise
The state of media on the Web is really bad; Social Control Media amplifies the badness, as Facebook serves to show
Gemini Links 29/01/2025: Neovim Telescope and Writing Less
Links for the day
Links 28/01/2025: Chaffbot as Commodity Fad, New Import Restrictions in Thailand
Links for the day
Links 28/01/2025: "Against Social [Control] Media", "Smart" Buses' Ticketing System Cracked
Links for the day
[Video] Richard Matthew Stallman (RMS) in India, Talking About Proprietary Software's Dangers Only Yesterday
WebM file
Gemini Links 28/01/2025: Thinking About Not Much, Computing Fatigue, the Curse of JavaScript
Links for the day
"SuccessFactors" (SAP) Stunts at the EPO Used to Break Laws and Constitutions, Staff Tricked Into Harming Themselves
Ongoing corruption and lawlessness became the norm; Europe's second-largest institution (EPO) along with the largest institution (EU) has its very own Minsk
The GNU Manifesto Turns 40 in a Few Weeks
The FSF turns 40 later this year, too
Continued Support and Momentum at the Free Software Foundation (FSF)
"This helps protect our community."
Another Talk by Richard Stallman Tomorrow, This Time in Bengaluru
This means that in January 2025 he is giving at least 5 public talks
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, January 27, 2025
IRC logs for Monday, January 27, 2025