Noos - Where Thought, Code, and Craft Converge

GitHub Actions Won't Charge You (Probably)

4 minute read Published: 2025-12-16

GitHub Actions pricing 2026: What's free, what changed, and how to avoid charges. Complete breakdown of GitHub Actions costs for public and private repositories.

Hieratic Prompt Compression: Ambitious Prototype or Superpower?

9 minute read Published: 2025-11-16

Exploring rule-based prompt compression for LLMs: structure-aware compression that reduces tokens by 66% without losing semantic meaning. A technical proposal for Tokuin.

Tokuin: Token Intelligence for LLM Developers

4 minute read Published: 2025-11-07

Tokuin: A Rust CLI for LLM token counting, cost estimation, and load testing. Analyze prompts, compare models, and test APIs with reliable token intelligence.

mock: Build APIs with Shell Scripts, Not Frameworks

2 minute read Published: 2025-11-05

Build REST APIs with shell scripts using mock framework. Lightweight API prototyping without heavy frameworks—perfect for testing, mocking, and quick integrations.

Java vs Rust: A ROUGE-L Performance Comparison

5 minute read Published: 2025-11-02

Java vs Rust performance benchmark: ROUGE-L implementation comparison shows dramatic speed differences. Same algorithm, same results, wildly different execution times.