返回首页
最新
Hi HN,<p>I’ve been working on Flowscape, a 2D canvas engine focused on building interactive editors and visual tools.
It provides low-level control over scenes, nodes, and interactions without enforcing a specific UI or workflow.<p>The goal is to give developers a flexible foundation for custom editors, diagrams, and canvas-based interfaces.
I’d love feedback on the API design, architecture, and real-world use cases.<p>Demo: <a href="https://flowscape-ui.github.io/core-sdk/?path=/story/interactive-playground--interactive-playground" rel="nofollow">https://flowscape-ui.github.io/core-sdk/?path=/story/interac...</a>
GitHub: <a href="https://github.com/Flowscape-UI/core-sdk" rel="nofollow">https://github.com/Flowscape-UI/core-sdk</a>
We're releasing the next-gen Ralph Wiggum architecture - agent clusters with independent validator agents with clear rejection mandates. As long as the code is not feature-complete and production-grade, it will not be approved. The result is AI without any need for babysittng.
Hey,<p>Problem: Interface between front and back never match at first try !<p>Setup: 4 agents in parallel: front, back, infra and debug<p>Process: Vibespec the initial need and let's the agents work on their domain. I asked to created the interface document before starting but even though I does not worked as expected.. I am spending around 30 minutes to make it match !<p>How you guys are solving this issue ?
I've create a small daily word puzzle based on real UK headlines from the day before. The letters are scrambled and you rebuild the original headline.
As a non technial developer I don't know how to test the functionalities of my platform. I always ask cursor to just check if everything works well or not. But Cursor is not God, it is not built for testing. So If i'm facing this issue then definitely others might also be facing this issue. So I'm currently working on Rihario with my co-founders to help others like me from UX bugs hell.<p>You paste your URL > a virtual browser opens up along with execution logs > A headless browser runs your site and tests almost everything when it comes UI/UX > Generates a report on what has passed the test (standard expections of a product) and what had failed > Generates a prompt to help you resolve those exact errors