/images/profile.jpeg
Richard Audette's Projects, Problems, Solutions, Articles on Computing and Security

Meshtastic Discord Bridge Bot

I built a simple Meshtastic Discord Bridge bot, which enables sending and receiving Meshtastic messages through Discord. I keep my Meshtastic node on all the time at home. This bot his allows me to exchange messages with the mesh in my neighbourhood using my home node through Discord wherever I am. Never again will I miss a “Can you see this?” message. It’s in a “just got it working” state - pretty primitive, missing message delivery confirmation, but I’ve been using it for a few days and it works as designed.

Meshtastic: A Neighbourhood Mesh Realized

Are you a Meshtastic user in North Toronto? Reach out and I will invite you to a local Meshtastic Discord group. Background A mesh network is a network where all participants can communicate with each other, with each participant cooperating with the transmission of information. I love the idea of mesh networks, where anyone who wants to take part can just jump in, and there’s no dependency on a communications provider for service.

Resolved: Ubuntu Kernel SRU Period had ended error

I have Ubuntu Livepatch running on one of my PCs, and I was getting the following error: 1 *** System restart required. Kernel SRU period has ended *** It was clear that I needed to update the kernel to continue to receive patches, but an apt-get upgrade wasn’t installing a new one. It wasn’t clear to me how to identify and update to the latest supported kernel, and it took some searching around.

And Now For Something Mildly Different

On October 18th 2023, I migrated this website from WordPress hosted on an AWS EC2 VM, to a static website built with Hugo, now hosted on AWS S3. And this morning (October 21st), I just shut down the VM. I spun up the first version of this VM on February 5th, 2014 - so this setup has served me well for 9 years. It was rebuilt 3 times, starting with Ubuntu 13.

Enjoying our lemonade: How my team came out ahead from a 4 week outage

I work on a web based product which supports hundreds of thousands of paying subscribers. Our servers were first built out in 2014, before I joined the team. By 2018, our environments were starting to look dated, with some components approaching end of life. I submitted an intake request with our shared-services infrastructure team to modernize it, and assess a move to Azure, but as everything was still supported, and as we had no new requirements, we were unable to make a case, as other lines of business had much more pressing concerns.

Starting rootless containers at boot with Podman

I’m building out a new server at home, and decided to try out Podman instead of Docker for running containers. Everything is a bit different. I wanted some containers to start on boot, as I had previously setup with Docker. I found an article that got me most of the way there, but it was missing a few key things for rootless containers. Here’s how I got a Vaultwarden container I setup, named vaultwarden, booting for user username and group groupname, on an Ubuntu / systemd based system.