Bonum Certa Men Certa

Links 17/10/2022: Kdenlive 22.08.2, Libcamera 0.0.1



  • GNU/Linux

    • Desktop/Laptop

      • Make Use OfHow to Choose the Best Laptop to Install Linux

        It's never been easier to find a laptop to install Linux. But given the choices available, it's indeed overwhelming to choose the best of the lot.

        The choice of laptop operating systems can no longer be boiled down to Windows vs. macOS. Linux is growing into a major player in the laptop space and today, there are more laptops than ever that work with Linux. There are even companies that make laptops designed to be Linux exclusives.

        With this new wealth of options, how can you choose the best laptop to install Linux?

    • Server

      • The Next PlatformNutanix For Sale, And The Only Buyer Might Be A Big Cloud [Ed: Clown computing is a bubble and companies go out of business, looking to be salvaged by anyone gullible enough or ambitious enough]

        The word on the street – and that would be Wall Street we are talking about – is that Nutanix is “exploring a sale after receiving takeover interest,” and that private equity and industry players are either poking around or being shopped the idea.

      • Container JournalKubecost Adds SaaS Edition to Control Kubernetes Costs - Container Journal

        Kubecost today announced limited availability of a software-as-a-service (SaaS) edition of a Kubernetes cost management platform. The Kubecost Cloud platform is based on the open source OpenCost software originally developed by parent company Stackwatch.

      • Container JournalWhy Kubernetes Would Benefit From a PaaS [Ed: Hype benefiting from buzzwords]

        A recent article explains that Kubernetes is now within reach for SMB adoption, and it got us thinking: What are the primary barriers to adoption for Kubernetes? Given the extraordinary popularity of the project, what are the issues that arise when a software engineering team looks to start using Kubernetes?

      • If you are using ‘kubectl’, you are probably doing it wrong
      • If you are using 'kubectl', you are probably doing it wrong

        Don't ‘push’ files, commands and/or charts to Kubernetes using the CLI. Instead, automate your operations by having ArgoCD 'pull' your desired state, and keep your apps up to date and in sync. ArgoCD is a better way.

    • Videos/Shows

    • Kernel Space

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

        All users of the 5.10 kernel series must upgrade.

        The updated 5.10.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.10.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.4.219
      • DebugPointLinux Kernel 6.1 RC1 Lands with Initial Rust Support

        Linus Torvalds releases Linux Kernel 6.1 RC1 for everyone to test. And bringing the much-awaited Rust support.

        Following the Linux Kernel 6.0 release, the merge window is now closed for Kernel 6.1. And it’s time to test those new features.

        While releasing, Linus mentioned that this release is fairly small compared to the prior ones. However, some of the major long-pending items eventually merged into this. However, he is not really happy with the late pull requests in the traditional two-weeks merge window.

    • Graphics Stack

      • libcamera v0.0.1
        This patch release commences the package release procedures for the
        project.
        
        

        Initial releases will include a bump to the patch (0.0.x) version number, as well as a corresponding increment to the soname.
      • VESA Releases DisplayPort 2.1 Specification - VESA - Interface Standards for The Display Industry

        The Video Electronics Standards Association (VESA€®) announced today that it has released DisplayPort 2.1, the latest version of the DisplayPort specification, which is backward compatible with and supersedes the previous version of DisplayPort (DisplayPort 2.0). VESA has been working closely with member companies to ensure that products supporting DisplayPort 2.0 would actually meet the newer, more demanding DisplayPort 2.1 spec. Due to this effort, all previously certified DisplayPort 2.0 products including UHBR (Ultra-high Bit Rate) capable products – whether GPUs, docking station chips, monitor scalar chips, PHY repeater chips such as re-timers, or DP40/DP80 cables (including both passive and active, and using full-size DisplayPort, Mini DisplayPort or USB Type-C connectors) – have already been certified to the stricter DisplayPort 2.1 spec.

      • Simon Ser: Status update, October 2022

        This month I’ve done a lot of cleanup and bugfixing in wlroots, especially in the DRM backend, the Vulkan renderer and screencopy protocol implementation. There are still a few DRM backend bugs which need to be ironed out, but we’re getting there!

    • Benchmarks

      • NeowinClear Linux extends Linux supremacy over Windows 11 22H2 on AMD Ryzen 7950X - Neowin [Ed: Another Windows-centric site]

        Ever since the original Windows 11,version 21H2, was released last year, we have been following the performance of Microsoft's new OS and how it compares against its rival Linux. While Windows held the advantage initially, Linux gradually caught up and now generally seems to outperform Windows 11. You can follow the saga in its entirety here.

    • Applications

      • Ubuntu Pit10 Free and Open Source Subtitle Editors for Linux in 2022

        What’s the free and open source subtitle editor for Linux? Well, we’ll reveal it to you. A subtitle editor application lets you create and edit video subtitles on your own. Most of those movies and shows come overlaid with primed subtitles. However, some don’t contain any subtitles. For this reason, you need to use a subtitle editor or subtitle software.

        The subtitle editor tool, no doubt, will make adding files to videos much more accessible and enjoyable! But first, let’s find out what the tool actually does.

    • Instructionals/Technical

      • ID RootHow To Install Apache Guacamole on Ubuntu 22.04 LTS - idroot

        In this tutorial, we will show you how to install Apache Guacamole on Ubuntu 22.04 LTS. For those of you who didn’t know, Apache Guacamole is a clientless remote desktop gateway that supports standard protocols like VNC, RDP, and SSH and use HTML5 for remote connection. It allows a user to take control of a remote computer or virtual machine via a web browser. The server runs on most Linux distributions and the client runs on any modern web browser.

        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 Apache Guacamole remote desktop application 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.

      • Make Tech EasierHow to Check and Control Your CPU Frequency in Ubuntu - Make Tech Easier

        CPU frequency is one of the best indicators of your machine’s overall speed and performance. It determines, along with CPU threads, how fast a program can run its instructions on the silicon die. Your base CPU frequency is also a good indicator of how much power your computer consumes, with a higher base frequency pointing to more electricity consumption.

      • How to Install PostgreSQL 15 on Debian 11 - LinuxTuto

        PostgreSQL also known as Postgres, is a free and open source object-relational database system that runs on Client-Server architecture. It is one of the leading database servers used for production servers. DevOps use it as an alternative to MariaDB.

      • HowTo ForgeInstall and Configure Snort 3 Intrusion Detecting System on Ubuntu 22.04

        Snort is an Open Source Intrusion Prevention and Detection System (IDS). In this tutorial, we will show you how to install Snort on Ubuntu 22.04.

    • Games

      • Godot EngineEmulating Double Precision on the GPU to Render Large Worlds

        One of the problems with developing games with large game worlds is that objects start to jitter and teleport around as you move away from the world origin. This post is about how we overcame one challenge in particular and what we did.

        The Problem

        By default Godot uses single-precision floating point numbers to store things like object positions. While GDScript typically allows users to do user-space calculations with double precision, those calculations get truncated as soon as they are stored in Godot internal objects (like Vector3’s).

        This has been a problem for users who want to do things like make games that take place in a to-scale solar system. Users quickly hit floating point precision errors and noticed that movement becomes jittery and objects become scattered.

        As an example, take a look at this simple scene, we have a bunch of Godot's scattered randomly and a person running back and forth across the screen.

      • Release Notes for Open 3D Engine 22.10.0 - Open 3D Engine
    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • KdenliveKdenlive 22.08.2 released - Kdenlive

          The second maintenance release of the 22.08 series is out with many usability and bug fixes. Some highlights include fixed pasted “ghost” keyframes, effects overlay now properly scale on monitor zoom, loopable image sequence clips are working again and VP8 alpha renders don’t crash anymore. This version also comes with some quality of life improvements like when pasting a clip the cursor moves to the last frame and remembering the effect’s keyframe status. We’ve also added Pixabay videos to the online resources module.

  • Distributions and Operating Systems

  • Free, Libre, and Open Source Software

    • The Register UKGoogle reveals another experimental operating system: KataOS ● The Register

      Google, one of very few tech companies willing to experiment with new operating systems, has unveiled KataOS for embedded machine learning devices.

      KataOS was announced along with Sparrow on the Google Open Source blog. KataOS is the operating system design and Sparrow is the reference implementation, as the Weston display server is the reference implementation of Wayland.

      The plan is that KataOS will be "a provably secure platform that's optimized for embedded devices that run ML applications." Google is working with Antmicro, which created the seL4-sys crate. Currently the OS is being developed on the Arm64 instruction set, but the plan is to run it on openTitan, which uses RISC-V.

    • Programming/Development

      • Dima Kogan: gnuplot output in an FLTK widget

        I make a lot of plots, and the fragmentation of tools in this space really bugs me. People writing Python code mostly use matplotlib, R people use ggplot2. MS people use the internal Excel thing. I've seen people use gtkdatabox for GTK widgets, rrdtool for logging, qcustomplot for qt. And so on. This is really unhelpful, and it would benefit everybody if there was a single solid plotting backend with lots of bindings to different languages and tools.

      • WCCF TechGCC Compiler Patches Arrive For Intel Meteor Lake - Sierra Forest CPUs

        Intel has published new patches for the GNU Compiler Collection or GCC, that will assist with support for upcoming Meteor Lake and Sierra Forest CPUs.

      • Perl / Raku

        • Rakulang2022.42 Grep no Fear - Rakudo Weekly News

          Elizabeth Mattijsen has published an introduction into the Raku Programming Language by means of the grep functionality, called Don’t fear the grepper! (Part 1), the first of hopefully a long series of easy to read, yet in-depth exposition of Raku features. And they also published the second instalment of the It’s time to rak! series, about the rak utility.

  • Leftovers

    • Security

      • Linux Kernel IPv4 FIB Out-Of-Bounds Read Information Disclosure Vulnerability
      • ZDNetLinux dodges serious Wi-Fi security exploits | ZDNET

        What appeared to be one simple Linux Wi-Fi networking security problem was soon revealed to be five different nasty Wi-Fi security problems. Fortunately, the patches are on their way.

      • Aviation AnalysisVulnerabilities in the Linux kernel enable code to be smuggled over WLAN

        Attackers can use tampered WLAN packets to insert malicious code into a vulnerable Linux kernel. This pops up from an email from SUSE employee Marcus Meissner. So Sönke Huster of TU Darmstadt discovered one of the gaps.

      • IT WireiTWire - Medibank says access to some systems restored after breach [Ed: Microsoft TCO]

        Medibank says access to some systems restored after breach The Medibank Group, which announced on Thursday it had suffered a data breach, says it has now restored access to its ahm and international student policy systems.

        In an update, the company said on Friday an investigation into the incident was still going on.

        In its initial announcement, the company said it had isolated some customer-facing systems after it discovered a breach of its systems.

        Medibank chief executive David Koczkar said: “We apologise for the disruption this incident caused some of our customers yesterday, but we have made good progress with our systems overnight.

        [...]

        Medibank was initially hosted by Telstra, first on Linux and Apache, and later moved to Microsoft's Internet Information Server.

      • Bruce SchneierHacking Automobile Keyless Entry Systems - Schneier on Security

        The article doesn’t say how the hacking tool got installed into cars. Were there crooked auto mechanics, dealers, or something else?

      • LWNGnuPG 2.3.8 released [LWN.net]

        Version 2.3.8 of the GNU Privacy Guard is out. It contains a few new features but the real purpose is to fix CVE-2022-3515, an integer overflow vulnerability that can be exploited remotely for code execution via a, for example, malicious S/MIME attachment. Note that the actual vulnerability is in the libksba library, which is normally packaged separately on Linux systems.

      • IPFire Official Blogblog.ipfire.org - Global PKI considered harmful: A plaidoyer for using DANE

        If you have been following the IT security news, you might have come across these headlines: Earlier this year, Russia creates its own TLS certificate authority to bypass sanctions, entering production in September. On July 6th, digital security giant and root CA operator Entrust informed its customers about having been breached by a ransomware gang. Both news have seen a decent amount of attention, but one thing they tell us in common has received considerable less coverage: That the global PKI ecosystem, which virtually all internet users (have to) trust, is actually not trustworthy at all.

  • Gemini* and Gopher

    • Personal

      • Looking to the next thing

        Ok, so, I've basically resolved myself to quit this job and do something else. There's nothing for me here, and I'm not interested in dealing with my boss anymore.

      • There's No Such Thing as a Rodent

        This 'QI'-style factum results from the notion that fish do not all belong to the same genus (or 'family', or 'phylum', or some other Biological category). If we take one genetic branch of fish as the real fish, then we miss out a lot of animals which everyone calls 'fish'. But if we broaden our definition and include the other fish, we must include foxes in the same gene-line.

        Simply put, fish split early in the genetic line, and now we can't name them according to their genetic classification.

      • Morning Photos 2022-10-17 (Fairbanks, AK, US)
    • Politics

      • Curatorial thinking, free speech

        In a prosperous municipality nearby they have concentrated all art galleries in a small area. While visiting one of the galleries, I overheard a conversation while looking at the paintings, clearly designed for the bourgoise home, some of them reminiscent of Utrillo's street scences, but with all his quaint charm replaced by fluorescent colours with a hint of street art and abstract expressionism, and another painter with sombre figures in soft grays with a dash of sepia for coloristic highlight, all done in delicate textures and washy semi-transparent layers. A culinary experience, as Adorno would say; something that doesn't offend the eye as it hangs over the sofa.

    • Technical

      • Programming

        • define-er-syntax*



          An explicitly implicitly renaming macro transformer.

          Ok, so this is define-er-syntax*. Pretty much the closest thing we’ve got to the Common Lisp, Emacs Lisp style defmacros.


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



