Sublime
An inspiration engine for ideas
We made it lightweight and kept the efficiency in mind:
- Self-contained
We ship a single dependency-free binary that runs on all Linux distributions - Fast to deploy, safe to operate
We are sysadmins, we know the value of operator-friendly software - Deploy everywhere on every machine
We do not have a dedicated backbone, and neither do you,
so
Garage - An open-source distributed object storage service
Each Bitcoin block is limited in the amount of transaction data it can contain, so most Bitcoin software needs to be able to measure the transactions it creates or processes. The modern unit of measurement for Bitcoin is called weight. An alternative version of weight is vbytes, where four units of weight equal one vbyte, providing an…
Some highligh
David A. Harding • Mastering Bitcoin
- Privy makes it easy to embed wallets that users control but don’t need to think about, right in the app.
- Base , Coinbase’s EVM-Compatible Layer-2 network, is a cheap, highly performant L2 with the trusted reputation and brand of Coinbase. (Since launching in August 2023, Base has already made upgrades that make the network cheaper and faster, whi
Packy McCormick • Blackbird

consistent hashing is a very commonly used technique.
Alex • System Design Interview - An insider's guide
The use of Bitcoin’s blockchain to store data unrelated to Bitcoin payments is a controversial subject. Many people consider such use abusive and want to discourage it. Others view it as a demonstration of the powerful capabilities of blockchain technology and want to encourage such experimentation. Those who object to the inclusion of nonpayment d
... See moreDavid A. Harding • Mastering Bitcoin
Although this process of paying to a public key hash (P2PKH) may seem convoluted, it allows Alice’s payment to Bob to contain only a 20 byte commitment to his public key instead of the key itself, which would’ve been 65 bytes in the original version of Bitcoin. That’s a lot less data for Bob to have to communicate to Alice.