
完整作品展
技术栈
60 projects


将照片转换为十字绣图案和 DMC 线号及 PDF。
ooklwq · V2EX
我妈要把我家猫绣成十字绣,找不到合适的图纸工具,于是自己写了一个 起因:我妈绣了十几年十字绣,拿着我家猫的照片问我"这玩意能不能变成图纸"。找了一圈现成工具,不是要注册就是要订阅,导出还带水印,于是一怒之下自己撸了一个 → https://crossstitchpatternmaker.app 先说原理,免得显得像个套壳:照片降采样到网格 → 用 CIELAB 空间的 Delta-E 色距匹配到 454 个真实 DMC 线号 → 输出带符号和绞数估算的 PDF 。 技术栈:TanStack Start + Cloudflare Workers + D1/R2 。 但我妈嫌自动配色不如她手挑的线准。程序员 vs 一线业务用户,果然是普世矛盾。 欢迎拍砖,尤其是颜色匹配这块,总觉得还能再准一点,有大佬有相关图片转换算法的也欢迎分享讨论~


通过描述快速生成高保真UI界面,支持移动和网络应用。
@ninakolari · X
Google just dropped Stitch and it changes the entire vibe coding workflow. You describe what you want your app to look like. It builds full high-fidelity screens in seconds. No Figma. No designer. No credit card. Here is how to use it: Go to Sign in with your Google account. That’s it. You’re in. Instead of typing “make me an app” type this: “A lesson planning app for teachers. Clean and calm. Inspired by Notion. Minimal. White space.” The more specific you are the better your screens. Then refine with follow up prompts. Change the nav. Try dark mode. Get 3 menu variations. Or just speak it. Your screens become a clickable prototype in seconds. Click a button and Stitch generates the next screen automatically. Your entire app flow. Before you write one line of code. Then take it further. Export to Lovable or Cursor and build the logic on top. Use the MCP server to keep your design and code in sync. Pull any website’s design system in seconds. Save everything as

缝纫机竞技游戏,争登排行榜。
dkhcyx · V2EX
欢迎大家体验我做的发人深省,劝人向善的精品游戏 https://cassiangroup.uk/sewing/ https://cassiangroup.uk/salvate/ 最近 codex 重置太多了,蹬不完的 token 拿来蹬游戏了 期待大家荣登排行榜

绘制或导入珠子图案,自动计数珠子并导出PDF。
letsgogogo · V2EX
做了一个串珠子的工具,支持拼豆。 我做了一个在线串珠图案工具 Loomet 。 可以画图案、自动算珠子数量、导出 PDF 。也支持拼豆模式。 https://loomet.app

通过 IWTLP 的 9,130 个实践挑战跨越 33 个专业领域学习编码。
@iwtlp · X
Rather than vibe coding I'd suggest to actually learn and understand the basics which won't take long btw and then vibe code so you can atleast talk to your agent properly.

用Sakura基准测试本地编码模型,测量准确性、延迟和吞吐量。
u/Unfair_Association89 · Reddit
I built a reproducible benchmark for local coding models (Ollama, 27 tasks, live leaderboard) ran it on my 8GB card, here's what I found I kept eyeballing "vibes" to decide whether one quant of a coding model was actually better than another on my machine, so I built Sakura to get real numbers instead. What it does: - Points at any Ollama model and runs it through 27 hand-curated tasks: codegen, bugfix, SQL, refactor, systems design, protocol implementation, and terminal-agent episode

为 Dispatch 游戏任务制作的 AI 队伍组建计算器,成功率 95% 以上。
Dispatch Calculator — Steam 上 Dispatch 这个游戏的计算器助手,帮助玩家针对不同任务进行分配人员信息。

为Claude Code组织并安装分布在15+部门的125+个智能体技能。
cbrock84 · GitHub
headcount An agent organization for Claude Code, structured as a company — 15+ departments, 125+ skills, each independently installable.

Explore the live 1,000 × 1,000 canvas and inspect available or owned pixel regions.
@aidengrails · X

通过设置一个已知参考尺寸来测量照片中的物体。
@Laxman101058405 · X
A few days ago I needed to measure something from a photo. Instead of searching for the perfect tool, I thought: "Why not build it?" So over the next 2 days, I built a Photo Measurement Tool using Cursor. If you try it, I'd love to know what you think.