SKSerhii Kalynainconvertifydevblog.hashnode.dev·Jun 11 · 5 min readThe Rust binding compiled fine. then it started segfaulting in prodI run a free image converter, its built on rust + axum + libvips. it had been happily running for months. then one feature, images-to-pdf, started falling over in production with this: g_object_unref:00
SKSerhii Kalynainconvertifydevblog.hashnode.dev·May 29 · 5 min readBuilding Image Compression in Rust with libvips Real Benchmarks, Real TradeoffsI've been building Convertify a free image converter for 11 weeks now. Last week I added compression support (JPG, PNG, WebP) using Rust + libvips. Here's what I learned, with actual numbers. The Sta00
SKSerhii Kalynainconvertifydevblog.hashnode.dev·May 8 · 3 min readFrom 0 to 72 indexed pages in 2 months: what Google actually does with new sitesI've been building Convertify — a free image converter in Rust + Next.js — for about 2 months. Here's where I am in GSC right now: 72 indexed pages Average position: 40.8 Impressions: ~90/day Clicks:00
SKSerhii Kalynainconvertifydevblog.hashnode.dev·Apr 15 · 5 min readWhy HEIC still breaks web apps in 2026 — and how to fix it server-sideHere's the absurd situation in 2026: Apple has made HEIC the default photo format on every iPhone since iOS 11 (2017). ~60% of US mobile users are on iOS. And yet HEIC has 14.74% browser support — ent00
SKSerhii Kalynainconvertifydevblog.hashnode.dev·Apr 8 · 5 min readHEIC to WebP conversion: the complete developer guideHEIC has been Apple's default photo format since iOS 11. WebP has been Google's answer to JPEG since 2010. In 2026, converting between them is a surprisingly common task — and surprisingly tricky to g00