This should be illegal, companies should be forced to open-source games (or at least provide the code to people who bought it) if they decide to discontinue it, so people can preserve it on their own.

  • @[email protected]
    link
    fedilink
    English
    710 months ago

    It is literally the other way around.

    There is no way for digital media to degrade, unless it is the physical media.

      • @[email protected]
        link
        fedilink
        English
        810 months ago

        experiments where YouTubers downloaded and reuploaded their own video 100 times, it very quickly degrades

        That just means Youtube’s software uses lossy compression, that is a Youtube problem, not a digital media problem. Are you familiar with the concept of file hashing? A short string can be derived from a file, such that if any bit of the file is altered, it will produce a different hash. This can be used in combination with other methods to ensure perfect data consistency; for example a file torrent that remains well seeded won’t degrade, because the hash is checked by the software, so if anyone’s copy changes at all due to physical degradation of a harddrive or whatever other reason, the error will be recognized and routed around. If you don’t want to rely on other people to preserve something, there is always RAID, a 50 year old technology that also avoids data changing or being lost assuming that you maintain your hardware and replace disks as they break.

        Here’s the fundamental reason you’re wrong about this: computers are capable of accounting for every bit, conclusively determining if even one of them has changed, and restoring from redundant backup. If someone wants to perfectly preserve a digital file and has the necessary resources and knowledge, they can easily do so. No offense but what you are saying is ignorant of a basic property of how computers work and what they are capable of.

          • @[email protected]
            link
            fedilink
            English
            110 months ago

            Computers might be able to account for every bit with the use of parity files and backups with frequent parity checks

            Yes, and this can be done through mostly automatic or distributed processes.

            even the most complex system of data storage can fail or degrade eventually.

            I wouldn’t describe it as complex, just the bare minimum of what is required to actually preserve data with no loss. All physical mediums may degrade through physical processes, but redundant systems can do better.

            but the fact is most people aren’t running a server with 4 separately powered and monitored drives as their home computer

            It isn’t hard to seed a torrent. If a group of people want to preserve a file, they can do it this way, perfectly, forever, so long as there remain people willing to devote space and bandwidth.

            We live in a world of problems, like the YouTube problem, compression problems, encoding problems, etc. We do because we chose efficiency and ease of use over permanency.

            All of these problems boil down to intent. Do people intend to preserve a file, do they not care, do they actively favor degradation? In the case of the OP game, it seems that the latter must be the case. Same with Youtube, same with all those media companies removing shows and movies entirely from all public availability, same with a lot of companies. If someone wants to preserve something, they choose the correct algorithms, simple as that. There isn’t necessarily much of a tradeoff for efficiency and ease of use in doing so, disk space is cheap, bandwidth is cheap, the technology is mature and not complicated to use. Long term physical storage can be a part of that, but it isn’t a replacement for intent or process.

              • @[email protected]
                link
                fedilink
                English
                110 months ago

                I am saying the most complex system will fail.

                And I am saying complexity has little to do with it and also that a system can exist that will not fail.

                it’s not going to last for a thousand years

                Specifically why not? What is unrealistic about this scenario, assuming enough people care to continue with the preservation effort? All nodes must fail simultaneously for any data to be lost. The probability of any given node failing at any given time is a finite probability, independent event. The probability of N nodes failing simultaneously is P^N. That is exponential scaling. Very quickly you reach astronomically low probabilities, 1000 years is nothing and could be safely accomplished with a relatively low number of peers. Maybe there are external factors that would make that less realistic, like whether new generations will even care about preserving the data, but considering only the system itself it is entirely realistic.

      • @[email protected]
        link
        fedilink
        English
        610 months ago

        The best visual example I can think of are experiments where YouTubers downloaded and reuploaded their own video 100 times

        This has nothing to do with copying a file. YouTube re-encodes videos whenever they are uploaded.

        A file DOES NOT DEGRADE when it is copied. That is something that happened to VHS and cassette tapes. It does not happen to digital files. You can even verify this by generating a hash of a file, copy it 10,000 times, and generate a new hash and they would be 100% identical.

          • @[email protected]
            link
            fedilink
            English
            0
            edit-2
            9 months ago

            No I won’t be, because I’ve done this before for various reasons, but not a single but was changed.

            Let me put it this way. A computer stores programs and instructions it needs to run in files on a drive. These files contain exact and precise instructions for various components to operate. If even a SINGLE bit is off in just a couple of the OS files, your computer will start throwing constant errors if not just crashing entirely.

            And this isn’t just theory. It’s provable. Cosmic rays have been known to sometimes hit a drive and cause a bit-flip. Or another issue is a drive not being powered on for a long time causing bit-rot

            At this point I’m starting to think you’re a troll. There’s no way someone believes what you’re saying.

            Edit: autocorrect

              • @[email protected]
                link
                fedilink
                English
                09 months ago

                Then you’re not a troll, just completely deluded and frankly stupid. You’ve been getting so many genuine responses trying to help you learn, but you keep digging in your heels and doubling down on being confidently wrong.

                Believe whatever you want, just keep it to yourself.

                  • @[email protected]
                    link
                    fedilink
                    English
                    09 months ago

                    What you’re talking about is 100% unrelated to what the discussion is about. The media the files are stored on are irrelevant. USB flash drives are known to die within just a couple of years in some cases. But when the storage media itself fails, then the data on it is more is less lost. And that includes degradation of the medium itself. That’s why both spinning hard drives and solid state drives need to be powered on and “refreshed” every so often (about a year for solid state and roughly a few years for magnetic). And degradation in this context means beyond the point where each bit can be reliably and accurately read from the medium. Once you go past that point you end up with corrupted data. And that includes pictures and videos. A raw picture probably won’t be affected too much with a single bit flipping, but a jpg for example, will visibly look corrupted. This is what a corrupted jpg looks like. And it can occure with just a single bite or byte being incorrectly changed/saved jpg1 jpg2

                    And here’s an example of corrupted video: https://www.youtube.com/watch?v=i-bz21deEeY

                    All it takes is a single corrupted byte in either the b-frame or i-frame in a video and it will cause that momentary glitch. That’s what happens when data “degrades”. Digitally copying a file absolutely does not “degrade” data each time it is copied. The idea is just laughable. We aren’t talking about copying a VHS tape.

      • @[email protected]
        link
        fedilink
        English
        410 months ago

        You’re referring to a video codec degrading as it keeps rendering the video again, not just copying and pasting the bits. There is no degradation from copying and pasting a file as-is.