Bonum Certa Men Certa

Links 13/07/2022: Rust Losing More People



  • GNU/Linux

    • Desktop/Laptop

      • The Register UKSlimbook updates Linux laptop ranges ● The Register

        Another vendor has refreshed its Linux laptop lineup for the summer, and some of the new models look strangely familiar.

        Last week we covered the new Pulse G2 laptop from Germany's Tuxedo Computers. Close behind it are new models from several other vendors of Linux laptops with very similar specs.

        In an unusual move that provides the FOSS project with additional funding, the KDE organization sells hardware under its own brand. A notable example is the KDE Slimbook, and it just launched two fourth-generation models of the Slimbook IV.

        The specs of the Slimbook IV are much like those of the Tuxedo Pulse G2: AMD Ryzen 7 5700U CPUs, with eight cores and 16 threads. The CPU clock speed varies between 1.8GHz and 4.3GHz according to load, and there's 8MB of cache. The onboard Vega8 GPU runs at up to 1.9GHz.

        The machines have two DDR4 SODIMM slots, and can take up to 64GB of 3,200MHz memory, and also have two M.2 slots for up to 4TB of NVMe storage. They have both onboard Gigabit Ethernet and Wi-Fi 6 for a maximum speed of 2.4Gb/s, plus Bluetooth 5.2.

    • Server

      • The Hidden Cost of Fixing Your Kubernetes Clusters

        While the adoption of Kubernetes to speed software development has become a recipe for success in the containerized world, many organizations working to streamline and optimize their processes are encountering a major issue—namely, a heavy cost for repairs. When defects and other code issues occur without a cost-awareness and savings plan in place, the price of Kubernetes ownership can go through the roof. The good news is, cost optimization in Kubernetes boils down to two key words—proper configuration.

    • Graphics Stack

      • 9to5LinuxDXVK 1.10.2 Brings Fixes for Dead Space, Myst V, Godfather, and Many Other Games

        DXVK 1.10.2 fixes bugs and crashes in many video games, including Beyond Good and Evil, Dead Space, Myst V, Day Z, Dirt Rally, Godfather, Limbo, Return of Reckoning, Scrapland Remastered, and Planetary Annihilation: TITANS.

        The Star Wars: The Force Unleashed II, Star Wars: The Old Republic, Majesty 2, Onechanbara Z2: Chaos, Plants vs. Zombies Garden Warfare 2, Small Radios Big Televisions, Sonic Adventure 2, Supreme Commander, and SpellForce Platinum Edition video games also received improvements.

      • Low-resolution-Z on Adreno GPUs - Danylo’s blog

        Now, a year later, I returned to this feature to make some important improvements, for nitty-gritty details you could dive into Mesa MR#16251 “tu: Overhaul LRZ, implement on-GPU dir tracking and LRZ fast-clear”. There I implemented on-GPU LRZ direction tracking, LRZ reuse between renderpasses, and fast-clear of LRZ.

        In this post I want to give a practical advice, based on things I learnt while reverse-engineering this feature, on how to help driver to enable LRZ. Some of it could be self-evident, some is already written in the official docs, and some cannot be found there. It should be applicable for Vulkan, GLES, and likely for Direct3D.

    • Instructionals/Technical

      • Its FOSS9 Rather Unknown Ways of Using Neofetch in Linux - It's FOSS

        Neofetch is a simple command-line tool that displays an ASCII logo of the distribution along with a few system information in the terminal. It looks beautiful and you can easily show which distribution, desktop environment, and themes you are using when you share the screenshots of your desktop in various Linux communities.

      • OSTechNixEnable Nested Virtualization In Proxmox VE - OSTechNix

        Proxmox is my preferred hypervisor to deploy various containers and VMs. Sometimes, I want to create a VM inside another VM. Meaning - I just want to host a guest hypervisor(i.e VM) in my physical Proxmox hypervisor. Have you ever wondered how to setup a guest hypervisor in a host hypervisor? In this guide, I will show you how to enable nested virtualization in Proxmox VE and then enable VT-X in the guest hypervisor.

      • How to perform CRUD functionalities in Django Rest Framework – NextGenTips

        An API (Application Programming Interface) is a set of rules shared by a particular service. These rules determine in which format and with which command set your application can access the service, as well as what data this service can return in the response. It acts as a layer between your application and external service.

        REST API (Representational state transfer) is an API that uses HTTPS requests for communication with web services. From the python site, the REST API can be viewed as a data source located on an internet address that can be accessed in a certain way through certain libraries.

      • Make Use OfHow to Use the New Chromebook Linux Interface

        If you recently upgraded your version of Chrome OS, you may have noticed something different when you launch the Linux environment in Chrome OS version 103 and higher. Here's how to use the new Chrome OS Linux interface.

      • HowTo ForgeHow to Install NFS Server and Client on Ubuntu 22.04

        NFS or Network File System is a protocol that allows local users to access remote data from multiple disks and directories in the same way as local access. In this tutorial, you will learn how to install the NFS Server and Client on the Ubuntu 22.04 Server. You will also learn how to mount the NFS shared directory automatically at system boot on the client machine.

      • ID RootHow To Install qBittorrent on Fedora 36 - idroot

        In this tutorial, we will show you how to install qBittorrent on Fedora 36. For those of you who didn’t know, qBittorrent is a free open-source cross-platform P2P BitTorrent client. The software also has an integrated RSS reader so that it can be used to download files directly from RSS feeds. This application is known to work effectively and efficiently on many operating systems such as Linux, Microsoft Windows, and FreeBSD. It is written in the C++ language.

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

      • VideoInstall DTOS on ArcoLinux (Now With Awesome and Qtile!) - Invidious

        DTOS now comes with the option to install any (or all) of three window managers: XMonad, Awesome and Qtile. I have also been fixing a lot of bugs with DTOS in recent days, so I thought I would do a test run. Today, I'm installing DTOS on top of ArcoLinuxB Awesome Edition.

      • Tips On UNIXInstall Audacious 4.2 On Ubuntu / LinuxMint / Fedora & Alma Linux | Tips On UNIX

        This tutorial will be helpful for beginners to install Audacious 4.2 on Ubuntu 22.04 LTS, Ubuntu 20.04 LTS, Linux Mint 20.3, AlmaLinux 9, Rocky Linux 8, and Fedora 36.

      • Linux HandbookConvert Hex to ASCII Characters in Linux Bash Shell

        Got a bunch of hexadecimal characters and want to convert them to a readable decimal system (ASCII)?

        There are multiple ways to convert hex to ASCII in Linux. You may also use these methods in your shell script if required.

      • ID RootHow To Install Ansible on Ubuntu 22.04 LTS - idroot

        In this tutorial, we will show you how to install Ansible on Ubuntu 22.04 LTS. For those of you who didn’t know, Ansible is the simplest way to automate apps and IT infrastructure. It runs on many Linux operating systems and is configured quite easily. It uses the open SSH service to perform the various networking tasks ensuring a well secure and protected communication environment. Nowadays IT environments are very complex and often need to scale extremely quickly. Automation makes system administrators’ and developers’ jobs easier and allows them to focus attention on other tasks that add value to an organization.

        This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of Ansible on Ubuntu 22.04 (Jammy Jellyfish). You can follow the same instructions for Ubuntu 22.04 and any other Debian-based distribution like Linux Mint, Elementary OS, Pop!_OS, and more as well.

      • Red HatInstall storage in your application cluster using Rook | Red Hat Developer

        Developers running applications in the cloud have traditionally separated their applications from storage, but recent services such as the Rook Operator for Kubernetes make it easy to create storage in the cloud. This article shows how to use Rook for object storage. Our example runs a single-node Red Hat OpenShift cluster on your laptop or desktop using Red Hat OpenShift Local (previously known as CodeReady Containers). We'll install Rook, create object storage on OpenShift Local, and perform some bucket notifications.

      • Red Hat OfficialHow to troubleshoot your network with Nmap | Enable Sysadmin

        Expert troubleshooting skills are a must for sysadmins. Understanding how to identify and resolve problems that you come across is crucial to creating the best resolutions. Tools help you be successful in the quest for answers. Nmap is a helpful tool for security and IT professionals.

        Without understanding what network ports are open, it would be impossible to assess a system's security. System administrators use Nmap to check if systems are online and help discover any problems in their network. You can also detect operating system versions, determine whether services are online, test embedded network stacks, and even identify aggressive network traffic.

      • Linux Shell TipsHow to List All Existing Groups in Linux System

        Being able to manage users and groups in a Linux operating system environment is an important milestone in terms of Linux administration and security. Under Linux, each user account is automatically associated with a single primary group. A Linux user cannot be a member of two or more primary groups, only one.

        However, when it comes to secondary groups, it’s a different case. A single Linux user account can be associated with more than one secondary group (up to 15).

        In summary, a primary group is OS-assigned to each Linux user account and is linked to user-created files whereas secondary groups can be associated with multiple Linux user accounts and are not always automatically assigned.

      • Trend OceansHow to Install Metasploit Framework with GUI Method on Linux - TREND OCEANS

        Rapid7 and the open-source community manage the widely used penetration testing framework, Metasploit. It is a very powerful tool used by cybercriminals as well as ethical hackers to test and create exploits for networks or servers.

      • Linux Shell TipsHow to Determine the Number of Linux RAM Slots in Use

        A RAM is important in determining the performance spectrum of your Linux-powered machine. On the other hand, think of a RAM slot as the main memory socket or slot that physically exists on the computer’s motherboard to hold installed/inserted and compatible RAM.

        These RAM slots determine/specify the number and type of RAM compatible with the Linux-powered machine you are using. SDRAM (Synchronous DRAM), DDR (Double Data Rate), and DIMM (Dual In-Line Memory Module) are examples of some common RAM types. It is the computer motherboard that determines the existing number of RAM slots.

        Therefore, when the term RAM is mentioned, we should always think of RAM modules and RAM slots. Each RAM slot is compatible with a specific RAM module. Examples of popular RAM modules include DDR1, DDR2, DDR3, DDR4, and SDRAM.

  • Distributions and Operating Systems

    • SUSE/OpenSUSE

      • SUSE's Corporate BlogZizo partners with SUSE to harness the power of open source [Ed: Shipping proprietary software while seeking to "harness the power of open source" for openwashing]

        It can help assist in making data-driven decisions, which can in turn, act as a catalyst to accelerate the digital transformation journey. In a nutshell, we can say that data is the new lifeblood of any digital enterprise – but it is only valuable when it is the right data, in the right format, and available at the right time. Therefore, in a world where data is growing exponentially, Zizo, a leading provider of big data and edge analytics, decided to build solutions that are flexible, adaptable and cost effective; with the ability to be deployed either at the edge, or in the data centre.

    • Fedora Family / IBM

      • Venture BeatRed Hat’s new CEO to focus on Linux growth in the hybrid cloud, AI and the edge | VentureBeat

        When IBM acquired Linux vendor Red Hat for $34 billion in 2019, Paul Cormier took the reins as Red Hat CEO. After three years, Cormier is now handing those reins over to a new leader.

        Yesterday, Red Hat announced that long-time engineering leader at the company, Matt Hicks, will now be the company’s president and CEO. Cormier will move to the chairman role, where he will continue to be an active participant in the company’s activities.

        In an interview with VentureBeat, both Cormier and Hicks emphasized that now is the right time for a CEO transition.

      • Red Hat OfficialRHEL 9 networking: Say goodbye to ifcfg-files, and hello to keyfiles

        In my first Red Hat Certified Engineer (RHCE) fast-track training in 2002, we were using Red Hat Linux 7.2, and I learned to love the network configuration files in /etc/sysconfig/network-scripts. Later, Red Hat Enterprise Linux (RHEL) 6 introduced NetworkManager (also known as ‘NM’).

      • Red Hat OfficialRed Hat Shares ― Special edition: Red Hat Summit 2022 recap

        The Red Hat Shares newsletter helps IT leaders navigate the complicated world of IT―the open source way.

      • Enterprisers ProjectCloud migration: 3 top business advantages

        Despite the global trend toward cloud migration, some businesses are pushing back, claiming the productivity and cost savings aren’t living up to their expectations. In fact, a recent McKinsey survey found that 75 percent of respondents went over budget on their cloud migration process and 38 percent were behind schedule.

      • Enterprisers ProjectDigital transformation: 3 things successful CIOs know

        CIOs leading digital transformation initiatives are fundamentally changing the way their business operates.

        Digital transformation starts with the business, not the technology, and it’s no easy feat. According to a BCG report, “only about a third of transformations meet or exceed their target value and achieve sustainable change: these are the companies in the win zone. Worry-zone companies create some value but do not meet their targets and produce only limited long-term change.”

        Digital transformation is the implementation of new technology, people, and processes to improve the business. Any business IT strategy should the following three tenets in its digital transformation initiative.

    • Canonical/Ubuntu Family

      • NeowinLinux Mint 21 beta ISOs pass tests meaning their release is imminent - Neowin

        The Cinnamon, MATE, and Xfce editions of Linux Mint 21 beta have been approved for release by the Linux Mint project according to its community website. In an announcement last week, the Linux Mint project leader said that the beta was due last week, but there were issues with the beta ISOs which meant they received a “Rejected” status during the tests. Now that they have been approved, their release should be imminent.

        Typically, the beta period lasts about two weeks for any last minute issues to be tested by a wider audience. Following the beta, the final ISOs are made available to the public. In-place upgrades are sometimes enabled soon after the release and other times they are delayed to give more time for testing to be done of the new operating system version.

    • Devices/Embedded

      • peppe8oNeopixel (Addressable RGBs) LEDs strip with Arduino

        To have colored animations for beautiful displays, Neopixel is good as it can give any color combination. It looks like a RGB LED, but can work with one pin to control all in series. It’s cheap and easy to install for room decoration.

      • CNX SoftwareWeAct RP2040 board adds 16MB flash, USB-C port to Raspberry Pi Pico form factor - CNX Software

        If the Raspberry Pi Pico’s 2MB of QSPI flash is not quite sufficient for your needs, and you’d not quite a fan of micro USB ports, the WeAct RP2040 “clone” comes with up to 16MB flash and a USB Type-C port for power and programming.

        Another improvement is the addition of a reset button, which can be convenient for flashing UF2 firmware, and the pinout remains mostly the same. The price is not quite as low as the original Raspberry Pi Pico, but the board sells for an affordable $5.99 with 2MB flash, while the 16MB flash variant goes for $8.99 with shipping included in both cases.

    • Open Hardware/Modding

      • CNX SoftwarePixel Pump is an open-source, manual pick-and-place machine (Crowdfunding) - CNX Software

        Pixel Pump is an open-source hardware vacuum pump that should be easier to use than a pair of tweezers to pick and place SMT components, and suitable for prototypes and small production runs.

        The system comes with a pen with five exchangeable stainless-steel nozzles to match the size of components, a foot pedal, and several tactile silicone buttons with RGB backlighting to control the unit.

  • Free, Libre, and Open Source Software

    • MedevelCalDavZAP: A Self-hosted Open-source CalDAV Server

      CalDavZAP is an open source CalDAV web client implementation released under GNU Affero General Public License (version 3.0).

      [...]

      The project is released and licensed under the GNU Affero General Public License (version 3.0).

    • Programming/Development

      • Ubuntu PitCoding vs Programming: An In-depth Comparison

        Coding vs. Programming, the debate regarding the two terms being the same or not, has been going on for decades. It is a question that every tech beginner always considers and confuses. Sometimes, even the experts use the terms interchangeably because they do not believe that the differences matter much.

        But in reality, coding and programming are different. There are many factors where they differ, and it takes people years of experience to truly understand them. However, the IT industry uses both these fields to develop softwares that impact our daily lives – so they’re equally important.

      • Ubuntu PitTop 10 Best Programming Tools for Kids in 2022

        Kids are, by default, curious beings. Everything is new to them, and they love to explore. In this era of technology, keeping children up-to-date is also a part of parenting. Introducing them to programming is a great start, and there are tons of programming tools for kids to make it a fun experience.

        Studies suggest that the best age to start with programming or coding is around five to seven years, depending on the kid’s understanding and reading capability. Like mathematics, programming also helps children open to problem-solving methods and think more logically, which can benefit them in the future.

      • QtQt for Android Automotive : Outrun Demo Integration

        The Outrun project was started to demonstrate the development process when using the unified design and development tools that Qt offers, by creating a digital cockpit from early design to UI implementation, visual effect creation, building connectivity, and finally running it on various environments.

        The last step in the Outrun project development is connecting the UI to the vehicle platform. Currently the Qt for Android Automotive module provides vehicle properties through both C++ and QML APIs. It also offers a submodule to access Android notifications (to be released later). If we analogize the project to solving a jigsaw puzzle, connecting the UI to the vehicle would be the last pieces of the puzzle. You probably know that placing the final pieces of a jigsaw puzzle should be much easier than the first pieces.

      • QtCompiling QML to C++: Fixing unqualfied access

        This is the eighth installment in the series of blog posts on how to adjust your QML application to take the maximum advantage of qmlsc. In the first post we've set up the environment. You should read that post first in order to understand the others. We're going to learn how to avoid unqualified access now.

        You will see quite a few warnings on unqualified access when compiling Qt Creator with qmlsc enabled. An access to a name in QML is called "unqualified" if the name is neither found in the directly surrounding QML scope, nor an ID or a type name. Usually this means you're accessing members of the root element of a component, context properties, or undeclared signal parameters. Most of those are easy to fix. Let's look at the TimeMarks.qml file in the tracing library.

      • gfldex: Coercive bits

        Altreus was looking for a way to convert a list of bitmask names, provided as a string by the user, to a bitmask. He wished for BUILDARGS, as provided by Perl’s Moose but was given good advise how to solve the problem without making object instantiation even more complex. Nobody can stop me from doing just that.

      • Rust

        • Rust BlogChanges at the Clippy Team [Ed: Rust exodus continues, but this is the spin (as people step down). Rust is too focused outsourcing itself and sending developers into the jaws of Microsoft. It is something to avoid.]

          With the new additions to the team, we should be able to handle our long PR queue better.

          [...]

          At the same time, we recently granted some of our oldest members the well-deserved alumni status. We want to thank Pascal Hertleif and Martin Carton for all their contributions, especially in the early days. People joining today probably never worked with them on Clippy, but without them, we probably wouldn't be here.

          We also want to thank Philipp Hansch for their contributions to Clippy and all of the review work they've done over the years. To this day phansch is one of the most active Clippy contributors (measured by the number of commits).

          And finally, thank you to mikerite, who stepped down from an active reviewer/team member position but will be staying on as a contributor. We're looking forward to continue working with them!

  • Leftovers

    • TediumWhy Digital News Outlets Haven’t Nailed Alt-Story-Form Journalism

      I have a bone to pick with one of the best-known news outlets on the internet, and pick it I shall. Since 2017, Politico cofounders Jim VandeHei and Mike Allen, along with a cast of notables, have taken a brevity-driven approach to writing about the news of the day, no matter what form it takes, on a site called Axios. Much of the content is written in bullet points that are designed to focus points of communication. The company has branded this approach as something called “Smart Brevity.” Now, it would be one thing to write everything in a quick hit format, but they’ve gone further than that, attempting to sell the communication approach to businesses and even writing a book about it, as if VandeHei is friggin’ running IBM over here. As someone who once ran a popular website that specialized in brevity, I first watched this state of affairs with a sense of cynicism, then bemusement. I have written Twitter threads to remind people that, hey, they weren’t first. I can’t help but think about, given all the tools they have, how little they do with brevity! Today’s Tedium is questioning whether that alternative story form journalism has a place on the internet besides bullet points. —

    • Linux Foundation

      • Linux Foundation's Site/BlogOpen Mainframe Project Announces Schedule for the 3rd Annual Open Mainframe Summit on September 21-21 in Philadelphia, PA [Ed: IBM mainframes are proprietary, but 'Linux' Foundation gets paid to lies to you about it (openwashing). The lies are products and service.]

        The Open Mainframe Project, an open source initiative that enables collaboration across the mainframe community to develop shared tool sets and resources, announces the schedule for the 3rd annual Open Mainframe Summit, which will be in-person in Philadelphia, PA, and streaming online for global attendees. This year’s theme focuses on security, which is top of mind for every company that uses mainframes.

      • Linux Foundation's Site/BlogSODA Foundation Announces 2022 Data & Storage Trends Survey [Ed: Nothing to do with Linux, nothing to do with research (just spam and marketing)]

        To address evolving Data and Storage needs throughout the industry, SODA Foundation, in partnership with Linux Foundation Research, is once again conducting a survey to provide insights into challenges, gaps, and trends for data and storage in the era of cloud native, edge, AI, and 5G. The results will serve to guide the SODA Foundation technical direction and ecosystem.

      • Linux Foundation's Site/BlogJamie Thomas: What is the OpenSSF [Ed: Linux Foundation now works for/with Microsoft shills like Shimel; this is a catastrophe]

        Jamie Thomas is the General Manager, Systems Strategy and Development at IBM and is also the OpenSSF Board chair. She sat down with Alan Shimel of TechStrong TV during OpenSSF Day in Austin to share about OpenSSF and how the open source community is rallying together to increase the resilience of open source software.

      • Linux Foundation's Site/BlogFDC3 2.0 Drives Desktop Interoperability Across the Financial Services Ecosystem - Linux Foundation [Ed: This is not a community, it's not "Open Source", it's a carte of banksters diluting the "Linux" brand so that Zemlin and his cohorts can steal a lot of money (monetising an attack on brands we built)]

        The Fintech Open Source Foundation (FINOS), the financial services umbrella of the Linux Foundation, announced today during its Open Source in Finance Forum (OSFF) London the launch of FDC3 2.0. FDC3 supports efficient, streamlined desktop interoperability between financial institutions with enhanced connectivity capabilities.

    • Entrapment (Microsoft)

      • The Register UKGet over it: Microsoft is a Linux and open source company these days [Ed: Get over it. Steven J. Vaughan-Nichols works on Microsoft payroll via LF and ZDNet]

        In 2001 then CEO Steve Ballmer declared: "Linux is a cancer." Later, Microsoft sponsored SCO's copyright attack on Linux; claimed that Linux violated unnamed Microsoft patents; and forced Linux-based Android vendors to pay for dubious patent claims. Bill Gates and Ballmer's Microsoft wanted to see Linux and open-source software (OSS) dead and buried.

        They did it because, as Microsoft's Halloween documents show, they believed "OSS poses a direct, short-term revenue and platform threat to Microsoft, particularly in server space."

      • Bleeping ComputerMicrosoft July 2022 Patch Tuesday fixes exploited zero-day, 84 flaws

        Today is Microsoft's July 2022 Patch Tuesday, and with it comes fixes for one actively exploited zero-day vulnerability and a total of 84 flaws.

    • Security

      • Privacy/Surveillance

        • Bruce SchneierPost-Roe Privacy

          This is an excellent essay outlining the post-Roe privacy threat model. (Summary: period tracking apps are largely a red herring.)

        • MediumFear, Uncertainty, and Period Trackers

          You have probably been seeing a lot of scary news coverage about period tracker apps and databases, and you might be wondering whether or not you should be deleting your period tracking app. If you use a period tracker, but your threat model does not include the additional risks of say: helping other people get abortions, we don’t currently have evidence of imminent threats of large-scale preemptive investigation of you based on personal health app data. The biggest threat of criminalization is that a third party (like hospital staff or a relative) reports someone to the police for their pregnancy outcome — not that police find their period data in a database.

    • Civil Rights/Policing

      • DaemonFC (Ryan Farmer)Illinois DCFS kills one child every month while investigating parents for allowing kids to walk the dog. – BaronHK's Rants

        I think one can reasonably argue that the kids are dead due to DCFS, which was found in contempt by a state judge and is still in contempt of court today, months later.

        I think that there’s something poetic about the State holding itself in contempt 12 times. I mean, nothing happens because the State can’t punish itself. How does a State that has no money except what it stole from me and my spouse and millions of other Illinoisans fine itself? Where does the money it takes from itself even go? This is the kind of bullshit that only happens in government. When the judge throws the director of DCFS in prison for contempt until things start getting better or he resigns, I’ll be impressed. Until then, what is even the point?

        None of this should be a surprise. Illinois is managing child services as effectively as the State Police manage gun control (the FOID Act) and as effectively as they’re managing the roads. Letting us drive over pot craters while they’re busy causing an 11 year traffic jam at US 41 and Grand Avenue in Gurnee, because it will “help with climate change”.

    • Internet Policy/Net Neutrality

    • Monopolies

      • TechRadarCampaigners urge US Senate to address Big Tech's monopoly

        Digital rights campaigners are urging US Senators to address what they consider "the fundamental problem that plagues our online ecosystem."

        From Alphabet (parent company of Google and YouTube) to Meta (Facebook, Instagram, and WhatsApp), Apple, and Amazon, just a handful of US companies - known as "Big Tech" - monopolize the market.

  • Gemini* and Gopher


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