Recent Techrights' Posts

Not Just Slow News But Also Late News (Julian Assange Landing in Thailand)
Why did AP take so long (nearly a week) to release these?
[Meme] Smart Alec Poettering
How many Microsofters can the Debian Project withstand?
Getting Rid of Microsoft Does Not Go Far Enough
Microsoft already has many problems. One day Microsoft won't exist anymore. But that does not guarantee users' freedom.
Alyssa Rosenzweig's LibrePlanet Talk About Freeing the Apple GPU
Alyssa Rosenzweig is the graphics witch behind the reverse-engineered drivers for the Apple GPU. She previously led Panfrost, the free drivers for Arm Mali GPUs powering devices like the Pinebook Pro. She graduated in 2023 with a Computer Science degree from the University of Toronto and now writes free software full-time.
Links 30/06/2024: LLMs Under Fire and Dictatorship of the Old
Links for the day
[Meme] Walking Outside the Guardrails of the Walled Gardens Built by Monopolies
So-called "advertiser-unfriendly" material was never a problem for Wikileaks
This War Crime Footage, Nothing Political Per Se, Is What They Made Julian Assange Plead Guilty To (War Criminals Not Convicted, Only Those Who Expose Them)
Wikileaks' Julian Assange: Exposing the US Military Crimes
20 Years Passed, Let's Go Even Faster Now
We are hoping to bring more original stories
 
