Slashdot Mirror


Bitcoin and Blockchain Are Among the Fastest-Growing Skills Online (bloomberg.com)

As cryptocurrencies explode in popularity, employers are clamoring for workers with expertise in the emerging field. From a report: Demand for online freelancers who specialize in blockchain and bitcoin-related work surged last quarter, according to data compiled by Upwork, a website that connects freelancers with employers. The two skills were respectively the second and third fastest-growing skills on Upwork's platform. With the price of bitcoin having surged more than 500 percent this year, companies are rushing in to capitalize on the boom. Other skills in Upwork's list of fastest-growing skills include robotics (No. 1), as well as a cybersecurity specialty called penetration testing (No. 4) and a subfield in artificial intelligence called deep learning (No. 8).

2 of 80 comments (clear)

  1. Fancy accounting. by 0100010001010011 · · Score: 3, Insightful

    In the olden days we called this a 'ledger'. Bitcoin itself, I bought some at $500 for fun, it could crash, it could go to the moon. I've cashed out break even.

    Now the blockchain is where I'm excited for my line of work (embedded automotive/industrial/aerospace). Accountable, recorded, distributed tracking of who signed off on what calibration and when.

    The current crop of tools AVL CRETA and Vector vCDM are traceability abominations. Digging into the underlying system it's just a terrible wrapper on a SQL database. A DB admin could go in and flip the "Violate Diesel Emissions" bit without having to go through the front end.

    When Grandma's self driving car goes through the Farmers Market the NTSB is going to start tracking down exactly when and who made the brake force calibration. I absolutely hope there's a block chain that points out it wasn't my decision to change it but Bob in accounting.

    1. Re:Fancy accounting. by pr0nbot · · Score: 4, Insightful

      I've tried to formulate a rule of thumb for the situations in which blockchain might be the right answer, given that it seems hideously inefficient.

      I think it boils down to:

      * there is a transaction between two parties who don't trust eachother
      * there is no mutually trusted third party who could manage the transaction ledger, or there is but the costs of such a third party exceed the costs of blockchain

      In this case blockchain becomes the third party.

      So for example in countries with strong institutions and rule of law, blockchain wouldn't at first blush make sense for a land registry (because a government agency performs that job) but in countries where there is endemic corruption the blockchain criteria are met.

      I'm still unclear how disputes and corrections to the ledger would be managed in the absence of a trusted third party, though.