Earlier quoted context omitted.
No, we don't. That's why it's slow and expensive to trade across borders, especially if the counterparties have never done business before. It's an arduous process of proving creditworthiness through letters of credit. You often see document fraud where someone can tamper with a letter of credit, which is hard to detect.
Well, I'd rather provide a letter than put all my transactions in public eye.
Microsoft is shutting down its Azure Blockchain Service
171–180 of 260 posts
Re: Microsoft is shutting down its Azure Blockchain Service
#172Earlier quoted context omitted.
Sometimes it's the government's idea in the first place. I work at a contracting company, and one of our government customers said they wanted a service that utilized blockchain technology. They didn't know what a blockchain was, or care what the blockchain powered service was, they just wanted to sound like they were responsible for acquiring cutting edge technology. Luckily that was shortly before NIST put out thei…
Link to the said paper, please?
https://nvlpubs.nist.gov/nistpubs/ir/2018/NIST.IR.8202.pdf
Brief quote from the conclusions:
> The use of blockchain technology is still in its early stages, but it is built on widely understood and sound cryptographic principles. Currently, there is a lot of hype around the technology, and many proposed uses for it. Moving forward, it is likely that the hype will die down, and blockchain technology will become just another tool that can be used.
Then there is a fairly large paragraph about limitations and choosing the right tool for the job rather than just trying to shoehorn blockchain in for its own sake.
Re: Microsoft is shutting down its Azure Blockchain Service
#173Earlier quoted context omitted.
Blockchains are an irrevocable proof of record (immutability with cryptographic proof) unlike traditional databases that need to be audited to capture all updates. Amazon QLDB, though private but not a Blockchain, could be used as one: For ex, creating and maintaining customer wallets (per customer coupons and discounts specific to your service). Public blockchains could be used for accounting transparency, for examp…
But how can a blockchain be actually and meaningfully "public" without proof of work and distributed mining establishing majority based consensus on what _is_. If you just store the equivalent of a blockchain somewhere then I don't see what benefit it provides over a database controlled by a consortium. It's all bullshit.
Re: Microsoft is shutting down its Azure Blockchain Service
#174Earlier quoted context omitted.
Even if you think the Blockchain itself is valuable, the "proof of work" is almost entirely wasted in the end. Some trillions of hash computations are thrown away for each one that is used.
Even as a blockchain non-fan, those computations are necessary to produce the desirable thing, and the same could be said for protein folding. There are a lot of great and devastating criticisms of blockchains, but the environmental concern is more of a proxy or even dogwhistle for a general political objection to cryptocurrencies - even reasonable objections in the context of their worldview. Greenwashing those obje…
Re: Microsoft is shutting down its Azure Blockchain Service
#175Earlier quoted context omitted.
Here are a couple. Identity. Once you log into a website a MetaMask address, a lot of things begin to come into focus. Create as many as you want, move contents around, etc. It's a lot more empowered than google/fb oauth feudalism. Physical and intellectual property registries. Could be far more efficient, accurate, and resilient to bad actors.
Physical property registries: if you guess my password (or extort it from me with a crowbar) you get to keep my house.
Re: Microsoft is shutting down its Azure Blockchain Service
#176Similar to how "god of the gaps" arguments work, there's a "god of complexity" phenomenon in tech, where people will project infinite possibilities onto technology they don't understand. Blockchain is a brilliant solution to an extremely rare problem. It lets you do distributed consensus among untrusted nodes in a setting where contributing compute power is economically incentivized (e.g. where there's mining). That…
Re: Microsoft is shutting down its Azure Blockchain Service
#177Earlier quoted context omitted.
No, we don't. That's why it's slow and expensive to trade across borders, especially if the counterparties have never done business before. It's an arduous process of proving creditworthiness through letters of credit. You often see document fraud where someone can tamper with a letter of credit, which is hard to detect.
> That's why it's slow and expensive to trade across borders, ... document fraud Would you say that blockchains make this faster, cheaper and less prone to fraud?
[1] https://www.reuters.com/article/us-banks-barclays-blockchain...
Re: Microsoft is shutting down its Azure Blockchain Service
#178Earlier quoted context omitted.
Git is used almost exclusively in a centralized fashion. The use patterns really aren't all that different from SVN, even if having a local copy is kinda nice. But, like you said, having a local copy isn't really the same thing as decentralized. "master" is still a thing. More importantly, the next big shift in version control technology is/will be back toward centralization . You already see this with eg Google Docs…
Git is very much used in a distributed fashion. Eg, on github. Right now, I'm working on one of the forks of a dead commercial project. Our fork in turn has 61 forks right now, some of which may diverge further and have multiple people working on them, which at some point may or not contribute things upstream.
Re: Microsoft is shutting down its Azure Blockchain Service
#179This doesn't seem like a good PR move for Azure in terms of enterprise sales. One of the big selling points of AWS is that they support everything pretty much forever. Azure has now made it clear that they can and will shutdown services with relatively short notice.
I am sure they thought about the "PR" consequences of shutting this service down. My guess is the number of users are comparatively so low that it doesn't really matter. I doubt any of their major enterprise customers were using it.
Re: Microsoft is shutting down its Azure Blockchain Service
#180Earlier quoted context omitted.
Git is used almost exclusively in a centralized fashion. The use patterns really aren't all that different from SVN, even if having a local copy is kinda nice. But, like you said, having a local copy isn't really the same thing as decentralized. "master" is still a thing. More importantly, the next big shift in version control technology is/will be back toward centralization . You already see this with eg Google Docs…
Git is very much used in a distributed fashion. Eg, on github. Right now, I'm working on one of the forks of a dead commercial project. Our fork in turn has 61 forks right now, some of which may diverge further and have multiple people working on them, which at some point may or not contribute things upstream.
In addition to what they said, I'll also point out something else that's perhaps even more important -- you just measured "number of forks" in terms of the number of forks on github (as opposed to eg the number of people who have git cloned the repo).