• 0 Posts
  • 2 Comments
Joined 1 year ago
cake
Cake day: July 8th, 2023

help-circle
  • What e-sports have kernel level anti-cheat? Isn’t it just the crap published by Riot? I know both CS and Dota 2 work on Linux, I’m pretty sure you can get Overwatch 2 running. You can’t exactly play Smash on a Windows PC either, but I think the other major fighting games like Tekken and Street Fighter work. Are there any other serious contenders for a major esport I’m just forgetting?


  • You can definitely learn basic levels of programming without getting too deep into the math, enough to put together simple programs that can automate small tasks.

    The issue is that math is incredibly important for enterprise level programming, particularly for optimization. Programs you write for yourself can be slow, inefficient beasts that hog way more resources than they need. If you wanted to write code as a job though, you’d need to be able to find the line between speed and accuracy, and that can require some complex math.