• 0 Posts
  • 11 Comments
Joined 3 years ago
cake
Cake day: July 1st, 2023

help-circle


  • But the results… calling something “bad” for 3ms of latency is a bit ridiculous. That’s only significant to a cat, to us larger meat sacks 100ms would be blazing fast reaction speed, making 3ms negligible. For an average person it means even less.

    You are conflating reaction time and response time. They are very different things.

    Yes, your reaction time is in the 100s of miliseconds, but it doesn’t take much of a delay in the response to your reaction before it becomes perceivable, and the response time is what was measured here.

    If you have ever played rhythm games, then you may be aware that some of them have settings that allow you to offset the delay, such that your pressing a button at the exact same time as the note plays is also registered as happening at that time, even though it took some additional time for the input to reach the game. Without such a setting, you intentionally have to press buttons early (how much depends on your setup) to ensure that your input registers at the right time. A delay of 100ms would be extremely obvious


  • Let me remind you that you wrote that,

    People complain at something not working are missing the point.

    It’s open source. You spot something you don’t like, change it.

    Learn to code, contribute, fix things.

    There is very little stopping you.

    Do you think that you can fix something not working by writing documentation? Or do you think that you can fix something not working by testing? Or do you think that you can fix something not working by investing in visual elements? And so on and so forth.

    No. Obviously not. If you want to fix something not working, then you have to get your hands dirty with the source code






  • I somehow forgot you had to download every program yourself and update it yourself or put up with a third party update app at all times. I’ve only been away from Windows for like a year but it’s like “I completely forgot about that”.

    The author exaggerates how bad it is, to be honest. The built in winget package manager solved most of my needs for installing and updating software while I was still using Windows, and what it left is no worse than the situation on Linux. There are also alternatives to winget, like Chocolatey.

    In some ways the situation is actually worse on Linux, since I regularly use 4 different package managers on Linux: apt, flatpak, pixi/conda, and uv/pip, on top of having to manually download and install software, some of which I have to compile myself