this post was submitted on 02 Jun 2025
2088 points (99.4% liked)
memes
16890 readers
4443 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads/AI Slop
No advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.
A collection of some classic Lemmy memes for your enjoyment
Sister communities
- !tenforward@lemmy.world : Star Trek memes, chat and shitposts
- !lemmyshitpost@lemmy.world : Lemmy Shitposts, anything and everything goes.
- !linuxmemes@lemmy.world : Linux themed memes
- !comicstrips@lemmy.world : for those who love comic stories.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The sad thing is the concept wasn’t.
Selling NFTs with no physical existence is what is pointlessly stupid.
Before they came along i considered the idea of a blockchain linked video camera where metadata of footage gets written into the chain to combat fake news and misinformation.
The goal would be to create a proof and record of original footage, to which media publishers and people who share can link towards to verify authenticity/author.
If the media later gets manipulated or reframed you would be able to verify this by comparing to the original record.
It was never a finished idea but when i first read nft i thought this is the right direction.
And then capitalism started selling apes and what the actual disgusting money possessed fuck was that.
Wouldn't a code signing be a simpler way to achieve that? The video camera can produce a hash code with each video and you can always run the same hash function against the video file to confirm that it wasn't tampered with.
With your scheme you can't prove the timing of when the hash was made, nor who made the hash. At the very least the camera would have to include something that proves the time in the hash, and then sign the result with a private key that can't be extracted from the camera.
Trusted, cryptographic timestamps exist, and have for some time. NFTs don't add anything new.
Okay good. I thought it would, just didn't know any specifically. I wasn't trying to suggest a public blockchain would be the only solution or even the best of multiple solutions, only that they needed to consider more angles beyond just making a hash.