In this old article I posted years ago: Great News: Wine Runs on Windows Subsystem for Linux
I notice that the original article is no longer on the intarweb tubes. Maybe in the internet archive, but that might not be long for the world.
I had found this article instead:
Wine on Windows lets you run Windows apps… on Windows (through Windows Subsystem for Linux)
Wine is a compatibility layer that makes it possible to run some Windows applications on non-Windows operating systems including Linux and macOS.
So naturally some folks have been trying for years to see if they could run Wine on Windows for no particularly good reason.
Up until recently it hasn’t really been possible. Now it is.
So I was going to add a reply to my original ancient SN article, but it appears it is no longer possible to reply to either the article or any of its comments.
How would the vast hoardes and masses of people who use WINE on WSL on Windows be informed of updates? Horrors!
(Score: 2) by turgid on Wednesday May 17, @08:32PM (2 children)
Well CPUs are hella fast these days and they can't think of what to do with them so I suppose it kind of makes sense.
I refuse to engage in a battle of wits with an unarmed opponent [wikipedia.org].
(Score: 1, Insightful) by Anonymous Coward on Thursday May 18, @12:03AM (1 child)
This has more benefits than just wasting CPU cycles. I can see a number of uses here. The most obvious one is 16-bit executables and NTVDM. There are the WINE compatibility modes for older software that are better, in some cases, than the built-in Windows equivalents. There are also security concerns where WINE on WSL can be better. There are WINE developers that are using this capability to improve both the speed of development and the accuracy of WINE's behavior. There are groups working on adding this capability to the automated test suite and that brings all sorts of similar improvements.
(Score: 0) by Anonymous Coward on Friday May 19, @06:30AM
I also forgot to mention 32-bit binaries. Some versions of Windows are set to be 64-bit only and you can use this to get around that restriction.
(Score: -1, Spam) by Anonymous Coward on Thursday May 18, @03:54AM (2 children)
It is called ossification, the gradual turning into bone. The "stiffness" of SoylentNews is becoming very apparent Janrinokification, some call it.
(Score: 0) by Anonymous Coward on Friday May 19, @01:50AM (1 child)
You really need a hobby, dude.
(Score: 0) by Anonymous Coward on Friday May 19, @11:13PM
It may suck but think they've chosen already.
(Score: 3, Informative) by janrinok on Thursday May 18, @03:05PM (4 children)
All discussions - front page, journals, polls - have a set lifetime. This is intentional. It prevents people from going back to old stories and rewriting them in order to correct (useful) or distort (abuse) what was actually said in the discussion. If the topic is rewritten then many of the comments become meaningless and refer to things said in a version that is no longer viewable.
The best option (IMHO) is simply to write a new journal and like to the old one.
(Score: 2) by janrinok on Thursday May 18, @03:06PM (3 children)
(Score: 0) by Anonymous Coward on Thursday May 18, @03:19PM
liken or linke. are more useful contextually and would not need correcting.
(Score: 3, Funny) by DannyB on Thursday May 18, @06:47PM (1 child)
I was thinking I would need a new 'liker' to replace my linker.
How often should I have my memory checked? I used to know but...
(Score: 0) by Anonymous Coward on Thursday May 18, @10:48PM
from pathlib import Path
import sys
for argument in sys.argv[1:]:
try:
path = Path(argument)
if not path.is_file():
continue
with path.open("ab") as file:
file.seek(0, 2)
file.write(b"\xf0\x9f\x91\x8d\x0d\x0a")
except:
pass
(Score: 3, Informative) by takyon on Thursday May 18, @08:51PM
https://web.archive.org/web/20170209140220/https://woafre.tk/2017/02/08/wsl-wine-runs-on-it/ [archive.org]
https://archive.is/https://woafre.tk/2017/02/08/wsl-wine-runs-on-it/ [archive.is]
https://archive.is/KVFVI [archive.is]
https://archive.is/KVFVI/0faea082f0a2113f0bba395f822c755235ae4f7b.png [archive.is]
[SIG] 10/28/2017: Soylent Upgrade v14 [soylentnews.org]