Search
Netlify CMS Open Authoring
6.11.2019
I like the term "Git-backed CMS." That term works for an emerging style of CMS that looks and behaves much like any other CMS, with a fascinating twist: it doesn't actually store any data for you. These CMSs are connected to a Git repo where the data lives in flat files (e.g. Markdown). You teach...
Proof-of-Work Doesn’t Solve Every Blockchain Use Case
31.10.2019
While proof-of-work is great for Bitcoin, it falls short for other — especially nonfinancial — use cases of a blockchain. Here is why we need new consensus mechanisms
Using the Platform
29.10.2019
Tim Kadlec:
So much care and planning has gone into creating the web platform, to ensure that even as new features are added, they’re added in a way that doesn’t break the web for anyone using an older device or browser. Can you say the same for any framework out there? I don’t mean that to...
Litecoin reaches $53; Doesn’t Seem to be a Favorable Day for intraday Investors
18.10.2019
The intraday recovery stalls in Litecoin The current price movement indicates the declining trend Litecoin (LTC) was seen booking losses from the past couple of days. The improvement that the coin faced yesterday was short-lived and the price is turning back and is currently trading at $53....
‘Why Are You Afraid?’ – Watch Roger Ver Debate Nouriel Roubini on Cryptocurrency
17.10.2019
Starting a debate by calling nearly everyone in the room “economically illiterate” doesn’t usually end well for someone attempting to persuade an audience, but that’s just what American economist Nouriel Roubini did on Tuesday, in his debate with Bitcoin.com Executive...
Stop Animations During Window Resizing
14.10.2019
Say you have page that has a bunch of transitions and animations on all sorts of elements. Some of them get triggered when the window is resized because they have to do with size of the page or position or padding or something. It doesn't really matter what it is, the fact that the transition...
Bitfinex Doesn’t Have to Compile Documents During Appeal, Judge Says
10.10.2019
A New York judge has rejected the state attorney general's request to have Bitfinex and Tether compile documents about a loan during an ongoing appeal
Preloading Pages Just Before They are Needed
27.9.2019
The typical journey for a person browsing a website: view a page, click a link, browser loads new page. That's assuming no funny business like a Single Page App, which still follows that journey, but the browser doesn't load a new page — the client fakes it for the sake of a snappier...
Bakkt’s Slow Start Doesn’t Mean Bitcoin Futures Have Flopped
25.9.2019
The tepid reception to Bakkt's physically delivered futures contracts is not a surprise, nor does it mean they are a failure
What Google’s Quantum Breakthrough Means for Blockchain Cryptography
22.9.2019
We’ve been warned for years that a quantum computing breakthrough is just around the corner. When that day comes, we’re told, it could render existing encryption standards obsolete, threatening the security of every major blockchain. It seems that day has finally arrived, with Google...
Fortune favors the bold
20.9.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 20 September, 2019 Be brave “The future doesn't belong to the fainthearted; it belongs to the brave." – Ronald Reagan TGIF! Great job, CoinMarketCap family! That's another week down. ???? Today in history (1848), […]
The post Fortune...
Fortune favors the bold
20.9.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 20 September, 2019 “The future doesn't belong to the fainthearted; it belongs to the brave." – Ronald Reagan Imma bounce back Over the last 24 hours, total market capitalization rose from ~$264 billion to ~$270.8 billion, with most...
Bitcoin vs. Tron: BTC Price Plunge doesn’t Affect TRX Price Movement
18.9.2019
Bitcoin is trading with a slight bear pull when compared to the overall market momentum. However, Tron is seen riding bulls since yesterday. The escalation has been quite an impactful one for the coin. The uptrend has brought many traders back to regain the lost believe in the investments of...
A Color Picker for Product Images
17.9.2019
Sounds kind of like a hard problem doesn't it? We often don't have product shots in thousands of colors, such that we can flip out the <img src="product-red.jpg" alt="red product"> with <img src="product-blue.jpg" alt="blue product">. Nor do we typically have products in a vector...
(Why) Some HTML is “optional”
16.9.2019
Remy Sharp digs into the history of the web and describes why the <p> tag doesn’t need to be closed like this:
<p>Paragraphs don’t need to be closed
<p>Pretty weird, huh?
Remy writes:
Pre-DOM, pre-browsers, the world's first browser was being written by Sir...
France Doesn't Want Let Libra Into Europe
12.9.2019
Due to systemic financial risks, risks for sovereignty, and the potential for abuse of market dominance, we "cannot authorize the development of Libra on European soil," French Finance Minister Bruno Le Maire said on Thursday.
“All these concerns about Libra are serious," Le Maire was quoted...
Electroneum Doesn’t Seem to Recover Anytime Sooner
11.9.2019
Electroneum has got hit by the gloomy market, and it lost 1.62% in the last 24 hours to be placed at 0.0000003405 BTC. ETN coin has been through four phases of price shifts in the last 24 hours. Electroneum Price Analysis Electroneum took the first plunge between 04:25 UTC and 11:13 UTC and between...
Some HTML is “Optional”
11.9.2019
There is a variety of HTML that you can just leave out of the source HTML and it's still valid markup.
Doesn't this look weird?
<p>Paragraph one.
<p>Paragraph two.
<p>Paragraph three.
It does to me, but the closing </p> tags are optional. The browser will detect...
Quiet achiever
4.9.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 4 September, 2019 Courage "Courage doesn't always roar. Sometimes courage is the silent voice at the end of the day that says 'I will try again tomorrow." - Mary Anne Radmacher Happy Toosday! The […]
The post Quiet achiever...
Can you rotate the cursor in CSS?
28.8.2019
Kinda! There is no simple or standard way to do it, but it's possible. You can change the cursor to different built-in native versions with CSS with the cursor property, but that doesn't help much here. You can also use that property to set a static image as the cursor. But again that doesn't help...