Hardware Diagnostic Report: 2018 Mac mini (Intel, T2)
Recently worked on debugging an issue with a Mac Mini that wasn’t booting.
My little corner on the internet to be weird. This is a place where I keep track of some of my projects. I’m also a developer and focus on Django / WordPress in addition to data integrations.

Recently worked on debugging an issue with a Mac Mini that wasn’t booting.
Today we’re setting up What’s Up Docker (WUD for short), a little self-hosted tool that keeps an eye on your Docker containers and tells you when a newer version of an image is available.
Today we’re getting Netdata running in Docker and shaping the setup so it’s painless to back up.
If you’re running LibreNMS on a server somewhere and you’ve got a Raspberry Pi sitting on the same network, it’s worth pulling that Pi into your monitoring. It draws almost no power, it’s always on, and once it’s reporting data you’ll have graphs for CPU, memory, disk, network traffic, and temperature with very little effort. …
Read more “How to Install and Configure SNMP on a Raspberry Pi for LibreNMS Monitoring”
Many developers set up LibreNMS using Docker to monitor infrastructure via SNMP. However, keeping tabs on public or internal websites requires a different approach. LibreNMS can perform HTTP and HTTPS availability checks that function just like a curl command, tracking response times and alerting you if a site drops. If you deploy LibreNMS using the …
Read more “How to Monitor Websites and HTTPS Endpoints in LibreNMS via Docker”
This little article is more for my own notes. Hoping to add more details later. What is the Mandelbrot Set? The Mandelbrot set is a set of complex numbers defined in the complex plane1. It exhibits great complexity and is popular for its aesthetic appeal and fractal structures1. The set is defined as the complex …
Read more “Understanding the Mandelbrot Set, the Julia Set, and Their Relationship”
Recently, I encountered an issue where my Macbook was running out of space due to SystemData having a size exceeding 300 Gigabytes. If you’re encountering a similar issue, my specific issue had to do with a failed backup that didn’t resolve itself. If you open the Disk Utility, on the left side you can click …
Starting a Business in Nebraska A comprehensive checklist for forming and operating a business in the state of Nebraska, with a focus on LLC formation and S-Corp election. Table of Contents Pre-Formation Decisions Choose Your Business Structure Before you begin, decide on your business entity type: Recommendation: Most small businesses in Nebraska start as an …
Read more “Complete Guide to Starting a Business in Nebraska”
When it comes to reliable, efficient hybrid powerplants, few engines can match the proven track record of Toyota’s 2ZR-FXE. This 1.8-liter Atkinson cycle engine has become the heart of some of the world’s most dependable hybrid vehicles, powering everything from the iconic Prius to the modern Corolla Hybrid. What Makes the 2ZR-FXE Special? The 2ZR-FXE …
Read more “The Toyota 2ZR-FXE Engine: A High-Mileage Champion”
Problem By default, the Raspberry Pi Zero generates a random MAC address for WiFi connections to limit device tracking. While this is a good privacy feature for mobile devices, it makes it difficult to track and manage the device on your home network. Solution Disable MAC randomization by creating a NetworkManager configuration file. Steps 1. …
Read more “Disable WiFi MAC Randomization on Raspberry Pi Zero”