
NeuralFit — a curve-fitting game
在这个基于浏览器的游戏中,调整 neural network weights 以适配数据曲线。
Gooblebrai
完整作品展
技术栈
60 projects

在这个基于浏览器的游戏中,调整 neural network weights 以适配数据曲线。
Gooblebrai

掷骰子随机选择待办任务,克服决策疲劳。
@RealRandomTask · X
Stuck on bored tasks? Roll the dice.

根据你的器材和健身目标生成个性化训练计划,追踪锻炼进度。
u/Hunter_79 · Reddit
LiftWell Side Project I recently created an app called LiftWell for building workout plans or single workouts. I found myself using AI to get ideas for home workouts with my cousins, but I couldn't track my weights, save workouts, or see if I was actually getting stronger. I decided why not create an app that I would use? So, I did. What makes it different is that it doesn't just generate a unique workout, it tracks your weights and PRs over time so you can see your progress. Plus, I have som

Obsessed Trace 游戏数据计算和管理工具
Obsessed Trace Calculator — Stream 游戏 Obsessed Trace 工具网站

On the other hand, forgetting about how to make a living for a bit, I vibe-coded https://t.co/XBnTn5jUaK for my kids. You might like it and it's highly likely I keep riffing on it.
@babykswanson · X
On the other hand, forgetting about how to make a living for a bit, I vibe-coded for my kids. You might like it and it's highly likely I keep riffing on it.

Ravel:为开发者提供AI驱动的项目管理,支持GitHub跟踪和冲刺规划。
@Gallagh819 · X

项目管理、文档和测试管理的一体化工作空间。
@klorityx · X
One workspace for project management, documentation, test management & CRM. Enterprise features without enterprise pricing.

浏览和管理50,000+个AI提示词库,优化工作流程。
@iPranayJoshi · X
Would be honoured to come join! Built talk about vibe coding at

简单的工作时间追踪器,用于记录任务的时间。
@MiloPaigeTech · X
Learning how to code so just making a simple work hours tracker for me and my colleagues.

描述您的项目成果,与经过认证的自由职业者匹配;款项由第三方托管。
@ashish_b_py · X
Tiered of buring tokens to get 70% product

用 markdown 笔记组织想法,支持进度追踪,并将其可视化为交互式思维导图
@vasanthadabala · X
Not really a startup. It's just something I built for myself a simple note taking app with a planner, progress tracker, and mind map I'm going to share it publicly @NodesMap check it

可嵌入的可视化工作流编辑器,支持AI驱动或纯逻辑设计。
tahazsh · HN
Hi! I’m Taha. In many agentic products that support workflows (including one I worked on), I noticed they either don’t support node-based editors, or use React Flow and go through the difficult work of integrating it into their product to run it and work with their existing logic. So I thought about creating a tool that could help with this by closing the gap between the editor and the runtime. That’s why I created Wayflow. The basic architecture is simple: you just need to create a graph (which is a JSON object) that the runtime knows how to run. The runtime doesn’t care where that graph is coming from, it just needs the right schema. And with the help of the editor, you can create the graph, and then export it or directly save it on your backend in your database. And then when you want to execute it, you just hand it to the runtime. The runtime can either stream the execution (which is useful for the editor), or give you the final result. How you execute the graph is up to you: t