MyRocks is a little bit janky in my experience - it doesn't support some transaction isolation levels, fails to handle some workloads that rely on locking (such as a job queue), has failed to upgrade MariaDB minor versions [0], has very sparse documentation, and overall has given me some amount of unexpected behavior.
Though I'm willing to put up with it due to its incredible compression capabilities...
FPS games typically use raw input, which bypasses any acceleration settings in the OS. This works on both Windows and macOS, assuming the game is properly written. This is why I insist on keeping mouse acceleration enabled since it helps with everyday computing tasks and has no effect on at least the games I normally play.
Regarding the comment above, it is definitely possible there are subtle configuration differences that cause the described behavior (different acceleration curves, polling rate/DPI settings, display refresh rates, etc). FWIW, my “gaming” mouse works fine with my MBP, but it takes a moment to readjust to the different sensitivity and acceleration behavior.
Getting rid of Mac OS's acceleration isn't simply a matter of clicking "raw input" in a game's options.
Even if you use the command line to actually disable it for some reason the mouse still feels off.
If you google, for example "counterstrike mac os raw input" or something similar, you'll see lots of posts about people having the same issue. The raw input setting doesn't work properly. Granted the posts are from a couple years ago. The last time I tried to play a game on a Mac was probably around 2018. I tried every workaround I could find on the internet and it was still terrible.
What I described has nothing to do with a difference of sensitivity or polling rate/dpi. Although if a person is unfamiliar with those things they could have an issue with them.
I don’t think you understand what raw input means. It doesn’t mean telling the OS you don’t want it to mess with your input, it means bypassing the userland OS input framework entirely and grabbing the input at a lower level preventing the default OS stack from even processing those input events.
A well-designed game would do that, anyway. I wouldn’t be surprised if the counter strike port for macOS doesn’t qualify as such.
I understand what it means. There's an option in CS and it doesn't seem to actually do anything on Mac OS. Its one of the most popular games ever created and unlike many AAA devs Valve is still actually really good at what they do. If they can't get it right on a Mac it doesn't inspire much confidence that its an acceptable gaming platform.
Can you name an online FPS with a decent sized community with proper raw input on Mac OS? I'd be willing to give it a shot and see if its different. There are plenty of games that aren't CS that people have complained about over the years.
Also, raw input or not I was talking about multiple issues. Every mouse I have ever used on the 2 MBP's I've had felt terrible and nowhere near as smooth as the same mice on a PC even for general desktop use. Even Apple's mouse feels pretty bad.
I don't really know why, their touchpads are amazingly smooth and responsive.
GeForce NOW seemed to handle raw input correctly when I tested it on macOS. Though that's more of a game streaming thing.
Regarding Apple's mice, the Magic Mouse has a rather unusual polling rate of 90 Hz (likely to save energy), which probably explains why it feels awful to use.
Games should use raw mouse input, but there's enough that don't support it (or that don't by default) that it's easier to just leave it turned off. I also find it annoying even on the desktop - I'd rather have mouse speed relate to hand speed linearly, but I do use higher DPI than the 800ish standard of regular mice.
2. If you click it and are expecting "product A" and instead you see "product xxx" you probably won't proceed further.
3. This is Amazons fault, not those that have posted short URL's. There simple is't a longer URL that says: http:// amazon.com/this-is-the-product-you-were-after-just-in-case-you-are-skeptical-of-a-short-url-given-to-you-byu-someone-you-dont-know-beware-danger-will-robinson.
Though I'm willing to put up with it due to its incredible compression capabilities...
[0]: https://jira.mariadb.org/browse/MDEV-22609