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

Windows in Åland Islands: From 100% to Less Than Half
Åland Islands lost the sense of urgency to move to GNU/Linux
Not Just Slow News But Also Late News (Julian Assange Landing in Thailand)
Why did AP take so long (nearly a week) to release these?
[Meme] Smart Alec Poettering
How many Microsofters can the Debian Project withstand?
Getting Rid of Microsoft Does Not Go Far Enough
Microsoft already has many problems. One day Microsoft won't exist anymore. But that does not guarantee users' freedom.
Alyssa Rosenzweig's LibrePlanet Talk About Freeing the Apple GPU
Alyssa Rosenzweig is the graphics witch behind the reverse-engineered drivers for the Apple GPU. She previously led Panfrost, the free drivers for Arm Mali GPUs powering devices like the Pinebook Pro. She graduated in 2023 with a Computer Science degree from the University of Toronto and now writes free software full-time.
Links 30/06/2024: LLMs Under Fire and Dictatorship of the Old
Links for the day
[Meme] Walking Outside the Guardrails of the Walled Gardens Built by Monopolies
So-called "advertiser-unfriendly" material was never a problem for Wikileaks
 
Press Complicity and Public Apathy All Along Enabled 14 Years of Illegal, Arbitrary Detention and Coercion Into Plea Bargain of Julian Assange on Brink of Death
They basically blackmailed him into letting the US 'win' the argument
At the End Journalism a Crime (If It Involves Accessing or Gaining Access to Documents Marked "Confidential" or "Classified" by Those Looking to Hide Their Misconduct/Crimes)
At least in the US, especially where the imperialism is at stake
Links 30/06/2024: Tensions in Korea and Japan, Criminalisation of Sleeping Outdoors
Links for the day
100% Slop/Spam From linuxsecurity.com
This is the kind of stuff that's killing the Web faster
Gemini Links 30/06/2024: Murdoch and Ideal OS
Links for the day
In the First 6 Months of 2024 Thailand Moved to GNU/Linux, Not to Windows Vista 11
maybe users moved from Vista 10 and 11 to GNU/Linux, seeing where Microsoft was heading with forced hardware "upgrades"
Eko K. A. Owen, New Outreach and Communications Coordinator for the FSF
Nice to see many new additions to the FSF's team
Microsoft Has Slaves and Enablers, Not Partners
Obligatory meme too
Tobias Platen Covered Freedom-To-Play Games in LibrePlanet 2024
Freedom-To-Play games using Taler
[Meme] Opening a 'Webapp' With 'Only' 4 GB of RAM
Until 2020 none of my PCs ever had more than 2 GB of RAM
Destination 'Five Percent'
We reckon GNU/Linux can break the 5% barrier some time by the end of this year, even without counting Chromebooks
A Crisis of Online Journalism
Almost a week ago a journalist was forced to plead guilty for an act of journalism
Germany One of Many Countries Where Microsoft's Bing Lost Market Share After All That LLM Nonsense (Bing Chat and Further Rebrands/Renames)
openai.com traffic plunged 60% last month
Microsoft’s Latest Antitrust Scrutiny
4 new stories
Microsoft Layoffs, Mass Plagiarism, and More
outrage included
GNU/Linux Climbed 0.25% This Month (in statCounter)
Around midday on Tuesday we'll start seeing preliminary data for July
Ilya Gulko Introduces Pollyanna
"Pollyanna is a web framework that makes it easy to create your own libre social space, such as a social network or blog."
'FSFE': Underage Labour, GAFAM Fronting, and Identity Theft to Undermine the FSF's Current Fundraiser
looking to raise funds at the same time as the FSF
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, June 29, 2024
IRC logs for Saturday, June 29, 2024
Links 29/06/2024: Astronauts at Risk, Ukraine Updates
Links for the day
Fedora and Red Hat Leftovers
mostly redhat.com
Microsoft is Now Googlebombing or Spamming 'Open Source' and 'Linux' to Promote Proprietary Surveillance, Azure
Notice the title and the image, what's being promoted etc.
Seychelles: GNU/Linux Doing OK
Seychelles cannot be considered poor
This War Crime Footage, Nothing Political Per Se, Is What They Made Julian Assange Plead Guilty To (War Criminals Not Convicted, Only Those Who Expose Them)
Wikileaks' Julian Assange: Exposing the US Military Crimes
Gemini Protocol Isn't Even Remotely "Dead"
"Lupa knows of 505,000 (half a million!) working Gemini URLs at present, up from about 425,000 this time last year"
About 10 New Free Software Foundation (FSF) Members Per Day
The total changed from 46 to 47 while typing the article
20 Years Passed, Let's Go Even Faster Now
We are hoping to bring more original stories
Vista 11 Adoption Unusually Low in Germany and It's Going Down, Not Up
This is not happening only in Germany
Kevin Korte on Computers Being Allowed to Make Decisions Based on Cryptic Algorithms and Proprietary/Secret Data
It uses buzzwords where none are needed
[Meme] Garbage In, Garbage Out (linuxsecurity.com)
It is neither Linux nor security, just chatbot-generated slop
Microsoft-Invaded CISA Spreads Anti-Free Software FUD (as If Proprietary Software Has No Memory Safety Issues), Brittany Day Uses Chatbots to Amplify and Permutate the Microsoft FUD
linuxsecurity.com became an anti-Linux spam site
Microsoft Laying Off Staff in an Act of Retaliation and Union-Busting
retaliatory layoffs at Microsoft
Gemini Links 29/06/2024: Content Drowning in 'Goo' and LLM Slop
Links for the day
Windows Lost Almost 92% Market Share in Egypt
From over 99% to just over 7%
In Ecuador, GNU/Linux Adoption Surged From Under 1% to Over 4% in About 3 Years
Not even counting Chromebooks
LibrePlanet: Cultivating Backups (of Recordings)
an appeal to recover some of these talks
Microsoft/Windows Machines Are Turned Off (or Windows Deleted/Decommissioned) in Web Servers, as the "Market Share" Collapse Continues
Taking full history into account, this is a decrease of over 90% in some cases
Corwin Brust Hosting Freedom: A Behind-the-scenes Tour With the GNU Savannah Hackers
"the "smiling faces" behind it."
Android at 90% or More in Chad
Windows below 2%
David Wilson: Cultivating a Welcoming Free Software Community That Lasts
"a feeling of shared ownership for all users."
Julian Assange Might Continue Wikileaks, But Certainly Not Yet (Recovery Time Needed)
And probably at a symbolic capacity only
Bringing in 12 Santas and Taking 13 Out (Old Interview With Julian Assange)
Julian Assange's life inside the Ecuadorian embassy
Neil Plotnick on GNU/Linux in the High School Classroom
uploaded to the LibrePlanet instance of MediaGoblin
Asia Appears to be Fastest to Adopt GNU/Linux
the home of a considerable majority of the world's population
Alexandre Oliva's LibrePlanet 2024 Talk About "Software Enshittification"
in spite of technical difficulties encountered while recording
What They Used to Do With Mono They Now Do With Systemd (Lower and Deeper Down Than Userspace)
Now we have a project started primarily by Red Hat (and managed by Microsoft GitHub, which is proprietary) being managed by Microsoft and primarily serving Microsoft and IBM
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, June 28, 2024
IRC logs for Friday, June 28, 2024
Links 28/06/2024: Kangaroo Courts and Patents Spam, EFF Still Fighting for CPC's TikTok (a Digital Weapon)
Links for the day
Links 28/06/2024: Overton window and Polarization
Links for the day
[Meme] In 50 Years...
Microsoft's Vista 11 will take 50 years to be fully adopted
Only About 1 in 8 Russian Windows Users is Using Vista 11
it looks like over the past 12 months Vista 11 hardly grew and it remains very low at around 12% of Windows usage in Russia
Links 28/06/2024: More Attacks on the Press, More Censorship in Russia
Links for the day
Gemini Links 28/06/2024: Christmas Prematurely, Self-hosting
Links for the day
IBM: So Long, Suckers. Your Free OS is Now Proprietary. Pay IBM or Else.
almost exactly a year after turning RHEL into proprietary software
Vista 11 is Doomed and Despite Lack of Adoption Microsoft Already Speaks of Vapourware ("12")
"Microsoft has pulled a Windows 11 update after users reported boot loops and startup failures."
ChromeOS Reaches Highest Share in Years at the World's Most Populous Nation, Windows Now at All-Time Low of 13%
We're talking about India today
[Video] "It Is Incredible That Julian Assange Survives"
There was a positive and mutual relationship between Wikileaks and Dr Jill Stein
Never Assume That Because the Law Exists the Powerful Will Follow the Law
Who's going to hold them accountable now?
Nearly a Month Has Passed and Nobody at the Debian Project Even Attempted to Explain What Seems Like Back-dooring of Debian (and Hundreds of Distros That Are Debian-Derived)
I can cynically guess that only matters when a user with a Chinese name does it
[Video] Julian Assange Explains Wikileaks' Logistics
predating indefinite detention
IBM Was Never the "Good Guy", Just a Self-Serving and Opportunistic Money- and Power-Hungry Monopolist, Living Off of Taxpayers' Money (Government Contracts)
The Nazi Party of Germany was its second-biggest client at one point and now it's looking to profit from the work of slaves
"I Hated Working at IBM. They Were the Most Unfriendly People."
Don't forget what Watson the son did to a poor woman on a plane
State of the News (and Depletion of Journalism Online, Not Just Offline)
Newspapers are not coming back and the Web is not coming back either
GNU/Linux Consolidates in North America
Android rising a lot this year, too
[Meme] More Monopolies Granted While Patent Examiners Die (Overworking for Less Compensation)
Work more; Get less
Staff Union of the EPO (SUEPO) is Taking the New Pension Scheme (NPS) to an International Tribunal (ILOAT)
SUEPO wants more EPO staff to participate in collective action
Stella Assange and the Legal Team Speak to the Media a Day After WikiLeaks Founder Julian Assange Arrives in Australia
Published yesterday by a number of mainstream publishers
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, June 27, 2024
IRC logs for Thursday, June 27, 2024
RIP Daniel Bristot de Oliveira, Red Hat death
Reprinted with permission from Daniel Pocock