Recent Techrights' Posts

Journalists Should be Ashamed for Parroting False Claims From IBM Management About "Quantum Computing", Say IBM Insiders Who Work on "Quantum Computing"
IBM is a buzzwords vendor. International Buzzwords Machines.
Exposing Corruption Using a Highly Resilient Platform
Growing levels of trust, based on our track record, help us attract whistleblowers
FOMO (Fear Of Missing Out) Has Weakened If Not Ruined What's Left of Big Media
Many things that have existed for decades are now being rebranded as "AI"
SLAPP Censorship - Part 97 Out of 200: Garrett in Hiding (From the Simple Observable Fact He's Closely Connected to the Microsofter Who Strangles Women, Tells Women to Kill Themselves, and Worse)
They use one another; they are coordinating this via the SLAPP industry in another continent
Rust Outsources its Financing (or Financial Control) to Microsoft
How long before the third "E"?
IBM's Shares Fell Nearly 13% in One Day (Including After Hours)
its main product is false promises
European Patent Office (EPO) Series: "Operation Influencer"
Costa's political career was far from finished
 
Links 04/06/2026: Self-hosting Remotely and GemText Emphasis
Links for the day
Links 04/06/2026: Ukraine’s Daily Moment of Silence and Uber Lays off 23% of HR
Links for the day
SLAPP Censorship - Part 98 Out of 200: Microsoft Threatening Real Security Researcher With Criminal Investigation for Talking About Microsoft's Bug Doors/Back Doors
The crime should be the back doors (deliberate attack on every user's data protection), not talking about those back doors
Microsoft Would Get Away Even With Pedophilia
"Microsoft should never be above the law"
Free Software is Nourishment to Software Users, Unlike Proprietary Software
Quit treating "mere users" of software "like animals"
The "Peanut Gallery" of GAFAM Has Infiltrated Free Software Projects or Disrupts Free Software Communities
They contribute nearly nothing and do substantial damage; they're freeloaders who attack the most productive members of projects
Coding is Not a Quantity Game (It Never Was!)
"less is more"
Mass Layoffs Expected at Microsoft in July 2026
They're preparing more "lists" of people
Reflection on EPO Leadership That Harbours Cocaine, IBM Leadership That Pumps-and-Dumps the Shares, and More
ManCity replaced Manuel Pellegrini with a more famous manager it didn't envision winning 20 titles in 10 years (it could only hope) [...] Team-building is something that "Pep" seemed to be good at, as was Jürgen Klopp
Pump and Dump by IBM Insider Traders: Nickle LaMoreaux, Gary Cohn, James Kavanaugh, Arvind Krishna, Robert Thomas, and Others
the shares are already collapsing
Links 04/06/2026: Microsoft Threatening Security Researcher for Naming Back Doors in BitLocker, "Demand is Booming for" Old Tech
Links for the day
Gemini Links 04/06/2026: "Word Vomit", Slop", and Moving to Gopher/Gemini
Links for the day
"Format Sovereignty" Can Only be Accomplished With LaTeX or OpenDocument Format (ODF) or Vendor-Neutral Standards for Editable Documents
Microsoft is, in effect, above the law
The Cyber Show on the Importance of Software Freedom and Why GNU/Linux Could Not be Stopped
an excellent article
Drew DeVault Can Still Redeem His Reputation. Revisiting His Attacks (and Attack Site) on Richard Stallman Might be a Good Start.
DeVault has openly apologised (this past spring)
The Register MS is Publishing Paid SPAM; Some of It is Designed to Prop Up the "AI" Pyramid Scheme
The Register MS participates in scams
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, June 03, 2026
IRC logs for Wednesday, June 03, 2026
GNU/Linux Usage Rising Among Gamers, But "Hardware Survey Data Not Available."
Not anymore, not for now anyway
Jumping Up and Down on the Shoulders of Giants, Never Talking About What Bill Gates Did
We're back to 2019
Despite LLM Slop or Chatbots, Our Traffic Has Doubled Since We Moved Everything to the UK (in 2023)
The demise of news sites was not what we thought it would be
Software Developers Attacked by Plagiarism Engines Because These Developers Can Teach People How to Exercise Control, Not Outsource to Monopolies of Slop and Back Doors
"Universities should be telling industry what is to be done next, not the other way about. Present education policy has the tail wagging the dog."
Quantum Quantum Quantum Quantum (Pump, Then Dump)
What has IBM become?
Communicating With Freedom - Part I - Developing “Quibble” and Improving GNU LibreJS in the Process
In the next part we shall examine where things currently stand
Quantum Computers Are "All the Rage" (35 Years Ago, What IBM Promises This Year is What People Promised When the CEO Was in His 20s)
"Quantum" hype is high on the agenda
How IBM Removes 15% of Its Staff Without Even Checking Performance of Staff (or Calling That "Layoffs")
Performance Improvement Plan (PIP) as veiled RAs
Links 03/06/2026: Mobile Systems, Openwashing, and New Antenna
Links for the day
Canonical as Reseller of Back Doors in "Ubuntu" Clothing
Microsoft is the antithesis of security and autonomy
Romania Used to be Windows Stronghold, But That's No Longer the Case
Windows was once upon a time so ubiquitous that institutions didn't bother supporting anything except it
KDE Has Long Used Dragons, and Dragons Come From Hatched Eggs
That Microsoft Lunduke tries to paint this as some "trans agenda" thing says a lot about Microsoft Lunduke and his COVID-19-damaged brain
IBM Announces 5 Billion Dollars "Invested" in "AI", in "Security", and 10 Billion Dollars for "Quantum", But IBM Does Not Have This Kind of Money (It's Fake News to Manipulate the Share Price)
IBM has fast-growing debt and liabilities, it does not intend to invest this kind of money, it's a smokescreen and false promises timed to alleviate the sagging share price (52-week low)
When Science and Religion Are on the Same Side, United Against Slop Pushers
The "Mathematics Pope" (sometimes known as "Pope Pi") brought together science and religion, united against technofascists who are mostly college drop-outs who abhor women
Links 03/06/2026: "In Turkey, Criticizing a Corporation Can Land You in Jail" and "Court Bans X Account of Turkey's Oldest Newspaper"
Links for the day
Web Censorship Benefits the Corrupt and the Criminal
More so when corrupt politicians are in charge
Have a "Lifetime" Without Microsoft
The online rage over this is still ongoing
Internet Archive’s Wayback Machine Undoing Censorship of Corporate Wrongdoing
That won't go away anymore
"For Entertainment Purposes Only" But Everyone Must Adopt It for Work and Governance, Say Anti-Scientific Technocrats
"The present mentality around "AI" is like driving to the gym to use a treadmill - it's walking for people who hate fresh air and beautiful changing scenery."
Gemini Links 03/06/2026: Ian Murdock's Ex-wife Footprint in Debian and Alhena 5.6.1 Released
Links for the day
Irish Company statCounter Recognises It Overestimated Microsoft Windows' Market Share in Ireland
it seems like the Irish people are gradually moving away from Windows
Corporate Media Participates in the Lie That Mass Layoffs at GitLab and Loss of Geographic Footprint in More Than a Third of Countries is "AI" and Thus "Success Story"
There's no way to spin this as positive news
Slop Prompting is Not a Coding Skill and Slop Deserves Shunning
Red Hat is hypocritically shunning the very same thing it keeps promoting
IBM colleagues "handed out a PIP and then right after the end date they are gone"
Some go into early 'retirement' to save face
SLAPP Censorship - Part 96 Out of 200: When You Receive Death Threats From Anonymous Sockpuppets/Burner Accounts Connected to People Who Strangle Women and Tell Women to Kill Themselves
Women are not objects and my wife ought not be mentioned in "threats to kill" (how cops have described this)
European Patent Office (EPO) Series: A Tale of Two Antónios - Introducing the Other António
António Costa
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, June 02, 2026
IRC logs for Tuesday, June 02, 2026
Advertisements as Articles in The Register MS
Trust in media
Social Control Media Does Not Improve Reach, It Wastes a Lot of Time
many people still think that no presence in Social Control Media necessarily means invisibility
Links 02/06/2026: New York Times Debunks "Hey Hi (AI) Layoffs" (Excuse, False Narrative), Sheinbaum Publicly Bemoans US Meddling
Links for the day
Despite Mass Layoffs and Culls Dubbed "Buyouts" Google's Debt Doubled in a Year and It's Desperate for Money (to Pay Salaries and Bills)
Google and GAFAM in general have mass layoffs because they have no clear route towards profitability
Gemini Links 02/06/2026: Arch Linux WriterDeck and Papyrix Reader
Links for the day
Bloggers Still Have Considerable Impact on This Planet
Nowadays, in academia almost anywhere in the world, there's growing expectation that lecturers will spend not much of the time doing research or even teaching
The Firing Line Against Techrights
Tomorrow we'll tell a story about campaigns to intimidate us with death threats
The Cyber Show on the Fight Against Technofascism
It's very long (all combined), but nevertheless refreshing
What Efforts to Cancel Richard Stallman Ought to Teach Us About the Media, Including Very Large British Publishers
Richard Stallman is like a modern-age Alfred Dreyfus
After Threats to Greenland Northern Europe Seems to be Moving Away From Microsoft Windows Even Faster
The facts on the ground are, more people/businesses/institutions "get the message"
Claim of 500+ IBM Red Hat Layoffs With Termination Next Month
IBM is doing great... at hiding internal affairs
Slop Did Not Rewire Democracy, It's a Giant Flop
we already see slop giants accepting they'll never make money
The Register MS Embeds in Articles "SPONSORED LINKS" That Link to "AI" Ponzi Scheme/Scam
The circular financing giants are allocating budget for the spam, as do the banks (lenders)
Many Countries Divest From Microsoft
new numbers at statCounter today
European Patent Office (EPO) Series: A Tale of Two Antónios - On the Campaign Trail in Brussels
Part 1
SEO is an Acronym That Stands for Slop Engine Orientation
The Web changed a lot when Web directories, portals, and then social control media gained popularity
IRC Network OFTC is Shedding Off Servers
Down to 17
Julian Assange's Counsel Jennifer Robinson Has Just Won an Award
Jennifer Robinson is relatively young
Schweizerische Bundesbahnen (Swiss Federal Railways) and Richard Stallman
It seems like RMS is receiving endorsement or at least belated recognition from very high-profile institutions
Almost 30 Years After Rob Malda Made Slashdot It Still Inspires New Implementations
Maybe the issue isn't Slash per se, just the complexity of it (which SoylentNews complained about in the past)
Links 02/06/2026: "The Infosec Phrasebook", 'Perfect Randomness' and "Leaving the Tech World Professionally"
Links for the day
Faking Demand for Slop: Google's Search Prompt Becomes Slop Prompt (Bait, Switch, Fake Usage)
If there is no consent, then it's unsustainable
When You Give People (or Companies) Money to Buy Your Own Products and Then Call It "Revenue"
A lot of modern "economics" don't benefit ordinary people (all they get is high inflation rates); they're devaluing money by faking economic activity
IBM is Self-Detonating, the Cheeto-Infused Rally is Another Con by Don
pump and dump
"Quantum" as the "Next Big" Bubble
disappointing and delivering nothing
Links 02/06/2026: "$1.5 Trillion Defense Budget Benefits Billionaire Cheeto Mussolini Supporters", US "Plans to Criminalize Sleeping Outside"
Links for the day
Gemini Links 02/06/2026: Organising Oneself and Killing Off Distracting "Notifications"
Links for the day
SLAPP Censorship - Part 95 Out of 200: The Growing Risk of Tolerating Men Who Abuse and Physically Assault Women
FOSS should not be a "safe harbour" or "hideout" for criminals
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, June 01, 2026
IRC logs for Monday, June 01, 2026