Search
Bitcoin Mining Difficulty Set For New Record High + More News
16.10.2020
Get your daily, bite-sized digest of cryptoasset and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
Mining news
Bitcoin (BTC) mining difficulty, or the measure of how hard it is to compete for mining rewards, is expected to rise more than...
People Problems
16.10.2020
Just the other day, Jeremy Keith wrote that problems with performance work isn’t only a matter of optimization and fixing code, but also tackling people problems:
It struck me that there’s a continuum of performance challenges. On one end of the continuum, you’ve got technical issues. These can...
KuCoin September 2020 Hack: Hacken Research
16.10.2020
Last week, the hottest topic in the crypto markets was the KuCoin hack. Our team highly values the need forContinue Reading
The post KuCoin September 2020 Hack: Hacken Research appeared first on CoinMarketCap Blog
CoinMarketCap Report: The Storage Token Ecosystem Before Filecoin
16.10.2020
CoinMarketCap recently released a new ranking of storage tokens, right ahead of Filecoin’s long awaited launch. Filecoin, a decentralized storageContinue Reading
The post CoinMarketCap Report: The Storage Token Ecosystem Before Filecoin appeared first on CoinMarketCap Blog
Full Bleed
15.10.2020
We’ve covered techniques before for when you want a full-width element within a constrained-width column, like an edge-to-edge image within a narrower column of text. There are loads of techniques.
Perhaps my favorite is this little utility class:
.full-width {
width: 100vw;
position:...
Po steaku a slanině přicházejí i umělé dary moře. Ochutnali byste krevetu z laboratoře?
15.10.2020
Singapurský Shiok Meats má slušnou šanci stát první společností, která skutečně začne prodávat maso vypěstované v laboratoři koncovým zákazníkům. Alespoň podle článku zveřejněného v deníku Los Angeles Times.
Zajímavé je, že Shiok Meats se specializuje na krevety, tedy odvětví, které se potýká s
Regulatory Crypto Sprint, Extended Mt. Gox, Crypto.com's 5m Users + More News
15.10.2020
Get your daily, bite-sized digest of cryptoasset and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
Regulation news
The New York Department of Financial Services announced its first-ever techsprint, an initiative to convene regulators and industry...
Mt Gox Rehabilitation Plan Delayed Again to December 15
15.10.2020
The submission deadline for the Mt Gox civil rehabilitation plan has been extended once again, this time to December 15. The deadline has been pushed back at least three times before, including in the latest case, where submission was scheduled for October 15. Mt Gox’s rehabilitation trustee...
Layoutit Grid: Learning CSS Grid Visually With a Generator
15.10.2020
Layoutit Grid is an interactive open source CSS Grid generator. It lets you draw your designs and see the code as you go. You can interact with the code, add or remove track lines and drag them around to change the sizing — and you get to see the CSS and HTML change in real time!
Add some tracks...
More than half of all Ethereum hasn't moved in 12 months
15.10.2020
Multi-year Ether accumulation has been growing in 2020 but things may soon change with the launch of staking
Bitcoin futures impact price more than spot markets: Wilshire Phoenix
15.10.2020
The information in the report appears to confirm what many in the industry already believed to be true
Grayscale Scores New Billion, Bitfury Goes Nuclear, Gate.io Launches Wallet + More News
14.10.2020
Get your daily, bite-sized digest of cryptoasset and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
Investments news
US-based major crypto investment company Grayscale said it recorded its largest-ever quarterly inflows, over USD 1bn in 3Q20...
New York Regulator Calls for More Social Media Oversight After Twitter Hack
14.10.2020
NYDFS said cybersecurity must be treated as critical infrastructure by governments and corporations alike
How to Create a Realistic Motion Blur with CSS Transitions
14.10.2020
Before we delve into making a realistic motion blur in CSS, it’s worth doing a quick dive into what motion blur is, so we can have a better idea of what we’re trying to reproduce.
Have you ever taken a photo of something moving quickly, especially under low light, and it turned into a blurry...
Bitcoin’s Macro Boost & Ethereum’s Optimism : A Data Perspective by IntoTheBlock
14.10.2020
Powered by Every week, IntoTheBlock brings you on-chain analysis of top news stories in the crypto space. Leveraging blockchain’s publicContinue Reading
The post Bitcoin’s Macro Boost & Ethereum’s Optimism : A Data Perspective by IntoTheBlock appeared first on CoinMarketCap Blog
Institutionals Might Make Bitcoin More Exposed To Economic Headwinds
14.10.2020
While bitcoin (BTC), as an investment, is still attractive because it is an independent, alternative, and uncorrelated asset, a growing institutional investor base could increase bitcoin's correlation with other traditional assets, according to Fidelity Digital Assets (FDA), a crypto arm...
300 Investors Contribute to INX’s Ethereum-Based IPO, With More Waiting
13.10.2020
Three hundred investors have ponied up funds for the initial public offering (IPO) of crypto exchange INX, according to Etherscan
Let’s Create Our Own Authentication API with Nodejs and GraphQL
13.10.2020
Authentication is one of the most challenging tasks for developers just starting with GraphQL. There are a lot of technical considerations, including what ORM would be easy to set up, how to generate secure tokens and hash passwords, and even what HTTP library to use and how to use it. 
In...
Another Major Investor Goes Bitcoin, Ethereum's Zinken, Serena & Coinbase + More News
13.10.2020
Get your daily, bite-sized digest of cryptoasset and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
Investments news
Last week, the New York Digital Investment Group, a subsidiary of US-based investment company Stone Ridge Holdings Group, raised...
Netlify Edge Handlers
13.10.2020
Some very cool news from Netlify: Edge Handlers are in Early Access (request it here). I think these couple of lines of code do a great job in explaining what an Edge Handler is:
export function onRequest(event) {
console.log(`Incoming request for ${event.request.url}`);
...