this post was submitted on 07 Oct 2024
4 points (100.0% liked)

Programmer Humor

19331 readers
19 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

For the record, I use Mac and I like it that way.

all 8 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 week ago

Grow some skills and stop being stuck on one platform. You don't want to be a one trick pony, right?

[–] [email protected] 1 points 1 week ago

ive always been one of the huge windows enthusiasts and i fsckin hate win11

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

Notepad++ and putty are what makes you a true professional.

[–] [email protected] -1 points 1 week ago* (last edited 1 week ago) (2 children)

For what it's worth, WSL 2 with VSCode is actually great. Almost all the benefits of Linux (I still miss true tiling window management), with fewer weird driver issues.

That said, I generally just use whatever my company wants me to use, and I haven't worked somewhere that let us use native Linux boxes since 2014.

[–] [email protected] 1 points 1 week ago

I hope this is bait.

[–] [email protected] 1 points 1 week ago (1 children)

I have to strongly disagree with you. I've used WSL 2 with VSCode, and I experienced waaaaaaaay more weird broken shit than I ever have running Linux. And even if it weren't for that, it's still not at all worth it IMO because using WSL 2 means every interaction I have with my development environment has to go through a Linux-to-Windows translation layer. I will never use Windows again for anything beyond testing unless I'm forced to.

[–] [email protected] 1 points 1 week ago* (last edited 1 week ago)

🤷 That wasn't my experience, and I used it as my primary dev environment for four years.

It doesn't go through a translation layer, though. WSL 2 has a whole separate kernel. You can even use GUI apps with Wayland.