Noos - Where Thought, Code, and Craft Converge

What Happens When Prototypes Try to Go to Production

3 minute read Published: 2025-11-02

Why AI prototypes fail in production: technical debt, scalability issues, and the gap between research and production ML systems. Real-world observations.

The Zola About Page Puzzle: When Root Sections Bite Back

3 minute read Published: 2025-11-02

Solving Zola static site generator routing issues: how root-level pages work differently than expected. Quick fix for about page and section configuration.

Rust Macros vs Functions: What Java and Python Developers Should Know

3 minute read Published: 2025-11-01

Understanding Rust macros for Java and Python developers. Learn when to use macros vs functions, with practical examples and language comparisons.

Covers on Autopilot — Why I Let AI Paint the Edges

4 minute read Published: 2025-10-30

Automate blog cover image generation with AI and GitHub Actions. Learn how to build a reliable pipeline using Replicate SDXL for context-aware cover images.

Redis, TLS, and Deadpool: When Dependency Versions Collide

4 minute read Published: 2025-10-30

Solving Rust dependency conflicts: redis crate, deadpool-redis, and TLS compatibility issues. Learn how to navigate version mismatches in Rust projects.