Programming Leftovers
-
Rlang ☛ Interpretable probabilistic kernel ridge regression using matern 3/2 kernels
Example of use of R package matern32; interpretable probabilistic kernel ridge regression using matern 3/2 kernels
-
SaaS/Back End/Databases
-
Shayon Mukherjee ☛ Selective asynchronous commits in PostgreSQL - balancing durability and performance
By default, PostgreSQL uses synchronous commit, meaning when your application commits a transaction, PostgreSQL: [...]
-
-
Canonical/Ubuntu Family
-
nixCraft ☛ Ubuntu to Explore Rust-Based “uutils” as Potential GNU Core Utilities Replacement [Ed: Canonical/Ubuntu will go against GPL, just like GAFAM]
In a move that has sparked significant discussion within the Ubuntu GNU/Linux fan-base and community, Canonical, the company behind Ubuntu, has announced its intention to explore the potential replacement of GNU Core Utilities with the Rust-based "uutils" project. They plan to introduce new changes in Ubuntu GNU/Linux 25.10, eventually changing it to Ubuntu version 26.04 LTS release in 2026 as Ubuntu is testing Rust 'uutils' to overhaul its core utilities potentially. Let us find out the pros and cons and what this means for you as an Ubuntu GNU/Linux user, IT pro, or developer.
-
-
GNOME Desktop/GTK
-
Zeeshan Ali on STM32WL55
I recently got my hands on a STM32WL55 development kit (NUCLEO-WL55JC2 to be more precise) and wanted to program it in Rust. Since things did not work out of the box and I had to spend many hours figuring out how to make it work, I thought I document the steps I took to make it work for the next person who bumps into this: [...]
-