Bonum Certa Men Certa

Links 15/08/2023: KDE Announces Wallpaper Competition and Linux 0.01 Analysed



  • GNU/Linux

    • Red Pixels Ventures Ltd Maya OS to Replace Microsoft Windows on Defence Ministry Computers Amid Rising Cyber Threats: Details
      Maya OS is set to replace Windows as the operating system on the Defence Ministry's computers, according to a report. Instead of Microsoft's widely used proprietary operating system (OS), the Ministry of Defence will use a Linux-based OS based on the popular Ubuntu distribution. The OS was reportedly developed by government agencies over a period of six months in response to rising cybersecurity threats and is equipped with built-in malware protection for computers that are connected to the Internet.

      The Hindu recently reported that the Ministry of Defence has begun to replace Internet-connected computers with a new operating system called Maya OS. It is based on the free and open-source Linux distribution Ubuntu that is maintained by British firm Canonical. However, unlike traditional Linux-based distros, the Maya OS interface looks similar to Microsoft Windows, which could aid in the transition process.

    • Kernel Space

      • Exploring the internals of Linux v0.01

        Linux kernel is often mentioned as a overwhelmingly large open source software. As of this writing, the latest version is v6.5-rc5, which consists of 36M lines of code. Needless to say, Linux is a fruit of hard work of many contributors over the decades.

        However, the first version of Linux, v0.01 was pretty small. It consisted of only 10,239 lines of code. Excluding comments and blank lines, it was only 8,670 lines. It's small enough to understand and is a good starting point to learn about the internals of UNIX-like operating system kernels.

        Reading v0.01 was really fun for me. It was like visiting Computer History Museum in Mountain View - finally I witnessed tales are indeed true! I wrote this post to share this exciting experience with you. Let's dive in!

        Disclaimer: Obviously I'm not the author of Linux v0.01. If you find any mistakes in this post, please let me know!

      • LWNNuta: Exploring the internals of Linux v0.01

        For those who find the 6.x kernel intimidating, Seiya Nuta has written a look at the 0.01 kernel, which reflects a simpler time.

      • WCCF TechAMD Intros FreeSync Panel Replay On Linux 6.6, Next-Gen RDNA 4 GPU Enablement Begins

        For those unaware of the feature, FreeSync Panel Replay is a new feature that works so that when the content on the screen is unchanged, the refresh rate is dropped automatically to reduce power consumption. The feature is similar to Apple's ProMotion display technology but is intended to be used in monitors and laptops. AMD released the initial patch of the feature on Linux a month ago, intending to reduce the workload on GPU when content is unchanged.

    • Graphics Stack

    • Instructionals/Technical

      • OSTechNixHow To Type Indian Rupee Symbol In Ubuntu Linux

        This brief guide explains how to type Indian Rupee symbol in Linux operating systems. The other day, I wanted to type "Indian Rupee Symbol (₹)" in a word document. My keyboard has a rupee symbol on it, but I don't know how to type it. After a quick web search, I found a way to configure keyboard layout for using Indian Rupee symbol. If you ever wondered how to type rupee (Indian currency) symbol in Linux and Unix-like operating systems, follow the steps given below.

      • TecMintLFCS #1: How to Use ‘sed’ Command to Create, Edit, and Manipulate Files in Linux

        The Linux Foundation announced the LFCS (Linux Foundation Certified Sysadmin) certification, a new program that aims at helping individuals all over the world to get certified in basic to intermediate system administration tasks for Linux systems.

        This includes supporting running systems and services, along with first-hand troubleshooting and analysis, and smart decision-making to escalate issues to engineering teams.

      • TecMint10 Useful du (Disk Usage) Commands to Find Disk Usage of Files and Directories

        The Linux ‘du‘ (Disk Usage) is a standard Unix/Linux command used to check the disk usage information of files and directories on a machine.

        The du command has many parameter options that can be used to get the results in many formats. The du command also displays the files and directory sizes in a recursive manner.

      • ID RootHow To Install Lapce on Ubuntu 22.04 LTS

        In this tutorial, we will show you how to install Lapce on Ubuntu 22.04 LTS. Lapce, a cutting-edge code editor known for its performance and versatility, has gained popularity among developers seeking an efficient and feature-rich coding environment.

      • ID RootHow To Install Nano Text Editor on Debian 12

        In this tutorial, we will show you how to install Nano Text Editor on Debian 12. For those of you who didn’t know, Nano, a command-line text editor, embraces simplicity without compromising utility. It’s especially useful for those transitioning from graphical editors to command-line environments.

      • ID RootHow to Use Find Command on Bash Script

        In the realm of Bash scripting, the Find command stands as a stalwart tool, wielding its exceptional prowess to navigate and locate files and directories with remarkable precision. Its versatile capabilities make it an invaluable asset for developers, administrators, and anyone navigating the intricate landscapes of file systems.

      • Linux CapableHow to Install Dokku on Debian 12/11/10

        In today’s rapidly evolving tech landscape, the ability to deploy and manage applications with ease and efficiency is paramount. Enter Dokku: a lightweight, extensible platform that empowers developers to deploy, manage, and scale applications in the cloud.

      • Linux CapableHow to Install SSH on Rocky Linux

        Secure communication between systems is essential in our interconnected world. SSH, or Secure Shell, is a cryptographic network protocol that provides encrypted communication over unsecured networks.

      • Linux Capablessh Command in Linux with Examples

        SSH, or Secure Shell, is a cryptographic network protocol that allows users to access one computer from another over an insecure network securely. It’s a powerful tool that has become an essential part of the toolkit for system administrators, developers, and IT professionals.

      • HowTo GeekHow To Use the iconv Command on Linux



        No matter what type of data a computer is working with or storing, it is held as binary information. Images, text, music, video, and everything else are stored as binary data. Whether the data is on a storage device or loaded into the computer’s memory, it's still represented by binary values.

        If the data is text, and we want to display that text on screen, there’s a translation that has to happen to convert the binary values into characters. To perform the translation, we need to know which values were used to represent each character when the data was created. The software can then work backward and map the stored numerical values back to characters.

        Because success depends on knowing what type of mapping has been used and rigorously adhering to the rules of the mapping during data creation and data usage, standards have been created that formalize such character mappings. They're easy to understand if we get the jargon straight.

      • Security WeekEmail – The System Running Since 71’

        There are hundreds of settings that can have far reaching consequences. I encourage administrators to understand the settings through the service that they procure. To further protect email, some new security vendors are parsing emails to look for pig butchering or invoice scams, which look for behavioral clues compared to a standard baseline that an organization might have. These can help layer on protection to prevent fraud or deception early, often targeted towards certain users (such as your CEO or CFO).

      • Jan Piet MensUsing events to drive Ansible: rulebooks

        Rulebooks are the system by which Ansible is told which events to use in Event-Driven Ansible. They are written in YAML and contain three main components: sources which define the event sources to be used, rules which define conditionals matched from sources, and actions which trigger what should occur when a condition is met.

        Here’s a small example I’ve cobbled together to test Event-Driven Ansible (EDA).

      • Jim NielsenThere’s Meaning in the Ordering of the Web’s Tech Stack

        We often see the web’s stack of technologies written together: “HTML, CSS, and JS”. What was reinforced to me from Zach’s presentation is that the ordering of this list of technologies has meaning.

        As I noodled with my words on this subject, trying to re-state what Zach had said so clearly, I ended up expressing his point anew in HTML (which was kind of fun).

      • Matt RickardWhy Tailwind CSS Won

        Tailwind CSS is the new ubiquitous frontend framework. It replaces a generation of sites built with Twitter Bootstrap. However, Tailwind CSS is not a UI framework itself but has become synonymous to some degree with the UI components shipped through Tailwind UI (which is a UI framework). Why did Tailwind CSS become so popular? A few hypotheses: [...]

    • Games

      • GamingOnLinuxRest in peace Dustin 'Crusader' Reyes, a pioneer of Linux gaming news

        Some sad news to share this Monday morning. A name I imagine a lot of newer readers won't actually know, Dustin “Crusader” Reyes sadly passed away (as confirmed on Nuclear Monster) - someone who was a pioneer of Linux gaming news.

      • GamingOnLinuxTheme Hospital open source reimplementation CorsixTH 0.67 is out now

        The best way to play the classic Theme Hospital on modern systems is here, with the release of the game engine reimplementation CorsixTH version 0.67. Read on for what's new.

      • GamingOnLinuxHeart of the Machine from Arcen Games dropping Native Linux for Proton

        Arcen Games developers of AI War, The Last Federation, Bionic Dues have said they're no longer doing Native Linux support for their upcoming game Heart of the Machine and will instead rely on Proton.

      • GamingOnLinuxLatest trailer for Crowsworn has me desperately wanting this Hollow Knight-like

        Crowsworn looks like it's coming along nicely and fans of Hollow Knight will want to keep a close eye on it. Celebrating two years since their Kickstarter, they have a new trailer up.

      • GamingOnLinuxCheck out this modern rewrite of the classic racer wipEout

        Do you remember the original wipEout? An absolute classic racer originally released 1995 for Sony PlayStation, DOS and later the SEGA Saturn. Now there's a modern cross-platform remake available to try out.

      • GamingOnLinuxOverwatch 2 becomes the worst user-reviewed game on Steam

        While other developers like Larian are riding high with Baldur's Gate 3, it seems Blizzard are not doing so well with the recent Steam release of Overwatch 2 becoming the worst user-reviewed game of all time on Steam (via Steam 250). Overwatch 2 is playable on Linux and Steam Deck thanks to Proton.

      • TechdirtRockstar Scoops Up Modding, Roleplay Communities In A Departure From Previous Policy

        It’s important coming into this story to know and note that Rockstar, the publisher behind hit franchises like Grand Theft Auto and Red Dead Redemption, has waged a very public war on modding communities for its games for years now. Despite just how useful these modding communities tend to be in elongating the sales cycle for video games, Rockstar has gone after the tools for making mods for its games, has banned players for using mods even when those mods don’t change online gameplay, has DMCA blitzed the mods themselves, and so on. It’s a very purposeful series of actions clearly based on company policy.

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • OMG Ubuntu KDE Wallpaper Competition Kicks-Off – Win a 13-inch Framework Laptop
          “Prizes?”, you ask – yes, prizes plural: a 13-inch Framework laptop and your work being used as the default wallpaper in KDE Plasma 6.0 (currently in development and due for release next year).

          Opportunities like this don’t come up often!

          Wallpapers entered in to the KDE wallpaper competition need to be original and made specifically for it – no rehashing your greatest hits or dusted off that DeviantArt classic.

        • LinuxiacKDE Announces Wallpaper Competition for the Upcoming Plasma 6
          Are you a creative designer passionate about open-source, technology, and aesthetics? Do you enjoy crafting stunning visual experiences that define the look and feel of operating systems?

          If so, KDE has an exciting opportunity for you! The community is thrilled to announce its Plasma 6 wallpaper competition, inviting designers worldwide to showcase their talents and contribute to the next generation of this much-loved and widely-used desktop environment.

          KDE has long been renowned for its user-friendly and customizable desktop. Moreover, the upcoming Plasma 6 release, built on top of Qt 6, increasingly takes shape and promises to raise the bar even further with enhanced performance, features, and visual appeal.

        • GamingOnLinuxWin a Framework Laptop 13 in the KDE Plasma 6 Wallpaper Competition

          With the release of KDE Plasma 6 closing in, a Wallpaper Competition is live and the prize is pretty awesome - you can win a Framework Laptop 13 DIY Edition!

  • Distributions and Operating Systems

    • BSD

      • FreeBSDFreeBSD for Research: CHERI/Morello

        After his work on Jails, Professor Watson joined the Department of Computer Science at the University of Cambridge in the UK, where he continues to research and develop breakthrough ways to improve computer system security. His work earned him the EuroSys Jochen Liedtke Young Researcher Award, granted annually to European early researchers (i.e., those no more than 10 years on from receiving their PhD) who have demonstrated exceptional creativity and innovation in systems research.

    • SUSE/OpenSUSE

      • Linux Magazine CIQ, Oracle, and SUSE Form Alliance to Thwart Near-Closing of the RHEL Source
        CIQ, Oracle, and SUSE have come together to create the Open Enterprise Linux Association (OpenELA). Because those organizations have business models that depend upon maintaining compatibility with RHEL, they created OpenELA to share resources and work communally on a solution that will provide downstream compatibility.

        This new organization describes itself as a "community repository for enterprise Linux sources." What's at the heart of the Open Enterprise Linux Association is that the source will be available with no subscriptions, passwords, or barriers. In fact, the group goes so far as to say, "Freeloaders welcome."

      • TechRepublic Oracle, SUSE and CIQ Form the Open Enterprise Linux Association

        The creation of the Open Enterprise Linux Association on Aug. 10 shows Oracle, SUSE and CIQ (maker of RockyLinux, which is based on Red Hat Enterprise Linux) taking a stance to promote open source and their competing products against Red Hat’s new policy for Linux distributions. The new trade organization was created after Red Hat made the source code for Red Hat Enterprise Linux subscription-only. OpenELA’s goal is to “encourage the development of distributions compatible with RHEL by providing open and free Enterprise Linux source code.”

    • Fedora Family / IBM

      • IT World CAGunnar Hellekson, GM and VP at Red Hat Enterprise Linux and Mike McGrath VP of Core Platforms Engineering at Red Hat on Hashtag Trending, Weekend Edition



        About 20 years ago, I started my own technology consulting company. We mostly did strategic consulting in IT – architecture, strategy, IT effectiveness, projects rescues and Lean Six Sigma consulting. Those sorts of things.

        But at the same time I was fascinated with open source – and I’ve mentioned this before. I couldn’t believe that individuals and even companies would collaborate to develop sophisticated software that could run at an enterprise level and that the source code would be freely available for anyone to take and even modify.

        It was a new world. But how did you make money in a world like this? That was the question.

    • Canonical/Ubuntu Family

      • Alan PopeWhy I use Ubuntu

        I think I started exploring Linux in 1995 with a Caldera CD that came with a massive book. I had two computers at the time, a Pentium II 400Mhz, which replaced an aged OG Pentium 200Mhz that I used for noodling around with stuff like Linux.

        I didn’t switch full-time until around 2001. By then I’d started using Red Hat Linux. I used to get pretty annoyed with the ‘RPM Hell’ so when my good friend Hugo suggested I take a look at Debian which didn’t have this problem, I was interested.

        I switched to Debian for a while. However, I got annoyed when kernel updates would break my Phillips webcam. The Philips webcam driver would require recompiling with each kernel update. I recall at the time the maintainer refused to allow it into Debian proper as it has some license questions.

        Again, my friend Hugo, from the local Linux User Group suggested I look at Ubuntu, as they kept the pwc kernel driver in the distro, no recompilation needed by me.

        So I switched to Ubuntu around the start of 2005, enjoyed the experience, and have used it ever since, on whatever my primary device is.

      • UbuntuHow to ensure business continuity with IT infrastructure support

        Picture this: you’re on a dream vacation with your family on a serene tropical island. The weather is perfect, the sea is mesmerising, and you’re ready to enjoy a relaxing day at the beach. Just as you’re about to unwind, your phone rings: it’s your manager calling to inform you that your IT infrastructure is down, and you need to fix it immediately.



        [...]

        While some organisations attempt to manage everything in-house or seek help from upstream communities to save costs, they quickly realise that the open source landscape is vast, fragmented, and complex.
    • Devices/Embedded

      • TechRadarI thought a Raspberry Pi NAS was a good idea - here’s why I'm wrong

        A Raspberry Pi might not be the best NAS, but it’s probably the cheapest. But in cutting this corner, I have understood true purgatory.

        I have started writing this article three times, each time trying to provide helpful information, and each time having the copy tainted more and more by misery.

        It has become a millstone around my neck, and almost mythical, like that Guns ‘n’ Roses album. And when the article at last tumbles from my runny brain, into the website tin, and onto your monitor plate (which it has now, because I’ve gone back and added this bit in, cheers), it will be like that album: a damp squib, a void.

        It is not a slight on the Raspberry Pi, Linux, or the very idea of cheap DIY tech projects to say that, because of the former, I now see life in cold monochrome. In a world where one operating system has achieved boot-human-face-stomping dominance despite its own deeply ingrained frustrations, they are utopian ideas. It is a slight on me: an idiot.

        I won’t dwell on my failures too much, for I may at last physically shrivel into nothing from embarrassment, like a Franz Kafka novel. Do be aware, however, that I’m aware that my experience is the direct parallel of ‘games journalist plays Cuphead’, so don’t write in.

    • Open Hardware/Modding

      • ArduinoA DIY tube furnace for creating ICs

        This is a design for a tube furnace that can reach 1200€°C, similar to the kind that labs buy for many thousands of dollars. Producing that much heat in a controllable manner is not a trivial task and this is much more complicated than constructing a furnace for something like aluminum casting. The heating element is a coil of nichrome wire, which wraps around a quartz glass tube that can withstand the heat. A ridiculous amount of insulation surrounds the tube and wire to contain the heat.

      • Tom's HardwareTiny Raspberry Pi Cyberdeck Required Maker to Break Out a Drill

        We've been following Horne's progress since July and we just had to write about it. The Cyberdeck is currently a work in progress and so things are liable to change. Powering the project is a Raspberry Pi Zero 2 W, yes they do exist, but are hard to get hold of. The Pi Zero 2 W appears to be in an injection molded case (that doesn't feature on our list of best cases!). On top of the Pi Zero 2 W is a Pimoroni Enviro+ HAT board. This hat provides a power input from the 2200 mAh LiPo battery (via the LM2596S buck converter) to power the Raspberry Pi Zero 2 W. It also provides a slew of environmental sensors.

    • Mobile Systems/Mobile Applications

  • Free, Libre, and Open Source Software

    • Events

    • Education

      • RlangAn Introduction to Bayesian A/B Testing in Stan, R, and Python workshop

        Description: This workshop will cover a basic introduction to Bayesian inference, A/B Testing, and decision theory for the analysis of large-scale field experiments in industry settings. After introducing the foundations of the Bayesian approach to A/B Testing, we will work through real-world examples using the probabilistic programming language Stan along with its R and Python interfaces.

    • Programming/Development

      • RlangThe substring() function in R

        The start and stop arguments can be either integers or character strings. If they are integers, they specify the positions of the characters in the string. If they are character strings, they specify the characters that should be used as the starting and ending positions of the substring.

      • ButtondownTuring kicked us out of Heaven

        The halting problem is "undecidable": there's no algorithm which can tell you if an arbitrary program with an arbitrary input will halt or not. IE, if you give me a proposed "halt-detector", I can inspect it and come up with a program and input for which it would give the wrong answer.

      • Unix MenDevSecOps in Linux: Enhancing Security Without Compromising Agility

        Does Linux help DevSecOps grow or is it DevSecOps that helps software development with Linux better? The relationship between Linux and security-fortified DevOps is as complex as the chicken-and-egg casualty dilemma. It is difficult to pinpoint which serves as the tool to advance the other. Some would say that Linux development accelerates and becomes more efficient by integrating DevSecOps, but some say that the former helps bolster the latter’s adoption.

        However, what is clear is that both of them benefit from each other. DevSecOps and Linux share a symbiotic and deeply intertwined relationship. As an Oracle-published white paper puts it, Linux plays a crucial role in the progress of DevSecOps. With its open-source nature, Linux provides a good staging ground for DevSecOps adoption. Conversely, DevSecOps amplifies the existing pros of software development with Linux.

    • Standards/Consortia

      • HackadayAdding Power Over Ethernet Support To A Mac Mini

        Despite all the fancy features on modern Apple Mac systems like USB-C and Thunderbolt, they have one glaring omission: the absolute lack of any form of Power-over-Ethernet (PoE). This is an issue that [Ivan Kuleshov] sought to rectify with some delicate board-level surgery. Since the original Ethernet jack on the lucky vic^Wrecipient M1 Mac Mini does not have integrated magnetics (magjack), tapping into the appropriate lines would have been rather awkward, with questionable results on the side of the PCB traces that would suddenly be used for PoE purposes they were never designed for.



Recent Techrights' Posts

At Least 3 Richard Stallman Talks in Europe Confirmed So Far, Next Week in Rome There's Another
Dr. Stallman has not announced this yet
Rust is Eating Linux
That's a recipe for problems
Cindy Cohn (Executive Director of EFF) is a Millionaire, Earned Almost $30,000 Per Month Before Departing While the EFF Lost Money
EFF is "Big Business"
 
Evidence Contradicting Microsoft's Non-Denying Denials and Expectation of Many Layoffs Soon
"Microsoft has had this constant drip of layoffs for months."
The "AI Revolution" is Going Very Well, Right?
money that does not exist and alleged potential that is pure fiction
Links 06/10/2025: Scam Altman Himself Admits He Runs a Scam Based on a Bubble, US Administration Adopts “War From Within” Narrative to Crush Opposition/Dissent
Links for the day
Slopwatch: Fake Ubuntu 'Articles' and Google News Helps People Who Plagiarise Phoronix Using LLMs
Michael Larabel can't possibly be happy about that
6,000 Pages/Articles a Year
Today in one month from now the site turns 19
When Things Become So Ubiquitous That They're Almost Nameless
The notion or the concept of software freedom isn't tied to any particular brand or project, so it should still resonate
IDG Seems to Have Abandoned Sandra Henry Stocker's UNIX/Linux Column
Unless we hear otherwise or see some update/s, this may mark another death blow from IDG
Gemini Links 06/10/2025: Winter Nights and "Virtue Signaling"
Links for the day
Links 06/10/2025: Scientific Awards and Typhoon Matmo
Links for the day
IP Kat Gone Bonkers, Pushing Slop in Patents (Likely Illegal, With Severe Consequences)
AstraZenecaKat: "Last time, this Kat covered some practical steps on how to ensure client confidentiality when using AI tools (IPKat)."
Links 06/10/2025: Grokipedia as Malicious Slop, US 'Martial Law' a "New Normal"
Links for the day
Fake Economics and Clown Computing Circuses
who's gonna pay for these scams?
Nobel Prize in Economics Does Not Exist, It's Propaganda From Sveriges Riksbank
"It is that time of the year when it is important to remind people that there are no Nobel Prizes for professional wrestling, astrology, or economics"
Non-Denying Denial From Microsoft (Again) Regarding the End of XBox Consoles
It's kind of hilarious that even the site chosen by Microsoft to relay its BS, based on past loyalty, isn't quite buying it
Bringing Back Lost Articles From the 1990s: Microsoft Products Leave Door Open to NSA
Nothing has changed since then
When the Slop Bubble Pops People Will Say Richard Stallman Was Right (Again)
What was once known as Computer Science turned into "IT"
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, October 05, 2025
IRC logs for Sunday, October 05, 2025
Links 06/10/2025: Science, Hardware, and Andrej Babis Making a Comeback
Links for the day
Links 05/10/2025: Slow News Day and Wondering About the Canada Post Walkout
Links for the day
Gemini Links 05/10/2025: Telnet Debugging and The Programmer’s Brain
Links for the day
More Than "Just a Rumour": XBox Seems to Have Just Died
At this point, why would any studio out there target or partner with XBox?
How to Tell Your Community, Project or Company is Being Infiltrated by Saboteurs
How to identify nefarious social engineering
The Fortieth Birthday of the FSF Made Us Extremely Happy
It feels like the 'hacker community' is regrouping to discuss things and prepare for the next Big Challenge
Chat Control 2 Them, Not 2 U
Follow the advice of Dr. Patrick Breyer
Mozilla: Throw Away Your "Old" PC and Enable "Digital Rights Management (DRM)"
This is heading in a bad direction
Controlling Our Computing for Another Forty Years
40 years of freedom
Motivational Small Place to Run Large Sites
We deem this scenery motivational and inspiring
Techrights' Text Version (Daily Bulletin) Turns Five This Month
our plain-text bulletins are turning 5 this month
We'll Continue Covering the Moribund OSI and Other Dysfunctional if Not Hostile Institutions
Stefano Maffulli's departure is due to his defection and due to him failing the mission in pursuit of money (his salary)
Microsoft XBox is Dying as More Retailers Stop Stocking It and Massive Layoffs Planned Again
Microsoft is circling down the drain
Links 05/10/2025: Lufthansa Layoffs (4,000) and More Spotify Woes (Aside From Massive Debt)
Links for the day
The Free Software Foundation's Livestream Has Ended, Video/s Might be Online Next
I've asked whether they'll upload video of some of the event; I still wait for an answer
The Register MS Does Not Know the Difference Between Microsoft GitHub and GitLab
At the time of writing (October 5) the article from "Thu 2 Oct 2025" remains uncorrected
Linux and the Freedom Paradox
Linux is losing freedom if some external actors who only use Microsoft tools for development wrest control
"Bullshit Generators" (What RMS Calls LLMs) and Fake Images Already Target the FSF
Why does Google News promote fake articles about the FSF while omitting all the real ones?
Software Patents as a Bubble
Don't invest resources in hype; if you detect a bubble, run away from it
Links 05/10/2025: Political Leftovers, Climate Change, and Security Incidents
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, October 04, 2025
IRC logs for Saturday, October 04, 2025
Watch the FSF Party Live (via Livestream)
It's in WebM format, which is widely supported by now
Advocacy of Software Freedom Changed, LUGs Became Less Relevant
The way we see it, support groups like LUGs sort of outlived their usefulness when it became easier to install GNU/Linux
For the Second Time in a Few Weeks Microsoft Lunduke Makes False Accusations Against Senior Red Hat Staff to Incite a Despicable 'Troll Army'
Nothing that Microsoft Lunduke claims or says can be trusted
When Microsoft "Integrates" Something With "AI" It Means It's Losing Money and Is Generally Hopeless
how did Bing fare after 36 months of LLM slop being hyped up as "replacement" for search?
Most Certificates Don't Improve Security, They Mostly Increase Downtime (for No Good Reason)
The 'Gemini sites' (capsules) are a growing force
The statCounter Site Has Data Integrity Problems
Maybe we'll get back to statCounter when its data becomes more "stable" again
10 Ways to Combat Software Patents
software patents are loathed also by proprietary software developers
"Just a Little Bit of Meat..."
Free software "absolutism" is not a radical stance, more so if the only "radical" belief the user possesses is that he or she must be in control of his or her software, and by extension his or her computer
Compromised by NVIDIA Proprietary Library
Meanwhile in Boston there are "[r]oundtable talk with FSF volunteers (both in-person and online)"
Red Hat is Ignoring the Free Software Community, It's a "Fortune 1000" Vendor
Red Hat's blog also participates a lot in promoting of Wall Street's latest pump-and-dump "AI" scheme
Free Software Foundation Party Has Begun
We shall be focusing a lot on software patents today
Former Head of the Federal Trade Commission (FTC) Lina Khan Knows Whatever Microsoft Touches Will Die
Just like Skype (as recently as months ago) [...] When Microsoft grabs things, or when it buys things, it almost never ends well
Slopwatch: Fake Articles About LibreOffice in Austria and Wine 10.16
very short
Links 04/10/2025: "attempted Coup" Noted in Facebook, Russia Kills Journalists via Drones
Links for the day
Gemini Links 04/10/2025: Anesthesia and Baudpunk
Links for the day
How Software Patents Were Viewed or Their General Status Changed Over Time
A rough summary
Links 04/10/2025: "Privacy Harm Is Harm", Criticism Outlawed in US
Links for the day
Garmin Uses Linux for Some of the Garmin Products, Now It's Sued by Strava Using Software Patents
Software patents should never have been granted in the first place
Richard Stallman Will Give a Talk in Sweden in 6 Days
Dr. Stallman, despite his battle with cancer is still alive and mentally sharp
FSF Turns 40
We'll be focusing on patent-related topics this weekend
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, October 03, 2025
IRC logs for Friday, October 03, 2025
Gemini Links 04/10/2025: Distro Hopping and "Part Time"
Links for the day