• Baggie@lemmy.zip
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 hours ago

    I dream of a Nintendo where the artists are free from their work being used as a legal bludgeon against people who enjoy their work. You can’t tell me the people behind tears of the kingdom were happy that their game was basically unable to be run on launch, and having to work within the constraints of a chip from 2018.

  • riquisimo@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    1
    ·
    2 days ago

    I know Nintendo=bad, but also, if their only leg to stand on is “these are distributing our keys” then just don’t include the keys. Plenty of others don’t.

    I feel like all these repos knew their days were numbered because of that that, but they probably didn’t care. It’s easier to get everyone from one place than to look around online for the keys separately. May as well include the keys until Nintendo does something about it.

    • Kairos@lemmy.today
      link
      fedilink
      English
      arrow-up
      11
      arrow-down
      1
      ·
      1 day ago

      They don’t include the keys. Their argument is stretched really thin. They’re saying that because it can use prod.keys that are obtained illegally then the program is legal. They phrase this implying that getting these keys is always illegal, which it’s not.

  • Andaith@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    82
    arrow-down
    1
    ·
    2 days ago

    I didn’t think emulators were copyright infringement since they’re built from scratch. Why isn’t GitHub telling them to get fucked?

    • FireWire400@lemmy.world
      link
      fedilink
      English
      arrow-up
      120
      arrow-down
      2
      ·
      2 days ago

      Why isn’t GitHub Microsoft telling them to get fucked?

      They don’t wanna be sued. Emulators are technically legal but Nintendo likes to abuse every loophole in the book to argue otherwise.

      • bigb@lemmy.world
        link
        fedilink
        English
        arrow-up
        76
        arrow-down
        1
        ·
        edit-2
        2 days ago

        Nintendo eternally sucks but the Yuzu team handed their asses to the lawyers on a silver platter. Taking donations is one thing but a paywall to play the latest big first-party games is legal bait.

        Emulators have been a coding exercise that came with a nice side benefit. Devs were deliberate about separately the work from piracy. Then a group like Tropical Haze makes money on writing an emulator and release a 0-day update that runs Tears of the Kingdom.

        Emulation isn’t a place for entrepreneurs.

        • Bilb!@lemmy.ml
          link
          fedilink
          English
          arrow-up
          6
          ·
          edit-2
          2 days ago

          I don’t think taking money for making an emulator is the problem per se, and it’s unlikely it had anything to do with why Nintendo took action against them. It’s… everything else you mention. The brazen, unquestionable, open piracy, and the publicity of being able to play a game that hadn’t even been released as you say. And the DMCA in the US makes switch emulation itself a more viable legal target, because in this form it circumvents Nintendo’s encryption like the article you link points out. You can sell an NES emulator, no problem.

          • Kairos@lemmy.today
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 day ago

            It… It does not “circumvent” Nintendo’s encryption. It applies a decryption algorithm to an arbitrary file with an arbitrary key

            • Bilb!@lemmy.ml
              link
              fedilink
              English
              arrow-up
              1
              ·
              15 hours ago

              I suppose it’s true decrypting the files is not so much “circumventing” the encryption as it is… decrypting it, but I think for the purpose of the DMCA it’s the process of “circumventing” Nintendo’s attempt to keep unauthorized people from playing these games that it’s referencing. Encrypting those files is a part of their DRM scheme, so they say undoing it without their authorization violates the law. That’s my understanding of their claim, anyway, and part of the basis for their previous DMCA takedown notices to github. I don’t think this specific claim has ever been tested in court.

      • Andaith@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        12
        ·
        2 days ago

        If anyone can afford the lawyers and has an incentive to challenge Nintendo, surely it’s Microsoft……

  • MonkderVierte@lemmy.zip
    link
    fedilink
    English
    arrow-up
    44
    arrow-down
    2
    ·
    2 days ago

    Maybe we could build a distributed Github you can’t just delete with something decentralized and versioning, like Hypercore protocol or IPLD (InterPlanetary Linked Data), Ceramic Network?

    About legality: that’s (japanese) Nintendo using US media laws gone rogue to swipe repos on a US hoster (Github). Maybe don’t use a US hoster next time.
    And yeah, Europe isn’t much better there.

    • NotMyOldRedditName@lemmy.world
      cake
      link
      fedilink
      English
      arrow-up
      2
      ·
      14 hours ago

      It’d be interesting to see something built ontop of things like IPLD or IPFS (which uses IPLD)

      Speed isn’t really a important factor for something like this.

      • furry toaster@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        1
        ·
        14 hours ago

        and also we have a generic term for GitHub like things, they are called forges, in this case (GitHub) it is a forge for git (the underlying SVC powering it) only

      • filcuk@feddit.uk
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        1 day ago

        I am not so sure this situation would be much better on other services. Nintendo could steamroll smaller companies.

        • warm@kbin.earth
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          20 hours ago

          You can host it on servers outside of their jurisdiction or with laws that better protect or prevent companies abuse. Anyone can host git is the point, you dont have to use GitHub.

      • MonkderVierte@lemmy.zip
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 days ago

        Yeah, but it needs a address to point to, to work with others repositories. Which with http is centralized. Wouldn’t be with a distributed protocol.

          • MonkderVierte@lemmy.zip
            link
            fedilink
            English
            arrow-up
            3
            ·
            2 days ago

            I do know that it keeps a local copy of the repo. But it’s not designed to work with a pool, so it needs a specific address to work together/clone/share repos.

            I’m by no means an expert in git, did i overlook something?

            • Anafabula@discuss.tchncs.de
              link
              fedilink
              English
              arrow-up
              8
              ·
              2 days ago

              Technically you can add as many remotes to a repo as you want and push/pull to any/all of them. Might be annoying though

              • mesa@piefed.social
                link
                fedilink
                English
                arrow-up
                2
                ·
                1 day ago

                Its quite common in some industries. Lots of different git remote references no github. It works well when you dont care or dont want piulic repos out in the wild.

                I used to do a ton of contract work that way. It went away forva bit but about 3 years ago its coming back. Ive heard complaits about ai and that github is much less stable.

                You cant have downtime in some industries.

    • mote@lemmy.ca
      link
      fedilink
      English
      arrow-up
      23
      arrow-down
      1
      ·
      2 days ago

      I have not tried/used it (yet?), but the kids are building Radicle for this very purpose. It gets a fair amount of techie coverage (blogs, comments, etc.) but sits in unique space compared to, say, Forgejo (classic self-hosted git).

      • MonkderVierte@lemmy.zip
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 days ago

        Looks interesting, thanks!

        But i thought more, like; since IPFS doesn’t delete data, writes changes separately. If we had that with protocolizing (which IPLD seems to do), we would have something like a decentral git.

    • Fisch@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      18
      ·
      2 days ago

      There are already alternatives to GitHub and I think Forgejo is still working on federation. The most active Yuzu fork (as far as I’m aware) is Eden and that has its own Forgejo instance.

      • MonkderVierte@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        2 days ago

        There’s also a p2p “plugin” to git, but things like that always feel like a workaround to me. The random hacker in India also doesn’t know about it.

        • Fisch@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          3
          ·
          2 days ago

          I don’t really see what that solves tbh. Not having a central source of truth seems like it could cause issues and git is already pretty much decentralized because everyone who’s working on a repo will have a copy on their own device and cam upload that to whatever forge they want. Aside from that, you lose all the features a git forge gives you, especially the ability for people to actually find the repo.

          • MonkderVierte@lemmy.zip
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 days ago

            especially the ability for people to actually find the repo.

            Vs. a random git URL or a centralized repo everyone knows?

            • Fisch@discuss.tchncs.de
              link
              fedilink
              English
              arrow-up
              4
              ·
              2 days ago

              Everything you can find on the internet is a “random URL” in that sense but that URL can be searched on search engines and shared. But I don’t know how that p2p git thing works, so maybe I’m assuming it’s more complicated than it actually is.

  • danielfm123@lemmy.zip
    link
    fedilink
    English
    arrow-up
    21
    arrow-down
    5
    ·
    2 days ago

    If emulators are not illegal, why Microsoft take them down? This should be illegal, the same way information was censored in COVID times.

    I hate big tech.

    • frongt@lemmy.zip
      link
      fedilink
      English
      arrow-up
      24
      arrow-down
      5
      ·
      2 days ago

      It’s not because they’re emulators, it’s because they’re including Nintendo’s cryptographic keys.

      • Kairos@lemmy.today
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        1
        ·
        1 day ago

        Where? Where are they? Point to the file. Oh wait you can’t because they’re not there.

  • LemmyPlaceDN@europe.pub
    link
    fedilink
    English
    arrow-up
    19
    ·
    2 days ago

    Nintendo doesn’t seem to care about all other emulators of their previous consoles nearly as much, hopefully it stays that way

  • Asetru@feddit.org
    link
    fedilink
    English
    arrow-up
    7
    ·
    2 days ago

    Every time I read stories like that I wonder if I should do more stuff with the hyphanet.