this post was submitted on 26 Feb 2024
36 points (90.9% liked)

Linux Gaming

15493 readers
67 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 4 years ago
MODERATORS
 

I have heard good things about nobara. I don't mind doing a little thinkering to have things work but I also don't want to spend hours doing recharch on how to fix things.

Edit: thanks for giving input everyone. I will try Linux mint and if it does not go well will give nobara a go instead.

Edit part two I had to boot mint in compatibility mode because I got black screen for like 15+ minutes and then I couldn't get it to see more than one monitor and 3 hours later gave up....Just put on nobara will load mint to my laptop and try to learn more because I want to but also tryna game :) you will hear more from me

you are viewing a single comment's thread
view the rest of the comments
[–] demonsword@lemmy.world 3 points 6 months ago (2 children)

As a first time Linux user pretty much what should I use for gaming.

why would anyone recommend arch to a newbie is anyone's guess

[–] RandoCalrandian@kbin.social 2 points 6 months ago (2 children)

Probably the same reason you’d recommend c++ instead of Python to a new developer.

Yes, they’ll learn Python faster, but with c++ they’ll learn programming faster simply due to how much Python does on the programmers behalf.

There are valid arguments for both sides

with c++ they’ll learn programming faster

I strongly disagree.

If you want someone to learn how programming works mechanically, recommend C. It's a very simple abstraction over the hardware, unlike C++ which comes with a ton of complexity that's completely unrelated to the task of learning how programming works. There's way too much magic with things like templates, operator overloading, etc that gets in the way. In fact, I recommend learning C on very simple hardware, like an Arduino, where you don't have any of the nonsense associated with operating systems, like system-specific nuances in file handling and whatnot.

That said, I'll always recommend Python first to new programmers. It has relatively little magic while abstracting away most of the annoyances and footguns that you'll get in lower-level languages like C. Once the user is comfortable using Python to get things done and is interested in learning more, I'd throw them in the deep end and recommend Rust, which forces you to contend with things programmers are expected to understand (but can easily get away with not understanding) in C/C++, such as ownership and lifetimes. Python is the "get stuff done" language, and Rust is "theoretical CS in practice." If they really like Rust, I'll steer them toward functional languages like Haskell which go even harder on the CS theory. Or if they want something a bit more "mainstream" than Rust (e.g. they want to make games), going for C++ makes a lot of sense, and they'd probably write better C++ because they've learned the strategies and terminology from Rust.

[–] demonsword@lemmy.world -1 points 6 months ago

but with c++ they’ll learn programming faster simply

I strongly disagree with this. I've learn to program with C (pure C), and I lost so much time with that language's cruft and idiosyncrasies. Python is a much better tool to teach programming concepts.

[–] Telodzrum@lemmy.world 1 points 6 months ago

Because the FUD surrounding Arch as robust as it is wrong.