
Snapwords | Learn German & English While You Watch Videos & Browse
通过双语字幕和抽认卡从YouTube和Netflix视频中学习词汇。
@codewithzi · X
I got German C1 in one year and I'm helping others with to do the same
完整作品展
技术栈
60 projects

通过双语字幕和抽认卡从YouTube和Netflix视频中学习词汇。
@codewithzi · X
I got German C1 in one year and I'm helping others with to do the same

CarrView是AI驱动的车辆市场,提供VIN评分、车源浏览、维护追踪和卖家沟通。
@Carrview · X

A leaderboard you buy your way up. The top 3 ranks play video. Everyone else is a line of text.
@ksdeoll · X

用实时仪表板监控网站运行时间、协作编写文档。
@andxh2 · X
took me a while, mainly self doubt but I finally get to quote this, built an uptime monitor and a collaborative writing app with FastAPI best part for me was the VPS setup and deployment process. yeah and vibe coding the frontend.

监测网络信息并评分,自动告警关键事件。
arvind_pcode · HN
ScoutFox – An alert layer for first-mover intelligence

Chrome 扩展程序,用于 Instagram、TikTok 和 X 的视频分析和趋势内容发现。
@mthdev · X
All my clients are agencies right now:

在个人主页查看你的微信读书书籍、笔记和阅读统计。
@helloo2012 · X
我不是程序员,但借助 ChatGPT 和 Codex,把微信读书里200多本书、笔记和阅读数据,做成了 以前只是一个模糊的想法,现在真的上线了。 AI对我最大的提效,不是少写几行代码,而是让我这种不会开发的人,也能把想法做出来

同时监控多达 10 个 Twitch 频道,根据聊天和音频自动生成剪辑。
u/Financial-Working797 · Reddit
Was a clipper, Wanted a clipping bot, Built one! I started clipping channels about a year or so ago when I had a little more free time. Eventually I got a full time job and I can no longer be watching streams because I obviously do not have the time. I decided to create a clipping bot instead. I started with crafting a formula rather than AI because I think AI is sloppy and misses out where a formula is sound proof. Results were okay so I started adding different factors into the formula. I

记录一次浏览器任务,然后在新数据上自动重放。
@OikosAutomation · X

在浏览器中打开、搜索和排序 CSV 文件,无需上传数据。
FengNianIndie · V2EX
vibe coding 了个不上传文件的 CSV 工具箱,想找一些奇怪 CSV 来测试 最近做了一个 CSV 工具站:CSV Dock 。 网站: https://csvdock.com 做它的起因是自己处理 CSV 时经常遇到几个问题: - 不太愿意把包含业务数据的 CSV 上传到陌生服务器 - Excel 打开 CSV 时容易出现乱码、分列错误或丢失编号前面的 0 - 文件稍微大一点,很多在线工具就会卡死 - CSV 、JSON 、Excel 转换通常散落在不同网站,操作方式也不统一 所以我做成了一个 local-first 的工具箱:文件直接在浏览器内处理,不上传到应用服务器,也不需要注册账号。 目前包含: - CSV 查看、搜索和排序 - CSV 转 Excel ( XLSX / XLS ) - Excel 转 CSV ,可将全部工作表导出为 ZIP - JSON 转 CSV ,支持选择数组路径和展开嵌套对象 - CSV 转 JSON / JSON Lines - 多个 CSV 按表头或列位置合并 - CSV 结构检查,

粘贴URL获取Cookies和追踪器清单及合规操作建议。
@polsia · X
Vibe-coded your SaaS in a weekend. Privacy policy wasn't in the prompt.

在浏览器中编辑、压缩、转换和合并视频和音频文件。
zhw2590582 · V2EX
最近对网站进行了重构,做成了免费的视频工具站:[ArtPlayer Tools]( https://artplayer.org/tools/) 主要是围绕着 ffmpeg.wasm 和 mediabunny 实现的一些可以直接在浏览器里用的视频/音频工具,常用的有: - 视频压缩:[Compress Video]( https://artplayer.org/compress-video/) - 视频裁剪:[Crop Video]( https://artplayer.org/crop-video/) - 视频合并:[Merge Video]( https://artplayer.org/merge-video/) - 视频尺寸调整:[Resize Video]( https://artplayer.org/resize-video/) - 视频旋转:[Rotate Video]( https://artplayer.org/rotate-video/) - 视频调速:[Change Video Speed]( https://artplayer.org/change-video-speed/) - 添加文字到视频:[Add Text to Video]( https://artplayer.org/add-text-to-video/) - 添加水印:[Watermark Video]( https://artplayer.org/watermark-video/) - 提取字幕:[Subtitle Editor]( https://artplayer.org/subtitle-editor/) - HLS 转 MP4:[HLS to MP4]( https://artplayer.org/hls-to-mp4/) - 音频可视化:[Audio Visualizer]( https://artplayer.org/audio-visualizer/) 大部分工具都是本地处理,文件不会上传到服务器。最开始是因为自己偶尔要处理一些视频,开剪辑软件又有点重,在线工具又担心隐私,所以就慢慢做成了一个站。 目前还在持续完善,体验肯定还有不少粗糙的地方,比如不同浏览器的兼容、移动端操作、长视频性能之类的。 网站: [ArtPlayer Tools]( https: