Search
Native Image Lazy Loading in Chrome Is Way Too Eager
5.2.2020
Interesting research from Aaron Peters on <img loading="lazy" ... >:
On my 13 inch macbook, with Dock positioned on the left, the viewport height in Chrome is 786 pixels so images with loading="lazy" that are more than 4x the viewport down the page are eagerly fetched by Chrome...
Select an Element with a Non-Empty Attribute
5.2.2020
Short answer:
[data-foo]:not([data-foo=""] {
Longer answer (same conclusion, just an explanation on why we might need this):
Say you have an element that you style with a special data-attribute:
<div data-highlight="product"</div
You want to target that element and do special things when...
Public Sale Is Live for Coin Powering Cypherpunk Pioneer David Chaum’s Privacy Focused Xx Network
5.2.2020
The Xx network is designed to allow people to communicate and exchange value without revealing any information to intrusive government agencies or companies that collect and sell personal data. It was created by Dr. David Chaum, a world-renowned cryptographer and privacy advocate. The public sale...
Liechtenstein-Based Startup to Issue Tokens Pegged to Value of Collectible Cars
3.2.2020
Investment platform CurioInvest and MERJ Exchange will jointly offer a token backed by collector luxury cars
Ethereum’s Value Transfer Is Now Dominated by Stablecoins
31.1.2020
The Ethereum (ETH) blockchain has become home to a number of stablecoins. On January 29, Messari researcher Ryan Watkins explained that the stablecoin value transfer issued on the ETH chain recently flipped the number of native ether transactions. Essentially, Ethereum’s value transfer is...
Understanding Immutability in JavaScript
30.1.2020
If you haven’t worked with immutability in JavaScript before, you might find it easy to confuse it with assigning a variable to a new value, or reassignment. While it’s possible to reassign variables and values declared using let or var, you'll begin to run into issues when you try that with...
Decentralized Finance Is Blossoming, But Just How Decentralized Is Defi?
30.1.2020
The defi market has hit an all-time high as the total value locked up in decentralized finance has surged past $850 million. A flurry of new applications, privacy proposals, wallets, DEXs, and protocols is extending the limits of what defi is capable of. This jubilation should be countered with...
Stablecoins ‘Flip’ Ethereum’s Native Currency In Transfer Value
30.1.2020
A greater share of value is being transferred via stablecoins over the Ethereum network than its own native cryptocurrency
Most of MakerDAO’s Asset Value Is in Only a Few Addresses
29.1.2020
Though the industry is growing rapidly, a very small portion of addresses hold the majority of assets being locked and borrowed in the DeFi space
Cold Storage and Bearer Bonds: How to Print an SLP Token Paper Wallet
28.1.2020
The Simple Ledger Protocol (SLP) and tokens have become a mainstay within the Bitcoin Cash ecosystem. SLP tokens have gathered traction as they are supported by multiple noncustodial wallets and a slew of tokens gained real-world value after being listed on exchanges. Even though SLP tokens...
What does “revert” do in CSS?
28.1.2020
Miriam Suzanne has a Mozilla Developer video on the subject. The revert value is fairly new, supported in Firefox and Safari, but not yet in Chrome-world. We've already got a couple of related keywords that work on any property which are meant to help control inheritance and reset values....
Bitcoin (BTC) Exhibits Stability; Holds the Value around $8700
22.1.2020
Bitcoin seems to have retained the moderate bullish trend It may soon touch $8819 as its next resistance with a moderate volatility Bitcoin has maintained its price near $8700 mark from yesterday. Though it has been through a few ups and downs, there has been a 0.90% increment in the value in this...
Searching the Jamstack
22.1.2020
Here's Raymon Camden on adding site search functionality to a site that is statically hosted. A classic trick! Just shoot 'em to Google and scope the results to your site:
<form action="https://www.google.com/search" method="get"<input type="search" name="q"...
Bitcoin Halving and Its Impact on Its Value: Everything You Need to Know
19.1.2020
Bitcoin follows a complex mining and rewards procedure for its production, but its principle is deeply rooted in the fundamental law of economics – supply and demand. In order to keep the value intact, Bitcoin has adopted a procedure called Bitcoin Halving. In simplest terms, Bitcoin halving...
Meet the DC Advocacy Org Helping Put Blockchain on the US Military’s Radar
16.1.2020
The D.C.-based Value Technology Association helped lead the charge in requiring the U.S. Department of Defense to consider the benefits of blockchain technology
Blockchain Tops the List of Most In-Demand Tech Skills for 2020
13.1.2020
If you are planning to start a new career this year, or just improve your value in the jobs market, the best thing that you can do is acquire some blockchain skills. Companies around the world are looking for people with capabilities in this field and it appears that demand far outpaces the supply....
Store of Value Remains Crypto’s Best Use Case
7.1.2020
Store of value was the most viable and desirable use case across crypto in 2019 and offers a basis to increase adoption in the second decade of crypto, says Ryan Zurrer of Dialectic
Why Double Spends on BCH Are Not the Same as Replace-By-Fee Fraud
3.1.2020
When it comes to creating a peer-to-peer electronic cash system, accepting zero confirmation transactions becomes critically important. When a model’s main aim is to “just hodl” or push an isolated store of value narrative, important concerns like double spending can take a back...
7 Uses for CSS Custom Properties
27.12.2019
I find all seven of these quite clever and useful.
I particularly like using custom properties when you can sneak a variation into a place where you'd normally have to re-declare a whole big chunk of code.
.some-element {
background-color: hsla(
var(--h, 120),
var(--s, 50),
var(--l...
Shenzhen Stock Exchange Launches Index of Top 50 Blockchain Public Companies
27.12.2019
The Shenzhen Stock Exchange has launched a blockchain index comprising 50 of the largest publicly listed companies with blockchain ventures by market capitalization. Blockchain-related stocks in China have been gaining value since President Xi Jinping openly advocated for the technology. Also read:...