Search
Tether CTO Claims USDT Stablecoin Can Boost DeFi Liquidity
1.4.2020
Tether CTO Paolo Ardoino believes the USDT stablecoin can boost the decentralized finance ecosystem
Economist Jeffrey Tucker: ‘Can You Imagine BTC Price If It Had Scaled?’
1.4.2020
Ethereum and Blockstream’s leaders weighed into a debate sparked by economist Jeffrey Tucker, who claimed the BTC price is lower than it should be due to issues with scaling
APIs and Authentication on the Jamstack
31.3.2020
The first “A” in the Jamstack stands for “APIs” and is a key contributor to what makes working with static sites so powerful. APIs give developers the freedom to offload complexity and provide avenues for including dynamic functionality to an otherwise static site. Often, accessing an API requires...
Wide Gamut Color in CSS with Display-P3
31.3.2020
Here’s something I’d never heard of before: Display-P3 support in CSS Color Module Level 4 spec. This is a new color profile supported by certain displays and it introduces a much wider range of colors that we can choose from.
Right now the syntax looks something like this in CSS:
header...
Crypto Markets Can Never Close, and That’s a Good Thing
31.3.2020
Should markets temporarily close even temporarily to calm investor panic? Noelle Acheson says no while crypto markets can’t. Both are good things
RSS Stuff
31.3.2020
Laura Kalbag wrote How to read RSS in 2020. This would be a nice place to send someone curious about RSS: what it is, what it’s for, and how you can start using it as a reader. I like this callout, too:
Sometimes the content is just an excerpt, encouraging you to read the rest of the content...
Egypt Limits Bank and ATM Withdrawals Citing Rampant Cash Outflow and Coronavirus Fears
30.3.2020
On Sunday, the Central Bank of Egypt (CBE) announced it had instructed financial institutions in the country to put withdrawal limits in place for cash. Regional reports disclose that Egyptian residents can only withdraw 10,000 Egyptian pounds ($640) and businesses can only withdraw 50,000 pounds...
Mine Crypto Using Brain Waves? Microsoft Thinks You Can
30.3.2020
Microsoft, via its subsidiary Microsoft Technology Licensing (MTL), has made a bold crypto move by securing a patent for a mining system that uses human body activity as proof-of-work in the creation of crypto tokens.
The patent was granted by the World Intellectual Property Organization (WIPO)...
How They Fit Together: Transform, Translate, Rotate, Scale, and Offset
30.3.2020
Firefox 72 was first out of the gate with "independent transforms." That is, instead of having to combine transforms together, like:
.el {
transform: rotate(10deg) scale(0.95) translate(10px, 10px);
}
...we can do:
.el {
rotate: 10deg;
scale: 0.95;
translate: 10px 10px;
}
That's extremely...
Telegram Hopes It Can Still Sell Tokens to Non-US Investors After Court Ruling
30.3.2020
The firm has asked a court to clarify if it can still issue its tokens to non-U.S. investors after a preliminary injunction blocked the issuance in the U.S
Can Police Seize Nth Room Crypto? Int’l Exchanges Agree to Cooperate
30.3.2020
Legal confusion has broken out in South Korea as experts and lawyers remain uncertain as to whether the police can confiscate the cryptocurrency holdings of Telegram Nth room chief suspect Cho Joo-bin.
Cho is suspected of running a network of chat rooms that circulated sexual exploitation videos...
How Cardano Can Topple Bitcoin and Ethereum
30.3.2020
Disclaimer: The text below is a sponsored article that was not written by Cryptonews.com journalists.
________
Of course, you have heard about Bitcoin and Etherium. These are both leading cryptos that are entirely different from each other. But in a way, both of them had tremendously shaped...
Can Bitcoin Survive the Climate Change Revolution?
30.3.2020
If ESG is becoming the new buzzword among impact-minded financial institutions, where does energy-intensive bitcoin fit in?
Latest Bitcoin.com Wallet Release Features Live Charts and Price Tracking
30.3.2020
This week, our developers rolled out the latest version of the lightning-fast, noncustodial Bitcoin.com Wallet. The new version now comes with live price graphs so crypto enthusiasts can follow crypto price changes in real-time. Moreover, the wallet software also features price tracking so you...
Can CBDC Help Recover From Coronavirus Recession And Lead To Bitcoin?
29.3.2020
Equestrian statue of the Duke of Wellington in front of the Bank of England. There is a general consensus that the global economy is heading for a sharp recession. The economic output will contract, but there are, at least, certain innovations that can be implemented to mitigate...
Microsoft Patents New Cryptocurrency System Using Body Activity Data
29.3.2020
Microsoft has patented a cryptocurrency mining system that leverages human activities, including brain waves and body heat, when performing online tasks such as using search engines, chatbots, and reading ads. “A user can solve the computationally difficult problem unconsciously,”...
How to use CSS Scroll Snap
27.3.2020
Nada Rifki demonstrates the scroll-snap-type and scroll-snap-alignCSS properties. I like that the demo shows that the items in the scrolling container can be different sizes. It is the edges of those children that matter, not some fixed snapping distance.
I like Max Kohler's coverage...
Bitcoin Miners Are Selling Coins Faster Than They Can Generate Them
27.3.2020
According to data sites and a number of observers, bitcoin miners are selling coins faster than they can produce them. Ever since the market downturn on March 12 and the week of falling prices that followed, bitcoin miners have been struggling. Also read: Bitcoin Hashrate Down 45% – Miners...
Creating an Editable Site with Google Sheets and Eleventy
27.3.2020
Remember Tabletop.js? We just covered it a little bit ago in this same exact context: building editable websites. It’s a tool that turns a Google Sheet into an API, that you as a developer can hit for data when building a website. In that last article, we used that API on the client side, meaning...
Consistent Backends and UX: How Do New Algorithms Help?
26.3.2020
Article Series
Why should you care?
What can go wrong?
What are the barriers to adoption?
How do new algorithms help?
In previous articles, we explained what consistency is, the difference between "strong" and "eventual" consistency, and why this distinction is more important than ever to modern...