Bonum Certa Men Certa

Links 28/04/2022: New Official Release of IPFire, FSF Hiring



  • GNU/Linux

    • IT ProWindows vs. Linux vs. Mac: the channel comparison | IT PRO

      With Linux being open source software, its code can be tweaked and modified to meet specific user requirements - something which is not possible with the closed source Windows and macOS systems. While that can mean support is not as easily accessible, it's this flexibility that has helped make Linux a popular choice with the developer community and certain sections of the enterprise user base.

    • Desktop/Laptop

      • Bryan Lunduke6 Dirty Secrets of the Linux and Open Source Industry

        The Linux Foundation is funded (and controlled) by Microsoft and Facebook

        As of 2018, the cost of a “Platinum Membership” to the Linux Foundation cost $500,000 USD (half a million) per year. A system that propelled The Linux Foundation revenue up to $177 Million dollars in 2021.

        Platinum Members include Microsoft, Oracle, and Facebook (now Meta).

        The Board of Directors of The Linux Foundation is made up of representatives from Facebook (Meta), Microsoft, and Amazon (who employs the Chair).

        Think you’re being rebellious — and staying clear of Big Tech — by using Linux? Think again.

        Who controls and funds the foundation which controls Linux?

        Microsoft, Facebook, and Amazon.

      • DedoimedoMoving from Windows to Linux - Disk management

        Today, I'd like to break away from my recent template of Windows-to-Linux tutorials, which have focused on showing you how to install, configure and use a variety of programs, typically designed or intended only for Windows, using frameworks like WINE. What we shall discuss today is the juicy topic of disk and drive management.

        Beyond applications, there's data to reckon with. And data is critical to everything. Things become extra complicated when one considers the cardinal differences between Windows and Linux. The former uses NTFS, and data is organized in drives (C:, D:, etc). Linux stores everything under one filesystem tree (root, /), and uses different filesystem formats (like ext4), although it can handle NTFS. So then, what gives if you're trying to move your stuff over? This tutorial is a neat suggestion for those looking for order, simplicity and clarity.

      • LiliputingBeelink SER 4 4800U X pairs a Ryzen 7 CPU with Manjaro Linux - Liliputing

        Tiny PC specialist Beelink is offering up a new model that ships with a Linux-based OS preinstalled. The SER 4 4800U X pairs an AMD Ryzen 7 4800U processor with the popular Manjaro distro.

    • Audiocasts/Shows

    • Kernel Space

      • LinuxiacThe Future of the NTFS Linux Driver as Part of the Kernel Is in Question

        After Paragon’s NTFS3 driver was accepted to become part of the Linux kernel last year, it has not received a single line of code maintenance.

        Let’s start with a brief background of events. The NTFS support in the Linux kernel has always been an important part. After all, a vast number of Linux users rely on it to be able to use the Windows file systems fully under Linux.

        Unfortunately, the existing Linux NTFS driver, which implementation dated back to 2001, was unmaintained in the kernel and lacked proper write support and other features.

      • SocketCAN x Kubernetes

        The SocketCAN package is an implementation of CAN protocols for Linux. Generally speaking, CAN is a networking technology that has widespread use in automation, embedded devices, and automotive fields. While there have been other CAN implementations for Linux, SocketCAN uses the Berkeley socket API, the Linux network stack, and implements the CAN device drivers as network interfaces, often making it the first choice for a CAN implementation.

        Recently, we worked on a project where we used Kubernetes to control and automate deployments and updates. One component of our workflow required the availability of a CAN interface inside the Kubernetes Pod; to our surprise, such support didn't exist. Fast forward to today, and SocketCAN support is now available in the form of a Kubernetes SocketCAN device plugin!

    • Instructionals/Technical

      • Hardware for a syslog-ng server - Blog - syslog-ng Community - syslog-ng Community

        What hardware to use for a syslog-ng server? It is a frequent question with no definite answer. It depends on many factors: the number and type of sources, the number of logs, the way logs are processed, and so on. My experience is that for the majority users even a Raspberry Pi would be enough. But of course, not for everyone.

      • Apollo ISO bug is fixed for most users and also a workaround for those who need it.

        e have received messages that our recent Apollo ISO resulted in failed installations due to the recently updated Archlinux keyring.

      • VituxHow to Write a Shell Script in Ubuntu – VITUX

        A shell script is a Linux-based script in which commands are written. When a user executes the script, all the commands that are in the script are executed one after another. Think of it like this: You have a task to do, for which you need to write a certain number of commands, and it is difficult to write and execute these commands one by one.

      • VituxHow to Flush the DNS Cache on Ubuntu – VITUX

        The DNS or the Domain Name Server can be characterized as one of the most essential parts of your link to the internet. The DNS translates the domain names to and from the IP addresses so that we don’t need to remember or keep a list of all the IP addresses of the websites we ever want to access. Our systems also maintain a list of DNS records so that we can access our frequently visited websites faster through a quick resolution of IP addresses. This cache on our system needs to be flushed from time to time. This is required because websites may change their addresses time and again, so it is a good idea to avoid IP conflict by clearing the cache. Flushing the cache is also a good way to clear unnecessary data residing on our systems.

      • ​How to Upgrade to Ubuntu 22.04

        Ubuntu 22.04 LTS (Jammy Jellyfish) was released on April 21, 2022, and it will be supported for five years. It comes with many new packages and major software upgrades, including the latest versions of OpenSSL, GCC, Python, Ruby, and PHP. This release is based on the Linux 5.15 LTS kernel and adds support for new hardware and filesystems.

        The desktop edition comes with kernel v5.17, GNOME 42, and a new screenshot and screen recording tool. This tutorial explains how to upgrade to Ubuntu 22.04 LTS from Ubuntu 20.04 or Ubuntu 21.10.

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

        In this tutorial, we will show you how to install VirtualBox on Ubuntu 22.04 LTS. For those of you who didn’t know, VirtualBox is a free and open-source virtualization tool for desktops and servers. It is an alternative to VMware workstation player and other virtualization software out there. VirtualBox supports the guest virtual machines running Windows, Linux, BSD, much more operating systems.

        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 Oracle’s VirtualBox on Ubuntu 22.04 (Jammy Jellyfish). You can follow the same instructions for Ubuntu 22.04 and any other Debian-based distribution like Linux Mint, Elementary OS, Pop!_OS, and more as well.

      • Touch Command in Linux – Options + Examples

        The Linux operating system has multiple objects, such as application files, directories, system files, and binary files. These objects contain metadata information along with the files, which include create, access, and modification time. Sometimes, you may need to update these timestamps and the Linux touch command is a way to do it.

      • Linux Made SimpleHow to install VRoid Studio 1.6.0 on a Chromebook

        Today we are looking at how to install VRoid Studio 1.6.0 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.

      • TechTargetHow to conduct Linux privilege escalations

        We can begin the kernel exploitation process by taking a look at how to use kernel exploits with the Metasploit framework. The Metasploit framework offers an automated and modularized solution and streamlines the exploitation process.

      • Make Use OfHow to Install and Use Annotator: An Image Annotation Tool for Linux

        Linux offers various image manipulation tools to help you edit images. Some of the popular ones include GIMP, Pinta, and Krita. However, while these tools offer tonnes of features and serve the needs of most users, many of them have a steep learning curve, and the added complexity in features makes them overkill for basic image editing and annotation needs.

        For such use-cases, you rather need an annotation tool, like Annotator, which simplifies image manipulation and lets you annotate images with just a few clicks.

        Follow along as we walk you through the steps to install and use Annotator on Linux.

    • Distributions

      • IPFire Official Blogblog.ipfire.org - IPFire 2.27 - Core Update 167 released

        Another update of IPFire is ready: IPFire 2.27 - Core Update 167. It brings an updated kernel in which we continue our efforts to harden IPFire even further; various package updates including bug and security fixes as well as smaller improvements throughout the distribution.

      • Make Use Of5 Reasons to Try Out Zorin OS (and Which Edition to Go For)

        Each Linux distribution provides a particular feature set suitable for a specific target audience. With so many options to choose from, you may find it hard to select the right one.

        Users from other operating systems, such as Windows and macOS, often find it challenging to switch to Linux for various reasons, and that's where Zorin OS, an Ubuntu-based Linux distro, arrives on the scene.

        This distro is an excellent choice if you are new to Linux. Its interface and features are similar to other popular OSes and help you quickly shift to Linux. Here are some reasons why you should install Zorin OS as your next (or first) Linux distro.

      • New Releases

        • Beta NewsLinux Lite 6.0 RC1 is here with Google Chrome as new default web browser

          Now that Ubuntu 22.04 has been released, we will start to see updates to all the Linux distributions that are based on Canonical's operating system. For instance, the first release candidate of Linux Lite 6.0, which is based on Ubuntu 22.04, is now available. If you aren't familiar, Linux Lite is very popular with those that are switching to Linux from Microsoft Windows.

          Linux Lite 6.0 RC1 is notable for ditching Mozilla Firefox as the default web browser, and switching to Google Chrome 100 instead. The operating system currently uses Linux kernel 5.15.0-25 and the desktop environment Xfce 4.16.3. It comes with some excellent software pre-installed, such as GIMP 2.10.30, Thunderbird 91.7.0, VLC 3.0.16, and LibreOffice 7.2.6.2.

      • Arch Family

        • 9to5LinuxArch Linux’s Archinstall Gets a Brand-New Menu System, Many Other New Features

          The biggest new feature of the Archinstall 2.4.1 release is a completely new menu system, which you can see in the screenshot above. The brand-new menu system uses the simple-term-menu Python package that creates simple interactive menus on the command line and it’s accessibility friendly. In addition, Guided has been updated to use the new menu system.

      • IBM/Red Hat/Fedora

        • LWNFedora not deprecating legacy BIOS - yet [LWN.net]

          As was recently reported here, the Fedora project has been considering dropping support for legacy BIOS systems in upcoming releases. The idea was controversial at best, and the minutes from the April 26 FESCo meeting show that it has been rejected, for now at least. The BIOS SIG will be asked for a new plan for BIOS support in Fedora.

        • TechRepublicAlmaLinux 9 beta is now available and introduces several improvements

          AlmaLinux is a Linux distribution that is 1:1 binary compatible with Red Hat Enterprise Linux. That means it’s perfectly at home as an enterprise server operating system capable of handling anything you can throw at it. This server-centric operating system was first released in 2021 as a drop-in replacement for CentOS and would serve as an alternative to RHEL.

          [...]

          With RHEL 9 releasing in May, it should come as no surprise that AlmaLinux 9 will follow in its footsteps. Although there is no official release date for the next iteration of AlmaLinux, what we do know is that the beta has finally arrived and although it’s not a major departure from what was offered in AlmaLinux 8, there’s certainly enough to garner a bit of excitement about this next release.

        • Red Hat OfficialCompliance as Code: Extending compliance automation for process improvement

          Supply chain disruptions, intellectual property theft and the rising cost of data breaches are among the top reasons for a drastic increase in global focus on cybersecurity compliance.

          Regulated industries face more stringent requirements, and some organizations now require third-party assessments instead of using internal teams to verify compliance with cybersecurity frameworks. Non-regulated industries can also leverage the same standards in order to reduce their security risk. Compliance automation is increasingly important to manage the growing burden that security teams face.

        • Red Hat report: Enterprise open source new pandemic response [Ed: "PARTNER CONTENT" means IBM/Red Hat now bribes sites and publishers for puff pieces]

          Red Hat recently released The State of Enterprise Open Source 2022 report, which highlights the changing perceptions about the use of the open source development model in the enterprise technology space.

          Now in its fourth year, the survey of nearly 1,300 IT decision makers reveals how organisations are increasingly shifting to open source software solutions to address COVID-19 related challenges and tackle new market demands for quality, speed and an evolving cybersecurity landscape.

      • Debian Family

        • Louis-Philippe Véronneau - Montreal's Debian & Stuff - April 2022

          After two long years of COVID hiatus, local Debian events in Montreal are back! Last Sunday, nine of us met at Koumbit to work on Debian (and other stuff!), chat and socialise.

          Even though these events aren't always the most productive, it was super fun and definitely helps keeping me motivated to work on Debian in my spare time.

      • Canonical/Ubuntu Family

        • UbuntuUbuntu Blog: Design and Web team summary – 22 April 2022

          The Web and design team at Canonical run two-week iterations building and maintaining all of the Canonical websites and product web interfaces. Here are some of the highlights of our completed work from this iteration.

    • Devices/Embedded

    • Free, Libre, and Open Source Software

      • 6 Best Alternative Router Firmware that are Open Source - DekiSoft

        Firmware is basically the OS that comes on the router pre-installed. Now each manufacturer carries its own version. Just like OS there on your phone device or personal PC, it controls all inner workings of the device.

      • Content Management Systems (CMS)

        • Kiwi TCMS - Kiwi TCMS 11.3

          We're happy to announce Kiwi TCMS version 11.3 which is the 100th tagged version in our git repository!

      • FSF

        • FSFFSF job opportunity: Licensing and compliance manager [Ed: This is not an expansion but brain drain]

          The Free Software Foundation (FSF), a Massachusetts 501(c)(3) charity with a worldwide mission to protect computer user freedom, seeks a motivated and talented Boston-based individual to be our full-time licensing and compliance manager.

          This position, reporting to the executive director, works as a critical member of our licensing and compliance team to protect and promote the use of freely licensed works of software and documentation. For over twenty years, the FSF's Licensing & Compliance Lab has been the preeminent community resource for free licensing. From principled enforcement of the GNU General Public License (GPL), to certifying software and devices as respectful of user freedom, to the writing and distribution of licensing-related educational materials, the team does work vital for the free software movement.

      • Programming/Development

        • Perl/Raku

        • Shell/Bash/Zsh/Ksh

          • Linux.orgBash 05 – Script Logic

            Probably the most important aspect of scripting is using logic operators to control the flow of the script. Sometimes a script needs to do more than run each command in order from the beginning to the end of the script.

            There are many times when you need to control the flow of a script to allow different things to happen based on the parameters that you specify. For example, you may need to verify that a file or folder exists before you copy certain files into the folder.

            We have basically four logic features that we need to cover in this article. There are more logic features we will cover later, but these features will aid you in script flow.

    • Standards/Consortia

      • Public KnowledgeMovin’ On Up A Little Higher, Part 1: Starting to ‘Get Up Offa That Thang’ with Interoperability - Public Knowledge

        You can view the introduction of this series at publicknowledge.org/Movin’. Download detailed charts of both legislative proposals to follow along with our analysis.

        The Black-empowerment hit-maker James Brown mostly sang about movement – physical, mental, emotional, spiritual, social, political, and even economic. The Godfather of Soul recalls being dehydrated and fatigued on tour, but he jolted back to life when he saw the audience in a Fort Lauderdale club reflecting his exhaustion. He yelled “Get Up Offa That Thang, and dance ‘til you feel better… SING!” And that was the birth of his 1974 smash-hit. The cure for collective exhaustion was movement. As consumers, we are exhausted with the harms of some of the largest digital platforms. We all want the choice to start moving. But, movement away from the largest digital platforms isn’t easy. Nevertheless, we must push ourselves and our communities to “Get Up Offa Them Thangs” with interoperability.

        A growing class of Afro-descendant tech entrepreneurs have heard and experienced the downsides of the largest digital platforms and have decided to create their own platforms. The pre-Facebook social media network Black Planet, as well as The Cookout, Bean, RAMÅšE, and Black Twitter, all want to compete with Facebook to create safer and more inclusive spaces for Black communities. Fanbase and MelaninPeople are seeking to compete with YouTube for Black content creators who often get uncredited and underpaid for viral content. TruSo and Zimela are vying to compete with Microsoft-owned LinkedIn to cultivate a professional social network. Black-owned wholesale retailers like WeBuyBlack.com are seeking to offer more diverse and culturally inclusive products directly from sellers of color around the world. Platforms that carefully curate Black-owned businesses and Black-inspired goods, services, and experiences like Support Black Owned, Official Black Wall Street, Black Owned Association, Black Owned Brooklyn, and EatOkra are trying to offer alternatives to Google’s ginormous search engine and Amazon’s mammoth marketplace of everything.

  • Leftovers

    • TediumBubble Hockey History: For the Hockey Lovers in Your Life

      The nature of invention and innovation has been on my mind the past few weeks. Specifically, why we attribute some innovations to particular individuals but not others. Henry Ford didn’t invent the assembly line but it’s credited as one of the innovations that made his automobile company one of the most profitable. A.C. Gilbert didn’t really invent the Erector Set but its success and his charisma helped him become one of the largest toy manufacturers in the world. Plenty of business tycoons find success with products they didn’t invent, or even significantly innovate in a meaningful way. Elon Musk bought his way into Tesla Motors, he wasn’t its founder and, of course, the electric car was invented some 80 years before his birth. But perhaps the simplest way to understand why certain business leaders get credit over others is to look at an arcade game popular in colder climates or any place where hockey fans congregate. Today’s Tedium is looking at bubble hockey and the lawyer-turned-game-maker that became its chief champion—and why it might matter to American patent law in coming years.

    • The World Language

      In Lojban there is an expression, “malglico” (c pronounced as sch) which means “English can go to hell“.

      (L1 means first language, the first language a given person has learned (“mother tongue” as it used to be called), and L2 means all other languages.)

      But English is the world’s most widely spoken L2; four times more people know it than the second most common L2, the MSA variety of Arabic. Though that’s just a written language, and we were talking about spoken L2. Hindi in that case, also about a quarter of English.

    • Stumbles in the door...

      I am being demoted at work. It is a administrative reorganisation thing, unique I guess to huge administrations. Same job, same money - for now, different title (under-minion) Someone somewhere does not know what I do, and luckily management are asking awkward questions...

    • Integrity/Availability

    • AstroTurf/Lobbying/Politics

      • The global dangers of Elon Musk’s Twitter takeover

        The internet was abuzz yesterday after news broke that Elon Musk’s $44 billion buyout of Twitter had gone through. Musk, a self-proclaimed “free speech absolutist,” has made it clear that he believes Twitter overzealously moderates content and that he favors an approach with fewer takedowns, open algorithms, and “authentication of all humans.” In announcing the agreement, he said: “Free speech is the bedrock of a functioning democracy, and Twitter is the digital town square where matters vital to the future of humanity are debated.”

    • Civil Rights/Policing

      • According to Wikipedia, AAA has a bad record of supporting measures that harm motorists and car owners. – BaronHK's Rants

        It’s always nice to find out that an organization you pay membership dues to every year is lobbying to foist reduced speed limits that rack up more fines from the state, speed trap and red light cameras that were the center of another Illinois bribery and corruption scandal, which increase car accidents but are kept as a license to rip off the public, a federal 55 mph speed limit that existed in my lifetime that nobody paid attention to and went mostly unenforced in many states because even the cops thought it was so stupid, and billing people a VMT tax on top of the gas tax on top of the registration fees.

    • Internet Policy/Net Neutrality

      • Third Party



        As I write this post, I am frustrated. Why am I frustrated? Because I found a little old site that had but one functionality: you input a Twitter user into the single search field and get all their media. And then I lost the tab. You're probably thinking without the fatty JS it would be Nitter which is indeed great; except that wasn't it because it was way simpler than Nitter.

        These days when you stumble upon a humble Web 1.0 or even 2.0 site that's still up and runnning chances are it's a no-nonsense, no-BS website that does exactly what it says on the tin. You can't say the same of all the sites hawking automation tools for this or that or meant to pump up search results.

    • Monopolies

      • Copyrights

        • Public Domain Review“A Sword was Seen in the Sky”: *A True and Wonderful Narrative* (1763) – The Public Domain Review

          So opens the first of two accounts detailing unusual phenomena seen in the skies over Riga and Kirschberg (near Gdansk) in 1763. Published by Mannheim-born Philadelphia printer Anton Armbruster the following year, this short pamphlet was a translation of a German broadside titled Zwei wahrhafte von gantz besondrn Himmels–Zeichen. Why this translation for Philadelphia? Such strange news from Prussia would have likely appealed to the city's many German immigrants, but there was maybe more to Armbruster’s publication. Despite occurring across the other side of the world, such ominous signs from a wrathful God unhappy with a wayward populace, could speak to the citizens of the much-embattled Pennsylvania Province.

          The year of 1764 was a troubled time for Philadelphia. After Armbruster’s former business partner Benjamin Franklin had, in early February, turned back the Paxton Boys vigilante mob on their way to murder Susquehannock Indians, a pamphlet war broke out in the City of Brotherly Love. Nearly a quarter of the seventy-plus pamphlets either excoriating or apologizing for the Paxton gang’s violence were printed on the press owned by Benjamin Franklin and operated by Armbruster. Did the latter then take a break from the ongoing provincial war of words to issue a transcendental warning to Philadelphians?

        • Public Domain ReviewTrade Edition of *Affinities* Now Available for Pre-order – The Public Domain Review

          This time last year we were in the heady whirl of the crowdfunding campaign for Affinities, our very special book of images made to celebrate 10 years of The Public Domain Review. A whopping 2800 of you ended up buying a copy and — after a long and patient/impatient wait — they have finally started arriving to doors, hands, and eyes over this last week or so.

          If you missed out on a copy through the crowdfunder, some good news — there will be a trade edition published by Thames and Hudson! It has a different cover and subtitle to the clothbound Volume edition, but the glorious insides are exactly the same. We are super excited that people who missed out first time round will be able to get a copy — and that it can sit in real-life bookshops and reach a wider audience beyond the PDR faithful.



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