• 0 Posts
  • 22 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle
  • You can save quite a bit by getting a refurbished Pixel - looks like the cheapest “Google certified” option (so it comes with a 1-year warranty) is a 6a for $250, which is nearly half off MSRP. I’ve been using my 6a since launch, so it’s been going for 3 years now and I have no desire to upgrade.

    You can definitely get cheaper smartphones, but $250 for a 6a feels like a pretty big bang for your buck.


  • Lol brother, you were the one that introduced the context of “new Linux users”.

    Linux community: why don’t more people use Linux?

    I’m not whitewashing anything, I’m not being elitist. The only thing I’m trying to say is that if the Linux community wants to attract more users, we should absolutely be turning up our noses at WSL, like Homelander here in this meme. Because it’s a niche tool, not something a new Linux user should be daily driving.



  • How?

    Encouraging the use of WSL to new Linux users is asinine. It’s a niche tool with a shitload of bugs and caveats, not something that should be widely used as a daily driver. It’s not “shitting on” anyone to tell them they shouldn’t be using WSL as their daily driver distro, just like it’s not “shitting on” someone to tell them not to use a hammer to drive in a screw.







  • The one enabling people to understand and use their devices on their own.

    If you’re using a UI, and you have a question about something or don’t understand what you’re doing, isn’t that a sign that either the UI you’re using is insufficient, or your own knowledge is lacking?

    Good UI/UX conveys function.

    Exactly. By itself, a good UI should “enable people to understand and use their device on their own”. If you’re a UI user and you can’t figure something out on your own, maybe you need to use the terminal to accomplish whatever you’re trying to do.


  • Fair enough, sorry for the misunderstanding.

    I’ve had the opposite experience with Windows audio though. It’s always been weird for me, randomly switching outputs for no reason, and I stopped even trying to connect wireless headphones because it would always seem to prioritize those, even when they’re turned off. Every 5 to 6 months I’d have to dig deep in the audio settings to fiddle with the gain on my mic so I’d stop blowing out my friends’ ears on discord.






  • C’mon man, this is just a textbook fallacious slippery slope argument. Rust isn’t some brand new language whose stable release was less than a year ago, it’s over a decade old now. Scheme and Lisp are interpreted languages for God’s sake, it’s borderline* impossible to use them for kernel programming.

    Also I’m pretty sure the whole point of the Rust project that all this drama is centered around is to keep Rust code separate from the kernel. From what I understand the whole point is to maintain Rust bindings to the kernel API as a separate project, so that if developers want to write a driver in Rust, they can without having to rewrite those bindings themselves. But the kernel code itself will still be all C code. Now I’m not a kernel developer, and the last time I wrote a driver was for my operating systems class in university over a decade ago, so take that with a grain of salt.

    * I say borderline because anything is possible with code if you’re creative enough, but anyone trying to submit Scheme or Lisp code to the Linux kernel is gonna get laughed off the Internet




  • That experience is highly dependent on the Linux distro you’re using. Steam comes preinstalled on gaming-centric distros like Nobara or Pop!_OS. More “general purpose” distros like Mint or Ubuntu might require adding an apt repository before you can install steam from their GUI package managers, but adding an apt repo can be easily accomplished with a GUI as well.

    Basically, if there’s no guide for installing steam for a given distro, or the process of installing steam is more than a couple easy steps, that specific distro probably isn’t well suited to run steam.