Search
S9 Resurrection: Higher Bitcoin Prices Allow Miners to Switch Outdated Mining Rigs Back On
14.11.2020
With bitcoin prices hovering over a certain handle, a great number of old ASIC mining rigs manufactured years ago are starting to become profitable again. Reports indicate that in China, where the average electricity cost is around $0.06 per kilowatt-hour (kWh), miners are starting to leverage...
Sam Bankman-Fried believes even ETH 2 can't handle DeFi's potential growth
11.11.2020
FTX’s Sam Bankman-Fried doesn’t believe Ethereum will be able to provide the scaling capabilities required by the DeFi sector in future
‘Oracle’ Vinny Lingham Expects High Bitcoin Volatility, BTC Price Likely to Hold $12K Handle for 30 Days
25.10.2020
Four years ago, Vinny Lingham predicted bitcoin’s bull run and a number of bitcoiners have referred to him as the “oracle.” On Twitter, Lingham is once again giving his predictions on bitcoin’s future prices. He’s also noted this month that he’s “bullish...
xm
21.10.2020
This is a neat little HTML preprocessor from Giuseppe Gurgone. It has very few features, but one of them is HTML includes, which is something I continue to be baffled that HTML doesn’t support natively. There are loads of ways to handle it. I think it’s silly that it’s been...
Bitcoin hardware devices need to improve to handle complex transactions
13.9.2020
Time for hardware wallet devices to make a difference
Targeted by IRS? What Cryptocurrency Owners Should Know
9.9.2020
The U.S. Internal Revenue Service (IRS) has started sending out new letters to cryptocurrency owners suspected of owing crypto-related taxes. A tax expert has shared with news.Bitcoin.com what crypto owners should know, including how to handle tax letters from the IRS and avoid an audit. How...
An Overview of Scroll Technologies
22.6.2020
Scroll-related animations have been used on the web for years. In recent years, they’ve started to become more common, perhaps in part due to devices being higher-performing and thus able to handle more animation. 
There are a number of scroll related technologies out there, so this article’s...
Binance and Eosfinex Join EOS DeFi Protocol to Handle Smart Contract Upgrades
22.5.2020
Binance, Eosfinex and others join the governance of an EOS DeFi project, which will allow it to seamlessly upgrade smart contracts
Using Formik to Handle Forms in React
28.4.2020
There is no doubt that web forms play an integral role in our web site or applications. By default, they provide a useful set of elements and features — from legends and fieldsets to native validation and states — but they only get us so far when we start to consider the peculiarities of using...
Alibaba-Backed AI Startup SenseTime to Help China Handle Digital Yuan
28.4.2020
Alibaba-backed AI startup SenseTime partners with China’s central bank to collaborate on the digital yuan amid reported trials
How to Add Lunr Search to your Gatsby Website
22.4.2020
The Jamstack way of thinking and building websites is becoming more and more popular.
Have you already tried Gatsby, Nuxt, or Gridsome (to cite only a few)? Chances are that your first contact was a “Wow!” moment — so many things are automatically set up and ready to use. 
There are some...
Blockchain Games See Surge During the Pandemic — Can the Tech Handle It?
12.4.2020
Blockchain’s in-game tokens are gaining popularity among quarantined gamers who are forced to stay at home. Could this be the start of a new eSport trend?
Emergency Website Kit
27.3.2020
Here’s an outstanding idea from Max Böck. He’s created a boilerplate project for building websites that fit within a single HTTP request. This is extremely important for websites that contain critical information for public safety. As Max writes:
In cases of emergency, many organizations need...
Client-Side Image Editing on Mobile
20.3.2020
Michael Scharnagl:
Ever wanted to easily convert an image to a grayscale image on your phone? I do sometimes, and that's why I build a demo using the Web Share Target API to achieve exactly that.
For this I used the Service Worker way to handle the data. Once the data is received on the client,...
How to Build a Time-Saving Appointment and Event Booking Website
19.3.2020
Want to build an appointment and event booking website that gives your clients more time to do business than handle the logistics of it? The Amelia WordPress booking plugin is the answer.
How to Build a Time-Saving Appointment and Event Booking Website was written by Bogdan Sandu and published...
Two Steps Forward, One Step Back
12.3.2020
Brent Jackson says CSS utility libraries failed somewhat:
Eventually, you'll need to add one-off styles that just aren't covered by the library you're using, and there isn't always a clear way to extend what you're working with. Without a clear way to handle things like this, developers tend...
China Is Scrubbing Cash Notes to Stop Virus Spreading so Its Government Paper Money Wont Kill You
16.2.2020
Research has shown that government paper money is a hotbed for bacteria and that, at least in the U.S., most bank notes in circulation are tainted by cocaine. Now you can also worry about a new threat possibly sticking to your fingers when you handle a bill – a deadly virus coming out...
Litecoin Price Gains 22% as Chart ‘Cup and Handle’ Targets $100
31.1.2020
#Litecoin has joined the list of altcoins that have broken out of their slump
Resizing Values in Steps in CSS
30.1.2020
There actually is a steps() function in CSS, but it's only used for animation. You can't, for example, tell an element it's allowed to grow in height but only in steps of 10px. Maybe someday? I dunno. There would have to be some pretty clear use cases that something like background-repeat: space...
Understanding Async Await
9.1.2020
When writing code for the web, eventually you'll need to do some process that might take a few moments to complete. JavaScript can't really multitask, so we'll need a way to handle those long-running processes.
Async/Await is a way to handle this type of time-based sequencing. It’s especially great...