this post was submitted on 31 Aug 2023
196 points (91.2% liked)

Programming

16240 readers
125 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

And you, what's your operating system to code ? Me, I use Arch btw

you are viewing a single comment's thread
view the rest of the comments
[–] Espi 19 points 10 months ago (4 children)

Nowadays with WSL Windows is pretty good. Pretty much anything you can do on Linux you can do on Windows.

Now, not being worse is not really a point towards Windows. For developers its absolutely not worth it tanking the horrible storage performance, preinstalled ads and handing your soul to Microsoft for the privilege of not being worse than native Linux.

[–] [email protected] 4 points 10 months ago

I'm forced to use Windows at work. WSL takes since of the sting out of it

[–] [email protected] 2 points 10 months ago

I have had major problems, because I am also forced to use WSL. The network situation is the largest problem. Colleagues have had random time differences in WSL causing even TLS to fail, because they were 15 minutes in the past.

I have had major issues, and I think its only because of WSL and wouldnt happen on native Linux.

[–] [email protected] 1 points 10 months ago

Absolutely! With WSL2, one huge upside for me is that I get the best of both worlds. The driver support for Linux pales in comparison to Windows.

[–] [email protected] 0 points 10 months ago (1 children)

the horrible storage performance

Que?

[–] Espi 1 points 10 months ago* (last edited 10 months ago)

NTFS is by far the worse filesystem commonly used nowadays. Even Apple has a better filesystem.

When using Windows the thing I miss the most is instant copies. Everyone else has them and they are incredibly handy.

In fact, with a CoW filesystem Microsoft could even circle around the disaster that is Windows update without needing to remake their entire OS.