In the First 6 Months of 2024 Thailand Moved to GNU/Linux, Not to Windows Vista 11
maybe users moved from Vista 10 and 11 to GNU/Linux, seeing where Microsoft was heading with forced hardware "upgrades"
Eko K. A. Owen, New Outreach and Communications Coordinator for the FSF
Nice to see many new additions to the FSF's team
Microsoft Has Slaves and Enablers, Not Partners
Obligatory meme too
Windows in Åland Islands: From 100% to Less Than Half
Åland Islands lost the sense of urgency to move to GNU/Linux
Tobias Platen Covered Freedom-To-Play Games in LibrePlanet 2024
Freedom-To-Play games using Taler
[Meme] Opening a 'Webapp' With 'Only' 4 GB of RAM
Until 2020 none of my PCs ever had more than 2 GB of RAM
Destination 'Five Percent'
We reckon GNU/Linux can break the 5% barrier some time by the end of this year, even without counting Chromebooks
A Crisis of Online Journalism
Almost a week ago a journalist was forced to plead guilty for an act of journalism
Germany One of Many Countries Where Microsoft's Bing Lost Market Share After All That LLM Nonsense (Bing Chat and Further Rebrands/Renames)
openai.com traffic plunged 60% last month
Microsoft’s Latest Antitrust Scrutiny
4 new stories
Microsoft Layoffs, Mass Plagiarism, and More
outrage included
GNU/Linux Climbed 0.25% This Month (in statCounter)
Around midday on Tuesday we'll start seeing preliminary data for July
Ilya Gulko Introduces Pollyanna
"Pollyanna is a web framework that makes it easy to create your own libre social space, such as a social network or blog."
'FSFE': Underage Labour, GAFAM Fronting, and Identity Theft to Undermine the FSF's Current Fundraiser
looking to raise funds at the same time as the FSF
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, June 29, 2024
IRC logs for Saturday, June 29, 2024
Links 29/06/2024: Astronauts at Risk, Ukraine Updates
Links for the day
Fedora and Red Hat Leftovers
mostly redhat.com
Microsoft is Now Googlebombing or Spamming 'Open Source' and 'Linux' to Promote Proprietary Surveillance, Azure
Notice the title and the image, what's being promoted etc.
Seychelles: GNU/Linux Doing OK
Seychelles cannot be considered poor
Gemini Protocol Isn't Even Remotely "Dead"
"Lupa knows of 505,000 (half a million!) working Gemini URLs at present, up from about 425,000 this time last year"
About 10 New Free Software Foundation (FSF) Members Per Day
The total changed from 46 to 47 while typing the article
Vista 11 Adoption Unusually Low in Germany and It's Going Down, Not Up
This is not happening only in Germany
Kevin Korte on Computers Being Allowed to Make Decisions Based on Cryptic Algorithms and Proprietary/Secret Data
It uses buzzwords where none are needed
[Meme] Garbage In, Garbage Out (linuxsecurity.com)
It is neither Linux nor security, just chatbot-generated slop
Microsoft-Invaded CISA Spreads Anti-Free Software FUD (as If Proprietary Software Has No Memory Safety Issues), Brittany Day Uses Chatbots to Amplify and Permutate the Microsoft FUD
linuxsecurity.com became an anti-Linux spam site
Microsoft Laying Off Staff in an Act of Retaliation and Union-Busting
retaliatory layoffs at Microsoft
Gemini Links 29/06/2024: Content Drowning in 'Goo' and LLM Slop
Links for the day
Windows Lost Almost 92% Market Share in Egypt
From over 99% to just over 7%
In Ecuador, GNU/Linux Adoption Surged From Under 1% to Over 4% in About 3 Years
Not even counting Chromebooks
LibrePlanet: Cultivating Backups (of Recordings)
an appeal to recover some of these talks
Microsoft/Windows Machines Are Turned Off (or Windows Deleted/Decommissioned) in Web Servers, as the "Market Share" Collapse Continues
Taking full history into account, this is a decrease of over 90% in some cases
Corwin Brust Hosting Freedom: A Behind-the-scenes Tour With the GNU Savannah Hackers
"the "smiling faces" behind it."
Android at 90% or More in Chad
Windows below 2%
David Wilson: Cultivating a Welcoming Free Software Community That Lasts
"a feeling of shared ownership for all users."
Julian Assange Might Continue Wikileaks, But Certainly Not Yet (Recovery Time Needed)
And probably at a symbolic capacity only
Bringing in 12 Santas and Taking 13 Out (Old Interview With Julian Assange)
Julian Assange's life inside the Ecuadorian embassy
Neil Plotnick on GNU/Linux in the High School Classroom
uploaded to the LibrePlanet instance of MediaGoblin
Asia Appears to be Fastest to Adopt GNU/Linux
the home of a considerable majority of the world's population
Alexandre Oliva's LibrePlanet 2024 Talk About "Software Enshittification"
in spite of technical difficulties encountered while recording
What They Used to Do With Mono They Now Do With Systemd (Lower and Deeper Down Than Userspace)
Now we have a project started primarily by Red Hat (and managed by Microsoft GitHub, which is proprietary) being managed by Microsoft and primarily serving Microsoft and IBM
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, June 28, 2024
IRC logs for Friday, June 28, 2024
Links 28/06/2024: Kangaroo Courts and Patents Spam, EFF Still Fighting for CPC's TikTok (a Digital Weapon)
Links for the day
Links 28/06/2024: Overton window and Polarization
Links for the day
[Meme] In 50 Years...
Microsoft's Vista 11 will take 50 years to be fully adopted
Only About 1 in 8 Russian Windows Users is Using Vista 11
it looks like over the past 12 months Vista 11 hardly grew and it remains very low at around 12% of Windows usage in Russia
Links 28/06/2024: More Attacks on the Press, More Censorship in Russia
Links for the day
Gemini Links 28/06/2024: Christmas Prematurely, Self-hosting
Links for the day
IBM: So Long, Suckers. Your Free OS is Now Proprietary. Pay IBM or Else.
almost exactly a year after turning RHEL into proprietary software
Vista 11 is Doomed and Despite Lack of Adoption Microsoft Already Speaks of Vapourware ("12")
"Microsoft has pulled a Windows 11 update after users reported boot loops and startup failures."
ChromeOS Reaches Highest Share in Years at the World's Most Populous Nation, Windows Now at All-Time Low of 13%
We're talking about India today
[Video] "It Is Incredible That Julian Assange Survives"
There was a positive and mutual relationship between Wikileaks and Dr Jill Stein
Never Assume That Because the Law Exists the Powerful Will Follow the Law
Who's going to hold them accountable now?
Nearly a Month Has Passed and Nobody at the Debian Project Even Attempted to Explain What Seems Like Back-dooring of Debian (and Hundreds of Distros That Are Debian-Derived)
I can cynically guess that only matters when a user with a Chinese name does it
[Video] Julian Assange Explains Wikileaks' Logistics
predating indefinite detention
IBM Was Never the "Good Guy", Just a Self-Serving and Opportunistic Money- and Power-Hungry Monopolist, Living Off of Taxpayers' Money (Government Contracts)
The Nazi Party of Germany was its second-biggest client at one point and now it's looking to profit from the work of slaves
"I Hated Working at IBM. They Were the Most Unfriendly People."
Don't forget what Watson the son did to a poor woman on a plane
State of the News (and Depletion of Journalism Online, Not Just Offline)
Newspapers are not coming back and the Web is not coming back either
GNU/Linux Consolidates in North America
Android rising a lot this year, too
[Meme] More Monopolies Granted While Patent Examiners Die (Overworking for Less Compensation)
Work more; Get less
Staff Union of the EPO (SUEPO) is Taking the New Pension Scheme (NPS) to an International Tribunal (ILOAT)
SUEPO wants more EPO staff to participate in collective action
Stella Assange and the Legal Team Speak to the Media a Day After WikiLeaks Founder Julian Assange Arrives in Australia
Published yesterday by a number of mainstream publishers
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, June 27, 2024
IRC logs for Thursday, June 27, 2024
RIP Daniel Bristot de Oliveira, Red Hat death
Reprinted with permission from Daniel Pocock