Bonum Certa Men Certa

Links 15/07/2022: Inkscape 1.2.1 is Out, BMW Joins Yocto Project



  • GNU/Linux

    • MIT Technology ReviewThe Download: open source insecurity, and gene editing plants [Ed: DARPA/DoD taking CoC up a notch these days; they'll soon demand that only Pentagon-approved coders can develop Free software that the US adopts for use. Of course they conveniently overlook the simple fact that proprietary software, both domestic and foreign, tends to have back doors one cannot detect or remove.]

      It’s not much of an exaggeration to say that the whole world is built on top of the Linux kernel—although most people have never heard of it.

      It is one of the very first programs that load when most computers power up. It enables the hardware running the machine to interact with the software, governs its use of resources, and acts as the foundation of the operating system.

      It is the core building block of nearly all cloud computing, virtually every supercomputer, the entire internet of things, billions of smartphones, and more.

      But the kernel is also open source, meaning anyone can write, read, and use its code. And that’s got cybersecurity experts inside the US military seriously worried. Its open-source nature means the Linux kernel—along with a host of other pieces of critical open-source software—is exposed to hostile manipulation in ways that we still barely understand. Read the full story.

    • Desktop/Laptop

      • Tom's HardwareTuxedo Launches Liquid-Cooled Linux Laptop | Tom's Hardware

        Tuxedo may not be a household name for many of us, but it is one of the well-known suppliers of high-performance Linux-based laptops from Germany. Earlier this year, the company introduced its Stellaris 15 Gen4 notebook aimed at performance-demanding users with an optional external liquid-cooling system. To great surprise, Tuxedo only offered the machine with Windows, but this week the company finally began to offer it with Linux, reports Phoronix.

        The Tuxedo Stellaris 15 Gen4 is a very powerful desktop replacement gaming laptop designed by Clevo. It comes packing up to Intel's Intel Core i9-12900H processor mated with two DDR5 memory modules and two PCIe 4.0 x4 M.2 SSDs as well as Nvidia's GeForce RTX 3080 Ti graphics chip. The machine uses a 15.6-inch display with a 2560x1440 resolution and 240Hz refresh rate to maximize the gaming experience.

      • GhacksGoogle releases Chrome OS Flex for PCs and Macs - gHacks Tech News

        Chrome OS Flex is a special version of Google's Chrome OS that is bringing the operating system to Windows PCs and Apple Macs.

      • Chrome UboxedHow to switch your ChromeOS Linux container from Debian to Ubuntu

        Linux on ChromeOS, a.k.a. Crostini, has been out of beta and available for quite some time. Users that want to leverage the flexibility and power of a Linux environment have access to a Linux terminal that opens the door to a plethora of executable packages that aren’t readily available on ChromeOS proper. Whether you’re looking to install an alternative browser or install powerful app development software, Linux on ChromeOS makes that chore a breeze.

        By default, the Linux container on ChromeOS runs the stable and secure distro known as Debian. More specifically, Debian 11 or “Bullseye.” While Debian offers many of the tools that Linux users are looking for, other distros offer up more flexibility and access to a wider range of packages without the need to add extra repositories.

    • Audiocasts/Shows

    • Kernel Space

      • Tom's HardwareInitial Intel Meteor Lake iGPU Support Queued for Linux 5.20 | Tom's Hardware

        Intel developers have submitted Meteor Lake graphics patches that are ready to be merged into the next version of the Linux Direct Rendering Manager (DRM-Next). Once completed, Linux 5.20 will offer initial Meteor Lake graphics support. This is yet another development that points to Meteor Lake being on track, despite some whispers from the rumor mill that it might be delayed.

        Linux-centric news site Phoronix observed Intel posting Linux driver patches for Meteor Lake support earlier this month. Now, these patches are queued for addition to the i915 kernel graphics driver.

    • Graphics Stack

      • Modesetting: A Glamor-less RPi adventure - Just another Igalia Blogs site

        Glamor is a GL-based rendering acceleration library for the X server that can use OpenGL, EGL, or GBM. It uses GL functions & shaders to complete 2D graphics operations, and uses normal textures to represent drawable pixmaps where possible. Glamor calls GL functions to render to a texture directly and is somehow hardware independent. If the GL rendering cannot complete due to failure (or not being supported), then Glamor will fallback to software rendering (via llvmpipe) which uses framebuffer functions.

      • Mike Blumenkrantz: All Text No Fun

        You know what I’m about to talk about.

        You knew it as soon as you opened up the page.

        I’ve said I was done with it a number of times, but deep down we all knew that was a lie.

        Let’s talk about XFB.

    • Applications

      • Important Release of Inkscape version 1.2.1 fixes data loss and crash issues

        We've just resolved some critical issues in Inkscape 1.2 that were identified by our community. If you're currently using Inkscape 1.2 then this is an important update to install on your device.

      • Towards pluggable GSS-API modules – Simon Josefsson's blog

        GSS-API is a standardized framework that is used by applications to, primarily, support Kerberos V5 authentication. GSS-API is standardized by IETF and supported by protocols like SSH, SMTP, IMAP and HTTP, and implemented by software projects such as OpenSSH, Exim, Dovecot and Apache httpd (via mod_auth_gssapi). The implementations of Kerberos V5 and GSS-API that are packaged for common GNU/Linux distributions, such as Debian, include MIT Kerberos, Heimdal and (less popular) GNU Shishi/GSS.

      • MedevelBest 11 Open-source CalDAV Self-hosted Servers

        CalDAV is the web standard calendaring extension for the WebDAV. It allows CalDAV clients to access, manage, sync and schedule calendar events and calendars on servers.

        CalDAV synchronizes calendar data across different devices.

        In this list, we preview some of self-hosted CalDAV servers and clients that anyone can download, setup and use on their local machines or servers.

      • MedevelCardDavMATE Is an Open-source Self-hosted CardDAV Client

        The CardDAV is an extension for the WebDAV which allows users to sync and backup their contact from CardDAV server to several clients and multiple devices.

      • MedevelCabal is a Promising P2P Secure Chat and Messaging Platform [Ed: Well, sadly uses some of Microsoft GitHub and no licence information available]

        Cabal is a fairly new experimental p2p protocol and messaging apps that allow user to exchange messages and files.

        It does not require any central server, or even create one, all is needed is the Cabal address which is a secret key that can be shared among friends, teams, and groups.

        Cabal works on the internet, but it works as well on your local network as you can chat directly with the users connected on the same network without the need to any internet access.

      • Simon Ser: Status update, July 2022 €· emersion

        I’ve continued working on my IRC suite this month. Two of our extensions have been accepted in IRCv3: read-marker synchronizes read markers between multiple devices belonging to the same user, and channel-context adds a machine-readable tag to indicate the context of a message. Some other server and client developers have already implemented them!

        soju has gained a few quality-of-life features. Thanks to gildarts, there is a new channel update -detached flag to attach or detach a channel, a new contrib/migrate-db script to migrate the database between backends, users can now delete their own account, and the user password hashes are upgraded when logging in. Additionally, read markers are broadcast using Web Push (to dismiss notifications when a message is read on another client), users can now set a default nickname to use for all networks, and the logic to regain the configured nick should work on servers missing MONITOR support (so I should no longer be stuck with “emersion_” on OFTC).

        Goguma now supports irc:// URLs, so it should be easier to click on these links in various project pages. If the user hasn’t joined the target channel or network yet, a confirmation dialog will be displayed. In the network settings page, a new button opens a UI to authenticate on the IRC network. A ton of other minor fixes and improvements have been pushed as well.

      • SUSE's Corporate Blog‘Contain’ your excitement: The s3gw is in town [Ed: Even AWS utilities get outsourced to a Microsoft's proprietary prison]
    • Instructionals/Technical

      • HowTo ForgeHow to Install Standard Notes Server on Ubuntu 22.04

        Standard Notes is an open-source encrypted notes app. In this tutorial, you will learn how to self-host your standard notes server on a Ubuntu 22.04 machine.

      • ID RootHow To Enable EPEL Repository on Rocky Linux 9 - idroot

        In this tutorial, we will show you how to enable the EPEL repository on Rocky Linux 9. For those of you who didn’t know, Extra Packages for Enterprise Linux (or EPEL) is a package repository that provides additional packages that are not included in standard Rocky Linux, AlmaLinux OS, CentOS, Oracle Linux, and Scientific Linux. EPEL uses much of the same infrastructure as Fedora, including buildsystem, Bugzilla instance, updates manager, mirror manager and more.

        This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation EPEL repository on Rocky Linux. 9.

      • MakeTech EasierHow to Use Emacs to Play Music with EMMS - Make Tech Easier

        Emacs is a brilliant program that can do many things including handling files. With the Emacs Multimedia System (EMMS) package, you can also handle your music in Emacs. You can easily browse music directories, create song playlists and even display lyrics. Here we will show you how to play music in Emacs.

      • OMG UbuntuHow to Install Linux Mint's Apps on Ubuntu - OMG! Ubuntu!

        Linux Mint is far more than just the Cinnamon desktop with a bit of green sprinkled on top. It also includes a number of homegrown apps crafted by Mint developers to enhance the overall experience.

        Nemo file manager is probably the best known tool in Mint’s software stable (as it’s available to install from the Ubuntu archives). But other useful tools include Bulky, Warpinator, and Hypnotix. These are well-designed, user-friendly apps ably tailored to their respective tasks but are not available in the regular Ubuntu repos.

        The good news is that you don’t have to switch to Linux Mint to use some or even all of these apps. The beauty of open-source software (especially Mint’s, which is engineered to be distro-agnostic) is that you can install (almost) anything wherever you like.

      • openqa: asset download request but no domains passlisted
      • Playing with NitroKey 3 -- PC runner using USBIP - Patryk's blog

        I’ve been wanting to use my brand new NitroKey 3, but TOTP is not supported yet. So, I’m looking to implement it myself, since firmware and tooling are open-source.

        NitroKey 3’s firmware is based on Trussed framework. In essence, it’s been designed so that anyone can implement an independent Trussed application. Each such application is like a module that can be added to Trussed-based product. So if I write a Trussed app, I’d be able to add it to NK3’s firmware.

      • Linux Made SimpleHow to install Project Slippi on a Chromebook

        Today we are looking at how to install Project Slippi on a Chromebook. Please follow the video/audio guide as a tutorial where we explain the process step by step and use the commands below.

    • Games

      • Godot EngineGodot Engine - Godot and consoles, all you need to know

        While platforms like Steam are very easy to publish for, the reality is that most of the revenue from independent developers generally comes from consoles (this, of course, speaking of devs not focusing on mobile).

        Consoles are cheap, easy to get access to, and have a wide catalog of first and third party titles, making them ideal devices for players wanting to spend their time and money on games.

    • Desktop Environments/WMs

      • GNOME Desktop/GTK

        • This Week in GNOME#52 Happy Birthday! €· This Week in GNOME

          I am pleased to announce that TWIG is having its first anniversary! 52 weeks ago, 52 TWIG issues later, or to put it simply - one year ago I launched TWIG!

          The first issue was published on July 16, 2021, and was named "#1 Scrolling in the Dark". After discussing the concept with some other GNOME contributors, we had to search for “news” in order to have enough material for the first issue.

          Now, one year later, it gives me great pleasure to announce that we have set a new record for news on the anniversary. There has never been that many news as this week in the whole year! I am cautiously optimistic, and claim the concept has now become established in the GNOME community, and is being used by more and more projects to quickly and easily announce news.

          What do you think about TWIG? Do you have any suggestions for improvements? Criticism? Compliments? Let us know! You can contact us in our Matrix #thisweek:gnome.org room anytime!

          But now to the actual news - Next year is sure to be at least as exciting!

  • Distributions and Operating Systems

    • SUSE/OpenSUSE

    • Fedora Family / IBM

      • Silicon AngleRed Hat announces Matt Hicks as its new CEO - SiliconANGLE [Ed: This publication is funded by Red Hat for such puff pieces]

        Red Hat Inc. sprang a surprise today as it announced that Matt Hicks has been promoted to be its new president and chief executive officer, effective immediately.

        Hicks (pictured) takes the reins from current president and CEO Paul Cormier, who has moved upstairs to become the open-source software provider’s new chairman.

        Red Hat is a subsidiary of IBM Corp. and seen as one of the pioneers of open-source software. Its flagship product is the Red Hat Enterprise Linux operating system, which is widely used to power thousands of enterprise data centers around the world. The company also sells tools around virtualization, software containers, middleware and various other applications. It was acquired by IBM in 2019 for $34 billion.

        IBM CEO Arvind Krishna said Red Hat serves as the foundation of thousands of enterprises’ technology strategies thanks to its open-source, hybrid cloud capabilities. “Matt’s deep experience and technical knowledge of Red Hat’s entire portfolio makes him the ideal leader as Red Hat continues to grow and develop innovative, industry-leading software,” he said.

      • IT Pro TodayRocky Linux Releases Its RHEL 9 Clone and a Build Platform

        The Rocky Enterprise Software Foundation has released Rocky Linux 9 and the Peridot build platform. Learn more.

      • Ubuntu Pit8 YUM ThirdParty Repositories for CentOS and RHEL

        Repositories are like huge servers where the developers store the application files. In Linux, the repositories play a vital role in app performance and installation. From my previous experiences, I’ve faced issues while installing applications due to a bad or broken repository. Most major Linux distributions have their own dedicated official Linux repository. Despite having their own dedicated repository for Fedora, CentOS, or Red Hat Linux, we might need to rely on some thirdparty YUM repositories for package installation via YUM commands.

    • EasyOS

      • Barry KaulerHardware clock set to local-time or UTC now hardware-profiled

        An important feature of EasyOS is "hardware profiling", so that when on a USB-stick that is booted on different computers, different video, audio, etc hardware is detected and remembered.

      • Barry KaulerLimine 3.12 compiled in OE

        In response to issue #196, mintsuki has created a new executable, 'limine-version', that just returns the version of Limine. In response to #197, mintsuki has added "--undeploy" commandline option to the 'limine-deploy' executable. This will remove Limine from the mbr to which it was installed, and restore the mbr to how it was prior. With some caveats. Both of these are great new features, and will be incorporated into the "Limine Installer".

    • Debian Family

      • gotop – SparkyLinux

        Another terminal based graphical activity monitor, inspired by gtop and vtop, written in Go.

    • Canonical/Ubuntu Family

      • AddictiveTipsHow to try out the Linux Mint 21 Beta

        Linux Mint 21 codename “Vanessa” has its first Beta out. Mint 21 has a lot of new and exciting things to offer, such as a new version of the Linux kernel, updated drivers, an updated Cinnamon desktop, and more.

        In this guide, we’ll show you how you can try out the Linux Mint 21 beta. However, be warned that this software is still developing, and you will run into issues. Be sure to report these issues so Mint developers can improve the OS for the final release.

    • Open Hardware/Modding

      • ArduinoDriving a robot car with nothing but your voice | Arduino Blog

        Traditional control of RC cars and other small vehicles has typically relied on some kind of joystick-based solution, often with one for adjusting direction and the other for speed. But YouTuber James Bruton wanted to do something different: make a rideable go-kart that is entirely driven with one’s voice.

        His solution is based around Deepgram’s speech recognition service, which enables users to send small snippets of audio samples up to its cloud via an API and receive replies with a transcript of what was said. As for the kart itself, its chassis was created by first welding together several steel tubes and attaching a based of thick plywood on top. The front cutout allows for a large caster wheel to spin left or right with the aid of a chain driven by a repurposed windshield wiper motor assembly. Absolute positioning of this wheel was achieved by measuring the voltage of a potentiometer that spins along with the chain. And finally, a pair of hub motor wheels, akin to the ones found on hoverboards and scooters, were placed at the rear for propulsion. Each motor was connected to its specific driver, and in turn, were connected to an Arduino Uno.

      • Tom's HardwareRaspberry Pi Peers into Deep Space with James Webb Space Telescope Digital Frame | Tom's Hardware

        The James Webb Space Telescope (JWST) is one of the greatest tools we have for capturing deep space images with extreme accuracy—capable of detecting radiation from the cosmic microwave background. Early images have made their way back to Earth and the maker behind Cellar Nerd is displaying these wonderous images on a custom, Raspberry Pi-powered JWST-themed digital picture frame designed to resemble the hexagonal golden mirror array found on the telescope.

      • ArduinoA flurry of Arduino Cloud updates spell sunshine for makers | Arduino Blog

        Arduino Cloud updates are like buses! They all come along at once. But that just makes it all the more exciting when we get to tell you about the new things happening in Arduino’s awesome SaaS system. So let’s jump right in there and take a look at tags, filters, blinks and galleries.

  • Free, Libre, and Open Source Software

    • Content Management Systems (CMS)

      • Linux Links3 Best Free and Open Source Awk Static Site Generators - LinuxLinks

        LinuxLinks, like most modern websites, is dynamic in that content is stored in a database and converted into presentation-ready HTML when readers access the site.

        While we employ built-in server caching which creates static versions of the site, we don’t generate a full, static HTML website based on raw data and a set of templates. However, sometimes a full, static HTML website is desirable. Because HTML pages are all prebuilt, they load extremely quickly in web browsers.

        There are lots of other advantages of running a full, static HTML website.

    • Programming/Development

      • Peter Czanik: The syslog-ng Insider 2022-06: RHEL 9; disk-buffer; Microsoft Linux; [Ed: Quit saying "Microsoft Linux"; it's not called that and attributing Linux to Microsoft is helping Microsoft attack the brand even further]

        This is the 103rd issue of syslog-ng Insider, a monthly newsletter that brings you syslog-ng-related news.

      • Best Practices for Build Options – Michael Catanzaro's Blog

        Occasionally I see upstream developers complain that a downstream operating system has built their software “incorrectly,” generally because some important dependency or feature has been disabled. Sometimes downstreams really do mess up, but more often poor upstream defaults are to blame. Upstreams must set good defaults because upstream software developers know far more about their projects than downstream packagers do. Upstreams generally have a good idea of how they expect software to be built by downstreams, whereas downstreams generally do not. Accordingly, do the thinking upstream whenever possible. When you set good defaults, it becomes easier for downstreams to build your software the way you expect, because active effort is required for downstreams to mess things up.

      • WATCH Blind Learners in SA Learn Coding with Game Using Braille - SAPeople - Worldwide South African News

        On their partnership with the Bona Ubuntu Program Prof Greyling says: “This must be one of the most special moments in the five years of our project.” Special thanks, he says, go to Leva Foundation’s Operations Manager Jackson Tshabalala for arranging it.

        In a very early prototype the challenge on the screen is simulated by a physical grid, while “braille tags” are added to the tokens.

      • QtQt Quick 3D Physics in Qt 6.4

        Qt 6.4 includes the new module Qt Quick 3D Physics as tech preview. As the name implies, this is a module that adds physical simulation capabilities on top of Qt Quick 3D. In particular, it enables rigid body simulation using simple primitives (spheres, boxes, planes and capsules) as well as convex- and triangle meshes and heightmaps. Physical properties such as mass, density, gravity and friction are customizable. This makes it possible to create physically correct behavior in 3D scenes without having to handcraft animations.

  • Leftovers

    • Hardware

      • The Next PlatformGoogle Follows Suit With Microsoft On Ampere Arm Instances

        A long time ago, when we first started The Next Platform, Urs Hölzle, then senior vice president of the Technical Infrastructure team at Google, told us that to gain a 20 percent improvement in price/performance it would absolutely change from the X86 architecture to Power architecture – or indeed any other architecture – and even for one generation of machines.

    • Proprietary

    • Pseudo-Open Source

      • Openwashing

        • The Register UKCP/M's open-source status clarified after 21 years ● The Register [Ed: GitHub is proprietary. It's where code gets imprisoned, not liberated. It moreover encourages licence violations.]

          The company that still owns Digital Research's CP/M operating system has granted a new, more permissive license for the eight-bit OS, making it free for anyone to modify or redistribute.

          It's not often that we update a news story from 21 years ago. Bryan Sparks, then CEO of Caldera spin-off Lineo, gave Tim Olstead permission to redistribute the OS, both as source and binaries. Sadly, Mr. Olstead passed away from cancer aged just 51. Back then, we wrote that the Unofficial CP/M Web Site was back, as Mr. Sparks changed the permissions from the former owner himself to the site as a whole.

          For clarity, that's a very good thing – Lineo was under no obligation to do this – but restricting redistribution to one person or one site was limiting.

          Lineo in turn spun off DRDOS, Inc., which ended up owning the Digital Research intellectual property. That company is still around, and Mr Sparks is its president. This month, retired programmer Scott Chapman managed to contact Sparks and request clarification of whether anyone else was allowed to redistribute CP/M, and Sparks has granted free rein.

        • TechRepublicWhat are OpenProject Work Packages, and how do you create one? [Ed: Well, the dash in "open-source" tells you it is proprietary with openwashing stunts]

          penProject is a powerful, open-source...

        • TechRepublicNew open source solutions library from Shoreline.io aims to deliver self-healing infrastructure | TechRepublic [Ed: More openwashing from the same site on the same day]

          Incident automation company Shoreline.io has unveiled its open source solutions library, a collection of op packs designed to make it easier to diagnose and repair the most common infrastructure incidents in production cloud environments.

          The solutions library focuses on addressing issues including JVM memory leaks, filling disks, rogue processes and stuck Kubernetes pods. It is launching with over 35 op packs that are available for free to the Shoreline community.

        • PR NewswireBMW Group Joins the Linux Foundation's Yocto Project

          The Linux Foundation, the nonprofit organization enabling mass innovation through open source, today announced that BMW Group is joining the Yocto Project as a member.

        • Yahoo NewsBMW Group Joins the Linux Foundation's Yocto Project
    • Security

      • Geeks For GeeksTop 50 Penetration Testing Interview Questions and Answers

        Penetration testing stands for a process where the security of a computer system is tested by trying to gain access to its internal systems. In order to carry out penetration testing, an attacker must first identify which ports are open on the target machine and then use those ports in order to exploit security vulnerabilities. Once these vulnerabilities are exploited, the attacker can break into the target computer and try different passwords or commands in an attempt to find sensitive information that may be stored there.

      • IPFire Official Blogblog.ipfire.org - OpenVPN OTP/2FA

        With the latest update of IPFire, a new feature is available which helps to make OpenVPN connections more secure: OpenVPN Two-Factor Authentication (2FA). This post explains what Two-Factor Authentication is, what it is good for, and how to use it with IPFire and OpenVPN.

      • Stacy on IoT3 ways to fortify your smart home network setup

        It’s 2022 and you have a smart home. Given all of the stories about IoT devices getting hacked or hijacked with malware, are your router and home network prepared to protect your home? If you have an older router or don’t use advanced features of a more modern one, maybe not. With that in mind, here are some different ways to bolster your smart home device security — assuming your router has the right features.

        To be clear, the primary goal here is to keep any network intrusions limited solely to infected devices. You don’t want some malicious actor entering your home network through an IoT device and gaining access to your other devices or your network data.

      • Ruben SchadeRubenerd: Education cuts are a national security threat

        I’m an egalitarian. I worked hard to be where I am, but I also want to give people the same opportunities I had. Free, universal education is one of the hallmarks of a compassionate, civilised society; one in which your character, skills, and interests are all that matter in the pursuit of knowledge and improvement of lives.

      • Privacy/Surveillance

        • Stacy on IoTPodcast: Here’s what we think with Wink on the blink

          This week’s show comes to y’all from Paris and the English seaside, with Kevin and I wondering exactly what happened to Wink. We also offer options for the few remaining holdouts on the platform. We then discuss Hive’s decision to pull back on smart home devices and its new smart thermostat (Hive plans to continue making smart energy devices). Then we focus on surveillance news starting with San Francisco’s Rule’s Committee broadening support for law enforcement agencies to access Ring camera data. Then we share how often police got access to Ring device footage without the owner’s permission. The Federal Trade Commission has a warning for companies that say they anonymize their data when in fact, they do not, and Home Assistant now has a program for formal integrations. We also share our perspectives on BMW charging a monthly fee for access to heated seats. We end by answering a listener question about network extenders.

    • Environment

    • Civil Rights/Policing

      • Daily MaverickWe can still turn South Africa into the great country of our dreams

        Democracies are challenged all over the world because of the growing inequalities between citizens. Political freedom without socioeconomic justice that enables every citizen to feel respected and heard, is unsustainable. Our country is reaping the bitter fruits of neglecting socioeconomic transformation to make freedom a lived reality for all citizens.


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



