Search
Netlify Edge Handlers
13.10.2020
Some very cool news from Netlify: Edge Handlers are in Early Access (request it here). I think these couple of lines of code do a great job in explaining what an Edge Handler is:
export function onRequest(event) {
console.log(`Incoming request for ${event.request.url}`);
...
$12M in ‘Satoshi Era’ Bitcoins Move: 21 Block Rewards from 2010 Spent After a Decade of Slumber
11.10.2020
On early Sunday morning around 1:38:02 a.m. (New York time), approximately 20 blocks with coinbase rewards from 2010 were spent in one block. 1,000 BTC was then consolidated into a single address before moving again. The massive movement of the decade-old ‘sleeping’ bitcoins was caught...
Las Atlantis: A New Bitcoin-Friendly Online Casino
10.10.2020
Las Atlantis is a new ambitious project developed by Top One Partners, an affiliate program that develops and manages brands. Their casinos are popular around the world due to the crypto-friendly policies, which allow users to deposit funds in BTC. Earlier this month, Top One Partners introduced...
CryptoPunk Bounties: Ark.Gallery Rolls Out Blind Bids on 8-Bit NFT Collectibles
6.10.2020
Ark.Gallery is adding liquidity to the market for CryptoPunks by letting people place blind bids on the NFTs
After Banning ICOs China’s Defi Ecosystem Grows Exponential This Year
5.10.2020
The decentralized finance (defi) ecosystem has become a multi-billion dollar industry and quite a bit of the popularity is stemming from China. While a number of defi projects from the West like Uniswap, Compound, and Makerdao are popular in the country, China is also creating its own landscape...
Turbulent Crypto Markets Expected – 87K Worth of Bitcoin Options Set to Expire on Friday
21.9.2020
Markets are expected to be volatile this week, as a great number of bitcoin and ethereum options are set to expire this Friday. Data shows more than 87,000 bitcoin options will expire and 77% of the action is held on the Deribit exchange. U.S. stocks dropped hard on Monday, as the Dow Jones...
Weaved Webs
17.9.2020
There is a bit of an irony with Jamstack.
The concept is simple: you put pre-rendered, static files on web hosting (a CDN) designed to do that well. That’s it. If you need to do more, anything you do from there is done with client-side JavaScript, which is likely talking to serverless...
All the Ways to Make a Web Component
7.9.2020
This is a neat page that compares a ton of different libraries with web components. One of the things I learned after posting “A Bit on Web Components Libraries” is that the web platform APIs were designed for libraries to be built around them. Interesting, right?
This page makes...
Research: New Malware Employs Tor and Bittorrent To Steal Bitcoin and Ether
4.9.2020
A new trojan called Krypto Cibule uses infested computers’ power to mine cryptocurrency, steal crypto wallet files, and redirect incoming digital assets to a hacker address. The malware rides on the Tor network and the Bittorrent protocol to perform attacks, according to an extensive report...
Residents of Europe’s Crypto Valley Can Pay Tax Bills in Bitcoin, Ethereum
3.9.2020
Zug. The Swiss canton of Zug – the heart of the nation’s burgeoning crypto and blockchain industry – will be allowed to pay tax bills of up to USD 109,670 in bitcoin (BTC) or ethereum (ETH) from February 2021.
Per Bloomberg, the canton’s tax authority has sealed a deal with crypto custody firm...
How to Use CSS Grid for Sticky Headers and Footers
2.9.2020
CSS Grid is a collection of properties designed to make layout easier than it’s ever been. Like anything, there’s a bit of a learning curve, but Grid is honestly fun to work with once you get the hang of it. One area where it shines is dealing with headers and footers. With a little...
Come to Web Unleashed!
1.9.2020
(This is a sponsored post.)
Web Unleashed is a fun conference. I’ve been a number of times. I’m sure you won’t be surprised that it’s online this year, like most events.
And, hey, it’s coming up and will take place over three days, October 5-7, 2020. I’d really...
Number Scrubbing
29.8.2020
If you use <input type="number">, some browsers give you an input that has UI for incrementing the number, like up/down arrows (often called “spinners”).
That’s a bit helpful sometimes. But people have certainly explored fancier ways of updating that number....
A Complete Walkthrough of GraphQL APIs with React and FaunaDB
27.8.2020
As a web developer, there is an interesting bit of back and forth that always comes along with setting up a new application. Even using a full stack web framework like Ruby on Rails can be non-trivial to set up and deploy, especially if it’s your first time doing so in a while.
Personally I have...
Mutual Fund Giant Fidelity Reportedly Starting its First Bitcoin Fund
27.8.2020
The US-based mutual fund giant Fidelity is reportedly set to launch their first bitcoin (BTC) fund targeted at high profile investors.
The new filing with sparse details was made public by the Securities and Exchange Commission (SEC), and it revealed that Fidelity's head of strategy and planning...
A Bit on CI/CD
27.8.2020
I’d say “website” fits better than “mobile app” but I like this framing from Max Lynch:
Every production mobile app ultimately has a set of recurring tasks around integration, testing, deployment, and long term maintenance. These tasks often must be automated across...
Comparing Data in Google and Netlify Analytics
25.8.2020
Jim Nielsen:
the datasets weren’t even close for me.
Google Analytics works by putting a client-side bit of JavaScript on your site. Netlify Analytics works by parsing server logs server-side. They are not exactly apples to apples, feature-wise. Google Analytics is, I think it’s fair...
Inter-Blockchain Liquidity: Minting Synthetic Bitcoin Cash With the Ren Protocol
24.8.2020
The decentralized finance (defi) ecosystem has matured quite a bit in 2020 and one project that’s seen some growth is the Ren Protocol. The application that allows people to access inter-blockchain liquidity for a number of defi applications. The following post is a step-by-step guide on...
12 Bitcoin Cash-Fueled Flipstarter Campaigns Raise $1 Million
23.8.2020
The Flipstarter platform has gained traction in the last five months raising $1 million in bitcoin cash for 12 different campaigns. In a recent read.cash blog post, the team behind Flipstarter’s development said the application demonstrates how “stakeholder funding of the commons...
Excessive Flooding in Sichuan Causes 20% Hashrate Losses for Chinese Bitcoin Miners
18.8.2020
Torrential downpours of nonstop rain have been wreaking havoc in China’s Sichuan province, which has caused some operations to shut down ASIC mining devices. Reports from the region show that certain areas have seen electrical shortages and the aftermath is causing quite a bit of stress...