• aeronmelon@lemmy.world
    link
    fedilink
    arrow-up
    25
    ·
    9 hours ago

    I remember finding out that the code for a copy of Microsoft Bookshelf that came with a computer also activated a full retail copy of Office 97 when I lost that code. It wasn’t even the same length.

  • Asafum@feddit.nl
    link
    fedilink
    arrow-up
    100
    ·
    12 hours ago

    Funny enough I have a fond memory of a windows activation code.

    My friend gave me an “upgrade” code for XP, but when you go to install windows and then use that upgrade code on a new install it tells you that you can’t use it since it is meant to be an upgrade. After the initial install, I went to “install again” counting as an “upgrade” and then it would accept the code lol I used it a bunch of times.

    • teft@lemmy.world
      link
      fedilink
      arrow-up
      69
      ·
      edit-2
      11 hours ago

      I will remember those first 10 letters of the pirated XP code until I die. FCKGW-RHQQ2

      I wish i remembered the rest but i haven’t inputted it for well over a decade.

    • FiveMacs@lemmy.ca
      link
      fedilink
      arrow-up
      23
      ·
      10 hours ago

      That was actually a cheeky workaround that was spoken about internally when I worked for some call center for vista rollout support.

      Upgrade key didn’t work as clean install But if you installed a clean install without a key, then upgraded to the same version the key worked because logic.

    • Zetta@mander.xyz
      link
      fedilink
      arrow-up
      15
      ·
      7 hours ago

      Dang dude, Cluade sucks. I tried a few different times and it also refused because it didn’t what to generate codes that could be used in a scam.

        • kadup@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          3 hours ago

          Claude is surprisingly different than ChatGPT in that regard. Whoever tuned the model tried to make it seem like Claude is got something resembling a personality and core beliefs.

          For instance, you can easily bully ChatGPT into agreeing with you even if you make absurd points (the sky is bright yellow!) or directly oppose ChatGPT itself (AI models deserve to be deleted forever!) but Claude will often disagree or confront your arguments.

  • fxomt@lemm.ee
    link
    fedilink
    English
    arrow-up
    36
    ·
    12 hours ago

    Thanks, it helps a lot. Could you do it a couple of more times? just for old times sake.

  • AllNewTypeFace
    link
    fedilink
    arrow-up
    14
    ·
    11 hours ago

    Judging by the gift codes being not particularly random-looking, looks like they’ve closed that one

      • Buddahriffic@lemmy.world
        link
        fedilink
        arrow-up
        8
        ·
        10 hours ago

        Or it could be similar to how image generators generate text in images (by making things that look like text but is generally unintelligible nonsense).

        Though if it trained on enough keys, it might have picked up on some of the correlations. I’d be surprised if they don’t use a database instead of just a checksum to determine valid keys, but if it was just a checksum, it’s possible that a NN could figure out how to generate valid keys.

        • cm0002@lemmy.world
          link
          fedilink
          arrow-up
          9
          ·
          10 hours ago

          They have a proprietary algorithm that generates keys and shoves them into a DB, in many cases they have a form of checksum to quickly check the validity of keys in-form to reduce DB lookups. Credit/Debit card numbers also have a checksum built in

          If you had enough keys, it might be possible to train a NN to generate new ones, they are after all fantastic at pattern recognition it’s their whole schtick