
The New New Thing: A Silicon Valley Story
Michael Lewis
4.4 on Amazon
26 HN comments

Blood, Sweat, and Pixels: The Triumphant, Turbulent Stories Behind How Video Games Are Made
Jason Schreier
4.7 on Amazon
26 HN comments

How Google Works
Eric Schmidt and Jonathan Rosenberg
4.5 on Amazon
26 HN comments

Extreme Programming Explained: Embrace Change, 2nd Edition (The XP Series)
Kent Beck and Cynthia Andres
4.6 on Amazon
25 HN comments

Clean Architecture: A Craftsman's Guide to Software Structure and Design (Robert C. Martin Series)
Robert Martin
4.7 on Amazon
24 HN comments

The Bitcoin Standard: The Decentralized Alternative to Central Banking
Saifedean Ammous, James Fouhey, et al.
4.7 on Amazon
23 HN comments

Deep Learning with Python
François Chollet
4.5 on Amazon
23 HN comments

The Manager's Path: A Guide for Tech Leaders Navigating Growth and Change
Camille Fournier
4.6 on Amazon
22 HN comments

The Unicorn Project
Gene Kim
4.6 on Amazon
20 HN comments

Information Dashboard Design: Displaying Data for At-a-Glance Monitoring
Stephen Few
4.5 on Amazon
20 HN comments

The DevOps Handbook: How to Create World-Class Agility, Reliability, and Security in Technology Organizations
Gene Kim , Patrick Debois , et al.
4.6 on Amazon
20 HN comments

Fluent Python: Clear, Concise, and Effective Programming
Luciano Ramalho
4.6 on Amazon
20 HN comments

Excel: Pivot Tables & Charts (Quick Study Computer)
Inc. BarCharts
4.6 on Amazon
20 HN comments

Hacking: The Art of Exploitation, 2nd Edition
Jon Erickson
4.7 on Amazon
19 HN comments

Bitcoin: Hard Money You Can't F*ck With: Why Bitcoin Will Be the Next Global Reserve Currency
Jason A. Williams and Jessica Walker
4.8 on Amazon
19 HN comments
IntelMineronApr 9, 2019
https://www.reddit.com/r/buttcoin contains good reading
crassusonOct 22, 2013
[1] http://unqualified-reservations.blogspot.com/2013/04/bitcoin...
JimloonMay 22, 2011
CBeboponDec 5, 2016
ComodoHackeronSep 19, 2017
ingleronFeb 10, 2015
datashamanonJune 7, 2021
> The hero is an aging tech entrepreneur who owns a game that's a combination of World of Warcraft and Bitcoin (yes, this book predicts Bitcoin).
Reamde - published 20 September 2011
Bitcoin - initial release 9 January 2009
heavyset_goonMar 18, 2021
corona-researchonFeb 11, 2021
SomeoneonMay 2, 2016
On the other hand, understanding _why_ it works is difficult, as it requires understanding the hard math underlying the system. In fact, nobody knows _why_ it works, because, AFAIK, we do not know whether the hash functions used have the necessary properties (in fact, it is worse: we do not even know whether one-way functions exist, let alone that we can point to one)
bringtheactiononMar 16, 2018
jacques_chesteronJan 16, 2018
> (Your analogy to a ledger with account balances is precisely correct for Ethereum, but Bitcoin actually has a somewhat different model.)
My understanding is that in bitcoin it's a log of transactions -- a ledger. Ethereum is instead addresses holding totals -- more like an account statement.
elevenohonApr 6, 2018
j_sonDec 18, 2017
andrei_onAug 22, 2014
yebyenonJan 28, 2014
Basically, the Dogecoin wallet is going to attempt to punch a hole in your firewall with UPnP and any other NAT-busting techniques the author (of Bitcoin) has contrived to enable you to help new nodes to come to sync by sending them blocks from the winning blockchain.
The daemon mode (which listens on an RPC/HTTP port for commands like "send money here") is not going to attempt to run unless you enable a password in your .doge/config (just like bitcoind). RPC clients will need this password to be able to issue commands. If you have one node, then both the client and server will have the same .doge/config and it's secure, assuming they don't guess your password. If you have multiple nodes, this is the way to have a lightweight client that sends commands to your "heavyweight" wallet. If the client doesn't have your RPC password, the client can't do anything that any 'nobody' new node on the network should be able to do.
You can run Dogecoin on public networks, or the Dogecoin wallet has a bug that you should report. Whether it's wise to be in a position to be the first to discover such a bug (by losing all the coins in your wallet), that's another matter, but if there are such bugs in the wallet then it's really not viable, and you should therefore probably sell all your doges immediately.
readflaggedcommonJune 29, 2021
>“Dr Wright does not wish to restrict access to his White Paper. However, he does not agree that it should be used by supporters and developers of alternative assets, such as Bitcoin Core, to promote or otherwise misrepresent those assets as being Bitcoin given that they do not support or align with the vision for Bitcoin as he set out in his White Paper.”
They're saying the project bitcoin.org promotes is using the whitepaper dishonestly to promote itself. Which resembles to me a trademark dispute, instead. And usually the trademark or copyright owner has solid proof of ownership.
* https://www.ontier.digital/post/uk-court-awards-bitcoin-crea...
SnowProblemonJune 23, 2021
[1] https://www.youtube.com/watch?v=5SJm2ep3X_M
[2] https://news.ycombinator.com/item?id=27597510
apoonOct 4, 2017
http://bitzuma.com/owning-bitcoin/
This is the book I wish had existed when I started learning about Bitcoin in 2011. It's a technical deep-dive for a non-expert audience. Only knowledge of high school algebra and a willingness to learn are assumed. Every technical term comes with a definition. Over 300 figures help visual learners understand complex technical topics. Hundreds of footnotes provide jumping-off points and links to online demos. Cross-links allow you to quickly review prior material in later chapters.
There are eight chapters:
1. Bitcoin from Scratch (the view from 20,000 feet of Bitcoin and its subsystems)
2. Authentication (elliptic curve cryptography)
3. Authorization (Script, transactions, and contracts)
4. Network (block chain, consensus, hard/soft forks, governance, segwit, Lightning Network)
5. Privacy (what can and can't be discovered about users of a public block chain)
6. Security (what to protect and why)
7. Wallets (software for using Bitcoin)
8. Bitcoin in Practice (a complete system for using Bitcoin based on the content in the first seven chapters)