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

Rumour: After FSF Abandons Office in Boston LibrePlanet Will Also Leave Boston
In the past, Libreplanet (or LibrePlanet) was 'branched' out of MIT to "lesser" universities in the same city
linuxsecurity.com is 100% Slopfarm, Nonstop Fake 'Articles' About Security and "Linux"
More than one fake 'author' participates in this, so it deserves condemnation
Social Control Media as a Rapid Race to the Bottom - Part III - Foreign Interference and Chaff/Flare
Why would you trust alleged 'communication' (platforms) controlled by the same people who cut your undersea cables?
[Video] Richard Stallman Explains What Intelligence in Computing Really Means and How Old That Is (Story About 1975, 50 Years Ago)
Uploaded 11 hours ago by Manuel Cuda News
 
Microsoft Laid Off Several Thousands of Workers (Not Counting Those Driven Out) in 3+ Waves of Layoffs in 2 Months in 2025
About a thousand workers laid off per month
Microsoft Reduced to Almost Nothing in the Congos
Even worse for Microsoft in DRC (Democratic Republic Of The Congo)
Why We No Longer Hear About "Red Hat Layoffs"
Sometimes they don't call them "layoffs" are all; it's just PIPs, RTO, and "relocation" offers. They try to compel people to resign/retire
Reputation is Not a Human Right, It's Something One Earns
One can also lose one's reputation for harming women
FreeBSD Foundation is Trying to Improve "Laptop Support", But It Has Outsourced Everything to Microsoft Proprietary Software
Despite many valid alternatives existing and fast maturing
Links 06/03/2025: Discord Wants the Public to Pay for Losses, MongoDB Shares Collapse
Links for the day
Gemini Links 06/03/2025: Remaking Sites, Gemini Capsule Turns 5
Links for the day
Links 06/03/2025: Trade Wars, Trademarks, Attacks on (and by) the Media, Digg to Relaunch
Links for the day
The Fall of the Open Source Initiative (OSI): The Problems Are Much Bigger Than the Rigged Elections
It's not only about elections
Dr. Andy Farnell on Brutality and (or of) Brute-Force Computing
"Understandably, the ecological cost of compute was never really on the minds of pure computer scientists"
IBM Absorbs More of Red Hat and There Are Several Layoff Rumours
Those are just rumours for now
Gemini Links 06/03/2025: Digg, Project Failure, and More
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, March 05, 2025
IRC logs for Wednesday, March 05, 2025
Links 05/03/2025: Prioritising Science, Patents Squashed
Links for the day
Gemini Links 05/03/2025: News Processing, Misbehaving, and Git
Links for the day
GNU/Linux Cracking Past the 4% Barrier in Hungary
There are still quite a few very famous developers and Free software projects from Hungary
Meanwhile in the Matrix Room #dei:fedoraproject.org
Remember that IBM does a lot of perception manipulation
Rumour About Red Hat Layoffs Yesterday
Can somebody from Red Hat or someone who knows someone there (impacted or not) confirm that there are layoffs this week at Red Hat?
New Short Clip of Richard Stallman's Thoughts on the "Hey Hi" (AI) Hype, Courtesy of Manuel Cuda News
about 6 hrs ago
What is fixated behavior? Stalker or just a fan of Emma Raducanu?
Reprinted with permission from Daniel Pocock
In Iran, GNU/Linux Reaches New Highs, According to statCounter
Does that make sense? In light of geopolitics? Probably.
Always Safety First
We have some reasons to suspect that one of several parties (possibly not in the UK but having connections here), having suffered major and very expensive setbacks, may look to harm the messenger one way or another
Links 05/03/2025: Starbucks Debt Soars and CFO Changed, Apple Pretends to Value Privacy, "Cloudflare Blocking Privacy Focused Users From Accessing Third-Party Websites"
Links for the day
Canonical's Latest Love Letter to Microsoft (Ubuntu Promoting Proprietary Spyware With Back Doors)
Typical Canonical, promoting Microsoft (and sometimes Windows) instead of competing against them
What Microsoft and GitHub Really, Really, REALLY Do Not Want You to See or Know About
They're trying to misuse law in a completely different continent or to allege that reporting important facts is in breach of privacy law
Slopwatch: linuxsecurity.com and Other 'Linux' Sites With LLM Slop
SEO spam with machine-generated fodder, plus a person to whom English isn't a first language
GNU/Linux Climbs to Record Levels in Switzerland. Can the EU, Norway, the UK, and Switzerland Divorce GAFAM?
Germany openly speaks about becoming independent from the US. How about Switzerland?
Gemini Links 05/03/2025: Living in Interesting Times, Font, and Social Control Media with Gos v1.0.0
Links for the day
Just Because Common Currencies (Including the US Dollar) Are Considered Uncertain Doesn't Mean People Should Adopt Volatile Multi-Level (Pyramid) Schemes
the scammers are trying to "go mainstream"
Use RSS Readers Instead of Social Control Media
RSS readers were designed to save time. Social Control Media was designed to waste time.
The 'Windows Era' Already Came to an End
Microsoft said to shareholders everything would be alright because of "clown computing" and then "hey hi"
The Fall of the Open Source Initiative (OSI): Microsoft Committing the Largest GPL Violation in Human History, Then OSI Covering That Up on Microsoft's Payroll
LLMs don't make GPL violations any more noble or acceptable; it's not hard to see what OSI was paid by Microsoft for
Social Control Media as a Rapid Race to the Bottom - Part II - Think Before You Talk
The 'socmed' nonsense does not exist in our home
Links 04/03/2025: Hardware, Health, Data Breaches, Politics
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, March 04, 2025
IRC logs for Tuesday, March 04, 2025
Luxembourg: GNU/Linux at 8% Based on Estimates
steady increases this year
Gemini Links 04/03/2025: Bicycle, Photos, and Motorola 6809 Assemblers
Links for the day
Crossbow tragedy, bigger than Kyle Clifford, social media culture
Reprinted with permission from Daniel Pocock
Microsoft OSI Apparently Still Reading Techrights Closely, Trying to Make Face-Saving PR Moves
They have long had this reactionary rhythm, wherein it feels like we can 'control' what they publish and when by merely highlighting facts about them
Links 04/03/2025: Microsoft/Korea Game Industry Association Workforce Cuts, Outlook and 365 Outage Affects Very Many
Links for the day
Transcript of Richard Stallman's Interview With Manuel Cuda News in Italy (Debunking Fake "AI")
A rough draft, but checked by two people
Chad: All-Time Lows for Windows, According to statCounter
According to statCounter, many in Chad moved to Android
Links 04/03/2025: Universities Are Under Attack, Windows Attracts Ransom Against Ministry of Health
Links for the day
Microsoft Collapses While GNU/Linux Rises in Bulgaria, According to statCounter
Microsoft is losing across all sectors
The Fall of the Open Source Initiative (OSI): An Introduction
In a nutshell: there's a massive conflict inside the OSI and the OSI stooges (staff serving Big Sponsors like Microsoft) try to hide it
Paraguay: GNU/Linux Surging to New Usage Levels (7%), According to statCounter
Notice that the gains are at Microsoft Windows' expense
Social Control Media as a Rapid Race to the Bottom - Part I - That Sinking Feeling
When you realise you made an error and things you adopted more than 15 years ago became utterly bad
Microsoft's Entryism as Mortal Risk/Danger: The Example of the Open Source Initiative (OSI)
Microsoft is a cult
Links 04/03/2025: Microsoft Issues Policy Instructions to the Cheeto Mussolini Administration, Cloudflare Engages in Mass Censorship Again
Links for the day
Gemini Links 04/03/2025: Athens, Fedora 41, and Yelling at Clouds
Links for the day
FSF Amicus Brief: Aspose.PDF for .NET 24.2.0, OOXML (.docx), and Microsoft Word (Proprietary)
Could the FSF not find any law firm that, in addition to talking about or for Free software, does not use .NET, OOXML, and almost everything Microsoft?
New Interview With Richard Stallman in Italy (Manuel Cuda News)
Due to Google's growing aggression against Free software and proper APIs, this cannot be downloaded and converted to a free format
The Free Software Foundation (FSF) Belatedly Comments on Case That Tests Copyleft in the United States
"The Free Software Foundation (FSF) announced today it has submitted an amicus brief in the case entitled Neo4j"
If They Try to Censor You on Some Topic, Then You Should Cover This Topic Even More
OSI is only a small part of it
The UEFI hype and Microsoft's lies
By Sami Tikkanen
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, March 03, 2025
IRC logs for Monday, March 03, 2025
Thorsten Glaser & Open Source Initiative (OSI) resignations due to AI whitewashing
Reprinted with permission from Daniel Pocock