But the game is "finished". there is no need for alterations.
If only that was the case. But there is no chance a game built for windows 95 could run unaltered on an android phone. Things like the rendering systems, input handling, and sound output will need to be adapted to work on a new platform.
You could, but there isn't much benefit. The purpose of all that extra information is generally to make the program easier to understand for a human. The computer doesn't need any of it, that's why it's not preserved in compilation. So it is possible to automatically translate assembly to C++, but the resulting program would not be much (if any) easier for a human to understand and work with.
To give a bad analogy, imagine some driving directions: turn left at 9th street, enter the highway at ramp 36, go right when you're past the burger king, etc. These are translated into physical control inputs by the driver to actually take the car to its destination. Now we could look at the driver's physical inputs and turn that back into a written list of instructions: turn the wheel left 70 degrees, turn it right 70 degrees, push the gas for 10 seconds, and so on.
All the street name references are now gone. There are no abstracted instructions like "enter the highway" or even "take the second left." It would be quite difficult for a person to look at these instructions and figure out the trip's destination. Let alone make some alterations to it because there is roadwork along the way and a detour is needed.
Your thought is correct. The basic problem is that higher level languages contain a lot of additional information that is lost in the compilation process.
It's addressed in the article. The brave CEO has stated they will continue to support manifest v2 as long as the needed code remains in Chromium. He made no promises what happens when it is removed, though ("I don't write checks of unknown amount and sign them")
Latterly the machine code came back to haunt us when the decision was made to re-launch the original game on mobile platforms as RollerCoaster Tycoon Classic a few years ago, and it took several years and a small team of programmers to re-write the entire game in C++. It actually took a lot longer to re-write the game in C++ than it took me to write the original machine code version 20 years earlier.
there are some people for whom that taste is very much worth it.
You are correct, but to be clear, it's not so much that tasting this scotch is a life changing experience; it's more that to these people, 27k is just chump change.
GOG is getting a nice little pr moment off of this but you're getting basically the same license, no matter where you buy the game.
The root of evil in digital distribution is the DMCA anti circumvention clause: it is illegal to circumvent a DRM protection to gain access to some copyrighted work, even if you in actuality possess a license to the work. This law gives big platforms far too much power to control how you interact with their products.
It should be legal to modify a work to allow it to be played offline, to make copies for archival purposes, to fix the work to run on newer platforms, etc. As long as you have a license to the work you should be allowed to take steps to ensure your rightful access to it.
By the way, the root beyond roots of evil in digital distribution is the insane length of copyrights themselves. Why are patents 20 years, but copyright extends to 120+? The answer is pure greed.
Technically there is no Hi syllable in Japanese either. There is ひ, which phonologically is neither "Hi" nor "Fi", but somewhere in between. The exact pronunciation varies depending on surrounding sounds, as well as the speaker's regional accent.
So I wouldn't say they really use WiHi. They write WiFi and they say "ワイハイ" which is the closest you can get to WiFi using Japanese sounds. It will kinda sound like WiHi to an English speaker.
Microsoft and the European Commission agreed to an initial period of five years. That ended in 2014, and the measure was not extended mainly for two reasons:
Data showed the selection screen had had essentially no effect on browser market share whatsoever.
This period was basically the height of browser competition, with Chrome, Safari, IE, and Firefox all showing significant market share.
With competition in the browser market seemingly healthy, and the browser ballot not doing much to affect it, it was seen as pointless to keep requiring Microsoft to display it.
The number has some connection to transistor density, in the sense that a lower number means generally higher density. However there is not any physical feature on the chip that is actually 3nm in length.
Telling your tenants what they can and cannot do with their rented property should be some kind of violation of the right to quiet enjoyment of property.
This and the HOA shit is really weird to me. America is all like "we highly value our personal freedom and private property" but then HOA's and landlords come in and want to tell you exactly what you have to do with your yard. What the hell?
Since Skyrim? I'd say their quality has been slowly declining since Morrowind. It wasn't that noticeable at first, since oblivion, fallout 3, and Skyrim were still quite good and fallout 4 was decent. But then fallout 76 was a mess at release, TES blades was shit, and starfield just seems lazy.
I'm not British or anything, but I always thought that in the UK the local pub filled this function? A place to gather socially, eat, drink. I understand most people would go and drink beer there but do they not serve coffee? Tea, at least?
Having played a lot of Dwarf fortress in ascii mode as well as with tilesets, I agree with you. It's not especially difficult to make a successful fortress. However the game is definitely obtuse, even more so with the ascii graphics. Just figuring out what is happening on the screen and which combination of buttons to press to do what you want is quite difficult.
The steam release does some work to remedy the situation though.
It really depends on the sensor tech. The fingerprint reader in my pixel 7 pro is absolute dogshit. I've heard the pixel 9 line improves things though.
https://docs.python.org/3/using/configure.html#cmdoption-disable-gil
The GIL appears to be slowly going away.