this post was submitted on 15 Mar 2026
1290 points (93.5% liked)

Programmer Humor

30409 readers
2265 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] robbo@programming.dev 19 points 1 day ago (5 children)

Windows is shit for most things. Especially shit for development.

[–] terabyterex@lemmy.world 2 points 13 hours ago (1 children)

this is entire statement is ridiculous. anyone who puts a completely closed system above anything isbretarded. and since you are retarded i have to explain that open system does not mean open source.

you probably thing development is made up of front end and back end like op. when in fact front and back tohlgther is web dev and web dev is a very small portion of development.

[–] robbo@programming.dev 1 points 1 hour ago

Bros out here fighting ghosts

[–] zerofk@lemmy.zip 15 points 23 hours ago (1 children)

As someone who does cross-platform development: everything on Mac takes twice as long, and breaks with every OS update. And that’s without even the switch from PPC to Intel 32 bit to Intel 64 bit to ARM.

I’m exaggerating a bit, and I’m sure in many environments Mac is easy enough. But for us - there’s a reason we have more Mac developers than Windows and Linux combined, and it’s not because people want a Mac.

[–] GreenKnight23@lemmy.world 1 points 9 hours ago

windows: "we run everything"

Mac: "think differently"

linux: "works today, just like it did 35 years ago"

[–] TRock@feddit.dk 8 points 21 hours ago (1 children)

What makes it shit for development? I've been using windows as a developer for almost 10 years. I have switched to Linux at home, but I don't develop on that PC. So I'd honestly like to hear whats so bad about it, and why is your preferred OS better?

[–] GreenKnight23@lemmy.world -2 points 20 hours ago (1 children)

over the past 10 years microslop has become increasingly hostile towards developers and encouraging vendor lock-in.

just over the last 5 years alone, microslop has stolen finite resources and refused to relinquish them under the guise of a better "user experience". these resources are important to the stability and development of systems locally. unfortunately microslop's solution is "use Azure remote services".

everything microslop does is to drive users to their cloud services.

I'll put it down to numbers for you if it's not clear.

I can spend $1000 on a laptop, install Linux, and run 20± containers AND have a usable desktop environment for the next 10+ years.

or

I can spend $1500 on a laptop, install microslop and run 5+ containers AND have a slightly sluggish desktop environment for the next 6 months to a year, PLUS have my entire device bricked by an update or two within that time. microslop's solution? "sync your files to onedrive".

this is why windows sucks for developing unless you're locked into microslop's development programs.

if you're doing c#, batch, .NET, or even Java, you're probably fine using Windows. if you're doing 80% of the rest of any development, you're better off using Linux.

[–] leobm@feddit.org 5 points 1 day ago (2 children)

WSL—and the ability it provides to run Linux on Windows—is actually quite convenient

[–] exu@feditown.com 17 points 22 hours ago

But if all you need Windows for is a VM to run Linux, then just run Linux

[–] douglasg14b@lemmy.world 5 points 23 hours ago (1 children)

It is, but WSL is also pretty much shit.

I've been maining Windows with WSL at work, and it works great, till it doesn't. And then it just sucks, and sucks, and sucks.

Almost always has to do with processes on WSL.not being killed by connectors to their windows counterparts. And docker desktop, holy hell, docker desktop and WSL just love to turn WSL into sludge.

I've been fighting with it for years, WSL is an awesome idea, it works great when it works. But as soon as you out real development loads onto it it just folds.

[–] Gladaed@feddit.org 1 points 1 day ago

Visual studio is pretty ok with it's debugging functionalities.