this post was submitted on 20 May 2025
613 points (94.4% liked)

linuxmemes

25006 readers
2094 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. ๐Ÿ‡ฌ๐Ÿ‡ง Language/ัะทั‹ะบ/Sprache
  • This is primarily an English-speaking community. ๐Ÿ‡ฌ๐Ÿ‡ง๐Ÿ‡ฆ๐Ÿ‡บ๐Ÿ‡บ๐Ÿ‡ธ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • ย 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [โ€“] foggy@lemmy.world 77 points 23 hours ago* (last edited 23 hours ago) (4 children)

    I don't think anyone is a "wsl user" so much as they've found themselves in a position where the lowest friction solution is utilizing wsl for a given situation.

    Around 2019, even up until like 2022 if you wanted to run docker in windows, that was how to do it.

    [โ€“] frezik@midwest.social 4 points 4 hours ago

    That's where I was a few years ago, and then I switched back to proper Linux. I was only keeping Windows at all for games, but then most of the games I played started working fine on Linux (thank you, Valve).

    Plus, I tried doing some TensorFlow stuff with CUDA (Nvidia) GPU acceleration. In theory, you can do it in pure Windows, but nobody has bothered trying to do that. You're on your own if you try it. The usual way is to do GPU passthrough to WSL. There have been three different ways to do that over the years, only one of which currently works. If you happen to Google a page that tells you one of the wrong ways, there's a good chance you'll need to reinstall to get it working the right way.

    Using pure Linux for this stuff is no problem. Just use Nvidia's server drivers instead of gaming drivers. All the AI datacenters are using Nvidia GPUs on Linux, so Nvidia is highly motivated to make this work. Someday, Windows might be as easy to use as Linux.

    [โ€“] coconut@programming.dev 28 points 20 hours ago (1 children)

    I learned the shell in wsl before I switched to Linux full time. I wasn't trying to learn it intentionally. Just didn't want to develop software on windows. It's a great gateway drug that reduces friction by a lot.

    [โ€“] FauxLiving@lemmy.world 21 points 18 hours ago (1 children)

    The terminal is a pathway to many abilities some consider to be unnatural.

    [โ€“] kautau@lemmy.world 18 points 17 hours ago

    Itโ€™s not a story the Vibe Coders would tell you

    [โ€“] folkrav@lemmy.ca 8 points 18 hours ago (1 children)

    Pretty much my situation. Work stuff, Windows machine, but Linux/Docker workflow and I refuse to let go of my POSIX shell.

    [โ€“] Laser@feddit.org 1 points 15 hours ago (2 children)

    All the good stuff available and you choose a POSIX shell? To each their own I guess.

    Granted, I still prefer it to PowerShell, but only in how it feels, not conceptually.

    [โ€“] folkrav@lemmy.ca 3 points 4 hours ago* (last edited 4 hours ago)

    Eh Iโ€™m not hard set on full spec compliance. I use ZSH, itโ€™s not technically POSIX compliant but close enough that I virtually never have to think about it. Technically correct would probably have been โ€œsh derivativeโ€ or something.

    [โ€“] fuckwit_mcbumcrumble@lemmy.dbzer0.com 1 points 6 hours ago (1 children)

    I still prefer it to PowerShell

    Who hurt you?

    [โ€“] Laser@feddit.org 1 points 5 hours ago (1 children)

    Not enough caffeine. Please disregard.

    [โ€“] Narwhalrus@lemmy.world 4 points 18 hours ago (1 children)

    What's the current best way to run docker on Windows?

    I'm still using wsl(2) for that in 2025 because it seems to be the path of least resistance on Win11.

    [โ€“] foggy@lemmy.world 3 points 17 hours ago

    That could very well be the best practice. I haven't had to run docker in windows since then.