this post was submitted on 06 Nov 2023
713 points (96.8% liked)

Technology

59398 readers
2914 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Who’d have thought BoredApe NFTs would be such an actual eyesore?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 1 year ago (11 children)

The thing about the jpg ones is that the jpgs can't be stored in the blockchain, so what is actually stored is a URL to some server (and that URL endpoint could be redirected elsewhere, the server could go offline, etc).

The other major use case I see touted is "own your game objects and bring your objects to different games" but 1) why would a company spend resources supporting an object they did not sell you and 2) could this not be handled more simply on e.g. Steam? (yes, locked into a service, but that's just the way the industry is and I don't see why it's worth the time and effort for them to change that)

I do see how potentially a blockchain that stored actual data, e.g. some JSON, could be of more use. However, I struggle to find cases where just a regular database wouldn't be more practical. I guess it would be limited to cases where auditability and visibility of changes are topmost concerns, and where it's important that anyone can have a local backup copy at any time.

If you have some examples of where this technology could be one of the best solutions, I'd love to hear them. The blockchain does fascinate me but I feel like it's often a solution in search of a problem rather than the other way around.

[–] [email protected] 2 points 1 year ago (3 children)

Blockchains can absolutely store a jpeg. There's no data size or format limit on an entry.

They chose not to store it.

[–] [email protected] 7 points 1 year ago (2 children)

Oh, fascinating! I wonder if it's more concerns about the size of the blockchain itself then. I had assumed, clearly incorrectly, that it was a platform limitation itself. This makes the ways NFTs have been implemented even dumber. 🙃

[–] [email protected] 8 points 1 year ago

It's just impractical and expensive to store more than a Textstring in a Blockchain, because everytime the Blockchain is updated with new data, you have to send a copy to all the other databases that share this Blockchain. This will get very resource heavy I'd you get 100000 10MB files each day and must keep them in sync with 200 other databases, who also received a similar amount of data from different users.

load more comments (1 replies)
load more comments (1 replies)
load more comments (8 replies)