Bonum Certa Men Certa

Links 05/08/2023: Godot 4.0.4 and Rust 1.71.1



  • GNU/Linux

    • Linux Magazine's Latest Issue

      • Linux MagazineFOSSPicks

        In what might be either the onset of tin foil hat disease, or a nagging conscience, Graham has recently started to move as many of his SaaS accounts to servers under his control, as you'll no doubt read in these pages.

      • Linux MagazineWe study some lightweight Linux distributions

        Are you ready to escape the bloat of mainstream Linux? We look at four lightweight, but general-purpose Linux distributions: Puppy Linux, Tiny Core Linux, antiX Linux, and Alpine Linux.

      • Linux MagazineA web-based math entry system

        MathLex lets you easily transform handwritten math formulas to digital format and use them on the web.

      • Linux MagazineKernel News

        Chronicler Zack Brown reports on the little links that bring us closer within the Linux kernel community.

      • Linux MagazineCreate disposable virtual machines for Debian releases

        Debvm lets you quickly create a temporary virtual machine with a small memory footprint, ideal for testing scripts or mixing repositories.

      • Linux MagazineLicense Matters

        Things have been pretty quiet in Free Software for a few years now. When I started this job, Linux and the little mystery ship we call Open Source were fighting for survival.

      • Linux MagazineThis month in Linux Voice.

        This month in Linux Voice.

      • Linux MagazineThis Month's DVD

        10 Small Distro ISOs and 4 Small Distro Virtual Appliances

      • Linux MagazineA desktop car racing game in Go

        The fastest way through a curve on a racetrack is along the racing line. Instead of heading for Indianapolis, Mike Schilli trains his reflexes with a desktop application written in Go, just to be on the safe side.

      • Linux MagazineNot your father's Debian

        Debian 12 features install options, new packages, and a new position on non-free firmware, making it more accessible to the average user.

      • Linux MagazineTipi home server manager

        Tipi gives you complete control of more than 100 applications and services. A mouse click is all it takes to install the apps.

      • Linux MagazineNews

        SUSE Goes for the Fork After Red Hat's RHEL Announcement; Solus 4.4; Ubuntu Will Show APT News in the Software Updater App; Nitrux 2.9.0; Ubuntu 22.10 EOL; Nobara Project Releases New Version of Its Modified Fedora Distribution; English Translation of Children's Book Ada & Zangemann; and Steam Client Features Hardware Acceleration on Linux.

      • Linux MagazineEdit photos with Krita

        Not many people are aware that Krita, the popular open source painting program, is also great for editing photos.

      • Linux MagazineCentral system updates with Topgrade

        Topgrade detects all the package managers installed on a system and executes them one by one at the command line.

      • Linux MagazineURL filtering with Pi-hole

        Supporting browser plug-ins, network-based DNS blockers like Pi-hole help protect you against online tracking and unwanted content.

      • Linux MagazineLightweight specialty distributions

        In the Linux world, form follows function. A specialty distro is a Linux-based system designed to serve a specific role. We look at some classic examples.

      • Linux MagazineIdentity Ownership

        A trademark verifies to customers that a product really is yours, which also helps them trust they'll get the quality associated with your brand.

      • Linux MagazineVanilla OS focuses on new strategies

        Vanilla OS, an immutable filesystem, seamlessly integrates applications from other distributions with an innovative container-based package manager.

      • Linux MagazineAdding scripts and tools to SystemRescue

        You can do more with SystemRescue than just repair broken systems. By adding tools and scripts, you can create a custom rescue environment that meets your needs.

      • Linux MagazineLightweight distributions for the Raspberry Pi

        The Raspberry Pi is a Linux machine, and its default distribution is Raspberry Pi OS. But Linux is all about choices….

      • Linux MagazineManage your greenhouse with a Raspberry Pi Pico W

        You can safely assign some greenhouse tasks to a Raspberry Pi Pico W, such as controlling ventilation, automating a heater, and opening and closing windows.

    • Audiocasts/Shows

    • Kernel Space

      • PCLOS OfficialKernel updates available for PCLinuxOS

        kernel-6.4.8-pclos1-1-1pclos2023.x86_64.rpm kernel-6.1.43-pclos1-1-1pclos2023.x86_64.rpm kernel-5.15.124-pclos1-1-1pclos2023.x86_64.rpm

    • Applications

      • OMG! LinuxFlatsweep Cleans Leftover Data from Uninstalled Flatpaks

        Anyone who’s been using computers for a while (any OS, not just Linux) will be aware that uninstalling an app doesn’t always remove all data associated with it.

      • LinuxSchools Client V8.0.1

        The Linux Schools Client is now available for download from: https://sourceforge.net/projects/karoshi/files The client is built from an automated script.

      • Linux Links19 Delightful Free and Open Source ASCII Art Tools

        ASCII art is a graphic design technique that relies primarily on computers for presentation and consists of pictures.

      • GNOMEChristian Hergert: Writing Fast Search

        The problem we encountered in my last writing was that gnome-clocks was taking about 300 milliseconds to complete a basic search query. I guess the idea is that if you type “paris” into GNOME Shell you’ll get the time in either Paris, France or one of the Paris’ in the United States. I guess 300 milliseconds wouldn’t be so bad if it didn’t also consume 100% of the CPU during that time.

        Thankfully in my career I’ve had plenty of opportunity to work with database search indexes. So I have some practical experience in making that stuff fast(er).

        So this morning I put together a small search index which can be generated from the Locations.bin using the libgweather API. That search index contains the serialized document form and a series of trigrams for the GWeatherLocation textual representation. That search index is meant to be static and installed along side Locations.bin.

    • Instructionals/Technical

      • Make Use OfHow to Install the Notepad++ Editor on Ubuntu

        Notepad++ is every coder's delight, given its various functions, utilities, and editing abilities. Notepad++ for Ubuntu offers features like auto-save, indentation, macros, and speed; moreover, it's open-source.

        On Ubuntu, Notepad++ offers support for 90 programming languages, and its compact size has filled a void in the hearts of Windows users. Notepad++ for Linux is still available, even though it's a Windows native app.

      • How to Install Stable Diffusion on Linux in 3 Easy Steps

        When it comes to making the most out of your operating system, choosing the right applications is key. One such application is Stable Diffusion, a powerful tool powered by artificial intelligence (AI). Stable Diffusion is available on all operating systems. However, its optimal performance has been noted, particularly on Linux. Now you might wonder: How to install Stable Diffusion on Linux

      • ID RootHow To Install FreeRADIUS on Ubuntu 22.04 LTS

        In this tutorial, we will show you how to install FreeRADIUS on Ubuntu 22.04 LTS. In the rapidly evolving landscape of technology, network security is of paramount importance. To safeguard sensitive information and ensure secure access to resources, organizations need robust authentication and authorization systems.

      • FOSSLinuxStep-by-step guide to installing CentOS Stream on VirtualBox

        VirtualBox, a powerful open-source software, allows you to run nearly any operating system (OS) on a single machine without the need for dual booting or partitioning. One such OS that you can run within VirtualBox is CentOS Stream, an innovative platform that serves as the upstream (development) branch of Red Hat Enterprise Linux (RHEL). It is designed for developers who need a rolling-release distribution to stay on the cutting edge of Enterprise Linux development.

      • Snap in Linux: Features, History, Controversies, and Installation Guide

        In this comprehensive article, you will learn what Snap is in Linux, discovering its remarkable features, intriguing history, and the controversies that surround it.

      • Linux JournalAdd a User to sudo Group in Debian 12 Linux

        In Linux systems, including Debian 12, the sudo group grants users the ability to execute administrative commands. This provides them with the privileges to install, update, and delete software, modify system configurations, and more.

        Administrative permissions are vital for maintaining and controlling the operating system. They allow you to perform tasks that regular users cannot, ensuring security and overall system health.

        This article is intended for system administrators, advanced users, or anyone responsible for managing Debian 12 systems.

      • OSTechNixHow To Run Sudo Commands Without Password In Linux

        Learn how to run specific commands without sudo password in Linux. Understand the benefits, risks, and best practices for secure implementation.

      • Make Tech EasierHow to Create A VPN in Linux with Tailscale

        Tailscale is a lightweight, yet powerful decentralized Virtual Private Network (VPN) service. It allows you to connect multiple devices across different connections in a single logical network. As a result, you can use Tailscale to host any local service across the internet without forwarding any ports.

        This article will show you how you can set up Tailscale and route traffic between two Ubuntu Linux machines.

      • Linux MagazineArtificial intelligence on the Raspberry Pi

        You don't need a powerful computer system to use AI. We show what it takes to benefit from AI on the Raspberry Pi and what tasks the small computer can handle.

      • OMG UbuntuEasy Way to Fix “Target Configured Multiple Times” Error on Ubuntu

        When I run apt update on my Ubuntu laptop it prints a stream of errors about W: target packages/repos/DEP-11 being ‘configured multiple times’. These errors do not prevent apt from working (so it’s not an issue in that sense) but the lengthy printout looks messy, is annoying to see, and clearly (since I’m being told about it) is something I should fix.

      • LinuxStansVulnerability Patching Without Reboots on Linux? Welcome to the World of Live Patching

        Imagine a city buzzing with life, a web of highways humming with vehicles during peak rush hour. Without warning, an urgent call reverberates through the air: “Everyone stop what you’re doing! We have to fix a pothole!”

      • ID RootHow To Install Django on Debian 12

        In this tutorial, we will show you how to install Django on Debian 12. For those of you who didn’t know, Django, a powerful Python web framework, empowers developers to build dynamic and sophisticated web applications with ease.

      • Own HowToHow to remove a repository on OpenSUSE "Tumbleweed"

        If you don't want to receive updates for a software that is not installed on your system anymore, you need to remove its repository from your system.

        To remove a repository on OpenSUSE is quite simple. You can remove a repository by using the terminal, and by using

      • TecAdminBlocking IP Address Using Iptables, UFW, & Firewalld

        Managing the flow of network traffic in and out of a Linux system is vital for maintaining system security. This can be achieved through various tools that are bundled within most Linux distributions, including iptables, UFW (Uncomplicated Firewall), and firewalld.

      • Own HowToHow to Install warpinator on Debian 12 "Bookworm"

        Warpinator is a tool that you can use to share files between computers on the same network. It allows you to share files easily without having to upload your files on a third party cloud hosting.

      • FOSSLinuxHow to check PHP Version on Ubuntu

        PHP (Hypertext Preprocessor) is a widely-used scripting language that is especially suited for web development. It's an essential component in a typical LAMP (Linux, Apache, MySQL, and PHP) stack. Knowing your PHP version is critical, especially when installing new software or troubleshooting compatibility issues, as different applications may require specific PHP versions to function correctly.

      • FOSSLinuxHow to set up virtual machines on Ubuntu

        Virtualization allows you to run multiple operating systems simultaneously on a single computer, providing an environment for testing, development, and partition-free system upgrades. Two popular software choices for creating virtual machines (VMs) are VirtualBox and VMware Player.

      • FOSSLinuxHow to install and use ssh-agent on Ubuntu

        Secure Shell (SSH) is a protocol used to securely connect to remote systems, and ssh-agent is a crucial part of this process. ssh-agent is a program that holds your private keys used for SSH authentication, providing a secure and convenient method of accessing these keys when connecting to an SSH server.

    • Games

      • Godot EngineMaintenance release: Godot 4.0.4

        A fresh pack of stability and documentation improvements for teams still using Godot 4.0 is officially out!

      • The Rise of Steam Deck: A Shift in Gaming Operating Systems

        The Steam Deck has become immensely popular, causing a significant shift in the gaming landscape among the three major operating systems.

        Steam Deck, a handheld PC, has gained a growing number of users. Its appeal lies in the ability to access your Steam library on the go. However, unlike its competitors, the Steam Deck does not run on Windows. Valve, the company behind the Steam Deck, decided to implement their Linux plans instead.

      • AppleInsiderFor the first time, Linux gamers outnumber Mac in Steam's game census

        The Mac has taken a back seat to Linux as the number two operating system in use by customers of Valve Software's Steam gaming service, according to the company's most recently polled survey data.

        Windows is still far and away the most commonly used OS by Steam players, capturing 96.21% of the total. Linux totaled a 1.96% share, with macOS pulling up the rear at 1.84%.

        This marks the first time Linux has edged out the Mac. Valve polls its Steam users monthly as a way to "make decisions about what kinds of technology investments to make and products to offer."

      • SportskeedaCan you play Payday 3 on Linux?

        Payday 3 is a new entry in the Payday video game franchise. It is a direct sequel to the second game and is available to play right now via its closed beta test on the PC and Xbox Series X/S. With the rising popularity of Linux as a desktop operating system, many players have been curious as to whether the game is supported by it.

  • Distributions and Operating Systems

    • BSD

      • MJ FransenOpenBSD 7.3 on a twenty year old IBM ThinkPad R31

        I used my old IBM ThinkPad R31 for the 2023 edition of the Old Computer Challenge.

        Old Computer Challange

        The Old Computer Challenge started in 2021 with this post from Solene.

        Solene announced the 2023 edition with this post.

        You can read more about the Challenge on occ.deadnet.se. There are also a Gopher hole and a Gemini capsule on occ.deadnet.se.

        An IRC channel for the challenge participants was created in 2021. This channel is still active today and is the place to be for people interested in or participating in the challenge. Just join #oldcomputerchallenge on Libera.Chat.

        IBM ThinkPad R31

        This is a very solid build laptop, that still function fine.

    • SUSE/OpenSUSE

    • Fedora

    • IBM

    • Debian Family

    • Devices/Embedded

      • Liliputing Lilbits: Cortana for Windows is dead, Brave Search doesn’t rely on Bing anymore, and a DIY handheld Linux PC

        This is a neat little handheld computer with an ortholinear keyboard, a 5 inch, 800 x 480 display, 10,000 mAh battery and a 1.2 GHz ARM Cortex-A7 quad-core processor and 512MB of RAM courtesy of a removable NanoPi Neo Air single-board computer.

      • Business Wire KIOXIA Announces the First Samples of Hardware that Supports the Linux Foundation’s Software-Enabled Flash Community Project

        KIOXIA America, Inc. today announced the availability of the first hardware samples that support the Linux€® Foundation’s vendor-neutral Software-Enabled FlashTM Community Project, which is making flash software-defined. The company is expecting to deliver customer samples in August 2023. Built for the demanding needs of hyperscale environments, Software-Enabled Flash technology helps hyperscale cloud providers and storage developers maximize the value of flash memory. The hardware from KIOXIA is the first step to putting this working technology in the hands of developers.

      • CNX SoftwareHome Assistant-compatible 5-24V LED strip controller ships with Sound Reactive WLED firmware

        SMLIGHT A1-SLWF-03 is a Home Assistant-compatible addressable RGB LED strip controller based on an ESP32 WiFi and Bluetooth microcontroller that supports 5V to 24V LED strips. The unit is equipped with a built-in digital microphone used by the Sound Reactive WLED firmware to make the RGB LED strip follow the rhythm and tempo of the music, an IR receiver, and a sensor button. SMLIGHT A1-SLWF-03 specifications: SoC – ESP32 dual-core microcontroller with WiFi 4, Bluetooth 4.2/5.x, and 16Mbit flash 4-pole terminal block for RGB LED strips Supported strips – WS2812B, WS2811, WS2813, WS2815, APA102, LPD8806, WS2801, SK9822. Voltage Range – 5-24V DC Up to 2,000 LEDs are supported at 35 fps with two outputs or 3,000 LEDs at 25 fps with two outputs (about 33 to 50-meter LED strips with 60x LEDs per meter) Multiple A1-SPWF-03 controllers can be synced together for controlling even more LED strips.

      • CNX SoftwareHailo-8L 13 TOPS AI accelerator targets entry-level edge devices

        Hailo introduced the Hailo-8 AI accelerator offering up to 26 TOPS in 2020, and we’ve found it integrated into many designs since then. The company has now launched a cost-down version with the Hailo-8L AI accelerator delivering up to 13 TOPS for more cost-sensitive entry-level edge devices, or workloads that do not require the more powerful Hailo-8. Hailo says the Hailo-8L offers low-latency, high-efficiency processing, and is capable of handling pipelines with multiple real-time streams and concurrent processing of multiple models and AI tasks. The new Hailo-8L is compatible with the Hailo-8 and relies on the same Hailo-8 software suite, so they could be integrated into existing designs for cost savings.

      • What is Embedded Linux?

        Embedded Linux is a specialized version of Linux OS designed for gadgets we use daily. Devices like smart watches, fitness trackers, and smart home applications pose some restrictions during development.

        The demand to create a flexible operating system that will help address a device’s peculiarities resulted in the launch of a new version of Linux OS called embedded Linux.

    • Open Hardware/Modding

      • CNX SoftwareeModGATE Moduino X0 – An ESP32-based industrial IoT controller with battery support

        TECHBASE eModGATE Moduino X0 is an industrial IoT control based on a choice of ESP32 modules from Espressif and Pycom, equipped with a battery slot for remote installations, and various interfaces to connect sensors or actuators via RS232, RS485, and/or digital I/Os. We first wrote about TECHBASE Moduino-X series ESP32 IoT endpoints almost six years ago with the X1 and X2 models, but since then the company has added more models such as the large X3 and X4 devices with more I/Os, and the new entry-level Moduino X0 that’s similar to the X1, but with battery support instead of a supercapacitor.

  • Free, Libre, and Open Source Software

    • Web Browsers/Web Servers

    • Productivity Software/LibreOffice/Calligra

    • GNU Projects

      • Riccardo Mottola: GNUStep now has badges

        Finally I got around implementing and committing badge support in GNUStep! I think it is one of the fine additions Apple did to the original OpenStep spec

        While Apple had it since MacOS 10.5, GNUstep didn't and GNUMail had to manage 3 different code paths: One for GNUstep, one for 10.4 Mac and one for 10.5 and later which I implemented myself, since GNUMail originally didn't have it.

    • Programming/Development

      • CollaboraTriple Threat: The Power of Transcription, Summary, and Translation

        At Collabora, we're committed to bringing people together. That's why we're pushing state-of-the-art machine-learning techniques like Large Language Models, Speech Recognition, and Speech-Synthesis techniques.

      • Adrian Gaudebert: Dawnmaker's endless conundrum of infinite replayability

        Over the last few months we've had the opportunity to show Dawnmaker to a lot of people, and notably a few publishers. We had the good fortune of receiving very valuable feedback on the game, which allowed us to identify two important problems with it, or at least, with its demo. The first problem is that our artistic direction isn't compelling enough, but that will not be today's topic — though we are, of course, working on it.

        The problem we're going to discuss today it that of replayability. Some of our players, and most of the publishers we talked to, have expressed that they do not feel inclined to restart a game after they lose. Once you've understood the patterns of the game, restarting a new game feels like doing the same thing again, and it is boring. That feeling was especially pronounced for players losing in the 2nd or 3rd region of the demo: you have to restart at level one, a level that you have already mastered and don't feel like going through again.



Recent Techrights' Posts

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
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
20 Years Passed, Let's Go Even Faster Now
We are hoping to bring more original stories
 
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
Windows in Åland Islands: From 100% to Less Than Half
Åland Islands lost the sense of urgency to move to GNU/Linux
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
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
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