June 25, 2025
How to Become a Super Saiyan: The Complete Scientific Research Guide
Based on comprehensive analysis using 30 parallel research agents studying Dragon Ball lore and real-world applications --- 1. [Introduction](#introduction) 2. [Biological Requirements](#biological-requirements) 3. [Physical Training Protocols](#phys...
Read more
Read more
June 9, 2025
Scanex, quick copy code for llms
I’m deep into a Rails project, bouncing around files in my editor, and whenever I hit a snag, I’d copy-paste a bunch of code into a Markdown file and paste it into ChatGPT or Gemini. It looked something like this: “I’ve got this problem… Here’s my co...
Read more
Read more
May 17, 2025
Inertial Rails project setup to use code generated from v0 (ShadcnUI, TailwindCSS4, React, TypeScript) and deploy with Kamal
I’ve never been great at CSS or front-end styling, so I lean on frameworks to pick up the slack. Back in the day, Bootstrap plus a good theme was all I needed. Lately, though, the community has drifted toward Tailwind CSS, and high-quality Bootstrap ...
Read more
Read more
May 16, 2025
Vibe Coding, Easy or Hard?
So, I’ve been messing around with all these new AI coding tools lately. Everyone’s talking like they’re the future, like they’re gonna replace developers. Naturally, I had to try one out myself. I started with Replit’s AI Agent —just to see what the ...
Read more
Read more
January 6, 2025
Updating n8n with Caddy (Docker)
Quick steps to update your n8n instance running with Docker and Caddy. --- bash docker compose pull docker compose down docker compose up -d Done — your n8n instance is now running the latest version. --- Check the official docs if you’re using a Het...
Read more
Read more
July 27, 2024
Compressing a .mov File from 262MB to 14MB with FFmpeg
Needed to shrink a .mov file fast — it was 262MB and way too big to share. Ended up compressing it down to just 14MB using FFmpeg. Here's the command I used and what it does. --- .mov files are high quality, but huge. If you're sharing videos online ...
Read more
Read more