Search
$9 Trillion in Stimulus Injections: The Fed’s 2020 Pump Eclipses Two Centuries of USD Creation
5.10.2020
Since September 2019, research shows the Federal Reserve has pumped over $9 trillion to primary dealers by leveraging enormous emergency repo operations. A recently published investigative report shows the U.S. central bank submits the daily loan tally, but the Fed will not provide the public with...
Ethereum Whales Almost Double Their Holdings in A Month – Report
9.9.2020
The largest holders of ethereum (ETH) tokens have become even larger, with a near-doubling of their bags over the course of August, new data from on-chain analysis firm Santiment showed.
Looking at the holdings of the largest non-exchange ETH wallets, the firm found that holdings increased by...
The Making of: Netlify’s Million Devs SVG Animation Site
3.8.2020
The following article captures the process of building the Million Developers microsite for Netlify. This project was built by a few folks and we’ve captured some parts of the process of building it here- focusing mainly on the animation aspects, in case any are helpful to others building...
The GitHub Profile Trick
28.7.2020
Monica Powell shared a really cool trick the other day:
The profile README is created by creating a new repository that’s the same name as your username. For example, my GitHub username is m0nica so I created a new repository with the name m0nica.
Now the README.md from that repo is essentially...
Lazy Loaded Prefill Embeds
13.7.2020
Lemme sum this up:
CodePen has Embedded Pens. Build a Pen on CodePen, embed it on any other site.
We also offer Prefill Embeds, which remove that first step. With Prefill Embeds, the Pen doesn’t need to exist on CodePen at all. You pass in the code and settings you want to appear in...
Surging ‘Bitcoin Active Supply’ May Point to Coming Rally – Report
3.7.2020
Bitcoin (BTC) may be due for yet another price rally fuelled by a recent increase in on-chain activity on the network, according to a new report from Singapore-based cryptoasset management firm Stack Funds.
The firm explained that it is a strong rise seen in the 90-day “percentage of Bitcoin active...
Data Shows the US Economy Was Collapsing 5 Months Before the Coronavirus Outbreak
3.5.2020
During the last two months, the global economy has shuddered and a great number of people still attribute the financial meltdown to the Covid-19 outbreak. However, during the last two weeks, the blame has shifted, as many citizens are now blaming the government lockdowns, overly-predictive models...
U.S. Government Extends Daily Trillion Dollar Repo, Again Dwarfing Crypto Market Cap
20.3.2020
The U.S. Fed has extended its trillion-dollar injection efforts through March — a giant sum compared to all the money invested in crypto
BTC Hashrate Follows Price Drop – 20% Lower Before Bitcoin Halving
16.3.2020
Four days ago, digital currency markets lost billions and prices sank to levels not seen since last March. The market bloodbath has affected bitcoin miners as they are making fewer profits than they were a week prior. By Monday, March 16, BTC’s hashrate slid below the 100 exahash (EH/s)...
“CSS4” Update
16.2.2020
Since I first chimed in on the CSS4¹ thing, there's been tons of more discussion on it. I'm going to round up my favorite thoughts from others here. There is an overwhelming amount of talk about this, so I'm going to distill it here down as far as I can, hopefully making it easier to follow.
Jen...
Despite St. Louis Branch Warnings, New York Fed Pumps $108 Billion Into US Economy
29.11.2019
On Wednesday, November 27, the U.S. Federal Reserve pumped $108 billion into the American economy using overnight repo tactics and 15-day repos. The central bank explained the move will stimulate more liquidity into the faltering U.S. economy, but economists from the St. Louis Federal Reserve...
Sberbank Patents Blockchain Repo Solution in a Purported First for Russia Banks
20.11.2019
Russia’s state-owned Sberbank, has pioneered a blockchain solution to automate and reduce counterparty risk in repo markets
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...
Netlify Build Plugins Announcement
22.10.2019
Netlify just dropped a new thing: Build Plugins. (It's in beta, so you have to request access for now.) Here's my crack at explaining it, which is heavily informed from David Well's announcement video.
You might think of Netlify as that service that makes it easy to sling up some static files from...
Trump Pressures Fed for More Rate Cuts as Mega Banks Drain the Balance Sheet
2.10.2019
U.S. President Donald Trump is pressuring the central bank to cut interest rates even further as a spike in oil prices has offset the Federal Reserve’s ‘normalization’ tactics like rate-cutting and overnight repos. Additionally, the mega bank JP Morgan Chase (JPM) is being blamed...
Repo Market Meltdown Shows Bitcoin’s ‘Systemic’ Stability: Caitlin Long
26.9.2019
Bitcoin is systemically more stable than traditional finance, argues Wyoming Blockchain Coalition president Caitlin Long in the wake of the recent repo market unrest
What Billions in Fed Repo Injections Reveal About the Promise of Bitcoin
23.9.2019
The Fed Reserve has injected $278 billion injection into the securities repurchase market. Mike J. Casey Looks at what it means for crypto
Getting Netlify Large Media Going
20.8.2019
I just did this the other day so I figured I'd blog it up. There is a thing called Git Large File Storage (Git LFS). Here's the entire point of it: it keeps large files out of your repo directly. Say you have 500MB of images on your site and they kinda need to be in the repo so you can work with...
Collective #533
18.7.2019
Is postMessage slow? * Reduced Motion Auto-Play Video * Repo Lovers * Think in Math. Write in Code.
Collective #533 was written by Pedro Botelho and published on Codrops
Adding Particle Effects to DOM Elements with Canvas
23.7.2018
Let’s take a look at how to make web pages more visually capable by combining the freedom of <canvas> with HTML elements. Specifically, we will be creating a basic HTML-to-particle effect, but the same technique could be used for many kinds of effects.
Before we begin, feel free to grab...