Bonum Certa Men Certa

Links 21/01/2023: Johnnycanencrypt 0.13.0 and Lagrange 1.15



  • GNU/Linux

    • Audiocasts/Shows

    • Kernel Space

      • Linux mailing listsLinux 6.2-rc5
        Ok, so I thought we were back to normal after the winter holidays at
        rc4. Now, a week later, I think I was mistaken - we have fairly
        sizable rc5, so I suspect there was still pent up testing and fixes
        from people being off.
        
        

        Anyway, I am expecting to do an rc8 this release regardless, just because we effectively had a lost week or two in the early rc's, so a sizable rc5 doesn't really worry me. I do hope we're done with the release candidates growing, though.

        Anyway, there's a bit of everything in rc5: various driver updates (gpu, rdma, networking, tty, usb..), some architecture updates (mostly loongarch and arm64), some filesystem updates, some core networking, and tooling.

        The shortlog is appended as usual. Nothing particularly odd stands out to me.

        Please do test,

        Linus
    • Applications

      • Johnnycanencrypt 0.13.0 released

        I just now released v0.13.0 of my johnnycanencrypt project. It is a Python module written in Rust, which provides OpenPGP functionality including allows usage of Yubikey 4/5 as smartcards. From 0.12.0 it is now licensed as LGPL-3.0-or-later.

      • Make Use OfCalcure Is the Terminal-Based Calendar and Task Manager You Never Knew You Needed

        Organize your life and make sure you're always ready for important events by installing Calcure, a terminal-based calendar and task manager for Linux.

        Keeping track of what you're supposed to be doing, and when, is a challenge which has dogged humanity since the dawn of civilization.

        If pen and paper is too archaic for you, and you don't want to use a managed online calendar to organize your virtual book of days, Calcure is the terminal-based calendar and task manager you've been looking for.

    • Instructionals/Technical

      • ID RootHow To Install HPLIP on Fedora 37 - idroot

        In this tutorial, we will show you how to install HPLIP on Fedora 37. For those of you who didn’t know, HPLIP (HP Linux Imaging and Printing) is a set of open-source drivers and utilities developed by Hewlett-Packard (HP) that enables Linux users to use HP printers and scanners. The package includes a variety of tools, including a printer and scanner driver, a utility for configuring printers and scanners, and a tool for managing and monitoring print jobs.

        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 HP Linux Imaging and Printing (HPLIP) drivers on a Fedora 37.

      • DebugPointHow to Auto Hide Default Dock in Ubuntu

        Here’s how you can autohide the default dock in Ubuntu 22.04 LTS and other versions.

        Being the most popular Linux distribution, Ubuntu is used by millions and installed on different hardware with varying screen sizes. That ranges from 13-inch to much bigger screen laptops.

        Also, if you have a multiple-display setup, then the GNOME desktop adapts itself to the new screen.

        However, for smaller screen sizes, adequate screen space is limited. This affects the developers and artists the most, where IDEs and apps don’t get much space. And the dock is fixed at the left, eating away precious screen space.

      • Make Use OfHow to View Saved Wi-Fi Passwords on Linux

        Wi-Fi hotspots are everywhere, in our homes, public buildings, and cafes. This makes Wi-Fi one of the most common ways to connect to the internet from your computer.

        Did you know that on Linux, you can easily check all the Wi-Fi networks that you have previously connected to? You can even view saved Wi-Fi passwords on Linux using nmcli.

      • XDAHow to install and use Firefox on a Chromebook

        Chromebooks might be powered by Google Chrome, but that doesn't mean you always have to use the Chrome web browser. If your Chromebook or ChromeOS tablet is powerful enough, you can actually install other web browsers and expand your horizons a bit, just like you can on a Windows laptop.

      • The New StackKubernetes Needs to Take a Lesson from Portainer on Ease-of-Use - The New Stack

        Not two years ago, I could easily deploy a Kubernetes application and make it available outside of the cluster. That same process no longer works. To be more specific, I seriously struggle with getting Kubernetes applications and services to be accessible from a LAN.

        It shouldn’t be this hard.

        Seriously.

    • Desktop Environments/WMs

      • GNOME Desktop/GTK

        • Ubuntu HandbookThis Extension Can Save & Restore All Open App Windows in Ubuntu 22.04 | UbuntuHandbook

          I don’t remember when’s the last time auto-save session feature works correctly in my Ubuntu machine. While, enabling hibernation could be the best choice now to save and restore all open app windows in Ubuntu.

          But for those who really like the auto-save session feature, here’s an Gnome Shell extension can do the job partially.

          It’s ‘Another Window Session Manager’, an extension which adds an indicator icon on top panel system tray area. It provides an option to manually save all open windows, then allows to restore either manually via menu button or automatically at login.

        • FOSSLinuxThe 15 Best Linux Mint Cinnamon Themes | FOSS Linux

          Linux mint is a great community-driven Linux distro based on Ubuntu. It is a well-known OS among newbies due to its easy-to-use nature. Despite having Debian at its core, the user interface is beautiful and modern. This is primarily because Cinnamon’s default desktop environment can be used on Linux Mint and other Linux-based distros. Because of its conservative design model, Cinnamon is nearly identical to GNOME 2 and Xfce.

          But since its introduction to the market in 2011, it has gotten massive coverage. For a fact, the active developer community of Cinnamon is day-in and day out coming up with active Cinnamon themes for many users. Themes work as modifies to offer your desktop a gorgeous and eye-catching look. Besides changing your PC’s look and feel, themes, be they fully-fledged or icon themes, refresh your experience with your Linux Mint system. There are already several available themes for nearly all the distros that give great versatility and style to the system. Today, we will look at some of the finest Linux Mint themes.

          But before we jump into the list of themes, there’s one or two to keep in mind. There are two approaches by which you can customize your system – with suitable wallpapers and by modifying the system’s look. If you are looking for mind-blowing wallpapers, you have to find them on your own as they precisely depend on the user’s mind. Here, we will be covering a handful of the system-modifying themes.

  • Distributions and Operating Systems

  • Free, Libre, and Open Source Software

    • Programming/Development

      • Dirk EddelbuettelDirk Eddelbuettel: RcppSimdJson 0.1.9 on CRAN: New Upstream

        RcppSimdJson wraps the fantastic and genuinely impressive simdjson library by Daniel Lemire and collaborators. Via very clever algorithmic engineering to obtain largely branch-free code, coupled with modern C++ and newer compiler instructions, it results in parsing gigabytes of JSON parsed per second which is quite mindboggling. The best-case performance is ‘faster than CPU speed’ as use of parallel SIMD instructions and careful branch avoidance can lead to less than one cpu cycle per byte parsed; see the video of the talk by Daniel Lemire at QCon.

        This release updates the underlying simdjson library to version 3.0.1, settles on C++17 as the language standard, exports a worker function for direct C(++) access, and polishes a few small things around the package and tests.

      • ZDNetC++ programming language and safety: Here's where it goes next | ZDNET

        There's been a shift towards 'memory safe' languages. So, can updates to C++ help it catch up in the eyes of developers?

      • Tagebuch eines Interplanetaren Botschafters: Diff modulo base, a CLI tool to assist with incremental code reviews

        One of the challenges of reviewing a lot of code is that many reviews require multiple iterations. I really don't want to do a full review from scratch on the second and subsequent rounds. I need to be able to see what has changed since last time.

        I happen to work on projects that care about having a useful Git history. This means that authors of (without loss of generality) pull requests use amend and rebase to change commits and force-push the result. I would like to see the only the changes they made since my last review pass. Especially when the author also rebased onto a new version of the main branch, existing code review tools tend to break down.

        Git has a little-known built-in subcommand, git range-diff, which I had been using for a while. It's pretty cool, really: It takes two ranges of commits, old and new, matches old and new commits, and then shows how they changed. The rather huge problem is that its output is a diff of diffs. Trying to make sense of those quickly becomes headache-inducing.

      • Dirk EddelbuettelDirk Eddelbuettel: RcppFastFloat 0.0.4 on CRAN: New Upstream



        A new release of RcppFastFloat arrived on CRAN yesterday. The package wraps fast_float, another nice library by Daniel Lemire. For details, see the arXiv paper showing that one can convert character representations of ‘numbers’ into floating point at rates at or exceeding one gigabyte per second.

        This release updates the underlying fast_float library version. Special thanks to Daniel Lemire for quickly accomodating a parsing use case we had encode as a test, namely with various whitespace codes. The default in fast_float, as in C++17, is to be more narrow but we enable the wider use case via two #define statements.

  • Leftovers

    • TediumAlter Egos: Some Are Great, Others Are Chris Gaines

      Despite the clearly successful legwork done by figures like Bruce Wayne, Tupac Shakur, Sacha Baron Cohen, David Bowie, Will Oldham, and Eminem, I would like to inform you that not every alter ego is going to be a success. In fact, many alter egos just don’t connect, even though the whole point of having an alter ego is to give yourself a persona to do things that you, yourself would not be able to easily pull off. Call it “The Chris Gaines Rule”: For every successful alter ego that’s out there, there’s at least four or five others that should have have never left the station. Today’s Tedium is going to talk about alter egos good, bad, and ugly—including, but not limited to, Chris Gaines.

    • Science

      • EarthSkyEarthSky | Korean moon probe grabs spectacular images

        The Korea Aerospace Research Institute (KARI) has released a set of black-and-white images of the Earth and moon that rival the work of legendary nature photographer Ansel Adams. The Korea Pathfinder Lunar Orbiter – also known as KPLO or Danuri (moon enjoy) – captured the soon-to-be-iconic pictures during an approach to the moon, and later as it orbited 100 km (62 miles) above the lunar surface.

        South Korea launched Danuri on August 5, 2022, atop a SpaceX Falcon 9 booster. The probe entered lunar orbit on December 26, 2022. This month (January 2023), it’s due to begin studying the moon for a mission that should last at least a year.

        According to KARI’s highly-detailed mission summary, the probe’s set of six instruments and cameras will study the makeup of the moon, as well as provide high-definition imagery of permanently shadowed areas near the moon’s poles.

    • Health/Nutrition/Agriculture

  • Gemini* and Gopher

    • Personal

      • A dog's breakfast

        This week we had a two-day workshop. The location was just an hour

        away, so I only needed a single night to stay in the hotel. It was

        great though, the workshop was held in a castle that was also a hotel.

        We however stayed overnight not on the castle grounds, but in the

        guest house. For a single night it was OK.

    • Politics

      • Reading in 2021 and 2022

        Over this year I've read a variety of books. I've absorbed some, dredged through others, and read the first few pages of a couple. Now that the year is over, I'd like to share some thoughts about the books I've read, along with some ideas for books to read in 2022.

    • Technical

      • Why GrapheneOS Rox

        GrapheneOS is an independent Android distribution based on the Android Open Source Project (AOSP) but hardened in multiple ways. Other independent Android distributions, like LineageOS, are also based on AOSP, but GrapheneOS takes it further so that it can be my daily driver on my phone.

      • smolZINE: Issue 37
      • Orphans of Netscape, part II
      • Orphans of Netscape, part II

        I started writing my recent post, "Orphans of Netscape", with lots of positive energy and conviction, and the first part of it came together really quickly and easily. But I found it difficult to derive a good conclusion from the comparison between the orphans of Apollo and Netscape which didn't come across as sounding a lot more defeatist than the whole thing felt in my head. I wrestled with the draft for days without really making a lot of progress on this front. I became frustrated with how long it was taking to get right (there's not supposed to be any sense of urgency on the small internet, of course, but I had - and still have - lots of posts that have developed unwritten in my head during my recent quiet year or so that I'm now keen to get down "on paper", so I supplied my own internally generated urgency). So in the end I tacked what I clearly felt at time were way too many caveats and softening paragraphs on the end and posted it. I didn't really feel good about it and even wondered if I might take it down the next day (something I can't remember ever doing before). Instead I got quite a bit of positive feedback about it via email, so decided maybe it wasn't as bad as I'd feared.

      • Reading in 2022 and 2023

        First of all, hello! I haven't written on this gemlog in a while, but I'm happy to start writing out some of my thoughts again. I've been occasionally reading Antenna but otherwise, as you can tell, I've been silent.

        I stopped gemlogging partially because I noticed a tendency beginning to form where I posted partially-developed thoughts that ended up being rhetorical word games rather than useful discussions. I have delisted several of them. Over this next year, I hope to think about things more deeply and write accordingly. I wish to write that which is useful to others, not merely that which makes me feel relieved to express. Going forward, I'm going to try to be less afraid of sharing wrong ideas, but more intellectually honest and willing to correct myself in the meantime.

      • Announcements

        • Lagrange v1.15: Preferences Redesign, Tab Reordering

          v1.15 addresses some long-standing issues and feature requests, mainly related to tab management and multi-window behavior. The Preferences dialog has been redesigned and it now opens as a detached window. Tabs can be reordered and there is a new Window menu for desktop PC platforms.


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



Recent Techrights' Posts

Traf-O-Data, the Company That Jeffrey Epstein's BFF (Bill Gates) (Co)Founded 53 Years and Went Out of Business Due to Heavy Losses
Who will die first, Bill or Microsoft?
A Note on SimilarWeb
Or why SimilarWeb is meaningless for more than 99% of the sites on the Web
IBM Said to be Shutting Down Offices or Sites in the United States
the press can no longer avoid admitting that IBM moves many jobs to India
 
Links 05/04/2025: Fentanylware (TikTok) "Sale Looks Highly Imminent" (US), Stock Market Drowning in Panic
Links for the day
Gemini Links 05/04/2025: Moving Plants, No to Smartwatches, RAID Hygiene
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, April 04, 2025
IRC logs for Friday, April 04, 2025
Techrights Has Dealt With More Potent SLAPPs Than Violent Microsofters Begging to Hide What They Did to Women
I became accustomed to SLAPPs
Links 04/04/2025: Fury in South Korea, Flight MH370 Remains Mystery
Links for the day
Gemini Links 04/04/2025: Anger and Raspberry Pi CM4
Links for the day
Links 04/04/2025: LLM Slop Bubble Bursting and Korea Music Copyright Association Bans Slop 'Music'
Links for the day
Why Microsoft's Shares Sank Almost 20% in Recent Months (the Bubble is Imploding)
verified press reports from the past 24 hours
GNU/Linux Rises to Almost 5% in Algeria While Windows Sinks to All-Time Low
GNU/Linux grew tenfold
Where to Get More Gags
A valued reader recommended that to us
Links 04/04/2025: Tech Stock (Inc. GAFAM) Fall, Google Pretends to Do End-to-End Encrypted Emails (With Google in Control)
Links for the day
To Participate in Fedora Diversity You Must Use Proprietary Software
Not for the first time either
LLM Slop as Attack Vector on the Reputation of Linux
The attacks on Linux have escalated to information warfare
Yandex About to Be Three Times Bigger Than Microsoft (Bing) in Asia
That's about 60% of the world's population
Gemini Links 04/04/2025: Decoupling Updates, Elaho as Gemini Client
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, April 03, 2025
IRC logs for Thursday, April 03, 2025
Microsoft's Trouble in Africa and Asia
A new all-time high for GNU/Linux
Brett Wilson LLP Reported to the Solicitors Regulation Authority (SRA)
The saddest thing in all this is that law firms can maintain high standards shall they wish to
Links 03/04/2025: Tariff Pains and C.D.C. Cuts
Links for the day
StatCounter: Microsoft is Masking a Disaster, It's Way Behind DeepSeek Already and Interest in LLMs Has Waned
it turns out the money "raised" for "Open" "AI" may not even exist at all
Links 03/04/2025: SoftBank Money for Microsoft "Open" "AI" Probably Doesn't Even Exist, Wikimedia Foundation Blasts LLM Nuisance While Microsoft Admits Demand Has Shrunk
Links for the day
Gemini Links 03/04/2025: Patch Panel and Pictures
Links for the day
Islamic Republic of Iran: GNU/Linux at All-time High This Month, Windows Falls to 12%
Vista 10 is up this month despite being "end of life" (EoL) soon
Indonesia: All-Time Highs for GNU/Linux
What's noteworthy right now is the growth of GNU/Linux
statCounter Says GNU/Linux Usage is Up Again (Internationally)
some preliminary April data
Only on April 1st Can the Free Software Foundation Associate With Microsoft's Open Source Initiative (OSI)
We saw some pranks that day linking the FSF to Microsoft (e.g. "endorsing" Windows)
Confirmed in the Mainstream Media: A Lot of Microsoft "Workloads" Were Just LLM Slop (Helping to Fake Growth for Years, as Microsoft Had Paid "Open" "AI" to Become a "Client") and Demand is Rapidly Waning, Datacentres Canceled and/or Shut Down
Anything to facilitate further accounting fraud
Taiwan's Media Covers Closure of Microsoft's "AI" Lab, It's Time to Talk About the Gradual Death of Windows and Implosion of the "AI" Bubble
Earlier this week we showed that mostly Asian media had the 'nerve' to mention Microsoft silently shutting down its 'AI' lab
IBM Gets Rid of Kelly Chambliss as Mass Layoffs Reported in IBM Consulting, IBM Loses Key Contracts/Graft
IBM Consulting has been in disarray lately
More Gains for GNU/Linux, Based on Web Surveys
the Steam site shows rapid growth for "Linux" this month
Slopwatch: Anti-Linux Articles, Not Even Written by Humans
Why aren't Web sites more vocal about this problem?
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, April 02, 2025
IRC logs for Wednesday, April 02, 2025
Links 03/04/2025: Apple Fined Over Secret Surveillance, "Elegant Writer For A More Civilized Age"
Links for the day