I decided I wanted to add some more local folks into my YouTube subscriptions. I put the call out on Mastodon for suggestions for folks doing videos about machining, woodworking, electronics, software, that type of thing. I received a number of helpful replies and thought it might be useful to collect the list (as well as ones I’m already subscribed to) on this page in case others are looking for new channels to check out.
Wesley Moore
Hi I’m Wes 👋. I like warm weather and tinkering with computers; ranging from small microcontrollers, up to large servers and the operating systems that run upon them. I’m a Rustacean with a fondness for mechanical keyboards. Read more on the about page →
Recent Posts
Building a Classic Mac OS App in Rust
Instead of using my funemployment to build useful things I have continued to build things for old versions of Mac OS. Through some luck and a little persistence I have actually managed to get Rust code running on classic Mac OS (I’ve tried Mac OS 7.5 and 8.1). In this post I’ll cover how I got here and show a little network connected demo application I built—just in time for the end of #MARCHintosh.
How to use DeRez
After my post on trying to run
Rust on Classic Mac OS post I continued trying to
find a modern language that I can use to build classic Mac OS software. I’ve
had some success with Nim and built a little
temperature converter application. As part of this I wanted to be able to use
ResEdit to edit the layout of the dialog. The problem was that I need a way
to convert the modified resources back into the textual representation used in
the source code. In this post I describe how I did this with DeRez
.
Creating a Podcast From a Mastodon Account With XSLT
I recently discovered the ATPrewind account on Mastodon. It’s an account sharing “gems discovered while re-listening to @atpfm from the very first episode. By @joshua”. ATP is a tech Podcast that’s been running for about 10 years. Each post (so far) from ATPrewind includes a short clip from the show in the form of a little video.
This post describes how I was nerd sniped into creating a podcast from the ATPrewind posts.
Trying to Run Rust on Classic Mac OS
I recently acquired a Power Macintosh 9500/150 and after cleaning it up and building a BlueSCSI to replace the failed hard drive it’s now in a semi-operational state. This weekend I thought I’d see if I could build a Mac app for it that called some Rust code. This post details my trials and tribulations.
Debugging a Docker Core Dump
On my main machine I use an excellent cross-platform tool called Docuum that
automatically cleans up unused docker images. This allows me to use Docker
without the need to periodically wonder why I’m out of disk space, run docker system prune
and recover half my disk.
I installed Docuum via the AUR package (although tweaked to build the latest Docuum release) and ran it via the bundled systemd service definition. This worked great for a while but some time back it started failing. Every time Docuum would try to check for things to clean up I’d see the following in the system journal:
Hide Sign in With Google Pop Up
Inspired by Rach Smith’s post on using userstyles to hide YouTube shorts I came up with some CSS to hide those annoying Sign in with Google pop-ups.
divmod, Rust, x86, and Optimisation
While reviewing some Rust code that did something like this:
let a = n / d;
let b = n % d;
I lamented the lack of a divmod
method in Rust (that would return both the
quotient and remainder). My colleague Brendan pointed out that he actually
added it back in 2013 but it was moved out of the standard
library before the 1.0 release.
Garage Door Monitor Update
The garage door monitor that I built earlier in the year has by all accounts been running perfectly since I installed it. Recently I implemented a couple of new features that I’ve wished for over the last few months.
Resuming Read Rust Tweeting
The Read Rust Twitter account crossed over 10K followers in the last few days. Amazingly 4350 of those coming after I stopped regular posting. This got me thinking about the account and how I might be able to use it to benefit the community while avoiding the overhead that led me to winding things down in Sep 2020.
Projects
A selection of projects I've built or contributed to:
-
📰
RSS Please
Generate RSS feeds from web pages.
-
Allsorts
Font parser, shaping engine, and subsetter implemented in Rust.
-
💧
Dewpoint
View a 7-day dewpoint forecast for a selected location.
-
⤵️
Git Grab
Clone a git repository into a standard location organised by domain and path.
-
Bit Cannon
A blog about operating system exploration.
-
Linked List
A personal knowledge base.