HackerTrans
TopNewTrendsCommentsPastAskShowJobs

splendidHaiku

no profile record

Submissions

Show HN: React hook to transition a value

github.com
4 points·by splendidHaiku·il y a 4 ans·0 comments

comments

splendidHaiku
·il y a 3 ans·discuss
But then the metadata, e.g. gps coords, time of the recording, etc. of the recorded video will not match with what is displayed. So it would be an obvious fake.
splendidHaiku
·il y a 3 ans·discuss
Everything will be considered fake unless it is proven authentic.

How do we prove authentic? Same way we prove that a website we visit is authentic. Every recording made will be signed/hashed and be able to validate of the public key of the recording device (every phone will have a key). White House, News Orgs, etc. all will use cameras with public keys so everyone can validate. As soon as only one pixel or frequency changes, it will be invalid/fake.

In the end, all will be even more trustworthy than today (there will be some kind of signed/verification label on every video/audio/media that is original/valid).
splendidHaiku
·il y a 5 ans·discuss
No. "Decentralized" means everybody takes accountability, as opposed to just one corporation. But you have to make use of it - e.g. by using https://nexusmutual.io/.
splendidHaiku
·il y a 5 ans·discuss
The person who lost the 50 million probably insured his money with something like https://nexusmutual.io/. If you invest a large sum, you should always insure it against hacks.
splendidHaiku
·il y a 5 ans·discuss
For me too. Only thing I sometimes struggle with, is figuring out how to place error catches. Wrap each async functions body in a try catch? Or always attach a catch handler to the calling function? But what if I forget to do that? Should the caller or the callee handle the errors or can both?
splendidHaiku
·il y a 5 ans·discuss
Does not always work like that. Did people „want“ cars when there were only horses. Or Facebook when there was just email. Sometimes you build something and only after people realise that they want built thing.
splendidHaiku
·il y a 6 ans·discuss
Overall it had no positive spin - so no. Also there is a difference between "This was nothing to be glad about" and "There was nothing to be glad about".
splendidHaiku
·il y a 6 ans·discuss
I thought about changing my slightly verbose react state updates to immerjs but your lib looks even simpler. I dont think it can be simplified any further, really great, thank you.