Search
Styling Layout Wrappers In CSS
29.6.2020
Two things that strike me often about the web are how many ways there are to go about the same thing and how many considerations go into even the most seemingly simple things.
Working with wrapper elements is definitely on both those lists. Wrappers (or containers or whatever) are so common...
Is the Travel Rule Good or Bad for Crypto? Both
27.6.2020
A new international rule requiring digital asset operators to report transactions could spilt the crypto industry in two, argue two researchers
How to Trade Both Crypto and Forex At the Same Time
24.6.2020
The text below is an advertorial article that was not written by Cryptonews.com journalists.
Cryptocurrency trading is often seen as the opposite of more traditional trading options, and people consider them mutually exclusive, opting for either one or the other. Traditional investors whose...
Using Custom Property “Stacks” to Tame the Cascade
22.6.2020
Since the inception of CSS in 1994, the cascade and inheritance have defined how we design on the web. Both are powerful features but, as authors, we’ve had very little control over how they interact. Selector specificity and source order provide some minimal “layering” control...
Not So Private: 99% of Zcash and Dash Transactions Traceable, Says Chainalysis
10.6.2020
Chainalysis says it can track 99% of transactions involving Zcash, and almost all of Dash’s – coins that both fancy themselves as private and untraceable. Now, that’s because the majority of users do not utilize the optional privacy-enhancing features available on the...
Diverse Illustration
7.6.2020
Hey gang, #BlackLivesMatter.
One tiny way I thought we could help here on this site, aside from our efforts as individuals, is to highlight some design resources that are both excellent and feature Black people. Representation matters.
Here’s one. You know Pablo Stanley? Pablo is a wonderful...
Understand why CSS has no effect with the Inactive CSS rules indicator in Firefox DevTools
5.6.2020
It’s useful when DevTools tells you that a declaration is invalid. For example, colr: red; isn’t valid because colr isn’t a valid property. Likewise color: rd; isn’t valid because rd isn’t a valid value. For the most part, a browser’s DevTools shows...
Both NXT and Algorand Claim to Have Developed First Proof-of-Stake Chain
4.6.2020
Algorand claims in its promotional materials to be the first PoS blockchain, but NXT lead developer says his project was first
Bitcoin Hashrate Bounces Back- 2x the Mining Pools, Farm Diversification, 100 Exahash
30.5.2020
Around 18 days ago, the Bitcoin protocol experienced it’s third block reward halving and the network saw a 33% hashrate loss. Since then, however, bitcoin miners have increased in both number and hashpower, as the network has seen a 15-20 exahash per second (EH/s) increase. Moreover, on...
IMF Official Says Public-Private CBDC Offers Best of Both Worlds
28.5.2020
IMF expert says a synthetic CBDC is gaining popularity and will drive more innovation
Bitcoin Suisse: Users Can Now Trade Gold Against Bitcoin and Ethereum
28.5.2020
Swiss crypto financial firm Bitcoin Suisse has added gold, silver, and platinum to its platform, allowing users to trade the precious metals against both bitcoin (BTC) and ether (ETH), as well as five other major fiat currencies. The precious metal trades are available for 24/7 trading with...
0 Security Breach. 0 Token Loss.
16.5.2020
BigONE is a global cryptocurrency trading and custody platform founded in 2017, clad in four principles – Integrity, Security, Professionalism, and Win-Win. The exchange has developed comprehensive digital assets trading services. The ecosystem runs the gamut, including both spot and margin...
Visa Files Patent for Cryptocurrency System to Replace Cash
15.5.2020
Visa International has filed for a cryptocurrency system patent that is meant to replace physical currency. The system, which utilizes both central banks and commercial banks, leverages a private blockchain to improve the payment ecosystem. Visa’s Cryptocurrency Patent Filing The United...
17,000 Quadrigacx Users Seek $307M from the Failed Canadian Crypto Exchange
13.5.2020
About 17,000 people have filed claims for refunds from the collapsed Canadian digital asset exchange Quadrigacx. Altogether, the claims, denominated in both cryptocurrency and fiat, amount to nearly $307 million. According to a document released Tuesday by Ernst & Young, the court-appointed...
How to Fix ESLint Errors Upon Save in VS Code
6.5.2020
Two of the most prominent utilities in web development today are ESLint and Microsoft’s Visual Studio Code. I enjoy using both, and I love the integration between both tools, but warnings from ESLint inside Visual Studio Code aren’t fulfilling — I’d rather lint errors...
66% of Europeans Feel Optimistic About Future of Bitcoin, Study Shows
29.4.2020
Europeans are feeling more optimistic about the future of bitcoin. A recent study shows that more than two thirds of them believe cryptocurrency will remain in existence in 10 years time, with some convinced BTC will become a key part of the economy, both as a security and investment. Crypto...
Advice for Writing a Technical Resume
27.4.2020
Marco Rogers asked a very good question on Twitter:
I talk to a lot of people new to tech from non-traditional backgrounds, e.g. bootcamps or self-taught. I'm looking for good information for those people on how to build out a strong resume when they don't have work experience yet. Advice...
Different Approaches to Responsive CSS Motion Path
24.4.2020
As a follow-up to Jhey’s recent post on responsive motion paths, Michelle Barker notes that another approach could be to just transform: scale() the whole dang element.
The trade-off there is that you’re scaling both the path and the element on the path at the same time; Jhey’s...
Both Crypto Derivatives and Spot Markets Post Record Volume in March
5.4.2020
The March 13 crypto market meltdown drove record monthly trade in both the crypto spot and derivative markets
Detect git Directory with Bash
2.4.2020
One interesting aspect of working at Mozilla is that Firefox lives in a mercurial repository while several other projects live on GitHub in a git repository. While most focus on either Firefox or another project, I switch between both, leaving me running git commands inside the mercurial repository...