I was in a dilemma when I was exploring different productivity apps for my personal purpose. I wanted a privacy first secured application that would have cross device sync. But most of the privacy focused applications are offline first.
So here was the primary challenge. I have to build an application that will have multi device sync while having minimal o...
We're a small team at Vantage Digital Labs building AI tooling for game developers. Our first product is an NPC dialogue engine powered by LLMs — and we've been running it in early access for a few months now. Here's what we've learned.
Traditional NPC dialogue is written by hand. Every line,...
If you have ever run three Claude Code sessions at the same time in a stock terminal, you know the pain. Notifications are generic ("Claude is waiting for your input" — every single time), tab titles blur together, and there is no good way to tell which agent needs you without clicking into each pane one by one. cmux was built to fix exactly this.
cm...
This post is originally published on yoursunny.com blog https://yoursunny.com/t/2026/das-rust/
The Problem with Traditional Image Converters
We’ve all been there: you are preparing a massive batch of images for a new blog post or an e-commerce store catalog, and you need to optimize them for SEO. You want them converted to lightweight WebP formats, compressed cleanly, and renamed with proper semantic slugs.
Most free online utilities force you into a frus...
CSS exists because we figured out that a phone and a desktop should not get the same experience. Same content, different presentation. Media queries let us define what "reading" means for each context, and the browser figures out the rest.
We never applied that thinking to AI agents. We kept serving them the same cluttered HTML we serve humans: nav bars, fo...