Search
Survey: 60% of Bitcoin Investors Will Die With Their BTC If Price Stays Below $10,000
15.7.2020
About 60% of bitcoin investors are willing to hold their coins until they die if the price fails to breach the key $10,000 level. Now that’s according to a Twitter poll by Peter Schiff. The gold-bug asked bitcoin ‘hodlers’: “How much longer does the price of #Bitcoin have...
Netlify Does Cache Invalidation For You
15.7.2020
This is one of my favorite Netlify features. Say you’re working on a site and you change as asset like a CSS, JavaScript, or image file. Ya know, like do our job. On Netlify, you don’t have to think about how that’s going to play out with deployment, browsers, and cache. Netlify...
Does COVID-19 Have the World Rethinking Dollar Supremacy?
12.7.2020
A reading of a piece by a Yale professor and former head of Morgan Stanley Asia arguing the dollar’s status is changing rapidly
Market Wrap: Stocks Tick Downward and so Does Bitcoin, to $9,200
9.7.2020
Most markets are down Thursday, including stocks and bitcoin
Why Does Binance’s Android App Need to Use Your Microphone?
8.7.2020
Users accuse Binance’s Android app of being spyware for the Chinese government
USA.css
6.7.2020
Lots of fun with gradients from Bennet Feely: stars, stripes, banners, bursts… I love being able to use nice patterns with either no image requests at all, or very little SVG.
And important reminder: Bennet does all sorts of cool stuff. I’ve probably used Clippy about a million times....
4th Amendment Does Not Protect Bitcoin Data, US Fifth Circuit Court Rules
5.7.2020
A Fifth Circuit panel of judges recently ruled that Fourth Amendment rights do not apply to cryptocurrency transaction data that stems from an exchange. The U.S. court ruled against the defendant, Richard Gratkowski, who attempted to leverage the Fourth Amendment in an appeal. According to...
UK Court Denies Maduro Access to $1 Billion of Venezuela’s Gold
3.7.2020
The UK is denying Nicolas Maduro access to Venezuela’s gold worth about $1 billion, stored at the Bank of England. The UK High Court has ruled that the country does not recognize Maduro as president of Venezuela, blocking him from accessing the much-needed gold. England Denies Maduro Access...
New in Chrome: CSS Overview
1.7.2020
Here’s a fancy new experimental feature in Chrome! Now, we can get an overview of the CSS used on a site, from how many colors there are to the number of unused declarations… even down to the total number of defined media queries.
Again, this is an experimental feature. Not only does that...
How to Make localStorage Reactive in Vue
24.6.2020
Reactivity is one of Vue’s greatest features. It is also one of the most mysterious if you don’t know what it’s doing behind the scenes. Like, why does it work with objects and arrays and not with other things, like localStorage?
Let’s answer that that question, and while we’re at it, make...
‘It Does Nothing’ — Buy Bitcoin, Don’t Protest, Says Max Keiser
23.6.2020
Bitcoin is the best exit strategy from financial oppression after Covid-19, Keiser argues, as one economist says the Fed’s balance sheet will never shrink
Wirecard CEO Quits as Crypto Card Firm Reveals Missing $2.1 Billion Does Not Exist
22.6.2020
Wirecard chief executive officer quit as the crypto card payments firm revealed that the €1.9 billion ($2.1 billion) missing from its accounts may not exist. CEO Markus Braun resigned on June 19, after nearly 20 years at the helm. James Freis has been appointed interim chief executive,...
Patternico
20.6.2020
I remember searching for tutorials for making seamless patterns in Photoshop¹ all the time back in the day.
It’s fun to see this little website for building repeating patterns as its one job. It does everything you’d expect: pick a background, drag some decorations onto it and position...
Stay DRY Using axios for API Requests
18.6.2020
HTTP requests are a crucial part of any web application that’s communicating with a back-end server. The front end needs some data, so it asks for it via a network HTTP request (or Ajax, as it tends to be called), and the server returns an answer. Almost every website these days does this in some...
Striking a Balance Between Native and Custom Select Elements
12.6.2020
Here’s the plan! We’re going to build a styled select element. Not just the outside, but the inside too. Total styling control. Plus we’re going to make it accessible. We’re not going to try to replicate everything that the browser does by default with a native <select> element. We’re going...
With Arweave’s ‘Lazy’ Approach to Smart Contracts, Its Version of Web3 Does More
11.6.2020
Arweave, a blockchain network meant for the permanent storage of data, has released a completely new approach to smart contracts
Kotlin Coroutines and Delay
11.6.2020
Whenever I suspect that there’s a timing conflict causing a problem with rendering and directives, I usually opt for a JavaScript setTimeout with a delay. The setTimeout code never makes it to production, but it does help me to understand if my code is the problem or if there’s a timing...
A/B Testing Instant.Page With Netlify and Speedcurve
5.6.2020
Instant.Page does one special thing to make sites faster: it preloads the next page when it’s pretty sure you’re going to click a link (either by hovering over 65ms or mousedown on desktop, or touchstart on mobile), so when you do complete the click (probably a few hundred milliseconds...
Get Programmatic Control of your Builds with Netlify Build Plugins
27.5.2020
Today at Jamstack_Conf, Netlify announced Build Plugins. What it does is allow you to have particular hooks for events within your build, like when the build starts or ends. What’s nice about them is that they’re just a plain ‘ol JavaScript object, so you can insert some logic...
The Fastest Google Fonts
22.5.2020
When you use font-display: swap;, which Google Fonts does when you use the default &display=swap part of the URL , you’re already saying, “I’m cool with FOUT,” which is another way of saying web text is displayed right away, and when the web font is ready...