Search
US State Regulators Agree to Single Set of Rules for Fintech, Crypto Firm Licensing
15.9.2020
Agencies from 48 states are expected to unveil a new framework today that will simplify and consolidate regulation for crypto companies
Bitcoin Obituaries Lists Another Crypto Eulogy, 2020 BTC Deaths in the Single Digits
9.9.2020
The infamous “Bitcoin Obituaries” has seen another addition to the long list of deaths since bitcoin’s oldest death on December 15, 2010. According to the list of articles with 382 deaths to-date, bitcoin was declared dead again on September 4, 2020. Ever since Satoshi Nakamoto...
Using max() for an inner-element max-width
7.9.2020
I go into all this in The “Inside” Problem. The gist: you want an edge-to-edge container, but the content inside to have a limited width. I think there is absolutely no problem using a nested element inside, but it’s also fun to look at the possibilities of making that work on...
‘Bitcoin Beats Gold on Every Single Measure,’ Says Macro Strategist Raoul Pal
6.9.2020
Global Macro Investor CEO Raoul Pal has explained why he believes bitcoin is better than gold in every way. He proclaims that bitcoin is “the hardest form of money” and “the best reserve asset and best collateral asset ever seen.” Bitcoin Is ‘the World’s Best...
Stablecoin market cap increases by $100M every single day
4.9.2020
‘DeFi yields and interest rates are clearly a vacuum sucking in a lot of stablecoins,’ says Coin Metrics’ Nic Carter
Band Protocol CEO says that a single Chainlink data request costs $450
1.9.2020
Band Protocol is about to give Chainlink a run for its money on Ethereum
Comparing Browsers for Responsive Design
1.9.2020
There are a number of these desktop apps where the goal is showing your site at different dimensions all at the same time. So you can, for example, be writing CSS and making sure it’s working across all the viewports in a single glance.
They are all very similar. For example, they...
Re-Mining Simulation Shows Satoshi Used a Single High-End PC to Mine 1.1M Bitcoin
23.8.2020
Cryptocurrency advocates have been recently discussing the mysterious Bitcoin inventor Satoshi Nakamoto as RSK’s chief scientist, Sergio Dermain Lerner, published a paper called “The Patoshi Mining Machine.” Essentially, Lerner simulated Satoshi’s mining experience....
Yearn Finance Token Jumps 270% in 5 Days – Defi Token YFI Worth More Than a Single Bitcoin
20.8.2020
Decentralized finance (defi) continues to make waves this week, as the Yearn Finance project token (YFI) jumped over 270% during the last five days. The digital token is worth more per coin than the price of bitcoin today, as the asset is currently trading for $15,934 per YFI. It’s very rare...
Tor Network Compromised by Single Hacker Stealing Users’ Bitcoin: Report
12.8.2020
The unknown hacker is using Tor exit relays to remove encryption on bitcoin mixer services and change wallet addresses from users to their own
Register for An Event Apart’s Front-End Focus Online Conference
11.8.2020
(This is a sponsored post.)
An Event Apart has been doing these single-day online “Online together” conferences. You can check out the last couple, which are available on-demand (buy it, watch it when you want) for a limited time:
Online Together (available through December...
zerodivs.com
10.8.2020
Pretty neat little website from Joan Perals, inspired by stuff like Lynn’s A Single Div. With multiple hard-stop background-image gradients, you don’t need extra HTML elements to draw shapes — you can draw as many shapes as you want on a single element. There is even a stacking order...
Monero’s Hashrate Experienced Its Largest Single Day Gains Ever
7.8.2020
Monero has experienced its biggest single day gain in hashrate since its creation back in 2014
Triple-Entry Bookkeeping: How Satoshi Nakamoto Solved the Byzantine Generals’ Problem
3.8.2020
In 2008, Satoshi Nakamoto essentially solved the infamous computational issue called the “Byzantine generals’ problem” or the “Byzantine Fault.” Throughout the history of man, people used ledgers to record economic transactions and property ownership. A ledger is often...
Single Miner Reorgs Ethereum Classic – Devs Report a Chain Split
1.8.2020
Members of the Ethereum Classic team reported that the network suffered a reorganization (reorg) today. The blockchain network is asking service providers to halt deposits while it carries out maintenance of the chain. The latest event follows a similar attack in January 2019, which led to some...
Ethereum Classic Blockchain Splits Due to Reorg by a Single Miner
1.8.2020
Ethereum classic was attacked? ETC network briefly goes down for maintenance, diagnosis report explains what happened
US Regulator Zeroes in on Binance Chain as SEC Awards Monitoring Contract to Ciphertrace
1.8.2020
The U.S. Securities and Exchange Commission (SEC) intends to award a fixed-price contract on a single source basis to Ciphertrace. The SEC is awarding the contract to the blockchain monitoring company as it plans focus on BNB coin, as well as other tokens on the Binance’s DEX. The BNB token...
Using Flexbox and text ellipsis together
22.7.2020
You can truncate a single line of text with an ellipsis (…) fairly easily with text-overflow and a few friends. But, as you might expect, that truncation happens at the end of the line of text. What if you want to truncate content in the middle?
Leonardo Faria details good use cases for this...
Grayscale Hasn't Bought A Single Bitcoin in Over 3 Weeks
17.7.2020
For several months, Grayscale was buying more Bitcoin than was being mined, but this trend came to a screeching a few weeks ago
Backdrop Filter effect with CSS
16.7.2020
I love these little posts where some tricky-looking design is solved by a single line of CSS using a little-known property. In this case, the design is a frosted glass effect and the CSS property is backdrop-filter.
The approach? Easy peasy:
.container {
backdrop-filter: blur(10px);
}
The...