this post was submitted on 09 Aug 2023
1469 points (95.3% liked)

Dank Memes

6149 readers
1 users here now

This is the place to be on the interweb when Reddit irreversibly becomes a meme itself and implodes

If you are existing mods from r/dankmemes, you should be mod here too, kindly DM me on either platform

The many rules inherited from

  1. Be nice, don't be not nice
  2. No Bigotry or Bullying
  3. Don't be a dick!
  4. Censor any and all personal information from posts and comments
  5. No spam, outside links, or videos.
  6. No Metabaiting
  7. No brigading
  8. Keep it dank!
  9. Mark NSFW and spoilers appropriately
  10. NO REEEEEEE-POSTS!
  11. No shitposting
  12. Format your meme correctly. No posts where the title is the meme caption!
  13. No agenda posting!
  14. Don't be a critic
  15. Karma threshold? What's that?

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] vrighter@discuss.tchncs.de 2 points 1 year ago (1 children)

I don't care about what happens after the data is written in the blockchain. I care that accurate data goes in in the first place. that part blockchain cannot solve. And if inaccurate data does make it in, I want it corrected. So I'd have to trust someone to make those changes.

besides, what do I do if it gets stolen? prove I own it? I can already do that.

and if you do want that immutability, that's what digital signatures are for. We both sign the same copy of a document with our private keys. Then we both keep a copy of the signed document. There is no need for anyone to have a copy of it, nor do we need anyone else's computing power for us to be able to show it has not been tampered with, since we don't have each other's private key. The blockchain is not needed.

[–] dx1@lemmy.world 0 points 1 year ago* (last edited 1 year ago) (1 children)

I don’t care about what happens after the data is written in the blockchain. I care that accurate data goes in in the first place. that part blockchain cannot solve. And if inaccurate data does make it in, I want it corrected. So I’d have to trust someone to make those changes.

That's unsolvable in general besides through consensus algorithms (which blockchain can facilitate). I'm not really sure what the example here is in the analogy we've been using - an auto manufacturer sells a car to someone that's a different model than they wanted? They could refuse purchase.

Blockchain adds authenticity through proof of when it occurred, which is not available through signature chains.

[–] vrighter@discuss.tchncs.de 1 points 1 year ago (1 children)

are you really suggesting that blockchain invented timestamping????

[–] dx1@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

No. Blockchain provides timestamps via the block height,, which means the signer(s) can't forge them.