Tech Dec 2, 2025 5 min A Simple OGP Solution for SPAs and Dynamically Generated Pages How I handled OGP crawler support for an HTML template + JavaScript site using PHP — a practical note on the approach. OGP SPA JavaScript PHP .htaccess SEO Experiment
Tech Dec 1, 2025 2 min Reviving an Old MacBook Pro (A1502) with Zorin OS 18 Installing the lightweight Linux distro Zorin OS 18 on a 2013–2015 MacBook Pro Retina and turning it into a practical daily machine. Linux Zorin OS MacBook Pro Experiment
Tech Dec 1, 2025 3 min Solving NDLOCR Column Layout Recognition with Histogram Analysis When Layout Parser wouldn't install and NDLOCR alone couldn't handle a 4-column vertical text book, I used PyMuPDF and histogram analysis to brute-force split the columns. NDLOCR OCR Python PyMuPDF Experiment
Tech Dec 1, 2025 4 min How to Successfully Build the NDLOCR Docker Image Points where building the NDLOCR Docker image gets stuck, and how to solve them. Docker NDLOCR OCR Windows AI CUDA Experiment
Tech Nov 30, 2025 3 min Why Vercel Stopped Deploying My Commits (and How I Fixed It) Debugging a silent Vercel deploy failure caused by a mismatched Git user.email on my local machine. Vercel Git GitHub Experiment