flowctrl | 8 years ago | on: Blockchains: How They Work and Why They’ll Change the World
flowctrl's comments
flowctrl | 8 years ago | on: Blockchains: How They Work and Why They’ll Change the World
- Proof of Work isn't the only consensus algorithm, there are ones with lower computational costs, such as Proof of Stake
- See IPFS, and there are other distributed storage solutions
- One can add new ledger entries that refer to previous ones, to correct them
Aside from transparency (and note that privacy is also an option on some blockchains), the main benefit is that smart contracts can eliminate the need for 3rd parties, but still provide trustworthy transaction settlements. Third parties such as the Uber organization, or a bank. The tasks they perform can be provided automatically via programmable transaction handling on the blockchain (smart contracts). Another benefit of distributed software is that it is more resilient (in theory - the global architectures are still being developed), no central point of failure or high-value target for attack.
flowctrl | 8 years ago | on: China orders Bitcoin exchanges in capital city to close
How could a clever Chinese citizen avoid government scrutiny of their cryptocurrency finances under these conditions? They could trade Yuan (cash) for BTC through an underground mechanism of some sort. The vast majority will already be on the record at the soon to be defunct exchanges.
flowctrl | 8 years ago | on: The Terrifying Power of Internet Censors
Cloudflare, ISPs, and other companies or non-governmental entities should not be obligated to enable or allow hate speech via the services that they provide. Haters should have to bear the full cost and social consequences of propagating their message.
flowctrl | 8 years ago | on: Ask HN: Freelancer? Seeking freelancer? (July 2017)
Open to remote Ruby on Rails development work with awesome people, making software that helps to make the world a better place. Based out of the Canadian Rockies (Banff, AB -0600). I've been working with Rails for about 5 years, and have 10+ years of PHP and Sysadmin/DevOps experience. I've done mostly backend work with Rails, with a dash of CoffeeScript and Bootstrap on the front-end, but I'm keen to learn the major JS frameworks and build up my front-end skills.
* https://stackoverflow.com/story/brentkearney
* https://ca.linkedin.com/in/brentkearney
* https://github.com/brentkearney
In my spare time, I'm into mountain biking, trail running, skiing, traveling, and creative/art projects.
flowctrl | 10 years ago | on: Tell HN: Now is the perfect time to roll out a new freelance platform
flowctrl | 10 years ago | on: Reality doesn’t exist until it is measured, quantum experiment finds
http://theness.com/neurologicablog/index.php/more-quantum-we...
flowctrl | 13 years ago | on: How Hacker News Completely Changed My Life
* BitShares and Steemit both use it, and I believe the forthcoming EOS network will as well. See https://bitshares.org/technology/delegated-proof-of-stake-co...
* Ethereum has successfully tested a new hybrid PoW/PoS system and is rolling it out on the main network soon. Links in this article: https://www.coindesk.com/ethereums-big-switch-the-new-roadma...
* PoS was just an example - there are a range of consensus algorithms that are not proof of work, which was the very first one. Ripple is a "real world" blockchain that does not use proof of work: https://ripple.com/build/xrp-ledger-consensus-process/
* Here's a few other consensus algorithms: https://www.coindesk.com/short-guide-blockchain-consensus-pr...
> because if you make a single mistake in the code and lose all your money, there will be - by design - literally no one to help you.
Actually there are, by design, roll-back mechanisms that can be deployed if the majority of the network agrees to carry it out. I believe the current controversy in the Bitcoin network is partially over the removal of such a mechanism. Various other blockchains and blockchain-like networks have correction mechanisms. Also note, its not always about storing money - thats just one use.