this post was submitted on 23 Jan 2024
290 points (92.4% liked)

linuxmemes

20899 readers
733 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

Fragmentation is good! Old meme I posted on that site.

you are viewing a single comment's thread
view the rest of the comments
[–] MotoAsh@lemmy.world 81 points 8 months ago (3 children)

MS so jealous that their biggest innovation in the last decade was ... to put Linux in Windows.

That and ads in the start menu.

[–] PropaGandalf@lemmy.world 5 points 8 months ago* (last edited 8 months ago)

Don't forget about AI

[–] Cicraft@lemmy.world 0 points 8 months ago* (last edited 8 months ago) (2 children)

Context, please? Not trying to discredit, I'm just dumb

[–] mlg@lemmy.world 4 points 8 months ago (2 children)

Windows Subsystem for Linux (WSL) which lets you basically run linux kernel along side the windows kernel which lets you do a lot of cool stuff like containers, linux apps, whole DEs, etc.

It was pretty cool for like 5 minutes until people realized that keeping windows around was kind of pointless and we should just be running pure linux lol.

It's still a good feature, but it just gives you a direct comparison of linux vs windows which tends to outshine windows.

[–] abcd@feddit.de 4 points 8 months ago (2 children)

Maybe it’s me but calling it Linux Subsystem for Windows (LSW) would‘ve been more accurate in my opinion.

[–] nekusoul@lemmy.nekusoul.de 3 points 8 months ago* (last edited 8 months ago)

The naming of WSL sort of makes sense because it's actually build upon a kernel feature, which hass been mostly unused for more than a decade, called subsystems. There's the 'subsystem for Win32', which is the primary one that all Windows applications use, and then there were also the 'subsystem for POSIX' as well as the 'subsystem for 'OS/X'. WSL was simply a reboot of that technology.

The funny part is that this turned out to be too complex so WSL 2 ditched all that and simply uses a VM running the actual kernel in the background, so the name isn't even accurate anymore.

[–] tourist@lemmy.world 1 points 8 months ago (1 children)

No, you're spot on. Microsoft is dogshit at naming things.

What's the difference between an Xbox one x and an Xbox series x? Where is windows 9? What the fuck is a Zune anyway?

[–] TimeSquirrel@kbin.social 1 points 8 months ago

Kindergarten teacher: "can anyone count to ten?"

Microsoft raises hand: "1, 2, 3, NT, 95, 98, 2000, XP, Vista, 7, 8, 10"

[–] merthyr1831@lemmy.world 4 points 8 months ago

it's one of those niche developer tools that ends up highlighting how fucking appalling windows is for developers .

[–] Evkob@lemmy.ca 1 points 8 months ago

They're talking about Windows Subsystem for Linux. Basically reverse WINE.