• 78 Posts
  • 503 Comments
Joined 5 months ago
cake
Cake day: April 2nd, 2025

help-circle
rss


  • This is an unusual combination of requirements:

    • Does not make you install a desktop environment
    • Must have steam

    I guess maybe you’re planning to use the same distro for a server and a gaming system? Debian can do that. I recommend enabling Debian Backports on the gaming system, for access to recent kernel/firmware/mesa packages (you pick which ones you need).

    By the way, markdown ate your list formatting because you didn’t put a space between the - and the text.


  • whotoLinux@programming.devHelp! Looking for a new distro
    link
    fedilink
    English
    1
    edit-2
    20 hours ago

    Debian. Set it to stable instead of trixie and it’s kind of a rolling release.

    Testing or Unstable would be kind of like a rolling release.

    Stable currently is Trixie, and has a release cycle of roughly 1-2 years. It’s not a rolling release. (However, OP’s comments make it seem like they’re just trying to avoid major breakage during release upgrades, in which case Debian Stable might still be a good pick so long as they read the release notes before upgrading.)









  • I don’t validate emails, I test them.

    Hooray! You get a gold star.

    OK, maybe I do some light validation first,

    I hope your “validation” does nothing more than show a warning that the user is allowed to ignore.

    I have seen too many systems built by people who think they know what’s valid or not before and after the @ sign*, and they are almost always dead wrong. In the worst cases, such systems accept an unusual-looking address and claim to send the expected verification message, but never actually send it. Of course, these systems won’t work for some people, and since none of their online docs or support staff know why, those people will be locked out of using the system and funneled into bottomless pit of misery if they try. Please don’t build broken garbage like this.

    *Fun fact: Not so terribly long ago, even the @ sign didn’t have to be present. Some email addresses were bang paths. I’m not sure if any of these are still in use, but it wouldn’t shock me to learn that they are.


  • Use a library

    Please, no. If someone wrote email address “validation” complex enough to warrant a library, then their code is almost certainly wrong.

    or check for only the @ and then send an email confirmation.

    Yes. Do that.

    If your boss demands a more detailed check at input time, then make it display warnings, not errors, and continue to the confirmation sending step if the user chooses to ignore the warning.








  • Debian in general is not meant to run on the latest hardware.

    When I see someone on social media claiming Debian is unsuitable for gaming, I know immediately that they don’t know what they’re talking about. I’ve been gaming on different distros since before Steam ran on Linux at all, and on Debian Stable for nearly a decade. This includes my current system, which was built a few months after the GPU was released.

    In general, Debian can run just fine on new (Linux-compatible) hardware. If you’re talking about Debian Stable and hardware that was released less than a year ago, then you might have to pull in a newer kernel and/or firmware, but it’s not hard. In most cases, it’s as simple as enabling Debian’s Backports repository and installing the couple of new packages that you need. (You might not even have to do that, since Flatpak and Steam provide updates to much of what games need, but it would be wise to remember Backports anyway just in case you need them some day.)

    The main thing to consider is that it’s not completely effortless. It will probably require a little more setup than a game-focused distro would, so if you’re considering Debian for a gaming system, you should know why you want it. For example, maybe you want a very low-maintenance system once it’s up and running. Or maybe Debian’s focus on Free software appeals to you. In such cases, a few extra steps when getting started might be worthwhile. But if you don’t have a specific need that Debian fills, then another distro might be more convenient.

    Debian 13 is not going to get the latest versions of Nvidia drivers and there are better distros for us.

    I don’t know if that’s true or not. Nvidia has a well-deserved reputation for making their hardware painful on Linux, and although the situation is less bad today than it once was, it’s still not great. If you’re determined to stick with them, then sure, a distro that does the extra work of packaging all of Nvidia’s driver releases might be a better choice for you.

    (For what it’s worth, I finally ditched Nvidia in favor of AMD GPUs, and have been very happy with the results.)