Bonum Certa Men Certa

Links 10/09/2023: FreeBSD 14.0 Beta and Calamares Qt6



  • GNU/Linux

    • Applications

      • Jussi PakkanenNibble Stew: A logo for CapyPDF

        As you can probably tell I'm not a professional artist, but you gotta start somewhere. The original idea was to have a capybara head which is wearing the PDF logo much like a bow tie around its ear. The gist of it should come across, though it did look much better inside my brain. The PDF squiggle logo is hard to mold to the desired shape.

        The font is Nimbus Sans, which is one of the original PostScript Core Fonts. More precisely it is a freely licensed metrically compatible version of Helvetica. This combines open source with the history of PDF quite nicely.

      • Linux LinksBest Free and Open Source IaaS Software

        Infrastructure as a Service (IaaS) is a service model where an organization outsources the equipment used to support storage, hardware, servers and networking components.

    • Instructionals/Technical

    • Games

      • Tom's HardwareRaspberry Pi Pico Flexible Keyboard Fits Inside Steam Deck Case

        Karlis is using a Raspberry Pi Pico to power a custom flexible keyboard that’s small enough to fit inside of a Steam Deck case.

      • HackadayRare Arcade Game Teardown And Mods

        [Video Game Esoterica] loves a 1990s video game called Operation Tiger. Apparently, there are only a few of these known to exist in 2023, and he managed to find one of them. Well, it is really just a module so he has to figure out how to give it enough input and output to be actually playable. You can see several videos of his work with the Taito game below.

    • Desktop Environments/WMs

      • K Desktop Environment/KDE SC/Qt

        • KDEKDE Ships Frameworks 5.110.0

          Saturday, 9 September 2023

          KDE today announces the release of KDE Frameworks 5.110.0.

        • Adriaan de GrootCalamares Qt6

          A week ago I wrote about Calamares 3.3.0 getting closer. One of the items on the TODO list for that release is Qt6 compatibility. That is a bit tricky because Calamares uses a bunch of KDE Frameworks and also KPMCore, all of which also need to be Qt6-compatible.

      • GNOME Desktop/GTK

        • OMG UbuntuControl Nanoleaf Lights on Linux Using a GNOME Extension

          If so, you’re in luck as there’s a plucky little GNOME extension that lets you do exactly that.

          The creator of the Nano Lights GNOME extension says their add-on “…controls Nanoleaf shapes and possibly others Nanoleaf devices on your local (wifi) network (sic)”. This includes turning devices on/off, adjusting the brightness, changing/setting the colour, and setting Scenes.

        • GNOME 45.rc released!

          Also remember you can use the 45beta branch of the flatpak runtime, which is now available on Flathub beta.

  • Distributions and Operating Systems

    • FreeBSDFreeBSD 14.0-BETA1 Now Available
      The first BETA build of the 14.0-RELEASE release cycle is now available.
      
      

      Installation images are available for:

      o 14.0-BETA1 amd64 GENERIC o 14.0-BETA1 i386 GENERIC o 14.0-BETA1 powerpc GENERIC o 14.0-BETA1 powerpc64 GENERIC64 o 14.0-BETA1 powerpc64le GENERIC64LE o 14.0-BETA1 powerpcspe MPC85XXSPE o 14.0-BETA1 armv7 GENERICSD o 14.0-BETA1 aarch64 GENERIC o 14.0-BETA1 aarch64 RPI o 14.0-BETA1 aarch64 PINE64 o 14.0-BETA1 aarch64 PINE64-LTS o 14.0-BETA1 aarch64 PINEBOOK o 14.0-BETA1 aarch64 ROCK64 o 14.0-BETA1 aarch64 ROCKPRO64 o 14.0-BETA1 riscv64 GENERIC o 14.0-BETA1 riscv64 GENERICSD

      Note regarding arm SD card images: For convenience for those without console access to the system, a freebsd user with a password of freebsd is available by default for ssh(1) access. Additionally, the root user password is set to root. It is strongly recommended to change the password for both users after gaining access to the system.

      Installer images and memory stick images are available here:

      https://download.freebsd.org/releases/ISO-IMAGES/14.0/

      The image checksums follow at the end of this e-mail.

      If you notice problems you can report them through the Bugzilla PR system or on the -stable mailing list.

      If you would like to use Git to do a source based update of an existing system, use the "releng/14.0" branch.

      === Virtual Machine Disk Images ===

      VM disk images are available for the amd64, i386, aarch64, and riscv64 architectures. Disk images may be downloaded from the following URL (or any of the FreeBSD download mirrors):

      https://download.freebsd.org/releases/VM-IMAGES/14.0-BETA1/

      BASIC-CI images can be found at:

      https://download.freebsd.org/releases/CI-IMAGES/14.0-BETA1/

      The partition layout is:

      ~ 16 kB - freebsd-boot GPT partition type (bootfs GPT label) ~ 1 GB - freebsd-swap GPT partition type (swapfs GPT label) ~ 20 GB - freebsd-ufs GPT partition type (rootfs GPT label)

      The disk images are available in QCOW2, VHD, VMDK, and raw disk image formats. The image download size is approximately 135 MB and 165 MB respectively (amd64/i386), decompressing to a 21 GB sparse image.

      Note regarding arm64/aarch64 virtual machine images: a modified QEMU EFI loader file is needed for qemu-system-aarch64 to be able to boot the virtual machine images. See this page for more information:

      https://wiki.freebsd.org/arm64/QEMU

      To boot the VM image, run:

      % qemu-system-aarch64 -m 4096M -cpu cortex-a57 -M virt \ -bios QEMU_EFI.fd -serial telnet::4444,server -nographic \ -drive if=none,file=VMDISK,id=hd0 \ -device virtio-blk-device,drive=hd0 \ -device virtio-net-device,netdev=net0 \ -netdev user,id=net0

      Be sure to replace "VMDISK" with the path to the virtual machine image.

      === Amazon EC2 AMI Images ===

      FreeBSD/amd64 EC2 AMI IDs can be retrieved from the Systems Manager Parameter Store in each region using the keys:

      /aws/service/freebsd/amd64/base/ufs/14.0/BETA1

      FreeBSD/arm64 EC2 AMIs are not available for BETA1, and the cause is being investigated.

      === Vagrant Images ===

      FreeBSD/amd64 images are not available for BETA1. The cause is being investigated.

      === Upgrading ===

      The freebsd-update(8) utility supports binary upgrades of amd64 and i386 systems running earlier FreeBSD releases. Note, aarch64 binary updates are expected to be available starting with BETA2, due to a configuration error. Systems running earlier FreeBSD releases can upgrade as follows:

      # freebsd-update upgrade -r 14.0-BETA1

      During this process, freebsd-update(8) may ask the user to help by merging some configuration files or by confirming that the automatically performed merging was done correctly.

      # freebsd-update install

      The system must be rebooted with the newly installed kernel before continuing.

      # shutdown -r now

      After rebooting, freebsd-update needs to be run again to install the new userland components:

      # freebsd-update install

      It is recommended to rebuild and install all applications if possible, especially if upgrading from an earlier FreeBSD release, for example, FreeBSD 12.x. Alternatively, the user can install misc/compat12x and other compatibility libraries, afterwards the system must be rebooted into the new userland:

      # shutdown -r now

      Finally, after rebooting, freebsd-update needs to be run again to remove stale files:

      # freebsd-update install
    • Barry KaulerAborted release of EasyOS Kirkstone-series version 5.5

      In the early hours of this morning, everything seemed OK and uploaded version 5.5. My current host system is 5.4.9, so tested an update; clicked the "update" icon and that went OK, but after rebooting: [...]

    • Barry KaulerCannot execute usrmerged binaries on non-usrmerged OS

      Building what is intended to be EasyOS 5.5 in woofQ, host OS is Easy 5.4.10. Building with packages compiled in OE with the "usrmerge" flag set in DISTRO_FEATURES, reported earlier: [...]

    • Debian Family

      • DebianBits from Debian: DebConf23 starts today in Kochi On Sun 10 September 2023

        DebConf23, the 24th annual Debian Developer Conference, is taking place in Kochi, India from September 10th to 17th, 2023.

        Debian contributors from all over the world have come together at Infopark, Kochi to participate and work in a conference exclusively run by volunteers.

        Today the main conference starts with over 373 expected attendants and 92 scheduled activities, including 45-minute and 20-minute talks, Bird of a Feather ("BoF") team meetings, workshops, a job fair, as well as a variety of other events.

    • Open Hardware/Modding

      • CNX SoftwareAndes launches AX45MPV RISC-V CPU core with Vector Extension 1.0

        Andes Technology has recently announced the general availability of the AndesCore AX45MPV RISC-V CPU which builds upon the AX45MP multicore processor and adds RISC-V Vector Extension 1.0. Equipped with RISC-V vector processing and parallel execution capability, the new RISC-V CPU core targets SoCs processing large amounts of data for applications such as ADAS, AI inference and training, AR/VR, multimedia, robotics, and signal processing.

      • HackadayPi Pico Becomes SRAM For 1981 Educational Computer

        Ever since the Raspberry Pi Pico was introduced in early 2021 we’ve seen the tiny Pi being used for an astonishing variety of applications. It has powered countless clocks, gadgets, games, and accessories for all kinds of computers old and new. [Michael Wessel] has recently added an interesting new application in the “old computer” category, by turning a Pico into a 2114 SRAM emulator for his Busch 2090, an educational computer system from 1981.

      • HackadayThe WebStick Is A Small, Cheap NAS

        The ESP8266 was one of the first chips that provided wireless functionality at a cost low enough to be widely popular for small microcontroller projects. This project uses one to provide rapid, small, and inexpensive network-attached storage (NAS) capabilities wherever you happen to go.

  • Free, Libre, and Open Source Software

  • Leftovers

    • HackadayAgreeing By Disagreeing

      While we were working on the podcast this week, Al Williams and I got into a debate about the utility of logic analyzers. (It’s Hackaday, after all.) He said they’re almost useless these days, and I maintained that they’re more useful than ever. When we got down to it, however, we were actually completely in agreement – it turns out that when we said “logic analyzer” we each had different machines, and use cases, in mind.

    • HackadayTape Is Very, Very Quiet

      If someone stops by and asks you to help them make some noisy thing less noisy, you probably wouldn’t reach for a roll of tape. But [The Action Lab] shows some 3M tape made for exactly that purpose. For the right kind of noise, it can dampen noise caused by a surface vibrating. You can see how (and why) it works in the video below.

  • Gemini* and Gopher

    • Technology and Free Software

      • Another Crazy CDDA Moment

        In theory a searchlight is grounded, but in Cataclysm: Dark Days Ahead with suitable resources one can move a searchlight into a vehicle and drive off with it. Granted, the searchlight remains hostile, so friendly NPCs and other random monsters could attack it. Or you could mindlessly hit tab while next to it.

        Benefits of this, are, uh, maybe you can use it to provide free lighting at your base if you haven't found an atomic lamp yet? Or maybe you like being lit up whilst driving through hostile realms by night? Or you've looted so much that a broken or inactive searchlight does not fit in your vehicle, but it does when intact? Game physics…

      • Internet/Gemini

        • The Busy Phase

          Life has been busy recently, as you may have noticed from my lack of posts in the past month or so. I've been following BBS daily, of course, chiming in when I get a chance. However, when it comes to programming projects, it has been challenging to find time for any substantial progress.

          [...]

          Lagrange v1.17 is shaping up nicely. However, there are a few features I've been wanting to implement for a long time, and I'd like to add them before making a release. There is no guarantee I'll have much time later for the planned v1.18, so postponing features could mean several months of additional delay.


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



