this post was submitted on 21 Jan 2024
233 points (95.0% liked)

linuxmemes

21197 readers
43 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 members of the community for any reason.
  • 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.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 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. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] [email protected] 71 points 9 months ago (4 children)

    This is kind of not really related, but last week, we've been onboarding two new devs into our programming project at work. Our team so far had exclusively used native Linux, while the two new folks were on Windows.

    We recommended using a VM, because we had a recollection of how much pain programming on Windows was. Unfortunately, VirtualBox had performance problems on their machines and ordering a VMWare installation took a few days.

    So, we spent those few days to see, if Windows was really still that much of a pain. They'd still need a VM for testing, but otherwise, our entire tooling should have been fine on Windows.

    Fuck me, those days were wasted. One of our dependencies dynamically pulled in C code and compiled it, which you barely even noticed on Linux, but is apparently not a thing it can do on native Windows.
    So, instead they were on WSL pretty early on, but that had all kinds of differences to a native Linux installation and they constantly had to fix the DNS config, because it kept being reset by Windows. In particular, while compiling Rust & C worked, it was extremely slow.

    Eventually, they got VMWare and we started setting up the OS. We literally completed installing Linux before a compilation run had finished. And what had cost us multiple days to try to get going under Windows, was just working within an hour on Linux. And for some reason, compilation within the VM was about 20 times faster than under WSL.

    I still assume, these are generally solvable problems and if our team had worked under WSL from the start, we would have had some of those solved.
    But even taking that into account, there were just so many nonsense problems, which we never had to fix on Linux, that I'm still left absolutely baffled that some people genuinely use WSL for development.

    [–] [email protected] 36 points 9 months ago

    I'm a C++ and Dart (yes I know unusual combo) dev on Windows

    You feel my pain

    My fucking god windows requires a whole month of just learning platform quirks and setting up a dev environment to START THE FUCKING WORK alone

    Allegedly some new shite called dev drives and whatever are supposed to fix some of the disaster but I haven't tested it yet

    Also ABSOLUTELY FUCK the entire C compiler installation and setup in Windows. My fucking god Microsoft had had 40 years to fix their tooling for THE most used language and you still need a dark ritual to make everything work and install MSVC and msys and clang

    [–] [email protected] 25 points 9 months ago (2 children)

    WSL's performance is drastically better when you don't save your files on Windows' filesystem.

    [–] [email protected] 8 points 9 months ago (1 children)

    That is because windows filesystem is mounted to WSL through NFS and while transferring large files through that is ok, transferring huge amounts of small files is really slow.

    [–] [email protected] 5 points 9 months ago

    Windows has dead slow file operations natively. Like orders of magnitude slower.

    [–] [email protected] 5 points 9 months ago (1 children)

    Hmm, that would fit the pattern, as it sometimes also got stuck on just downloading things, even when the DNS config hadn't been reset.

    Do you need to partition the disk then, to place ext4 or similar into a separate partition? I'm not sure, we can partition the disk in that corporate Windows setup our company uses...

    [–] [email protected] 9 points 9 months ago

    Look up the difference between WSL1 and WSL2. If you're using 2 just make sure you're writing into /anything other than /mnt/driveletter, that should be ext4. For 1 it's directly mounted on the ntfs filesystem and you'll always have performance problems.

    [–] [email protected] 18 points 9 months ago (1 children)

    Our approach to newbies wanting to use windows is: "go ahead, but you're on your own"

    They try maybe a day or two, then they install linux

    [–] [email protected] 6 points 9 months ago

    Well, in this case, they were not entirely newbies, they're from a different team that we're supposed to hand over to. The project is also in cooperation with other companies, so it's not completely out of the question that some devs are trapped in Windows purgatory.

    But yeah, we were certainly cursing at the end of the week, when we had already invested quite a bit more effort than we had hoped for, and we were still running into ever more new issues than we fixed in the same time.

    [–] [email protected] 7 points 9 months ago

    If they want windows just though windows in a VM in Virtual manager.