encryptThrow32 | 8 years ago | on: We’re sorry, and we’re not rolling out the fees change
encryptThrow32's comments
encryptThrow32 | 8 years ago | on: Ask HN: What was your best $1000 investment?
encryptThrow32 | 8 years ago | on: The world's most toxic value system (2001)
encryptThrow32 | 8 years ago | on: Electric Sheep on Ubuntu Linux 17.10
This is a windows tool that works sufficiently well with wine. https://sourceforge.net/projects/apophysis7x/
encryptThrow32 | 8 years ago | on: Unicode is over and it dies over Emoji
For some people, race, fighting for for recognition, let alone equality, is a daily battle. You may live and work far from this conflict, but it exists, and in some part the diversity modifiers for emoji provide folks with empowerment. Don't take that away over limitations in the spec.
There are billions now who own smart phones, and want that funny Japanese Telco encoding standard to reflect their world too.
This is not a technical or standards problem, and the fitzpatrick modifiers do not decrease functionality of unicode.
I feel my point is to chill, and consider how functionality outside your perceived value might bring others joy.
encryptThrow32 | 8 years ago | on: 23andMe is raising about $200M, led by Sequoia
23andME HAS handed your most personal data over to the authorities.
*(Same reason people willingly install wiretaps in their houses aka Alexa and Google Home)
encryptThrow32 | 8 years ago | on: The Cryptocurrency Singularity
As time goes on, the notion that coffee or meals are suitable to be paid in bitcoin seems more absurd. You would no more pay for a meal with a gold bar than you would with a Krugerrand. It will be seen as decadent for all those pizzas, controlled substances and ransoms to have been paid in BTC -- a kings ransom for pizza?
Bitcoin will likely never be a general purpose payment network. Lightning MAY if it obtains support from legacy services like VISA and MASTERCARD. I suspect V/MC will be the lightning nodes with the most payment channel volume.
encryptThrow32 | 8 years ago | on: China's Central Bank Bans ICOs
encryptThrow32 | 8 years ago | on: Bitcoin Cash Starts Trading
What would stop someone replaying a regular tx from core chain if this network accepts either replay protected or not tx's?
encryptThrow32 | 8 years ago | on: Bitcoin Cash Starts Trading
encryptThrow32 | 8 years ago | on: Bitcoin Cash Starts Trading
You will be able to replay original bitcoin and abc tx's on each chain, unless you opt-in to some funny new untesed hash. This will hugely disrupt the minority chain ABC, as the mempools on cash chain fill with other valid tx's from main chain. Its going to be a bloodbath. Steer very clear!
From: https://bitcoin.stackexchange.com/questions/56867/bitcoin-ca...
Bitcoin Cash (aka Bitcoin ABC aka UAHF) provides two methods of replay protection, both of which are opt in. If you do not create transactions which use these features, then your transactions are vulnerable to replay.
The first method is a redefined sighashing algorithm which is basically the same as the one specified by BIP 143. This sighash algorithm is only used when the sighash flag has bit 6 set. These transactions would be invalid on the non-UAHF chain as the different sighashing algorithm will result in invalid transactions. This means that in order to use this, you will need to transact on the UAHF chain first and then on the non-UAHF chain second.
The second method uses an OP_RETURN output which has the exact string:
Bitcoin: A Peer-to-Peer Electronic Cash System as the data of the OP_RETURN. Any transaction which contains this string will be considered invalid by UAHF nodes until block 530,000. This means that prior to block 530,000, you can split your coins by transacting on the non-UAHF chain first with the OP_RETURN output, and then transacting on the UAHF chain second.
encryptThrow32 | 9 years ago | on: I Broke Rust's Package Manager for Windows Users
encryptThrow32 | 9 years ago | on: N.S.A Halts Collection of Americans’ Emails About Foreign Targets
Its still collected in perpetuity, but under the Schrödinger approach to surveillance it no longer exists.
Maybe nothing can truly change, just as one cannot uninvent a technology -- telephony, broadcasting or social media are with us forever. Maybe true to for global passive surveillance.
encryptThrow32 | 9 years ago | on: Show HN: Securely Handle Encryption Keys in Go
I feel more comfortable with the first, but can't exactly explain why. memguard seems better organised in the repo like a ready to go package; I think go.secrets would be a better solution if it was organised as well as memguard.