Earlier quoted context omitted.
The article doesn't explain why a public distributed ledger such as the blockchain would make sense. A privately run ledger would probably also solve their problems, be cheaper and it would be a lot more secure against tampering.
which of the mutually untrustworthy parties will operate the ledger? customs agents don't trust shipping companies, shipping companies don't trust their customers, shipping companies might trust most customs agents in western countries but they operate everywhere, and there are, as i understand it, a number of other middle-men involved in the process, who probably aren't trusted much either. i don't see how a private…
Why aren’t distributed systems engineers working on blockchain technology?
141–150 of 204 posts
Re: Why aren’t distributed systems engineers working on blockchain technology?
#142Earlier quoted context omitted.
Cryptocurrencies aren't going away. Which means that if your primary motivation to not work on cryptocurrency is that it wastes energy, then there's a whole lot of room for you to be making it better, and that is a stupid motivation. I'm not saying that they are obligated to work on it because it wastes energy. But the comment I was responding to implied that distributed systems engineers didn't want to work on block…
But the entire point is that it wastes energy. That's why it works. It isn't like a car that can be made more efficient and therefore better. The central premise is that we're going to waste energy to do something that can be done in other ways without wasting energy.
Re: Why aren’t distributed systems engineers working on blockchain technology?
#143Because I have yet to find an actual legitimate use-case for a blockchain. Every task in our modern business world actually requires a central trusted authority. Edit: not to mention that mining is an incredible waste of time and energy that can instead be put to good use.
Good use is subjective, plenty of people are using the blockchain as a speculative asset and willing to pay transaction fees for it.
Re: Why aren’t distributed systems engineers working on blockchain technology?
#144Re: Why aren’t distributed systems engineers working on blockchain technology?
#145Earlier quoted context omitted.
There are solutions to that though, like Proof of Stake. If distributed systems really cared about that, then that's exactly why they ought to be working on blockchains, to make them more efficient.
Just because people care about efficiency doesn't mean they ought to work on something that lacks it.
Re: Why aren’t distributed systems engineers working on blockchain technology?
#146Earlier quoted context omitted.
A few years ago, a substantial amount of money was accidentally wired to my bank account. After about a month, I got a letter from the bank if I agreed on that money being wired back to the sender. I agreed, because I knew the implications. With a technology like bitcoin, where receivers are pseudononymous, that would have never been possible. Noone except for those who wish to remain pseudononymous will ever use bit…
I wonder if there's such a thing as Bitcoin address typosquatting. Especially targeting single bit typos (of busy wallets) to catch single bit errors. I guess, though, vanity wallet addresses are hard to create. Or maybe there's also a checksum that keeps this from working anyway.
Re: Why aren’t distributed systems engineers working on blockchain technology?
#147Re: Why aren’t distributed systems engineers working on blockchain technology?
#148Earlier quoted context omitted.
I wonder if there's such a thing as Bitcoin address typosquatting. Especially targeting single bit typos (of busy wallets) to catch single bit errors. I guess, though, vanity wallet addresses are hard to create. Or maybe there's also a checksum that keeps this from working anyway.
There's a checksum, so your desired typosquatting address may not even be a valid address to begin with (the chance that it is valid is only 1 in 2^32). Even if it is a valid address it would be very very difficult to generate it. The difficulty of doing so would be at least as difficult as preimage attacks on both SHA-256 and RIPEMD-160.
Re: Why aren’t distributed systems engineers working on blockchain technology?
#149Earlier quoted context omitted.
The Ethereum team is serious about proof of stake.
Ethereum has not shown a particularly strong track record when it comes to security, so I think the comment stands until they address that or get replaced by the next hotness.
Re: Why aren’t distributed systems engineers working on blockchain technology?
#150Earlier quoted context omitted.
No that's not illogical, Why would I work to bend something like block chain, that was designed to be inefficent, to my will when I can just start from scratch using projects that were designed to be efficient first? That's very logical, the kind of decision that an engineer that's getting paid the make the best distributed system for the least money would make.
It's not designed to be inefficient. It's designed to solve the distributed consensus problem in an adversarial environment. There are other now proposed mechanisms of doing that (e.g. PoS) that are quite efficient. Working on those would be extremely beneficial to the cause of environmental efficiency.
Name a problem that would best be solved with blockchain.