Blog

My corner of the internet to share what I’m working on, what I’m figuring out, and whatever I happen to be obsessed with at the moment.

Using an Amazon Fire TV Stick with a Computer Monitor

Using an Amazon Fire TV Stick with a Computer Monitor

A simple temporary setup using an Amazon Fire TV Stick, an MSI monitor and a Bluetooth speaker.

Animating Toys and Comic Books with Google Flow

Animating Toys and Comic Books with Google Flow

How I used Google's free Flow credits to animate comic books, toys and dinosaurs with simple prompts while exploring AI safely with kids.

Connecting Google Forms to Google Sheets and Firebase

Connecting Google Forms to Google Sheets and Firebase

A comprehensive step-by-step guide to building a custom backend that syncs Google Forms submissions to Google Sheets and automatically updates a live Firebase Firestore database.

Uploading Google Play Games Achievements in Bulk

Uploading Google Play Games Achievements in Bulk

Notes on setting up and bulk uploading Google Play Games achievements.

Fixing Broken Wi-Fi Connectivity on macOS Tahoe

Fixing Broken Wi-Fi Connectivity on macOS Tahoe

Connected to Wi-Fi but no internet after updating macOS? If you use Charles Proxy or similar tools, here is the fix.

Automating README Generation Across My GitHub Projects

Automating README Generation Across My GitHub Projects

How I stopped copy-pasting support links across repos and built a simple GitHub Actions system to auto-generate consistent READMEs.

Parsing Real-Time Transit Data in Swift with Protobuf

Parsing Real-Time Transit Data in Swift with Protobuf

A complete guide to integrating GTFS-Realtime feeds into your iOS app using Google's Protocol Buffers and Swift.

Fixing WeatherKit JWT Authentication Errors

Fixing WeatherKit JWT Authentication Errors

A step-by-step guide to fixing the common WeatherKit JWT authentication error caused by missing entitlements and App Services configuration.

Generating Thumbnails for PDF Files in SwiftUI

Generating Thumbnails for PDF Files in SwiftUI

Learn how to generate thumbnails for PDF files in SwiftUI by reading files with fileImporter and creating thumbnail images with PDFKit