Search
Justin Sun's Tron Reveals More Details of USDD Backing in a Move to Distance It from UST
6.6.2022
Crypto entrepreneur Justin Sun’s blockchain Tron (TRX) has revealed details about the backing of its new algorithmic stablecoin USDD in what appears to be an effort to maintain confidence in the project following the collapse of major algorithmic stablecoin terraUSD (UST)....
Read More: Justin...
Is Ethereum Losing Momentum? Some Metrics Suggest It Is
12.10.2021
ce of Ethereum’s native ETH token has risen 6% to USD 3,457 at 13:19 UTC.The monthly gain compares to a stronger 30-day rise of 27% for BTC, which has brought the price of the number one cryptocurrency above USD 57,000, and within a relatively short distance (it's still down by 11%) of its al
Bitcoin Sets New All-Time High of $49.7K, Putting $50K Within Striking Distance
14.2.2021
The record comes as traders analysts have described institutional investors’ interest in bitcoin as growing “at a staggering pace.”
Money Reimagined: Ending Money’s Distance Trap
11.9.2020
The internet made location irrelevant for information. Can it do the same for money?
Chinese Media Outlets Rush to Distance the Digital Yuan from Bitcoin
29.4.2020
A number of Chinese media outlets have published reports outlining the central bank’s plans for the digital yuan, which is set to make its debut at testbed sites next month, with some keen to point out that the new token “is not bitcoin (BTC) or ethereum (ETH)” and will not lead to a rise in crypto...
How to use CSS Scroll Snap
27.3.2020
Nada Rifki demonstrates the scroll-snap-type and scroll-snap-alignCSS properties. I like that the demo shows that the items in the scrolling container can be different sizes. It is the edges of those children that matter, not some fixed snapping distance.
I like Max Kohler's coverage...
Neal.fun
2.1.2020
Hats off to Neal Agarwal for some stellar interactive work lately, like The Deep Sea, a vertical scrolling experience to help us understand the depth of the oceans, and The Size of Space, a side-scrolling experience to help us understand the size scale of things in the universe (check out Josh...
A Business Case for Dropping Internet Explorer
28.10.2019
The distance between Internet Explorer (IE) 11 and every other major browser is an increasingly gaping chasm. Adding support for a technologically obsolete browser adds an inordinate amount of time and frustration to development. Testing becomes onerous. Bug-fixing looms large. Developers have...
Going Buildless
27.8.2019
I'm in a long distance relationship. That means I’m on a plane to England every few weeks, and every time I'm on that plane, I think about how nice it would be to read some Reddit posts. What I could do is find a Reddit app that lets me cache posts for offline (I’m sure there is one out there),...
Litecoin Price Analysis: LTC Stagnates at $84; $100 Seems like a Distance Dream
14.8.2019
Litecoin (LTC) stays at 84 USD, with no strong sign of recovery. The weekend may see the value near 87 USD. Litecoin has stagnated at 84 USD in spite of huge price variations in the last 24 hours. The coin went as high as 86 USD yesterday, but it could not manage to grow overall. …
The post...
Level up your .sort game
10.6.2019
Sorting is a super handy JavaScript method that can display the values of an array in a certain order. Whether that’s real estate listings by price, burger joints by distance, or best nearby happy hours by rating, sorting arrays of information is a common need.
If you’re already doing this with...
Bitcoin Payments Are Being Bulldozed for Political Reasons
19.5.2019
Bitcoin Core wants to distance itself politically from the former project leader Gavin Andresen, the payment protocol BIP070 he was involved with, and from the BCH-friendly Bitpay payment processor company. The attempts to remove software associated with Gavin Andresen are now having real-world...
The Ultimate Guide to JavaScript Algorithms: Hamming Distance
5.2.2019
In this challenge we will come up with an algorithm to calculate the edit distance between two strings of equal length, also known as Hamming Distance.
What is hamming dist