• 0 Posts
  • 16 Comments
Joined 4 months ago
cake
Cake day: September 22nd, 2024

help-circle
  • Bit of misinformation on this thread, but generally the only thing that can actually get in the way of someone dedicated enough will be compatibility and security systems.

    You probably won’t have any luck getting nvidia drivers on android for example, nor take the time to back port those drivers to an outdated kernel.

    I suppose you could also have an OS that takes most your system resources for non-gaming tasks, making games unplayable. Something like nixos is non-gaming centric and could reasonably be more optimised than bazzite, less background processes making games actually run better on it.


  • That being said if youre looking for performance, the last thing you’d want is open source nvidia drivers; theyre built entirely off reverse engineering, which takes time. This allows for large performance gains like those of late.

    The proprietary stack hasn’t had much change in performance over the last couple updates, a couple have even result in a performance regression to push new features. As of the latest preview driver (565.77) the minimum kernel supported goes back to the 4.15 Linux kernel release. This technically means you’d be able to run the latest nvidia drivers on anything newer than Debian 10 buster, which went out of support in September 2022.

    Sounds like you might have gotten some of your info sources crossed - but thats exactly why distros like Bazzite exist, you dont have to worry about any of this background compatibility bs.





  • Currently have 2 1tb NVME’s over around 6 tb of HDDs, works really nice to keep a personal steam cache on the HDD’s in case I pick up an old game with friends, or want to play a large game but only use part of it (ie cod zombies).

    Also is super helpful for shared filesystem’s (syncthing or NFS), as its able to support peripheral computers a lot more dynamically then I’d ever care to personally configure. (If thats unclear, I use it for a jellyfin server, crafty instance, some coding projects - things that see heavy use in bursts, but tend to have an attention lifespan).

    Using bcachefs with backups myself, and after a couple months my biggest worry is the kernel drama more than the fs itself











  • Honestly reading through your comments, I couldnt reccomend Godot more - I’ll just toss some bullet points below.

    • GUI tools with lots of tutorials
    • Basic 2D and 3D rigid body simulations
    • Very extendable if you know C++ or rust
    • In house python like compiled language deeply engrained into the engine, which is surprisingly fast
    • Cross compileable to most devices, but honestly the engine itself runs on all devices I use so something like syncthing makes dev incredibly portable
    • Ecosystem is only growing by the day, most tutorials are game dev related reasonably but still cover most topics one could need
    • Basic GPU compute support if that’s your thing

    Theres some things its not yet perfect at, like the web export could be better - and in depth things like minimising copies between CPU and GPU might not be as fine grained as hardcore devs would like, but if youre coming from mathematics and python it’ll fit like a glove.

    Just for an anecdote I wrote a basic particle simulation in gdscript that was HORRENDOUS for performance, 200 particles all calculated the per frame force of attraction to every other particle then summed it; whole thing ran at 80 fps even on my phone