Search
Uniswap’s liquidity plunges 40% in a day as incentives dry up
17.11.2020
Almost 40% of liquidity on leading DEX Uniswap has left the platform with the end of UNI rewards for liquidity providers
As Private Seed Funds Dry Up, European Blockchain Firms Seek Public Backing
31.7.2020
Publicly-backed VC firms are stepping in where private investors retreat, according to a new report on Central and Eastern European tech investments
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...
UK Cryptocurrency Firms Turn to Equity Funding as ICO Coffers Plunge 70%
2.5.2020
UK cryptocurrency and blockchain startups are turning focus back to conventional means of raising capital, as initial coin offering (ICO) coffers dry up. According to a new report, initial coin offering (ICO) funding last year plunged 71% to £200 million ($250 million) from £700 million...
Billions in Crypto 'Dry Powder' On Exchanges Ahead of Bitcoin's Next Move
17.4.2020
With the stablecoin market remaining at record-high levels for well over a month, more analysts are taking it as a sign that crypto traders have not given up on higher prices, but are simply waiting for an opportunity to enter bitcoin and other digital assets once again.
As reported, many crypto...
Use and Reuse Everything in SVG… Even Animations!
28.1.2020
If you are familiar with SVG and CSS animations and started to work with them often, here are some ideas you might want to keep in mind before jumping into the job. This article will be about learning how to build and optimize your code with <use> element, CSS Variables and...
Authorities in Sichuan Go After Miners to Save Electricity in the Dry Season
28.12.2019
Regional authorities in the province of Sichuan are reportedly pressuring bitcoin miners to scale down operations amid electricity shortages during the dry season in Southwest China. A meeting has been scheduled with regulators, the state run grid operator and mining companies. Two hydropower...
Cash Runs Dry at ATMs as Protests Escalate in Chile
26.10.2019
There’s a lot of unrest in Chile right now as the country has seen massive protests against government manipulation and an escalation of financial problems. Local reports detail a few banking establishments have been burned after customers started having issues withdrawing cash from ATMs....
Circle Drops Poloniex Leaving US Crypto Traders High and Dry
19.10.2019
According to a blog post published by Circle, the cryptocurrency firm is releasing its subsidiary exchange Poloniex which is now owned by an “Asian investment group.” The trading platform will become an independent company called Polo Digital Assets, Ltd., and after November 1, 2019...
Meeting GraphQL at a Cocktail Mixer
26.9.2019
GraphQL and REST are two specifications used when building APIs for websites to use. REST defines a series of unique identifiers (URLs) that applications use to request and send data. GraphQL defines a query language that allows client applications to specify precisely the data they need from...
Logical Operations with CSS Variables
11.9.2019
Very often, while using switch variables (a variable that's either 0 or 1, a concept that's explained in a greater detail in in this post), I wish I could perform logical operations on them. We don't have functions like not(var(--i)) or and(var(--i), var(--k)) in CSS, but we can emulate these...
Localbitcoins Removes In-Person Cash Trades Forcing Traders to Look Elsewhere
2.6.2019
On June 1, cryptocurrency enthusiasts were shocked to hear that the peer-to-peer exchange Localbitcoins has ceased offering in-person cash trades. According to a few users, all pending fiat trades have been canceled, leaving local traders who prefer cash high and dry and forced to seek other...
Inclusively Hidden
19.4.2019
Scott O'Hara recently published "Inclusively Hidden," a nice walkthrough of the different ways to hide things on the web. Nothing is ever cut and dry when it comes to the web! What complicates this is that hidden begs the question: hidden for whom? Different answers to that have different...
The 10,000 Year Clock Design Principals
8.1.2019
In the new year edition of the Clearleft newsletter, Jeremy Keith linked to the design principals Danny Hillis thought about while considering a clock that would work for 10,000 years.
Here's part of that page, satisfyingly displayed as a <dl>:
Longevity:
Go slow
Avoid sliding friction...
DRY State Switching With CSS Variables: Fallbacks and Invalid Values
6.12.2018
This is the second post in a two-part series that looks into the way CSS variables can be used to make the code for complex layouts and interactions less difficult to write and a lot easier to maintain. The first installment walks through various use cases where this technique applies. This post...
DRY Switching with CSS Variables: The Difference of One Declaration
5.12.2018
This is the first post of a two-part series that looks into the way CSS variables can be used to make the code for complex layouts and interactions less difficult to write and a lot easier to maintain. This first installment walks through various use cases where this technique applies. The second...