Bonum Certa Men Certa

Links 11/08/2022: PostgreSQL Beta 3 Releases



  • GNU/Linux

    • Audiocasts/Shows

    • Instructionals/Technical

      • HowTo ForgeHow to Install Let’s Chat on Ubuntu 22.04

        Let’s Chat is a free, open-source, and persistent messaging application that runs on Node.js and MongoDB. It is designed for small, intimate teams that offer a rich set of features such as LDAP/Kerberos authentication, a REST-like API, and XMPP support.

      • VideoHow to install Moshi Moshi Rewritten on Pop!_OS 22.04 - Invidious

        In this video, we are looking at how to install Moshi Moshi Rewritten on Pop!_OS 22.04.

      • Linux CapableHow to Install Monit on Ubuntu 22.04 LTS

        Monit is an open-source utility program that manages and monitors resources and services on Linux systems. Some services and resources managed by Monit are CPU usage, memory usage, server uptime, network connections, and server applications services. It also ensures that all running services are always healthy by restarting services that stop or encounter operating errors. These errors can be caused by many things, such as a power outage or a service crash. Monit can help prevent downtime and keep your system running smoothly by monitoring and managing these resources.

        Additionally, Monit can be configured to send alerts if certain conditions are met, such as high CPU usage or low free memory. This allows you to take action quickly if something goes wrong. Monit is a valuable tool for keeping your Linux system up and running.

        In the following tutorial, you will learn how to install Monit on Ubuntu 22.04 LTS Jammy Jellyfish using the version direct from Ubuntu’s repository and how to configure Monit to be accessible from your browser using the command line terminal.

      • How to install Monit 5 on Fedora 36 – NextGenTips

        In this tutorial, we are going to learn how to install Monit 5 on Fedora 36.

        Monit is a small open source utility for monitoring and managing Unix systems. It performs automatic maintenance whenever there is downtime in your system.

      • H2S MediaHow to install KDE Plasma Desktop on Fedora Linux - Linux Shout

        Learn the steps to install KDE Plasma 5 Desktop on Fedora 36 workstation desktops and other previous versions such as 35, 34… to get a beautiful alternative to the system’s default GNOME 42 Desktop.

        Fedora plays a not negligible contribution to the Red Hat value chain. It is not meant to generate revenue but instead gives the right direction to the future versions of RHEL. It is an experimental ground for Red Hat. Fedora is allowed to experiment with new technologies, which is why it offers a wide range of packages directly to install using the default system repo. It is more friendly than Redhat and its based distros such as CentOS, Oracle, Rocky, and Almalinux.

        So Fedora can be liked not only by developers but also by desktop users. It brings very new packages and technologies. However, it is not a Cup of tea for those who want a long-term supported Linux. Because you have to perform regular system upgrades as it releases new versions every six months and at the same time three versions are maintained for a short time, whereby the oldest and the latest version only have short-term support.

      • Linux Made SimpleHow to install the Brave Beta Browser on a Chromebook

        Today we are looking at how to install the Brave Beta Browser on a Chromebook. Please follow the video/audio guide as a tutorial where we explain the process step by step and use the commands below.

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • Midichlorians in the blood: Summer Releases

          The first two applications, kmetronome and kmidimon, are now over fifteen years old and are only available for Linux. These two new versions are simply bug fixes, with no new features. But it is interesting to note that in FlatHub they are already based on Qt6 and supporting both Wayland and X11, although the packages in AppImage format still use Qt5. The chances of finding these applications in the official repositories of Linux distributions are slim. In fact, kmidimon was removed from the official Debian repositories with some lame excuse, and it is unlikely to be included again. I can't do anything about it, so please: direct complaints where they belong. Or use the new available distribution formats or the unofficial repositories, like Debian Multimedia, which includes the three mentioned applications and many others.

          The other app, dmidiplayer, is much newer and cross-platform. It is the successor to Kmid2, the KDE karaoke application that I rewrote many years ago. In this new version the most remarkable new feature is the persistent configuration of the songs. This is a feature that was already present in the old Kmid2 and that allows you to store the tempo, general volume, pitch transposition, and MIDI channel settings for each song, which will be applied when it is played again in the future. The other novelty is the individual volume adjustment for each MIDI channel, something that was not possible in Kmid2.

  • Distributions and Operating Systems

    • New Releases

      • The Register UKSystem recovery solution Rescuezilla 2.4 released ● The Register

        Version 2.4 of Rescuezilla - which describes itself as the "Swiss Army Knife of System Recovery," - is here and based on Ubuntu 22.04.

        Rescuezilla is a fork and continuation of the Redo Backup and Recovery project. "Redo" went quiet after 2012, with no new releases until 2020. So, in 2019, the developers behind Rescuezilla forked Redo, updated it, and continued development.

        Since then, the older project has come back to life. A hostile third party had bought its domain name, so rather than pay the typo-squatters' ransom, its developers simply renamed the project to Redo Rescue and restarted work under the new name. (The old URL, which we won't link to, now redirects to an advertising site – so you should probably avoid it.) It looks like Rescuezilla is a friendly fork, inasmuch as the maintainers of Redo Rescue actually link to it. (Good on them!)

        RedoRescue is in active development once again: there's a new version 4.0, based on Debian 11, released in October 2021, although the website still describes version 3 from 2020. Even so, Rescuezilla is a little more modern still. It's now based on Ubuntu rather than Debian, and version 2.4 updates this to Ubuntu 22.04.

    • BSD

    • Fedora Family / IBM

      • Make Use OfFedora Silverblue vs. Workstation: 6 Major Differences Between the Two Distros

        Fedora Silverblue is a rapidly maturing version of Fedora Linux that may come to replace Fedora Workstation as the default version someday. On the surface, Fedora Silverblue looks the same as Fedora Workstation; both provide the GNOME desktop and a similar set of apps.

        So what sets Fedora Silverblue apart from Fedora Workstation, and why is it generating such excitement among a corner of the Linux community? The differences are primarily under the hood, and they are a drastic rethink of how to build a Linux distribution.

      • The Register UKA fix for legacy issues around Red Hat crypto ● The Register

        If you're running a mixture of new and old RHEL versions, you may have problems SSHing from new to old. Luckily, someone has worked out a handy way around it.

        The issue is relatively simple: the default security settings in RHEL 9 mean that you can't open an SSH connection to a machine running RHEL 6 or older, which use the deprecated SHA-1 encryption algorithm. There are other, related issues as well: the inability to upgrade old RPM packages that are signed with SHA-1 signatures, or for Firefox to connect to an HTTPS server that uses a very old version of the protocol.

      • VideoPartner Executive Video: Red Hat and Kyndryl Partnership - Invidious
      • Common GLib Programming Errors, Part Two: Weak Pointers – Michael Catanzaro's Blog

        This post is a sequel to Common GLib Programming Errors, where I covered four common errors: failure to disconnect a signal handler, misuse of a GSource handle ID, failure to cancel an asynchronous function, and misuse of main contexts in library or threaded code. Although there are many ways to mess up when writing programs that use GLib, I believe the first post covered the most likely and most pernicious… except I missed weak pointers. Sébastien pointed out that these should be covered too, so here we are.

      • Fedora ProjectFriday’s Fedora Facts: 2022-32

        Here’s your weekly Fedora report. Read what happened this week and what’s coming up. Your contributions are welcome (see the end of the post)!

        I have weekly office hours on Wednesdays in the morning and afternoon (US/Eastern time) in #fedora-meeting-1. Drop by if you have any questions or comments about the schedule, Changes, elections, or anything else. See the upcoming meetings for more information.

      • NeuroFedoraNext Open NeuroFedora meeting: 15 August 1300 UTC

        Please join us at the next regular Open NeuroFedora team meeting on Monday 15 August at 1300 UTC. The meeting is a public meeting, and open for everyone to attend.

    • Debian Family

      • IT WireiTWire - Debian project gains control of debian.community domain

        The global IP authority has granted ownership of the "debian.community" domain name to the Debian GNU/Linux Project and decided that it should be transferred to the community Linux distribution.

        A statement from the project, which lodged a complaint about the domain name, said the decision had been taken by the World Intellectual Property Organisation under its Domain-Name Dispute-Resolution Policy.

        The panel that made the decision said it had found that "the disputed domain name is identical to a trademark in which the Complainant has rights."

        The project, an association of free software developers who produce the Debian distribution, said it was committed to the proper use of its trademarks and would take action when there was any violation of its policy.

    • Canonical/Ubuntu Family

    • Open Hardware/Modding

      • Tom's HardwareRaspberry Pi Unlocks Door Automatically with Facial Recognition | Tom's Hardware

        Automating your smart home with a Raspberry Pi is a popular idea in the Raspberry Pi community and there are plenty of unique ways to implement the SBC into various designs. Today we’re sharing another home automation-based project created by maker and developer Dillon McCardell who’s using a Pi to operate a door locking system using facial recognition known as AuraLock.

        The system works just as you would expect—it uses a camera to capture images of potential faces. If a recognized and approved face is detected, the Pi will trigger the deadbolt to unlock. Once the deadbolt has been unlocked, users can enter the room and either manually lock the door or do so using the corresponding mobile application.

      • Tom's HardwareRaspberry Pi Home Assistant Runs on Old Sony TV-511 | Tom's Hardware

        If there’s one thing a Raspberry Pi is good for, it’s enhancing hardware with more features than you can shake a stick at. This project, created by Telefrag Entertainment, does just that. It’s using a Raspberry Pi to power his custom home assistant system (opens in new tab) using Jarvis—a Python-based voice assistant application that integrates artificial intelligence to interpret commands.

        This home assistant project stands out as it uses an old Sony TV-511 television for video output. This old TV is both small and big at the same time. Having been released in the 1970s, the Sony TV-511 is not a large TV, but it’s much thicker than TVs you’ll find today. According to Telefrag Entertainment, he picked it up on eBay before turning it into this home assistant display.

      • Tom's HardwareHow to Build Your Own 3D Printed Raspberry Pi Robot (Updated) | Tom's Hardware

        Building your own robot is one of the most satisfying things you can do. It combines mechanical, electrical, and programming skills together in a way few projects do.

        I’ve been building robots for a couple of years now and love to expand my knowledge and skills by using different controller boards, motors, wheels, and sensors to detect the world around the robot.

  • Free, Libre, and Open Source Software

    • Ariadne ConillSo you've decided to start a free software consultancy... | Ariadne's Space

      Recently a friend of mine told me that he was planning to start a free software consultancy, and asked for my advice, as I have an extensive background doing free software consulting for a living. While I have already given him some advice on how to proceed, I thought it might be nice to write a blog expanding on my answer, so that others who are interested in pursuing free software consulting may benefit.

    • SaaS/Back End/Databases

      • PostgreSQLPostgreSQL 14.5, 13.8, 12.12, 11.17, 10.22, and 15 Beta 3 Released!

        The PostgreSQL Global Development Group has released an update to all supported versions of PostgreSQL, including 14.5, 13.8, 12.12, 11.17, and 10.22, as well as the third beta release of PostgreSQL 15. This release closes one security vulnerability and fixes over 40 bugs reported over the last three months.

      • PostgreSQLPostgreSQL: pg_partman 4.7.0 released

        PostgreSQL Partition Manager (pg_partman) v4.7.0 has been released.

        IMPORTANT REQUEST: A topic has been opened on the github page to discuss the future development of pg_partman and support for trigger-based partitioning. A plan is currently in place to begin dropping trigger-based support upon the EOL for PostgreSQL 10 on November 10, 2022. Feedback is requested for use-cases that could potentially change these plans and continue supporting trigger-based partitioning until native partitioning better supports them.

    • Programming/Development

      • Migrating from vscode to vim €· 🤠 Major Hayden

        Every Linux user experienced at least one “battle of the text editors” once in their lifetime. I even participated in a few! Text editors form the foundation of nearly every Linux user’s workflow. You need to use one eventually, whether for quick configuration file edits, developing software, or writing blog posts in markdown (like this one)!

  • Leftovers

    • IT WireiTWire - Global EV sales rise to 4.2m in 1H22, China tops take-up

      Global sales of electric vehicles totalled 4.2 million in the first half of 2022, a 63% increase year-on-year, the technology analyst firm Canalys says, adding that this included battery electric vehicles and plug-in hybrid electric vehicles.

      The firm found that while many new EVs had been launched during the first six months of the year, supply lagged and long wait times for delivery were common.

      China was the leader in take-up during the period in question, with 2.4 million EVs delivered, equating to 26% of the total passenger cars and a rise from 10% year-on-year.

      The delivery figures were much smaller for Europe (1.1 million – 20% of all passenger cars) and the US (414,000 – 6% of passenger cars).

    • Science

      • IEEEBaidu’s PaddlePaddle Spins AI up to Industrial Applications

        TensorFlow, PyTorch, and Keras: Those three deep-learning frameworks have dominated AI for years even as newer entrants gain steam. But one framework you don’t hear much about in the West is China’s PaddlePaddle, the most popular Chinese framework in the world’s most populous country.

        It is an easy-to-use, efficient, flexible, and scalable deep-learning platform, originally developed by Baidu, the Chinese AI giant, to apply deep learning to many of its own products. Today, it is being used by more than 4.77 million developers and 180,000 enterprises globally. While comparable numbers are hard to come by for other frameworks, suffice to say, that’s big.

    • Security

      • Bruce SchneierHacking Starlink - Schneier on Security

        This is the first—of many, I assume—hack of Starlink. Leveraging a string of vulnerabilities, attackers can access the Starlink system and run custom code on the devices.

      • NSA’s Kubernetes Hardening Guidelines and Pod Security [Ed: NSA is a proponent of back doors, not security]

        I previously asked (and answered) the question, What Are the NSA K8s Guidelines and Why Should You Care? I suggested that the first step to compliance is to understand your Kubernetes environment. The next step is to review the five categories and start somewhere!

      • Privacy/Surveillance

        • IEEEAmazon to Acquire iRobot F​or $1.7 Billion

          This morning, Amazon and iRobot announced “a definitive merger agreement under which Amazon will acquire iRobot” for US $1.7 billion. The announcement was a surprise, to put it mildly, and we’ve barely had a chance to digest the news. But taking a look at what’s already known can still yield initial (if incomplete) answers as to why Amazon and iRobot want to team up—and whether the merger seems like a good idea.

    • Environment

      • Energy

        • Michael West MediaBeetaloo, Scarborough, Labor lockstep with Coalition on high emission gas projects - Michael West

          Will the change of government reset the dial on Australia’s planet-endangering projects? Beetaloo gas fracking, Barnaby Joyce’s petrochemical plant, Scarborough. Australians may soon get the sinking feeling that little has changed from the Morrison-Joyce fossil-fuel spree, writes Callum Foote.

          Australians heard a lot about the climate crisis during the election campaign. And last Wednesday the Albanese government won sufficient cross-bench support to get its 2030 emissions reduction ”floor not a ceiling” target of 43% through the Senate. But when it comes to big polluting projects, it seems that not a lot has changed.

          Consider the evidence. The Albanese government is continuing the Coalition government’s legacy when it comes to gas, a recommitment to Barnaby Joyce’s $1.5 billion port of Darwin petrochemical precinct, continuing the fracking of the Beetaloo Basin in the Northern Territory and refusing to impose windfall profit taxes

    • Finance

    • Censorship/Free Speech

      • IT WireiTWire - Australian media reaction to Chinese envoy's speech baffling

        The reaction of the Australian media to an address by the Chinese envoy at the National Press Club in Canberra on Wednesday is quite baffling, given that most of what he spoke about has been known for the last 50 years.

        Xiao Qian's statements have been interpreted as rude, chilling, scary etc but the essence of what he said — China's stance on Taiwan — has been codified in print since the US changed its stand on relations with the mainland and switched from recognition of Taiwan in 1972.

        The understanding at that time was that Taiwan was a province of China and that the US would have a one-China policy that did not afford diplomatic recognition to Taiwan. About 180-odd countries have the same stance on Taiwan and hence the almighty uproar about Xiao's remarks are extremely difficult to comprehend.

      • AccessNow#KeepItOn in Somaliland: authorities cannot quash public protest and access to information - Access Now

        Access Now and the #KeepItOn coalition condemn the ongoing internet blackout imposed by authorities in Somalia’s self-declared Republic of Somaliland, in a knee-jerk reaction to protests against the postponement of the presidential election.

        “Shutting down the internet in times of political instability and unrest fuels crisis and conceals human rights violations against people,” said Felicia Anthonio, #KeepItOn Campaign Manager at Access Now. “Whenever the internet is shut down during high tension moments, lives are endangered. This flagrant abuse of power in Somaliland cannot be condoned in any way.”

      • AccessNow#KeepItOn in Sierra Leone: the government must stop wielding internet shutdowns for political control - Access Now

        Sierra Leone authorities must ensure an open and accessible internet at all times, and especially during political instability.

        On Wednesday, August 10, an anti-government protest erupted in Freetown, Sierra Leone, responding to the rising cost of living. The protest escalated quickly into violence with reports of an unspecified number of deaths including police. During the protest, a nationwide internet shutdown was documented for nearly two hours from 12:00 to 14:00 local time.

        “This outrageous trend of governments flipping the kill switch in times of protests is increasingly alarming and cannot be allowed to become the new norm,” said Felicia Anthonio, #KeepItOn Campaign Manager at Access Now. “Authorities in Sierra Leone must be held accountable for shutting down the internet in order to quell the ongoing protests in the country rather than trying to pass it off as suspiciously-timed ‘maintenance’ activities.”

  • Gemini* and Gopher

    • Personal

      • A New Job and Marketabilit



        After over five years with my current employer, I've decided to accept a new job. I've already given notice to my manager, and my last day will be in just under two weeks.

        The job is an IT job, quite similar to the work I do now, but the company works in the aviation industry. I have had a great passion for aerospace my entire life, and I am indescribably excited to have an opportunity to finally contribute to the field, even if indirectly.

    • Politics

    • Technical

      • Don't use DuckDuckGo

        Previously, the title was "On DuckDuckGo" which was less inflammatory. However, as I continued to do research for this article, my opinion on DDG continued to worsen.

        For the most part, DDG is the de facto "mainstream" search engine recommended by privacy advocates. It's the default search engine in Tor browser, continues to be recommended by PrivacyGuides and despite their missteps (privacy failures with their mobile browser and Microsoft trackers), it continues to resist criticism in the PrivacyGuides community. The search results are "good enough" for most usecases.

        So what motivated me to write this article? I noticed a peculiar thing where I was getting geographically relevant search results for unrelated search terms (see image below). For example, a search term containing "map project" for a video game would give me search results for my local city/state website that had the word "project" in it.

      • Using Borgmatic with Snapper

        Previously I talked about going full BTRFS. Fedora has incrementally following in openSUSE's footsteps and has not only adopted BTRFS but plans on integrating snapshots as well. However the proposal never went anywhere. So far you can install python3-dnf-plugin-snapper and snapper today. The former takes snapshots prior to and after installing packages. However, due to Fedora's default filesystem layout, some changes need to be made.


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



