Skip to content

iOS, macOS, web, and science. Hacked.

  • Articles
  • About
  • Colophon

Search

Author: Michael Henry

Claude Code Has a Secret Command That Makes It Smarter Over Time — Here’s How to Use It

February 28, 2026 14 min read

There's a hidden command in Claude Code called /insights that studies how you work and then tells you exactly how to make it work better for you.

Auto-Sanitize Blog Posts Before Publishing: A Security Audit Pipeline with Claude Code and fswatch

February 27, 2026 22 min read

Build a dual-layer content scanner that catches leaked IPs, credentials, and personal data in your markdown files — with AI-powered context awareness and real-time file monitoring --- Introduction If you write technical blog posts — especially about homelabs, self-hosting, or networking — you've probably leaked something sensitive at least once.

Setting Up and Using SSH Keys in 1Password

February 23, 2026 5 min read

This guide walks through generating SSH keys in 1Password, configuring your Mac to use the 1Password SSH agent, and adding your public key to remote services.

Accessing Your Linux VM from Mac Finder: A Complete Guide to Samba File Sharing

February 20, 2026 29 min read

Seamlessly browse and edit files on your Linux VM directly from macOS Finder Introduction If you're running Linux VMs (whether in Proxmox, VirtualBox, VMware, or any other hypervisor) and use macOS as your daily driver, you've probably found yourself constantly SSHing into your VM to edit files or copy data back and forth.

Automated Git Commits With Inotify

February 19, 2026 20 min read

Automating Git Commits with inotify: Never Forget to Push Again Build a real-time file watcher that automatically commits and pushes your changes to GitHub Introduction As developers and technical writers, we've all been there: you spend hours writing documentation, blog posts, or code, only to realize hours (or days) later that you forgot to commit and push your changes.

NFS Mac DAS To Proxmox Tutorial

February 18, 2026 23 min read

Tutorial: Mounting a Mac DAS via NFS to Proxmox Server Table of Contents Overview Architecture Prerequisites Understanding the Challenges Part 1: Prepare the Mac NFS Server Part 2: Configure NFS Exports Part 3: Enable Full Disk Access Part 4: Test NFS from Proxmox Part 5: Make the Mount Persistent Troubleshooting Security Considerations Performance Optimization Overview This tutorial guides you through configuring Network File System (NFS) to share a Direct Attached Storage (DAS) device connected to a Mac with a Proxmox server over a network.

CyberPower UPS NUT Tutorial

February 18, 2026 14 min read

Protect Your Homelab: Setting Up Network UPS Tools (NUT) Across Proxmox and Mac 🔋 Ever had that sinking feeling when you realize your entire homelab just went down during a power outage?

Running Jupyter Notebooks With uv

February 18, 2026 3 min read

Converting Jupyter Notebooks to Python Scripts with uv The problem: You have a .ipynb file and want to run it with uv — either to simplify execution, skip the Jupyter overhead, or make it portable and reproducible.

Folder Actions in iCloud

February 18, 2026 3 min read

Using Folder Actions on macOS to Move Files into iCloud Drive Folder Actions on macOS allow you to attach small AppleScript workflows to a folder so that when files appear, macOS automatically performs an action.

AdGuard Home Tailscale Troubleshooting Guide

February 17, 2026 16 min read

Why Your Devices Lost Internet After Installing AdGuard Home (And How to Fix It) A deep dive into diagnosing network connectivity issues when running AdGuard Home alongside Tailscale on Proxmox The Problem You've just installed AdGuard Home on your homelab server.

© 2026 Digital Javelina, LLC