this post was submitted on 19 May 2025
731 points (97.5% liked)

Technology

70529 readers
3367 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Today we’re very excited to announce the open-source release of the Windows Subsystem for Linux. This is the result of a multiyear effort to prepare for this, and a great closure to the first ever issue raised on the Microsoft/WSL repo:

https://github.com/microsoft/WSL

(page 3) 50 comments
sorted by: hot top controversial new old
[–] azvasKvklenko@sh.itjust.works 6 points 2 weeks ago

Thanks for nothing Microsoft

[–] sp3ctr4l@lemmy.dbzer0.com 8 points 2 weeks ago (3 children)

Ah, the Linux Subsystem for Windows (MSFT has never been great at naming things) is finally open source, hooray...

Now do it with rest of the operating system, and I may, possibly have a reason to care.

[–] phoenixz@lemmy.ca 5 points 2 weeks ago

Windows, you mean? Please no, thanks, I don't need to see anything of that garbage

load more comments (2 replies)
[–] ramble81@lemm.ee 23 points 2 weeks ago (7 children)

So besides the brownie points, im curious what having it open sourced will benefit. Not like you can fork it to run on a different OS. You can make some extensions but to do what? You can’t really tie it further in to the host OS unless you know of some undocumented Win32 APIs.

Maybe im just not thinking creatively enough.

[–] The_Decryptor@aussie.zone 10 points 2 weeks ago (3 children)

Not like you can fork it to run on a different OS.

For WSL1? yep that's effectively impossible.

WSL2 is effectively just a wrapper around the kernel virtualization support and a bundling format, as long as whatever image you run talks to the host properly (like any other virtualised OS would) it'd run.

load more comments (3 replies)
[–] SuiXi3D@fedia.io 36 points 2 weeks ago

im curious what having it open sourced will benefit

MS won’t have to pay their own people to work on it anymore.

[–] CosmicTurtle0@lemmy.dbzer0.com 23 points 2 weeks ago

They released their code as MIT which is far more permissive than I was expecting. I was expecting some sort of proprietary license.

But they need to keep doing stuff like this. Devcontainers for VS Code is still proprietary and keeps me from running codium.

load more comments (4 replies)
load more comments