Search
Facebook Could Be Fined Heavily For Libra, According To Proposal From Democrats
15.7.2019
Troubles for Facebook’s Project Libra does seem to end anytime soon, as the new proposal by the Democrats might invite heavy penalties if it continues to pursue it. The new proposal demands a fine of $1 million per day for violation of rules proposed if they are implemented. The new proposal...
Maxwell, Wuille Co-Author Proposal for a Big Boost to Bitcoin’s Bandwidth
2.6.2019
A new paper outlines a proposed protocol that seeks to boost the bandwidth for bitcoin nodes
MakerDAO: Proposal to Lower DAI Stability Fee by 2% Executed
29.5.2019
A proposal to decrease the so-called stability fee for MakerDAO’s decentralized stablecoin DAI by 2% has been executed
Beacon Chain Contracts Proposal By Vitalik Buterin Could Change The Way To Deploy Dapps On Ethereum
27.5.2019
The launch of Ethereum 2.0 is one of the most awaited crypto events of 2019, and it continues to be in the headlines. As per new reports, the core infrastructure of the hyped 2.0 update, based on the Proof-of-Stake consensus, might be up for a redesign. Vitalik Buterin, the co-founder of Ethereum...
Decision on VanEck/SolidX proposal for ETF coming up by the SEC after the repeated delays
21.5.2019
The complete crypto industry is paused for the verdict of the SEC on VanEck/SolidX Bitcoin ETF. The decision is pending for the last few months. The commission will be coming up with its decision today, 21st May. As per the publication of Federal register SEC was given a time limit of ninety days...
Proposal’s Merger Paves Way for New Bitcoin Lightning Features
14.5.2019
A new routing proposal is expected to be merged today into the official “specifications” of lightning, the technology many advocates trumpet as the fix to bitcoin’s long-standing payment problems. Christian Decker, one of the most prolific lightning developers who engineers...
So, You Wanna Submit a Proposal to Speak at an Event
22.4.2019
You’ve been scouring the web for upcoming events. You’ve subscribed to Developer Avocados and you’ve bookmarked conferences.css-tricks.com. And now you’ve found a call for proposals (CFP) that you can’t wait to enter. You quickly fill out the online form and your pinky races towards the Enter...
KV Storage
1.4.2019
localStorage is...
Good! It's an incredibly easy API to use.
localStorage.setItem('name', 'Chris'); let name = localStorage.getItem('name');
Bad! Philip Walton explains why:
localStorage is a synchronous API that blocks the main thread, and any time you access it you potentially prevent your...
SEC Starts Review of NYSE Arca’s Bitcoin ETF Rule Change Proposal
15.2.2019
The U.S. Securities and Exchange Commission starts reviewing a rule change proposal for NYSE Arca’s Bitwise Bitcoin ETF Trust
CSS Environment Variables
4.5.2018
We were all introduced to the env() function in CSS when all that drama about "The Notch" and the iPhone X was going down. The way that Apple landed on helping us move content away from those "unsafe" areas was to provide us essentially hard-coded variables to use:
padding:
...
Responsive images – end of year report
12.11.2013
It’s nearly two years since I suggested a <picture> element as a strawman proposal as a way to solve the problem of responsive images, so let’s have a look at how we’re doing.Related Posts:The woes of date inputHTML Developers: Please ConsiderOn HTML belts and ARIA braces (The Default...
Responsive images – end of year report
12.11.2013
It’s nearly two years since I suggested a <picture> element as a strawman proposal as a way to solve the problem of responsive images, so let’s have a look at how we’re doing