Ian's World
Stuff and nonsense
Monday, March 24, 2025
Armbian on NanoPi R2S Plus and RK3328 boot
›
I have several Friendly Elec NanoPi boards . Recently I have been working on my NanoPi R2S Plus because Armbian didn't have support for...
Saturday, March 15, 2025
systemctl is-enabled is strange
›
The is-enabled command of the systemd systemctl command is purported to: Checks whether any of the specified unit files are ena...
Wednesday, March 5, 2025
Armbian Build Framework
›
I have a NanoPi R2S Plus . Armbian supports many of the NanoPi boards but doesn't have a configuration specific for the NanoPi R2S Plu...
Thursday, February 20, 2025
Rust in the Linux kernel
›
I have been seeing a lot of news about drama and conflict related to Rust in the Linux kernel recently. My first experience with Rust was so...
Friday, June 21, 2024
ECMAScript module equivalent of CommonJS module usage: const x = require('myModule')(options);
›
A common, concise idiom of CommonJS modules that export factory functions is: const instance = import('myModule')(myOptions); This i...
Sunday, June 16, 2024
JavaScript testing with Tape
›
I mostly use tape for testing my JavaScript packages. Today I was updating dependencies and update of tape was among them. The link from np...
Tuesday, March 26, 2024
Thunar sort order
›
For many years I have run Debian with xfce4 desktop. I have always hated the way Thunar sorts files by name. The developers would say it is ...
›
Home
View web version