
完整作品展
技术栈
30 projects


加密主题的小行星街机游戏,收集道具并在排行榜上竞争。
@biteroidsarcade · X
☄️ Blast through waves of crypto-themed asteroids in the most addictive retro arcade reboot on the web. ⭐ Collect power-ups, chase high scores, master the grind, climb the leaderboard 🕹️ Play anywhere — desktop or mobile, same account & progress 👉

在网站上嵌入聊天小组件,通过Telegram与访客实时交流。
@hajlomi · X
- Telegram-powered live chat widget

复古Teletext页面,三位虚拟室友的心情随天气变化。
@ChrisMilchglas · X
I made a single Teletext page where three fictional flatmates live. Moods linked to the weather in Nuremberg. #glitchcoding #vibecoding #wgnuremberg

通过解数学或编程谜题来屏蔽干扰网站,戒除拖延
hackitup7 · HN
TLDR built a Chrome site blocker that lets you into distracting sites only after you do some math or simple coding (JS only right now). Direct link to extension (the site just gives you more context): https://chromewebstore.google.com/detail/sphinx-earn-your-di... Philosophically it's a speed bump rather than a hard gate, because you'll eventually tear a gate down but you'll leave a speed bump. I've always eventually removed site blockers, or just had them become a nuisance that I reflexively dismiss before getting to distracting sites. Site blockers don't really reduce the "start navigating to a distracting site" muscle memory, and they eventually just become annoying. Dopamine is a hell of a drug. At the same time, I've been getting frustrated that my intermediate/advanced math skills have atrophied, and becoming more senior in my career (plus AI...) has caused my coding skills to atrophy even further. Realistically I'm not going to force myself to do math or coding exercises aft

Hexabench 本地开发者工具套件,支持 CSV、Parquet、JSON 格式处理,无需上传。
u/sheshu29 · Reddit
My side project Hey everyone i have just created this website for developer who does not want to rely on ai agents so please visit and give me some feedback if you want any specific tools 🫠 submitted by /u/sheshu29 to r/SideProject [link] [comments]

由Codex和Grok驱动的AI笔记应用。
@Number1AIFanboy · X
I got to go to bed. More coding tomorrow. I just had a realization that I'm building cool shit, using @grok in an app that I built with Codex and refined with Grok. And now Grok just works on himself. LFG🚀 Drop me a note here: Get the app here (use LAUNCH50):

在聊天中发送食物照片计算卡路里和蛋白质,无需安装应用
@GabrielKur8586 · X

@zdogmode https://t.co/Cdk9FF9iPM - This is a tool I built and was really useful for my own projects, so I made it available.
@tpacker · X
- This is a tool I built and was really useful for my own projects, so I made it available.


用摄像头拍摄照片纸条,支持滤镜、相框和背景编辑。
cmlanche · V2EX
做的在线照相亭本来还有点流量,结果我 301 瞎整一通,彻底废了,重新上了一个站 地址:[freephotobooth.online]( https://freephotobooth.online/) 上面是老地址,本来流量还可以,上站第二天就有 300 个新点击,但我嫌弃域名后期没有品牌优势,所以 301 到了另外一个域名,但上了之后看到流量没有了,又很焦虑,然后又把新站 301 到老站,现在彻底 game over 不得已重新写了一个站,再上,有兴趣可以围观一下,看看哪个更好,有啥问题我可以改改,主打听劝 新站地址:[https://photobooth100.com/]( https://photobooth100.com/)

在浏览器中使用 KiCad 设计电子电路和 PCB,无需安装。
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared