Earlier quoted context omitted.
You can still run x86 binaries on new macbooks. They don't stop working entirely. Using wine I can even run x86 windows binaries.
They announced Rosetta 2 will be deprecated and eventually removed (MacOS 28?) By that point they already hit the developers enough to get them to port to aarch64 (arguably though this could be a special case because it is due to architectural transition)
Wine 11 rewrites how Linux runs Windows games at kernel with massive speed gains
331–340 of 512 posts
Re: Wine 11 rewrites how Linux runs Windows games at kernel with massive speed gains
#332Wine is a project that I've grown a near-infinite level of respect for. I don't know for sure, but I suspect that a lot of the work for Wine is boring and thankless. Digging through and trying to get exact parity with both the documented and undocumented behavior of Windows for the past 30 years doesn't sound fun, but it's finding every little weird edge case that makes Wine a viable product. The fact that Wine runs…
It is a superb project, and a hard thing to do. It is a pity that the apps most business people use everyday, like Word and Excel and Outlook don't work in it (Excel 2010 is the last version that has Platinum status). It is interesting that these are harder to get working than games.
Re: Wine 11 rewrites how Linux runs Windows games at kernel with massive speed gains
#333Earlier quoted context omitted.
WaitForMultipleObjects is fascinating behind the scenes. A single thread can wait on up to 64 independent events, which is done by plumbing the KTHREAD data structure with literally 64 slots for dispatcher header stuff, plus all the supporting Ke/dispatcher logic in the kernel. There’s never been a POSIX equivalent to this. It requires sophisticated kernel support and the exact same parity can’t be achieved in user s…
Yeah I was wondering if some native Linux apps might want to use it, since it is clearly useful and hard to emulate.
Re: Wine 11 rewrites how Linux runs Windows games at kernel with massive speed gains
#334Earlier quoted context omitted.
Paying for a game that inserts rootkits into your kernel feels like paying money to get molested. no thanks.
Hate to be the one saying this, but that rootkit is there to prevent you from molesting/cheating other players. So its not an one-sided issue. It is unfortunate that the developers found no other way of fighting cheats, sure. And by all means, if a game community is so toxic that it has to be policed by extreme measures, it is perhaps indeed better to avoid playing such a game altogether.
Re: Wine 11 rewrites how Linux runs Windows games at kernel with massive speed gains
#335This is great. Not to sound snarky, but now please get it to run Microsoft Office. I'd argue that this is the last barrier to many, many people being able to use Linux full-time for business purposes.
Re: Wine 11 rewrites how Linux runs Windows games at kernel with massive speed gains
#336Earlier quoted context omitted.
What's wrong with the Nvidia drivers for Linux?
They're garbage. They're bad enough that If you have an Nvidia GPU, it's borderline impractical to game on Linux. You can, but you'll be cutting framerates in half or more in many cases.
Re: Wine 11 rewrites how Linux runs Windows games at kernel with massive speed gains
#337Earlier quoted context omitted.
I wouldn't be surprised if Wine eventually becomes more stable than Windows.
Windows 14 will just be a linux distro with wine acting as backwards compatibility.
WSL is already there for the folks that want to play with Linux.
Re: Wine 11 rewrites how Linux runs Windows games at kernel with massive speed gains
#338This is great. Not to sound snarky, but now please get it to run Microsoft Office. I'd argue that this is the last barrier to many, many people being able to use Linux full-time for business purposes.
[0] https://blog.thunderbird.net/2025/11/thunderbird-adds-native...
[1] https://github.com/IsmaelMartinez/teams-for-linux
[2] https://github.com/abraunegg/onedrive + https://github.com/bpozdena/OneDriveGUI
[3] Store the SP cookie via konqueror visiting the SP site, then open it in dolphin via "webdavs://CORP.sharepoint.com/sites/SITE/Shared Documents/" (sometimes the cookie is very short-lived)