
Eros — deterministic digital evolution
创建和繁衍神话实体,观察它们通过遗传法则进化。
@epcccc314 · X
受启发于希腊神话中的Eros 我基于哈希码和简化的遗传原理做了一个用来记录随便的神话故事和繁衍历史的网站,可以随意的创造,繁衍,以及让存在消亡或者复活,这些都在记述者的笔下和众口之中。所有都建立在哈希值之上命定之物,只有记述是任意的。欢迎大家来玩儿~
完整作品展
技术栈
26 projects

创建和繁衍神话实体,观察它们通过遗传法则进化。
@epcccc314 · X
受启发于希腊神话中的Eros 我基于哈希码和简化的遗传原理做了一个用来记录随便的神话故事和繁衍历史的网站,可以随意的创造,繁衍,以及让存在消亡或者复活,这些都在记述者的笔下和众口之中。所有都建立在哈希值之上命定之物,只有记述是任意的。欢迎大家来玩儿~

在这款空闲游戏中进化生物,融合混合体,战斗Boss并升级。
u/TobiasLT89 · Reddit
Evolvers Game I thought I'd share a project I've been building with Lovable. It's a free-to-play browser game called Evolvers (there's an optional store, but everything can be played for free). At its core it's an infinite ascension idle game mixed with monster evolution, with two extra game modes: Kindred Runner and The Corrupted Arena. The main gameplay revolves around collecting different energy types to unlock and evolve your Kindred. As you progress through ascensions,

输入产品想法让AI研究现有方案并挑战你的假设。
@JacobInventionX · X
Check out what I just built with Lovable!

Knotulus:根据创始人行为分析与投资者进行智能匹配
@enoch_fyw · X
MBTI for founders, connect with Investors the fun way!

帮助Palworld玩家查询Pal配种组合和规划繁殖路线
Palworld Breeding Calculator — 帮助 Palworld 玩家查询 Pal 配种组合和规划繁殖路线

设计、动画化并导出元胞自动机图案
@majo_puterka · X
Nerdy, browser-based pattern generator on Wolfram's cellular automata. SVG export, freehand mode, free.

通过脉轮能量配置分析您的性格,发现您属于哲学家、治疗师、战士等原型。
@millerman · X
People are vibe-coding and one-shotting all kinds of amazing things. But nobody did a chakra visualizer before me (as far as I know). Go play with it.

创建和导出 Mermaid 图表,包括流程图、ERD 和序列图
ghosts_ · HN
I've been slowly adding some new free tools to Moxie Docs (partly for SEO, partly to illustrate some of our feature sets before any commitment) for some reason this mermaid editor one blew up on Google rankings so I figured I'd share in case people find it useful! We also have ADR, AGENTS.md, LLMs, and a few other free tools.

一款免费在线瓷砖拼图游戏,与朋友或电脑对战。
heliostatic · HN
A couple weeks ago we were on vacation with friends, and after the kids were asleep we played games -- mostly Qwirkle, which I had never played and am terrible at. I don't care about being terrible at games, so I made a web version to keep playing after vacation: build lines of tiles that share a color or a shape, 2-4 players (or add bots). I wanted it to be low friction, so there are no accounts. Your identity is an anonymous id in localStorage, and you can move it to another device by scanning a QR code or hitting a unique url. Start a game and text someone the link (game slugs are semi-memorable three word phrases), or "Play the computer" and you can play immediately against bots. Games are async-friendly with web push for turn notifications. The stack is one Node process on a small VM, Next.js + Socket.IO, no database. The server and the client use the same engine so moves validate optimistically, and the bots go through the same functions, so bot moves are always legal. State is

探索数学曲线、分形、对称和拓扑的交互式可视化。
@vkuoo · X
Added more demos showcasing graph-math relationships, built with Codex.

FreetCode:免费练习算法面试题,带解法和互动可视化。
@Galliard232634 · X
Come study with me on

基于币安数据的加密货币缠论分析与交易信号平台。
@onehopeA9 · X
用 DAPPOS @dappOS_com 做了一个加密货币缠论分析网站,也是我一直想做没时间做的! 来看看缠论三买的威力: 不是不会写代码。 我自己是程序员,真要硬写当然能写。 但问题是:没时间。🤡 做交易的人都懂,真正消耗人的不是“看一根 K 线”,而是把一堆信息拼起来: K 线结构。 缠论笔、中枢。 一买二买三买。 一卖二卖三卖。 资金费率。 持仓量变化。 成交量异动。 市场舆情。 这些模块涉及太多方面,写得出来,但太费时间。 所以我一直想做一个自己的交易雷达: 接币安历史数据。 用 TradingView 展示 K 线。 自动画缠论结构。 标注买卖点。 再把资金费率、持仓量、成交量和币安广场热度放进去。 想法很清楚。 但一直躺在 TODO 里。 最近用 xbubble 的 Coding 功能试了一下,直接把需求丢进去: “做一个加密货币缠论分析网站,接入币安一年历史数据,用 TradingView 展示 K 线,自动画笔、中枢、一买二买三买、一卖二卖三卖,增加异动分析和币安广场舆情热度。” 它真给我生成了一个能跑的原型。 这次最戳我的不是“AI 会写代码”。 而是 xBubble 把最消耗时间的工程杂活压短了。 以前我自己做: ❌ 搭项目结构 ❌ 爬数据源和图表库 ❌ 写 K 线处理 ❌ 写缠论结构识别 ❌ 做前端交互 ❌ 部署、改样式、修细节 一圈下来,核心想法还没验证,人先累了。 现在变成: ✅ 先描述业务目标 ✅ 让 xBubble 生成可运行原型 ✅ 我再校验规则、调整逻辑、优化体验 ✅ 把时间花在交易理解和产品迭代上 这对程序员其实很有价值。 因为程序员最缺的不是能力,而是时间和注意力。 我这个原型现在大概有几块: 第一,TradingView K 线主图。 用币安数据展示行情,再叠加缠论结构。 第二,笔和中枢。 把原本需要手动盯的结构,先自动画出来。 第三,买卖点雷达。 一买、二买、三买,一卖、二卖、三卖,先帮我筛可能的位置。 第四,异动面板。 资金费率、持仓量、成交量变化,和 K 线结构一起看。 第五,舆情热度。 把币安广场讨论热度也拉进来,看看市场情绪是不是和盘面互相印证。 你可以理解成: 我不是让 AI 替我交易。 我是让 AI 帮我做一个交易前的信息雷达。 我觉得 xBubble 和普通 AI