Hacker News new | ask | show | jobs
by RangerScience 3355 days ago
AR is a human interface (transparent head mounted display) plus reality capture.

HMD lets humans interface with the world of the computer. Reality capture lets the computer interface with the world of humans.

Reality capture feeds smart contracts; if the AR cameras see you're low on some stock, "the computer" can order more, and direct the people to pick them up. Smart contracts are a reasonable mechanism for doing that.

Block chain is a shared ledger that's suitable for multiple entities tracking anything (say, reality) together, and a communications medium that's good for things that need to be auditable (say, tasks).

2 comments

I agree with all of your points, except the last one. I don't think a shared ledger is required for interacting between multiple entities. We basically want a database that is beyond the control of any corporation - seems to me that a government-controlled database would fit the need.

The associated complexities and limitations with blockchain ledgers are a lot. The nodes must be propped up by large amounts of computing power, which only big companies/groups can provide, not individuals. And it's not as if the government can't be trusted, there are so many stock market indices & financial markets that aren't under anybody's control.

Do block chains necessarily require wasting as much electricity as bitcoin mining?
No. Think of blockchains as formalizing consensus reality. Each block, some "lucky" processing node (miner) somewhere gets to determine what that consensus actually is. The various techniques (proof-of-work, -stake, -etc) more or less make it hard for a bad actor to be that "lucky" node.

BC does this by letting everyone submit answers, but making it really hard (computationally intensive, aka, burn electricity) for your answer to the be the one that's accepted.

PeerCoin (to pick one) does this by making your likelihood of being The One correlate with your investment in the worth of the coin (literally how many of the coins you control). If you're the One, either your answer is accepted, or you're selected to give the answer, and then it's accepted - I'm not sure which.

You can also limit participation in your blockchain in combination with these; for example, a closed (invite-only) bitcoin would still burn electricity, but not nearly as much.