返回首页

一周热榜

2作者: mkoh6 天前
Went on a side quest while working on an unrelated project. Milkdrop is an audio visualizer that was popular among many Winamp users, and I asked Claude to build a WASM+WebGPU port, and &#x2F;mostly&#x2F; walked away with some guidance peppered throughout the multi-day session.<p><a href="https:&#x2F;&#x2F;milkdrop.mahae.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;milkdrop.mahae.dev&#x2F;</a><p>If you&#x27;re on a laptop&#x2F;desktop, it&#x27;ll ask for mic access and react to whatever you&#x27;re playing (or surrounding sounds), if you&#x27;re on mobile you may need to speak into your phone or point it at some music since the mic disables its speaker. Enjoy!
2作者: NewSmoke383 天前
Draco 是一个 Hack Club (https://hackclub.com) 的 YSWS(You Ship We Ship)项目——青少年从零开始构建一个可用的服务端 Web 框架。完成并交付后,我们将寄给你一把机械键盘 + 固态硬盘。 这个想法源于我从原始 TCP 构建 Beasty——我自己的 HTTP 服务器。当你手动解析你的第一行请求,并且浏览器真的响应了,就会有某种顿悟。你不再认为 HTTP 是魔法,而是开始把它看作字节。我希望 50 个青少年也能有这种感觉。 该项目有 6 个里程碑——从打开一个 TCP 套接字一直到中间件和自定义路由。如果你有动力,一个周末就能完成,大约需要 15 个小时的专注工作。 Draco 项目地址:[https://github.com/NewSmoke38/draco]
2作者: tgies6 天前
This is a C port of Theori&#x2F;Xint&#x27;s Copy Fail PoC (<a href="https:&#x2F;&#x2F;copy.fail&#x2F;" rel="nofollow">https:&#x2F;&#x2F;copy.fail&#x2F;</a>, 2026-04-29). The original depended on Python and embedded x86_64 shellcode. I managed to reimplement the shellcode as portable C using nolibc borrowed from the kernel, and now the whole thing can be compiled for &amp; works on any arch supported by nolibc.
2作者: chartreuseai7 天前
Hi HN,<p>I built ukbinday to provide a nicer way to find your bin collection days and actually remember when to put them out.<p>It shows your upcoming collections and generates a calendar that updates automatically as the schedule comes out. Coverage is at about 85% of the UK so far and I&#x27;m working on getting that to 100%. There is also an API for the Home Automation community.<p>This was built on top of two amazing open-source projects without which this would not exist: <a href="https:&#x2F;&#x2F;github.com&#x2F;robbrad&#x2F;UKBinCollectionData" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;robbrad&#x2F;UKBinCollectionData</a> &amp; <a href="https:&#x2F;&#x2F;github.com&#x2F;mampfes&#x2F;hacs_waste_collection_schedule" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mampfes&#x2F;hacs_waste_collection_schedule</a> Thank you to all the contributors of those repositories!
2作者: lschneider3 天前
Deckades 会给你展示一部电影、一首歌、一项发明、一个历史事件等,你需要根据它们发布/发生的时间,将它们放到一个不断增长的时间轴上。每张卡牌都会增加难度,因为时间轴会越来越拥挤,而且你只有 3 条命来放置所有 10 张卡牌。每日谜题对每个人都是一样的,最后有一个分享网格,可以让你进行比较。 这款游戏是我在过去 3 周内独自开发的,大量使用了 Claude Code。最难的部分是确保卡牌数据的准确性,避免出现幻觉,目前有 2000 多张卡牌。另外,还有在应用商店获得批准。 上面的链接带你进入网站,可以玩每日版。还有一个原生 iOS 应用,包含大约 50 个主题卡组(迪士尼和皮克斯、嘻哈编年史、大片电影、世界历史等):[https://apps.apple.com/app/id6763564547?pt=deckades&ct=hn-show-launch](https://apps.apple.com/app/id6763564547?pt=deckades&ct=hn-sh...) 欢迎随时提问。