Softwares

HEIC Uploads: when the iPhone takes over your forums

Recent iPhones shoot in HEIC, a format no browser displays except Safari. The result on my Invision Community forums: hundreds of photos arriving every day as unusable download links. Rather than explain to every member how to change a setting buried deep in their phone, I built HEIC Uploads, an application that converts those photos to AVIF in the background without ever blocking the post. AVIF turned out to be five times lighter than WebP and four times faster to encode, so there was no trade-off to weigh. The code is published under the MIT license.

ComfyUI vs n8n: Why They Aren’t Competitors, and How to Combine Them

ComfyUI and n8n share the same visual grammar, nodes and connections, but they don’t do the same job: one manufactures media with AI models, the other orchestrates events, services, and business rules. Pitting them against each other is a false debate. The real question is where to draw the line between them, and how to combine them into a hybrid architecture in which n8n drives ComfyUI as an asynchronous render engine. From securing the API to decoupling GPU costs, this article lays out the design rules, illustrated by a concrete case: a video translation and lip-sync factory.

From WordPress to Astro: The False Simplification of the Modern Web

Switching from WordPress to a static generator like Astro is frequently framed as the ultimate move toward simplicity and high performance. However, replacing a single, consolidated dashboard with Markdown files, Git workflows, and fragmented cloud services shifts technical complexity rather than removing it. This transition creates organizational bottlenecks for non-technical teams and exposes projects to npm supply-chain vulnerabilities instead of traditional CMS threats. Furthermore, relying entirely on proprietary cloud stacks trades open-source flexibility and digital sovereignty for vendor lock-in. Ultimately, for standard marketing websites, a battle-tested, self-hosted CMS remains the most practical and reversible choice.