• 4 Posts
  • 4 Comments
Joined 2 years ago
cake
Cake day: March 4th, 2023

help-circle
  • Dang I thought proton was older than that. I remember playing No Man’s Sky on Linux around the time it was released on pc. I don’t remember running a pirated copy of NMS just so I could make it run on wine but maybe I was. (you used to have to do that whether you owned the game or not if you wanted to play on Linux).


  • I normally use C++ for making new games or misc projects from scratch but I think I could save myself some work using C#. I’ve done a lot of Rimworld modding and I like the way C# works. I really like how versatile C++ is though. If I want to make my program work on an old Athlon, I can compile with 32 bit and sse1. I would be surprised if it were possible to do that with any C# compiler but I also haven’t researched to find out.





  • I’m a long time Linux user but I’m really lazy. I recently installed Arch to try it out again as last time I did it was maybe 2012. Personally, manually setting up the hard drive partitions on initial install is just annoying enough to be too much work (I have a lot of drives) but luckily there’s an installer that does that part for you. Everything else you have to do is sensible and easy and actually ends up being less work in the long run. The wiki is also extremely informative, helpful and correct.

    Arch probably can be a beginner distro just because if you have a problem it’s so much easier to find out how to fix it on the internet thanks to the wiki and the forums. Something as mundane as installing nvidia drivers in Debian can be a massive ordeal and the minimum required skill level to fix it yourself if it doesn’t work on the first attempt is very high.