Bonum Certa Men Certa

Links 31/05/2022: Flatseal 1.8.0 and Deepin Linux 20.6



  • GNU/Linux

    • Desktop/Laptop

      • FOSS PostTurkish Municipality Saves $1M By Migrating to Pardus Linux

        There are many reasons why governments and other societal entities may elect to use Linux and other open source software instead of the proprietary alternatives, but arguably, minimizing software licensing costs is one of the most important reasons for this.

        Today we’ll be showing the story of Eyupsultan municipality, which is located at the European side of Istanbul, Turkey. It is one the largest municipalities of the city, and it has been running a migration project to Linux and other open source software since 2015.

        The story starts with the election of a new mayor in 2014, who administrated a study on migrating to Linux and other open source software to reduce the municipality’s costs. The IT department of Eyupsultan municipality prepared the study and figured out that it would be a good move, but to which software and Linux distribution should they migrate?

    • Audiocasts/Shows

      • Full Circle Weekly News #264 | Full Circle Magazine

        SIMH simulator license dispute: https://groups.io/g/simh/topic/new_license/91108560

        Vulnerability in the Linux perf kernel subsystem: https://www.openwall.com/lists/oss-security/2022/05/20/2

        HP has announced a laptop that comes with Pop!_OS: https://hpdevone.com/

        Ubuntu 22.10 will move to audio processing with PipeWire instead of PulseAudio: https://discourse.ubuntu.com/t/pipewire-as-a-replacement-for-pulseaudio/28489/3

        Lotus 1-2-3 ported to Linux: https://lock.cmpxchg8b.com/linux123.html

        KDE Plasma 5.25 desktop testing: https://kde.org/announcements/plasma/5/5.24.90/

        DeepMind Opens Code for MuJoCo Physics Simulator: https://www.deepmind.com/blog/open-sourcing-mujoco

        Alpine Linux 3.16: https://alpinelinux.org/posts/Alpine-3.16.0-released.html

        nginx 1.22.0 released: http://nginx.org/#2022-05-24

        Clonezilla Live 3.0.0 released: https://sourceforge.net/p/clonezilla/news/2022/05/stable-clonezilla-live-300-26-released/

        Mir 2.8 display server released: https://discourse.ubuntu.com/t/mir-release-2-8-0/28581

        Roadmap for Budgie's user environment: https://blog.buddiesofbudgie.org/state-of-the-budgie-may-2022/

        Release of the anonymous network I2P 1.8.0 and the C++ client i2pd 2.42: https://github.com/PurpleI2P/i2pd/releases/tag/2.42.0

        AlmaLinux 9.0 distribution available: https://almalinux.org/blog/almalinux-9-now-available/

        Ubuntu developers begin to solve problems with the slow Firefox snap: https://ubuntu.com/blog/how-are-we-improving-firefox-snap-performance-part-1

        A hardwired password revealed in Linuxfx: https://kernal.eu/posts/linuxfx/

      • Tux DigitalDestination Linux 280: Improving Firefox With Cool Extensions - TuxDigital

        This week’s episode of Destination Linux, we’re going to be talking about completely awesome and unique extensions to check out for your browser. Then we will be discussing big tech funding the fix with open source security. Plus, we have our tips/tricks and software picks. All this and more coming up right now on Destination Linux to keep those penguins marching!

      • KritaNew Video: Discover Vector Shape Libraries | Krita

        After a LOT of research, Ramon’s new video is done: this time he investigates how to create vector libraries in Inkscape for use in Krita. And there are two cool libraries he has prepared for you all to play with!

      • VideoAlmaLinux OS 9.0 overview | Free Linux OS for the community, by the community - Invidious

        In this video, I am going to show an overview of AlmaLinux OS 9.0 and some of the applications pre-installed.

      • Video15 AWESOME KDE Apps: I was WRONG about KDE applications! - Invidious
    • Graphics Stack

      • CollaboraMonado's hand tracking: hand-waving our way towards a first attempt

        As part of my internship at Collabora, I picked up Monado's hand tracking project. Today I will outline the section I did during the summer of 2021, which was a fairly bare-bones first attempt. Keep in mind that we've moved on from the architecture I describe here and have made considerable progress since then. More than anything, this is to illustrate how awesome it is to experience an internship at Collabora.

        So. I started my internship right in the middle of this project - we already had done the work on model architecture and had developed unique techniques for training these models. Now it was time to take those trained models and try to deploy them inside Monado. Optical hand tracking for XR has a bit of a reputation as a Very Hard Tracking Task, and indeed it is - getting training data, training neural nets, and deploying them in real-time, low-latency environments such as XR is every bit as hard as they say it is. And also, when I started, I had very little experience with computer vision. But, somebody needed to do this; I decided I'd be crazy and just go for it.

    • Applications

      • Flatseal 1.8.0 – Martín Abente Lahaye

        This new release comes with the ability to review and modify global overrides, highlight changes made by users, follow system-level color schemes, support for more languages and a few bugs fixes.

        Let’s start with bug fixes. Since Flatpak 1.12.4, removing filesystem permissions with modes in Flatseal caused Flatpak to warn people about the mode being included as part of the override. Justifiably, this confused many. With this release, it will no longer include these modes, e.g. :ro, when removing filesystem permissions.

        Although Flatseal main distribution is Flatpak, there are people who prefer to install it from their regular package manager. So, I included a fix which handles the creation of the overrides directory. Under Flatpak, this scenario is handled by permissions themselves.

    • Instructionals/Technical

      • Install LibreNMS on Rocky Linux - kifarunix.com

        Follow through this tutorial to learn how to install LibreNMS on Rocky Linux. LibreNMS is a fully featured MySQL/PHP and SNMP based network monitoring system.

      • H2S Media3 ways to install Nodejs & NPM on Ubuntu 22.04 LTS Jammy

        Learn the steps use to install Node.js Javascript and NPM on Ubuntu 22.04 Jammy JellyFish using the command terminal for developing applications.

        Node.js is a platform for developing standalone JavaScript programs that run independently of host applications such as web browsers. Among other things, it can be used to program server-side scripts, network tools, and WebApps. Node.js is based on Google’s JavaScript engine V8, which is also used in the Chrome web browser. V8 is a process-based virtual machine that uses a JIT compiler to translate the JavaScript code into the machine language of the underlying hardware at run time.

      • SUSE's Corporate BlogHTML on documentation.suse.com – Shape it up!

        Have you recently visited documentation.suse.com? And checked out an HTML document? Then you might have noticed that something has changed.

        The look and feel are different, you say? Absolutely right! Just recently, we introduced the new column-based layout. HTML columns are used to arrange content in a very organized way. And at the same time, they allow for much more flexibility about where content goes.

      • H2S MediaHow to Install Vaultwarden on Ubuntu 22.04 LTS Jammy - Linux Shout

        Learn the commands to install the Vaultwarden server on Ubuntu 22.04 LTS Jammy JellyFish for creating your own safe space to store passwords, bank information, and other important keys.

        Those who have heard about Bitwarden would already know how it works. However, there is an unofficial alternative to this software platform called Vaultwarden. It is written in Rust and supports Bitwarden clients as well. Also consumes fewer resources and uses Docker to get set up on your system just like Bitwarden. Here we will also use the Caddy docker container to secure and implement SSL configuration.

      • HowTo ForgeHow to Install GlassFish JAVA Application Server on Ubuntu 22.04
      • TechRepublicSpeek! is a new encrypted chat service that uses Tor to offer secure communication | TechRepublic

        Is your communication safe? Are you certain? Does the tool you use encrypt and anonymize your discussion and offer self-destructive chats, not require signup, not use metadata, run without a centralized server and add private file sharing?

        Chances are pretty slim that the service you use can’t match those privacy features. Speek!, on the other hand, does.

        This new service is a cross-platform chat tool that is open-source, free to use and secured by the Tor network. You can install Speek! on Linux, macOS and Android to enjoy peer-to-peer instant messaging that can be trusted.

        But Speek! isn’t quite like the chat apps and services you are used to. Let me explain how it works.

      • MakeTech EasierGIMP Keyboard Shortcuts Cheatsheet

        GIMP (GNU Image Manipulation Program) is an open-source photo editor which is available on Windows, Mac or Linux, that boasts a huge number of features and functions that rival Photoshop. Unlike Adobe’s offering, however, GIMP is totally free to install and use, which certainly helps boost its appeal. Like you’d expect, GIMP has a large number of default keyboard shortcuts that can speed up your workflow considerably. We’ve aggregated them into a single post, so you can quickly view them at a glance.

      • HowTo ForgeHow to Install Apache ActiveMQ on Debian 11

        Apache ActiveMQ is a free and open-source message broker developed by Apache Software Foundation. Learn how to install Apache ActiveMQ on Debian 11 here.

  • Distributions and Operating Systems

    • New Releases

      • LinuxiacDeepin Linux 20.6 Is Here with Updated Apps and New Features

        Deepin 20.6 arrives precisely two months after the previous version’s release, bringing a new set of changes and improvements.

        Deepin is a Chinese-made Linux distribution based on the Debian stable branch aimed at the average desktop computer user.

        Deepin is probably the Linux distribution to which the definition of “gorgeous” most fully applies. Everything about it is designed to provide the user with the most aesthetic satisfaction possible.

        The distro has a tradition of beauty. It comes with the internally developed DDE (Deepin Desktop Environment), one of the best-looking Linux desktop environments.

    • Fedora Family / IBM

      • 9to5LinuxFlatpak Permissions Manager App Flatseal 1.8 Adds More Useful Options and Improvements

        Flatseal 1.8 is here to introduce the ability for users to review and modify global overrides. Flatseal is now aware of these global overrides, takes into account all sources of permissions changes and displays them to the user when you look at an application’s permissions. In addition, Flatseal now highlights every permission changed by the user or globally.

      • Red Hat OfficialRed Hat Satellite 6.10.6 has been released

        We are pleased to announce that Red Hat Satellite 6.10.6 is generally available as of March 29, 2022.

        Red Hat Satellite is part of the Red Hat Smart Management subscription that makes it easier for enterprises to manage patching, provisioning, and subscription management of Red Hat Enterprise Linux infrastructure.

      • Red Hat OfficialRed Hat Compliance service and the Red Hat Insights API

        The Red Hat Insights Compliance service, which works with OpenSCAP, is a significant step to managing your regulatory compliance requirements at scale. The steps I demonstrated can be done through the UI without much difficulty. But what if you could automate the process of assigning hosts to specific compliance policies and running compliance scans during the host provisioning process?

        This blog takes you through the steps to add the compliance policy to your overall Standard Operating Environment (SOE) process. Doing this step as part of your SOE will allow your deployed hosts to be assigned to their targeted compliance policies.

      • Red Hat OfficialApplication modernization with Apache Kafka

        Application modernization is the process of taking existing legacy applications and systems and refactoring them to drive faster time to market and to improve application performance and scalability. There are multiple modernization strategies for changing the application, but the one you select depends on your organization’s need for change. Each strategy requires different levels of involvement from the IT team and access to a modern application development platform that can provide a variety of modern tools, technologies and frameworks.

        Most of the modernization efforts today are centered around migrating monolithic applications to cloud-native microservices applications that can support open collaboration between IT teams and automated application deployment and life-cycle management. Modern application development platforms, like Red Hat OpenShift, were designed to deliver a more consistent experience for building, deploying and running applications across the hybrid cloud. However, other technologies and application services are needed to facilitate the development process. This goes over a few considerations to keep in mind when modernizing applications.

      • Red Hat OfficialExpanding Podman capabilities to deploy SIF-formatted containers

        Interest in using Podman to run containerized High Performance Computing (HPC) applications continues to grow. Red Hat has been collaborating with a number of HPC sites and the Exascale Computing Project (ECP) to add features and capabilities integral to the HPC ecosystem directly to Podman and the associated collection of tools. One of the reasons the HPC community has shown interest in Podman is its reliance on common, accepted standards and practices, such as those defined by the Open Container Initiative (OCI).

      • Red Hat OfficialCloud services and application possibilities

        Enterprise organizations have faced a compendium of challenges, but today it seems like the focus is on three things: speed, speed, and more speed. It is all about time to value and application velocity—getting applications delivered and then staying agile to evolve the application as needs arise.

        In order to get maximum speed, the first requirement is to make developers maximally productive. They can’t be if they don’t have the tools they need, are waiting for someone else to set up their environment, or have to get up-to-speed on a new environment. And it is irritating as well. For many, cloud services are the antidote to these inefficiencies.

    • Debian Family

      • Gunnar WolfGunnar Wolf: On to the next journey

        Last Wednesday my father, Kurt Bernardo Wolf Bogner, took the steps towards his next journey, the last that would start in this life. I cannot put words to this… so just sharing this with the world will have to suffice. Goodbye to my teacher, my friend, the person I have always looked up to.

    • Open Hardware/Modding

      • ASUS Tinker Board features excellent computing power and strong supply chain to satisfy industrial automation and commercial markets

        A single-board computer (SBC) incorporates microprocessors, memory, and input/output (I/O), among other features on a single circuit board. It provides industrial control or commercial IoT developers with a straightforward mode that simplifies the process and reduces the high costs of developing their own hardware, thereby accelerating time-to-market. Currently, SBCs are generally mature, powerful, and easy to use. SBCs can help industrial/commercial end customers and system integrators to quickly create products for various applications.

        In recent years, market acceptance of ARM-based SBCs has risen. According to Abbey Chen, Product Manager of ASUS Tinker Board, this is mainly due to improved performance and lower power demand. Moreover, ARM processors are not only used for mobile or embedded applications in the industrial control and commercial markets; nowadays, ARM usage has entered new areas such as PCs, high-performance computing, deep learning, and more. Abbey Chen said that the ASUS Tinker Board is equipped with the latest, most powerful quad-core ARM-based processor, which provides "best in class" performance.

      • ArduinoSafeDrill uses tinyML to encourage proper drilling technique | Arduino Blog

        For those new to DIY projects that involve the use of power tools, knowing when a tool is being used in an unsafe manner is of utmost importance. For many, this can include employing the wrong drill bit for a given material, such as a concrete bit in a soft wood plank. This is why a team from the University of Ljubljana created the SafeDrill, which aims to quickly determine when misuse is occurring and notify the user.

        The team’s prototype consists of a small 3D-printed enclosure that contains a Nano 33 BLE Sense while allowing a USB cable to attach for power at the front. Once attached to a cordless drill with a pair of zip ties, they captured 100 seconds of data for each of the nine different classes that include three drill bits combined with three types of materials. From here, they trained a model in the Edge Impulse Studio in order to recognize the material/bit combination.

  • Free, Libre, and Open Source Software

    • Events

      • Tor sysadmin 101 workshop for new relay operators

        On 4th June, at 19:00 UTC, we are doing an online workshop to help out new relay operators. If you ever wanted to help the Tor Project, or just curious about what is required to become a relay/bridge operator, you should join into the workshop.

      • SUSE's Corporate BlogAre You Ready for Some Time Travel?

        SUSECON is launching in just a week, and this year the theme is Time Travel! It is going to showcase inspiration from EPIC films like Back to the Future, Terminator, Dr. Who, Men in Black! Basically as a nod to SUSE’s 30th anniversary, you, Mr. SUSECON attendee will travel through time and experience a wealth of content from the Dawn of Linux to the Age of Possibility (passing through the Rise of Kubernetes and the Edge Renaissance), it will be a fun and engaging experience, immersing you in Time Travel, Linux, Kubernetes and any resulting shenanigans! So sign up today if you haven’t already!

    • Web Browsers

      • Mozilla

        • ThunderbirdThunderbird + RSS: How To Bring Your Favorite Content To The Inbox

          I first discovered RSS feeds in 2004 when I fell in love with podcasting. That’s when I learned I could utilize RSS to bring my favorite web content to me, on my schedule. Whether it was weekly music podcasts, tech blogs, newspaper articles, or a local weather forecast, RSS became a way to more easily digest and disseminate the growing onslaught of content on the web. Back then, I used Google Reader (RIP). But now I use Thunderbird to manage and read all my news feeds, and I love it!

          In this post I’ll explain what RSS is, why it’s useful, and how to get all set up with some feeds inside of Thunderbird.

        • Ubuntu HandbookFirefox 101 Released! Allows to use Multiple Microphones at same time | UbuntuHandbook

          Mozilla Firefox 101 was released today with minor new features and security fixes.

          If you do video conferencing regularly with Firefox web browser, you may now use as many microphones as you want, at the same time. It allows to switch your microphones at any time, if your conferencing service provider enables this flexibility.

          For non-configured MIME file types, Firefox 101 allows to assign a custom action upon download completion.

        • Firefox 101.0, See All New Features, Updates and Fixes

          Version 101.0, first offered to Release channel users on May 31, 2022

          We’d like to extend a special thank you to all of the new Mozillians who contributed to this release of Firefox!

        • Paul SchaubEurope Trip Journal – Entry 28: The Above and the Beneath – vanitasvitae's blog

          It got really chilly, so I took the metro back to my hostel. There I remembered that someone had recommended me to pay a visit to the Mozilla offices in Paris. I searched for it on OpenStreetMaps and it actually was super close to my place. So I left the hostel again and 10 minutes later I stood in front of the building. From the outside there was not a single sign that this was Mozilla’s office. I tried one door, but it was locked. In another part of the building I found a door that opened up to a hall with a small reception desk and some guards.

          Asking whether I could visit Mozilla turned out a bit complicated, as the guards only could speak very little English and I only very little French. Luckily there was an electrician who could translate. A bit of confusion later one of the guards offered to escort me to the office. Apparently Mozilla does not have regular visitors, as the guard did not know where the office was either. It turned out he spoke German however, so at least I could explain my endeavor a bit better now.

          After not finding any signs of Mozilla in the first half of the building, we went to the door that I had tried before and the guard let me in. We drove the elevator up and voila, there were Mozilla signs on the walls. However, unfortunately nobody answered our ringing (it was probably already after closing time) and there was a sign that stated that no non-essential visitors were allowed during the pandemic. So we left the building again and I thanked the guards for their efforts.

          The Mozilla wiki said that you could also message Mozilla staff in an IRC channel, however they recently transitioned to matrix and apparently did not yet update the wiki page. I briefly tried to search for a chat room related to the Paris office, but my matrix server kept timing out. Oh you brave, shiny, new and terribly inefficient technology keep to amaze me every time

        • MozillaMarketing our privacy products while preserving privacy [Ed: Mozilla is a scam when it comes to privacy and it is aware of this]

          When we launched Mozilla VPN, a fast and easy-to-use VPN, it was in a market crowded by companies making promises about privacy and security and we believed our reputation for building products that help you keep your information safe would make our product stand-out. To date, tens of thousands of people have signed up to subscribe to our Mozilla VPN, which provides encryption, device-level protection of your connection and information whenever you are on the web.

          As we continue to look for new ways to grow our audience, we saw that many of our competitors used affiliate marketing as a way to get people to buy their service. The challenge is that affiliate marketing is a space rife with tons of data collection practices. At Mozilla, online privacy has always been one of our top priorities. We knew that in order for us to pursue affiliate marketing we would have to do it in a transparent way with as little data as possible to provide people with the best privacy possible.

    • Content Management Systems (CMS)

      • People of WordPress: Dee Teal

        Dee’s story with computers started at school in New Zealand where discovering how a mouse worked and learning BASIC and Pascal was a catalyst for what later became a programming career.

        At a time when computers were just becoming mainstream, there were no opportunities for girls in her school to consider this as a further option. She recalls: “No one thought to say, ‘Dee, you look like you’re good at this, you should pursue it…’. I mean, I was a girl (and I was told girls didn’t ‘do’ computers). No one in the circles I moved in really had any idea where this technology revolution would take us.”

        With no particular career path into technology, Dee was encouraged in her final year of school to apply for a job in a bank where she worked and became a teller three years later. She gained financial independence, which enabled her to travel as a 20-year-old and spend the next three years exploring the US and Europe.

        Looking back, she noted how the world had changed: the first computer mouse she had seen had come out in 1983, and 20 years later WordPress was founded.

  • Leftovers

    • Hardware

      • Creation of a Proof-of-Concept 3D-Printed Spinal Lateral Access Simulator

        Minimally invasive lateral lumbar interbody fusion (LLIF) offers advantages over traditional approaches, providing indirect decompression of neural elements and deformity correction while avoiding many challenges and risks of anterior and posterior approaches. Mastering this technique requires a specialized team, advanced equipment, and sufficient case exposure. Current training is limited to the classic educational model, and alternative training methods such as cadaver labs can be inconvenient, inaccessible, expensive, and incompatible with intraoperative neuromonitoring (IONM) systems.

    • Security

      • LWNSecurity updates for Tuesday

        Security updates have been issued by Debian (haproxy, libdbi-perl, pjproject, spip, and trafficserver), Oracle (firefox, kernel, kernel-container, libvirt libvirt-python, and thunderbird), Red Hat (maven:3.5, maven:3.6, nodejs:16, postgresql, postgresql:10, and rsyslog), SUSE (gimp, helm-mirror, ImageMagick, mailman, openstack-neutron, pcmanfm, pcre2, postgresql10, and tiff), and Ubuntu (dpkg and freetype).

      • First SBoM Support in Open Source Firmware

        The coreboot firmware has just received a new patch adding Software Bill of Materials (SBoM). The SBoM concept has been mainly driven by Richard Hughes and has been derived from an executive order that has been issued last year by the US president. If you are more interested on the background of SBoM, Richard wrote a nice summary here. Summarized, SBoM should provide a way to have a manifest of which parts have been built by whom and from where. The Bill of Materials(BoM) is a common term for hardware developers. It lists exactly what raw materials, sub-assemblies and parts including the quantities of each needed to actually manufacture the product. However, for software this is non-existent. On an operating system level one can sometimes choose on what should go on the disk and what not - for firmware this is not true. Firmware just ships with the hardware you bought - thus you have to live with it (There are exceptions - but in general..)

      • USCERTMicrosoft Releases Workaround Guidance for MSDT "Follina" Vulnerability

        A remote, unauthenticated attacker could exploit this vulnerability to take control of an affected system. Microsoft has reported active exploitation of this vulnerability in the wild.

      • DuoCheerscrypt Linux-Based Ransomware Targets VMware ESXi Servers [Ed: Ransomware is largely a Windows problem, but Microsoft and its partners try to distort perceptions like this]
    • Censorship/Free Speech

    • Internet Policy/Net Neutrality

      • Spartan support in GemView

        I'm intrigued by Spartan. I'm not 100% sold yet, but I was intrigued enough to add support to GemView, which will land in the next release of the Eva browser. The full spec is pretty well supported, although I want to do a bit more with how prompts are handled.



