• 0 Posts
  • 32 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle


  • Foltz claims that she received a $92,000 annual salary while men with the same duties and qualifications received an annual salary of $115,000.

    Foltz also claims that SpaceX uses different job titles for the same position as a way to pay women and minorities less than their white or male counterparts, TechCrunch reported.

    This is an empty claim. She didn’t even have the same job titles as the people she was comparing herself against. There are a thousand reasons one person can be paid more than another. Often it’s just negotiating prowess. Often it’s the responsibility of the job title, and the risk and hours that entails. Often it’s tenure at the company, or social skills. Her claim amounts to, “pay me more because I have a vagina.” No.








  • Only 13% of my Steam library is verified. That’s still plenty of games, but it’s a lot more limited than “all games on Steam.” More than half of the top 20 games on Twitch are unplayable or run terribly on Linux.

    It opens some doors if you’re willing to accept “playable” games. That’s another 14% of my library. The vast majority are a crapshoot for me on the Deck. Most of the issues revolve around text illegibility and clunky controls.


  • I don’t expect magic, so I don’t expect Linux to be a Windows competitor in the consumer space for many years to come.

    Surely you can see the material differences between the Steam Deck and someone trying to install a flavour of Linux for themselves on their Windows PC. Valve has done everything. No tinkering with drivers. The hardware works out of the box. No complicated workarounds. No CLI. Every game is clearly labelled for compatibility in the UI. It even has functionality which Windows doesn’t have like sleep and wake for games in progress. They’ve even gone with an immutable OS, so developers know their games will operate if tested on the one distribution.









  • Last time I investigated this, Overwatch used a very poorly-designed client-side solution called Warden. It’s a signature-based detection system, similar to antivirus. It looks for process IDs of known cheats. There is also some server-side heuristic detection which looks for impossible player stats that reveal rage-mode cheating. Again, this is easily defeated to the point that it doesn’t work at all because cheaters know about it and spend the first few minutes of the match firing into walls and floors to dilute their stats. Detecting process IDs is useless when you can just make some minor changes and recompile every few days, which is exactly what the subscription-based hacks do. It is a naive and amateur solution, and because of its flawed architecture it can never be effective.

    The only serious anti-cheat in any game is in Valorant. It’s a kernel module that can detect low-level hacks. Overwatch’s anti-cheat runs in user mode, and all the serious hacks use HID drivers that are recompiled periodically to prevent signature detection.