Inspired by Alex Chan’s Tools of the trade post I thought I’d note down my current tech stack and then revisit it in a few years to see how things evolve. As per Alex’s post I’ll break it down into three sections: software, (development) tech stack, and hardware.
2024
Exporting YouTube Subscriptions to OPML and Watching via RSS
This post describes how I exported my 500+ YouTube subscriptions to an OPML file so that I could import them into my RSS reader. I go into fine detail about the scripts and tools I used. If you just want to see the end result the code is in this repository, which describes the steps needed to run it.
I was previously a YouTube Premium subscriber but I cancelled it when they jacked up the already high prices. Since then I’ve been watching videos in NewPipe on my Android tablet or via an Invidious instance on real computers.
7bit Projects: Dew Point Forecast, MacBinary, RSS Please, Titlecase
Today I compiled my titlecase Rust crate to Web Assembly and wrapped a
web-page around it so that it can be used online. It’s published on my
“projects domain”, 7bit.org. After I published it I realised I hadn’t
written about the other projects that are on 7bit.org
. They are
Dew Point Forecast, MacBinary, RSS Please, and Titlecase.
Testing a $4 Micro SD Card From AliExpress
I needed three low capacity micro SD cards for an upcoming project. There’s plenty of these available on AliExpress but its very difficult to know if you if the actual capacity will match the packaging. I did some research and came across this interesting video that tested 16 different cards. Their recommendation was the Lexar ones. So I found some 32Gb ones for AU$4.13 and placed an order[1].
As per the video’s suggestion I tested one with an open-source tool called F3 (Fight Flash Fraud) when they arrived. F3 verifies the capacity against what the drive advertises and verifies that that amount of data can be written and read back without error.
Building a Hybrid Native Application With Gleam and Tauri
I took a few hours this weekend to experiment with building a hybrid native app with Gleam and Tauri. This post is a summary of that project. If you’d just like to see the code, I have published that at: