Bonum Certa Men Certa

Links 23/3/2022: GNOME 42 and Alpine 3.15.2



  • GNU/Linux

    • Desktop/Laptop

    • Kernel Space

      • TediumAsahi Linux: The Individual User’s Stake in an Apple Silicon World

        Over the weekend, something really awesome happened. An official distro of Linux came to Apple Silicon. And honestly, it’s extremely impressive, a joy to use (even if there are a whole bunch of gaps in the production, a number of to-come features that will limit its usefulness for the time being), and … honestly, everything that MacOS is not. It’s inspiring, and reflects a culture in which people are willing to try new things, and in which they succeed at trying out those new things just because there was enough public support for it. It’s arguable that in a technology world full of exciting things, you don’t get much more exciting than Asahi Linux—all the more exciting when you consider that its install process is surprisingly painless. In honor of its release, today’s Tedium culls together some thoughts on Linux and ARM, two great things that taste great together (as long as the fragmentation is kept in check).

      • LWNLinux 5.16.17
        I'm announcing the release of the 5.16.17 kernel.
        
        

        All users of the 5.16 kernel series must upgrade.

        The updated 5.16.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.16.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-s...

        thanks,

        greg k-h
      • LWNLinux 5.15.31
      • LWNLinux 5.10.108
      • LWNLinux 5.4.187
      • LWNLinux 4.19.236
      • LWNLinux 4.14.273
      • LWNLinux 4.9.308
      • Linux: Efficiency and Performance from Kernel Customizations | Formtek Blog

        Extended Berkeley Packet Filter (eBPF) is a virtual machine running inside the operating system kernel. Using eBPF, you can safely load programs into the kernel to customize kernel behavior. Historically, because the kernel is vital for security and stability, it changed very slowly to maintain integrity. eBPF enables easy kernel customizability which can be useful for a wide range of applications. Often kernel changes can introduce significant efficiency and performance gains.

        Alexei Starovoitov, developer at Facebook, said that “eBPF is a revolutionary technology that allows us to modify operating system behavior in real time without risky or expensive kernel code changes. It’s had a remarkable impact on our ability to iterate quickly on everything from networking to security to containerization.”

    • Instructionals/Technical

      • DEV CommunityHow Do I Resolve Merge Conflicts?

        I don’t think I’m alone in saying this; early in my career, merge conflicts were the bane of my existence (particularly in 2019). I graduated from a coding boot camp in 2018, and during that time, if I ever experienced a git issue that I didn’t know how to fix, I would create a new repository and start over. In 2019, I started working as a software engineer with a team of other software engineers, so I couldn’t create new repositories to avoid this inconvenience. I had to face my fears and fix merge conflicts. No exaggeration; the experience would bring me to tears. See the screenshot below of me making a self-deprecating joke about mishandling merge conflicts on July 14, 2019.

      • ID RootHow To Install Stremio on Ubuntu 20.04 LTS - idroot

        In this tutorial, we will show you how to install Stremio on Ubuntu 20.04 LTS. For those of you who didn’t know, Stremio is a free and open-source modern media center that’s a one-stop solution for your video entertainment. Using Stremio, you can follow your favorite YouTube channel, stream over 300 live TV channels, and even buy or rent media from official sources like Netflix, Amazon, and Google Play. Stremio provides support on Linux, Windows, macOS, Android, and iOS too.

        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 Stremio 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.

      • How to Use CDC to Optimize Your ELT Process

        For every update within the source database, you may need a reflection of the change. The associated resource like the search index should reflect the changes too. It is critical, especially to relational databases like MySQL, Oracle, PostgreSQL, etc.

        SQL Change Data Capture, Oracle CDC, and others cut dual writes. They also update resources accurately and simultaneously.

        There is no need to copy the entire database for analytics with CDC. You only need to track and capture the changes within the source and destination targets. The changes include “update,” “insert,” and “delete” events. They are replicated in other systems relying on similar data.

      • Make Use OfHow to Fix "A Network Change Was Detected" Error on Linux

        We've reached a point where many of the browsers you're likely to use on Linux are ultimately based on Chromium, and there's a common error afflicting these browsers.

      • TechRepublicHow to install the open-source TaskCafe project management system | TechRepublic

        Solid project management can make a workflow far more efficient and effective. But in order to manage projects, you need software to help you out. You can certainly attempt to manage those projects with a spreadsheet or Google Document, but as they start to scale, you’ll find those tools fall very short.

        That’s why you turn to project management software. When you start looking for such a platform, you’ll find an abundance of titles and services available. Some of those project management tools are found in third-party services that are hosted outside of your company’s data center. For some companies and projects, that’s a fine solution. But what if some of your projects are of a more sensitive nature and you don’t want to chance someone gaining access to view your kanban boards or Gantt Charts? If that sounds like a concern of yours, then you should consider installing a project management tool in your data center.

      • Linux.orgOptimizing Linux | Linux.org

        Most Linux systems run well since Linux is not an intensive Operating System (OS) as others.For some systems though, the system may not be optimized to provide great performance.

        The performance can depend on how the system is being used. Two identical systems can show different speeds depending on how that system is being used. Performance enhancements can be changed to remedy how the resources are used by the system.

      • Ubuntu HandbookHow to Install The Latest KeePassXC 2.7.0 in Ubuntu 22.04 via PPA

        This tutorial shows how to install the latest version of KeePassXC password manager (v2.7 so far) and keep it up-to-date via the official PPA in Ubuntu 22.04 LTS.

        The popular KeePassXC password manager released version 2.7.0 few days ago with many exciting new features. Here’s are some of them according to the release note:

    • Games

      • GamingOnLinuxA quick look at 2022 7DRL Challenge games | GamingOnLinux

        The 7 Day Roguelike Challenge was earlier this month with over 200 games submitted. I've spent the past week and half playing various games and I've also seen some streamed. That still means I've tried only a small number of games and Game Jams tend to lead to more experimental games.

      • Godot EngineGodot Engine - Maintenance release: Godot 3.4.4

        In parallel to our work on the upcoming feature releases Godot 3.5 (with a second beta) and 4.0 (now at alpha 4!), we backport important fixes to the stable 3.4 branch for use in production.

        Last month's 3.4.3 release was found to have a few regressions that could affect a lot of users, so we've been working on a bugfix-only release to solve those issues and a few other pre-existing issues. All users are advised to upgrade to Godot 3.4.4 for the best possible experience.

      • GamingOnLinuxWonderful life sim The Garden Path gets a new trailer | GamingOnLinux

        During The MIX 10th Anniversary Showcase, gorgeous gardening life sim The Garden Path got a new trailer.

        "The Garden Path explores the quiet moments of a life well lived, where your garden will grow to reflect both the passing of time and your own design. Time here runs in concert with the real world, and the passing of seasons heralds new encounters and a new story to weave. Above all, The Garden Path is a life sim that celebrates the tranquil and the pensive, a tucked-away place to shape and grow as you like."

      • GamingOnLinuxLightweight Linux distro Lakka for retro gaming version 4.0 out now | GamingOnLinux

        Lakka, a lightweight Linux distribution that transforms various small computers into a full blown retrogaming console has a new release out now. With support for various models Raspberry Pi, Odroid, Anbernic, Allwinner and more — maybe that little device you've got laying around somewhere can be transformed with Lakka.

    • Desktop Environments/WMs

      • GNOME Desktop/GTK

        • Its FOSSClear Linux is the First Distro to Offer GNOME 42 - It's FOSS News

          Clear Linux is an open-source rolling-release distribution tailored for developers working with the Cloud and Edge.

          If you did not know, Clear Linux is a project by Intel to offer a fast-performing environment to work with containers while optimized for Intel processors.

        • GamingOnLinuxGNOME 42 released with the new global dark-style preference | GamingOnLinux

          GNOME 42 has rolled out officially today with a bunch of new features, fixes and enhancements to make your Linux desktop experience even better.

          One of the major new highlight features is the addition of a global dark UI style preference. You can use this to tell various applications to use a dark theme, if they support it. You can find it in the new Appearance panel in the Settings app.

          There's also a renewed screenshot feature that allows both pictures and video recordings under the same roof. Many GNOME apps have also been upgraded to use GTK 4 and libadwaita, the next-generation tech bringing "better performance, a new modern UI style, and new user interface elements". The Settings app going through the biggest change here with a whole new look and feel. You will also find a new text editor, a new console app, RDP support and various performance improvements.

        • 9to5LinuxGNOME 42 Desktop Environment Is Out with New Screenshot UI, GTK4 Apps, and Dark Mode

          After six months of development, GNOME 42 is here and it’s packed with some cool new features and enhancements for fans of the GNOME desktop environment. The biggest change in this major release is the porting of almost all default GNOME apps to the latest GTK4 toolkit and the libadwaita 1.0 library for a more modern look and faster performance.

          Earlier this year, I took an in-depth look at some of the new GTK4 apps that will be included in GNOME 42, and I was really impressed by the modern new look of these GTK4 apps.

        • OMG UbuntuGNOME 42 Released, This is What's New - OMG! Ubuntu!

          The GNOME project today released GNOME 42, the latest version of its open source desktop environment.

          New features, UI tweaks, and performance gains are a staple part of every new GNOME desktop update, but none more so than here, in GNOME 42.

          GNOME 42 source code is available to download from the GNOME website from today.

          However, most Linux users will want to wait for their distro maintainers to package it up and push it out to them. Don’t want to wait? You can use the GNOME OS image in the Boxes virtual machine app.

        • Its FOSSGNOME 42 is Here With Dark Mode, New Screenshot UI, and More Exciting Features - It's FOSS News

          GNOME 42 is a major upgrade with noticeable visual changes.

          With GNOME 42, you get many essential improvements and much-needed upgrades. Now that it’s here, let us check out some of the key highlights.

        • LinuxiacGNOME 42 Released: A Look at What's Changed

          The much-needed GNOME 42 rework brings native dark mode, great UI with nice libadwaita touch, and GTK4 performance boost.

          Another six months of development later, and the long-awaited GNOME 42 is out with plenty of enhancements for GNOME desktop fans. GNOME 42, like GNOME 41, does not include significant changes to desktop layouts.

        • LWNGNOME 42 released [LWN.net]

          Version 42 of the GNOME desktop environment is out.

        • GNOME Release Notes

          A new global dark UI style preference has arrived in GNOME for version 42. This can be used to request that apps use a dark UI style instead of light. The new setting can be found in the new Appearance panel in the Settings app, and is followed by most GNOME apps.

          All of GNOME’s wallpapers support the dark style preference, so that switching to dark style also switches to a darker wallpaper style.

          Under the hood, the new dark style makes it possible for apps to provide their own style settings that are independent of the system style preference. This makes it possible to switch individual apps to dark or light, if you prefer to use them that way.

    • Distributions

      • New Releases

      • Screenshots/Screencasts

      • SUSE/OpenSUSE

        • SUSE's Corporate BlogSpeedscale for SUSE Rancher: accelerate cloud native application testing

          Running Kubernetes at scale is really hard. Developing microservices apps that run well in a Kubernetes environment takes complexity to the next level. SUSE Rancher makes Kubernetes easier to use with a point and click web interface that simplifies the process of scaling out and managing workloads across all of your clusters – from core to cloud to edge. Combining Speedscale with SUSE Rancher gives development teams visibility into microservices to help them improve service performance and quality. By implementing traffic replay as part of continuous integration, development teams can release with confidence.

          Traditional approaches to software testing are not keeping up with the trend of “continuous everything.” According to a recent GitLab survey of developers, testing was the slowest phase of application development. This causes a gap where code is ready to be delivered to production, but teams must slow these releases with canary deployments and feature flags to ensure new changes don’t break production.

      • IBM/Red Hat/Fedora

        • Red Hat OfficialApache Kafka: 10 essential terms and concepts explained

          Apache Kafka has proven to be an extremely popular event streaming platform, with the project reporting more than 60% of Fortune 100 companies using it today. Developed by the Apache Software Foundation in 2011, Apache Kafka is an open source software platform that can publish, subscribe to, store, and process streams of records in real time.

          But what even is an event streaming platform? Heck, what do half the things in Kafka mean?

          The concepts of Kafka producers, consumers, topics, partitions, and so on can be hard to grasp for newcomers to Kafka. So if you find yourself scratching your head at anything Kafka related, this is the right article for you.

        • Red Hat OfficialMeet your learning goals with new personalized skills paths

          With skill set and talent gaps ranked as the top barrier to digital transformation in Red Hat’s 2022 Global Tech Outlook Survey, organizations have ranked "technical skills training" and "people and process skills training" among their top non-technical funding priorities. For both organizations and individuals, options for training abound, and it can be hard to identify exactly where to start.

    • Devices/Embedded

      • Mobile Systems/Mobile Applications

        • CNX SoftwareMecool KD3 Android 11 TV HDMI dongle supports 4K Netflix, Prime Video - CNX Software

          We noted some Android TV dongles with Amlogic S905Y4 Cortex-A35 processor in January 2021, and one of the first Amlogic S905Y4 devices available in this form factor is the Mecool KD3 with a certified Android 11 TV operating system.

          The KD3 is equipped with 2GB RAM, 8GB storage, and the minimal design only offers only one HDMI 2.1 port and a Micro USB port used for power, and of course WiFi 5 and Bluetooth 5.0 connectivity.

        • Best PSP emulators
    • Free, Libre, and Open Source Software

      • Events

        • Ulrike Uhlig: Workshops about anger, saying NO, and mapping one’s capacities and desires

          For the second year in a row, I proposed some workshops at the feminist hackers assembly at the remote C3. I’m sharing them here because I believe they might be useful to others.

          [...]

          Based on discussions with a friend, whose company uses SWOT analysis (strengths—weaknesses—opportunities—threats) to regularly check in with their employees, and to allow employees to check in with themselves, I created a similar tool for myself which I thought would be nice to share with others. It’s a very simple self-reflection that can help map out what works well, what doesn’t work so well and where one wants to go in the future. I find it important to not use this tool narrow-mindedly only regarding work skills and expertise. Instead, I think it’s useful to also include soft skills, hobbies, non-work capacities and whatever else comes to mind in order to create a truer map.

      • Web Browsers

        • Mozilla

          • MozillaThe web is for everyone: Our vision for the evolution of the web

            Over the last two decades, the web has woven itself into the fabric of our lives. What began as a research project has become the world’s most important communication platform and an essential tool for billions of people.

            But despite its success — and sometimes because of it — the web has real problems. People are routinely spied on by advertisers and oppressive governments, often at the moments when the open web is most necessary. They find themselves disempowered by hostile sites, sluggish experiences, and overly-complex technologies. And much of the web remains out of reach for non-native English speakers and people with disabilities.

            Mozilla believes the web should be for everyone — open, empowering, and safe. In its best moments, the web exemplifies these values today. But too often the web today does not deliver on this promise. To that end, we’ve mapped out a detailed vision of the changes we want to see in the web over the next five years, and the work we believe is necessary to achieve them. This includes efforts on a number of fronts — deploying ubiquitous encryption, ending tracking, simpler and faster technologies, next-generation internationalization support and much more.

      • SaaS/Back End/Databases

      • Programming/Development

        • QtQt Creator 7 released

          We split up the New File or Project menu item into separate New File and New Project items. That also means a new shortcut for New Project.

          If you are using the Qt Online Installer, update notifications in Qt Creator now also include new minor Qt versions and patch releases to the latest available Qt version. You can configure this in Options > Environment > Updates.



