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

zylics

no profile record

投稿

Show HN: GeoTag Photos – Add GPS coordinates to photos in the browser

geotagphotos.app
2 ポイント·投稿者 zylics·20 日前·0 コメント

Show HN: SnakeBaby – Cute symbols, bios, kaomoji, and username ideas

snakebaby.com
4 ポイント·投稿者 zylics·先月·0 コメント

Show HN: ControllerTest-test gamepads,stick drift and polling rate by browser

controllertestonline.com
5 ポイント·投稿者 zylics·先月·0 コメント

[untitled]

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

[untitled]

1 ポイント·投稿者 zylics·4 か月前·0 コメント

Show HN: Mouse Polling Rate Test – A Chrome extension that measures your mouse

1 ポイント·投稿者 zylics·4 か月前·0 コメント

Show HN: High-precision mouse polling rate tester

mousepollingratetest.com
2 ポイント·投稿者 zylics·6 か月前·1 コメント

Show HN: Hardwaretest.org – Browser-based peripheral diagnostics (no install)

hardwaretest.org
1 ポイント·投稿者 zylics·7 か月前·1 コメント

コメント

zylics
·20 日前·議論
[dead]
zylics
·先月·議論
[flagged]
zylics
·先月·議論
[flagged]
zylics
·6 か月前·議論
I’ve always found existing online polling rate testers either cluttered with ads or laggy when testing high-performance gaming mice (4000Hz/8000Hz). I wanted to build something minimal, precise, and accessible in multiple languages.

Technical implementation:

Built with vanilla JavaScript using the PointerEvents API.

Utilizes requestAnimationFrame for high-resolution event timing to minimize browser engine overhead.

The tool calculates the interval between movement events to determine the real-time frequency (Hz) and latency (ms).

Why this matters: Many modern mice claim 1000Hz+ but suffer from instability due to USB bus saturation or OS-level interference. I included a "Max" and real-time fluctuations to help gamers identify these stutters.

It’s completely ad-free and open for feedback. I’m particularly interested in hearing how it performs on different OS/browser combinations, as browser event loops can sometimes be tricky with high-frequency input.

Thanks for checking it out!