Show HN: Not an AI Notepad. 5MB local only notes app for Windows (Rust, SQLite)
(notanainotepad.gumroad.com)
I’ve been working on ColdString, a specialized Rust string type designed for maximum memory efficiency in both small and large immutable strings.<p>In benchmarks, it uses 35% – 64% less memory than Rust's std String and other Rust short-string libraries.<p>ColdString is an 8-byte tagged pointer...
I noticed a pattern: every LLM framework today lets the AI manage state and do math. Then we wonder why pipelines hallucinate numbers and break at 3 AM.<p>I took a different approach and built Aura-State, an open-source Python framework that compiles LLM workflows into formally verified state machin...
<a href="https://github.com/munshi007/Aura-State" rel="nofollow">https://github.com/munshi007/Aura-State</a>
Hey HN,<p>I see vibe-coded apps as basically a working sketch from a domain expert who knows what they want, abdicating responsibility for the "-ilities" (e.g. maintainability, scalability).<p>They're valuable, working, partial specifications - but far from a production-worthy produ...
Rust/macroquad game with single player AI mode, online VS, and local 1v1. All running via WASM in the browser.<p>Still WIP as art assets still need to be added and tweaked.<p>Full disclosure. Used Claude Opus, Nanobanana, and SunoAI a huge amount to do the heavy lifting for this project