
像素风化——将任意图片化为尘埃
Upload an image and paint areas to dissolve them into pixel particles.
@wanai666 · X
我做了一个,左边这个网站点进去可以用
The full gallery
Tech stack
43 projects

Upload an image and paint areas to dissolve them into pixel particles.
@wanai666 · X
我做了一个,左边这个网站点进去可以用

Race motorcycles over stock and cryptocurrency price charts in this browser-based arcade game.
stonkrider — 把股市、加密货币K线变成跑道的脑洞赛车游戏

Free online tool for detecting sensitive words in Chinese social media content before posting.
Owl 猫头鹰 — 小红书公众号在线敏感词检测工具。我做了半年自媒体之后才发现需要规避平台敏感词,但是之前用的工具停服了,市面上其他的需要登录或者关注他们的公众号才可以使用,于是我 vibe coding 了一个敏感词检测工具,词库是根据网上找的,精简下来有 6 万多个。用了 cloudflare 的开发者穷鬼套餐,所以每人每天限制 10 次,主要是防止第三方调接口把额度耗完大家都没得用,应该对于

AI platform for resume optimization, mock interviews, job matching, and automatic applications
简小派 — 求职助手平台(AI 驱动),通过智能简历生成、岗位匹配、面试模拟、薪资分析和自动投递,帮助求职者系统性提升、全流程加速拿 offer - [更多介绍](https://docs.jianlipai.com/)

Collection of free HTML5 mini-games including puzzle, casual, action, and adventure genres for workplace breaks.
摸鱼小栈 — 小游戏集合 - [更多介绍](https://www.aolifu.org/article/moyu)

Generate Excel files with specified row counts, up to millions of rows, for testing data imports and exports.
v2mo · V2EX
生成指定行数的 Excel 文件, 输入行数, 就能快速下载 xlsx 表格文件 后端测试需要用到 Excel 大文件,测试导入、导出。 这个工具用来测试是很顺手了。 [生成指定行数的 Excel 文件, 输入行数, 快速下载 xlsx 表格文件]( https://it365.janqi.com/generate-excel-file-with-specified-number-of-rows/zh/) 看了背后的技术: 使用了 WebAssembly Web Worker 能支持生成一百万行的 Excel 文件,还是有点猛,只是 100w 行,要等几十秒。 还能按规则填充列的数据,也支持插值表达式和随机数,自由度还是不错的。

Clear arrow paths in this browser puzzle game with story mode, daily challenges, and endless play.
wilddog · V2EX
搞了个摸鱼小游戏 https://arrowgo.net/zh-cn 箭头消除游戏 有独立的闯关模式 有每日挑战 有无尽模式 还支持自己编辑地图

Play 60+ icebreaker games or create bingo cards and team names for meetings, no signup.
Icebreaker Games — 破冰游戏:搜索、筛选、按步骤直接开玩。

A game where you pretend to be AI to compete for jobs.
bossissb · V2EX
大家都在分享自己做的工具,我也分享一个摸鱼的 地址 https://humanapp.app/ 或者 https://www.humanapp.app/ 抄的国外的网站 求兄弟们给点意见,我即时修正,听劝

AI-powered novel creation tool, free with registration.
dongmingjia13142 · V2EX
分享程序员我自己开发的 AI 产品 东西是做好了,部署了,没有商用,纯技术流,目前打造 AI 产品矩阵中.... * AI 智能小说创作,注册免费用: https://www.jtx15.top/ * 企业 AI 智能体平台,注册也免费用: https://sale.jtx15.top/

Customizable homepage combining traditional website directories with aggregated AI tools.
AiSiteLink — 传统网址导航与 AI 网址导航结合,注册后可自定义个人导航网站

Roll 3D animated dice (D4-D20) for tabletop games instantly.
Nalife520 · V2EX
最近用 Codex 做了一个 3D 骰子! 最近做了一个很小的网页工具:3D 骰子。 做完后有点纠结: 这种小工具到底应该保持极简,还是把常见功能都补上? 抛骰子: https://wheelpage.com/zh/dice-roller/ Dice Roller: https://wheelpage.com/dice-roller/ 现在功能很简单:打开页面,点一下,骰子滚动,然后给出结果。 一开始觉得骰子就是 1 到 6 的随机数,应该很好做。 但做的时候发现,如果只是直接显示数字,又不太像“掷骰子”;做成 3D 动画,又担心有点多余。 现在倾向于先保持简单,打开就能用,不加太多设置。 顺便也做了一个抛硬币页面: https://wheelpage.com/zh/coin-flip/ 它和骰子类似,都是临时做随机决定的小工具。