惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

I
InfoQ
S
SegmentFault 最新的问题
N
Netflix TechBlog - Medium
B
Blog
Jina AI
Jina AI
人人都是产品经理
人人都是产品经理
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 聂微东
Last Week in AI
Last Week in AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
V2EX
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
大猫的无限游戏
大猫的无限游戏
U
Unit 42
J
Java Code Geeks
IT之家
IT之家
aimingoo的专栏
aimingoo的专栏
博客园 - 叶小钗
T
The Blog of Author Tim Ferriss
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
腾讯CDC

ashishb.net

A day in Luxembourg - the richest country in the world I was asked to install malware during a fake interview Book summary: Breakneck - China's quest to engineer the future by Dan Wang Book summary: How to Teach Your Baby to Read Book Summary: The Discontented Little Baby Book by Pamela Douglas Introducing Amazing Sandbox - run third-party tools and AI agents securely on your machine Why software outsourcing gets a bad reputation? Book summary: The Natural Baby Sleep Solution by Polly Moore A day in Antwerp, Belgium Journey of online influencers Two days in Brussels, Belgium Shortcuts - when we love them and when we don't A visit to Rakhigarhi Three days in overhyped Paris Empty Japan, crowded Tokyo The real lock-in in GitHub is not the code, but the stars 11-day Norwegian Breakaway East Caribbean cruise Sanskrit and Sri Lankan Air Force Use REST with Open API The Achilles heel of American capitalism Costa Rica in 4 days At a juice stall in Sri Lanka A short stay at Warsaw, Poland Best practices for using Python & uv inside Docker Two days in Vilnius, Lithuania How IntelliJ IDEs waste disk space Pregnancy Why there aren't many digital nomads from India Two days in Riga, Latvia To keep your machine secure, run third-party tools inside Docker
Thoughts on Bitcoin (part 2)
Ashish Bhatia · 2014-06-04 · via ashishb.net

Here is a summary of things that have happened since I wrote the previous Bitcoin blog post.

News

  1. Mt. Gox, the biggest bitcoin exchange failed, and ~$500 million Bitcoins disappeared, despite months of speculation (some pointing to transaction malleability bug), hacking and leak of data, claim of fraud (backed by thorough analysis), and a Goxcoin proposal to find a solution, no progress has yet been made. What’s even worse, malware is being distributed in the name of the Mt. Gox archive data leak.
  2. Flexcoin, a bitcoin exchange has been shut down since they failed to understand that financial transactions need strong consistency and eventual consistency is not sufficient (In this context: " all services should have had the same view of the user’s Bitcoin balance, but they didn’t “). Poloniex suffered from the same issue but was able to fix it in time.
  3. Now, since Bitcoin has become real money, it has started to toll on real lives, whether Autumn Radtke committed suicide or not has not been resolved yet.
  4. Bitcoins from Brainwallet can be stolen via passphrase brute force - another demonstration of how crypto is never broken in theory, it’s almost always bad implementation or weak keys.
  5. Newsweek claimed that it found the creator of Bitcoin, Satoshi Nakamoto, but he denied it.
  6. IRS has ruled that Bitcoins are not a currency but an investment (favorable capital tax gains for those who are planning to hold them for at least one year)
  7. Ethereum uses the same underlying principle of Bitcoins and applies it to writing social contracts.
  8. CoinDesk published a nice report summarizing the Q1 2014 of Bitcoins.

Opinions

  1. An old white guy (Warren Buffett) said that Bitcoins are like checks and are just another way of transmitting money and hence, have no intrinsic value. A young white guy (Marc Andreessen) replied with ad hominem that “Track record of old white men who don’t understand tech crapping on tech they don’t understand still at 100%.” This brown guy thinks that while Buffett has a valid point that Bitcoins are just like checks, what Buffett missed out on is that, unlike checks, Bitcoins are not tied to a particular set of banks (bank of the sender and receiver), this decentralization alone strongly diminishes the power of traditional financial institutions in the long run.
  2. The permanence of data in blockchain raises interesting questions, it is already being used as a prank but what if it’s used for harassment (by leaking someone’s info) or child porn.
  3. Sam Altman claimed that Bitcoin has a downward price pressure, I disagree, I think that’s just short-term fluctuations, as more companies adopt Bitcoin (and I believe that will happen) the price pressure would be upward in the longer run.
  4. Alex Daley (from Casey Research) wrote multiple thorough and bearish posts on Bitcoins, he agreed with the premise of technology but referred current status as the hype. He raises a subtle point that because all Bitcoin transactions are tracked publicly, a legally earned Bitcoin which at some point in the past was acquired illegally can be returned to the original owner. I disagree with his conclusion that Bitcoin will not go beyond speculations.

Technical readings

  1. Minimum viable blockchain - an amazing reading on the underlying concept of the distributed ledger and preventing double spending
  2. Using raw Bitcoins - gory technical implementation details of Bitcoin protocol in python