1作者: to3 个月前
Homebrew 拥有超过 6,000 款 Mac 应用,这个庞大的目录还在不断增长,而且没有真正的方法可以跟上最新发布的内容——除非你在终端更新 Homebrew 时注意到那一行显示新 Cask 的提示…… 如果出现新的开源替代品,就像我们最近看到的 MacShot 几乎完全取代了 CleanShotX 一样,你可能根本不会知道,除非有人在 HN 或 X 上发布相关信息。 现在,有了 cask.news! 它会自动与 brew.sh 的 JSON 数据保持同步,并发送即时、每日或每周的新应用通知。 它也非常适合浏览所有 Cask,并寻找替代应用。 我从二月中旬开始构建这个项目,终于对它的外观、功能、自动生成的评论和评分感到满意了……我的朋友们让我把它发到 HN 上,所以我重新启用了我 16 年的账号来这样做 :D 总之,快来看看,告诉我你们的想法!
3作者: shaunistyping3 个月前
1作者: ecstrema3 个月前
I built this for 2 usecases:<p>- When listening to music, I very often what is currently being played. Be it a the current chord, a short lick, etc. - When transcribing, I don&#x27;t like the workflow of extracting a complete audio and transforming it midi, so I thought having this helper on the side, but still do most of the work by myself could be very useful.<p>Disclaimer: the app is limited by the model&#x27;s performance. Basic-Pitch is a relatively small model which runs super well on consumer laptops. I get around 50FPS of inference on my laptop (AMD Radeon 780M).<p>Of course, this wouldn&#x27;t be possible without:<p>- Tauri: <a href="https:&#x2F;&#x2F;tauri.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tauri.app&#x2F;</a> - Basic Pitch: <a href="https:&#x2F;&#x2F;github.com&#x2F;spotify&#x2F;basic-pitch" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;spotify&#x2F;basic-pitch</a> - ONNX: <a href="https:&#x2F;&#x2F;onnx.ai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;onnx.ai&#x2F;</a>