Bonum Certa Men Certa

Links 4/3/2022: DXVK 1.10 and openSUSE Tumbleweed Updates

  • GNU/Linux

    • Top 10 Articles About Linux: February 2022 [Ed: When news is so slow that all they can post is "meta" 'articles']

      Read these articles about Linux, Linux news, and expert tips to catch up on the latest developments.

    • Audiocasts/Shows

    • Kernel Space

      • Barry KaulerExt4 with or without journal on flash stick

        The ext4 filesystem with journal enabled, will write frequently to a flash stick, shortening its life. EasyOS image file has ext4 working-partition. Originally, it had the journal disabled; however, sometime early in 2020 I enabled the journal.

    • Applications

      • Linux LinksLinux Candy: Rusty Aquarium - monitoring by visualization

        Rusty Aquarium is a utility that’s billed as a “monitoring visualization as an aquarium” software. The program should not be confused with traditional real-time systems monitoring tools such as top and other alternatives. This open source utility is written in Rust.

      • Its FOSSVim vs Nano: Which is the Best Terminal Text Editor?

        We need to utilize the text editor to take notes, write a program, or edit a system configuration file to get something done. Your Linux distribution already comes pre-installed with text editors, no matter the requirements. You will most likely notice some of the best modern text editors like Gedit, Geany, Kate, etc., pre-installed in your Linux distribution. However, these are all GUI-based programs.

      • MakeTech Easier9 of the Best Email Clients for Linux

        Email is the bread and butter of electronic communication. It is simple, efficient and programmable. If you are looking for a desktop email client for Linux, there are many around. Here are some of the best email clients available for Linux.

      • 9to5LinuxMeet System Monitoring Center, a Powerful System Performance and Usage Monitoring Tool

        Written in GTK and Python, System Monitoring Center is a powerful system performance and usage monitoring software that comes with a lot of unique and interesting features if you’re looking for a more complex system monitoring utility for your GNU/Linux desktop. The app comes with a more than generous graphical user interface that displays all sorts of details about your computer’s hardware and software, including but not limited to CPU, GPU, RAM, disk, network, processes, services, startup, system sensors, general system information, and users.

    • Instructionals/Technical

      • ID RootHow To Install Varnish on AlmaLinux 8 - idroot

        In this tutorial, we will show you how to install Varnish on AlmaLinux 8. For those of you who didn’t know, Varnish cache is an open-source, high-performance HTTP accelerator designed for speeding up web servers. Varnish exclusively focuses on HTTP as compared to other proxy servers which focus on FTP, SMTP, and other network protocols. It is purely designed to speed up caching of heavy dynamic websites. Varnish sits between Nginx and clients that receive requests from clients and forwards them to the backend. This will improve the webserver performance because Varnish will serve content from memory. 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 Varnish cache on AlmaLinux 8. You can follow the same instructions for CentOS and Rocky Linux.

      • How to Install Atom Text Editor on Ubuntu 22.04 LTS - LinuxCapable

        Atom is a free and open-source text and source code editor that supports many cross-platforms such as macOS, Linux, and Microsoft Windows with support for plug-ins written in JavaScript and embedded Git Control, developed by GitHub. The catchphrase that Atom calls itself is the “hackable text editor for the 21st century”. Atom, compared to competitors, is more user-friendly, with plenty of options for extensions to add syntax highlighting for languages and formats, add dynamic linting, and integrate debuggers, runtime environments, video and music player controls, and much more. In the following tutorial, you will learn how to install Atom Text Editor on Ubuntu 22.04 LTS Jammy Jellyfish using the command line terminal and optional version builds of stable, beta, and nightly.

      • nixCraftHow to on enable kernel crash dump on Debian Linux
      • ID RootHow To Install Hiri Email Client on Ubuntu 20.04 LTS - idroot

        In this tutorial, we will show you how to install Hiri Email Client on Ubuntu 20.04 LTS. For those of you who didn’t know, Hiri is the best email client for Managers on Windows, macOS, and Linux. It allows us to have email, calendar, contacts, and tasks. Hiri is not free to use; however, you can enjoy 7 days trial period. Once the trial period is expired, you need to buy the Hiri subscription to keep using it. 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 through the step-by-step installation of the Hiri Email Client on Ubuntu 20.04 (Focal Fossa). You can follow the same instructions for Ubuntu 18.04, 16.04, and any other Debian-based distribution like Linux Mint.

      • Make Use OfHow to Use Google Messages on Linux

        If you're an Android user, you probably use Google Messages to send and receive text messages on your device. But did you know you can also access Messages from your computer and chat with your contacts while sitting at your desk? Well, it's possible to do so, thanks to the device pairing feature on Messages. If you're wondering how to get it on your Linux desktop, it's possible using Google Messages for Desktop and Messages for Web. Let's take a look at using both of these methods to get Messages on your Linux desktop.

      • How to Enable & Disable AppArmor on Ubuntu 22.04 LTS - LinuxCapable

        Ubuntu operating systems come with AppArmor, a Linux kernel security module that allows the system administrator to restrict programs’ capabilities with per-program profiles. Profiles can allow network access, raw socket access, and permission to read, write, or execute files on matching paths. Rhel family users would notice this is similar to Selinux; however, they work differently and have pros and cons. The following will cover how to enable and disable AppArmor and individual profiles on Ubuntu 22.04 LTS Jammy Jellyfish. Usually, most users would not need to adjust any settings with AppArmor, but if the need arises, some simple commands are all needed in the tutorial will explain.

      • How to Install Nmap on Ubuntu 22.04 LTS - LinuxCapable

        Nmap, also known as Network Mapper, is a free, open-source tool network administrators use to scan for vulnerabilities within their network and network discovery. Nmap allows finding devices running on their network and discovering open ports and services that, if not secure or hardened, can lead to potential hackers exploiting known vulnerabilities security risks. In the following tutorial, you will learn how to install Nmap on Ubuntu 22.04 LTS Jammy Jellyfish desktop or server, along with some basic command examples to get you started before you know to use Nmap more thoroughly for users wanting to get more out of the scanner beside the standard port scan.

      • How to Install VLC Media Player on Ubuntu 22.04 LTS - LinuxCapable

        The VLC media player is an open-source, free portable, cross-platform media player software and streaming media server developed by the VideoLAN project. VLC can play nearly all known multimedia files and DVDs, Audio CDs, VCDs, and various streaming protocols and can be extended and customized with multiple plugins. In the following tutorial, you will learn how to install VLC Media Player on Ubuntu 22.04 LTS Jammy Jellyfish using three installations method of APT, Flatpak, and Snap.

      • Ubuntu PitLearn Usage of chgrp Command (Change Group) in Linux System

        In Linux, the change group or the chgrp command is mostly used to change the user group of the system. The chgrp command works for both Linux and other Unix-like operating systems. If you’re a system admin, you must already know that the chgrp, chmod, and chown commands are the most powerful and most used terminal commands. Conventionally, the chgrp command is run with the sudo or root privilege in the system, but if you’re the owner of that particular file or directory, you can execute the change group command as well. The most common usages of the change group command are installing a new package in the group, moving one file to another directory from the user group, and editing a non-read/writable file. This chgrp command can be very much handy and a life savior in critical situations.

    • Wine or Emulation

      • 9to5LinuxDXVK 1.10 Adds More Improvements for God of War, GTA IV, Quantum Break, and Other Games

        DXVK 1.10 is here about five weeks after DXVK 1.9.4 with a plethora of performance improvements and fixes for some of your favorite games, including Age of Empires 2: Definitive Edition, Anno 1800, ArmA 2, Assassin’s Creed: Origins, Black Mesa, Elex II, Final Fantasy XIV, God of War, GTA IV, Nier Replicant, Quantum Break, Resident Evil 0, Resident Evil 5, Resident Evil 6, Resident Evil: Revelations 2, The Evil Within, and Total War: Warhammer III.

      • GamingOnLinuxDXVK v1.10 and VKD3D-Proton v2.6 out improving Proton for Linux and Steam Deck | GamingOnLinux

        Two vital open source projects for the Steam Deck had new releases today, with the DXVK and VKD3D-Proton layers that translate Direct3D / DirectX to Vulkan. With these two, Proton that runs Windows games on the Steam Deck and Linux desktops should see some nice improvements with a future release. I won't go over all the changes, as it's aimed at quite a technical audience but for us regular users here's a few highlights.

    • Games

      • GamingOnLinuxValve open sources SteamOS Devkit Client for Steam Deck | GamingOnLinux

        Want to develop for the Steam Deck / SteamOS and get testing? Now it's a whole lot easier, as Valve has now put up the tools needed under open source licenses. There's two projects included with the SteamOS Devkit Client and the SteamOS Devkit Service, both of which are available on their GitLab page. Setting it up, at least on Linux, was pretty painless thanks to the clear instructions so even someone like me can give it a try and see what it's like.

      • GamingOnLinuxOne Deck Dungeon gets 'optimized' for the Steam Deck

        One Deck Dungeon developer Handelabra Games Inc. announced recently that a new upgrade is available, which should make the experience on Steam Deck much nicer. "Adventure calls... but you don't always have time to spend hours optimizing your character sheet or managing your inventory! One Deck Dungeon lets you jump right in to bashing down doors, rolling dice, and squashing baddies with style. Get a full roguelike game experience, boiled down to its essence, and captured in a single deck of cards and a handful of dice! One Deck Dungeon is a dungeon crawling adventure game for one or two players."

      • GamingOnLinuxXCOM 2's multiplayer being removed but will still work on Linux and Steam Deck

        XCOM 2 developer Firaxis Games has announced that the multiplayer modes are going to be shut down, if you're using the Windows version that is. In the support article, it notes "As a heads up to the XCOM 2 community, we wanted to share that we will be retiring services for Multiplayer and Challenge Mode for the Steam version of the game". Why? Resources (money): "The decision to retire these services isn’t something done lightly, but it does allow us to refocus our resources". Planned for March 28, it's a shame but there's an interesting silver lining here. If you run Linux, or the Steam Deck, you will still be able to play it online as it also mentions how "this won’t affect XCOM 2 on console platforms, or on Mac and Linux".

      • PC Gaming Using Linux As Your OS Here's What You Need to Know - TREND OCEANS

        Traditionally, when people consider PC gaming, the overwhelming majority have only really considered Microsoft Windows as the operating system of choice. However, those thoughts are slowly changing, with Linux becoming more accepted. Experts at Steam published a hardware survey stating that more people are choosing Linux as the base for their PC gaming rig than ever before. The survey revealed that as many as 1.2 million active Linux users are currently on Steam, and that number is expected to continue to rise. Previously, gamers have strayed away from Linux mainly due to compatibility issues. Most games are only programmed to utilize the power of Direct X, which is only available on Windows. As a result, graphics card manufacturers focus their drivers on working seamlessly with Direct X, meaning that many of the games ported to work on Linux previously struggled to run as the developers intended, but that is something that is changing.

      • Plasma GameMode

        For when you are using Feral Interactive's GameMode and want some UI indication of its use.

      • GamingOnLinuxBungie has more to say on Destiny 2 for Steam Deck and it's still a no | GamingOnLinux

        Recently, I highlighted that Bungie gave a very clear no to Destiny 2 on Steam Deck. Seems a lot of people noticed and Bungie has issued an update — but it's still a no for now.

      • GamingOnLinuxSteam Deck Verified and Playable hit a thousand games | GamingOnLinux

        Just about a week after the Steam Deck formally released, we have officially hit over one thousand games that are either Steam Deck Verified or Playable. Quite a fun milestone that, however quality is better than quantity and there's been some rather curious titles that have been through verification recently.

      • Boiling Steam1000 Games On The Steam Deck Now! - Boiling Steam

        As expected it did not take too long to reach this new milestone for the Steam Deck with more than 1000 games working on the device!

      • Its FOSSEpic Games Store Now Works on Steam Deck - It's FOSS News

        Steam Deck is already making waves to enhance the game support for the Linux platform. It runs on Steam OS 3.0 (based on Arch) and features KDE Plasma. Kudos to Valve for not locking down the platform and letting users experiment with it. While it is not available for everyone, it is an exciting piece of hardware challenging handheld Nintendo Switch.

    • Desktop Environments/WMs

      • GNOME Desktop/GTK

        • LinuxiacJust Perfection Extension Now Supports GNOME 42

          The rapidly gaining popularity GNOME extension Just Perfection now has added support for the upcoming release of GNOME Shell 42. Just Perfection Extension helps you to make any changes to your GNOME Shell. You can change the visibility of almost all components of GNOME Shell, behavior tweaks and customize panels, and more.

    • Distributions

      • SUSE/OpenSUSE

        • Tumbleweed Has Six Snapshots, Leap Gets Quarterly Respin - openSUSE News

          This week was filled with good news surrounding openSUSE. On top of openSUSE Leap 15.4 reaching its beta build phase, rolling release Tumbleweed had six snapshots that updated a few networking packages and Leap 15.3 is putting out its second quarterly respin iso. The latest snapshot is 20220302. NetworkManager 1.36.0 reworked the handling of Layer 3 configurations that results in more robust behavior when addressing information from multiple sources (DHCP, manually configured, VPN) when applied simultaneously. Performance and memory should also slightly improve with the update. PipeWire 0.3.47 had a fix that removed infinite loops and the buffer size handling was fixed that made some applications stutter. Other packages to update in the snapshot were nftables 1.0.2, ruby3.1 3.1.1, xscreensaver 6.03 and a couple of Python Package Index version updates. Caching proxy squid 5.4.1 was updated in the 20220301 snapshot; the package had some code cleanup and made some visible developer changes. Window manager screen 4.9.0 eliminated a Common Vulnerability and Exposure that made a denial of service attack possible via a crafted UTF-8 character sequence; this was fixed by replacing the dropped combchar.diff. Other packags to update were autoyast2 4.4.32, yast2-trans and more.

        • openSUSE Tumbleweed – Review of the week 2022/09

          Another week, filled with snapshots, is coming to an end. Tumbleweed has been rolling full speed ahead, bringing you 6 snapshots in 7 days (0225, 0226, 0227, 0228, 0301, and 0302).

        • openSUSE Conference 2022: June 02-04 in Nuremberg, Germany – Call for Proposals | SUSE Communities

          This year’s openSUSE Conf will again be held at the Z-Bau in Nuremberg, from Friday, June 02 to Sunday, June 04. The Call for Proposals (CFP) is already open, and the submission period will close on April 14.

      • IBM/Red Hat/Fedora

        • Red Hat OfficialHow to cope when your job and hobby overlap

          Do you dream of turning your hobby into a profession so that you can earn a living while doing work you enjoy? At first glance, this seems desirable. You work 40 hours a week (sometimes even a little more). Work takes up a large part of your life. It's nice to fill this time with an activity that gives you pleasure, like your favorite hobby. For example, if you enjoy building and maintaining your media server on your home network, you might want to translate that into a career as a sysadmin.

        • Red Hat OfficialNew Podman features, file sharing with Samba, and more tips for sysadmins | Enable Sysadmin

          Check out Enable Sysadmin's top 10 articles from February 2022.

        • Fedora Community Blog: CPE Weekly Update – Week of February 28th – March 3rd

          This is a weekly report from the CPE (Community Platform Engineering) Team. If you have any questions or feedback, please respond to this report or contact us on #redhat-cpe channel on libera.chat (https://libera.chat/).

        • Create an Azure Red Hat OpenShift cluster in less than 5 minutes | Red Hat Developer [Ed: Red Hat is once again shilling Microsoft; imagine Ukraine's minister of defend shilling Putin]

          Microsoft Azure Red Hat OpenShift is a fully managed service of Red Hat OpenShift on Azure, jointly engineered, managed, and supported by Microsoft and Red Hat. Azure Red Hat OpenShift takes care of cluster and resource management, freeing developers to focus on developing new services (see Figure 1). The service offers a highly available control plane with fully managed master and application nodes—no virtual machines to operate and no patching required. Azure Red Hat OpenShift is backed by the expertise of site reliability engineers throughout the world.

        • Enterprisers ProjectIT leadership: 3 tips to nurture IT talent

          Huge financial incentives are commonplace in the skill-hungry tech sector as a way to acquire and retain scarce talent. However, compensation on its own is neither effective nor sustainable as a staffing tactic in the long term. It’s also wasteful. This is because most organizations have a ready pool of loyal workers who, with training and support, can be a fit for many tech jobs that are going unfilled today.

        • Enterprisers ProjectDigital transformation: 3 IT culture traps that can hold you back

          A successful digital transformation strategy involves more than just technology. It also requires empowering IT teams to move digital transformation forward. This means not only replacing on-premises servers with Internet services but adopting models that free up more space for technical professionals to work creatively. This adoption doesn’t always go smoothly. To avoid additional challenges, organizations should prioritize an approach that puts IT and technologists at the heart of the business, while empowering business leaders to understand how IT works.

        • Should Fedora banish Russians as they banished Iranians?

          In 2021, Ahmad Haghighi wrote about being erased from Fedora. Matthew Miller, Fedora Project Leader, didn't follow due process or give Haghighi any reason for erasure. He just vanished, as if one of Putin's vacuum bombs had been detonated under his computer. US sanctions against Iran don't prohibit voluntary and academic pursuits, they only restrict financial relationships. The only woman to ever win the Fields medal is the Iranian academic Maryam Mirzakhani. Stanford University had no problems employing her, would Matthew Miller exclude this brilliant foreigner from Fedora just as he excluded Haghighi? Other community members have made similar pleas for racial tolerance, for example, Justin Flory's blog on Red Hat and Iran. Nonetheless, if Red Hat, Fedora and Matthew Miller are taking this hard line on people born in Iran, shouldn't they show exactly the some rudeness to developers from Russia and Belarus today?

      • Canonical/Ubuntu Family

        • UbuntuUbuntu Pro 20.04 FIPS is now available for AWS, Azure and GCP

          In the last few weeks the FIPS profile has become available for the Ubuntu Pro 20.04 images for AWS, Azure and Google Cloud Platform. The FIPS profile for Ubuntu 20.04 was already available on on premise environments through Ubuntu Advantage for Infrastructure. Ubuntu 20.04 FIPS includes cryptographic validated modules that enable organisations to run and develop applications for the US public sector and Federal government, including regulated industries such as healthcare and finance.

    • Devices/Embedded

    • Free, Libre, and Open Source Software

      • Web Browsers

        • Mozilla

          • Four-year Moziversary [Ed: Mozilla hire to turn Firefox into spyware.]

            It's my fourth Moziversary. It's been 4 years (and three days) now since I joined Mozilla as a Telemetry engineer. I joined Mozilla as a Firefox Telemetry Engineer in March 2018, I blogged three times already: 2019, 2020, 2021. The past year continued to be challenging. Except for a brief 3-week period the Berlin office stayed close, so we all continue to work from home. I haven't met (most of) my team mates in person since 2020. I hope that in 2022 I will have the chance to meet some of them again, maybe even all at once.

      • Programming/Development

        • Open source tools to introduce students to computer science

          Snap! is a tool developed as a collaborative effort between UC, Berkeley, SAP, and various other institutions and used as the primary learning tool for students and adults using the BJC curriculum to learn the foundations of computer science. The Snap! source code is fully open source and licensed under the GNU Affero General Public License v3.0. Snap! is a visual, drag-and-drop programming language that is fully browser-based and features the ability to work with first-class data types (such as integers, variables, arguments, and arrays), procedures, and continuations. This enables Snap! to be powerful enough for a serious introduction to computer science while also allowing for high accessibility through its visual, drag-and-drop nature. Since Snap! is browser-based, learners can access it from any computer, phone, or tablet without purchasing or installing additional or specialized software.

        • QtVideo capture in Squish 7.0 – feature focus

          Squish GUI Tester 7.0 is the first Squish edition to offer a unique new feature: video capture of test executions to debug and document tests. For a long time, it has been possible to capture screenshots of the desktop where AUT was running with Squish, whether automatically in case of a test failure or on-demand using API functions in scripting languages. While this helped users get an overview of the situation in AUT and on the desktop at the point of failure, it provided a rather static picture of the events.

        • Python

          • Top 5 Best Python Development Tools (IDEs) and Code Editors

            Python program editors are designed to make it easier for programmers to write and debug their programs. We have discuss, top 5 best Python development tools (IDEs) and Code editors. A huge codebase may be easily managed and deployed quickly with the help of these Python IDEs. Desktop and web applications can be created using these editors. For continuous integration, developers are use following popular Python IDEs.

          • Data conversion in Pandas dataframes: 3 approaches to try

            I have been working on data analysis for almost three years, and there are some starters that I think are essential for every data analyst using the popular Pandas library for Python. If you often do data transformations in Pandas, you know how annoying it can be to search the web for basic information every time you get started with a new dataframe. For me, one of those sore points is encoding text data. For some reason, I can never remember a good way to encode data when I need it. So, I decided to note down my three favorite ways of doing so. Let me know in the comments if you have any other alternatives.

  • Leftovers

    • Integrity/Availability

      • Proprietary

        • Pseudo-Open Source

        • Security

          • Bruce SchneierSamsung Encryption Flaw [Ed: How do you know it's not an international back door?]

            Researchers have found a major encryption flaw in 100 million Samsung Galaxy phones.

          • Threat PostSamsung Screwed Up Encryption on 100M Phones | Threatpost

            One cryptography expert said that ‘serious flaws’ in the way Samsung phones encrypt sensitive material, as revealed by academics, are ’embarrassingly bad.’ Samsung shipped an estimated 100 million smartphones with botched encryption, including models ranging from the 2017 Galaxy S8 on up to last year’s Galaxy S21. Researchers at Tel Aviv University found what they called “severe” cryptographic design flaws that could have let attackers siphon the devices’ hardware-based cryptographic keys: keys that unlock the treasure trove of security-critical data that’s found in smartphones.

          • QtSecurity advisory: QLockFile, QAuthenticator, Windows platform plugin [Ed: Microsoft Windows TCO]

            Recently, the Qt Project's security team was made aware of an issue regarding Qt's usage of LoadLibrary in a few locations and determined it to be a security issue on Windows only.

          • Reproducible Builds (diffoscope): diffoscope 207 released

            The diffoscope maintainers are pleased to announce the release of diffoscope version 207. This version includes the following changes:

            * Fix a gnarly regression when comparing directories against non-directories.
              (Closes: reproducible-builds/diffoscope#292)
            * Use our assert_diff utility where we can within test_directory.py
            

          • LWNSecurity updates for Friday

            Security updates have been issued by Debian (varnish), Fedora (barrier and polkit), openSUSE (bitcoin, conmon, libcontainers-common, libseccomp, podman, firefox, nodejs-electron, nodejs8, php7, and webkit2gtk3), SUSE (conmon, libcontainers-common, libseccomp, podman, cyrus-sasl, expat, firefox, nodejs8, php7, tomcat, and webkit2gtk3), and Ubuntu (containerd).

          • VideoEnterprise Linux Security Episode 20 - Cloud Governance - Invidious

            Cloud Computing is all the rage these days - but what happens when a company moves to the cloud to quickly? While cloud computing can be a very rewarding technology, it can also get out of hand quite quickly.

          • CISATrailer Power Line Communications (PLC) J2497 [Ed: Proprietary software in its full glory]

            Exploitable remotely/low attack complexity



Recent Techrights' Posts

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
 
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
Ian Jackson & Debian reject mediation
Reprinted with permission from disguised.work
[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
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
Girlfriends, Sex, Prostitution & Debian at DebConf22, Prizren, Kosovo
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
Martina Ferrari & Debian, DebConf room list: who sleeps with who?
Reprinted with permission from Daniel Pocock
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
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
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