zongor [comrade/them, he/him]

  • 0 Posts
  • 7 Comments
Joined 4 years ago
cake
Cake day: September 2nd, 2020

help-circle
  • It kinda depends on what games you are using.

    If they are online only with anti cheat dual booting is the only viable solution because most anti cheat’s that don’t work with Linux/proton will flag you as cheating if you try to use a vm.

    If its some older game its prolly better to use a vm for that OS, lien a lot of old games for windows XP or windows 95 are like that. For really old ones you can just use dosbox which is very tried and true.

    If it’s just some random game that doesn’t work I either A: figure it will get working in some way eventually or B: give up on ever playing it again.

    I think I’m at the point where if a new game comes out and it didn’t work on Linux I just wouldn’t buy it. But I might be an outlier since most of the games I like usually get a Linux port or will work with proton anyways



  • It seems like Fortran except it’s python syntax and it’s weakly typed so you will get into type checking hell if you use any library which tries to be fancy and create their own types.

    Outside of the syntax though: The speedups look really cool!

    I’m curious to see what potential speedups would look like in a large project.

    Additionally, I’m curious to see what the power requirements are for programs written in it since it seems like it will highly parallelize all statements in the language.

    I also wonder how soon it will be for someone to implement a deadfish / bf / lisp interpreter in it