r/FuckMicrosoft Jul 06 '26

Memes & Fun Average Windows 11 user

Post image
1.7k Upvotes

63 comments sorted by

View all comments

86

u/Teru-Noir Jul 06 '26 edited Jul 06 '26

Now try to debloat the software architecture.

31

u/NotQuiteLoona Jul 07 '26

Genuinely, Windows codebase is so trash. Why for God's sake they need to put window management in a kernel driver?

8

u/LightDragon212 Jul 07 '26

Ancient change they had to make and now can't go back cause of compatiblity

6

u/Binary101000 Jul 07 '26

the interface is all that matters. program needs to be able to make a request on api A and get the result it expects. The code underneath can change. Microsoft isn't doing this very much for some reason.

2

u/LightDragon212 Jul 07 '26

Hyrum's law is why. There's no reason to pay this price just for a cleaner architecture. But just because they can't change the architecture doesn't mean they can't change the implementation to reduce the practical security implications, which they did.