featured image

Deploying Hugo with CloudFront and S3 (for real this time)

Hey! Listen! This post is part of a series on deploying Hugo. Check them all out! Date URL Part 2023-11-08 Deploying Hugo with CloudFront and S3 (for real this time) Deploying Hugo with CloudFront and S3 (for real this time) 2022-02-08 Deploying Hugo with Netlify Deploying on Netlify 2021-10-13 Deploying Hugo with CloudFront and S3 Deploying on CloudFront and S3 2021-09-21 Deploying Hugo with AWS Amplify Deploying on Amplify TL;DR Good news everyone!...

2023-11-08 · 12 min · 2392 words · Logan Marchione
featured image

Keebio Sinc split keyboard

TL;DR I got a new keyboard :grinning_face_with_smiling_eyes: Your browser does not support video. Your browser does not support video. Introduction ⚠️ WARNING ⚠️ This is an image-heavy post (I have lazy-loading enabled, so images should only load as you scroll) My only “good” lighting is in the kitchen, and I don’t have a DSLR or macro lens, so excuse the blurry close-up shots and shadows 🤷‍♂️ I’ve been using a WASD CODE 87-key mechanical keyboard with Cherry MX Clear switches since 2017....

2023-08-30 · 10 min · 2101 words · Logan Marchione
featured image

Using the Bangle.js 2 smartwatch for one week

TL;DR This is a long post. If you don’t want to read the whole thing, the TL;DR is below. The Bangle.js 2 is an open-source, hackable smartwatch that runs Javascript (yes, you read that correctly). Is it as shiny and fast as the Apple Watch? No. However, comparing an Apple Watch to the Bangle.js 2 is like comparing apples (no pun intended) to oranges. The Bangle.js 2 isn’t going to be super-fast and 60Hz smooth (like the Apple Watch), but if you remember that you’re running Javascript on a SoC the size of a shirt button, then you’ll be impressed....

2023-07-16 · 10 min · 2042 words · Logan Marchione
featured image

LoRa and Meshtastic

Introduction I’ve been itching to work on some hardware projects lately and kept seeing ESP32-related things pop up on Reddit. In particular, I was coming across a lot of LoRa projects, and then started down a rabbit hole. LoRa LoRa (from long range) is a proprietary radio technology that is owned by Semtech. It is designed for long-range (e.g., 10km), low-bandwidth (i.e., measured in Kbps), low-power communication, primarily for internet of things (IoT) networks....

2023-05-24 · 5 min · 866 words · Logan Marchione
featured image

Continuous Delivery with Docker Compose and Drone

Introduction I’m slowly transitioning all of my applications from a Docker Compose-based setup to running on Kubernetes (specifically, K3s). Part of the reason I love Kubernetes is the tooling around it. I (try to) practice GitOps, so all of my Kubernetes configuration is in a public GitHub repo. I’m happily using GitHub Actions and Renovatebot for Continuous Integration (CI). For example, each PR has tests run on it, then if specific conditions are met, the PR is merged....

2023-04-04 · 5 min · 1050 words · Logan Marchione
featured image

My experience replacing the Steam Deck SSD

Update: 2023-08-28 I’ve been using the Kioxia BG4 for over six months now without any issues. In that time, the Steam Deck has become much more popular (so popular that some of these SSDs are marketed as “Steam Deck upgrade kits”). I don’t have a need to upgrade my Kioxia BG4 (yet), but you may want to consider these newer models as well. Make Model Link Watts PCIe Spec Price Comments Corsair MP600 Mini (1TB) Here 4....

2023-01-17 · 10 min · 1920 words · Logan Marchione
featured image

K3s cluster updates

Hey! Listen! This post is part of a series on my journey into K3s. Check them all out! Date URL Part 2022-12-07 K3s cluster updates Updates to the cluster build 2022-03-29 Kubernetes GUIs Exploring Kubernetes GUIs 2022-03-11 K3s single-node cluster for noobs Deploying K3s Introduction It’s been a while since my last K3s post. In that time, I’ve torn-down and rebuilt my single-node cluster a dozen times, but never actually moved any workloads to that cluster....

2022-12-07 · 8 min · 1562 words · Logan Marchione
featured image

Linux on the Lenovo ThinkPad T14 Gen2 (AMD)

Introduction My only PC is a desktop, where I dual boot Windows (for gaming only) and Linux (for everything else). My work provided me with Macbook (read more about that here), but I don’t use it to manage my personal servers, write personal code, browse the internet, etc… But, it would be really nice to SSH to a server from my couch on a device that’s not my phone. I figured it was time to get a laptop....

2022-11-09 · 5 min · 949 words · Logan Marchione
featured image

How to run Renovate on a self-hosted Gitea and Drone instance

Introduction I recently started using Mend’s Renovate bot to keep my dependencies up-to-date on my GitHub projects. GitHub already has tool for this called Dependabot, but it only works with GitHub. Renovate is much more flexible, and it’s also open-source, so it can run on other Git platforms, like my self-hosted Gitea and Drone instance at home. However, self-hosting Renovate is more difficult because the hosted version takes care of a lot of the “magic” for you, so it “just works”....

2022-10-24 · 8 min · 1508 words · Logan Marchione
featured image

The best DevOps project for a beginner

Introduction I spend a lot of time on Reddit in r/devops, r/homelab, and r/selfhosted, where I always see different versions of the same question: It’s difficult to get hands-on experience in DevOps. What is a good beginner project? I’ve posted this answer to Reddit multiple times before, but this post will have more detail. Static site Build a static site. That’s the answer. Why A static site is a great beginner project because:...

2022-10-20 · 4 min · 848 words · Logan Marchione
512kb club badge