Recent Techrights' Posts

The Last 'Dilberts' or Some of the Last Salvaged (Comic Strips Which Disappeared Shortly After They Had Been Published)
Around the time the creator of Dilbert went silent he published some strips mocking TikTok and usage of it
IBM Paying the Price for Treating Workers Badly and Discarding Real Talent (Because It's "Expensive")
IBM is dead man walking
Projection Tactics - Part III: Silencing Inconvenient Voices Online
If X gets banned in the UK, it'll be hard to see what the spouse says in public
Reminder That Red Hat Enterprise Linux (RHEL) Is Not Free, And It's Because of IBM
software freedom just 'gets in the way'
Under IBM, in Order to Game the Stock Market, Red Hat Resorted to Boosting the Biggest Ponzi Scheme in Human History
This is what IBM turned Red Hat into
What Will Happen to GAFAM After the US Defaults Rather Than Bails Out the Market?
Or tries to topple every government that doesn't play by its rules?
EPO People Power - Part XXXIV - Bad Optics for the European Union (for Failing to Act and Tolerating Cocaine Use in Europe's Second-Largest Institution)
There are principles in laws which tie awareness with complicity
 
Still Condoning Child Labour and Exploiting Unpaid Children Developers as PR Props (to Raise Monopoly Money)
These people lack morals. So they project.
"Security, AI or Quantum" on "the IBM Titanic"
Who's RMS?
Hours Ago The Register MS Published Microsoft Windows SPAM "Sponsored by Intel." The Fake 'Article' Says "AI" 34 Times.
The Register MS isn't a serious online newspaper
EPO People Power - Part XXXV - Where Else Will Corruption and Substance Abuse be Tolerated?
We need to raise standards
Status and Capital
People who do a lot are too busy to boast about it and wear fancy garments
Turbulence Ahead
I last rebooted my laptop in 2023
Google News Rewards Plagiarism With LLMs (About Linux, Too)
Google is in the slop business now
Links 14/01/2026: Failing Economy and Conquest Abroad as a Distraction From Domestic Woes
Links for the day
Gemini Links 14/01/2026: The Ephemerality of Our Digital Lives and "Summer of Upgrades"
Links for the day
Outsourcing on Microsoft's Agenda, Offshoring Also
"In some cases, India hiring is poised to replace certain roles previously based in the U.S."
Links 13/01/2026: 'Dilbert' creator Scott Adams Passes Away With Cancer, Ban on X/Twitter Considered for CSAM Profiteering
Links for the day
The Goal is Software Freedom for All
Anything to do with "Linux Foundation" is timewasting
Revision handed Microsoft the keys to the distortion of the past/history
This isn't the first time The Register MS rewrites computing history in Microsoft's favour, as we pointed out several times in past years
EPO's Central Staff Committee is Now Redacting (Self-Censoring) Due to Threats From the EPO "Mafia"
"On the agenda: salary adjustment procedure for 2025 (as of January 2026)"
"AI" (Slop) 'Demand' Isn't Growing, It's Fake, It's a Pyramid Scheme
They try to resort to 'creative' accounting (fraudulent schemes like circular financing)
Difficult Times at IBM and Microsoft Ahead of Mass Layoffs (Probably Before This Month's Results Unless Postponed to 'Prove' Rumours 'Wrong')
IBM and Microsoft used to be tech giants. Nowadays they mostly pretend by pumping up their stock and buying back their own shares.
Canonical: Make Ubuntu Bloated (Debian With Snaps), Then Sell the 'Debloated' Version for a Fee
If people want a light distro, then they ought not pay Canonical but instead choose a light (by design) GNU/Linux distro
People Don't Want "Just Enough", They'll Look for Quality
That's why slopfarms will go away or become inactive
Gemini Links 14/01/2026: 3D and Tiny Traffic Lights Pack
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, January 13, 2026
IRC logs for Tuesday, January 13, 2026
Slop Waning Whilst Originals Perish
Slop is way past its "prime"
XBox's 'Major Nelson' Loses His Job Again, This Time in a Microsoft Mono Pusher
Microsoft hasn't much of a future in gaming. XBox's business is in rapid decline and people who push Mono to game developers are the same
Links 13/01/2026: Russia Weaponises Weather Against Civilians, Beijing-Controlled HK Attacks Legal Team of Besieged Critics
Links for the day
Gemini Links 13/01/2026: Loss of Desire to Produce, Individual Consumption
Links for the day
Shobhit Varshney From IBM Pushing Slop at Large Bank, Another McDonald's Waiting to Happen?
How long can they get away with phony narratives like "replaced by AI"?
Links 13/01/2026: Ubisoft Layoffs, "India IT In Shambles", and Microsoft Chatbot Killing People
Links for the day
IBM is Not a Leftist Company, the "I" Stands for Imperialism, and Poo Floats to the Top
Remember that AK is military from both sides of his family
Links 13/01/2026: More Mass Layoffs in GAFAM, Catching Up With Political News of Early January
Links for the day
Freedom of Speech in the UK (or Freedom of the Press/Expression) and Protection From Adversaries
undressing people without consent and in very bad taste is not "speech"
Ending the Status Quo at the European Patent Office (EPO) This Year
Things will continue to get worse as long as the "Digital Majority" stays silent and/or passive
Greenland Ought to Move to GNU/Linux, Not Apple
GNU/Linux at 4%
So When Will British Politicians, Police, Government Departments Quit Twitter (X.com)?
They sure bring constituents there (by being there)
If You Care About Freedom, Don't Follow IBM Red Hat (Like Microsoft Novell 20 Years Ago)
IBM Red Hat and Microsoft don't seem to compete
IBM Red Hat Does Not Compete With Microsoft, It's a Microsoft Reseller
even if employees of Red Hat dislike and distrust Microsoft
Red Hat Layoffs, Even of "AI" Staff in India
This is how companies die
LLM Slop Isn't Replacing Online News, It's Just a Pest That's Gradually Going Away as Money for Slop Runs Out
Slop likes to talk about itself (like some kind of 'web-cancer')
Not Journalism: Almost 80% of the 'Articles' We Saw About Torvalds and 'Vibe Coding' Are LLM Slop (Sometimes Slop Images)
The real issue is, Torvalds who created Git as a solution to proprietary prison is entertaining Microsoft's own proprietary prison
EPO People Power - Part XXXIII - Interest From Some European Media, For a Change
Without it, we'll become another Russian Federation
Just Another Reminder That Microsoft Didn't Deny Mass Layoffs
Remember that Microsoft never denied this
GNU/Linux Measured at 6% in Réunion This Year
Population sizes like a million people are nothing to sneeze at
Dr. Andy Farnell on Marketing Bad Things Like Slop Using FOMO (Fear of "Being Left Behind")
many of the same themes we often cover here
IBM Stock Compared to Bitcoin, Fake Articles About IBM Promote Myths About IBM
The stock moves based on false marketing
Bluewashing Continues, Red Hat Onboarding Interns in Low-Paid Regions
It's the end of the second Monday of 2026
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, January 12, 2026
IRC logs for Monday, January 12, 2026
Gemini Links 13/01/2026: ScottoRang and Outage
Links for the day
GNU/Linux Exceeding 6% in Cape Verde
Windows is measured as down sharply
When It Comes to Health, Slop is a Flop and It Kills People
Chatbots will mostly die after many people die due to them
2026 Has Begun Well for GNU/Linux Users (and for Us)
A lot of the anti-Linux FUD we got accustomed to seeing some years ago became scarce
Links 12/01/2026: Vista 11 Exodus and Famicom/NES Game
Links for the day
Links 12/01/2026: Twitter (X) Being Blocked in More Countries, PTAB Besieged by Cheeto Appointees (Bad Patents Getting Through)
Links for the day
Links 12/01/2026: Brussels Plotting Exit From GAFAM (US), Carole Cadwalladr Explains "Peter Thiel's New Model Army"
Links for the day
Oligarchs and States Always Attempted to Obstruct Efforts to Expose Their Corruption
We commend the administrator who consistently and adamantly defend the freedom of speech
Scheduled Maintenance Between 15th of January and Days to Follow, Free Software Foundation (FSF) Looking to Add 43 More Members by 16th of January
People who value Software Freedom should consider joining to support the FSF
Bracing for Microsoft Layoffs, Tired of Microsoft Lies, Microsoft Staff Wants Transparency, Not Face-Saving Coverup From Frank Shaw
totally made up stock price
GNU/Linux Estimated at Around 5% in Montserrat
another country where the "share" of GNU/Linux is now measured at 5%
GNU/Linux Exceeding 5% in Guadeloupe According to statCounter
GNU/Linux "share" estimates in Guadeloupe
Dr. Richard Stallman @ Georgia Tech Next Week
More Than One Week From Now
EPO People Power - Part XXXII - Little Hope That European Press Will Attempt to Expose Drug Abuse in Europe's Second-Largest Organisation
What does this tell us about the press in Europe?
Three most controversial Australian authors linked to St Paul's, Coburg
Reprinted with permission from Daniel Pocock
Links 11/01/2026: Data Breaches and Recent (Early 2026) Political Developments
Links for the day
Gemini Links 12/01/2026: Insomniacs After School and Boycotting Amazon
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, January 11, 2026
IRC logs for Sunday, January 11, 2026
Brett Wilson LLP 'Dropping' the LLP, Is This Rebranding?
It's not a coincidence or a glitch, there was a formal change somewhere in the system
Can IBM Still Control the Narrative?
We'll see what comes out through the grapevine later this week