HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mayerwin

no profile record

投稿

Arena AI Model ELO History

mayerwin.github.io
70 ポイント·投稿者 mayerwin·2 か月前·59 コメント

Show HN: Perfect Bluetooth MIDI for Windows

105 ポイント·投稿者 mayerwin·2 か月前·40 コメント

[untitled]

1 ポイント·投稿者 mayerwin·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 mayerwin·3 か月前·0 コメント

Show HN: I turned the Pong Wars simulation into a multiplayer game

github.com
2 ポイント·投稿者 mayerwin·3 か月前·0 コメント

Show HN: MIDI Notes Player – Play any MIDI note sequence in the browser

mayerwin.github.io
1 ポイント·投稿者 mayerwin·4 か月前·0 コメント

Show HN: Open a phone number in WhatsApp without saving contact

whatsphone.github.io
3 ポイント·投稿者 mayerwin·2 年前·3 コメント

コメント

mayerwin
·2 か月前·議論
[flagged]
mayerwin
·2 か月前·議論
Yes, that is definitely a limitation. If all models become worse at the same pace, we won't see any degradation either. I couldn't find any historical dataset of model benchmarks (I'd really have loved that, to see how performance holds over time vs. the initial announcement), so the Elo data from Arena AI was the least imperfect proxy I could find.
mayerwin
·2 か月前·議論
It'd be amazing if you could open an issue with a screenshot so I can take a look, I haven't been able to find issues when clicking on a group of models: https://github.com/mayerwin/AI-Arena-History/issues. Note: the model change points label being hidden when more than one curve is active is by design (to avoid cluttering), if this is what you were referring to.
mayerwin
·2 か月前·議論
You're right, thanks for the heads up! Corrected (I can't edit the post on HN though).
mayerwin
·2 か月前·議論
Make sure the prerequisites are installed (I haven't tested on Windows 10), feel free to open an issue on GitHub and share the logs.
mayerwin
·2 か月前·議論
No I haven't tested this project. I couldn't find any mention about BLE polling inside though, it probably offers complementary features.
mayerwin
·2 か月前·議論
Yes, Claude was very helpful to make this project work too (it would have taken me months otherwise to dig into how BLE works, and I'd probably have missed a lot of edge cases)!
mayerwin
·2 か月前·議論
Yes! I was surprised myself it was so complicated, especially as BLE MIDI is not something particularly new (Apple has nailed the implementation much better, luckily Pete at Microsoft is now doing his best to provide a comparable experience). When I played with USB MIDI 25 years ago it felt so much simpler.
mayerwin
·2 か月前·議論
I haven't measured it as my use cases were not sensitive to latency, but it felt pretty instant. Results will probably vary depending on the Bluetooth adapter, so best is to just test and see!
mayerwin
·昨年·議論
Tinycorp (owned by George Hotz, also behind Comma.ai) is working on it after AMD finally understood that it was a no-brainer: https://geohot.github.io/blog/jekyll/update/2025/03/08/AMD-Y... Exciting times ahead!
mayerwin
·2 年前·議論
Worst visualization ever for a study about obvious correlations (that are misrepresented as a result of the poor display of data).
mayerwin
·2 年前·議論
Cool tool, do you use Selenium?
mayerwin
·2 年前·議論
Nice tool as well. The whole process took about 3 hours. Mostly for polishing, including 1 hour to fix an arcane CSS layout issue that ChatGPT wasn't able to help with (it may have been if I had provided it with the whole rendered HTML along with a screenshot). I really feel the LLM needs to have access to the same feedback we have, and be allowed to iterate (as it is very good at evaluating its results), to be effective with code. I also tried Gemini 1.5 Pro and Claude 3 Sonnet and it wasn't better than ChatGPT.