this post was submitted on 26 Jul 2026
1391 points (99.2% liked)
linuxmemes
32223 readers
1759 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry of any kind will not be tolerated. This is an LGBTQ+-friendly community -- if that is a problem for you, you should leave.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudoin Windows. - No porn, no politics, no trolling or ragebaiting.
- Don't come looking for advice, this is not the right community.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves / tolerates / hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think it was that the XP source was leaked. There was a huge deal because those who saw it were highly discouraged from contributing to wine.
ReactOS also.
Can you expand on that a little?
The potential for copyright infringement (or at least the appearance of copyright infringement) would be too high. Better to keep a "clean room" approach in the wine project to avoid attracting Microsoft's ire.
Ah, that definitely makes sense. Thanks!
WINE is a compatibility layer (famously, WINE Is Not an Emulator) for Windows APIs on posix OSes; most notably this allows you to run Windows applications on Linux.
Microsoft would truly love to beat WINE to death with a legal sledgehammer but so far they do not have the legal ground, as WINE is developed based on public knowledge and Microsoft famously keeps their source code closed.
If you saw the Windows source code, and then you contributed to WINE, it is possible Microsoft could make the legal argument that WINE was using stolen trade secrets, even if the verbatim source code was added to the WINE codebase.
Whether or not that would have worked for Microsoft is up in the air; but the WINE project didnβt want to find out the hard way.
Gotcha. Thank you.
The source code for windows has always been fairly widely available among industrial actors (provided suitable NDAs were signed). So, nothing exceptional there.