Recent Techrights' Posts

Not Much Better Than LLM Slop: Linux Foundation-Funded 'News' Site Writes Linux Foundation 'News', Composed by Linux Foundation Operative, Quoting Linux Foundation Staff
...they get paid (sponsored) to produce this spam. Then they call it "journalism".
Annual Southern California Linux Expo (SCALE 22x) 'Bought' by Microsoft and Microsoft Exceeded Sponsorship Limits by Giving Double the Maximum Permitted Amount
When people get bribed they tend to forget how to utter a simple word: "No."
EPO Examiners Point Out to the Heads of Delegations in the Administrative Council of the EPO That the "AI Policy" of the Office is Illegal
"the Central Staff Committee (CSC) asks the Administrative Council to exert its supervisory role and instruct EPO management to enter into genuine dialogue with the staff representation on the AI Policy, to revise the “Leverage AI” target of 90% AI-automated classification in the SP2028 and to put in place the measures supported by staff in the resolution."
French Cities Dumping Microsoft Because They Recognise Software Freedom, Open Standards, GNU/Linux Autonomy
We hope that more French cities - maybe Paris - will follow Lyon.
LWN is a Voice of GAFAM (Through Linux Foundation, Their Front Group or Occupying Force Inside Linux)
remember who the chief editor works for and who sponsors many of the articles
The 'Case' of the Serial Strangler From Microsoft is a Lot of Copypasta (Maybe Also LLM Slop) From the Matthew Garrett 'Case'
5RB deserves to know and the matter shall be properly reported in due course (when the time is right)
EPO Squeezing the Staff - Part II - Office Breaks Rules, Ignores Courts, Defies Justice
False promises everywhere
 
