this post was submitted on 06 Apr 2024
789 points (96.4% liked)

Technology

58143 readers
4500 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 content.
  3. Be excellent to each another!
  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, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

TLDR: StartAllBack, ExplorerPatcher and some other projects are being blocked on 24H2.

One more reason to switch to Linux

you are viewing a single comment's thread
view the rest of the comments
[–] Quadhammer@lemmy.world 1 points 5 months ago (2 children)

How you explained it helped a lot. So it basically is a windows emulator but isn't for legal reasons? Lol

[–] JTskulk@lemmy.world 10 points 5 months ago

Haha no, it's technically not an emulator. Emulation means having a whole fake CPU that runs your software. Wine doesn't do that, instead it makes the windows exe run in Linux and provides an API so the calls your windows program makes run natively.

Tldr emulation is slow, wine makes your programs run natively.

I switched to Linux for gaming a year ago and I have been blown away by how good it is.

[–] 01189998819991197253@infosec.pub 8 points 5 months ago* (last edited 5 months ago)

Not really an emulator, though the end result is similar. WINE translates the instructions sent between the OS and software to languages each other understands. It's like a Babel Fish for Windows programs and the Linux OS.