Bonum Certa Men Certa

Links 30/08/2022: Azure Breaks Down Again and pgagroal 1.5.0 Released



  • GNU/Linux

    • Desktop/Laptop

      • Kubuntu Focus announce New NX Desktop | Kubuntu

        Kubuntu Focus team announces their latest system: The Focus NX small form factor desktop. This is their third model optimized for Kubuntu 22.04 LTS and the KDE Plasma interface.

        The Kubuntu Focus NX can be ordered with either the i5-1135G7 or i7-1165G7 11th generation Intel€® CPU. Both are fast and power-efficient. They also include the Xe iGPU, which is often 3x faster than the prior-generation and drive up to four 4K displays concurrently. Systems are built to order and can be customized with up to 64 GB of 3200Mhz dual-channel RAM, 6 TB of total storage (2 TB NVMe, 4 TB SSD), and optional full disk encryption.

        [...]

        “KFocus pioneered ‘DevOps’ to the Desktop, which I leverage to run bare metal on a GPU laptop, in much the same environment as my HPC cluster in the cloud. No messing around with excuses like ‘brew’, ‘xcode’, or ridiculous paths that involve backslashes. Get to work straight away with zero tech giant overhead, while KFocus has your back with responsive experts, tested system management, and drama-free patches in daily package upgrades. Crunch your data and build large models without waiting for permission.”

    • Audiocasts/Shows

    • Applications

      • GoogleStable Channel Update for Desktop

        The Chrome team is delighted to announce the promotion of Chrome 105 to the stable channel for Windows, Mac and Linux. This will roll out over the coming days/weeks.

        Chrome 105.0.5195.52 ( Mac/linux) and 105.0.5195.52/53/54( Windows) contains a number of fixes and improvements -- a list of changes is available in the log. Watch out for upcoming Chrome and Chromium blog posts about new features and big efforts delivered in 105.

      • PostgreSQLPostgreSQL: pgagroal 1.5.0

        The pgagroal community is happy to announce version 1.5.0.

        The release was driven by Luca Ferrari with a focus on production level usability.

      • Converseen Image Converter is Available as AppImage - Fasterland

        Converseen, the image converter and resizer for Linux, is now available as AppImage in order to be easily distributed and run on any Linux distribution without installing any kind of dependency (except for GhostScript of course!).

        [...]

        With Converseen you can also transform an entire PDF file into a bunch of images with the characteristics you prefer: you can choose one of the 100+ formats, you can set the size, resolution and the filename.

    • Instructionals/Technical

      • LinuxOpSysHow to Split a Gzip File in Linux

        How to split a gz file (database dump) into smaller files and move to another server and restore the database dump there?

        In this tutorial, we learn how to split a gzip file in Linux.

      • HowTo ForgeHow to Install Rocket.Chat Server on Rocky Linux 8

        Rocket.Chat is an open-source chat server developed in JavaScript using the Meteor.js framework. It allows you to communicate securely in real time across multiple devices. It allows companies and organizations to build their chat server for internal communications with their employees. It integrates with social channels, chatbots, social media, and productivity apps. It allows monitoring DevOps workflows with integrations via Bitbucket, Jira, GitLab, Confluence, Bamboo, etc. It is available on multiple desktop and mobile platforms. There are two editions of Rocket.Chat available, one is a free community edition and the other one is an enterprise edition.

        In this tutorial, we will install the free Community edition of Rocket.Chat server on a Rocky Linux machine.

      • VideoHow to install Manjaro 21.3.7 Gnome Edition - Invidious

        In this video, I am going to show how to install Manjaro 21.3.7 Gnome Edition

      • LinuxiacHow to Install Docker Desktop on Fedora Linux

        This guide walks you through each step of installing Docker Desktop on Fedora Linux so you can manage your containers quickly and easily.

        Great developer tools are highly beneficial to both novice and seasoned developers. They are an excellent convenience for new developers while saving experienced ones a lot of work.

        Docker Desktop is an easy-to-install tool that allows you to create and share containerized apps and microservices through a user-friendly graphical interface (GUI).

      • ID RootHow To Install PostgreSQL on AlmaLinux 9 - idroot

        In this tutorial, we will show you how to install PostgreSQL on AlmaLinux 9. For those of you who didn’t know, PostgreSQL is an open-source, relational database system that uses SQL to store and scale complicated workloads. This database system dates back to 1986, introduced as part of the Postgres project at the University of California at Berkeley. Ever since, there has been 30 years of active development on the core platform to gain the current reputation of reliability, data integrity, robust feature set, extensibility e.t.c

        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 PostgreSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

      • Make Use OfHow to Quickly Change the Splash Screen on Fedora

        One of the best things about Linux is the virtually unlimited number of ways you can customize your system. Among all the available options, one sure way to make your system stand out is with a unique splash screen.

        Although it’s not something that is highly publicized, there are actually 11 different splash screens available for Fedora Linux. Best of all, you can switch from one screen option to another with no more than two quick terminal commands that take just a few seconds to execute. Here’s how it works.

      • MakeTech EasierA Beginner's Guide to Shell Scripting in Linux - Make Tech Easier

        Have you ever wanted to learn “scripting” in Linux? Making them is easier than you might think. Sometimes scripts (often referred to as shell or bash scripts) are real programs with complicated code inside. Other times they’re just a long list of tasks that users put together to make getting things done under Linux faster and easier.

        In this article you will learn how to make a basic shell script under Linux. First we learn about the basics requirement and do’s and don’ts of a shell script. Then, we take user input using the script and print out on the terminal screen. It will show you how easy it is to get started (and the best practices) scripting in Linux.

      • Linux Host Support10 Useful iptables Commands in Linux | LinuxHostSupport

        In this tutorial we are going to explain to you 10 useful iptables commands applicable in any Linux distro.

        Iptables on Linux servers are used for controlling the incoming and outgoing web traffic. The traffic is controlled by the iptables rules in the firewall written by system administrators or users familiar with Linux servers. The rules in iptables are stored in tables that have chains for every defined rule. In this blog post, we are going to use Ubuntu 22.04 as OS, but you can choose any distro if you want to try these iptables commands by yourself.

      • Linux Cloud VPSTroubleshooting Common Website Issues on Linux Server | LinuxCloudVPS Blog

        In this tutorial, we are going to explain to you some steps on how to troubleshoot some common website issues on any Linux distribution.

        On a Linux server with Ubuntu, Debian, CentOS, or AlmaLinux OS can be hosted a variety of websites written in different languages such as PHP, Java, Python, etc. The main purpose of this tutorial is to be explained the common website issues that are related to the server and not to the language in which the website is written. That is why we are going to focus, on the issues related to the RAM of the server, Disk Usage, permission issues, DDoS attacks, database issues, DNS issues and etc.

        The issues will be explained in different paragraphs and the possible solutions will be proposed as well. Let’s get started!

      • MakeTech EasierMarkdown Cheatsheet - Make Tech Easier

        Markdown is a very handy way of producing content for the web without having to write HTML. It allows you to write text using its very simple syntax and then converts it to structurally valid HTML.

        If you’re looking to use the Markdown syntax for your web documents, we’ve created a cheatsheet that can help you learn and understand the syntax. While there are many flavors of Markdown, this list contains all the syntax of the core Markdown spec and the extended syntax supported by Github Flavoured Markdown.

      • Arch Linux - News: Grub bootloader upgrade and configuration incompatibilities

        Recent changes in grub added a new command option and changed the way the command is invoked. Depending on your system hardware and setup this could cause an unbootable system due to incompatibilities between the installed bootloader and configuration.

      • Parabola GNU/Linux-libre: Grub bootloader upgrade and configuration incompatibilities
      • Linux Made SimpleHow to install Super Tux Party on a Chromebook

        Today we are looking at how to install Super Tux Party 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.

    • Games

      • Make Use OfThe 6 Best Websites to Download Linux Games

        One of the most common complaints about Linux is that there aren't apparently many games available. That assumption is wrong. There are lots of places you can download Linux games, both free and paid.

        If you want to unwind after a long day of coding or sysadmining, check out these sites...

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • KDE OfficialPromo Sprint 2022 | KDE.news

          On 20-21 August KDE's Promo team held a two-day Sprint in Saumur, France. I was fortunate to be able to attend along with 7 other participants and contribute to discussions about a range of topics. To give a taste, here I will focus on two of the topics discussed: a KDE-for promotional campaign and diversity initiatives at KDE.

          KDE-for is an idea that existed prior to the Sprint. A KDE-for-kids website even exists, but we wanted to see how far we could take the idea. Our brainstorming generated numerous proposals, including KDE-for-creators, KDE-for-developers, KDE-for-researchers, KDE-for-teachers, KDE-for-students, KDE-for-gamers, KDE-for-activists, and so on. Each potential for-group gives us the opportunity to connect KDE products with end users and highlight the many communities within and around KDE. It also provides a place to showcase flagship apps while raising awareness about the sometimes lesser known ones complimenting them.

  • Distributions and Operating Systems

  • Free, Libre, and Open Source Software

    • Web Browsers

      • Mozilla

        • MozillaSupport.Mozilla.Org: What’s up with SUMO – August 2022

          Summer is not a thing in my home country, Indonesia. But I learn that taking some time off after having done a lot of work in the first half of the year is useful for my well-being. So I hope you had a chance to take a break this summer.

          We passed half of Q3 already at this point, so let’s see what SUMO has been doing and up to with renewed excitement after this holiday season.

    • Programming/Development

      • CollaboraLast chance to submit to FOSS XR!

        The countdown is on to make an impact at the FOSS XR Conference, but there's still time!

        Be part of the FOSS XR lineup by submitting your talk by September 5th, 2022. That means there's one week left for all you AR and VR enthusiasts and industry movers to share your exciting XR projects/news/demos with the world.

        The FOSS XR conference is for anyone interested in Free and Open Source software for VR/AR/MR. With many projects like Monado, Project Northstar, libsurvive, ILLIXR, relativ, OpenHMD as well as universities and tech companies working on freely available software, drivers and hardware, the FOSS XR Conference is here to bring the community together and give a podium to the future of XR.

      • proposing Sourceware as Software Freedom Conservancy member project
        The overseers of the hosting server sourceware.org aka cygwin.org aka
        gcc.gnu.org aka (others *) invite the community to assist us in
        further securing the future of the service.  Red Hat has been and
        continues to be a generous sponsor of the hardware, connectivity, and
        the very modest employee time it requires.  We are glad to report
        there are zero indications of any change to this commitment.  Things
        are stable, new services are coming online, and users seem to be
        happy.  However, it is always good to think about any future needs.
        
      • LWNSourceware moving to the Software Freedom Conservancy [LWN.net]

        Sourceware.org has long hosted the repositories for many important free-software projects, including much of the GNU toolchain.

      • Godot EngineDev snapshot: Godot 4.0 alpha 15

        We're working towards finalizing the feature set for 4.0 beta, reviewing many PRs which have been opened prior to our roadmap feature freeze announced a month ago. While this process is ongoing, we'll keep releasing alpha builds so here's 4.0 alpha 15! Same deal as usual, lots of bugs fixed and more refactoring and feature work.

      • Julia EvansSome ways to get better at debugging

        Hello! I’ve been working on writing a zine about debugging for a while (here’s an early draft of the table of contents).

        As part of that I thought it might be fun to read some academic papers about debugging, and last week Greg Wilson sent me some papers about academic research into debugging.

        One of those papers (Towards a framework for teaching debugging [paywalled]) had a categorization I really liked of the different kinds of knowledge/skills we need to debug effectively. It comes from another more general paper on troubleshooting: Learning to Troubleshoot: A New Theory-Based Design Architecture.

        I thought the categorization was a very useful structure for thinking about how to get better at debugging, so I’ve reframed the five categories in the paper into actions you can take to get better at debugging.

        [...]

        This also feels like one of the most straightforward categories of knowledge to acquire to me – all you need to do is investigate a million bugs, which is our whole life as programmers anyway :). It takes a long time but I feel like it happens pretty naturally.

  • Leftovers

    • Hardware

      • CNX SoftwareDAQiFi Nyquist 1 - A battery-powered Wi-Fi IoT data acquisition system (Crowdfunding) - CNX Software

        DAQiFi Nyquist 1 is a battery-powered IoT data acquisition (DAQ) device that works over an 802.11n Wi-Fi connection or a USB interface, and can also log the data to a microSD card

        Equipped with 16 digital I/Os and 16 digital inputs, the Nyquist 1 can be used with all sorts of sensors to measure force and strain, pressure, temperature, current & voltage, luminosity, weight, pH

        angular velocity, and more. It’s also possible to connect multiple Nyquist 1 devices to a single PC instead of following the traditional method of having one dedicated PC plugged into each data acquisition solution.

    • Linux Foundation

    • Security

      • LWNSecurity updates for Tuesday [LWN.net]

        Security updates have been issued by Debian (thunderbird), Fedora (ctk, dcmtk, OpenImageIO, and varnish-modules), Red Hat (systemd), SUSE (libslirp, open-vm-tools, and opera), and Ubuntu (jupyter-notebook, libsdl1.2, and systemd).

      • CISACISA Releases 12 Industrial Control Systems Advisories | CISA

        CISA has released 12 Industrial Control Systems (ICS) advisories on August 30, 2022. These advisories provides timely information about current security issues, vulnerabilities, and exploits surrounding ICS.

      • WordPress 6.0.2 Security and Maintenance Release - WordPress News

        WordPress 6.0.2 is now available!

        This security and maintenance release features 12 bug fixes on Core, 5 bug fixes for the Block Editor, and 3 security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.

        WordPress 6.0.2 is a short-cycle release. You can review a summary of the main updates in this release by reading the RC1 announcement.

        The next major release will be version 6.1 planned for November 1, 2022.

        If you have sites that support automatic background updates, the update process will begin automatically.

    • Internet Policy/Net Neutrality

      • Public KnowledgeThe Time for Can-Kicking Has Passed: Fix Universal Service Contribution Now - Public Knowledge

        On August 15, the Federal Communications Commission released its “Future of Universal Service Fund” report from Congress. This report was required by the Infrastructure Investment and Jobs Act (IIJA), which directed the FCC to consider “recommendations on further actions the Commission and Congress could take to improve the ability of the Commission to achieve the universal service goals for broadband and to expand the universal service goals for broadband, if the Commission believes such an expansion is in the public interest.” As the report found, the critically important programs that comprise our universal service fund (USF) are foundational to our telecommunications policy. But while the FCC found the expansion “is in the public interest,” the report declines to provide any roadmap for getting there.

        Congress established the USF out of the belief that rural consumers, low-income consumers, schoolchildren, and library patrons all deserve access to affordable communications services. In the past, the USF was instrumental in connecting communities across the nation to affordable, ubiquitous phone service, the essential communications service of the time. Congress gave the FCC authority to fund the USF by levying a surcharge, known as a “contribution,” on the providers of telecommunications service, which it did, and it based that funding on revenues earned from telecommunications services.

      • Public KnowledgePrivileged Conversations | Sept. 2022 - Public Knowledge

        Koustubh is a veteran of Capitol Hill and public interest organizations, having served most recently as Senior Policy Counsel at New America’s Open Technology Institute. He was previously the tech policy attorney for the national civil rights organization Asian Americans Advancing Justice | AAJC.

    • Digital Restrictions (DRM)

      • SecurepairsFight to Repair Daily: August 26, 2022 - securepairs.org

        On Monday, Apple announced it would finally, officially let Mac owners repair their own computers with parts and guides sold by Apple itself. On Tuesday, its Self Service Repair store started taking orders. This, on its face, seems like good news—but as it turns out, their self-repair program makes MacBook Pros seem less repairable. How is that possible?

        Battery replacement is pretty much the only guaranteed MacBook repair. Even if you never use the laptop, you’ll still need to replace the battery due to natural degradation. Every other component is subject to environment and use—how many times have you spilled your iced tea? Dinged the case? Stepped on the USB-C charging cable (welcome back, MagSafe!)? Those factors will change what repairs you’ll need, but battery replacement is inevitable. Batteries are consumable, and just like your tires, they’re rated for a certain lifespan—heck, there’s a battery health menu item that says this outright. It’s a fact of our lithium-powered life.

        This time, along with the manuals, Apple is presenting DIY repairers with an excruciating gauntlet of hurdles: read 162 pages of documentation without getting intimidated and decide to do the repair anyway, pay an exorbitant amount of money for an overkill replacement part, decide whether you want to drop another 50 bucks on the tools they recommend, and do the repair yourself within 14 days, including completing the System Configuration to pair your part with your device. Which makes us wonder, does Apple even want better repairability?

  • Gemini* and Gopher

    • Personal

      • Trying and seeing

        Last weekend, I went on a short backpacking excursion in the San Juan mountains, north of Durango, and saw parts of the Western Slope for the first time. I keep approaching the land here as if it is pristine and untouched, forgetting that even public land sometimes used to be privately owned, so I saw the scars of the mining industry on the sides of the mountains and in the water running down them. Can't seem to escape history, even in a land as large and grand as this.

        I am starting a new job in a couple of days, 1 September. The lack of thought I've put towards it over these two and a half weeks I've been waiting to start is a little alarming, but it feels as if I have almost been shedding my previous position with the University. I will be doing similar things in a similar environment, but with hopefully better people and better management. I kinda sorta really need this one to stick, at least for a few years, just in case.

      • Star Log 2022-08-30 3:00 AKDT (Fairbanks, AK, US)

        I had to get up with the baby this morning at 2am, but I was rewarded afterwards with a good view of the southern sky, as well as some mild auroral activity. There was some wispy clouds toward the horizon, but not nearly as thick as the cloud cover I had observed in the day time. Having recently become interested in amateur astronomy, I was amazed how much additional detail could be picked up with just a simple pair of binoculars. I have some Bushnell 4x30 Powerview binoculars — I can't remember from where I got them.

      • AGHMNYO Wordo: BLAHS
      • Spending My Own Money for Office Comfort?

        I have an office to myself, thanks to remote work and a lack of desks. It's a small room; just big enough for two desks but there's only one in there (I'm quite spartan and only use half of it). Somehow two ordinary chairs have ended up in it too, probably because there just happens to be room for them.

        So here's what I'm thinking: I could move the desk from the inner most spot to the outermost, set the two chairs farther in facing each other, and get a small coffee table to put between them.

    • Politics

      • Redesigning the World

        Society should be split off into small meaningful free-thinking groups ("clades"), and these groups should be supported by a higher resource-based state. The state manages global resources (housing, food, infrastructure) and is made up of representatives from each clade.

    • Technical

      • Distro-Hopping the PinePhone

        In the last few days I have been distro-hopping my PinePhone across many different distributions and desktop environments to find out what to settle on for daily-driving in the hopefully near future.

      • Science

        • Electric Batteries = Death

          Electric Batteries are not an energy source. They are an imperfect energy storage device with a heavy ecological cost.

          Come on, greenies, wake up. Factories producing electric car batteries are not a good thing. Subsidies for that cunt Musk are not a good thing. Government-sponsored electric car leases are a terrible idea.

          Electric cars with giant lithium (and a shitton of other metals) batteries do not reduce our energy use. They put an extra load on the existing infrastructure, and because they are far from 100%-efficent, contribute to the pollution and waste. Batteries suck electricity out of the grid (which is often not so green), and deliver some of it to the motor. Pollution is moved to the poor part of town while cashed-up bogans pretend to be green.

      • Internet/Gemini

        • Weaning off social media and the over-capitalised Big Internet life

          My 2022 kicked off with the deactivation (and later deletion) of my Big Social accounts. Capitalism and worldly ills aside, my social media use (though not excessive on paper) seemed to coincide with poor mental health. It had to go.

          The subsequent weeks and months entailed all sorts of introspection, learning and experimentation to establish and cement better habits, and generally help me make the most of the time and SOMETHING (my brain? my soul?) I was taking back.

          Here are some of the things I tried and how they're working out. I'm writing this in case anyone out there needs some solidarity and validation.

        • Re: How many words do you write in a day?

          I've been meaning to start journaling, but it's not something I've ever done so I keep forgetting to actually do it. However, I recently started this capsule and have been using the gemlog to write out thoughts I have as often as I can. So far my posts have ranged from 85 to 450ish words. I'm trying to post every day or at least every other day, but whether I can keep that up (or have that much to say) is to be determined.

          [...]

          I also try and write a little bit for my capsule 4-5 days a week. Right now I'm writing short blurbs about movies I've watched, but I'd like to write about books and other things that interest me. So far my movie opinion also range from 45-230 words.

      • Programming

        • BQN and Project Euler Problems

          I've been playing with a new array programming language called BQN, and trying to solve Project Euler problems with it.


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



Recent Techrights' Posts

Ian Jackson & Debian reject mediation
Reprinted with permission from disguised.work
How to get selected for Outreachy internships
Reprinted with permission from disguised.work
Red Hat Corporate Communications is "Red" Now
Also notice they offer just two options: MICROSOFT or... MICROSOFT!
Links 26/04/2024: XBox Sales Have Collapsed, Facebook's Shares Collapse Too
Links for the day
 
Overpaid lawyer & Debian miss WIPO deadline
Reprinted with permission from disguised.work
Brian Gupta & Debian: WIPO claim botched, suspended
Reprinted with permission from disguised.work
Microsoft's XBox is Dying (For Second Year in a Row Over 30% Drop in Hardware Sales)
they boast about fake numbers or very deliberately misleading numbers that represent two companies, not one
[Meme] Granting a Million Monopolies in Europe (to Non-European Companies) at Europe's Expense
Financialization of the EPO
Salary Adjustment Procedure at the EPO Challenged
the EPO must properly compensate staff in order to attract and retain suitably skilled examiners
Links 26/04/2024: Surveillance Abundant, Restoring Net Neutrality Rules (US)
Links for the day
Gemini Links 26/04/2024: uConsole and EXWM and stdu 1.0.0
Links for the day
Albanian women, Brazilian women & Debian Outreachy racism under Chris Lamb
Reprinted with permission from disguised.work
Microsoft-Funded 'News' Site: XBox Hardware Revenue Declined by 31%
Ignore the ludicrous media spin
Mark Shuttleworth, Elio Qoshi & Debian/Ubuntu underage girls
Reprinted with permission from disguised.work
Karen Sandler, Outreachy & Debian Money in Albania
Reprinted with permission from disguised.work
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, April 25, 2024
IRC logs for Thursday, April 25, 2024
Links 26/04/2024: Facebook Collapses, Kangaroo Courts for Patents, BlizzCon Canceled Under Microsoft
Links for the day
Gemini Links 26/04/2024: Music, Philosophy, and Socialising
Links for the day
Microsoft Claims "Goodwill" Is an Asset Valued at $119,163,000,000, Cash Decreased From $34,704,000,000 to $19,634,000,000 and Total Liabilities Grew to $231,123,000,000
Earnings Release FY24 Q3
More Microsoft Cuts: Events Canceled, Real Sales Down Sharply
So they will call (or rebrand) everything "AI" or "Azure" or "cloud" while adding revenues from Blizzard to pretend something is growing
CISA Has a Microsoft Conflict of Interest Problem (CISA Cannot Achieve Its Goals, It Protects the Worst Culprit)
people from Microsoft "speaking for" "Open Source" and for "security"
Links 25/04/2024: South Korean Military to Ban iPhone, Armenian Remembrance Day
Links for the day
Gemini Links 25/04/2024: SFTP, VoIP, Streaming, Full-Content Web Feeds, and Gemini Thoughts
Links for the day
Audiocasts/Shows: FLOSS Weekly and mintCast
the latest pair of episodes
[Meme] Arvind Krishna's Business Machines
He is harming Red Hat in a number of ways (he doesn't understand it) and Fedora users are running out of patience (many volunteers quit years ago)
[Video] Debian's Newfound Love of Censorship Has Become a Threat to the Entire Internet
SPI/Debian might end up with rotten tomatoes in the face
Joerg (Ganneff) Jaspert, Dalbergschule Fulda & Debian Death threats
Reprinted with permission from disguised.work
Amber Heard, Junior Female Developers & Debian Embezzlement
Reprinted with permission from disguised.work
[Video] Time to Acknowledge Debian Has a Real Problem and This Problem Needs to be Solved
it would make sense to try to resolve conflicts and issues, not exacerbate these
Daniel Pocock elected on ANZAC Day and anniversary of Easter Rising (FSFE Fellowship)
Reprinted with permission from Daniel Pocock
[Video] IBM's Poor Results Reinforce the Idea of Mass Layoffs on the Way (Just Like at Microsoft)
it seems likely Red Hat layoffs are in the making
Ulrike Uhlig & Debian, the $200,000 woman who quit
Reprinted with permission from disguised.work
IRC Proceedings: Wednesday, April 24, 2024
IRC logs for Wednesday, April 24, 2024
Over at Tux Machines...
GNU/Linux news for the past day