Alt account of @WFH@lemmy.world, used to interact in places where federation is still spotty on .world.

  • 0 Posts
  • 38 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle








  • WFH@lemm.eetolinuxmemes@lemmy.worldWhy block muting the OS?
    link
    fedilink
    English
    arrow-up
    15
    ·
    28 days ago

    Regular Linux distros have 30+ years of history. It’s what most of us are used to. Immutable/atomic/transactional OSes are relatively recent hence the relatively low adoption rate.

    Also, atomic OSes are, by nature, much harder to tinker with. After all, the goal is to provide the exact same image for all users. As a power user, it’s a bit frustrating. As a new user, having a virtually unborkable system is excellent.

    If you plan on installing an atomic variant of Fedora, may I suggest uBlue Aurora instead of Fedora Kinoite? It is based on Silverblue/Kinoite but includes by default, among other QOL improvements, the restricted-licence codecs that must be manually installed in official Fedora products.





  • Very good choice going with Debian. It is simple, clean, can be as minimal or as “bloated” as you wish, and once you’ve worked out the kinks it will happily run for years without maintenance (except updates of course).

    There’s a steep learning curve because as a user you’re expected to configure stuff yourself (although defaults are most of the time very sensible), but if you’re willing and able to truly learn Linux and the terminal and you’re familiar with your hardware, it’s one of the best platforms out there.


  • WFH@lemm.eetoLinux Gaming@lemmy.worldBest Graphic card for Linux Gaming
    link
    fedilink
    English
    arrow-up
    45
    arrow-down
    1
    ·
    edit-2
    3 months ago

    Go AMD. The open-source drivers already provide the best performance compared to the closed-source ones, and are included in the kernel and Mesa, which means the cards will work out of the box. For the best performance and latest drivers and optimizations you should switch to a distro with more up to date packages than Debian if you plan on buying a current gen card tho. For example, Fedora is a very good mix between working OOTB, ease of use and bleeding-edge packages.

    nVidia is… difficult. The open-source drivers are getting better but are still way behind closed-source drivers, and each closed-source drivers version only works with a single kernel version. It might work OK as long as the drivers and kernel are kept in sync (I think Pop! or Nobara have nVidia specific versions for this reason), but otherwise each kernel upgrade is a risk. Plus nVidia drivers are basically shit with Wayland and cause a ton of issues.

    Intel has a good track record with iGPUs so discrete cards should be as trivial to use as AMD ones, if more at the entry-level performance-wise.







  • And that’s why we’re moving away from coding games where I work. Bad people try to cheat, good people can panic and shit the bed.

    When I do interviews, I’m more interested in the candidate’s relevant experience, what kind of issues they faced, how they were solved, if they think they could have done things differently, and how they think. Code itself is irrelevant unless I can review a sprint’s worth of PRs.

    When I ask more technical questions, I never ask for code but for an explanation on how they would tackle the problem. For example, I often ask about finding a simple solution to get all data relevant to a certain date in two, simple, historized tables. If you know window functions, it’s trivial. If you don’t, your solution will be slow and dirty and painful. But as most devs don’t know about window functions anyway, it lets me see how they approach the issue and if they understand what parts should have a trivial solution to make it simple.