• 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle




  • xthexder@l.sw0.comtoLinux@lemmy.mlSquare Enix invests in Linux distribution
    link
    fedilink
    arrow-up
    23
    arrow-down
    1
    ·
    edit-2
    15 days ago

    In theory it makes it possible for other games to use the same items to make stuff in their games (I doubt this in practice)

    I’ve heard this before, but there’s literally nothing preventing games from setting up some shared items on their own without NFTs. Nobody does it because companies want to keep their IP, and worrying about external items would be a nightmare to balance.

    NFTs solve like 1% of the problem of sharing items. So much more goes into making them actually work. For example: NFT id 5551337 is owned by the player: now what? How do you figure out what 3d model to render? What actions can you perform? How does it integrate with other systems? All of that is going to have to be custom for every game involved on a per-item basis.


  • I’m not disagreeing with you. I’m just stating that a broken unplayable game objectively has no value. The publisher has forced that value to 0 if they turn off their servers without support, regardless of if there was any value there before or not.

    Edit: I realize we might be talking about different things when saying “stop supporting”. I meant that to mean when the servers are turned off, not when they stop releasing updates or delist it from stores.











  • This graph actually shows a little more about what’s happening with the randomness or “temperature” of the LLM.
    It’s actually predicting the probability of every word (token) it knows of coming next, all at once.
    The temperature then says how random it should be when picking from that list of probable next words. A temperature of 0 means it always picks the most likely next word, which in this case ends up being 42.
    As the temperature increases, it gets more random (but you can see it still isn’t a perfect random distribution with a higher temperature value)