Noos - Where Thought, Code, and Craft Converge

Redis, TLS, and Deadpool: When Dependency Versions Collide

4 minute read Published: 2025-10-30

A deep dive into version compatibility issues between redis, deadpool-redis, and TLS support in Rust—and why sometimes you need to stick with an older version.

When Rust Expects a String But Gets a Map

2 minute read Published: 2025-10-29

A common Rust Serde error when deserializing DateTime from JSON that stores timestamps as objects instead of RFC 3339 strings.

The Confusing World of Cursor Payments

2 minute read Published: 2025-10-25

Navigating the unclear pricing and payment model for Cursor IDE—where free tiers, usage limits, and billing can be confusing.

How Embracing Rust Sharpens the Mind — and Elevates Teams

5 minute read Published: 2025-10-22

Rust develops focus, critical thinking, and responsible individualism that uplift individuals and teams.

GitHub Actions: When Automation Meets Reality

9 minute read Published: 2025-10-19

Lessons learned from wrestling with GitHub Actions: submodules, deployment strategies, and when to embrace manual control.