Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
Hacker News · 2026/8/2 20:33:01

Show HN: Make your Framework 12 sound like a creaky door

AI 中文解读
一位开发者整了个活:通过软件把Framework 12笔记本电脑的屏幕转轴变成“老旧木门”,开合时发出吱吱呀呀的声响。这个叫creakwork12的小工具很有意思——它能让屏幕开合角度对应音调高低,翻动速度决定音量大小,仿佛你手里拿的不是笔记本,而是一扇年久失修的老门。作者表示灵感来自某个类似项目,目前针对Framework 12的转轴阻尼做了优化,其他笔记本未必适用。安装方式也很简单,下载编译好的程序直接运行,或者用Cargo源码编译,不过需要提前装好几个音频和硬件依赖包。说白了,这没什么实际用途,纯粹是图一乐,但恰恰体现了一部分极客的幽默感——用代码折腾无聊但有趣的事。对普通人来说,它不会改变你的工作或学习方式,但如果你恰好有一台Framework 12,装来逗乐同事或录个搞笑视频,倒是个不错的选择。这种项目的意义或许就在于提醒我们:技术不总是严肃的,偶尔也可以用来制造点无厘头的快乐。
creakwork12 turn your framework 12 into a creaky wooden door, basically this (that was also the inspiration too) but ported to a fw12. it may or may not work on other laptops too, I haven't tested it. the filtering is optimised for framework 12's hinge stiffness. demo demo.mp4 features make your hinge go creaky tested on framework 12, might work on other laptops too ✨ effects ✨ pitch depends on position of hinge volume depends on how fast you adjust it have fun why funny how to there is an executable in the releases tab. download it, do the usual chmod +x and run. enjoy. note: this was built on fedora, so your mileage may vary on other distros - there might be dynamic linking issues. or git clone and do cargo run. you'll have to install libiio-devel and alsa-lib-devel first though if you do that (or libasound2-dev and libalsa-dev on debian/ubuntu)
分享
阅读原文