Search
South Korean Officials Notice a Sudden Rise in Crypto Mining Rigs Imports- Over 41 Shipments Intercepted in 3 Months
11.3.2021
Crypto adoption is a hot topic in South Korea, and recent figures have been proving it. However, crypto mining activity is also starting to gather interest across the country, per the latest reports from local media outlets. A Single Rig Should Worth $150 ‘or Less’ to Be Considered...
Dynamic, Conditional Imports
13.1.2021
With ES Modules, you can natively import other JavaScript. Like confetti, duh:
import confetti from 'https://cdn.skypack.dev/canvas-confetti';
confetti();
That import statement is just gonna run. There is a pattern to do it conditionally though. It’s like this:
(async ()
…
The post...
Venezuela ramps up Bitcoin payments for imports from Iran and Turkey
10.12.2020
Venezuela President Nicolás Maduro claims the country will “use all the cryptocurrencies in the world” to bypass U.S. sanctions
Venezuela Pays for Imports From Iran and Turkey With Bitcoin to Evade Sanctions
9.12.2020
Venezuela is reportedly paying companies in allied countries, including Iran and Turkey, with bitcoin to mitigate the effects of U.S. sanctions on its economy. The Venezuelan government is also planning to increase bitcoin usage now that it has a dedicated cryptocurrency mining center. Venezuela...
A Spreadsheet Importer You’ll Enjoy Using
12.11.2020
A great developer tool takes a painful task that would normally be a developer’s entire job, and makes it a pleasure to do. As a personal example, I’ve needed to build an image uploading experience many times in the past. I’ve hand-coded them and experienced far too much pain doing that. Then...
Iran’s New Crypto Law Requires Miners to Sell Bitcoin Directly to Central Bank
29.10.2020
Iran has reportedly revised the country’s cryptocurrency regulation to require licensed bitcoin miners to sell their coins directly to the central bank for use to fund imports. Iran’s Revised Crypto Law The Iranian government has amended its cryptocurrency regulation to enable...
Iran Amends Law to Allow Imports to Be Funded With Cryptocurrency
29.10.2020
Strapped for international currencies, Iran is turning to cryptocurrency to allow imports to continue to flow
Iran’s crypto mines could be used to help fund car imports
14.9.2020
It seems that the private sector is not satisfied with the country’s local fiat money
Iran May Fund Car Imports with Cryptocurrency Mining
14.9.2020
An Iranian free trade zone is proposing locally mined cryptocurrency might be a way to fund car imports
Import Non-ESM libraries in ES Modules, with Client-Side Vanilla JS
7.9.2020
We’re living through a weird era where there are tons of JavaScript libraries that were meant to be used as <script> tags that expose available globals. AND there are tons of JavaScript libraries that are meant to be used through module loaders. AND there are tons of JavaScript...
Nigeria Foreign Exchange Crisis: Worsening US Dollar Shortages Point to Further Devaluation
2.9.2020
Pressure on Nigeria’s current exchange rate is likely to get worse in 2021, when the expected recovery of imports is set to force another devaluation of the local currency to N430/$ next year, according to two Bank of America analysts. Earlier rate adjustments, one in March and another...
Rough Notation
22.6.2020
This is a neat little library. It uses SVG to insert hand-drawn looking annotations to elements (probably text), like underlines and box highlights (there are 6 design options, all configurable). Super clever.
Here’s a little demo:
CodePen Embed Fallback
Aside from it just being cool,...
Tesla Completes Blockchain Pilot to Speed Up China Imports Process
7.4.2020
The electric car manufacturer participated in the trial back in December
Alibaba Imports E-Commerce Platform Adopts Blockchain Traceability System
17.3.2020
E-commerce giant Alibaba integrates blockchain technology into its import platform to make consumer goods traceable
Snowpack
14.1.2020
Snowpack. Love that name. This is the new thing from the Pika people, who are on to something. It's a bundler alternative, in a sense. It runs over packages you pull from npm to make sure that they are ES module-compatible (native imports).
This is how I digest it. When you write a line of code...
Highlights of the HTTP Archive Web Almanac
23.12.2019
I recently looked at the CSS chapter of the Web Alamanc and had some thoughts. Here, Stefan Judis looks at the whole thing and rounds up the most interesting bits to him. Here are most of them:
20% of sites don't compress their JavaScript.
React is on 5% of sites while jQuery is on 85% of sites....
US Homeland Security Taps Canadian Blockchain Firm to Track Oil Imports
11.11.2019
DHS has hired Mavennet to track oil imports into the U.S. by retrofitting existing tracking technology with blockchain
Working with Fusebox and React
8.11.2019
If you are searching for an alternative bundler to webpack, you might want to take a look at FuseBox. It builds on what webpack offers — code-splitting, hot module reloading, dynamic imports, etc. — but code-splitting in FuseBox requires zero configuration by default (although webpack will offer...
Dynamic Imports and F# Pipes Officially Land in Babel 7.5
12.7.2019
A few days ago, the Babel team release two new feature proposals among all the awesome features we are looking forward to at the next major release. Over time, they have added a lot new things adde
The US Starts Legal Process To Impose Taxes On New Chinese Imports
14.5.2019
The US-China trade war which seemed to be end soon after both countries said that the talks were going in the right direction took a turn for the worse on Sunday as US President Trump in a tweet said that the talks were going ‘too slowly’ and that he would impose tariffs on $250 billion …
The...