• 1 Post
  • 34 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle


  • Literally yes. And you don’t even need to know the exact pixel resolution of the TV.

    Edit: Here are the problems with you “Wayland isn’t good enough” people.

    First, you don’t use Wayland, so you don’t even know if it’s fixed whatever weird issue you encountered with it before or if it supports a niche use case, for example.

    Second, Wayland won’t get good enough for you until you start using it and reporting bugs. You think X11 was a bed of roses when it first started? Or do you think they bumped the version number 11 times for fun?





  • I could go in-depth, but really, the best way I can describe my docker usage is as a simple and agnostic service manager. Let me explain.

    Docker is a container system. A container is essentially an operating system installation in a box. It’s not really a full installation, but it’s close enough that understanding it like that is fine.

    So what the service devs do is build a container (operating system image) with their service and all the required dependencies - and essentially nothing else (in order to keep the image as small as possible). A user can then use Docker to run this image on their system and have a running service in just a few terminal commands. It works the same across all distributions. So I can install whatever distro I need on the server for whatever purpose and not have to worry that it won’t run my Docker services. This also means I can test services locally on my desktop without messing with my server environment. If it works on my local Docker, it will work on my server Docker.

    There are a lot of other uses for it, like isolated development environments and testing applications using other Linux distro libraries, to name a couple, but again, I personally mostly just use it as a simple service manager.

    tldr + eli5 - App devs said “works on my machine”, so Docker lets them ship their machine.











  • frozen@lemmy.frozeninferno.xyzOPtolinuxmemes@lemmy.worldAccurate?
    link
    fedilink
    arrow-up
    5
    arrow-down
    2
    ·
    7 months ago

    The point I’m making is that you don’t have to read 50+ guides anymore. Install a distro with a good gaming track record (Nobara, Garuda, Pop_OS, Bazzite) and play games. Linux gaming has come a long way.

    That said, I understand where you’re coming from. I’m just trying to say it’s easier now than it’s ever been before.



  • frozen@lemmy.frozeninferno.xyzOPtolinuxmemes@lemmy.worldAccurate?
    link
    fedilink
    arrow-up
    16
    arrow-down
    4
    ·
    7 months ago

    Only if you play CoD, Fortnite, or Destiny 2. If you’re technically inclined and don’t mind working around some issues, gaming on Linux has come a long way and can be used for pretty much anything else. I used to dual-boot Windows for games, then I went to booting Windows in a VM and gaming with a spare, passed-through GPU. But I haven’t booted my VM in months, and I play lots of games.