Search
Why Bitcoin Maximalists Ignore the Value Proposition of BCH
7.7.2019
Some crypto companies keep wilfully ignoring BCH. Let’s compare the coins and see if BCH haters rail against Bitcoin Cash on purpose or simply due to a lack of understanding. Also read: Bitcoin and Black Market Fiat: Hyperinflation Crushes Venezuela as Global Devaluation Ramps Up Bitcoin...
Chess.com Lets You Pay for Membership With Bitcoin Cash
23.6.2019
Playing chess online is a great way to sharpen your mind and to compete against players of a similar ability level. For cryptocurrency owners, Chess.com is the ideal platform for this purpose, for it lets you pay for membership with bitcoin cash. Also Read: Peaceful Warrior Lets You Buy Jewelry...
Report Insists ‘Bitcoin Was Not Purpose-Built to First Be a Store of Value’
7.6.2019
There’s been furious debate over the last few years on whether or not Satoshi created Bitcoin to be a peer-to-peer cash system or a purpose-built store of value. Lately, a few BTC proponents claim that Satoshi deliberately built Bitcoin to be a store of value (SoV). Despite the SoV narrative...
An Overview Of NEM Delegated Harvesting Mainly For Security Purpose
25.5.2019
The New Economy Movement (NEM) is the platform for the blockchain system to bring new features. Smart Asset blockchain is a technology platform aimed at managing assets and data easily and cost-effectively. A better blockchain utilizing a method called harvesting is established on the NEM platform...
DeFi: Seamless Payments with Totle
27.3.2019
Decentralized finance (DeFi): The industry of financial services built on the blockchain for the purpose of removing consumers’ dependency on the banking system, enhancing financial security, and expanding consumers’ financial capabilities. DeFi services offer users complete control over their...
See No Evil: Hidden Content and Accessibility
15.3.2019
There is no one true way to hide something on the web. Nor should there be, because hiding is too vague. Are you hiding visually or temporarily (like a user menu), but the content should still be accessible? Are you hiding it from assistive tech on purpose? Are you showing it to assistive tech...
Regarding CSS’s Global Scope
20.12.2018
html {
font-family: Roboto, sans-serif;
}
With the except of some form elements, you've just set a font on every bit of text on a site! Nice! That's probably what you were trying to do, because of the probably hundreds of elements all over your site, setting that font-family every time would...
CSS: A New Kind of JavaScript
19.7.2018
In this wacky and satirical post, Heydon Pickering describes a wild new technology called Cascading Style Sheets that solves a lot of the problems you might bump into when styling things with JavaScript:
A good sign that a technology is not fit for purpose is how much we have to rely on workarounds...