Recent Techrights' Posts

Girlfriends, Sex, Prostitution & Debian at DebConf22, Prizren, Kosovo
Reprinted with permission from disguised.work
Martina Ferrari & Debian, DebConf room list: who sleeps with who?
Reprinted with permission from Daniel Pocock
Europe Won't be Safe From Russia Until the Last Windows PC is Turned Off (or Switched to BSDs and GNU/Linux)
Lives are at stake
Links 23/04/2024: US Doubles Down on Patent Obviousness, North Korea Practices Nuclear Conflict
Links for the day
Stardust Nightclub Tragedy, Unlawful killing, Censorship & Debian Scapegoating
Reprinted with permission from Daniel Pocock
 
Links 24/04/2024: Layoffs and Shutdowns at Microsoft, Apple Sales in China Have Collapsed
Links for the day
Sexism processing travel reimbursement
Reprinted with permission from disguised.work
Microsoft is Shutting Down Offices and Studios (Microsoft Layoffs Every Month This Year, Media Barely Mentions These)
Microsoft shutting down more offices (there have been layoffs every month this year)
Balkan women & Debian sexism, WeBoob leaks
Reprinted with permission from disguised.work
Links 24/04/2024: Advances in TikTok Ban, Microsoft Lacks Security Incentives (It Profits From Breaches)
Links for the day
Gemini Links 24/04/2024: People Returning to Gemlogs, Stateless Workstations
Links for the day
Meike Reichle & Debian Dating
Reprinted with permission from disguised.work
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, April 23, 2024
IRC logs for Tuesday, April 23, 2024
[Meme] EPO: Breaking the Law as a Business Model
Total disregard for the EPO to sell more monopolies in Europe (to companies that are seldom European and in need of monopoly)
The EPO's Central Staff Committee (CSC) on New Ways of Working (NWoW) and “Bringing Teams Together” (BTT)
The latest publication from the Central Staff Committee (CSC)
Volunteers wanted: Unknown Suspects team
Reprinted with permission from Daniel Pocock
Debian trademark: where does the value come from?
Reprinted with permission from Daniel Pocock
Detecting suspicious transactions in the Wikimedia grants process
Reprinted with permission from Daniel Pocock
Gunnar Wolf & Debian Modern Slavery punishments
Reprinted with permission from Daniel Pocock
On DebConf and Debian 'Bedroom Nepotism' (Connected to Canonical, Red Hat, and Google)
Why the public must know suppressed facts (which women themselves are voicing concerns about; some men muzzle them to save face)
Several Years After Vista 11 Came Out Few People in Africa Use It, Its Relative Share Declines (People Delete It and Move to BSD/GNU/Linux?)
These trends are worth discussing
Canonical, Ubuntu & Debian DebConf19 Diversity Girls email
Reprinted with permission from disguised.work
Links 23/04/2024: Escalations Around Poland, Microsoft Shares Dumped
Links for the day
Gemini Links 23/04/2024: Offline PSP Media Player and OpenBSD on ThinkPad
Links for the day
Amaya Rodrigo Sastre, Holger Levsen & Debian DebConf6 fight
Reprinted with permission from disguised.work
DebConf8: who slept with who? Rooming list leaked
Reprinted with permission from disguised.work
Bruce Perens & Debian: swiping the Open Source trademark
Reprinted with permission from disguised.work
Ean Schuessler & Debian SPI OSI trademark disputes
Reprinted with permission from disguised.work
Windows in Sudan: From 99.15% to 2.12%
With conflict in Sudan, plus the occasional escalation/s, buying a laptop with Vista 11 isn't a high priority
Anatomy of a Cancel Mob Campaign
how they go about
[Meme] The 'Cancel Culture' and Its 'Hit List'
organisers are being contacted by the 'cancel mob'
Richard Stallman's Next Public Talk is on Friday, 17:30 in Córdoba (Spain), FSF Cannot Mention It
Any attempt to marginalise founders isn't unprecedented as a strategy
IRC Proceedings: Monday, April 22, 2024
IRC logs for Monday, April 22, 2024
Over at Tux Machines...
GNU/Linux news for the past day
Don't trust me. Trust the voters.
Reprinted with permission from Daniel Pocock
Chris Lamb & Debian demanded Ubuntu censor my blog
Reprinted with permission from disguised.work
Ean Schuessler, Branden Robinson & Debian SPI accounting crisis
Reprinted with permission from disguised.work
William Lee Irwin III, Michael Schultheiss & Debian, Oracle, Russian kernel scandal
Reprinted with permission from disguised.work
Microsoft's Windows Down to 8% in Afghanistan According to statCounter Data
in Vietnam Windows is at 8%, in Iraq 4.9%, Syria 3.7%, and Yemen 2.2%
[Meme] Only Criminals Would Want to Use Printers?
The EPO's war on paper
EPO: We and Microsoft Will Spy on Everything (No Physical Copies)
The letter is dated last Thursday
Links 22/04/2024: Windows Getting Worse, Oligarch-Owned Media Attacking Assange Again
Links for the day
Links 21/04/2024: LINUX Unplugged and 'Screen Time' as the New Tobacco
Links for the day
Gemini Links 22/04/2024: Health Issues and Online Documentation
Links for the day
What Fake News or Botspew From Microsoft Looks Like... (Also: Techrights to Invest 500 Billion in Datacentres by 2050!)
Sededin Dedovic (if that's a real name) does Microsoft stenography
Stefano Maffulli's (and Microsoft's) Openwashing Slant Initiative (OSI) Report Was Finalised a Few Months Ago, Revealing Only 3% of the Money Comes From Members/People
Microsoft's role remains prominent (for OSI to help the attack on the GPL and constantly engage in promotion of proprietary GitHub)
[Meme] Master Engineer, But Only They Can Say It
One can conclude that "inclusive language" is a community-hostile trolling campaign
[Meme] It Takes Three to Grant a Monopoly, Or... Injunction Against Staff Representatives
Quality control
[Video] EPO's "Heart of Staff Rep" Has a Heartless New Rant
The wordplay is just for fun
An Unfortunate Miscalculation Of Capital
Reprinted with permission from Andy Farnell
[Video] Online Brigade Demands That the Person Who Started GNU/Linux is Denied Public Speaking (and Why FSF Cannot Mention His Speeches)
So basically the attack on RMS did not stop; even when he's ill with cancer the cancel culture will try to cancel him, preventing him from talking (or be heard) about what he started in 1983
Online Brigade Demands That the Person Who Made Nix Leaves Nix for Not Censoring People 'Enough'
Trying to 'nix' the founder over alleged "safety" of so-called 'minorities'
[Video] Inauthentic Sites and Our Upcoming Publications
In the future, at least in the short term, we'll continue to highlight Debian issues
List of Debian Suicides & Accidents
Reprinted with permission from disguised.work
Jens Schmalzing & Debian: rooftop fall, inaccurately described as accident
Reprinted with permission from disguised.work
[Teaser] EPO Leaks About EPO Leaks
Yo dawg!
On Wednesday IBM Announces 'Results' (Partial; Bad Parts Offloaded Later) and Red Hat Has Layoffs Anniversary
There's still expectation that Red Hat will make more staff cuts
IBM: We Are No Longer Pro-Nazi (Not Anymore)
Historically, IBM has had a nazi problem
Bad faith: attacking a volunteer at a time of grief, disrespect for the sanctity of human life
Reprinted with permission from Daniel Pocock
Bad faith: how many Debian Developers really committed suicide?
Reprinted with permission from Daniel Pocock
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, April 21, 2024
IRC logs for Sunday, April 21, 2024
A History of Frivolous Filings and Heavy Drug Use
So the militant was psychotic due to copious amounts of marijuana
Bad faith: suicide, stigma and tarnishing
Reprinted with permission from Daniel Pocock
UDRP Legitimate interests: EU whistleblower directive, workplace health & safety concerns
Reprinted with permission from Daniel Pocock