Plutonic Rainbows

Abul Mogard - Quiet Pieces

On his first solo album in five years, Abul Mogard unveils Quiet Pieces, a deeply personal ambient suite shaped by memory, emotion, and rediscovered family relics. Sampling his late uncle’s collection of 78rpm records, Mogard breathes new life into old sketches, blending nostalgia with spectral synthwork. The result is a graceful drift through loss, reverie, and renewal — a hushed, haunting meditation for fans of Eno, Cortini, and Jeck.

Never Flinch

Starting the new novel from Stephen King, entitled Never Flinch.

Image Fixes

Version 1.10.0 introduces comprehensive automatic image format conversion. Supported image types (JPG, PNG, GIF, BMP, TIFF) are now seamlessly converted to omptimised WebP during the build, eliminating the need for manual preprocessing. The system detects and handles transparency in PNGs, applying white backgrounds to maximize compression. These enhancements are fully integrated into the responsive image workflow, offering detailed logging, smart caching to skip unchanged files, and output quality tuning—set at 85 for large images and 80 for smaller ones.

The responsive image generation pipeline has also been significantly upgraded. Each image now automatically produces multiple sizes (400w, 800w, 1200w, 1920w) using srcset and sizes for efficient loading across devices, cutting mobile bandwidth use by up to 95%. Original files are preserved for lightbox viewing, and lazy loading has been added to further omptimise performance. Enhancements to image_processor.py and ResponsiveImageGenerator enable smart, conditional processing, while maintaining backward compatibility with existing WebP assets.

Earlier improvements in 1.9.0 and 1.8.0 focused on development workflow and performance. A new watch mode monitors project directories and triggers automatic rebuilds on file changes, streamlining live development. The build system now uses watchdog for reliable file monitoring with detailed logging and configurable behaviour. In 1.8.0, Lightbox2 script loading was fixed to run only when image links are present, reducing load times and eliminating redundant script execution on text-only pages.

Gail Elliott

Photographed in 1991, for Calvin Klein.

Phase 2

During the Phase 2 redundancy cleanup of the My Blog Project repository, significant improvements were achieved across three key areas of optimisation. The image asset cleanup successfully removed 6 unused files totalling approximately 1.6MB of storage, including the elimination of an exact duplicate (eternity.webp) while preserving the referenced version (eternity_1990.webp).

This optimisation resulted in a perfectly efficient image repository with 100% utilisation of all 10 remaining assets. Duplicate post file resolution addressed content redundancy by removing 2 duplicate markdown files after careful content analysis—specifically, removing an earlier announcement post about the “A Fire Within” fragrance in favour of a more detailed review, and consolidating two different “Bois Talisman” posts by keeping the more informative technical review.

The virtual environment dependency audit revealed that previous maintenance had already optimized the package set from the originally identified 34 packages down to 19 essential dependencies, with the only required action being the restoration of the bleach package for HTML sanitization functionality.

Combined with the previously completed Phase 1 log file cleanup, the total repository optimisation achieved approximately 165.6MB in storage savings while maintaining full functionality and improving overall repository health and maintenance efficiency.