Recent Techrights' Posts

IBM: Many Thousands of Layoffs in 2025
If 2025 is expected to be the same, then perhaps about 20,000 IBM workers will no longer be there
Google: Your Only Option is Google YouTube (Coming Soon: Mandatory DRM and Attestation?)
Digital Restrictions (DRM) to follow? Only for "approved" (attestation) browsers?
The Munich-Based EPO is Still Using a Platform That Promotes the Far Right and Rehabilitates Nazism
Active Twitter account
How the EPO Pressures Staff Into Minting More Monopolies (Patents), Even Illegal Ones That Harm Europe and Ultimately Dismantle the Rule of Law
insights into the pressure examiners are under
LLM Slop Machines Are Not a Win for "Open Source" and If They Get Cheaper, It's Even Worse
If some program that claims to be "Open Source" pollutes the Web with fake articles (Microsoft SPAM and fake "Linux" articles), whose win is it?
 
Another Slew of Fake Articles About 'Linux' and 'Security' From Brittany Day at linuxsecurity.com (Spamfarm/Slopfarm)
linuxsecurity.com is basically a pariah and parasite. It lessens the incentive to write real articles about "Linux" by generating fake ones to outrank the originals.
Links 30/01/2025: Microsoft Wants Convicted Felon to Give Fentanylware (TikTok) to It (After Making a Phonecall Asking for That in 2019), "Moving Away From Google's Ecosystem"
Links for the day
Jack M. Germain (LinuxInsider) Seems to Have Turned to LLM Slop, Graphics Slop, and B2B SPAM
LinuxInsider is barely active anymore
Links 30/01/2025: Amazon Layoffs and DeepSeek Panic
Links for the day
Gemini Links 30/01/2025: Chaos Reigns, E-mail, Searching
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, January 29, 2025
IRC logs for Wednesday, January 29, 2025
Mastodon Was Always Biased (Just Like Twitter After Abandoning Chronological and Neutral Timelines in Order to Become More Like Facebook)
So bury-brigading and click-farming control what people see
Certificate Authority Let's Encrypt Falls to Only 0.4% of the Total in Geminispace
Geminispace does not need to outsource trust
Links 29/01/2025: Dismantling Public Health in the US, Air Busan Plane Up in Flames (South Korea's Air Disasters Streak)
Links for the day
Announcements and Administrivia
This week we're going out for two days in a row to celebrate an achievement that's very respectable
Gemini Links 29/01/2025: Japan, GTD, and More
Links for the day
Sir, Yes, Sir. The Life of EPO Patent Examiners.
If working for the EPO makes it harder to sleep at night, take action
Links 29/01/2025: Data Privacy Day and Growing Tensions in Europe
Links for the day
Nazi Twitter (aka "X") Became a Troll Site That Lets People Buy a Blue Tick While Its Boss Actively Promotes Neonazi Politicians
the intellectual level of people who infest the Web through "Twitter" or "X"
This is Why They're So Afraid of Richard Stallman (He Tells People the Correct History)
Then they post about it to Microsoft's LinkedIn
Richard Stallman Speech in Bengaluru, "Silicon Valley of India"
62 years have passed since his "young nerd" days and he's still at it
Claim: Facebook Deletes Posts of IBM Red Hat Critics
As always, follow the money (advertisers)
Links 29/01/2025: Climate Crisis and "It’s time for the Xbox to fade away" (Microsoft Lose)
Links for the day
Links 29/01/2025: Buying Groceries During a Trade War, Political 'Retro'
Links for the day
More Illegal Patents at the EPO, Legality of Granted European Patents No Longer Matters to the Office
breaking the law for profit
Network Improvements Tomorrow
"Network maintenance" down in London
Sharing is Caring (But Advocating Copyleft Makes You a "Target")
GPLv3 does not close all the loopholes which the "Affero" helps close
Articles About Free Speech at Facebook
'Facebook vs Linux' story is now receiving a lot more media coverage
We Were Right About stallmansupport.org Making an Error by Joining Social Control Media. mastodon.social Suspends stallmansupport.org.
From what we can guess, accounts can be banned by some oversensitive admin or a mob of users ("bury brigades")
"Latest Technology News" in BetaNews Still LLM Slop and SPAM Composed by LLMs (It's Basically a Spamfarm Disguised as a News Site)
Only a fool would visit BetaNews in search of actual news
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, January 28, 2025
IRC logs for Tuesday, January 28, 2025
The EPO's Corruption, If It Remains Untackled, Helps the Far Right and Enemies of European Unity/Solidarity
Do not negotiate with evil
The Web, Including Wikipedia, Gets Filled With Lies About Bill Gates, Added by Bill Gates and His PR Team
Of course Wikipedia is funded by Gates
Facebook Banning Linux Sites (or People Who Link to Linux Sites) is Another Symptom of the Web's Demise
The state of media on the Web is really bad; Social Control Media amplifies the badness, as Facebook serves to show
Gemini Links 29/01/2025: Neovim Telescope and Writing Less
Links for the day
Links 28/01/2025: Chaffbot as Commodity Fad, New Import Restrictions in Thailand
Links for the day
Links 28/01/2025: "Against Social [Control] Media", "Smart" Buses' Ticketing System Cracked
Links for the day
[Video] Richard Matthew Stallman (RMS) in India, Talking About Proprietary Software's Dangers Only Yesterday
WebM file
Gemini Links 28/01/2025: Thinking About Not Much, Computing Fatigue, the Curse of JavaScript
Links for the day
"SuccessFactors" (SAP) Stunts at the EPO Used to Break Laws and Constitutions, Staff Tricked Into Harming Themselves
Ongoing corruption and lawlessness became the norm; Europe's second-largest institution (EPO) along with the largest institution (EU) has its very own Minsk
The GNU Manifesto Turns 40 in a Few Weeks
The FSF turns 40 later this year, too
Continued Support and Momentum at the Free Software Foundation (FSF)
"This helps protect our community."
Another Talk by Richard Stallman Tomorrow, This Time in Bengaluru
This means that in January 2025 he is giving at least 5 public talks
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, January 27, 2025
IRC logs for Monday, January 27, 2025