Wayland is About Less Choice, About Removing Choices, It's Not About Freedom
IBM insists that it cares about "diversity"
Keeping Things Accessible
Gemini Protocol seems to be growing
Escaping Colonialism (or 'Hegemony') Requires Abandoning GAFAM, Microsoft in Particular
Europe is already in the process of abandoning Microsoft
Microsoft Will Shut Down More Studios This Week, Its Media Operatives Will Tell Lies About the Magnitude of the Shutdowns and Layoffs (They Always Do)
Many people who get counted as "workforce" are "temps" or similar
What Linux Foundation 'Research' is: Paid Marketing
What is Linux Foundation 'Research'?
No, IBM Does Not Care About People With Disabilities
"Aktion T4" did not seem to bother Watson
Microsoft's Financial Problems Mean Shutdowns, Not Just Mass Layoffs
If the original rumour is true, then expect almost 30,000 Microsoft workers to be let go this year
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, June 26, 2025
IRC logs for Thursday, June 26, 2025
The Netherlands: GNU/Linux Measured at All-Time High
Are any Dutch cities going to announce dumping Microsoft?
Gemini Links 27/06/2025: "Interstitial Existence" and Autocorrect
Links for the day
Technical People Need Technical Lawyers
Technical Litigants in Person (LIPs) have many real and concrete advantages
10,000+ Articles in About 20 Months (and How We Got Here)
More bloat does not beget efficiency and "bells and whistles" tend to have a hidden cost
Links 26/06/2025: Illegal Kangaroo Court (UPC) Failing Scandinavia, K-Pop Agencies Abuse People
Links for the day
Gemini Links 26/06/2025: AuraGem Twitch Proxy is Back and UI Sluggishness
Links for the day
Links 26/06/2025: Noise Pollution Considered High in Europe, Mass Layoffs Next Week in Microsoft Confirmed, Very Large in Scale and Scope
Links for the day
No, I Don't Want Your Latest XYZ, ThankYouVeryMuch...
Wayland is finally ready?
China Keeps Breaking Into Microsoft Systems, So for True Sovereignty, Nations Wary of China Need to Dump Microsoft
Looking at data from Taiwan (not China) and Maharlika (not Philippines, the king is dead and Spain is out), there are encouraging signs
Linux Journal Wants Ads on Its LLM Slop or Ads as 'Articles'
it's basically another BetaNews
How to Kill a Monopoly
in 10 simple steps
IBM - Like Microsoft - is a Dying Company and Perishing Brand ("AI" is a Lie and Decoy)
"Arvind is cutting costs (layoffs, PIPs, forced RTO, etc...) like crazy. IBM offices are closing all over the place in the US."
"Code of Conduct" Invoked When Fedora and Red Hat Users (Since the 1990s) Don't Want to Use Wayland
That is IBM "DEI"
Mozambique: GNU/Linux Rose From 0.5% Last Year to 3% This Year
what (or how) statCounter is measuring
Microsoft Layoffs Next Week: About 10% to be Laid Off in Microsoft Gaming (2 Days Before Independence Day), About 20%+ of XBox Staff
Microsoft is rapidly collapsing
Next Month Marks 11 Years Since Our In-Depth EPO Coverage
The same is happening to Microsoft right now
Free Software Foundation (FSF) Campaigns Against Vista 11, Adds 4 New Associate Members Per Day
If more people understood the underlying principles, more of them would flock to Free software overnight
Canonical Seems to Have Culled Some Sources of LLM Slop From Planet Ubuntu
It's like "junk food", it's not information
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, June 25, 2025
IRC logs for Wednesday, June 25, 2025
On "Weak Claims"
For the record, they sent me unjustified threats, repeatedly tried injunctions (censorship)
EPO Squeezing the Staff - Part I - Burnout and Family Health
more exceptional circumstances
This Month's Mail (MX) Server Survey Shows Microsoft at 0.20% "Market Share"
We need to remind people that desktops and laptops decline (in proportion to other client devices) and at the "back end" GNU/Linux is already dominant and has long been dominant
Links 26/06/2025: Filespooler Guide and Learning to Code
Links for the day
Why Techrights Cannot be Vilified (and Instead It Gets SLAPPed Repeatedly by Microsoft People)
Attack dogs are all "bark"; because they have no actual "bite"
Austrian GNU/Linux Usage Up to About 5% as More of Europe Abandons Microsoft
Since inauguration day the Austrian people have adopted more and more of GNU/Linux
Why the "Wayland People" and "Rust People" Will Lose Hearts and Minds (Same Reasons)
Wayland pushers are fast becoming like "Rust People"
5,600 Pages/Articles Per Year
So far this year we've kept all the promises
BetaNews Beginning to Show What Its True Goals Are
The 'new' BetaNews won't be about journalism. It's trying to sell things.
Microsoft Has Lost "The War"
We'll soon see the 9th or 10th wave of Microsoft layoffs in 2025 alone
Slopwatch: A Wreck and a Dreck, "Flooding the Zone With Dreck" or Flooding the Web With Junk
"Slopwatch" continues today because we have many new examples
Links 25/06/2025: Thwarting More Software Patents, Overlap Grows Between EPO Corruption and Illegal Kangaroo Patent Courts in EU
Links for the day
Links 25/06/2025: Elon Musk’s Lawyers Caught Lying, WhatsApp Faces More Bans
Links for the day
Wayland Pushers Lose the Argument, Use LLM Slop and Chatbots to Make Up Arguments for IBM
Another new low and low blow
Brian Fagioli Created Another Slopfarm Targeting "Linux" After BetaNews Became a Slopfarm of Phantom Accounts and Pseudonyms
Mr. Fagioli even had slop about a dead Torvalds (hypothetical) as clickbait
Wayland is Perfect, Nobody Can Escape Its Perfection! (Or Not)
Do not form on opinion on Wayland based on politics
What is "MATA"?
Think of it as GAFAM or "Meta"
Moral Duty for "Linux Sites" to Speak Out Against LLM Slop
My wife has long complained about "Linux bloggers" keeping quiet and thus passive about a growing problem: slop
In Recent Hours Google News Promoted at Least 3 Slopfarms That Relayed Linux Foundation Propaganda Made by Bots or LLM "Bullshit Generators" (as Dr. Stallman Dubbed Them)
Google is circling down the drain and Google News too is hopeless
Linux Journal is a Slopfarm, It's Experimenting With LLM 'Authors'
Is Slashdot next?
WebProNews is a Slopfarm
Please avoid linking to WebProNews
Microsoft LinkedIn is Dying and Many More Layoffs Are on the Way
LinkedIn is just a failed acquisition of Microsoft. It causes losses and debt.
Gemini Links 25/06/2025: Combinatorial Music and Self Hosting
Links for the day
Richard Stallman Coming Back to Europe This Autumn to Give More Talks
His last talk in Europe attracted about 400-450 people
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, June 24, 2025
IRC logs for Tuesday, June 24, 2025
Social Control Media, Technology & Catholicism: Synod on Synodality review and feedback
Reprinted with permission from Daniel Pocock
How Many More Women Will Managers at Microsoft Strangle and Tell to Kill Themselves (or Try to Kill)?
The world needs to know what happened
The New BetaNews: 7 New 'Articles', All of Them LLM Slop
BetaNews is basically defunct. Nobody writes there anymore.
Another "Told You So!": XBox Mass Layoffs at Microsoft (Many Recent Reports Were Chaff and Spin), Many Other Divisions Affected
With mass layoffs at Microsoft the world would be much better