Search
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...
How to delete all node_modules directories from your computer
8.7.2020
Nice tip from Chris Ferdinandi:
My node_modules directories contained 50mb of stuff on the small side, and over 200mb of files in some cases. Over a few dozen projects, that really adds up!
Two dozen projects with 200 MB worth of node_modules? That’s nearly 5 GB of space for...
Renters Threaten US Real Estate Market, 20 Million Americans Face Eviction
8.7.2020
The aftermath of the coronavirus-provoked business shutdowns in the United States caused a number of market observers to focus on the U.S. real estate and rental markets. As the federal moratorium on evictions reaches its expiry, a recent Aspen Institute report reveals that 20 million renters...
Styling Layout Wrappers In CSS
29.6.2020
Two things that strike me often about the web are how many ways there are to go about the same thing and how many considerations go into even the most seemingly simple things.
Working with wrapper elements is definitely on both those lists. Wrappers (or containers or whatever) are so common...
Grid for layout, flexbox for components
26.6.2020
When should we reach for CSS grid and when should we use flexbox? Rachel Andrew wrote about this very conundrum way back in 2016:
Flexbox is essentially for laying out items in a single dimension – in a row OR a column. Grid is for layout of items in two dimensions – rows AND columns.
Ahmad...
Alchemy Notify Wants to Simplify Blockchain UX With a Single Push
9.6.2020
Alchemy has built a new push notification system for blockchain developers in a bid to move the needle on mainstream-friendly crypto UX
How to Get All Custom Properties on a Page in JavaScript
8.6.2020
We can use JavaScript to get the value of a CSS custom property. Robin wrote up a detailed explanation about this in Get a CSS Custom Property Value with JavaScript. To review, let’s say we’ve declared a single custom property on the HTML element:
html {
--color-accent: #00eb9b;
}
In JavaScript...
A First Look at `aspect-ratio`
29.5.2020
Oh hey! A brand new property that affects how a box is sized! That’s a big deal. There are lots of ways already to make an aspect-ratio sized box (and I’d say this custom properties based solution is the best), but none of them are particularly intuitive and certainly not...
John McAfee Announces Privacy Coin – Airdrop Today
25.5.2020
2020 has been a turbulent year for the cryptocurrency market, but it has established the resilience of blockchain technology. Despite a single-day market plunge that battered the entire market valuation with a 50% drop, the following rapid uptick in Bitcoin price has led it to outperform...
Radio Buttons Are Like Selects; Checkboxes Are Like Multiple Selects
20.5.2020
I was reading Anna Kaley’s “Listboxes vs. Dropdown Lists” post the other day. It’s a fairly straightforward comparison between different UI implementations of selecting options. There is lots of good advice there. Classics like that you should use radio buttons (single...
Tackling Authentication With Vue Using RESTful APIs
18.5.2020
Authentication (logging in!) is a crucial part of many websites. Let’s look at how to go about it on a site using Vue, in the same way it can be done with any custom back end. Vue can’t actually do authentication all by itself, —we’ll need another service for that, so we’ll be using another service...
S2F Hopium: Report and Twitter Critics Find Flaws With Bitcoin’s Stock-to-Flow Ratio
17.5.2020
In mid-April, news.Bitcoin.com researched the popular stock-to-flow (S2F), which shows the price of a single bitcoin reaching $55K and even six figures. At the time, analysts questioned measuring bitcoin’s price in this manner and more recently, a few others have been criticizing the method...