Recent Techrights' Posts

In Norway, Android/Linux Has Just Hit All-Time High (First Time Since 2020), GNU/Linux Already Very Prevalent
Despite its small population size, Norway gave us Qt and many other things
Microsoft's Mass Layoffs Very Wide-Ranging, Media Focused on Gaming Though Microsoft Mass-Firing Lawyers and "AI" Staff (Contradicting Its Supposed "Investment" in "AI")
Microsoft plans to fire almost half a thousand people in legal roles
2012 Article About the Free Software Foundation Blasting Canonical/Ubuntu Over Adoption of "Secure" Boot (Microsoft's Remote Control Over GNU/Linux Since PCs' Power-on)
By Katherine Noyes (article has since then became 404, not found)
Debian Can Dump Blind Users Because I am Not Blind
the sort of mentality we're up against
The European Patent Office Cannot Attract Proficient Patent Examiners Who Master Their Domain
They are enablers and facilitators of corruption
 
Next Year It'll Be Half a Decade Since the Fall of Freenode (and IRC is Still Doing OK)
Our IRC network is still accessible using the exact same software that ran in Windows 3.x
Lupa Will Soon Know of 3,100+ Active Gemini Capsules
And some people in the "Small Web" try to tell us that Gemini is dying?
The Slopfarms Are Taking Real News Articles and Replacing Them With Lies Generated by Machines
Bluntly speaking, Fagioli is nothing short of an online scammer
Links 19/07/2025: Techtarget to Cull 10% of Staff, New Threats to Free Press in the US (Home of Dangerous and Violent Stranglers From Microsoft)
Links for the day
Gemini Links 19/07/2025: "Climate Justice” and Forking Programs
Links for the day
What Wayland and Microsoft/IBM systemd Have in Common
focus on what IBM (Red Hat) is pushing while running over critics.
Linux Already Has About 60% of the "Market"
"When mentioning the client side," opines an associate, "it is essential to recite the list of other markets where Microsoft is negligible or a no-show. It is repetitive to do so, but it needs saying -- often."
Finland (and NATO) Must Move to GNU/Linux and Dump Microsoft Even Faster
"Microsoft is not a technology problem, it is a staffing problem."
The Microsofters We Sued Helped Microsoft Make GNU/Linux 'Expire' This Year
"Linux and Secure Boot certificate expiration"
linuxconfig.org Joins linuxtechlab.com and Others, Becomes a Slopfarm With Fake Linux 'Articles' (LLM Slop)
They contain "linux" in their domain names, but they are just slopfarms
Links 19/07/2025: Microsoft Cuts in China and Wall Street Journal Sued for Reporting on Jeffrey Epstein
Links for the day
Fascistic Policies Got 'Normalised' in 'Public Office'. Let's Not Let the Same Happen in 'Tech'.
Political discourse typically guides what's "normal" and what "good citizens" should believe/feel
Yes, Your Mastodon Instance Will Also Shut Down
Few people run a one-person instance in the Fediverse
The Demise of GAFAM Necessitates Greater and Broader Awareness
Morale at Microsoft is really bad
Free Software Foundation Reaches 75% of Funding Goal
Not bad for this "Fosschild"
Slopwatch: 7 New Examples of Fake 'Linux' Slop Pieces (Plagiarism With Misinformation)
Serial Sloppers need to be shunned
Links 19/07/2025: Kapo-berg Settles, Software Patents Challenged
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, July 18, 2025
IRC logs for Friday, July 18, 2025
Links 18/07/2025: Peace With PKK and Connie Francis Dies
Links for the day
Gemini Links 18/07/2025: Alhena 5.1.8 and Bornhack 2025
Links for the day
How to Top Up a "Limited Liability" With Even More Limitations (Dodging Accountability in the UK)
Some people call it a "shell game". Sometimes it's done for tax evasion purposes.
Free Software Foundation, Inc. (FSF) Inches Towards 75% of Fund-Raising Target
Will the cutoff date be extended again?
Gemini Space (or Geminispace) Grows, But Usage of Certificate Authority Let's Encrypt Drops Further
Ideally, all Gemini capsules should use self-signed certificates
Links 18/07/2025: More Microsoft Layoffs in Activision, The New Stack (Sponsored by Microsoft) Complains About Openwashing
Links for the day
Gemini Links 18/07/2025: OCC25 Gnus for Reading Usenet and RSS Feeds, Small Web Updates
Links for the day
[Meme] 9AM Meeting at Brett Wilson LLP
Brett Wilson LLP in space
Listing as Staff People Who Left the Company More Than Six Years Earlier
There are apparently no laws against that
Brian Fagioli Shovels Up LLM Slop (Plagiarism) Onto Slashdot, Then Uses Slashdot for Affirmation or as Badge of Honour
Notice how some of his latest slop is presented ("as featured on Slashdot")
Social Control Media Productivity
Snapping photos of the bone
The Law Firm SLAPPing Us For the Microsofters Lost 72% of Its Tangible Assets in the Past Year, According to Its Own Reports
That might help explain why they're willing to tolerate serial stranglers from Microsoft as clients
Slopwatch: LinuxSecurity.com Slopfarm and Slopfarms Propped Up by Google News
"As LLM slop is foisted onto the WWW in place of knowledge and real content, it now gets ingested and processed by other LLMs, creating a sort of ouroboros of crap."
Links 18/07/2025: Weather Events and Health Hazards
Links for the day
Microsoft's All-Time Low in Finland
Microsoft is in a freefall
Security: Shane Wegner & Debian statement of incompetence
Reprinted with permission from Daniel Pocock
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, July 17, 2025
IRC logs for Thursday, July 17, 2025
Gemini Links 17/07/2025: "Goodreads for Gemini" and Defence of "The Small Web"
Links for the day
Links 17/07/2025: Anger and Morale Issues at Microsoft, Wars and Conflicts Get Digital
Links for the day
CALEA / CALEA2 is the Real Problem, Not Chinese Operatives Exploiting CALEA / CALEA2 (as Any Other Nation Can)
CALEA / CALEA2 is more of a front door than a back door
99.99% Uptime in First Half of 2025
Since January there was only one noticeable outage
Nils Torvalds and Anna "Mikke" Torvalds (née Törnqvis) Hopefully Use GNU/Linux by Now
"Torvalds Family Uses Windows, Not Linus’ Linux"
Attack of the Slopfarms
FUD-amplifying bots with slop images, slop text (LLM slop)
When People Call a Best/Close Friend of Bill Gates a "Serial Rapist"
Good thing that the Linux Foundation keeps the "Linux" trademark ("Linux Mark") clean
Not My Problem, I Don't Care
Context/inspiration: Martin Niemöller
Honest Journalism About the European Patent Office Ceased to Exist After SLAPPs and Bribes to the Media
The EPO is basically a Mafia
Microsoft Bankruptcy in Russia, Shutdown in Pakistan, What Next?
It seems possible that in 2025 alone Microsoft will have laid off over 50,000 workers
Life Became Simpler When I Stopped Driving and I Don't Miss Driving When I See "Modern" Cars
Gee, wonder why car sales have plummeted...
Why I Believe Brett Wilson LLP and Its Microsoft Clients Are All Toast
So far our legal strategy has worked perfectly
EPO Jobs Are Very Toxic and Bad for One's Health
Health first, not monopolies
Response to Ryo Suwito Regarding the Four Freedoms
the point of life isn't to make more money
Microsoft's Morale Circling Down the Drain
Or gutter, toilet etc.
What Matters More Than "Market Share"
The goal is freedom, not "market share"
Tech Used to be Fun. To Many of Us It's Still Fun.
You can just watch it from afar and make fun of it all
Links 17/07/2025: "Blog Identity Crisis" and Openwashing by Nvidia
Links for the day
Greffiers and the US Attorney of the Serial Strangler From Microsoft
The lawsuit can help expose extensive corruption in the American court system as well
Credit Suisse collapse obfuscated Parreaux, Thiébaud & Partners scandal
Reprinted with permission from Daniel Pocock
The People Who Promoted systemd in Debian Also Promote Wayland
This is not politics
UK Media Under Threat: Cannot Report on Data Breach, Cannot Report on Microsoft Staff Strangling Women
The story of super injunction (in the British media this week, years late)
Victims of the Serial Strangler From Microsoft, Alex Balabhadra Graveley, Wanted to Sue Him But Lacked the Funds (He Attacked Their Finances)
Having spoken to victims of the Serial Strangler From Microsoft
Links 17/07/2025: Science, Hardware, and Censorship
Links for the day
Gemini Links 17/07/2025: Staying in the "Small Web" and Back on ICQ
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, July 16, 2025
IRC logs for Wednesday, July 16, 2025